/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under 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.3 | 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],
template {
  display: none;
}

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

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !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) ")";
  }
  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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}

*,
*:before,
*:after {
  -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.428571429;
  color: #333333;
  background-color: #ffffff;
}

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: block;
  height: auto;
  max-width: 100%;
}

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

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

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

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

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

.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;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: #999999;
}

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

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

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

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

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

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

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

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

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

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-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

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

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

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

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.428571429;
  color: #999999;
}

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

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

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

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

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

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

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

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

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

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

.container:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

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

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

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

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

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

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

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

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

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

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

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

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

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

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

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.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 #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.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 #dddddd;
}

.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 #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.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-"] {
  display: table-column;
  float: none;
}

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

.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;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
/*
.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;
}

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

.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;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
*/
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  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;
  /* IE8-9 */

  line-height: normal;
}

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

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

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: 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;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  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;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

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

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  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;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  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;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  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;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.form-horizontal .form-control-static {
  padding-top: 7px;
}

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

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

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

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  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 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.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: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.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: #357ebd;
}

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

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.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: #eea236;
}

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

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.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: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.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: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.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: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  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: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

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

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

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

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

.glyphicon-cloud:before {
  content: "\2601";
}

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

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

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

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

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

.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-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-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-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-down:before {
  content: "\e159";
}

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

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}


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

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.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;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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.428571429;
  color: #333333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .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:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

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

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

.btn-toolbar:after {
  clear: both;
}

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

.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-top-right-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-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-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

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

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.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 {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

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

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

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.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-top-right-radius: 0;
  border-bottom-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:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.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;
}

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

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

.nav:after {
  clear: both;
}

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

.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: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

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

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

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

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

.nav > li > a > img {
  max-width: none;
}

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

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

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

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

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

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

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

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

.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: #ffffff;
  background-color: #428bca;
}

.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-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;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

.navbar-header:after {
  clear: both;
}

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

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

.navbar-collapse:after {
  clear: both;
}

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

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

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

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

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

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

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

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

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

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

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

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

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

.navbar-inverse .navbar-text {
  color: #999999;
}

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

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

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

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

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

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

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

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

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

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

.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: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.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 {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

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

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

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

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

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

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

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

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

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

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

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

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

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

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

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

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

.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: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

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

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  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: #ffffff;
}

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

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

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

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.alert .alert-link {
  font-weight: bold;
}

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

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

.alert-dismissable {
  padding-right: 35px;
}

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

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

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

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

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

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

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

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

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

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

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

@-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;
  }
}

@-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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;
  line-height: 20px;
  color: #ffffff;
  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 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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;
          animation: progress-bar-stripes 2s linear infinite;
}

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

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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);
}

.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;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.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;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

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

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

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

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

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

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

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  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-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

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

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/*
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
*/
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

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

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

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

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

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

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

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

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

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

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

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

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

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

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

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.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-lg {
  padding: 24px;
  border-radius: 6px;
}

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -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;
}

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

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

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

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

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

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

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

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

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

.modal-footer:after {
  clear: both;
}

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

.modal-footer:after {
  clear: both;
}

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

.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 {
    width: 600px;
    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;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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);
  background-clip: padding-box;
}

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

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

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

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

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  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);
}

.carousel-control.right {
  right: 0;
  left: auto;
  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);
}

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

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  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: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.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;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-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;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    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;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    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 (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
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,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-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:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#2d6ca2));background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-moz-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#419641));background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#eb9316));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c12e2a));background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#2aabd2));background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{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)}.navbar-default{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-moz-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f3f3f3));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#222));background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-moz-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#222),to(#282828));background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:-moz-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#b9def0));background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{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)}.panel-success>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#d0e9c6));background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#c4e3f3));background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#faf2cc));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#ebcccc));background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
/*!
 *  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 PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/css/font/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/css/font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/css/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/css/font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/css/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/css/font/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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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 {
    text-align: center;
    width: 1.28571429em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: 0.14285714em;
    width: 2.14285714em;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
    -webkit-animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
    -webkit-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)";
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -webkit-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 {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

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

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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 {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@import url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/css/docs.css");
@import url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/css/widgets.css");

body,
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

ul, ol {
    list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
    height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
    display: block;
}

.clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*:first-child + html .clearfix { /* IE 7 */
    display: inline-block;
}

/* Mis.
-------------------------------------------------------------*/
.clearfix {
    clear: both;
}

.clear, .divider {
    clear: both;
}

.no-display {
    display: none !important;
}

.nowrap, th .nobr {
    white-space: nowrap !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important;
}

.pipe {
    padding: 0 4px;
    text-align: center;
    color: #999999;
}

/*Alignment---*/
.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

.a-left {
    text-align: left;
}

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.normal-weight {
    font-weight: normal;
}

.auto-width {
    width: auto;
}

/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after, .listing-type-grid .item:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.toolbar-inner:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
#nav li:after,
.ytm-tabs-title:after,
.ytm-tabs-title:after,
.product-options dl:after,
.yt-top .block-currency:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

.shipping-tracking-popup {
    padding: 20px;
    text-align: left;
}
.shipping-tracking-popup h1{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 7px;
    border-bottom: 1px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	line-height:34px;
}
.shipping-tracking-popup .sub-title {
    margin: 0 0 10px;
    font-size: 16px;
	font-weight: 700;
    line-height: 34px;
}
.shipping-tracking-popup .title-buttons button.button {
    display: none;
}
.shipping-tracking-popup .data-table {
    width: 100%;
    margin: 10px 0;
}
.shipping-tracking-popup .data-table th.label{
	color: #555;
    text-align: left;
    font-size: 100%;
    margin: 0;
    white-space: normal;
    padding: 10px;
    border: 1px solid #ddd;
    font-weight: 700;
    background-color: #f6f6f6;
    border-right: 1px solid #ddd;
    display: table-cell;
    vertical-align: middle;
}
.shipping-tracking-popup .data-table td{
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
}
.demo-notice {
background: #d35e5e;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}
#bg{
	position: absolute;
    width: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    line-height: 0;
	z-index:1;
}
#bg .bg_box{
	position: relative;
	width: 0px;
	height: 0px;
	overflow: visible;
	margin: 0;
	left:50%;
}
#bg .bg_l {
	position: fixed;
	right:50%;
	top:0;
	margin-right:605px;
}

#bg .bg_r {
	position: fixed;
	left:50%;
	top:0;
	margin-left:605px;
}

#bg img{
	max-width: none;
}


@media (min-width: 1200px){

body.with_bg .header-style-2 .yt-header-top{
	border:none;
}
body.with_bg .header-style-2 .yt-header-top > .container{
	border-bottom: 1px solid #eee;
}
body.with_bg .header-style-2 .links li a.top-link-checkout{
	border:none;
}
body.with_bg .header-style-2 .yt-header-bottom{
	background-color: transparent;
}
body.with_bg .header-style-2 .yt-header-bottom  > .container{
	padding-right:10px;
    background-color: #3d413d;
}
	
} 

@media (min-width: 992px) and (max-width: 1199px) {
body.with_bg .header-style-2 .yt-header-top{
	border:none;
}
body.with_bg .header-style-2 .yt-header-top > .container{
	border-bottom: 1px solid #eee;
}
body.with_bg .header-style-2 .links li a.top-link-checkout{
	border:none;
}
body.with_bg .header-style-2 .yt-header-bottom{
	background-color: transparent;
}
body.with_bg .header-style-2 .yt-header-bottom  > .container{
	padding-right:10px;
    background-color: #3d413d;
}
	.container{
		padding-left: 0;
		padding-right: 0;
	}
	#bg .bg_l {
		margin-right:500px;
	}

	#bg .bg_r {
		margin-left:500px;
}	
	
}	

@media (max-width: 991px){
	#bg{
		display:none!important;
	}
}

img {
    max-width: 100%;
    width: auto;
}

body {
    line-height: 1.6;
    outline: none;
}

body > span {
    display: none;
}

body *:focus {
    outline: none;
}

body.fs1 {
    font-size: 10px;
}

body.fs2 {
    font-size: 11px;
}

body.fs3 {
    font-size: 12px;
}

body.fs4 {
    font-size: 13px;
}

body.fs5 {
    font-size: 14px;
}

body.fs6 {
    font-size: 15px;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
}

a, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

select {
    background: #fff url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/bg-selectbox.png") no-repeat right center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.old-price .price-label,
.special-price .price-label {
    display: none;
}

/*-------------*/
#yt-responsivemenu {
    display: none;
    position: relative;
}

.yt_ressidebar_screennav {
    display: none;
}

#yt_header .head-mobile-top,
#yt_header .search-mobile,
#yt_header .quicklink-mobile {
    display: none;
}

textarea, input, select,
input[type="file"],
input[type="checkbox"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #666;
    outline: none !important;
    padding: 7px 10px;
}

select {
    padding: 6px 20px 6px 10px;
}

input[type="checkbox"],
input[type="radio"] {
    border: none;
}

textarea:focus, select:focus,
textarea:hover, select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="radio"]:focus,
.uneditable-input:focus {
    border: 1px solid #e6e6e6;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none !important;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    border: none;
}

input[type="radio"],
input[type="checkbox"] {
    float: left;
    margin: 1px 7px 0 0;
}

textarea {
    background-color: #fbfdfd;
}

input.input-text:focus, textarea:focus {
    border: 1px solid #ccc;
}

input[type="button"],
input[type="checkbox"],
input[type="password"],
input[type="text"] {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    khtml-border-radius: 0px;
}

input[type="text"] {
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.layout-boxed #yt_wrapper {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#yt_wrapper {
    left: 0;
    overflow-x: hidden;
    position: relative;
}

#yt_header,
#yt_footer {
    background: #fff;
}

#yt_wrapper .yt-main-inner {
    margin: 0 auto;
}

#yt_wrapper .modal {
    overflow-x: inherit;
    overflow-y: inherit;
}

#checkoutSteps h4 {
    font-family: inherit;
    padding-bottom: 3px;
}

.banner-home .banner2 {
    margin-bottom: 30px;
}

/* -------------------------------------------- *
 * Messages
 */

.validation-advice {
    color: #C30;
    line-height: 100%;
}

.messages {
    clear: both;
    margin: 10px 0;
}

.messages li li {
    background: #f1f1f1;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    position: relative;
}

.messages li li:before {
    left: 0;
    margin-top: -6px;
    top: 50%;
}

.messages .error-msg li {
    border-left: 5px solid red;
}

.messages .error-msg li:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid red;
    border-right: none;
    border-top: 6px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.messages .notice-msg li {
    border-left: 5px solid #e26703;
}

.messages .notice-msg li:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
    border-top: 6px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.messages .success-msg li {
    border-left: 5px solid #11b400;
}

.messages .success-msg li:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
    border-top: 6px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

/***button***/

#yt_wrapper .my-account .button {
    padding: 10px 15px;
}

.button {
    background-color: #444;
    color: #fff;
    line-height: 100%;
    padding: 10px 15px;
    text-transform: uppercase;
}

/***compare***/
.page-popup.catalog-product-compare-index {
    padding: 15px;
}

.page-popup.catalog-product-compare-index .link-print {
    float: left;
    margin-bottom: 10px;
    text-decoration: underline;
}

#product_comparison h2.product-name {
    font-family: inherit;
    font-size: 108.3%;
    margin: 10px 0;
}

#product_comparison .add-to-links .link-wishlist {
    float: left;
    margin-top: 10px;
    color: #fff;
}

#product_comparison .price-box {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.page-popup.catalog-product-compare-index .page-title h1 {
    font-family: inherit;
    font-size: 200%;
}

#product_comparison .rating-box {
    margin: 3px 10px 0 0;
}

/*------------------------------ Data Table ----------------------*/
.data-table {
    width: 100%;
}

.data-table th.wrap {
    white-space: normal;
}

.data-table th {
    border: 1px solid #e9e9e9;
    padding: 10px;
    text-align: center;
}

.data-table tbody tr {
    border: 1px solid #e9e9e9;
}

.data-table tr td {
    border: 1px solid #e9e9e9;
    padding: 10px;
    vertical-align: middle;
}

#product_comparison tr td {
    vertical-align: top;
}

.data-table td h3 {
    line-height: 100%;
    margin: 0;
}

body table.data-table {
    border-collapse: collapse;
}

.data-table thead {
    border: 1px solid #e9e9e9;
}

.data-table tfoot {
    border-top: none;
    border-top: 1px solid #e9e9e9;
}

.data-table .first.odd,
.box-account .data-table .odd {
    background: none;
}

.a-center input.checkbox {
    float: none;
}

label.required em {
    color: #ff0000;
    font-weight: normal;
    padding: 0 5px 0 0;
    vertical-align: middle;
}

/*--------------------------ratings------------------------*/
.rating-box,
.rating-box .rating {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/bkg_rating.png);
}

.ratings {
    padding: 0;
}

.block-location {
    background: #d00000;
    color: #fff;
    padding: 5px 10px;
}

.rating-box {
    background-position: 0px -32px;
    background-repeat: repeat-x;
    float: left;
    height: 12px;
    margin: 3px 10px 0 0;
    position: relative;
    width: 75px;
}

.rating-box .rating {
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
}

.ratings-table {
    margin: 5px 0;
}

.ratings-table td,
.ratings-table th {
    padding: 3px 0;
}

.ratings-table td.label,
.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/*------------------------- css for header --------------------------*/

.mini-cartpro .block-content .mini-products-list li.item a.btn-remove {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/del-minicart.png) no-repeat;
    height: 16px;
    width: 17px;
}

.language-currency .overwrite-switch > span,
#yt_header #select-language li a {
    padding-left: 20px;
}

.switcher-wrap {
    position: relative;
}

.switcher-wrap ul {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    float: left;
    left: 0;
    min-width: 130px;
    padding: 5px 10px;
    position: absolute;
    top: 100%;
    z-index: 120;
}

.switcher-wrap:hover ul {
    display: block;
}

.switcher-wrap:hover ul li a {
    display: block;
    padding: 4px 0;
}

#yt_header {
    position: relative;
}

#yt_content {
    position: relative;
}

/*--------------megamenu-------------------*/
.vertical-menu {
    position: relative;
}

.vertical-menu .btn_categories {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    font-size: 116.67%;
    font-weight: 700;
    line-height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
}

.vertical-menu .btn_categories span:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
}

#yt_header .vertical-menu .yt-menu-content {
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 60px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 99;
}

#yt_header .vertical-menu:hover {
    cursor: pointer;
}

#yt_header .vertical-menu:hover .yt-menu-content {
    box-sizing: none;
    filter: alpha(opacity=100);
    left: 0;
    opacity: 1;
    top: 50px;
    visibility: visible;
}

.more-wrap {
    border-top: 1px solid #eee;
    clear: both;
    display: inline-block;
    padding: 14px 20px 13px;
    width: 100%;
}

.more-wrap .more-view:hover {
    cursor: pointer;
}

.more-wrap .more-view {
    font-size: 108.3%;
}

.more-wrap .more-view:before {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/icon-image.png) no-repeat -124px -103px;
    content: "";
    display: inline-block;
    height: 13px;
    margin: 0 15px 0 1px;
    position: relative;
    top: 2px;
    width: 13px;
}

.more-wrap .more-view.open:before {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/icon-image.png) no-repeat -178px -103px;
}

/*-------------------------------- css for Footer -------------------------------*/
.cms-home #yt_footer,
.cms-index-index #yt_footer {
    margin-top: 0px;
}

#yt_footer {
    margin-top: 40px;
    position: relative;
}

/*-------------------------css for breadcrumbs---------------------------*/
.category-image {
    margin-bottom: 40px;
}

.category-image img {
    max-width: 100%;
}

#yt_pathway {
    margin-top: 15px;
}

.cms-index-index #yt_content .columns-w {
    margin-top: 0px;
}

#yt_content .columns-w {
    margin-top: 30px;
}

#yt_pathway .pathway-inner .breadcrumbs {
    float: left;
    width: 100%;
}

#yt_pathway ul.breadcrumbs li a,
#yt_pathway ul.breadcrumbs li {
    float: left;
}

#yt_pathway ul.breadcrumbs li.last,
#yt_pathway ul.breadcrumbs li a {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 24px;
    line-height: 21px;
    margin-right: 3px;
    padding: 0 10px 0 20px;
    position: relative;
}

#yt_pathway ul.breadcrumbs li.last:after,
#yt_pathway ul.breadcrumbs li a:after {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/breadcrumbs-right.png) no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: -10px;
    top: -1px;
    width: 10px;
}

#yt_pathway ul.breadcrumbs li.last:before,
#yt_pathway ul.breadcrumbs li a:before {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/breadcrumbs-right.png) no-repeat;
    content: "";
    height: 24px;
    left: 1px;
    position: absolute;
    top: -1px;
    width: 10px;
}

#yt_pathway ul.breadcrumbs li.home a:before {
    background: none;
    content: "";
    height: 0;
    width: 0;
}

#yt_pathway ul.breadcrumbs li.home {
    border-left: 1px solid #ddd;
}

/*------------------------------- css for page title ---------------------------*/
#yt_wrapper .page-title h1,
#yt_wrapper h1.page-title {
    margin: 0 0 30px 0;
}

#yt_wrapper .aboutus-page .page-title h1 {
    margin: 0px 0 30px 0;
}

#product_sendtofriend_form {
    margin-top: 30px;
}

#yt_wrapper h1.page-title,
#yt_wrapper .page-title h1 {
    font-family: inherit;
    font-size: 167%;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

#yt_wrapper .page-title h1:after {
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
}

#yt_wrapper .category-products .yt-products-container {
    margin-top: 30px;
}

/*--------------------------------css for toolbar listting-------------------------------*/

.toolbar-top {
    top: 75px;
}

.toolbar .pager-wrapper {
    float: left;
    padding-right: 0px;
}

.toolbar .view-mode-wrap {
    float: left;
    padding-left: 0;
}

.toolbar .toolbar-center {
    float: left;
    padding: 0;
}

.toolbar .view-mode-label {
    margin-top: 7px;
}

.toolbar .view-mode-label,
.toolbar .view-mode {
    float: left;
}

.toolbar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    clear: both;
    padding: 10px 0 10px 0;
    position: relative;
}

.toolbar .view-mode-wrap .view-mode .grid {
    margin-right: 5px;
}

.toolbar .view-mode-wrap .view-mode strong,
.toolbar .view-mode-wrap .view-mode a {
    background-color: #e9e9e9;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.toolbar .view-mode-wrap .view-mode .grid:before {
    content: "\f00a";
    font-family: FontAwesome;
    font-size: 14px;
}

.toolbar .view-mode-wrap .view-mode .list:before {
    content: "\f03a";
    font-family: FontAwesome;
    font-size: 14px;
}

.toolbar .view-mode-wrap .view-mode strong,
.toolbar .view-mode-wrap .view-mode a:hover {
    color: #fff;
}

.toolbar .right-inner {
    float: right;
    height: 48px;
    padding-top: 10px;
}

.toolbar label,
.toolbar .limiter-wrap .limiter .select-new {
    float: left;
    font-weight: normal;
    line-height: 30px;
}

.toolbar .limiter-wrap .limiter .label-page {
    padding-left: 8px;
}

.toolbar .limiter-wrap .limiter label {
    margin-left: 15px;
    margin-right: 7px;
}

.toolbar .select-new {
    float: left;
}

.toolbar .sort-by-wrap label {
    float: left;
    font-weight: normal;
    line-height: 28px;
    padding-right: 6px;
}

.toolbar label {
    padding-bottom: 0px !important;
}

/* pagination*/
.toolbar .pagination-wrap .pagination {
    float: right;
    margin: 0;
}

.toolbar .pagination-wrap .inner {
    float: right;
}

.toolbar .pagination-wrap .pagination .pages ol li {
    float: left;
    line-height: 100%;
    margin-left: 2px;
}

.toolbar .pagination-wrap .pagination .pages ol li a {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    display: block;
    padding: 7px 9px 8px;
}

.toolbar .pagination-wrap .pagination .pages ol li:hover a,
.toolbar .pagination-wrap .pagination .pages ol li.current a {

}

.toolbar .pagination-wrap .pagination .pages ol li a.next,
.toolbar .pagination-wrap .pagination .pages ol li a.previous {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/arrow-toolbar.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    text-indent: -999em;
    width: 27px;
}

.toolbar .pagination-wrap .pagination .pages ol li a.previous {
    background-position: -1px -2px;
}

.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover {
    background-position: -51px -2px;
}

.toolbar .pagination-wrap .pagination .pages ol li a.next {
    background-position: -152px -2px;
}

.toolbar .pagination-wrap .pagination .pages ol li a.next:hover {
    background-position: -102px -2px;
}

.toolbar .sort-by .set-desc,
.toolbar .sort-by .set-asc {
    background-position: center center !important;
    display: block;
    float: left;
    height: 28px;
    text-indent: -999em;
    width: 20px;
}

.toolbar .sort-by .set-desc {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/desc.png) no-repeat;
}

.toolbar .sort-by .set-asc {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/asc.png) no-repeat;
}

/*---over write select option >> ul, li ---*/
.toolbar .select-inner {
    position: relative;
}

.toolbar .select-inner ul {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    filter: alpha(opacity=0);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 29px;
    visibility: hidden;
    z-index: 50;
}

.toolbar .select-inner ul#limiter {
    width: 45px;
}

/*.toolbar .select-inner ul#sort_by{
	width:87px;
}*/
.toolbar .select-inner ul li a {
    display: block;
    line-height: 100%;
    padding: 7px 25px 7px 10px;
    text-align: left;
    width: 100%;
}

.toolbar .sort-by .select-inner ul li a {
    padding: 7px 31px 7px 10px;
}

.toolbar .select-inner ul li:hover a.selected,
.toolbar .select-inner ul li:hover a {
    color: #fff;
}

.toolbar .select-inner ul li a.selected {
    /*color:#444;*/
    background-color: #ededed;
}

.toolbar .select-inner:hover {
    cursor: pointer;
}

.toolbar .select-inner:hover ul {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.toolbar .select-inner .overwrite-limiter,
.toolbar .select-inner .overwrite-sortby {
    background: #FFF;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px;
    line-height: 27px;
    position: relative;
}

.toolbar .select-inner .overwrite-sortby {
    padding-left: 10px;
    padding-right: 31px;
}

.toolbar .select-inner .overwrite-limiter {
    padding-left: 6px;
    width: 45px;
}

.toolbar .select-inner .overwrite-limiter:after,
.toolbar .select-inner .overwrite-sortby:after {
    color: #8d8d8d;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
}

.toolbar .select-inner .overwrite-sortby:after {
    right: 10px;
}

.toolbar .select-inner .overwrite-limiter:after {
    right: 6px;
}

/*----------------------css for left right column------------------------*/

#yt_left .block,
#yt_right .block {
    clear: both;
}

#yt_left .block-title strong,
#yt_right .block-title strong {
    font-weight: normal;
}

#yt_left .block-title,
#yt_right .block-title {
    border-bottom: 1px solid #ddd;
    line-height: 100%;
}

#yt_left .block-title span,
#yt_right .block-title span {
    display: inline-block;
    font-size: 133%;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

#yt_left .block-title span:after,
#yt_right .block-title span:after {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}

#yt_right .block-content,
#yt_left .block-content {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
}

/*-------tags-------*/
#yt_right .block-tags .block-content,
#yt_left .block-tags .block-content {
    border: none;
    padding: 0;
}

.tags-list li {
    float: left;
    margin-right: 10px;
}

.tags-list li a {
    color: #444;
    font-size: 100% !important;
}

.block-tags .actions .button,
.block-tags .tags-list li a {
    background-color: #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #444;
    font-size: 100% !important;
    height: 30px;
    line-height: 30px;
    padding: 6px 15px;
    khtml-border-radius: 2px;
}

#yt_wrapper .block-tags .actions .button {
    text-transform: capitalize;
}

#yt_wrapper .block-tags .actions .button:after {
    color: #444;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-left: 6px;
}

#yt_wrapper .block-tags .actions .button:hover:after,
#yt_wrapper .block-tags .actions .button:hover,
.block-tags .tags-list li a:hover {
    color: #fff;
}

.block-tags ul li {
    float: left;
    margin-bottom: 4px;
    margin-right: 5px;
}

#my_recent_tags .tags ul li,
#yt_tab_tags .box-tags .product-tags li {
    float: left;
    margin-right: 10px;
}

.block-tags .actions {
    clear: both;
    float: left;
    margin-top: 5px;
}

/*----------block compare--------*/
.block-compare #compare-items .btn-remove {
    float: right;
}

.block-compare #compare-items li {
    line-height: 100%;
    padding-bottom: 20px;
}

.block-compare .actions {
    border-top: 1px solid #e6e6e6;
    margin: 0 -20px;
    padding: 20px 20px 0 20px;
}

#yt_wrapper .block-compare .actions .button.btn-clear {
    float: left;
}

#yt_wrapper .block-compare .actions .button.btn-clear a {
    color: #fff;
}

.block-compare .actions button {
    float: right;
}

/*------shop by------------*/
#yt_left #layered-navigation .actions {
    padding: 0;
}

#layered-navigation .currently-wrap {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 0 20px 20px 20px;
}

#layered-navigation .currently .block-subtitle {
    float: left;
    font-size: 116.6%;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
}

#layered-navigation .currently .label {
    color: #666;
    font-size: 12px;
}

#layered-navigation .currently .btn-remove {

}

#layered-navigation .block-layered-nav .actions a {
    float: right;
    margin-top: 10px;
    color: #fff;
}

#narrow-by-list dt {
    font-size: 116.6%;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#layered-navigation .block-layered-nav .block-content {
    padding: 20px;
}

#narrow-by-list .item-filter {
    padding: 0 20px;
}

#narrow-by-list dd {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}

#narrow-by-list dd.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#narrow-by-list dd input {
    float: left;
    width: 70px;
}

#narrow-by-list dd #price-filter-min-text {
    margin-right: 5px;
}

#narrow-by-list dd #button-price-slider {
    margin-top: 1px !important;
}

#narrow-by-list dd #price-filter {
    margin-top: 20px;
}

#narrow-by-list dd ol li {
    line-height: 28px;
}

#narrow-by-list .check-shopby {
    display: none;
}

#narrow-by-list dd ol li a {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-shopby.png) no-repeat 0 6px;
    display: inline-block;
    padding-left: 25px;
}

.block-layered-nav #narrow-by-list ol li:before {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-shopby.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 16px;
}

#narrow-by-list ol li a:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
}

#narrow-by-list dd ol li a.checked {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-shopby.png) no-repeat 0 -79px;
    position: relative;
}

#narrow-by-list .price-wrapper-shopby .pr-to,
#narrow-by-list .price-wrapper-shopby .pr-from {
    border: 1px solid #e3e1e1;
    display: inline-block;
    font-size: 12px;
    margin: 10px 0;
    padding: 10px;
}

#narrow-by-list .price-wrapper-shopby .pr-to-wrap {
    float: right;
}

#narrow-by-list .price_filter {
    clear: both;
}

#narrow-by-list .filter-title {
    display: none;
}

/*#narrow-by-list > dt.Price{
	display: none;
}*/
/*-----------------------navigation sidenav---------------------------------------*/
#yt_sidenav li.parent {
    position: relative;
}

#yt_sidenav li a.subhead {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    line-height: 35px;
}

#yt_sidenav li:last-child a.subhead {
    border-bottom: none;
}

#yt_sidenav li.parent ul {
    padding-left: 20px;
}

#yt_sidenav li.parent ul li a {
    border-bottom: 1px dashed #e6e6e6;
    display: block;
    line-height: 30px;
}

#yt_sidenav li .toggle {
    display: none;
}

#yt_sidenav li .touch-item.change,
#yt_sidenav li .touch-item {
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 2px;
    width: 20px;
}

#yt_sidenav li .touch-item.change {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-plus.png) right center no-repeat;
}

#yt_sidenav li.parent .toggle {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-plus.png) right center no-repeat;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 6px;
    width: 20px;
}

#yt_sidenav li .touch-item,
#yt_sidenav li.parent .toggle.selected {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-minus.png) right center no-repeat;
}

/*---------------------------------listing-------------------------------------------*/

.products-grid .item .product-name {
    font-size: 116.5%;
}

.products-grid .item .product-image {
    position: relative;
}

.products-grid .item .product-image a img {
    width: 100%;
}

.category-products .item .product-image a img .gallery-image {
    display: block !important;
}

.products-grid .item-inner .product-image .image-hover {
    filter: alpha(opacity=0);
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    visibility: hidden;
}

.products-grid .item-inner:hover .product-image .image-hover {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.products-grid .item .sm_quickview_handler {
    position: absolute;
    z-index: 2;
}

.products-grid .item .product-image a.product-img {
    display: block;
    position: relative;
    z-index: 1;
}

.item .product-addcart .btn-cart {
    background-color: #fff;
    border: 1px solid #dddddd;
    color: #666;
    float: left;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    position: relative;
    text-transform: uppercase;
}

.item .product-addcart {
    display: inline-block;
    vertical-align: top;
}

.item .product-addcart .btn-cart:before {
    color: #999;
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.product-addcart .btn-cart:hover,
.product-addcart .btn-cart:hover:before {
    color: #fff;
}

.item .wishlist-compare {
    display: inline-block;
    vertical-align: top;
}

.item .wishlist-compare a {
    border: 1px solid #ddd;
    color: #999;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
    width: 32px;
}

.wishlist-compare a.link-wishlist:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 14px;
}

.wishlist-compare a.link-compare:before {
    content: "\f080";
    font-family: FontAwesome;
    font-size: 14px;
}

.item .wishlist-compare a span {
    display: none;
}

.products-grid .item .price-box {
    line-height: 100%;
}

.yt-product-detail .product-img-box .new-product,
.product-image .new-product,
.yt-product-detail .product-img-box .sale-product,
.product-image .sale-product {
    border-radius: 50%;
    color: #fff;
    height: 38px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 14px;
    width: 38px;
    z-index: 20;
}

.yt-product-detail .product-img-box .sale-product,
.product-image .sale-product {
    background-color: #ff5500;
    left: 14px;
}

.yt-product-detail .product-img-box .new-product,
.product-image .new-product {
    background-color: #00b46a;
    right: 14px;
}

/*-------for price---------*/

.price-box .price,
.category-products .item .price-box .price {
    color: #e74c3c;
    font-size: 133%;
}

.yt-product-detail .price-box .price-from .price,
.yt-product-detail .price-box .price-to .price,
.yt-product-detail .price-box .price {
    font-size: 167%;
}

.yt-product-detail .price-box .special-price .special-price {
    font-size: 100%;
}

.yt-product-detail .price-box .old-price .price {
    font-size: 116.6%;
}

.price-box .old-price .price,
.item .item-price .old-price .price,
.item .product-price .old-price .price {
    color: #999;
    font-size: 100%;
    text-decoration: line-through;
}

.price-box .price-from,
.category-products .item .price-box .price-from {
    float: left;
    margin-right: 10px;
}

.category-products .item .price-box .price-from .price,
.category-products .item .price-box .price-to .price {
    font-size: 133%;
}

.products-grid .item .ratings .amount {
    display: none;
}

.products-grid .item .rating-links{
    display: none;
}

/*--------------------------------listing content grid-------------------------------*/
#yt_main .yt-product-detail .sm-slider .item {
    margin: 0;
}

.products-grid .item {
    float: left;
    margin-bottom: 15px;
}

.products-grid .item .item-inner {
    background-color: #fff;
}

.products-grid .item .sm_quickview_handler {
    display: none;
}

.products-grid .item .item-inner:hover .sm_quickview_handler {
    display: block;
}

.products-grid .item .item-inner:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
}

.products-grid .item .product-price {
    margin-top: 10px;
}

.products-grid .item .product-review {
    line-height: 100%;
}

.products-grid .item .product-review .rating-box {
    float: none;
    margin: 5px auto;
}

.products-grid .item .wishlist-compare {
    display: inline-block;
    vertical-align: top;
}

.products-grid .item .product-addcart {
    margin: 0 2px;
}

.products-grid .item .product-name {
    margin-bottom: 7px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-grid .item .no-rating {
    height: 17px;
}

.products-grid .item .product-addto-wrap {
    clear: both;
    margin-top: 16px;
}

.products-grid .item .item-inner .product-info {
    padding: 10px 10px 30px;
    text-align: center;
    width: 100%;
}

.products-grid .configurable-swatch-list {
    bottom: 10px;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.products-grid .configurable-swatch-list li {
    display: inline-block;
}

.block-layered-nav .configurable-swatch-list li:before {
    display: none;
}

.block-layered-nav .configurable-swatch-list li a {
    background: none !important;
    padding-left: 0px !important;
}

.block-layered-nav .configurable-swatch-list li {
    float: left;
    width: 50%;
}

/*--------------------------------listing content list-------------------------------*/
.products-list .item {
    margin-bottom: 30px;
}

.products-list .product-list-left {
    padding-left: 0px;
    padding-right: 0px;

}

.products-list .item .product-info {
    padding-right: 0px;
}

.products-list .item .product-info .product-name {
    font-size: 133.33%;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.products-list .item .product-info .product-price {
    margin-bottom: 8px;
    margin-top: 10px;
}

.products-list .item .product-info .no-rating {
    margin-top: 3px;
}

.products-list .item .item-inner .product-image {
    border: 1px solid #ddd;
    float: left;
    width: 100%;
}

.products-list .item .item-inner .product-image img {
    width: 100%;
}

.products-list .item .item-inner .product-image .sm_quickview_handler {
    display: none;
}

.products-list .item .item-inner .product-image:hover .sm_quickview_handler {
    display: block;
}

.products-list .item .product-addto-wrap {
    margin-top: 20px;
}

.products-list .item .product-addcart,
.products-list .item .wishlist-compare a {
    margin-right: 2px;
}

.products-list .configurable-swatch-list li {
    display: inline-block;
    margin-top: 12px;
}

/*-----------------------------cross sell------------------------------------*/
.crosssell {
    margin-top: 20px;
}

.crosssell > h2 {
    margin-bottom: 20px;
}

#crosssell-products-list a.product-image {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 10px 20px 0;
}

#crosssell-products-list li.item {
    margin-bottom: 20px;
}

#crosssell-products-list li .price-box {
    padding: 5px 0;
}

/*#crosssell-products-list .separator{ display: none;}*/

/*----------------------------css for detail page-------------------------------*/
#sender_options textarea {
    width: 230px;
}

.yt-product-detail select,
.yt-product-detail label {
    margin-bottom: 0px;
}

.yt-product-detail .show-phone {
    display: none;
}

.yt-product-detail .yt-detail-left {
    padding-left: 0;
}

.yt-product-detail .product-img-box {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

.yt-product-detail .product-img-box .yt-detail-image {
    margin-bottom: 10px;
    position: relative;
}

.yt-product-detail .product-img-box .product-image-zoom > #wrap {
    border: 1px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.yt-product-detail .product-img-box .product-image-zoom > #wrap > a > img {
    width: 100%;

}

.yt-product-detail .popup-btn.hidden-phone > a {
    background-color: #8f8f8f;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/icon-zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    bottom: 5px;
    height: 34px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-indent: -999em;
    width: 100%;
    width: 34px;
    z-index: 9999;
    khtml-border-radius: 2px;
}

.yt-product-detail .more-views.slide-gallery .jCarouselLite {
    margin: 0 auto;
}

.yt-product-detail .more-views .jCarouselLite > ul > li {
    float: left;
    margin: 0 5px;
}

.yt-product-detail .more-views .jCarouselLite > ul > li:last-child {
    margin-right: 0px;
}

.yt-product-detail .jCarouselLite li:hover .cloud-zoom-gallery > img,
.yt-product-detail .jCarouselLite li.selected .cloud-zoom-gallery > img {

}

.yt-product-detail .jCarouselLite li .cloud-zoom-gallery {
    border: 1px solid #eee;
    float: left;
    position: relative;
}

.yt-product-detail .jCarouselLite li .cloud-zoom-gallery > img {
    width: 100%;
}

.yt-product-detail .more-views.slide-gallery {
    margin-left: -4px;
    position: relative;
    text-align: center;
}

.yt-product-detail .more-views.slide-gallery .inner {
    display: inline-block;
    margin: 0;
    position: relative;
}

.yt-product-detail .more-views.slide-gallery .prev,
.yt-product-detail .more-views.slide-gallery .next {
    background-color: #fff;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/next-prev-detail.png);
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    height: 27px;
    position: absolute;
    top: 61px;
    width: 27px;
    z-index: 3;
}

.yt-product-detail .more-views.slide-gallery .next {
    right: -11px;
}

.yt-product-detail .more-views.slide-gallery .prev {
    left: -8px;
}

.yt-product-detail .more-views.slide-gallery .next {
    background-position: -72px 0;
}

.yt-product-detail .more-views.slide-gallery .prev {
    background-position: -36px center;
}

.yt-product-detail .more-views.slide-gallery .prev:hover {
    background-position: 0 -1px;
}

.yt-product-detail .more-views.slide-gallery .next:hover {
    background-position: -108px 0;
}

.yt-product-detail .more-views.slide-gallery .prev:hover,
.yt-product-detail .more-views.slide-gallery .next:hover {
    cursor: pointer;
}

.yt-product-detail .configurable-swatch-list li {
    display: inline-block;
    text-align: center;
}

.btn-cart.out-of-stock {
    background-color: #ddd !important;
}

/*qty*/
.yt-product-detail .add-to-box {
    clear: both;
}

.quantity-box .quantity-controls {
    background-color: #444;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/plus-minus.png);
    background-repeat: no-repeat;
    border: none;
    height: 15px;
    margin-bottom: 0px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 15px;
}

.quantity-box .quantity-controls.quantity-minus {
    background-position: 0 -15px;
    top: 15px;
}

.quantity-box .quantity-controls.quantity-plus {
    background-position: 0 0;
    top: 0;
}

#confirmbox .quantity-box .quantity-input.qty {
    border: 1px solid #ddd;
}

.product-shop .add-to-cart input.input-text.qty,
.quantity-box .quantity-input.qty {
    border: none;
    height: 30px;
    line-height: 100%;
    margin: 0;
    text-align: center;
    width: 35px;
}

#product-options-wrapper .qty-holder input.input-text {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    text-align: center;
    width: 60px;
}

/*--popup cart*/
#product-shop .wrap-qty {
    display: inline-block;
    width: 100%;
}

#product-shop .wrap-qty .qty-set,
.product-shop .wrap-qty .qty-set {
    float: left;
}

.yt-product-detail .wrap-qty {
    background-color: #eee;
    float: left;
    height: 40px;
    padding: 5px 15px;
    width: 120px;
}

.wrap-qty .qty-set .quantity-box {
    float: left;
    position: relative;
    width: 50px;
}

.yt-product-detail .wrap-qty .qty-title {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.product-shop #product-options-wrapper label {
    font-weight: normal;
}

/***-----content detail right-----***/

.yt-product-detail .yt-detail-right {
    float: left;
    line-height: 150%;
    padding-right: 0px;
}

.yt-product-detail .product-name h1 {
    font-family: inherit;
    font-size: 167%;
    font-weight: bold;
    margin-top: -5px;
}

.yt-product-detail .product-shop .product-review {
    clear: both;
    margin: 0;
    padding: 10px 0 20px;
}

.yt-product-detail .product-shop .availability span {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-instock.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    color: #00abf0;
    margin-left: 3px;
    padding-left: 18px;
}

.yt-product-detail .addthis_toolbox {
    clear: both;
    float: left;
    margin-bottom: 25px;
}

.yt-product-detail .short-description {
    clear: both;
    float: left;
    margin: 25px 0 25px 0;
}

.yt-product-detail .short-description h2 {
    font-family: inherit;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.yt-product-detail .product-shop .price-box {
    float: none;
}

.yt-product-detail .product-shop .availability {
    float: right;
}

.quickview-main .yt-product-detail .add-to-cart .btn-cart,
#yt_wrapper .add-to-cart .btn-cart {
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 100%;
    padding: 14px 21px;
    text-align: center;
    text-transform: uppercase;
}

.quickview-main .yt-product-detail .add-to-cart .btn-cart:hover,
#yt_wrapper .add-to-cart .btn-cart:hover {
    background-color: #444 !important;
}

.yt-product-detail .add-to-cart {
    float: left;
}

.yt-product-detail .add-to-links li,
.yt-product-detail .product-add-box {
    float: left;
}

#product_addtocart_form {
    margin-right: 20px;
    position: relative;
}

.yt-product-detail #product-options-wrapper {

}

.yt-product-detail #product-options-wrapper .input-box input[type="text"],
.yt-product-detail #product-options-wrapper .input-box select {
    width: 100%;
}

.yt-product-detail #product-options-wrapper label {
    font-weight: normal;
    margin-right: 10px;
}

.review-product-list .yt-product-detail .add-to-box {
    display: none;
}

/*--detail quick view--*/
.quickview-main .yt-product-detail {
    padding: 15px;
}

.quickview-main .yt-product-detail .more-views .jCarouselLite > ul > li {
    height: 95px !important;
    width: 95px !important;
}

.quickview-main .yt-product-detail .more-views.slide-gallery .prev,
.quickview-main .yt-product-detail .more-views.slide-gallery .next {
    top: 36px;
}

/***----product type----***/
.product-shop .wrap-sc .pro-code {
    margin-left: 20px;
}

.data-table.grouped-items-table {
    margin: 20px 0 20px 0;
}

.product-grouped-product .yt-product-detail .add-to-box {
    float: left;
}

.product-grouped-product .yt-product-detail .add-to-box .add-to-cart {
    margin-left: 0;
}

.product-grouped-product .yt-product-detail .email-friend {
    left: 215px;
}

.yt-product-detail .add-to-box,
.yt-product-detail .add-to-holder.have-price {
    margin-top: 20px;
}

.yt-product-detail .add-to-holder.have-price .price-box {
    display: none;
}

.product-options ul.options-list .label {
    color: #666;
    font-size: 100%;
    font-weight: normal;
    line-height: 170%;
    padding: 0;
}

#product-options-wrapper.product-options dd,
#product-options-wrapper.product-options select,
#product-options-wrapper.product-options .options-list {
    margin-bottom: 5px;
}

#downloadable-links-list > li {
    margin: 5px;
}

.data-table.grouped-items-table {
    margin-bottom: 15px;
}

.data-table.grouped-items-table tr td,
.data-table.grouped-items-table input.input-text,
#product-options-wrapper .qty-holder input.input-text {
    text-align: center;
    width: 40px;
}

.yt-product-detail .price-as-configured {
    margin-bottom: 15px;
    margin-top: 10px;
}

/***----------------detail tabs--------------------***/
.yt-product-detail .tab-product-detail {
    border: 1px solid #eee;
    clear: both;
    float: left;
    margin-bottom: 30px;
    margin-top: 40px;
    width: 100%;
}

.yt-product-detail .tab-product-detail .yt-tab-navi {
    float: left;
    width: 200px;
}

.yt-product-detail .tab-product-detail .yt-tab-navi > li {
    position: relative;
}

.yt-product-detail .tab-product-detail .yt-tab-navi > li.active:first-child:hover {
    border-left: none;
}

.yt-product-detail .tab-product-detail .yt-tab-navi > li.active:last-child:hover {
    border-right: none;
}

.yt-product-detail .tab-product-detail .yt-tab-navi > li > a {
    border-bottom: 1px solid #eee !important;
    display: inline-block;
    font-size: 133%;
    font-weight: bold;
    line-height: 100%;
    padding: 13px 20px 13px 30px;
    position: relative;
    /*border-left: 5px solid transparent;*/
    text-transform: uppercase;
    width: 100%;
}

.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:before {
    content: "";
    height: 105%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 0px;
}

.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a:before,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover:before {
    width: 5px;
}

.yt-product-detail .tab-product-detail .yt-tab-content {
    border-left: 1px solid #eee;
    margin-left: 200px;
    min-height: 250px;
    overflow: hidden;
    padding: 25px 30px;
}

.yt-product-detail .tab-product-detail .yt-tab-content label {
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 5px;
}

.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags > h2 {
    display: none;
}

.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags > h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .product-tags {
    line-height: 160%;
    margin-bottom: 10px;
}

.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .form-add {
    margin-bottom: 10px;
}

.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add .button {
    height: 35px;
}

.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add label {
    width: 100%;
}

.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #productTagName {
    float: left;
    height: 35px;
    margin-right: 10px;
}

.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #advice-required-entry-productTagName {
    clear: both;
    float: left;
}

.yt-product-detail .tab-product-detail .yt-tab-content .box-tags .note {
    clear: both;
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager {
    border: 1px solid #E9E9E9;
    border-bottom: 4px solid #e9e9e9
    line-height: 230%;
    margin: 10px 0 20px 0;
    padding: 5px 10px;
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount {
    float: left;
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount strong {
    font-weight: normal;
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter {
    float: right;
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter select {
    margin: 0 10px;
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd {
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews small.date {
    font-style: italic;
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dt a {
    font-style: italic;
    font-weight: normal;
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd:last-child {
    border: none;
}

.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review {
    margin-bottom: 30px;
}

.yt-product-detail #yt_tab_decription h4,
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews h2,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review > h4,
.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review > h4 {
    font-family: inherit;
    font-size: 116.67%;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#yt_wrapper .yt-product-detail #yt_tab_reviewform input[type="radio"] {
    margin: 0 0 0 50%;
}

.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review #product-review-table {
    background: #fbfdfd;
}

.yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review #product-review-table > tbody > tr > td {
    padding-left: 2px;
}

.yt-product-detail .tab-product-detail .yt-tab-content .form-add .write-your-review .form-list #review_field {
    background-color: #fbfdfd;
    width: 100%;
}

.yt-product-detail #yt_tab_decription p {
    margin-top: 7px;
}

.yt-product-detail #yt_tab_decription p:first-child {
    margin-top: 0px;
}

.yt-product-detail #yt_tab_reviewform .reviewform-col1 {
    padding-left: 0px;
}

.yt-product-detail #yt_tab_reviewform .reviewform-col2 {
    padding-right: 0px;
}

.yt-product-detail #yt_tab_reviewform .btn-review {
    color: #fff;
    font-size: 107.7%;
    text-transform: uppercase;
}

.yt-product-detail #yt_tab_reviewform .btn-review:after {
    color: #fff;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-left: 6px;
}

.yt-product-detail #yt_tab_reviewform .buttons-set {
    border-top: none;
    padding-top: 0;
}

/*--------------------------upsell product-----------------------*/

#yt_main .yt-product-detail .sm-slider .page-button.top .control-button {
    top: 10px;
}

#yt_main .yt-product-detail .sm-slider .page-button.top {
    float: right;
}

#yt_main .yt-product-detail .sm-slider .page-button.top .control-button {
    display: inherit;
}

#yt_main .yt-product-detail .sm-slider .block-title span {
    display: inline-block;
    font-size: 133%;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

#yt_main .yt-product-detail .sm-slider .block-title span:after {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}

#yt_main .sm-slider.related .block-content .page-button .control-button {
    margin-top: -50px;
}

#yt_main .sm-slider .page-button .control-button {
    float: right;
    height: 29px;
    margin-top: -35px;
    width: 46px;
}

#yt_main .sm-slider .page-button .control-button li {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-slider.png);
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    float: left;
    height: 27px;
    text-indent: -999em;
    width: 20px;
}

#yt_main .sm-slider .page-button .control-button li.prev2,
#yt_main .sm-slider .page-button .control-button li.prev {
    background-position: -30px 0;
    margin-right: 5px;
}

#yt_main .sm-slider .page-button .control-button li.prev2:hover,
#yt_main .sm-slider .page-button .control-button li.prev:hover {
    background-position: 0px 0;
    cursor: pointer;
}

#yt_main .sm-slider .page-button .control-button li.next2,
#yt_main .sm-slider .page-button .control-button li.next {
    background-position: -60px 0;
}

#yt_main .sm-slider .page-button .control-button li.next2:hover,
#yt_main .sm-slider .page-button .control-button li.next:hover {
    background-position: -90px 0;
    cursor: pointer;
}

/*-----------------------related product-----------------------*/
.block-related {
    clear: both;
}

/*------------------------------about us page-----------------------------*/
.page-about {
    margin: 0px -15px 0 -15px;
}

.page-about .about-row2 {
    float: left;
    margin-top: 50px;
}

.page-about .about-row2 .row2 .about-cont a.title,
.page-about .about-row1 .row1-right span {
    font-size: 138.5%;
    text-transform: uppercase;
}

.page-about .about-row2 .row2 .about-cont a.title {
    display: inline-block;
    padding-bottom: 5px;
}

.page-about .about-row1 .row1-right p {
    padding-top: 5px;
}

.page-about .about-row1 .row1-right .row1-right-cont2 {
    margin-top: 50px;
}

.page-about .about-row2 .row2 .inner {
    border: 1px solid #e6e6e6;
    padding: 20px 20px 30px 20px;
}

.page-about .about-row2 .row2 .about-cont {
    margin-top: 25px;
    padding: 0 10px;
    text-align: center;
}

#yt_wrapper .page-about .about-row2 .row2 .button {
    display: inline-block;
    margin-top: 28px;
    padding: 13px 35px;
}

/***---------------------------------contact---------------------------***/
.contacts-index-index .contact-page {
    margin-top: 40px;
}

.contact-page {
    margin: 0 -15px;
}

.contact-page .block-title {
    color: #333;
    display: block;
    font-size: 138.5%;
    line-height: 100%;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.contact-page .contact-us-left {
    padding-right: 10%;
}

.contact-page .contactus-info .contact-info {
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.contact-page .contactus-info .contact-info span {
    margin-right: 25px;
}

.contact-page .contactus-info .contact-info p {
    margin-top: 20px;
}

.contact-page .fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.contact-page #contactForm {
    margin-top: 45px;
}

.contact-page #contactForm .fields {
    float: left;
    margin-right: 4%;
    width: 36%;
}

.contact-page #contactForm .fields input.input-text {
    height: 43px;
    margin-bottom: 10px;
    width: 100%;
}

.contact-page #contactForm .wide {
    float: right;
    width: 60%;
}

.contact-page #contactForm .wide #comment {
    height: 149px;
    width: 100%;
}

.contact-page #contactForm .buttons-set {
    border-top: none;
    clear: both;
    padding-top:
}

.contact-page #contactForm .buttons-set .button {
    float: left;
    margin-left: 0;
    padding: 10px 30px;
}

/***-------------------------------------------other page----------------------------------***/
#yt_wrapper label {
    font-weight: normal;
    padding-bottom: 3px;
}

.cart-collaterals select,
.form-list input.input-text,
input.input-text {
    margin-bottom: 10px;
    padding: 7px 10px;
    width: 100%;
}

/*cart*/
.cart-collaterals .discount h2:before {
    color: #F33;
    content: "\f005";
    font-family: 'FontAwesome';
    font-size: 15px;
    padding-right: 10px;
}

.cart-collaterals .shipping h2:before {
    color: #F33;
    content: "\f0d1";
    font-family: 'FontAwesome';
    font-size: 15px;
    padding-right: 10px;
}

#shopping-cart-totals-table strong .price {
    font-size: 123%;
}

.cart-collaterals .checkout-types a {
    text-decoration: underline;
}

/***----check out----***/
#yt_wrapper .cart form,
#yt_wrapper .cart .title-buttons {
    float: left;
    width: 100%;
}

#yt_wrapper .cart .title-buttons > .page-title {
    float: left;
}

#yt_wrapper .checkout-types {
    margin-top: 30px;
    text-align: right;
}

.cart-collaterals .crosssell #crosssell-products-list .item {
    margin-bottom: 30px;
}

.cart-collaterals .crosssell #crosssell-products-list .item .product-image {
    float: left;
    margin-right: 15px;
}

.cart-collaterals .crosssell #crosssell-products-list .item .product-details {
    display: table;
    float: left;
}

.cart-collaterals .crosssell #crosssell-products-list .product-name {
    font-size: 117%;
}

.cart-collaterals .crosssell #crosssell-products-list .price-box {
    font-size: 117%;
    font-weight: bold;
}

.cart-collaterals .crosssell #crosssell-products-list .item .add-to-links li {
    display: inline-block;
}

.cart-collaterals .crosssell h2 {
    line-height: 150%;
    margin-bottom: 10px;
}

#yt_wrapper .cart-collaterals .crosssell,
#yt_wrapper .cart-collaterals .totals,
#yt_wrapper .cart-collaterals .col2-set #discount-coupon-form,
#yt_wrapper .cart-collaterals .col2-set .shipping {
    border: 1px solid #e9e9e9;
    float: left;
    line-height: 200%;
    margin-top: 20px;
    padding: 15px;
    width: 100%;
}

#yt_wrapper #coupon_code,
#yt_wrapper #postcode {
    margin-bottom: 10px;
}

#yt_wrapper #shipping-zip-form,
#yt_wrapper #checkout-payment-method-load dt {
    line-height: 170%;
}

#yt_wrapper .cart-collaterals .totals td {
    overflow: hidden;
    padding-right: 10px;
    text-align: left;
}

#yt_wrapper .cart-collaterals .totals .checkout-types {
    margin: 5px 0 0;
    text-align: left;
}

#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout {
    margin-bottom: 5px;
}

#checkout-progress-wrapper .block-content dt {
    border: 1px solid #E9E9E9;
    font-weight: normal;
    margin-top: 10px;
    padding: 7px;
}

#checkout-progress-wrapper .block-content dt.complete,
#checkout-progress-wrapper .block-content dt.complete a {
    border: none;
    color: #fff;
}

#checkout-progress-wrapper .block-content dd.complete {
    border: 1px solid #E9E9E9;
    border-top: none;
    padding: 10px;
}

.yt_main_inner select,
#checkoutSteps select {
    width: 230px;
}

#checkoutSteps > li {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

#checkoutSteps .step-title {
    background: #777;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 100%;
    padding: 12px 20px;
}

#checkoutSteps .step-title > span.number {
    float: left;
    padding: 0 5px;
    font-size: 130%;
    font-weight: bold;
    line-height: 100%
    margin-right: 10px;
}

#checkoutSteps .step-title > h2,
#checkoutSteps .step-title > span {
    font-size: 120%;
    line-height: 110%;
}

#checkoutSteps.opc .step-title a {
    display: none;
}

#checkoutSteps > li > div {
    border: 1px solid #e9e9e9;
    border-top: none;
    float: left;
    padding: 20px;
    width: 100%;
}

#checkoutSteps .col2-set > div:first-child {
    padding-left: 0;
}

#checkoutSteps .col2-set > div:last-child {
    padding-right: 0;
}

#checkoutSteps h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

#checkoutSteps .col2-set .buttons-set .button {
    float: right;
}

#payment_form_ccsave {
    margin-top: 15px;
}

#payment_form_ccsave .v-fix {
    float: left;
    margin-right: 10px;
}

#checkoutSteps #opc-login .buttons-set .f-left,
#login-form .buttons-set .f-left {
    float: left;
    /*width: 100%;*/
    margin-top: 3px;
}

#checkoutSteps .please-wait {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}

#checkoutSteps .please-wait img {
    display: none;
}

/***----checkout multi address----***/
#checkout-progress-state {
    margin-top: 30px;
}

#checkout-progress-state > li {
    background: #777;
    color: #FFFFFF;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 20%;
}

#checkout_multishipping_form .multiple-checkout .title-buttons {
    float: left;
    width: 100%;
}

#checkout_multishipping_form .multiple-checkout .title-buttons .button {
    margin-top: 30px;
}

#checkout_multishipping_form .multiple-checkout .title-buttons .page-title {
    float: left;
}

.multiple-checkout .button {
    float: right;
}

#checkout_multishipping_form #multiship-addresses-table {
    margin-top: 15px;
}

.multiple-checkout h2.legend {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.multiple-checkout h3.legend {
    font-weight: bold;
    margin-bottom: 10px;
}

.multiple-checkout .col-wide h3,
.multiple-checkout .col-wide h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.multiple-checkout .box-title {
    background: #777;
}

.multiple-checkout .box .box-content {
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    padding: 15px;
}

.multiple-checkout .messages {
    float: none;
}

#multishipping-billing-form .sp-methods dt {
    line-height: 170%;
}

.multiple-checkout .box-title > h3,
.multiple-checkout .box-title > h2,
.multiple-checkout .box-title > h4 {
    color: #ffffff;
    line-height: 100%;
    padding: 8px;
}

.multiple-checkout .box-title > h3 > a,
.multiple-checkout .box-title > h2 > a,
.multiple-checkout .box-title > h4 > a {
    color: #ffffff;
}

#checkout-review-submit .place-order .grand-total {
    float: right;
}

#checkout-review-submit .place-order .grand-total big {
    font-size: 120%;
    line-height: 200%;
}

/*---block account in account page---*/
#yt_left .block-account .block-content {
    float: left;
    padding: 5px 20px 10px 20px;
}

#yt_left .block-account .block-content > ul > li {
    border-bottom: 1px solid #e9e9e9;
    float: left;
    padding: 10px 0 5px;
    width: 100%;
}

#yt_left .block-account .block-content > ul > li.last {
    border-bottom: none;
}

#yt_left .block-account .block-content > ul > li > strong,
#yt_left .block-account .block-content > ul > li:hover > a {

}

.my-account .my-tag-edit {
    margin-bottom: 30px;
}

.my-account .product-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.my-account > .title-buttons {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.my-account #wishlist-view-form .buttons-set {
    float: right;
}

.my-account #wishlist-view-form textarea {
    margin-top: 5px;
    width: 100%;
}

.my-account #wishlist-view-form .price-box {
    font-size: 116.67%;
    font-weight: bold;
    margin-bottom: 5px;
}

.my-account > #form-validate > .buttons-set {
    display: inline-block;
    width: 100%;
}

.my-account > #form-validate > .buttons-set .back-link {
    float: left;
}

.my-account .box-account {
    margin-top: 10px;
}

.my-account .box-account .box-head {
    background: none repeat scroll 0 0 #777777;
    color: #FFFFFF;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.my-account .box-account .box-head > h2 {
    float: left;
}

.my-account .box-account .box-head > a {
    color: #fff;
    float: right;
}

#login-form,
.my-account .box-account .col2-set {
    margin-left: -30px;
}

#checkout-step-login #login-form {
    margin-left: 0;
}

.my-account .box-account .col2-set > .box > .box-title {
    margin-left: 30px;
}

.my-account .col2-set .col-1 {
    float: left;
    width: 50%;
}

.my-account .box-account.box-info .col2-set .col-1 {
    padding-left: 30px;
}

.account-login .form-list {
    margin-top: 10px;
}

.account-login .col2-set .col-1 {
    float: left;
    padding-left: 30px;
    width: 50%;
}

.my-account .col2-set .col-2,
.account-login .col2-set .col-2 {
    float: right;
    padding-left: 30px;
    width: 50%;
}

.my-account .data-table {
    margin-bottom: 10px;
    width: 100%;
}

.my-account .data-table#my-orders-table {
    margin-bottom: 20px;
    margin-top: 10px;
}

.my-account .data-table .input-text.qty {
    height: 32px;
    margin-bottom: 10px;
    text-align: center;
    width: 80px;
}

.my-account .data-table .link-edit {
    float: left;
    margin-top: 5px;
    width: 100%;
}

.my-account .box-title {
    border-bottom: 1px dashed #E9E9E9;
    margin-bottom: 5px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 5px;
}

.my-account .box-title > h3 {
    float: left;
    font-weight: bold;
    line-height: 180%;
}

.my-account .box-title > a {
    float: right;
    line-height: 180%;
}

.my-account .box-title > a:hover {
    text-decoration: underline;
}

.my-account .box-content h4 {
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 5px;
}

.my-account .box-account .number {
    float: left;
    font-weight: bold;
    line-height: 100%;
    margin: 2px 10px 0 0;
}

.my-account .product-review .product-img-box {
    margin-bottom: 20px;
}

.my-account .product-review .product-img-box .product-image img {
    margin-bottom: 10px;
}

.checkout-multishipping-address-newshipping .fieldset {
    float: left;
    width: 50%;
}

.fieldset {
    margin-bottom: 20px;
    padding: 20px 0 0 0;
}

.fieldset .legend {
    background: #fff;
    float: left;
    font-size: 117%;
    font-weight: bold;
    margin: -25px 0 0 0;
    padding: 0px;
    text-transform: uppercase;
    /*border: 1px solid #e9e9e9;*/
}

.buttons-set {
    border-top: 1px solid #e9e9e9;
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
}

.buttons-set .button {
    float: right;
    margin-left: 5px;
}

.my-account .buttons-set.buttons-set2 {
    border: none;
    margin: 0;
    padding: 0;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.account-login .col2-set .content > h2 {
    font-size: 117%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col2-set .content > h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.form-list li {
    margin-bottom: 5px;
}

input.input-text.qty {
    width: auto;
}

.my-account .pager {
    border: 1px solid #e9e9e9;
    border-bottom: 4px solid #e9e9e9;
    margin: 0 0 20px 0;
    padding: 5px 10px;
}

.pager li > a, .pager li > span {
    background-color: #F4F4F4;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    float: left;
    line-height: 100%;
    margin-left: 5px;
    padding: 5px 10px;
}

.pager li > a:hover,
.pager li > a:focus,
.pager li.current > a {
    border: 1px solid transparent;
    color: #fff;
}

.my-account .pager .amount {
    float: left;
    line-height: 24px;
    margin-right: 10px;
}

.my-account .pager .limiter {
    float: left;
}

.my-account .pager .pages {
    display: inline-block;
    float: right;
}

.my-account .pager > .pages > ol {
    display: inline;
}

.pager .limiter label {
    font-weight: normal;
}

.pager .limiter select {
    margin: 0;
    padding: 2px;
    position: relative;
    width: 65px;
}

.my-account .title-buttons .button {
    float: right;
}

.my-account .link-print {
    margin-right: 10px;
}

.my-account .addresses-list h3,
.my-account .addresses-list h2,
.my-account .order-info-box h2 {
    float: left;
    font-weight: bold;
    margin: 10px 0 7px 0;
    width: 100%;
}

.my-account .addresses-list h2 {
    border-bottom: 1px dashed #E9E9E9;
    margin: 0;
    padding-bottom: 5px;
}

#my_recent_tags .item,
#my_recent_reviews .item {
    margin-top: 10px;
}

#my_recent_reviews .ratings .rating-box {
    margin-top: 3px;
}

#my_recent_tags .tags strong,
#my_recent_reviews .ratings strong {
    float: left;
    padding-right: 10px;
}

#shopping-cart-table .product-image img,
#crosssell-products-list .item .product-image {
    overflow: hidden;
    position: relative;
}

#shopping-cart-table .a-center .input-text {
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}

#shopping-cart-table {
    margin-top: 20px;
}

/*------------------------------------------END other page-----------------------------------*/

/*-------------------css background image-----------------------*/
.pattern1 {
    background-attachment: fixed;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/pattern/pattern1.png);
}

.pattern2 {
    background-attachment: fixed;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/pattern/pattern2.png);
}

.pattern3 {
    background-attachment: fixed;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/pattern/pattern3.png);
}

.pattern4 {
    background-attachment: fixed;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/pattern/pattern4.png);
}

.pattern5 {
    background-attachment: fixed;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/pattern/pattern5.png);
}

.pattern6 {
    background-attachment: fixed;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/pattern/pattern6.png);
}

.pattern7 {
    background-attachment: fixed;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/pattern/pattern7.png);
}

.pattern8 {
    background-attachment: fixed;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/pattern/pattern8.png);
}

/*-------------------end css background image-----------------------*/

/*----------------------tablisting + slider-----------------------------*/
.respl-items-container .carousel-inner.products-grid .item-tab-listing {
    padding: 5px;
}

.respl-items-container .carousel-inner.products-grid .item-tab-listing.active {
    width: 100%;
}

.respl-items-container .category-products.carousel {
    margin: -5px;
}

.carousel-control-wrap .carousel-control-tab {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-slider.png);
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    display: inline-block;
    height: 27px;
    text-indent: -999em;
    width: 20px;
}

.yt-tab-listing .carousel-control-wrap {
    float: right;
    margin-right: 5px;
    margin-top: -49px;
}

.carousel-control-wrap .carousel-control-tab.prev {
    background-position: -31px 0;
}

.carousel-control-wrap .carousel-control-tab.prev:hover {
    background-position: 0px 0;
}

.carousel-control-wrap .carousel-control-tab.next {
    background-position: -60px 0;
}

.carousel-control-wrap .carousel-control-tab.next:hover {
    background-position: -90px 0;
}

/*------block collections--------*/
.collections-wrap {
    clear: both;
}

.hotcate-wrap .block-title,
.collections-wrap .block-title {
    border-bottom: 1px solid #ddd;
    line-height: 100%;
}

.hotcate-wrap .block-title span,
.collections-wrap .block-title span {
    display: inline-block;
    font-size: 133%;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.hotcate-wrap .block-title span:after,
.collections-wrap .block-title span:after {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.collections li {
    float: left;
    margin-left: 1%;
    width: 15.666%;
}

.collections {
    margin-left: -1%;
    margin-top: 30px;
}

.collections li a {
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 133%;
    font-weight: bold;
    height: 140px;
    letter-spacing: 1px;
    line-height: 20px;
    padding-top: 21px;
    text-transform: uppercase;
    width: 100%;
}

.collections .collect5 a span {
    font-size: 12px;
    font-weight: normal;
}

.collections .collect4 a span {
    font-size: 14px;
}

.collections .collect1 a {
    background-image: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/collect1.png');
    text-align: center;
}

.collections .collect2 a {
    background-image: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/collect2.png');
    text-align: center;
}

.collections .collect3 a {
    background-image: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/collect3.png');
    text-align: center;
}

.collections .collect4 a {
    background-image: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/collect4.png');
    padding-left: 17px;
}

.collections .collect5 a {
    background-image: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/collect5.png');
    padding-left: 15px;
}

.collections .collect6 a {
    background-image: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/collect6.png');
    text-align: center;
}

/*---- hot categories------*/
.hotcate-wrap {
    background-color: #f5f5f5;
    margin-top: 40px;
    padding-top: 40px;
}

.hotcate-wrap .btn-viewmore {
    color: #fff;
    display: inline-block;
    font-size: 77%;
    font-weight: bold;
    left: 20px;
    line-height: 100%;
    padding: 5px 20px 5px 10px;
    position: relative;
    text-transform: uppercase;
    top: -58px;
}

.hotcate-wrap .btn-viewmore:after {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/ico-viewmore.png) no-repeat;
    content: "";
    height: 7px;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 5px;
}

.hotcate-wrap .btn-viewmore:hover {
    background-color: #444;
}

/*---slideshow---*/
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 4px;
}

.slideshow-wrap .tp-caption.market-slide3-btn-buynow:after {
    color: #ffffff;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 4px;
}

.slideshow-wrap .tp-caption.market-slide1-btn-shopnow a {

}

.slideshow-wrap .tp-caption.market-slide3-btn-buynow a {
    color: #fff;
}

/*---Location popup---*/
#location-popup {
    background-color: #eee;
    display: none;
    float: left;
    width: 770px;
}

#location-popup .inner {
    padding: 25px 20px 0 30px;
}

#location-popup .col1 {
    float: left;
    width: 50%;
}

#location-popup .col1-content {
    padding-top: 5px;
}

#location-popup .col2 {
    float: right;
    padding-right: 15px;
    padding-top: 33px;
    width: 50%;
}

#location-popup .subscribe-bottom {
    border-top: 1px solid #ddd;
    clear: both;
}

#location-popup .subscribe-bottom input {
    margin-top: 3px;
    padding: 0;
}

#location-popup .subscribe-bottom .inner {
    float: right;
    padding: 8px 0;
}

#location-popup .subscribe-bottom label {
    color: #333;
    font-weight: normal;
}

#location-popup .col1 .col1-cont {
    float: left;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 33.33%;
}

#location-popup .col1 .col1-cont span {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

#location-popup .col1 .col1-cont ul li a {
    line-height: 25px;
}

/* ------------------------------ABOUT US PAGE-------------------------------- */
.aboutus-page .box-1-about {
    background: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.aboutus-page .title-about-us {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/bg-title-about.png) repeat-x left center;
    margin-bottom: 17px;
}

.aboutus-page .title-about-us h2 {
    background: #fff;
    color: #444;
    display: inline-block;
    font-family: inherit;
    font-size: 183.3%;
    padding: 0 30px 6px 0px;
}

.aboutus-page .image-about-us {
    float: left;
    padding-top: 6px;
    width: 270px;
}

.aboutus-page .des-about-us {
    line-height: 18px;
    margin-left: 300px;
}

.aboutus-page .why-list li {
    padding-left: 29px;
    position: relative;
}

.aboutus-page .why-list li:before {
    background-position: top left;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0px;
    position: absolute;
    top: 10px;
    width: 14px;
}

.aboutus-page .why-list li > a {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/border-bottom-bs.png") repeat-x left bottom;
    display: block;
    padding: 5px 0 7px;
}

.aboutus-page .why-list li:last-child > a {
    background: none;
}

.aboutus-page .happy-about-us {
    clear: both;
    padding-top: 45px;
}

.aboutus-page .title-happy-about {
    background: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -17px;
}

.aboutus-page .title-happy-about h2 {
    color: #444;
    font-family: inherit;
    font-size: 150%;
    font-weight: normal;
}

.aboutus-page .happy-ab {
    border: 1px solid #e9e9e9;
    padding: 33px 8px 20px;
}

.aboutus-page .ct-why {
    padding: 0 10px 0 25px;
    position: relative;
}

.aboutus-page .slider-happy-client .item > div:before {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/note-client.png) no-repeat top left;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0px;
    position: absolute;
    top: 6px;
    width: 16px;
}

.aboutus-page .slider-happy-client .owl-dots {
    display: none !important;
}

.aboutus-page .slider-happy-client .owl-controls {
    background: #fff;
    padding: 0 5px;
    position: absolute;
    right: 2px;
    top: -47px;
}

.aboutus-page .slider-happy-client .owl-controls .owl-prev,
.aboutus-page .slider-happy-client .owl-controls .owl-next {
    background-color: transparent !important;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px !important;
    margin: 0 3px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    top: 0px;
    width: 26px !important;
}

.aboutus-page .slider-happy-client .owl-controls .owl-prev {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/btn-prev-hp.png) !important;
    border: none !important;
    left: inherit !important;
    margin-right: 3px;
    right: 0px !important;
}

.aboutus-page .slider-happy-client .owl-controls .owl-prev:hover {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/btn-prev-hp-h.png) !important;
    background-position: 0 0;
}

.aboutus-page .slider-happy-client .owl-controls .owl-nav {
    background: #fff;
    display: inline-block;
    height: 26px;
    width: 68px;
}

.aboutus-page .slider-ourmember .owl-pagination {
    float: none !important;
    margin: 0 !important;
    text-align: center;
}


.aboutus-page .slider-ourmember .owl-pagination .owl-page {
    background-color: #d7d7d5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    float: none !important;
    height: 16px;
    margin: 0 3px;
    width: 16px;
}

.aboutus-page .cms-about-us .service-bottom {
    margin-bottom: 0px;
}

.cms-about-us #yt_main > .container {
    background: none;
    margin-bottom: 0px;
}

.aboutus-page .slider-happy-client .owl-controls .owl-next {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/btn-next-hp.png) !important;
    border: none !important;
    right: 0px !important;
}

.aboutus-page .slider-happy-client .owl-controls .owl-next:hover {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/btn-next-hp-h.png) !important;
    background-position: 0 0;
}

.aboutus-page .client-info-about .name {
    font-size: 133%;
}

.aboutus-page .ct-why .client-say {
    color: #909090;
    font-size: 107.69%;
    margin-bottom: 10px;
}

.aboutus-page .our-member {
    clear: both;
    padding-top: 30px;
}

.aboutus-page .our-member .owl-nav {
    display: none !important;
}

.aboutus-page .our-member .sm_quickview_handler {
    display: none !important;
}

.aboutus-page .our-member .info-member {
    padding-top: 10px;
    text-align: center;
}

.aboutus-page .our-member .info-member .cl-name > a {
    font-family: inherit;
    font-size: 133%;
}

.aboutus-page .our-member .info-member .cl-name > a:hover {
    text-decoration: underline;
}

.aboutus-page .our-member .cl-job {
    color: #444;
    font-size: 116.6%;
    padding: 3px 0px 2px;
}

.aboutus-page .our-member .respl-item .w-image-box {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.aboutus-page .our-member .respl-item .w-image-box .item-image > a:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    height: 0%;
    left: 0px;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}

.aboutus-page .our-member .respl-item .w-image-box:hover .item-image > a:before {
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.aboutus-page .our-member .respl-item .w-image-box .cl-nw {
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 50%;
    bottom: -40px;
    display: inline-block;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
    z-index: 10;
}

.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-facebook {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/cl_facebook.png);
    margin-left: -42px;
    transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -web-kit-transition: all 0.3s ease 0.3s;
}

.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-flickr {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/cl_flickr.png);
    transition: all 0.3s ease 0.6s;
    -moz-transition: all 0.3s ease 0.6s;
    -web-kit-transition: all 0.3s ease 0.6s;
}

.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-twitter {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/cl_twitter.png);
    margin-left: 18px;
    transition: all 0.3s ease 0.9s;
    -moz-transition: all 0.3s ease 0.9s;
    -web-kit-transition: all 0.3s ease 0.9s;
}

.aboutus-page .our-member .respl-item .w-image-box:hover .cl-nw {
    bottom: 28px;

}

.aboutus-page .our-member .title-about-us {
    text-align: center;
}

.aboutus-page .our-member .title-about-us > h2 {
    font-family: inherit;
    font-size: 215.38%;
    font-weight: normal;
    padding: 0 30px 6px 30px;
}

.aboutus-page .our-member .short-des {
    color: #909090;
    margin-bottom: 70px;
    text-align: center;
}

.aboutus-page .our-member .owl-controls {
    left: 0px;
    position: absolute;
    top: -45px;
    width: 100%;
}

/***---------contact-----------***/
.box-1-contact .contact-map-wrap #map {
    border: 6px solid #ececec;
    height: 297px;
}

.box-1-contact .block-map {
    margin-bottom: 20px;
}

.box-1-contact .form-wrapper .input-box .input-text {
    max-width: 395px;
    width: 100%;
}

.box-1-contact .form-wrapper .input-box #comment {
    max-width: none;
    width: 100%;
}

.box-1-contact .form-wrapper .form-list li {
    margin-bottom: 0px;
}

.box-1-contact .store-info .list-info .item-info {
    margin-bottom: 20px;
    padding-left: 52px;
    position: relative;
}

.box-1-contact .store-info .list-info .item-info > div:before {
    background-color: #f0f0f0;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 34px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 34px;
}

.box-1-contact .store-info .list-info .item-info.main-info > div:before {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/add_contact.png);
}

.box-1-contact .store-info .list-info .item-info.email-info > div:before {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/email_contact.png);
}

.box-1-contact .store-info .list-info .item-info.phone-info > div:before {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/phone_contact.png);
}

.box-1-contact .store-info .list-info .item-info .info-content > h2 {
    color: #444;
    font-family: inherit;
    font-size: 108.3%;
    text-transform: uppercase;
}

.box-1-contact .store-info .list-info .item-info .info-content > h2 a {
    color: #444;
}

.box-1-contact .store-info .list-info .item-info .info-content .des-info {
    line-height: 18px;
    padding-top: 5px;
}

.box-1-contact .contact-form .buttons-set {
    border: none;
}

.box-1-contact .contact-form .buttons-set .button {
    float: left;
    margin-left: 0px;
}

/*---END ABOUT - CONTACT PAGE ---*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.disappear {
    display: none !important;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.appear {
    display: block !important;
}

.sm-deal-wrap .deal-list-item .item-deal .btn-cart,
.sm-deal-wrap .deal-list-item .item-deal .product-wishlist,
.sm-deal-wrap .deal-list-item .item-deal .product-compare {
    display: none;
}

.sm-deal-wrap .deal-list-item .item-deal {

}

.sm-deal-wrap .deal-list-item .item-deal .item-wrap {
    border: 1px solid #eee;
    padding: 15px 0 20px 0;
    text-align: center;
}

.sm-deal-wrap .product-timer-wrap {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.sm-deal-wrap .product-timer-wrap:after {
    clear: both;
    content: "";
    display: block;
}

.sm-deal-wrap .product-timer-wrap .time-item {
    float: left;
    padding: 3px 0 7px;
    text-align: center;
    width: 25%;
}

.sm-deal-wrap .product-timer-wrap .time-item:not(:last-child) {
    border-right: 1px solid #fff;
}

.sm-deal-wrap .product-timer-wrap .time-day {
    border-left: none;
}

.sm-deal-wrap .product-timer-wrap .time-sec {
    border-right: none;
}

.sm-deal-wrap .product-timer-wrap .time-item .num-time {
    font-size: 133%;
}

.sm-deal-wrap .item-title a {
    font-size: 116.6%;
}

/*=========================media=====================*/
.product-image-gallery .gallery-image {
    display: none !important;
    max-width: 100%;
}

.product-image-gallery .gallery-image.visible {
    display: block;
}

.product-image-gallery {
    margin-right: 1px;
}

.more-views {
    margin: 0 -5px;
}

.more-views .owl-item {
    padding: 0 5px;
}

.more-views .owl-item .item {
    border: 1px solid #ddd;
}

.more-views .owl-item .item img {
    width: 100%;
}

.more-views .owl-next {
    margin-top: -15px;
    right: -9px !important;
    top: 50% !important;
}

.more-views .owl-prev {
    left: -9px !important;
    margin-top: -15px;
    position: absolute;
    top: 50% !important;
}

.wrapper_404page {
    background-color: #eeeeee;
    border-radius: 3px;
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}

.wrapper_404page .content-404page {
    float: right;
    margin-top: 40px;
    max-width: 500px;
    text-align: center;
}

.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
    font-size: 133.33%;
}

.wrapper_404page .content-404page .img-404 {
    margin: 30px 0;
}

.wrapper_404page .content-404page .img-404 img {
    max-width: 100%;
    width: auto;
}

.wrapper_404page .content-404page .button-404 {
    padding-top: 40px;
}

.wrapper_404page .img-right-404 {
    margin-top: 60px;
}

.wrapper_404page .content-404page .prev-page-btn {
    background-color: #ea3a3c;
}

.wrapper_404page .content-404page .btn-404 {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0 4px 10px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.wrapper_404page .content-404page .back2home {
    background-color: #3cb7e7;
}

.cart .discount .input-text,
.cart .shipping .input-text,
.cart .shipping select {
    width: 100%;
}

.home-item-menu-parent > div {
    width: 150px !important;
}

.fb-fanbox-container {
    clear: both;
    margin-bottom: 30px;
}

.block-tags-sidebar .title-home {
    margin-bottom: 20px;
}

.block-tags-sidebar .tags-list li {
    margin-bottom: 5px;
}

.block-tags-sidebar .tags-list li a {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    display: inline-block;
    padding: 3px 10px;
}

.full-content {
    margin: 0 auto;
    position: relative;
}

.button-slider {
    background: #333;
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    padding: 7px 20px;
    text-transform: uppercase;
}

.button-slider.white {
    background-color: #fff !important;
    color: #333 !important;
}

.button-slider.white:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/*MENU PAGES*/

.sm_megamenu_menu .page-content {
    padding: 15px;
}

.sm_megamenu_menu .page-content .page-list li {
    padding: 8px 0 !important;
}

.yt-header-middle .detail-minicart {
    display: table;
}

.header-style-5 .minicart-title {
    display: table;
}

.header-style-5 .minicart-title span {
    display: table-cell;
    vertical-align: middle;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent {
    position: relative;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent > div {
    left: 0;
    min-width: 400px;
    right: auto;
}

.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.pages-parent > div {
    left: 0;
    min-width: 400px;
    right: auto;
}

/* Update 1.9.3.7 */

.minimal-price-link .label {
    color: inherit;
}

.sm-cartpro .cartpro-content {
    top: 55px;
}

.sm-cartpro .cartpro-title {
    position: relative;
}

.sm-cartpro:hover .cartpro-title:before {
    bottom: -15px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 20;
}

.onpen-sidebar {
    overflow-x: hidden;
}

.calendar {
    z-index: 99999;
}

/* UPDATE STYLE 2018 */
.account-login .new-users .content,
.account-login .registered-users .content {
    background: #fafafa;
    border: 1px solid #ddd;
    min-height: 270px;
    padding: 20px;
}

.account-login .new-users .buttons-set,
.account-login .registered-users .buttons-set {
    border: none;
}

.search-autocomplete {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.search-autocomplete ul li {
    cursor: pointer;
    padding: 5px 10px;
    text-transform: capitalize;
}

.search-autocomplete ul li span {
    float: right;
}

.product-sidebar .sm-basic-products {
    padding: 20px 0 15px;
}

.product-sidebar .item {
    margin-bottom: 20px;
}

.product-sidebar .product-image {
    border: 1px solid #ddd;
    float: left;
    width: 85px;
}

.product-sidebar .product-image img {
    width: 100%;
}

.product-sidebar .item-inner .product-info {
    margin-left: 100px;
}

.product-sidebar .item-inner .product-name {
    display: table;
    font-size: 116.67%;
    margin-bottom: 5px;
}

.product-sidebar .item-inner .no-rating {
    margin-bottom: 5px;
}

.product-sidebar .item-inner .amount {
    display: none;
}

.product-sidebar .item-inner .ratings {
    display: table;
    margin-bottom: 9px;
}

/****************/

.product-type-list {
    margin: 5px 0 30px;
}

.product-type-list .list-container {
    border: 1px solid #eee;
    padding: 10px;
    position: relative;
}

.product-type-list .list-container .item:not(:last-child) {
    margin-bottom: 20px;
}

.product-type-list .list-container .item-inner .product-image {
    float: left;
    width: 85px;
}

.product-type-list .list-container .item-inner .product-info {
    margin-left: 100px;
}

.product-type-list .list-container .item-inner .product-name {
    display: block;
    font-size: 116.67%;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-type-list .list-container .item-inner .no-rating {
    margin-bottom: 5px;
}

.product-type-list .list-container .item-inner .amount {
    display: none;
}

.product-type-list .list-container .item-inner .ratings {
    display: table;
    margin-bottom: 9px;
}

.product-type-list .list-container .item-inner .bottom-action {
    padding-top: 10px;
}

.product-type-list .list-container .item-inner .wishlist-compare a {
    margin-left: 2px;
}

.product-type-list .list-container .owl-carousel .item .item-inner:not(:last-child) {
    margin-bottom: 20px;
}

.product-type-list .list-container .owl-carousel .owl-nav {
    position: absolute;
    right: -11px;
    top: -53px;
}

.deal-full {
    border: 1px solid #eee;
    margin-bottom: 40px;
    padding: 6px 70px 5px;
    position: relative;
}

.deal-full:before {
    background: rgba(0, 0, 0, 0) url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/deal-label.png") no-repeat left top;
    content: "";
    height: 111px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 111px;
    z-index: 3;
}

.deal-full .item-image {
    float: left;
    padding-right: 15px;
    width: 50%;
}

.deal-full .item-image img {
    width: 100% !important;
}

.deal-full .deal-info {
    float: left;
    padding: 13px 0 0 15px;
    width: 50%;
}

.deal-full .deal-info .product-name {
    font-size: 150%;
}

.deal-full .deal-info .item-review .ratings {
    margin: 10px 0 7px;
}

.deal-full .deal-info .item-review .ratings .amount {
    display: none;
}

.deal-full .deal-info .item-review .no-rating {
    margin: 10px 0;
}

.deal-full .deal-info .price-box .special-price .price {
    font-size: 216.67%;
    font-weight: 700;
}

.deal-full .deal-info .item-des {
    margin: 10px 0 25px;
}

.deal-full .deal-info .action-product {
    margin-bottom: 30px;
}

.deal-full .deal-info .product-timer-wrap {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/clock-deal.png) no-repeat left center;
    display: table;
    padding: 0 0 0 60px;
}

.deal-full .deal-info .product-timer-wrap .time-item {
    color: #fff;
    float: left;
    padding: 8px 10px 6px;
    text-align: center;
}

.deal-full .deal-info .product-timer-wrap .time-item .num-time {
    font-size: 116.67%;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1px;
}

.deal-full .deal-info .product-timer-wrap .time-item:first-child {
    border-left: 1px solid #fff;
}

.deal-full .deal-info .product-timer-wrap .time-item:not(:last-child) {
    border-right: 1px solid #fff;
}

.deal-full .owl-nav > div {
    border: 1px solid #eee !important;
    font-size: 21px;
    height: 44px !important;
    line-height: 42px !important;
    margin-top: -22px !important;
    position: absolute;
    top: 50%;
    width: 30px !important;
}

.deal-full .owl-nav > div.owl-next {
    right: -71px;
}

.deal-full .owl-nav > div.owl-prev {
    left: -71px;
}

.block-tags {
    margin-bottom: 30px;
}

.block-tags .block-content {
    border: 1px solid #eee;
    display: table;
    padding: 20px;
    width: 100%;
}

/* Home general */
.home-collection .collections {
    background-color: #fafafa;
    border: 1px solid #eee;
    margin: 0;
}

.home-collection .collections .owl-carousel {
    margin: -1px;
    width: auto;
}

.home-collection .collections .owl-carousel .item {
    border: 1px solid transparent;
    text-align: center;
}

.home-collection .collections .owl-carousel .item a {
    display: block;
    padding: 20px;
}

.home-collection .collections .owl-carousel .item img {
    display: inline-block;
    max-width: 100%;
    opacity: 0.6;
    width: auto;
}

.home-collection .collections .owl-carousel .item span {
    clear: both;
    display: block;
    font-size: 116.67%;
    font-weight: 700;
    overflow: hidden;
    padding-top: 15px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-collection .collections .owl-carousel .item:hover {
    background-color: #fff;
}

.home-collection .collections .owl-carousel .item:hover img {
    opacity: 1;
}

.slider-post-container .owl-carousel .img-link img {
    width: 100%;
}

/* End home general */

/* Footer */
.footer-container .footer-head {
    background-color: #4a5678;
    color: #fff;
}

.footer-container .footer-top {
    background-color: #f3f4f8;
}

.footer-container .footer-bottom {
    background-color: #f3f4f8;
    padding: 11px 0;
}

.footer-container .footer-bottom .copyright-footer address {
    margin-top: 3px;
}

.footer-container .footer-bottom .copyright-footer address a:hover {
    text-decoration: underline;
}

.footer-container .footer-bottom .footer-payment {
    text-align: right;
}

.footer-container .footer-block {
    padding: 40px 0;
}

.footer-container .footer-block .footer-block-title {
    margin-bottom: 15px;
}

.footer-container .footer-block .footer-block-title h3 {
    font-size: 116.67%;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-container .footer-block .footer-block-content .links-footer li a {
    display: inline-block;
    font-size: 108.33%;
    padding: 2px 0;
}

.footer-container .footer-block .footer-block-content .links-contact li {
    line-height: 18px;
    min-height: 30px;
    padding-left: 39px;
    position: relative;
}

.footer-container .footer-block .footer-block-content .links-contact li::before {
    background: #4a5678 url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/icon-image.png") repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 30px;
}

.footer-container .footer-block .footer-block-content .links-contact li.add-icon::before {
    background-position: -8px -10px;
}

.footer-container .footer-block .footer-block-content .links-contact li.email-icon::before {
    background-position: -11px -51px;
}

.footer-container .footer-block .footer-block-content .links-contact li.phone-icon::before {
    background-position: -11px -91px;
}

.footer-container .footer-block .footer-block-content .links-contact li.middle-content {
    margin: 10px 0 16px;
    padding-top: 9px;
}

.footer-container .categories-footer {
    font-size: 91.67%;
    padding: 30px 0;
}

.footer-container .categories-footer .footer-links-w .label-link {
    font-size: 127.27%;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.footer-container .categories-footer .footer-links-w ul li {
    padding-bottom: 8px;
}

.footer-container .categories-footer .footer-links-w ul li h2 {
    display: inline-block;
    font-size: 100%;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.footer-container .socials-wrap {
    background-color: #2b375c;
    display: table;
    padding: 25px 30px 15px;
    width: 100%;
}

.footer-container .socials-wrap .title-follow {
    display: none;
}

.footer-container .socials-wrap ul .li-social {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.footer-container .socials-wrap ul .li-social a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.footer-container .socials-wrap ul .li-social a .name-social {
    display: none;
}

.footer-container .block-subscribe-footer {
    padding: 25px 0;
}

.footer-container .block-subscribe-footer .title-middle-footer {
    display: table-cell;
    font-size: 150%;
    font-weight: 700;
    padding-right: 70px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.footer-container .block-subscribe-footer .form.subscribe {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.footer-container .block-subscribe-footer .form.subscribe .newsletter-content {
    display: table;
    width: 100%;
}

.footer-container .block-subscribe-footer .form.subscribe .input-box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.footer-container .block-subscribe-footer .form.subscribe .input-box #newsletter-footer {
    border: medium none;
    color: #444;
    font-size: 116.67%;
    height: 40px;
}

.footer-container .block-subscribe-footer .form.subscribe .action-button {
    display: table-cell;
    vertical-align: top;
}

.footer-container .block-subscribe-footer .form.subscribe .action-button button {
    font-weight: 600;
    height: 40px;
}

.footer-container .contact-col .footer-block {
    background-color: #eceef4;
    padding: 40px 30px;
}

.footer-container .socials-wrap {
    background-color: #2b375c;
    display: table;
    padding: 25px 30px 15px;
    width: 100%;
}

.footer-container .socials-wrap .title-follow {
    display: none;
}

.footer-container .socials-wrap ul .li-social a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.footer-container .socials-wrap ul .li-social a .name-social {
    display: none;
}

.footer-container .block-subscribe-footer {
    padding: 25px 0;
}

.footer-container .block-subscribe-footer .title-middle-footer {
    display: table-cell;
    font-size: 150%;
    font-weight: 700;
    padding-right: 70px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.footer-container .block-subscribe-footer .form.subscribe {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.footer-container .block-subscribe-footer .form.subscribe .newsletter-content {
    display: table;
    width: 100%;
}

.footer-container .block-subscribe-footer .form.subscribe .input-box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.footer-container .block-subscribe-footer .form.subscribe .input-box #newsletter {
    border: medium none;
    color: #444;
    font-size: 116.67%;
    height: 40px;
    margin: 0;
    width: 100%;
}

.footer-container .block-subscribe-footer .form.subscribe .action-button {
    display: table-cell;
    vertical-align: top;
}

.footer-container .block-subscribe-footer .form.subscribe .action-button button {
    font-weight: 600;
    height: 40px;
}

/* End footer */

/* Detail */
.slider-product-container{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px;
}

.slider-product-container .owl-carousel .owl-stage-outer{
    overflow: visible;
}
/* End detail */

#yt-totop{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    color: #fff!important;
    z-index: 999;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#yt-totop:before{
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f062";
}

#yt-totop span{
    display: none;
}

.slider-product-container .block-content{
    position: relative;
    border: 1px solid #eee;
}

.slider-product-container .block-content .owl-nav{
    position: absolute;
    top: -43px;
    right: -1px;
}

.slider-product-container .block-content .owl-nav > div {
    margin: 0;
    width: 24px;
}

.slider-product-container .block-content .owl-nav > div.owl-next {
    border-left: none;
}

.slider-product-container .block-content .owl-nav > div.owl-prev {
    border-right: none;
}

.services-sidebar {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.services-sidebar li .service-content {
    border-bottom: 1px dashed #ebebeb;
    padding: 25px 0;
}
.services-sidebar li .service-content .service-icon {
    display: inline-block;
    font-size: 30px;
    line-height: 1.2;
    min-width: 36px;
    text-align: center;
    vertical-align: top;
}
.services-sidebar li .service-content .service-info {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.services-sidebar li .service-content .service-info h4 {
    font-size: 116.67%;
    font-weight: 700;
    text-transform: uppercase;
}
.services-sidebar li .service-content .service-info p {
    margin: 0;
}
.services-sidebar li:last-child .service-content {
    border: none;
}

.static-image a img:hover{
    opacity: .8;
}

.account-create .field-register .fieldset{
    padding-left: 15px;
    padding-right: 15px;
}


/* END UPDATE STYLE 2018 */
.shipping-tracking-popu {
    padding: 20px;
    text-align: left;
}
.shipping-tracking-popu h1{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 7px;
    border-bottom: 1px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	line-height:34px;
}
.shipping-tracking-popu .sub-title {
    margin: 0 0 10px;
    font-size: 16px;
	font-weight: 700;
    line-height: 34px;
}
.shipping-tracking-popu .title-buttons button.button {
    display: none;
}
.shipping-tracking-popu .data-table {
    width: 100%;
    margin: 10px 0;
}
.shipping-tracking-popu .data-table th.label{
	color: #555;
    text-align: left;
    font-size: 100%;
    margin: 0;
    white-space: normal;
    padding: 10px;
    border: 1px solid #ddd;
    font-weight: 700;
    background-color: #f6f6f6;
    border-right: 1px solid #ddd;
    display: table-cell;
    vertical-align: middle;
}
.shipping-tracking-popu .data-table td{
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
}

.shipping-tracking-popu .buttons-set button.button {
    float: none;
    width: 100%;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-dots .owl-dot {
    background-color: #999999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 10px;
}

.owl-nav > div {
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    display: inline-block;
    font-size: 17px;
    height: 32px;
    line-height: 30px;
    margin: 10px 2px;
    text-align: center;
    width: 32px;
}

.owl-nav > div:hover {
    color: #fff;
}

.owl-nav > div.owl-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

.owl-nav > div.owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}

.owl-nav > div span {
    display: none;
}

.owl-wrapper-outer {
    overflow-x: hidden;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    -webkit-transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    direction: ltr;
    display: none;
    position: relative;
    width: 100%;
    /* position relative and z-index fix webkit rendering fonts issue */
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    width: auto;
    -webkit-transform-style: unset;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -webkit-transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: unset;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
}

.owl-carousel .owl-video-play-icon {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    -webkit-transition: scale 100ms ease;
    width: 80px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    -webkit-transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -webkit-transition: opacity 400ms ease;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: .5;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .owl-carousel .owl-item img {
        width: 100%;
    }
}

.vertical-menu .nav-menu {
    background-color: #fff;
    border: 1px solid #eee;
}

.vertical-menu .nav-menu > li > a {
    display: block;
    margin: 0 -1px;
    padding: 0 20px;
    position: relative;
}

.vertical-menu .nav-menu > li.parent > a > span {
    position: relative;
}

.vertical-menu .nav-menu > li.parent > a > span:after {
    content: "\f0da";
    float: right;
    font-family: FontAwesome;
    font-size: 14px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 10px;
}

.vertical-menu .nav-menu > li.active > a > span:after {
    opacity: 1;
}

.vertical-menu .nav-menu > li > a:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.vertical-menu .nav-menu > li:hover > a,
.vertical-menu .nav-menu > li.active > a {
    background-color: #f3f4f8;
}

.vertical-menu .nav-menu > li:hover > a:before {
    opacity: 1;
}

.vertical-menu .nav-menu > li ul {
    font-size: 108.33%;
}

.vertical-menu .nav-menu > li ul {
    background-color: #fff;
    border: 1px solid #eee;
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 20;

}

.vertical-menu .nav-menu > li ul li a {
    display: block;
    padding: 10px 20px;
}

.vertical-menu .nav-menu > li ul li:not(:last-child) a {
    border-bottom: 1px solid #eee;
}

.vertical-menu .nav-menu > li > a > span {
    display: block;
    font-size: 108.3%;
    padding: 11px 0;
}

.vertical-menu .nav-menu .more-wrap {
    padding: 16px 20px;
}

.vertical-menu .nav-menu li:hover > ul {
    display: block;
}

.vertical-menu .nav-menu > li.active > a:before {
    opacity: 1;
}

/* Horizontal css menu */
.horizontal-css .nav-menu > li {
    float: left;
    margin-right: 20px;
    position: relative;
}

.horizontal-css .nav-menu > li > a {
    text-transform: uppercase;
}

.horizontal-css .nav-menu li ul {
    background-color: #fff;
    border: 1px solid #eee;
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 20;
}

.horizontal-css .nav-menu > li > ul {
    left: 0;
    top: 100%;
}

.horizontal-css .nav-menu > li > ul li ul {
    left: 100%;
    top: 0;
}

.horizontal-css .nav-menu li:hover > ul {
    display: block;
}

.horizontal-css .nav-menu > li ul li a {
    display: block;
    padding: 10px 20px;
}

.horizontal-css .nav-menu > li ul li:not(:last-child) a {
    border-bottom: 1px solid #eee;
}

.horizontal-css .nav-menu > li > a > span {
    display: block;
    font-size: 108.3%;
    padding: 11px 0;
}

/* End horizontal css menu */
.sm-categories .content-box .image-cat{
	margin-bottom: 8px;
}

.sm-categories .content-box .cat-title a{
	display: inline-block;
	font-size: 116.67%;
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
}

.sm-categories .content-box .child-cat{
	margin-bottom: 30px;
}

.sm-categories .content-box .child-cat .child-cat-title a{
	font-size: 108.33%;
	display: inline-block;
	padding: 2px 1px;
}

.sm-categories .content-box .child-cat .child-cat-title a:before{
	background-color: #999;
	content: "";
	display: inline-block;
	height: 4px;
	margin-right: 3px;
	vertical-align: middle;
	width: 4px;
}
/*------custom for sm market----*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {

}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
    float: left;
    position: static;
    padding: 0;
    margin-right: 1px;
    line-height: 100%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 .sm_megamenu_head {
    display: inline-block;

}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1 > a {
    position: relative;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_content .mega-home-content ul li,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_firstcolumn .sm_megamenu_title {
    line-height: 30px;
    border-bottom: 1px dotted #ddd;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_content .mega-home-content ul li:last-child {
    border-bottom: none;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_icon {
    position: absolute;
    top: -15px;
    right: 0;
    width: 35px;
    height: 22px;
    z-index: 20px;
}

/*---------------------------01 MENU BAR------------------------------*/
.sambar {
    position: relative;
}

.sambar a:focus {
    outline: none;
}

.sambar ul li {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
    display: table;
    content: '';
    line-height: 0;
}

.sambar .sambar-inner:after {
    clear: both;
}

.sm_megamenu_wrapper_horizontal_menu {
    margin: 0 auto;
    display: block;
    position: relative;
    clear: both;
}

.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
    list-style: none;
    padding: 0;
}

.sm_megamenu_wrapper_menu_full {
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
    z-index: 9999;
}

/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
    float: right;
    right: 0;
    margin-right: 0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
    margin-right: 0px;
}

/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles -----------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    margin: 0px auto;
    top: 80px;
    position: absolute;
    z-index: 9999 !important;
    background: #fff;
    /*display: none;*/
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns.f-right,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth.f-right {
    right: 0;
}

/*------------------------------- Drop Downs Sizes --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 16.66%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 33.33%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 50%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 66.66%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 83.33%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 100%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 100%;
}

/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/
/*---li:hover when $config['effect']=3 >> toggle----
top: 80px !important;
display:block !important;
*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
    /*--other-toggle if( $config['effect'] == 1 || $config['effect'] == 2 ) >> css/Animation --*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    top: 100% !important;
    border: 1px solid #ddd;
    z-index: 99999;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
    left: 21px;
    top: 33px;
    display: block;
}

.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
    left: 50%;
    margin-left: -470px;
    top: 32px;
    display: block;
}

/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
    left: auto;
    right: 0;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
    left: auto;
    right: 0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
    right: 18px;
    top: 33px;
}

/*-------------------------------------- Columns Sizes ---------------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    display: inline;
    float: left;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
    width: 14.66%;
    padding: 0 1%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
    width: 31.33%;
    padding: 0 1%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
    width: 48%;
    padding: 0 1%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
    width: 64.66%;
    padding: 0 1%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
    width: 81.33%;
    padding: 0 1%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 { /*width: 98%;padding: 0 1%;*/
    width: 100%;
}


/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e5e5e5
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

/*---------------------------------03 CONTENT STYLING-------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
    /* 	color:#ffffff; */
    /* 	text-align:left; */
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p {
    margin: 0;
    /*  	margin-bottom:5px; */
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .strong {
    font-weight: bold;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .italic {
    font-style: italic;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
    /* 	text-shadow:1px 1px #000000; */
    /* 	border-bottom:1px solid #333333; */
    /* 	margin-top:7px; */
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2 {
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 8px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
    /* 	font-weight:600; */
    /* 	font-size:14px; */
    /* 	margin-bottom:14px; */
    /* 	padding-bottom:7px; */
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div a {
    /* 	color: #EEEEEE; */
    text-decoration: none;
    text-shadow: none;
    border: none;
    padding: 0;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .pusher {
    /* Use this pucher if you want to give more vertical spacing between your rows of content */
    margin-top: 18px;
}

/*---------------------------------- Icon paragraphs --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .print {
    padding-left: 36px;
    margin-bottom: 18px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .help {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/horizontal/black/img/help.png") no-repeat 0px 2px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .favorite {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/horizontal/black/img/favorite.png") no-repeat 0px 2px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mail {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/horizontal/black/img/mail.png") no-repeat 0px 2px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .print {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/horizontal/black/img/print.png") no-repeat 0px 2px;
}

/*------------------------------------------ Images styles ---------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_dark { /* Better style on dark background */
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #333333;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_light { /* Better style on light background */
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #777777;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_left { /* Image sticks to the left */
    width: auto;
    float: left;
    margin: 2px 15px 5px 0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_right { /* Image sticks to the right */
    width: auto;
    float: right;
    margin: 2px 0px 5px 15px;
}

/*---------------------------------------- Box styles ---------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .dark_grey_box {
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px 4px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #0A0A0A;
    -webkit-box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

/*----------------------------Standard lists styles--------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom {
    list-style: disc;
    margin-left: 15px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom li {
    line-height: 150%;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    width: 100%;
    border: none;
    font-size: 166.67%;
    color: #c9c9c9;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom li a {
    padding: 0;
    background: none;
    font-size: 60%;
    margin-left: -15px;
    border-bottom: 1px dashed #c8c8c8;
    padding-left: 15px;
    /*float: left;*/
    display: inline-block;
    width: 100%;
}

/*----------------------------------------- Greybox lists styles -----------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li {
    background: #0A0A0A;
    border: 1px solid #000000;
    margin: 0px 0px 4px 0px;
    padding: 4px 6px 4px 6px;
    width: 131px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li:hover {
    background: #141414;
    border: 1px solid #111111;
    padding: 4px 6px 4px 6px;
    margin: 0px 0px 4px 0px;
}

/*---------------------------------------------- Other lists styles ------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/horizontal/black/img/plus_dark.png") left 6px no-repeat;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 21px;
    width: 109px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li:hover {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/horizontal/black/img/plus_dark.png") left 6px no-repeat;
    padding: 0px 0px 0px 21px;
    margin: 0px 0px 4px 0px;
}

/*-------------------------------------- Social Icons ---------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li {
    padding-top: 5px;
    margin: 0 12px 12px 0;
    float: left;
    position: relative;
    display: inline;
    width: 32px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li img {
    border: none;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li:hover {
    padding-top: 5px;
    margin: -1px 12px 12px 0;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li span {
    display: none;
}

/*-------------------------------- 2-Levels Drop Down ----------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .levels a {
    display: block;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a {
    display: block;
    width: 10em;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent:hover {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/horizontal/black/img/drop2_dark.png") right center no-repeat;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li {
    float: left;
    width: 150px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul { /* second-level lists */
    position: absolute;
    background: #161616;
    border: 1px solid #000000;
    top: -23px;
    margin: 15px 0px 0px 4px;
    padding: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #161616, #0A0A0A);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#0A0A0A));
    background: -o-linear-gradient(top, #161616, #0A0A0A);
    left: -999em;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul ul {

    top: -23px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul ul {
    left: -999em;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li li:hover ul {
    left: 142px;
}

/*----------------------------------------04 CONTACT FORM-----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu #contactForm li {
    text-align: left;
    float: none;
    border: none;
    margin: 0;
}

/*---------------------------------------------05 COLORS----------------------------------------*/
/*--------------------------------------- Black ------------------------------------*/
/*
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
	background-color:#fff;
}*/
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_black {
    border-bottom: 1px solid #444;
}

/*------------------------------------------ Pink ------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
    background: #910045;
    background: -moz-linear-gradient(top, #d50066, #80003d);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
    background: -o-linear-gradient(top, #d50066, #80003d);
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
    border: 1px solid #b30055;
    border-top: 1px solid #ff1a87;
}

.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
    border-bottom: 1px solid #b30055;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li:hover div a {
    color: #e6006d;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li:hover div a:hover {
    color: #ff4da1;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li ul li a:hover {
    color: #ff4da1;
}

/*------------------------------------ Purple -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
    background: #6a5f71;
    background: -moz-linear-gradient(top, #8c8094, #615867);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
    background: -o-linear-gradient(top, #8c8094, #615867);
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
    border: 1px solid #7b6f83;
    border-top: 1px solid #ada5b3;
}

.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
    border-bottom: 1px solid #7b6f83;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li:hover div a {
    color: #7b6f83;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li:hover div a:hover {
    color: #ada5b3;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li ul li a:hover {
    color: #ada5b3;
}

/*------------------------------------------------- Red --------------------------------------------*/

.sm_megamenu_icon {
    display: block;
}

.sm_megamenu_title .sm_megamenu_icon {
    line-height: 100%;
}

.sm_megamenu_title .sm_megamenu_icon > span {
    margin-left: 30px;
}

.sm_megamenu_lv1 .sm_megamenu_nodesc .sm_megamenu_title {
    line-height: 100%;
}

.sm_megamenu_description {
    display: block;
    border-bottom: 1px dashed #C8C8C8;
    padding: 5px 0;
}

/*.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  li div div.sm_megamenu_title{
    font-size: 133%;
    text-transform: uppercase;
}*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content {
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/horizontal/black/img/bt.png") no-repeat scroll 0px 0px transparent;
    padding: 4px 10px 3px;
    display: block;
    text-decoration: none;
    color: #305f8e;
    height: 26px;
    float: right;
    padding-right: 30px;
    text-shadow: none;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button:hover {
    background: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/horizontal/black/img/bt_hover.png") no-repeat scroll 0px 0px transparent;
    padding: 4px 10px 3px;
    display: block;
    text-decoration: none;
    color: #e25203;
    height: 26px;
    float: right;
    padding-right: 30px;
    text-shadow: none;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul {
    margin: 0;
}

.sm_megamenu_align_right {
    text-align: right;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    display: block;
}

/*css for button*/
.sambar .sambar-inner .btn-sambar {
    background: #fff;
    color: #FFFFFF;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 7px;
    display: none;
}

.sambar .sambar-inner .btn-inner {
    background: #08c;
    width: 100%;
    padding: 7px 0;
    float: left;
}

.sambar .btn-sambar .icon-bar {
    background-color: #0A263C;
    display: block;
    height: 2px;
    margin: 2px 0;
    width: 18px;
}

/*------------content blog-----------------*/
.mg-menu-image {
    margin-left: -10px;
}

.mg-menu-image .mg-menu-image-item {
    float: left;
    width: 20%;
    border-left: 10px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mg-menu-image .mg-menu-image-item img {
    width: 100%;
}

.mega-bestsale .list-items .item {
    padding: 20px 0;
    float: left;
    width: 100%;
}

.mega-bestsale .list-items .item.first {
    border-bottom: 1px dashed #C8C8C8;
    padding-top: 0;
}

.mega-bestsale .list-items .item .product-image {
    float: left;
}

.mega-bestsale .list-items .item .item-box-content {
    margin-left: 90px;
}

.mega-bestsale .list-items .item .price-wrapper {
    font-weight: bold;
    font-size: 116.7%;
    line-height: 100%;
    margin-bottom: 8px;
}

.mega-bestsale .list-items .item .review-wrapper {
    font-size: 91.6%;
}

.mega-bestsale .list-items .item .review-wrapper .rating-box {
    margin-bottom: 10px;
}

.mega-bestsale .list-items .item .review-wrapper .rating-links {
    line-height: 120%;
}


.sm_megamenu_wrapper_vertical_menu {
    margin: 0;
    display: block;
    background-color: #fff;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li {
    position: static;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover > a{
    background-color: #f3f4f8;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div{
    min-height: 100%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
    list-style: none;
    padding: 0px;
    border: 1px solid #eee;
    box-sizing: unset !important;
    border-top: none;
    position: relative;
    background-color: #fff;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent:first-child > a.sm_megamenu_head:after {
    top: 16px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head .sm_megamenu_title:after {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 14px;
    float: right;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent:hover > a.sm_megamenu_head .sm_megamenu_title:after{
    opacity: 1;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head {
    position: relative;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head:before{
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head{
    background-color: #f3f4f8;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head:before{
    opacity: 1;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover > a.sm_megamenu_head:before{
    opacity: 1;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head > span {
    padding: 9px 0;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:first-child > a.sm_megamenu_head > span {
    padding-top: 12px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:last-child > a.sm_megamenu_head > span {
    border-bottom: none;
    position: relative;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head > span:before {
    content: "";
    float: right;
    position: absolute;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head {
    padding: 0 20px;
    display: block;
    margin: 0 -1px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head .sm_megamenu_title {
    padding-left: 30px;
    position: relative;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_title {
    font-size: 108.3%;
    line-height: 25px;
    white-space: nowrap;
    display: block;
}

/*--content drop ---*/

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col {
    width: 50%;
    float: left;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega-title {
    font-size: 116.6%;
    font-weight: bold;
    color: #444;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-col ul {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 .mega1-cont:after {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/megamenu/css/vertical/black/img/menu1-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    content: "";
    bottom: 0;
    right: -13px;
    width: 400px;
    height: 200px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 .mega1-cont {
    display: inline-block;
    position: relative;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu2 .mega1-cont .mega1-col1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .mega1-cont .inner {
    padding-top: 25px;
    padding-left: 30px;
    float: left;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 {
    padding: 0;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu2 {
    padding: 0;
    width: 610px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 {
    padding: 30px 30px 0;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 ul {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 .mega3-col1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu3 .mega3-col2 {
    border-right: 1px solid #fff;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .parent .sm-megamenu-child .megamenu1 .sm_megamenu_content {

}

/* Standard lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li {
    line-height: 29px;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li a {
    padding: 0;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li:hover {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

/* 01 MENU BAR */
.sambar {
    position: relative;
}

.sambar a:focus {
    outline: none;
}

.sambar ul li {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
    display: table;
    content: '';
    line-height: 0;
}

.sambar .sambar-inner:after {
    clear: both;
}

/* 02 DROP DOWN MENU */
/* Left & right aligned common styles */

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: absolute;
    border: 1px solid #eee;
    z-index: 999;
    background-color: #fff;
    top: 0;
    left: 100%;
    visibility: hidden;
    width: auto !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 16.66%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 33.33%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 50%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 66.66%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 83.33%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 100%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 100%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
    width: 16.66%; /*padding: 0 1%;*/
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
    width: 33.33%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
    width: 50%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
    width: 66.66%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
    width: 83.33%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 100%;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    visibility: visible;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
    left: 100%;
    top: -1px;
}

/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    display: inline;
    float: left;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column > .sm_megamenu_firstcolumn {
    width: 130px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 260px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 390px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 520px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 650px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 780px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    padding: 10px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
    margin-top: 18px;
}

/* 2-Levels Drop Down */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
    display: block;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
    display: block;
    width: 10em;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
    float: left;
    width: 150px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul { /* second-level lists */
    position: absolute;
    background: #161616;
    border: 1px solid #000000;
    top: -23px;
    margin: 15px 0px 0px 4px;
    padding: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(left, #161616, #0A0A0A);
    background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#0A0A0A), to(#161616));
    background: -o-linear-gradient(left, #161616, #0A0A0A);
    left: -999em;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
    top: -23px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
    left: -999em;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
    left: 142px;
}



.sm_megamenu_icon {
    padding-left: 40px;
    display: block;
}

.sm_megamenu_title .sm_megamenu_icon {
    min-height: 21px;
}

.sm_megamenu_icon {
    padding-left: 30px;
    display: block;
}

.sm_megamenu_description {
    font-size: 10px;
    display: block;
}


.fancybox-lock .zoomContainer{
	-webkit-transform:none!important;
}

.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
	z-index:8021!important;
}

.quickview-main .product-image-thumbs li:first-child{
	margin-left:0;
}


.quickview-main .product-collateral{
	display:none;
}

.fancybox-wrap .fancybox-outer, 
.fancybox-wrap .fancybox-inner{
	background-color:#fff;
}
.fancybox-wrap .fancybox-skin{
	background-color:#fff;
}
.quickview-main .yt-product-detail .yt-detail-left{
}
.quickview-main .yt-product-detail .more-views .jCarouselLite > ul > li{	
}

.quickview-main .category-image,
.quickview-main .yt-product-detail .addthis_toolbox,
.quickview-main .yt-product-detail .popup-btn.hidden-phone > a,
.quickview-main .yt-product-detail .tab-product-detail{
	display:none;
}
.quickview-main .yt-product-detail .more-views.slide-gallery{
	text-align:justify;
}

.sm_quickview_handler{
	font-weight: 400;
	height: 36px;
	left: 50%;
	line-height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 50%;
	vertical-align: middle;
	white-space: nowrap;
	width: 36px;
	z-index: 88;
}

.sm_quickview_handler:before{
	font-family: FontAwesome;
	content: "\f002";
	font-size: 14px;
	color: #fff;
}

.sm_quickview_handler span{
	display: none;
}

.sm-serachbox-pro{
	width: 100%;
}

.sm-serachbox-pro .sm-searchbox-advanced{
	width: 17%;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title{
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.sm-serachbox-pro .sm-searchbox-keyword-list {
    float: left;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li{
	float: left;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a {
    float: left;
	margin-right: 5px;
}

.sm-serachbox-pro .sm-searchbox-keyword-list > li a.sm-searchbox-more {
    float: left;
	margin-right: 10px;
}

.sm-searchbox-popular{
	clear: both;
}

.sm-serachbox-pro .sm-searbox-content {
	clear: both;
    width: 100%;
}
.sm-serachbox-pro .sm-searbox-content .form-search{
	text-align: left;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	position: relative;
}
.sm-serachbox-pro .sm-searbox-content .form-search > input{
	padding: 0 10px;
	height: 40px;
	float: left;
	border: 1px solid #eee !important;
	width:50%;
	font-size: 12px;
	line-height: 45px;
}
.sm-serachbox-pro .sm-searbox-content .form-search > select{
	width:30%;
	height: 40px;
	float: left;
}
.sm-serachbox-pro select option {
    padding: 5px 10px;
}
.sm-serachbox-pro input.input-text, .sm-serachbox-pro select, .sm-serachbox-pro textarea {
	margin: 0;
	border: 1px solid #eee;
}

#price-filter-max-text,
#price-filter-min-text,
#price-filter-max,
#price-filter-min{
	border-radius:2px; 	
	-moz-border-radius:2px; 	
	khtml-border-radius:2px; 	
	-webkit-border-radius:2px;
}
	
.price-filter-left{
	float:left;
}
.price-filter-right{
	float:right;
}
.price_filter{
	height: 12px;
	background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/shopby/images/bg-filter-price.png) repeat-x left center;
	margin: 10px 0;
	overflow:hidden;
}
.price_filter .price-from ,
.price_filter .price-to {
    height: 12px;
    width: 12px;
    cursor: e-resize;
    display: block;
	margin-top: 0px;
	background: #898989;
	position:relative;
}
.price_filter .price-to {
    cursor: w-resize;
    margin-top: -12px;
	margin-left:-1px;
}
#price-filter-max-display{
	float: right;
}

.price_filter .price-from:before,
.price_filter .price-to:before {
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 4px;
    width: 1000px;
	background:#909090;
}

.price_filter .price-from:before {
    left: -1000px;
}
.price_filter .price-to:before {
    right: -1000px;
}
.sp-right{
	float:right;
}
#loading{
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:9999;
}

#loading img{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-27px;
	z-index:99999;
}

/*style shopby color*/
.block-layered-nav #narrow-by-list ol li{
	position: relative;
}
.block-layered-nav #narrow-by-list ol li.Black:before,
.block-layered-nav #narrow-by-list ol li.Blue:before,
.block-layered-nav #narrow-by-list ol li.Brown:before,
.block-layered-nav #narrow-by-list ol li.Charcoal:before,
.block-layered-nav #narrow-by-list ol li.Green:before,
.block-layered-nav #narrow-by-list ol li.Gray:before,
.block-layered-nav #narrow-by-list ol li.Indigo:before,
.block-layered-nav #narrow-by-list ol li.Ivory:before,
.block-layered-nav #narrow-by-list ol li.Khaki:before,
.block-layered-nav #narrow-by-list ol li.Orange:before,
.block-layered-nav #narrow-by-list ol li.Pink:before,
.block-layered-nav #narrow-by-list ol li.Red:before,
.block-layered-nav #narrow-by-list ol li.Royal_Blue:before,
.block-layered-nav #narrow-by-list ol li.Silver:before,
.block-layered-nav #narrow-by-list ol li.Taupe:before,
.block-layered-nav #narrow-by-list ol li.White:before,
.block-layered-nav #narrow-by-list ol li.Yellow:before,
.block-layered-nav #narrow-by-list ol li.Magneta:before{
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 3px;
}
.block-layered-nav #narrow-by-list ol li.Black:before{
	background: #000000;
}
.block-layered-nav #narrow-by-list ol li.Blue:before{
	background: #0000FF;
}
.block-layered-nav #narrow-by-list ol li.Brown:before{
	background: #A52A2A;
}
.block-layered-nav #narrow-by-list ol li.Charcoal:before{
	background: #222222;
}
.block-layered-nav #narrow-by-list ol li.Green:before{
	background: #008000;
}
.block-layered-nav #narrow-by-list ol li.Gray:before{
	background: #808080;
}
.block-layered-nav #narrow-by-list ol li.Indigo:before{
	background: #460082;
}
.block-layered-nav #narrow-by-list ol li.Ivory:before{
	background: #FFFFF0;
}
.block-layered-nav #narrow-by-list ol li.Khaki:before{
	background: #F0E68C;
}
.block-layered-nav #narrow-by-list ol li.Orange:before{
	background: #FFA500;
}
.block-layered-nav #narrow-by-list ol li.Pink:before{
	background: #FFC0CB;
}
.block-layered-nav #narrow-by-list ol li.Red:before{
	background: #ff0000;
}
.block-layered-nav #narrow-by-list ol li.Royal_Blue:before{
	background: #4169E1;
}
.block-layered-nav #narrow-by-list ol li.Silver:before{
	background: #C0C0C0;
}
.block-layered-nav #narrow-by-list ol li.Taupe:before{
	background: #8b8589;
}
.block-layered-nav #narrow-by-list ol li.White:before{
	background: #ffffff;
}
.block-layered-nav #narrow-by-list ol li.Yellow:before{
	background: #FFFF00;
}
.block-layered-nav #narrow-by-list ol li.Magneta:before{
	background: #FF00FF;
}

.sm-listingextend {
    overflow: hidden;
    margin: 0 -15px;
    padding: 15px;
}

.sm-listingextend .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.sm-listingextend .pre-text,
.sm-listingextend .post-text {
    margin: 10px 0;
}

.sm-listingextend.preload {
    height: 250px;
    overflow: hidden;
    position: relative
}

.sm-listingextend .extra-loading {
    background: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/listingextend/images/loading.gif') no-repeat scroll center center transparent;
    height: 250px;
    width: 100%;
}

.sm-listingextend.preload .heading-title,
.sm-listingextend.preload .heading-description,
.sm-listingextend.preload .owl-controls,
.sm-listingextend.preload .listingextend-inner {
    display: none !important;
}

.sm-listingextend .heading-title {
    text-transform: uppercase;
    font-size: 133%;
    font-weight: bold;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.sm-listingextend .heading-description {
    margin-bottom: 40px;
}

.sm-listingextend .heading-description img {
    max-width: 100%;
}

.sm-listingextend .listingextend-inner {
    position: relative;
}

.sm-listingextend .listingextend-inner .item {
    margin-top: 30px;
    min-height: auto;
    margin-bottom: 0;
    width: 100%;
    border-right: 1px solid transparent;
}

/* Css button page*/
.sm-listingextend .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
}

.owl-theme .owl-pagination {
    float: right;
    margin-right: 29px;
}

.owl-theme .owl-buttons {
    float: right;
}

.owl-theme .owl-pagination .owl-page {
    float: left;
}

.owl-theme .owl-pagination .owl-page .owl-numbers {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 4px 0;
    text-align: center;
    border-radius: 0;
    width: 27px;
    height: 29px;
    margin: 0 0 0 2px;
    display: block;
}

.owl-theme .owl-buttons .owl-prev:hover,
.owl-theme .owl-buttons .owl-next:hover,
.owl-theme .owl-pagination .owl-page .owl-numbers:hover {
    cursor: pointer;
}

.owl-theme .owl-buttons .owl-next {
    position: absolute;
    top: 10px;
    right: 0;
}

.owl-theme .owl-buttons .owl-prev,
.owl-theme .owl-buttons .owl-next {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/listingextend/images/arrow-next-prev.png);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -999em;
    width: 27px;
    height: 29px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
}

.owl-theme .owl-buttons .owl-prev {
    background-position: -2px -1px;
}

.owl-theme .owl-buttons .owl-prev:hover {
    background-position: -52px -1px;
}

.owl-theme .owl-buttons .owl-next {
    background-position: -152px -2px;
}

.owl-theme .owl-buttons .owl-next:hover {
    background-position: -102px -2px;
}

/* Effect Fade In */
.sj-listing-tabs .ltabs-items .fadeIn .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Effect Flip In Vertical */

.sj-listing-tabs .ltabs-items .flipInY .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

@-moz-keyframes flipInY {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -moz-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg);
    }
}

@-o-keyframes flipInY {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -o-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -o-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

/* Effect Flip In Horizontal */

.sj-listing-tabs .ltabs-items .flipInX .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(85deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(15deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes flipInX {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(85deg);
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(15deg);
    }
    90% {
        -moz-transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes flipInX {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(85deg);
    }
    40% {
        -o-transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(15deg);
    }
    90% {
        -o-transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(85deg);
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
    }
    70% {
        transform: perspective(400px) rotateX(15deg);
    }
    90% {
        transform: perspective(400px) rotateX(-5deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

/* Effect Flip */
.sj-listing-tabs .ltabs-items .flip .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible;
}

@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(500px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(500px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes flip {
    0% {
        opacity: 0;
        -moz-transform: perspective(500px) rotateY(0);
        -moz-animation-timing-function: ease-out;
    }
    40% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -moz-animation-timing-function: ease-out;
    }
    50% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
    80% {
        -moz-transform: perspective(500px) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(500px) scale(1);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    0% {
        opacity: 0;
        -o-transform: perspective(500px) rotateY(0);
        -o-animation-timing-function: ease-out;
    }
    40% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -o-animation-timing-function: ease-out;
    }
    50% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
    80% {
        -o-transform: perspective(500px) rotateY(360deg) scale(.95);
        -o-animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        -o-transform: perspective(500px) scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        opacity: 0;
        transform: perspective(500px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(500px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(500px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        opacity: 1;
        transform: perspective(500px) scale(1);
        animation-timing-function: ease-in;
    }
}

/* Effect Star War */
.sj-listing-tabs .ltabs-items .starwars .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-play-state: running;
    -moz-transform-origin: 50% 50%;
    -moz-animation-play-state: running;
    -o-transform-origin: 50% 50%;
    -o-animation-play-state: running;
    transform-origin: 50% 50%;
    animation-play-state: running;
}

@-webkit-keyframes starwars {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-moz-keyframes starwars {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@-o-keyframes starwars {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

@keyframes starwars {
    0% {
        opacity: 0;
        transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(0deg)
    }
}

/* Effect Slide Right */
.sj-listing-tabs .ltabs-items .slideRight .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

/* Effect Bounce In */

.sj-listing-tabs .ltabs-items .bounceIn .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*Effect Zoom In */

.sj-listing-tabs .ltabs-items .zoomIn .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Effect Page Top*/

.sj-listing-tabs .ltabs-items .pageTop .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-transform-origin: 50% 0%;
    -moz-animation-play-state: running;
    -moz-transform-origin: 50% 0%;
    -o-animation-play-state: running;
    -o-transform-origin: 50% 0%;
    animation-play-state: running;
    transform-origin: 50% 0%;
}

@-webkit-keyframes pageTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageTop {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageTop {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

/*Effect Zoom Out */

.sj-listing-tabs .ltabs-items .zoomOut .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation: zoomOut 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 0;
        -moz-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 0;
        -o-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sj-listing-tabs .ltabs-items .slideLeft .ltabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.play .ltabs-item {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.sm-listing-deals {
    margin: 0;
    padding: 0;
}
.sm-listing-deals .tab-all .ltabs-tab-img {
    height: 30px;
}

/*-----------------------Css for Tabs ----------------------------*/
.sm-listing-deals .ltabs-wrap .ltabs-tabs-container {
    margin-bottom: 30px;
}
.sm-listing-deals .ltabs-wrap .ltabs-tabs {
    margin: 0;
    padding: 0;
    list-style: none;	
	border-bottom: 1px solid #dddddd;
    z-index:99!important;
}
.sm-listing-deals  .ltabs-wrap .ltabs-tabs  li {
    border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
    float: left;
    padding: 12px 15px;
    cursor: pointer;
	background-color: #eee;
	font-size: 108.33%;
}
.sm-listing-deals  .ltabs-wrap .ltabs-tabs  li:last-child {
    border-right: 1px solid #dddddd;
}
.sm-listing-deals .ltabs-tabs li.tab-sel,
.sm-listing-deals .ltabs-tabs li:hover {
    border-top: 2px solid #f4a137;
	background-color: #fff;
	border-bottom: none;
	margin-top: -1px;
}



.sm-listing-deals .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
    margin-top: -48px;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
    margin-top: 0px;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
    margin-top: -48px;
}
.sm-listing-deals .ltabs-tab-img {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
    display: none;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
    color: #888;
    cursor: pointer;
    width:100%;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    width: 100%;
    text-indent: 20px;
    border: 1px solid #DDD;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #FFF;
    overflow: hidden;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
    width: 30px;
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    font-size: 12px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #DDD;
    position:absolute!important;
    right:0px;
    top:0px;
}
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    position: relative;
    float: left;
    height: 30px;
    z-index: 1;
    display: inline-block;
}

.sm-listing-deals .add-loadmore {
    float: right;
    margin-left: 10px;
    vertical: middle;
    margin-top: 2px;
}

.sm-listing-deals .loaded .add-loadmore {
    display: none;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
    background: #fff;
    display: none;
    z-index: 1;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
    display: block;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    margin: 0;
    padding: 0;
    float: none;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
    display: block;
    line-height: 20px;
    padding: 5px 10%;
}

.sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span:hover {
    color: #f6f6f6;
    background: #0088cc;
}


/*-----------------------------Css for Content----------------------*/
.sm-listing-deals .ltabs-wrap .ltabs-items-container {
    margin: 0;
    padding: 0;
}
.sm-listing-deals .ltabs-items-container .ltabs-items {
    margin-left: -30px;
    display: none;
}
.sm-listing-deals .ltabs-items-container .ltabs-items-inner {
    width: 100%;
}
.sm-listing-deals .ltabs-items-container .ltabs-items-selected {
    display: block;
}
.sm-listing-deals .ltabs-items-container .ltabs-item-wrap {
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sm-listing-deals .ltabs-items-container .ltabs-item-wrap img {
    width: 100%;
    max-width: 100%;
}
.sm-listing-deals .ltabs-items-container .ltabs-items .ltabs-item {
    float: left;
    margin-bottom: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
	padding-left: 30px;
	min-height: auto;
}
.sm-listing-deals .ltabs-item .item-time{
	margin-top:20px;
	display: inline-block;
}
.sm-listing-deals .ltabs-item .item-time .time-item{
	text-align:center;	
	float: left;
	margin-right: 5px;	
}
.sm-listing-deals .ltabs-item .item-time .time-item .num-time{
	font-size:166.67%;
	font-weight:bold;
	background-color:#999999;
	color:#fff;
	margin-bottom: 5px;
	position: relative;
	min-width: 30px;
	height: 40px;
	text-align: center;
	padding: 3px 5px;
	border-radius: 2px;
}
.sm-listing-deals .ltabs-item .item-time .time-item .num-time:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.2;
	width: 100%;
	height: 50%;
}
.sm-listing-deals .ltabs-item .item-time .time-item .num-time:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	background: #919191;
	opacity: 0.8;
	width: 100%;
	height: 1px;
}
.sm-listing-deals .ltabs-item .item-time .time-item .name-time{
	font-size:83.33%;
}





/***--button loading--***/
.sm-listing-deals .ltabs-items .ltabs-loading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/listingdeals/images/477.gif) no-repeat scroll center center transparent;
    min-height: 300px;
    display: block;
    z-index: 0;
}
.sm-listing-deals .ltabs-items-container .ltabs-loadmore {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
    padding: 8px 75px;
	text-transform: uppercase;
	font-size: 133.3%;
    display: inline-block;
    background-color: #999999;
    color: #FFF;
    cursor: pointer;
	margin-left: 30px;
}
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
    background: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/listingdeals/images/301.gif') no-repeat scroll center center transparent;
    width: 22px;
    height: 22px;
    display: none;
    margin-right: 10px;
    vertical-align: middle;
}
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
    content: attr(data-label);
}
.sm-listing-deals .ltabs-items.ltabs-process .ltabs-loadmore {
    display: none;
}


/***---Device---***/
/*-Css for ie-*/
.sm-listing-deals .ltabs01-6 .ltabs-item {
    width: 16.64%;
}
.sm-listing-deals .ltabs01-5 .ltabs-item {
    width: 20%;
}
.sm-listing-deals .ltabs01-4 .ltabs-item {
    width: 25%;
}
.sm-listing-deals .ltabs01-3 .ltabs-item {
    width: 33.315%;
}
.sm-listing-deals .ltabs01-2 .ltabs-item {
    width: 49.999%;
}
.sm-listing-deals .ltabs01-1 .ltabs-item {
    width: 100%;
}

.sm-listing-deals .ltabs01-1 .clr1,
.sm-listing-deals .ltabs01-2 .clr2,
.sm-listing-deals .ltabs01-3 .clr3,
.sm-listing-deals .ltabs01-4 .clr4,
.sm-listing-deals .ltabs01-5 .clr5,
.sm-listing-deals .ltabs01-6 .clr6 {
    clear: both;
}

@media (min-width: 1200px) {
    .sm-listing-deals .ltabs01-6 .ltabs-item {
        width: 16.66%;
    }
    .sm-listing-deals .ltabs01-5 .ltabs-item {
        width: 20%;
    }
    .sm-listing-deals .ltabs01-4 .ltabs-item {
        width: 25%;
    }
    .sm-listing-deals .ltabs01-3 .ltabs-item {
        width: 33.33%;
    }
    .sm-listing-deals .ltabs01-2 .ltabs-item {
        width: 50%;
    }
    .sm-listing-deals .ltabs01-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs01-1 .clr1,
    .sm-listing-deals .ltabs01-2 .clr2,
    .sm-listing-deals .ltabs01-3 .clr3,
    .sm-listing-deals .ltabs01-4 .clr4,
    .sm-listing-deals .ltabs01-5 .clr5,
    .sm-listing-deals .ltabs01-6 .clr6 {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sm-listing-deals .ltabs02-6 .ltabs-item {
        width: 16.66%;
    }
    .sm-listing-deals .ltabs02-5 .ltabs-item {
        width: 20%;
    }
    .sm-listing-deals .ltabs02-4 .ltabs-item {
        width: 25%;
    }
    .sm-listing-deals .ltabs02-3 .ltabs-item {
        width: 33.33%;
    }
    .sm-listing-deals .ltabs02-2 .ltabs-item {
        width: 50%;
    }
    .sm-listing-deals .ltabs02-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs02-1 .clr1,
    .sm-listing-deals .ltabs02-2 .clr2,
    .sm-listing-deals .ltabs02-3 .clr3,
    .sm-listing-deals .ltabs02-4 .clr4,
    .sm-listing-deals .ltabs02-5 .clr5,
    .sm-listing-deals .ltabs02-6 .clr6 {
        clear: both;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .sm-listing-deals .ltabs03-6 .ltabs-item {
        width: 16.66%;
    }
    .sm-listing-deals .ltabs03-5 .ltabs-item {
        width: 20%;
    }
    .sm-listing-deals .ltabs03-4 .ltabs-item {
        width: 25%;
    }
    .sm-listing-deals .ltabs03-3 .ltabs-item {
        width: 33.33%;
    }
    .sm-listing-deals .ltabs03-2 .ltabs-item {
        width: 50%;
    }
    .sm-listing-deals .ltabs03-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs03-1 .clr1,
    .sm-listing-deals .ltabs03-2 .clr2,
    .sm-listing-deals .ltabs03-3 .clr3,
    .sm-listing-deals .ltabs03-4 .clr4,
    .sm-listing-deals .ltabs03-5 .clr5,
    .sm-listing-deals .ltabs03-6 .clr6 {
        clear: both;
    }
}

@media all and (max-width: 480px) {
    .sm-listing-deals .ltabs04-6 .ltabs-item {
        width: 16.64%;
    }
    .sm-listing-deals .ltabs04-5 .ltabs-item {
        width: 19.958%;
    }
    .sm-listing-deals .ltabs04-4 .ltabs-item {
        width: 24.995%;
    }
    .sm-listing-deals .ltabs04-3 .ltabs-item {
        width: 33.315%;
    }
    .sm-listing-deals .ltabs04-2 .ltabs-item {
        width: 49.985%;
    }
    .sm-listing-deals .ltabs04-1 .ltabs-item {
        width: 100%;
    }
    .sm-listing-deals .ltabs04-1 .clr1,
    .sm-listing-deals .ltabs04-2 .clr2,
    .sm-listing-deals .ltabs04-3 .clr3,
    .sm-listing-deals .ltabs04-4 .clr4,
    .sm-listing-deals .ltabs04-5 .clr5,
    .sm-listing-deals .ltabs04-6 .clr6 {
        clear: both;
    }

}






/* ====================PRICING TABLE===================== */
.pricing-title h2 {
    color: #222;
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.pricing-title h2:before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

/* TABLE 1 */

.table-style-1 {
    margin-bottom: 30px;
}

.table-style-1 .pricing-title {
    margin-bottom: 75px;
}

.table-style-1 .table-container {
    display: table;
    width: 100%;
}

.table-style-1 .table-container .table-column {
    display: table-cell;
}

.table-style-1 .table-container .table-column .table-content {
    background-color: #f4f4f4;
    border: 1px solid #e9e9e9;
    border-right: none;
    padding: 0 20px 54px;
}

.table-style-1 .table-container .table-column:last-child .table-content {
    border-right: 1px solid #e9e9e9;
}

.table-style-1 .table-container .table-column .table-content .table-header {
    background-color: #dddddd;
    color: #222;
    margin: -1px -20px 15px;
    padding: 28px 10px;
    text-align: center;
}

.table-style-1 .table-container .table-column .table-content .table-header h3 {
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
}

.table-style-1 .table-container .table-column .table-content .table-detail {
    font-size: 116.67%;
    text-align: center;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-option {
    margin-bottom: 10px;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-option li {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-price {
    margin-bottom: 25px;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-price .dv-price {
    color: #df1f26;
    font-size: 128.57%;
    position: relative;
    top: -26px;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-price .price {
    color: #df1f26;
    font-size: 433.33%;
    font-weight: bold;
}

.table-style-1 .table-container .table-column .table-content .table-detail .table-price p {
    margin-top: -15px;
}

.table-style-1 .table-container .table-column .table-content .table-detail .button-container a {
    background-color: #222222;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 13px 50px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-1 .table-container .table-column.column-active {
    position: relative;
    top: -33px;
}

.table-style-1 .table-container .table-column.column-active .table-content {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 90px;
}

.table-style-1 .table-container .table-column.column-active .table-content .table-header {
    background-color: #222;
    color: #fff;
    margin-bottom: 48px;
}

/* END TABLE 1 */

/* TABLE 2 */

.table-style-2 {
    margin-bottom: 60px;
}

.table-style-2 .pricing-title {
    margin-bottom: 54px;
}

.table-style-2 .table-container {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    box-shadow: 0 0 0 5px #f4f3f3;
    -webkit-box-shadow: 0 0 0 5px #f4f3f3;
    display: inline-block;
    padding: 10px 0px 30px;
    width: 100%;
}

.table-style-2 .table-container .table-column .table-content .table-detail {
    border-left: 1px solid #efefef;
    border-right: 1px solid #f5f5f5;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-header,
.table-style-2 .table-container .table-column .table-content .table-detail .table-option,
.table-style-2 .table-container .table-column .table-content .table-detail .table-price {
    margin-left: 10px;
    margin-right: 10px;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-header {
    border-bottom: 1px solid #ededed;
    color: #222222;
    padding: 40px 0;
    text-align: center;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-header h3 {
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
}

.table-style-2 .table-container .table-column .table-content .button-container {
    margin-left: 11px;
    margin-right: 11px;
}

.table-style-2 .table-container .table-column:first-child .table-content .table-detail {
    border-left: none;
}

.table-style-2 .table-container .table-column:last-child .table-content .table-detail {
    border-right: none;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-option li {
    border-bottom: 1px solid #ededed;
    padding: 5px 36px;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-option li:before {
    background-color: #909090;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 7px;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-price {
    padding: 15px 0;
    text-align: center;
}

.table-style-2 .table-container .table-column .table-content .table-detail .table-price .price {
    color: #222;
    font-size: 200%;
}

.table-style-2 .table-container .table-column .table-content .button-container {
    text-align: center;
}

.table-style-2 .table-container .table-column .table-content .button-container a {
    background-color: #222222;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 116.67%;
    font-weight: bold;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-2 .table-container .table-column .table-content .button-container a:before {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/arrow_pcicing.png) no-repeat center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
    display: inline-block;
    height: 24px;
    left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

.table-style-2 .table-container .table-column.column-active .table-content {
    background-color: #222;
    position: relative;
}

.table-style-2 .table-container .table-column.column-active .table-content:before {
    background-color: #222;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    content: "";
    display: inline-block;
    height: 23px;
    left: 0;
    position: absolute;
    top: -23px;
    width: 100%;
}

.table-style-2 .table-container .table-column.column-active .table-content:after {
    background-color: #222;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    bottom: -42px;
    content: "";
    display: inline-block;
    height: 42px;
    left: 0;
    position: absolute;
    width: 100%;
}

.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-header,
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-option li {
    border-color: #323232;
}

.table-style-2 .table-container .table-column.column-active .table-content .table-detail {
    border: none;
}

.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-option,
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-price p {
    color: #bbb;
}

.table-style-2 .table-container .table-column.column-active .table-content .button-container a {
    background-color: #fff;
    border-color: #1b1b1b;
    color: #222222;
}

/* END TABLE 2 */

/* TABLE 3 */

.table-style-3 {
    margin-bottom: 60px;
}

.table-style-3 .pricing-title {
    margin-bottom: 30px;
}

.table-style-3 .table-container {
    text-align: center;
}

.table-style-3 .table-container .table-column {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    margin: 0 4px;
    min-width: 245px;
}

.table-style-3 .table-container .table-column .table-content {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 15px 22px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 22px rgba(0, 0, 0, 0.3);
    padding: 8px;
}

.table-style-3 .table-container .table-column .table-content .table-header {
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    color: #fff;
    margin: -8px -8px 0;
    padding: 18px 10px;
}

.table-style-3 .color-1 {
    background-color: #4cbf8d;
}

.table-style-3 .color-2 {
    background-color: #f4a137;
}

.table-style-3 .color-3 {
    background-color: #50c1e9;
}

.table-style-3 .table-container .table-column .table-content .table-header h3 {
    font-size: 250%;
    font-weight: bold;
}

.table-style-3 .table-container .table-column .table-content .table-header .short-des {
    font-weight: bold;
}

.table-style-3 .table-container .table-column .table-content .table-detail {
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top: none;
}

.table-style-3 .table-container .table-column .table-content .table-detail .table-option li {
    border-bottom: 1px solid #e2e2e2;
    padding: 13px 10px;
}

.table-style-3 .table-container .table-column .table-content .table-detail .table-option li:last-child {
    border-bottom: none;
}

.table-style-3 .table-container .table-column .table-content .table-price {
    font-weight: bold;
    margin-bottom: 12px;
}

.table-style-3 .table-container .table-column .table-content .table-price .price {
    color: #222222;
    font-size: 500%;
    line-height: 1.3;
}

.table-style-3 .table-container .table-column .table-content .table-price .dv-price {
    color: #444444;
    font-size: 250%;
    position: relative;
    top: -9px;
}

.table-style-3 .table-container .table-column .table-content .table-price p {
    color: #444444;
    font-size: 116.67%;
    font-weight: bold;
    margin-top: -10px;
    text-transform: uppercase;
}

.table-style-3 .table-container .table-column .table-content .button-container a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 116.67%;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-3 .table-container .table-column .table-content .button-container a:hover {
    background-color: #222;
}

/* END TABLE 3 */

/* TABLE 4 */

.table-style-4 {
    margin-bottom: 60px;
}

.table-style-4 .pricing-title {
    margin-bottom: 40px;
}

.table-style-4 .table-container {
    text-align: center;
}

.table-style-4 .table-container .table-column {
    display: inline-block;
    margin: 0 13px;
    min-width: 270px;
    vertical-align: top;
}

.table-style-4 .table-container .table-column .table-content {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.table-style-4 .table-container .table-column .table-content .table-header h3 {
    color: #fff;
    font-size: 141.67%;
    font-weight: bold;
    padding: 15px 10px;
    text-transform: uppercase;
}

.table-style-4 .table-container .table-column .table-content .table-header .table-price {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 166.67%;
    margin: 27px 0;
    padding: 2px 27px;
}

.table-style-4 .table-container .table-column .table-content .table-detail .table-option li {
    padding: 14px 10px;
}

.table-style-4 .table-container .table-column .table-content .table-detail .table-option li:nth-child(even) {
    background-color: #dddddd;
}

.table-style-4 .table-container .table-column .table-content .button-container a {
    color: #fff;
    display: block;
    font-size: 116.67%;
    font-weight: bold;
    padding: 14px 10px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-4 .table-container .table-column .table-content .button-container a:hover {
    background-color: #222;
}

/* END TABLE 4 */

/* TABLE 5 */

.table-style-5 .pricing-title {
    margin-bottom: 40px;
}

.table-style-5 .table-container {
    text-align: center;
}

.table-style-5 .table-container .table-column {
    display: inline-block;
    margin: 0 4px;
    min-width: 100px;
    vertical-align: top;
}

.table-style-5 .table-container .table-column .table-content {
    background-color: #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.table-style-5 .table-container .table-column .table-content .table-price {
    color: #222;
    font-weight: bold;
    padding-bottom: 25px;
    padding-top: 10px;
}

.table-style-5 .table-container .table-column .table-content .table-price .price {
    font-size: 300%;
}

.table-style-5 .table-container .table-column .table-content .table-price .dv-price {
    font-size: 200%;
}

.table-style-5 .table-container .table-column .table-content .table-price .short-des {
    color: #909090;
    margin-top: -5px;
    text-transform: uppercase;
}

.table-style-5 .color-1,
.table-style-5 .color-1:before {
    background-color: #4cbf8d;
}

.table-style-5 .color-2,
.table-style-5 .color-2:before {
    background-color: #f4a137;
}

.table-style-5 .color-3,
.table-style-5 .color-3:before {
    background-color: #50c1e9;
}

.table-style-5 .color-1:hover,
.table-style-5 .color-1:hover:before,
.table-style-5 .color-2:hover,
.table-style-5 .color-2:hover:before,
.table-style-5 .color-3:hover,
.table-style-5 .color-3:hover:before {
    background-color: #222;
}

.table-style-5 .table-container .table-column .table-content .button-container a {
    color: #fff;
    display: block;
    font-size: 116.67%;
    font-weight: bold;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-5 .table-container .table-column .table-content .button-container a:before {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.table-style-5 .table-container .table-column .table-content .button-container a:before {
    content: "";
    display: inline-block;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 10px;
}

.table-style-5 .table-container .table-column.column-active .table-content {
    margin-top: -5px;
}

.table-style-5 .table-container .table-column.column-active .table-content .table-price {
    padding-bottom: 30px;
    padding-top: 15px;
}

/* END TABLE 5 */

/* ==========================END PRICING TABLE================== */

/* ==============================TEAM=========================== */

.team-title h2 {
    color: #222;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.team-container {
    margin-bottom: 75px;
}

/* TEAM 1 */

.team-style-1 .team-container .team-inner .team-info {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 15px 10px 10px;
    text-align: center;
}

.team-style-1 .team-container .team-inner .team-info h3 {
    color: #222;
    font-size: 116.67%;
    font-weight: bold;
}

.team-style-1 .team-container .team-inner .team-info p {
    color: #777;
    font-size: 108.33%;
    padding: 5px 0 10px;
}

.team-style-1 .team-container .team-inner .team-info .socials li {
    display: inline-block;
    margin: 0 3px;
}

.team-style-1 .team-container .team-inner .team-info .socials li a {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 30px;
}

.team-style-1 .team-container .team-inner .team-info .socials li a:hover {
    top: -2px;
}

.team-style-1 .team-container .team-inner .team-info .socials li.rss a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/rss.png);
}

.team-style-1 .team-container .team-inner .team-info .socials li.facebook a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/facebook.png);
}

.team-style-1 .team-container .team-inner .team-info .socials li.twitter a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/twitter.png);
}

.team-style-1 .team-container .team-inner .team-info .socials li.google-plus a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/google.png);
}

/* END TEAM 1 */

/* TEAM 2 */

.team-style-2 .team-container .team-inner .team-info {
    color: #fff;
    padding: 15px 10px 10px;
    text-align: center;
}

.team-style-2 .team-container .team-inner .team-info h3 {
    font-size: 116.67%;
    font-weight: bold;
}

.team-style-2 .team-container .team-inner .team-info p {
    font-size: 108.33%;
    padding: 5px 0 10px;
}

.team-style-2 .team-container .team-inner .team-image .socials li {
    display: inline-block;
    margin: 0 3px;
}

.team-style-2 .team-container .team-inner .team-image .socials li a {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 30px;
}

.team-style-2 .team-container .team-inner .team-image {
    position: relative;
}

.team-style-2 .team-container .team-inner .team-image .socials-container {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.team-style-2 .team-container .team-inner .team-image:hover .socials-container {
    opacity: 1;
}

.team-style-2 .team-container .team-inner .team-image .socials {
    height: 30px;
    left: 0;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.team-style-2 .team-container .team-inner .team-image .socials li a:hover {
    top: -2px;
}

.team-style-2 .team-container .team-inner .team-image .socials li.rss a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/rss_2.png);
}

.team-style-2 .team-container .team-inner .team-image .socials li.facebook a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/facebook_2.png);
}

.team-style-2 .team-container .team-inner .team-image .socials li.twitter a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/twitter_2.png);
}

.team-style-2 .team-container .team-inner .team-image .socials li.google-plus a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/google_2.png);
}

/* END TEAM 2 */

/* TEAM 3 */

.team-style-3 .team-container .team-inner .team-info {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.team-style-3 .team-container .team-inner .team-image:hover .team-info {
    opacity: 1;
}

.team-style-3 .team-container .team-inner .team-info .team-info-middle {
    left: 50%;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.team-style-3 .team-container .team-inner .team-info h3 {
    font-size: 116.67%;
    font-weight: bold;
}

.team-style-3 .team-container .team-inner .team-info p {
    font-size: 108.33%;
    padding: 10px 0 15px;
}

.team-style-3 .team-container .team-inner .team-image .socials li {
    display: inline-block;
    margin: 0 3px;
}

.team-style-3 .team-container .team-inner .team-image .socials li a {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 30px;
}

.team-style-3 .team-container .team-inner .team-image {
    position: relative;
}

.team-style-3 .team-container .team-inner .team-image .socials li a:hover {
    top: -2px;
}

.team-style-3 .team-container .team-inner .team-image .socials li.rss a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/rss_2.png);
}

.team-style-3 .team-container .team-inner .team-image .socials li.facebook a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/facebook_2.png);
}

.team-style-3 .team-container .team-inner .team-image .socials li.twitter a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/twitter_2.png);
}

.team-style-3 .team-container .team-inner .team-image .socials li.google-plus a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/google_2.png);
}

/* END TEAM 3 */

/* TEAM 4 */

.team-style-4 .team-container .team-inner .team-image {
    float: left;
    width: 270px;
}

.team-style-4 .team-container .team-inner .team-info {
    background-color: #ebebeb;
    margin-left: 270px;
    padding: 28px 10px 10px 30px;
}

.team-style-4 .team-container .team-inner .team-info h3 {
    color: #222;
    font-size: 116.67%;
    font-weight: bold;
}

.team-style-4 .team-container .team-inner .team-info p {
    color: #777;
    font-size: 108.33%;
    padding: 5px 0 10px;
}

.team-style-4 .team-container .team-inner .team-info .socials {
    margin: 10px 0;
}

.team-style-4 .team-container .team-inner .team-info .socials li {
    display: inline-block;
    margin-right: 5px;
}

.team-style-4 .team-container .team-inner .team-info .socials li a {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 30px;
}

.team-style-4 .team-container .team-inner .team-info .socials li a:before {
    font-family: fontawesome;
}

.team-style-4 .team-container .team-inner .team-info .socials li a:hover {
    top: -2px;
}

.team-style-4 .team-container .team-inner .team-info .socials li.rss a:before {
    content: "\f09e";
}

.team-style-4 .team-container .team-inner .team-info .socials li.facebook a:before {
    content: "\f09a";
}

.team-style-4 .team-container .team-inner .team-info .socials li.twitter a:before {
    content: "\f099";
}

.team-style-4 .team-container .team-inner .team-info .socials li.google-plus a:before {
    content: "\f0d5";
}

.team-style-4 .team-container .team-inner .team-info .contact li:before {
    display: inline-block;
    font-family: fontawesome;
    width: 22px;
}

.team-style-4 .team-container .team-inner .team-info .contact li {
    margin: 3px 0;
}

.team-style-4 .team-container .team-inner .team-info .contact li.phone:before {
    content: "\f10b";
    font-size: 18px;
}

.team-style-4 .team-container .team-inner .team-info .contact li.email:before {
    content: "\f0e0";
}

.team-style-4 .team-container .team-inner .team-info .contact li.tool-contact:before {
    content: "\f17e";
    font-size: 16px;
}

/* END TEAM 4 */

/* TEAM 5 */

.team-style-5 .team-container .team-inner .team-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.team-style-5 .team-image {
    text-align: center;
}

.team-style-5 .team-image img {
    max-width: 218px;
}

.team-style-5 .team-container .team-inner .team-info {
    padding: 25px 0 0;
    text-align: center;
}

.team-style-5 .team-container .team-inner .team-info h3 {
    color: #222;
    font-size: 116.67%;
    font-weight: bold;
}

.team-style-5 .team-container .team-inner .team-info p {
    color: #777;
    font-size: 108.33%;
    padding: 5px 0 10px;
}

.team-style-5 .team-container .team-inner .team-info .socials li {
    display: inline-block;
    margin: 0 3px;
}

.team-style-5 .team-container .team-inner .team-info .socials li a {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 30px;
}

.team-style-5 .team-container .team-inner .team-info .socials li a:hover {
    top: -2px;
}

.team-style-5 .team-container .team-inner .team-info .socials li.rss a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/rss.png);
}

.team-style-5 .team-container .team-inner .team-info .socials li.facebook a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/facebook.png);
}

.team-style-5 .team-container .team-inner .team-info .socials li.twitter a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/twitter.png);
}

.team-style-5 .team-container .team-inner .team-info .socials li.google-plus a {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/team/google.png);
}

/* END TEAM 5 */

/* ==============================END TEAM=========================== */

/* ==============================CATEGORIES=========================== */

.category-item .image-category {
    margin-bottom: 30px;
}

.category-item .image-category {
    position: relative;
}

.category-item .image-category img {
    outline: 1px solid #ddd;
}

.category-item .image-category .center-bottom {
    bottom: 25px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.category-item .image-category .left-center {
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.category-item .image-category .title-category h2 {
    font-size: 200%;
    font-weight: bold;
    text-transform: uppercase;

}

.category-item .image-category .title-category h2 a {
    color: #222;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.category-item .image-category .description {
    color: #777777;
    font-size: 108.33%;
    margin: 15px 0 25px;
}

.category-item .image-category .btn-shopnow {
    border: 1px solid #dddddd;
    color: #777777;
    display: inline-block;
    font-weight: bold;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.category-item .image-category .btn-shopnow:hover {
    background-color: #fff;
    border-color: #fff;
}

/* ==============================END CATEGORIES=========================== */

/* ==============================SEARCH=========================== */

.popular-search .search-title {
    margin-bottom: 15px;
}

.popular-search .search-title h2 {
    color: #222;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
}

.link-list li {
    padding: 10px 0;
}

.link-list li a {
    color: #777777;
    font-size: 91.67%;
    text-transform: uppercase;
}

/* ==============================END SEARCH=========================== */

/* ==============================SITE MAP=========================== */

.link-list li.category-link-title {
    padding-top: 25px;
}

.link-list li.category-link-title a {
    font-size: 133.33%;
    font-weight: bold;
}

/* ==============================END SITE MAP=========================== */

/* ==============================COUNTRY SUPPORT=========================== */

.country-item .country-info h2 {
    color: #222;
    font-size: 116.67%;
    font-weight: bold;
    padding: 10px 0 55px;
    text-align: center;
    text-transform: uppercase;
}

.country-container,
.testimonials-style-1 {
    padding-top: 40px;
}

/* ==============================END COUNTRY SUPPORT=========================== */

/* ==============================TESTIMONIALS=========================== */

.owl-loaded {
    display: block;
}

.full-wrapper {
    background-color: #f6f6f6;
    margin-left: -1000px;
    margin-right: -1000px;
    padding: 50px 0;
}

.testimonials-title h2 {
    color: #222;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

/* TESTIMONIAL STYLE 1 */

.testimonials-style-1 {
    margin-bottom: 40px;
}

.testimonials-style-1 .testimonials-title {
    margin-bottom: 30px;
}

.testimonials-style-1 .testimonials-image {
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 155px;
    margin: 0 auto;
    overflow: hidden;
    width: 155px;
}

.testimonials-style-1 .testimonials-info {
    padding: 30px 30px 0;
    text-align: center;
}

.testimonials-style-1 .testimonials-info .description-client {
    font-size: 108.33%;
}

.testimonials-style-1 .testimonials-info .name-client {
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0;
}

.testimonials-style-1 .owl-theme .owl-pagination {
    float: none;
    margin: 0;
    text-align: center;
}

.testimonials-style-1 .owl-theme .owl-pagination .owl-page {
    display: inline-block;
    float: none;
}

.testimonials-style-1 .owl-theme .owl-pagination .owl-page span {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 10px;
    margin: 0 6px;
    width: 10px;
}

.testimonials-style-1 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-1 .owl-theme .owl-pagination .owl-page span:hover {
    background-color: #222222;
    border-color: #222222;
}

/* END TESTIMONIAL STYLE 1 */

/* TESTIMONIAL STYLE 2 */

.testimonial_2_wrapper {
    margin-bottom: 40px;
}

.testimonials-style-2 .testimonials-title {
    margin-bottom: 30px;
}

.testimonials-style-2 .testimonials-container {
    margin-left: -15px;
    margin-right: -15px;
}

.testimonials-style-2 .testimonials-container .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonials-style-2 .testimonials-container .owl-theme .owl-pagination {
    float: none;
    margin: 0;
    text-align: center;
}

.testimonials-style-2 .testimonials-image {
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 155px;
    overflow: hidden;
    width: 155px;
}

.testimonials-style-2 .testimonials-info {
    margin-left: 175px;
    padding-top: 5px;
}

.testimonials-style-2 .item {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: table;
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
}

.testimonials-style-2 .testimonials-info .description-client {
    font-size: 108.33%;
    font-style: italic;
}

.testimonials-style-2 .testimonials-info .name-client {
    color: #ea3a3c;
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0 0;
}

.testimonials-style-2 .owl-theme .owl-pagination .owl-page {
    display: inline-block;
    float: none;
}

.testimonials-style-2 .owl-theme .owl-pagination .owl-page span {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 10px;
    margin: 0 6px;
    width: 10px;
}

.testimonials-style-2 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-2 .owl-theme .owl-pagination .owl-page span:hover {
    background-color: #222222;
    border-color: #222222;
}

/* END TESTIMONIAL STYLE 2 */

/* TESTIMONIAL STYLE 3 */

.testimonials-style-3 {
    margin-bottom: 40px;
}

.testimonials-style-3 .testimonials-title {
    margin-bottom: 30px;
}

.testimonials-style-3 .testimonials-image {
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 155px;
    overflow: hidden;
    width: 155px;
}

.testimonials-style-3 .testimonials-info {
    margin-left: 175px;
    padding-top: 5px;
}

.testimonials-style-3 .item {
    display: table;
    margin-bottom: 10px;
    padding: 30px;
    width: 100%;
}

.testimonials-style-3 .testimonials-info .description-client {
    font-size: 108.33%;
    font-style: italic;
}

.testimonials-style-3 .testimonials-info .name-client {
    color: #ea3a3c;
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0 0;
}

.testimonials-style-3 .owl-theme .owl-pagination {
    float: none;
    margin: 0;
    text-align: center;
}

.testimonials-style-3 .owl-theme .owl-pagination .owl-page {
    display: inline-block;
    float: none;
}

.testimonials-style-3 .owl-theme .owl-pagination .owl-page span {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 6px;
    width: 10px;
}

.testimonials-style-3 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-3 .owl-theme .owl-pagination .owl-page span:hover {
    background-color: #222222;
    border-color: #222222;
}

/* END TESTIMONIAL STYLE 3 */

/* TESTIMONIAL STYLE 4 */

.testimonials-style-4 .testimonials-title {
    margin-bottom: 30px;
}

.testimonials-style-4 .testimonials-image {
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 155px;
    margin: 0 auto;
    overflow: hidden;
    width: 155px;
}

.testimonials-style-4 .testimonials-info {
    margin: 0 auto;
    max-width: 700px;
    padding: 30px 10px 0;
    text-align: center;
}

.testimonials-style-4 .testimonials-info .description-client {
    font-size: 108.33%;
}

.testimonials-style-4 .testimonials-info .name-client {
    color: #ea3a3c;
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0;
}

.testimonials-style-4 .owl-theme .owl-pagination .owl-page span {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    height: 10px;
    margin: 0 6px;
    width: 10px;
}

.testimonials-style-4 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-4 .owl-theme .owl-pagination .owl-page span:hover {
    background-color: #222222;
    border-color: #222222;
}

.testimonials-style-4 .owl-theme .owl-buttons div {
    background-color: transparent !important;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/btn-control-owl.png);
    background-repeat: no-repeat;
    border: none !important;
    height: 31px;
    position: absolute;
    top: 55px !important;
    width: 30px;
}

.testimonials-style-4 .owl-theme .owl-buttons div:hover {
    opacity: 0.8;
}

.testimonials-style-4 .owl-theme .owl-buttons {
    left: 50%;
    margin-left: -78px;
    position: absolute;
    top: 0;
    width: 156px;
}

.testimonials-style-4 .owl-theme .owl-buttons .owl-next {
    background-position: -145px 0 !important;
    right: -40px;
}

.testimonials-style-4 .owl-theme .owl-buttons .owl-prev {
    background-position: -29px 0 !important;
    left: -40px;
}

/* END TESTIMONIAL STYLE 4 */

/* TESTIMONIAL STYLE 5 */

.blurred-background {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/blurred_bg.jpg) no-repeat top center;
}

.testimonials-style-5 .testimonials-title {
    margin-bottom: 30px;
}

.testimonials-style-5 .testimonials-title h2 {
    color: #fff;
}

.testimonials-style-5 .testimonials-image {
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 155px;
    overflow: hidden;
    width: 155px;
}

.testimonials-style-5 .testimonials-info {
    margin-left: 175px;
    padding-top: 5px;
}

.testimonials-style-5 .item {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: table;
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
}

.testimonials-style-5 .testimonials-info .description-client {
    font-size: 108.33%;
    font-style: italic;
}

.testimonials-style-5 .testimonials-info .name-client {
    color: #ea3a3c;
    font-size: 116.67%;
    font-weight: bold;
    margin: 20px 0 0;
}

.testimonials-style-5 .testimonials-container {
    margin-left: -15px;
    margin-right: -15px;
}

.testimonials-style-5 .testimonials-container .owl-carousel .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonials-style-5 .owl-theme .owl-pagination {
    float: none;
    margin: 0;
    text-align: center;
}

.testimonials-style-5 .owl-theme .owl-pagination .owl-page {
    display: inline-block;
    float: none;
}

.testimonials-style-5 .owl-theme .owl-pagination .owl-page span {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 6px;
    width: 10px;
}

.testimonials-style-5 .owl-theme .owl-pagination .owl-page.active span,
.testimonials-style-5 .owl-theme .owl-pagination .owl-page span:hover {
    background-color: #222222;
    border-color: #222222;
}

/* END TESTIMONIAL STYLE 5 */

/* ==============================END TESTIMONIALS=========================== */

/* ==============================EVENTS=========================== */

.title-event {
    color: #333;
    font-size: 166.67%;
    font-weight: bold;
    text-transform: uppercase;
}

.des-event {
    margin-bottom: 20px;
}

.events-list .item {
    display: table;
    margin-bottom: 40px;
    width: 100%;
}

.events-list .item .event-image {
    float: left;
    width: 270px;
}

.events-list .item .event-info {
    margin-left: 300px;
}

.events-list .item .event-info .event-title h2 {
    font-size: 133.33%;
    font-weight: bold;
}

.events-list .item .event-info .event-title h2 a {
    color: #444444;
}

.events-list .item .event-info .event-date {
    color: #909090;
    font-size: 91.67%;
    padding: 6px 0 5px;
}

.events-list .item .event-info .event-date span {
    display: inline-block;
    padding: 0 30px;
}

.events-list .item .event-info .event-date:before {
    content: "\f073";
    font-family: fontawesome;
    font-size: 13px;
}

.events-list .item .event-info .event-description {
    margin-bottom: 10px;
}

/* ==============================END EVENTS=========================== */

/* ==============================TYPOGRAPHY=========================== */

.hd-typography {
    display: inline-block;
    margin-right: 70px;
    vertical-align: bottom;
}

.heading-typography {
    padding: 20px 0 30px;
}

.typography-h1,
.typography-h2,
.typography-h3,
.typography-h4,
.typography-h5,
.typography-h6 {
    color: #222222;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.typography-h1 {
    font-size: 216.67%;
}

.typography-h2 {
    font-size: 166.67%;
}

.typography-h3 {
    font-size: 150%;
}

.typography-h4 {
    font-size: 133.33%;
}

.typography-h5 {
    font-size: 116.67%;
}

.typography-h6 {
    font-size: 91.67%;
}

.paragraph p,
.blockquotes-container p {
    margin-bottom: 20px;
}

.blockquotes {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/qte.png) no-repeat center 27px #eee;
    border-left: 5px solid #ea3a3c;
    border-radius: 6px;
    padding: 55px 20px 20px;
}

.blockquotes .name-qte {
    color: #ea3a3c;
    font-size: 116.67%;
    font-weight: bold;
}

.dropcaps {
    padding: 20px 0 40px;
}

.dropcap:first-letter {
    color: #222;
    float: left;
    font-size: 216.67%;
    font-weight: bold;
    text-transform: uppercase;
}

.dropcap.dropcap-type1:first-letter {
    margin: -4px 10px 9px;
}

.dropcap.dropcap-type2:first-letter {
    background-color: #ea3a3c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    margin-top: -10px;
    padding: 10px 13px;
    vertical-align: middle;
    width: 40px;
}

.dropcap.dropcap-type3:first-letter {
    background-color: #ea3a3c;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    margin-top: -5px;
    padding: 10px 13px;
    vertical-align: middle;
    width: 40px;
}

/* ==============================END TYPOGRAPHY=========================== */

/* ==============================NEWSLETTER POPUP=========================== */
.w-newsletter {
    display: table;
    width: 880px;
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/bg-newsletter.jpg) no-repeat top center;
}
.w-newsletter .newsletter-info {
    margin-left: 455px;
    text-align: center;
    padding: 90px 20px 75px;
}
.w-newsletter .newsletter-info .newsletter-title {
    color: #2b375d;
}
.w-newsletter .newsletter-info .newsletter-title p {
    font-size: 183.33%;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.w-newsletter .newsletter-info .newsletter-title h3 {
    font-size: 300%;
    text-transform: uppercase;
    font-weight: 700;
}
.w-newsletter .newsletter-info .short-description {
    padding: 20px 0 30px;
    font-size: 108.33%;
    color: #2b375d;
}
.w-newsletter .newsletter-info .subscribe-bottom {
    padding: 20px 0 30px;
}
.w-newsletter .newsletter-info .subscribe-bottom .checker {
    display: inline-block;
    position: relative;
    top: 2px;
}
.w-newsletter .newsletter-info .subscribe-bottom label {
    font-weight: normal;
    padding-left: 5px !important;
}
.w-newsletter .newsletter-info .form-newsletter-popup {
    position: relative;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box {
    width: 100%;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
    height: 42px;
    width: 100%;
    padding: 0 114px 0 10px;
    font-size: 108.33%;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
    padding: 0 20px;
    height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border: none;
    position: absolute;
    top: 4px;
    right: 4px;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button:hover {
    background-color: #333;
}
.socials-popup li {
    display: inline-block;
    margin: 0 3px 5px;
}
.socials-popup li a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #495678;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.socials-popup li a:hover {
    color: #fff;
}

/* ==============================END NEWSLETTER POPUP=========================== */

/* ==============================FAQS=========================== */
.faq-accordion {
    background: transparent;
    border: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none;
    margin-top: 0 !important;
}

.full-wrapper-faq-2,
.full-wrapper-faq-4 {
    margin-bottom: 40px;
}

.faq-accordion .panel-body img {
    max-width: 100%;
    width: auto;
}

.faq-accordion .panel-body p {
    margin-bottom: 20px;
}

/* TYPE 1 */

.accordion-type-1 {
    margin-bottom: 40px;
}

.accordion-type-1 .faq-accordion:last-child .panel-title a {
    border-bottom: 0;
}

.accordion-type-1 .panel-title {
    font-size: 133.33%;
}

.accordion-type-1 .panel-title a {
    border-bottom: none;
    color: #222;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 15px 10px 15px 40px;
    position: relative;
    text-transform: uppercase;
}

.accordion-type-1 .panel-title a:before {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/btn_faqs.png) no-repeat left bottom;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

.accordion-type-1 .panel-title a.collapsed {
    border-bottom: 1px solid #ebebeb;
}

.accordion-type-1 .panel-title a.collapsed:before {
    background-position: top left;
}

.accordion-type-1 .panel-body {
    border-bottom: 1px solid #ebebeb;
    display: table;
    padding: 10px 0 30px;
    width: 100%;
}

/* END TYPE 1 */

/* TYPE 2 */

.faq-accordion.accordion-type-2 {
    margin: 0 !important;
}

.accordion-type-2 .panel-title {
    font-size: 133.33%;
}

.accordion-type-2 .panel-title a {
    border-bottom: none;
    color: #222;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 15px 10px 15px 40px;
    position: relative;
    text-transform: uppercase;
}

.accordion-type-2 .panel-title a.collapsed {
    border-bottom: 1px dotted #ababab;
}

.accordion-type-2 .panel-body {
    border-bottom: 1px dotted #ababab;
    display: table;
    padding: 10px 0 30px;
    width: 100%;
}

.accordion-type-2 .panel-title a span {
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    left: 0;
    margin-top: -12px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 50%;
    width: 24px;
}

.faq-icon1 {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/faq-icon1.png);
}

.faq-icon2 {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/faq-icon2.png);
}

.faq-icon3 {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/faq-icon3.png);
}

.faq-icon4 {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/faq-icon4.png);
}

.faq-icon5 {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/faq-icon5.png);
}

/* END TYPE 2 */

/* TYPE 3 */

.accordion-type-3 {
    margin-bottom: 40px;
}

.accordion-type-3 .faq-accordion {
    color: #fff;
    margin-bottom: 17px;
    padding-left: 13px;
    padding-right: 13px;
}

.accordion-type-3 .panel-title {
    font-size: 133.33%;
}

.accordion-type-3 .panel-title a {
    border-bottom: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 15px 10px 15px 40px;
    position: relative;
    text-transform: uppercase;
}

.accordion-type-3 .panel-title a:hover {
    color: #000;
}

.accordion-type-3 .panel-title a:before {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/btn_faqs_2.png) no-repeat left bottom;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

.accordion-type-3 .panel-title a.collapsed:before {
    background-position: top left;
}

.accordion-type-3 .panel-body {
    display: table;
    padding: 10px 0 30px;
    width: 100%;
}

.accordion-type-3 .imagebox-faq {
    float: left;
    width: 145px;
}

.accordion-type-3 .info-faq {
    margin-left: 173px;
}

.accordion-type-3 .color-1 {
    background-color: #a864a8;
}

.accordion-type-3 .color-2 {
    background-color: #c7b299;
}

.accordion-type-3 .color-3 {
    background-color: #7cc576;
}

.accordion-type-3 .color-4 {
    background-color: #7accc8;
}

.accordion-type-3 .color-5 {
    background-color: #448ccb;
}

.accordion-type-3 .color-6 {
    background-color: #ea3a3c;
}

/* END TYPE 3 */

/* TYPE 4 */

.accordion-type-4 .faq-accordion {
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 18px;
}

.faq-accordion.accordion-type-4 {
    margin: 0 !important;
}

.accordion-type-4 .panel-title {
    font-size: 133.33%;
}

.accordion-type-4 .panel-title a {
    border-bottom: none;
    color: #222;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 15px 10px 15px 56px;
    position: relative;
    text-transform: uppercase;
}

.accordion-type-4 .panel-body {
    border-top: 1px solid #f5f5f5;
    display: table;
    padding: 30px 25px;
    width: 100%;
}

.accordion-type-4 .panel-title a span.number {
    border-right: 1px solid #f5f5f5;
    height: 100%;
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.accordion-type-4 .imagebox-faq {
    float: left;
    width: 145px;
}

.accordion-type-4 .info-faq {
    margin-left: 173px;
}

/* END TYPE 4 */

/* TYPE 5 */

.faq-accordion.accordion-type-5 {
    margin: 0 !important;
}

.accordion-type-5 .accordion-heading {
    background-color: #eee;
    padding: 5px 20px;
}

.accordion-type-5 .panel-body {
    background-color: #eee;
    padding: 20px 20px 30px;
    position: relative;
}

.accordion-type-5 .panel-body:before {
    background-color: #d7d7d7;
    content: "";
    display: inline-block;
    height: 1px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0;
}

.accordion-type-5 .panel-title {
    font-size: 133.33%;
}

.accordion-type-5 .panel-title a {
    border-bottom: none;
    color: #222;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 15px 10px 15px 40px;
    position: relative;
    text-transform: uppercase;
}

.accordion-type-5 .panel-title a:before {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/btn_faqs.png) no-repeat left bottom;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

.accordion-type-5 .panel-title a.collapsed {
    border-bottom: 1px solid #ebebeb;
}

.accordion-type-5 .panel-title a.collapsed:before {
    background-position: top left;
}

/* END TYPE 5 */

/* ==============================END FAQS=========================== */

/* RESPONSIVE BONUS PAGE */

@media (min-width: 1200px) {
    .col-lg-20 {
        float: left;
        width: 20%;
    }

    .team-style-4 .team-container .team-inner .team-info {
        min-height: 270px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .team-style-4 .team-inner {
        display: table;
        margin-bottom: 30px;
        width: 100%;
    }

    .team-style-4 .team-container .team-inner .team-info {
        min-height: 270px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-style-4 .team-container .team-inner .team-info {
        min-height: 270px;
    }

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 100070;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 100051;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.direction-rtl .fancybox-close {
    left: -18px;
    right: auto;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 100050;
    background-color: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow-x: hidden;
    overflow-y: auto;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
 This CSS can be altered to change the look and size of the lens.
*/

.cloudzoom-lens {
    border: none;
    cursor: crosshair;
    height: 100px !important;
    width: 100px !important;
}

/* CSS for zoom window (not used for 'inside' position). */
.cloudzoom-zoom {
    border: 1px solid #888;
}

.cloud-zoom-gallery .border {
    border-right: none;
    border-style: solid;
    border-width: 1px;
}

.border-right {
    border-right-style: solid;
    border-right-width: 1px;
}

/* CSS for captions */
.cloudzoom-caption {
    background-color: #000;
    color: #fff;
    display: none; /* CSS captions should be hidden initially */
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

/* cloud-zoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    cursor: move;
    margin: 0;
}

/* This is for the title text. */
.cloud-zoom-title {
    background-color: #000;
    color: #fff;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    position: absolute !important;
    text-align: center;
    top: 0px;
    width: 100%;
}

/* This is the zoom window. */
.cloud-zoom-big {
    overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
    background: #222;
    border: 1px solid #000;
    color: white;
    padding: 3px;
}
#cpanel_wrapper {
    background: #e5e5e5;
    border: 1px solid #f3f3f3;
    border-right: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 8px;
    position: fixed;
    right: -302px;
    top: 40px;
    width: 300px;
    z-index: 999;
}

#cpanel_btn {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/cpanel/bg-cpanel-head.png) repeat left center #666;
    border-radius: 3px 0 0 3px;
    border-right: none;
    color: #fff;
    cursor: pointer;
    left: -41px;
    padding: 8px 0 9px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 40px;
}

#cpanel_wrapper .cpanel-head {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/cpanel/bg-cpanel-head.png) repeat left center #666;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px 0 10px;
    width: 100%;
}

#cpanel_wrapper .cpanel-reset {
    float: right;
    margin: -3px -10px 0 0;
    position: relative;
    z-index: 1;
}

#cpanel_wrapper .cpanel-reset:before {
    border-color: rgba(0, 0, 0, 0) #0291FF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 8px 0;
    content: "";
    left: 3px;
    position: absolute;
    top: 9px;
}

#cpanel_wrapper .cpanel-reset .btn {
    background: none repeat scroll 0 0 #0291FF;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    font-weight: normal;
    padding: 8px 15px;
    text-transform: none;
    transition: all 0.2s ease 0s;
}

#cpanel_wrapper .cpanel-reset .btn:hover,
#cpanel_wrapper .cpanel-reset .btn:focus {
    outline: none;
}

#cpanel_wrapper .cpanel-reset:hover .btn {
    outline: none;
    padding-right: 25px;
}

#ytcpanel_accordion .accordion-heading {
    background-color: #F9F9F9;
    background-image: linear-gradient(to bottom, #FFFFFF, #F1F1F1);
    background-repeat: repeat-x;
    border: 1px solid #BCBCBC;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    margin: -1px;
    padding: 7px 10px;
}

#ytcpanel_accordion .accordion-heading:hover {
    background-color: #EDEDED;
    background-image: linear-gradient(to bottom, #F5F5F5, #E0E0E0);
    background-repeat: repeat-x;
}

#ytcpanel_accordion .accordion-heading.accordion-open {
    background: #888888;
    background: linear-gradient(to bottom, #999999, #777777) repeat-x scroll 0 0 #8B8B8B;
    border-color: #777777;
    box-shadow: none;
}

#ytcpanel_accordion .accordion-heading .accordion-toggle {
    color: #555555 !important;;
    font-size: 12px;
    font-weight: bold;
}

#ytcpanel_accordion .accordion-heading .accordion-toggle i {
    color: #999999;
    float: left;
    font-size: 14px;
    margin: 2px 5px 0 0;
}

#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle,
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle i {
    color: #fff !important;;
}

#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle
.icon-expand-alt:before {
    content: "\f117";
}

#ytcpanel_accordion .accordion-group .collapse {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#ytcpanel_accordion .accordion-group .collapse:before {
    border-color: #777777 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 0;
    content: "";
    left: 15px;
    position: absolute;
    top: -2px;
}

#ytcpanel_accordion {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#ytcpanel_accordion .accordion-inner {
    border: none;
    padding: 10px 10px 10px;
}

#cpanel_wrapper option, #cpanel_wrapper optgroup,
#cpanel_wrapper input, #cpanel_wrapper select {
    color: #333;
}

#cpanel_wrapper select#select-store {
    padding: 3px 2px;
}

#cpanel_wrapper input.inputbox {
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    margin: 0 3px 0 0 !important;
    padding: 0 3px !important;
    width: 80px !important;
}

select.cp_select {
    border-radius: 0px;
    color: #333;
    font-size: 11px;
    height: auto;
    padding: 3px 2px;
    width: 120px;
}

.cpanel-head > span {
    float: left;
    margin-top: 5px;
    text-transform: uppercase;
}

.theme-color-heading {
    display: block;
    font-weight: bold;
    padding: 5px 0;
}

.cpanel-theme-color .theme-color.active {
    box-shadow: 0 0 0 2px rgba(173, 35, 35, 1) inset;
}

.cpanel-theme-color .theme-color {
    background-color: #CCC;
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 35px;
    margin: 0 4px 5px 0;
    overflow: hidden;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 38px;
}

.cpanel-theme-color .theme-color:hover {
    opacity: 0.7;
}

.cpanel-theme-color .theme-color.yellow {
    background-color: #f4a137;
}

.cpanel-theme-color .theme-color.blue {
    background-color: #00abf0;
}

.cpanel-theme-color .theme-color.tangerine {
    background-color: #e34931;
}

.cpanel-theme-color .theme-color.emerald {
    background-color: #009975;
}

.cpanel-theme-color .theme-color.green {
    background-color: #3ab54a;
}

#ytcpanel_accordion .accordion-group {
    border: 1px solid #bcbcbc;
    margin-bottom: 5px;
}

#ytcpanel_accordion .accordion-inner {
    background: #fff;
}

/*#ytcpanel_accordion .accordion-group.cpanel-typography{
	border: none;
	padding-bottom: 0;
}
*/

#ytcpanel_accordion .cp-item {
    float: left;
    width: 33%;
}

#ytcpanel_accordion .cp-item > span.
#ytcpanel_accordion .store-switcher > span {
    float: left;
    margin-bottom: 2px;
    width: 100%;
}

#ytitem_3 .cp-item,
#ytitem_7 .cp-item {
    margin-bottom: 5px;
}

#ytitem_4 .cp-item,
#ytitem_5 .cp-item {
    margin-bottom: 5px;
    width: 100%;
}

#ytcpanel_accordion .cp-item.body-background-image {
    margin-bottom: 0;
    width: 100%;
}

#ytcpanel_accordion .cpanel-typography .cp-item {
    width: 50%;
}

.cp-item .pattern {
    background-color: #f5f5f5;
    border: 1px solid #CCC;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 5px 5px 0;
    text-indent: -999em;
    width: 30px;
}

.cp-item .pattern:hover {
    background-color: #ccc;
    border-color: #535353;
}

.cp-item .pattern.active {
    border-color: #535353;
}

#cpanel_wrapper a.reset {
    color: #000;
    margin: 0 0 0 10px;
}

.cpanel-input {
    font-size: 11px !important;
    padding: 1px 5px !important;
    width: 30px;
}

.cpanel-select {
    font-size: 11px !important;
    height: auto;
    padding: 2px !important;
    width: 90px;
}

#cpanel_btn i {
    vertical-align: top;
}

#cpanel_btn i:before {
    font-size: 18px;
}

/**----css menu mobile----***
/*sidebar*/

#yt-responsivemenu .btn.btn-navbar {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
}

#yt_resmenu_sidebar {
    display: none;
}

.onpen-sidebar .yt_ressidebar_screennav {
    left: 0;
}

.yt_ressidebar_screennav {
    background: #222;
    height: 100%;
    left: -220px;
    margin: 0;
    position: absolute;
    top: 0;
    transition: .2s;
    -webkit-transition: .2s;
    width: 220px;
    z-index: 99999;
}

.overlay-sidebarnav {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99990;
}

.onpen-sidebar .overlay-sidebarnav {
    display: block;
}

.yt_ressidebar_screennav #yt_screennav {
    background: #222;
}

#yt_screennav ul.siderbar-menu li ul {
    padding-left: 15px;
}

#yt_screennav ul.siderbar-menu li a {
    border-bottom: 1px solid #444;
    display: block;
    line-height: 100%;
    padding: 9px 0 9px 10px;
    color: #ddd;
}

#yt_screennav ul.siderbar-menu li .res-wrapnav{
    display: none;
}

#yt_screennav ul.siderbar-menu li.open > .res-wrapnav{
    display: block;
}

#yt_screennav ul.siderbar-menu li.parent{
    position: relative;
}

#yt_screennav ul.siderbar-menu li .menuress-toggle{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 5px;
    z-index: 50;
    text-align: center;
    line-height: 20px;
}

#yt_screennav ul.siderbar-menu li .menuress-toggle:before{
    font-family: FontAwesome;
    content: "\f107";
    font-size: 14px;
}

#yt_screennav ul.siderbar-menu li.open > .menuress-toggle:before{
    font-family: FontAwesome;
    content: "\f106";
    font-size: 14px;
}

#yt_screennav ul.siderbar-menu li a:hover{
    color: #fff;
}

/*collapse*/
#yt_resmenu_collapse {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}

#yt_resmenu_collapse ul.nav-menu {
    background-color: #222;
}

#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active {
    color: #FFF;
}

#yt_resmenu_collapse ul.nav-menu > li > a {
    border-bottom: 1px solid #444;
}

#yt_resmenu_collapse ul.nav-menu > li a{
    color: #ddd;
    border: none;
}

#yt_resmenu_collapse ul.nav-menu > li a:hover{
    color: #fff;
}

#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active,
#yt_resmenu_collapse ul.nav-menu > li.active > a > span,
#yt_resmenu_collapse ul.nav-menu > li:hover > a > span {
    color: #FFF;
}

.nav-collapse .nav-menu > li > a,
.nav-collapse .dropdown-menu a {
    display: block;
    padding: 8px 10px;
}

.nav-collapse .nav-menu > li {
    float: none;
    position: relative;
    z-index: 10;
}

ul.nav-menu li.parent {
    position: relative;
}

.nav-collapse .nav > li {
    float: none;
}

ul.nav-menu li.parent .menuress-toggle.menuress-toggle:before {
    content: "\f107";
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
}

ul.nav-menu li.parent.open .menuress-toggle.menuress-toggle:before {
    content: "\f106";
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
}

ul.nav-menu li.parent .menuress-toggle {
    color: #909090;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 40px;
}

ul.nav-menu li.parent > .res-wrapnav {
    height: 0;
    opacity: 0;
}

ul.nav-menu li.parent > .res-wrapnav ul {
    position: relative;
    z-index: 1;
}

ul.nav-menu li.parent.open > .res-wrapnav {
    background: #2B2B2B;
    border-bottom: 1px solid #444;
    display: block;
    opacity: 1;
}

ul.nav-menu li.parent > .res-wrapnav ul li {
    padding: 5px 5px 5px 15px;
}

/*selectbox*/
#yt-responsivemenu .menu-selectbox {
    position: relative;
    top: 0px;
}

#yt-responsivemenu .menu-selectbox > select {
    height: 50px;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 50px;
    z-index: 2;
}

#yt-responsivemenu .menu-selectbox > select > option {
    padding: 5px 10px;
    width: 200px;
}

/***----------------------Device---------------------------***/
@media (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .layout-boxed #yt_wrapper {
        width: 1200px;
    }

    .menu-on-top {
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 999 !important;
    }

    .menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_icon {
        height: 0px;
        width: 0px;
    }

    #yt_header.header2-wrap .yt-header-middle.menu-on-top {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }

    .products-list .product-list-left {
        margin-right: 10px;
        width: 26%;
    }

    .sm-serachbox-pro .sm-searbox-content {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .detail-blog .postWrapper .postContent > p > img,
    .detail-blog .postWrapper .postContent > img {
        width: 100%;
    }

    .price_filter .price-to {
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pages-parent > div {
        left: auto !important;
        right: 0 !important;
    }

    .layout-boxed #yt_wrapper {
        width: 1000px;
    }

    .sm_quickview_handler {
        display: none !important;
    }

    .menu-on-top {
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    /*--------listing-----------*/
    #narrow-by-list dd input {
        width: 26%;
    }

    #narrow-by-list dd #price-filter-min-text {
        margin-right: 2%;
    }

    #narrow-by-list .item-filter .a-right {
        float: left;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .sm-basic-products .bs-review .rating-links {
        display: none;
    }

    /*----detail----*/
    .yt-product-detail .more-views.slide-gallery .next {
        right: 0;
    }

    .yt-product-detail .more-views.slide-gallery .prev {
        left: 0;
    }

    .yt-product-detail #yt_tab_reviewform .reviewform-col2 {
        padding-left: 0;
    }

    .yt-product-detail #yt_tab_reviewform .reviewform-col1 {
        padding-right: 0;
    }

    .policy-detail .banner-policy .policy1 {
        padding: 32px 15px;
    }

    .policy-detail .banner-policy .policy3 {
        padding: 32px 15px;
    }

    /*---other----*/
    .respl-item .w-image-box .item-image a > img {
        width: 100%;
    }

    /* BONUS PAGE */
    /* pricing page */
    .col-md-20 {
        float: left;
        width: 20%;
    }

    .table-style-2 .table-container .table-column .table-content .table-detail .table-option li {
        padding: 5px 15px;
    }

    .our-team img {
        max-width: 100%;
        width: auto;
    }

    /* end pricing page */
    /* categorires page */
    .categories-page img {
        max-width: 100%;
        width: auto;
    }

    .category-3,
    .category-5 {
        clear: left;
    }

    /* faqs */
    .accordion-type-5 .faq-accordion {
        margin-bottom: 4px !important;
    }

    /* country page */
    .country-item img {
        width: 100%;
    }

    .left-megamenu-container .heading-megamenu .heading-content span {
        padding-right: 0;
    }

    .products-grid .item .item-inner .product-info {
        padding: 10px 10px 20px;
    }

    .products-grid .item .product-addcart .btn-cart:before {
        display: none;
    }

}

@media (max-width: 991px) {
    #cpanel_wrapper {
        display: none;
    }

    /*-----general-----*/
    .sm_quickview_handler {
        display: none !important;
    }

    #cpanel_btn {
        display: none;
    }

    .vertical-menu,
    .yt-menu {
        display: none;
    }

    .yt-responsivemenu {
        display: block !important;
    }

    .yt_ressidebar_screennav {
        display: block;
    }

    .price_filter .price-to {
        margin-left: 0px;
    }

    /*----end general-----*/
    /*--------homepage-----------*/
    #location-popup {
        width: 100%;
    }

    .social-fixed {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pages-parent > div {
        left: auto !important;
        right: 0 !important;
    }

    .header-style-5 .header-toplinks {
        float: right;
    }

    .yt-responsivemenu {
        display: block !important;
    }

    .yt_ressidebar_screennav {
        display: block;
    }

    #cpanel_wrapper,
    .wrap.header2-wrap .sm_megamenu_wrapper_horizontal_menu,
    .wrap.header2-wrap .welcome-msg {
        display: none;
    }

    .layout-boxed #yt_wrapper {
        width: 768px;
    }

    /*-----------------------listing-----------------------*/
    #narrow-by-list dd input {
        width: 49%;
    }

    #narrow-by-list dd #price-filter-min-text {
        margin-right: 2%;
    }

    #narrow-by-list .item-filter .a-right {
        float: left;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .category-blog .toolbar .view-mode-wrap {
        padding: 0;
        width: 0;
    }

    .category-blog .toolbar .pager-wrapper,
    .category-blog .toolbar .toolbar-center {
        float: right;
        width: 50%;
    }

    .toolbar .limiter-wrap {
        display: none;
    }

    .toolbar .sort-by-wrap {
        width: 70%;
    }

    .toolbar .pagination-wrap {
        width: 100%;
    }

    #narrow-by-list dd #button-price-slider {
        margin-top: 10px !important;
    }

    .toolbar-top .toolbar {
        padding: 10px 0;
    }

    .toolbar-top .toolbar .pager-wrapper,
    .toolbar-bottom .toolbar .toolbar-center,
    .toolbar-bottom .toolbar .view-mode-wrap {
        display: none;
    }

    .toolbar-blog-comment .toolbar .toolbar-center {
        width: 100%;
    }

    .toolbar-blog-comment .toolbar .toolbar-center .sort-by-wrap,
    .toolbar-blog-comment .toolbar .toolbar-center .limiter-wrap {
        display: block;
        float: left;
        width: 50%;
    }

    .toolbar-blog-comment .toolbar .pager-wrapper,
    .toolbar-blog-comment .toolbar .view-mode-wrap {
        display: none;
    }

    .toolbar .pagination-wrap .inner {
        float: left;
    }

    .toolbar .pager-wrapper {
        padding-left: 0;
    }

    /*------------------------detail page---------------------------*/
    .yt-product-detail .more-views.slide-gallery .next {
        right: 0;
    }

    .yt-product-detail .more-views.slide-gallery .prev {
        left: 0;
    }

    .yt-custom-block {
        display: none;
        float: left;
        margin-top: 30px;
    }

    .cart-collaterals select,
    .cart-collaterals input,
    #postcode {
        width: 200px;
    }

    /*-----other----------------*/
    #postComment .form-list .input-box label {
        width: 15%;
    }

    #postComment #comment {
        width: 85%;
    }

    .my-account th .nobr {
        white-space: inherit !important;
    }

    #blog-detail .postWrapper .postContent img {
        width: 100%;
    }

    .contact-page .contact-us-left {
        padding-right: 0px;
    }

    .page-about .row1-left {
        margin-bottom: 20px;
        text-align: center;
    }

    .page-about .about-row1 .row1-right .row1-right-cont2 {
        margin-top: 30px;
    }

    .page-about .about-row2 .row2 .about-img {
        text-align: center;
    }

    /*--------MORE HOME PAGE LAYOUT----------*/
    .wrapper_404page .content-404page {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .img-right-404 {
        margin-top: 30px;
        text-align: center;
    }

    /* BONUS PAGE */
    /* pricing page */
    .table-style-1 .table-container .table-column {
        display: block;
        margin-bottom: 30px;
    }

    .table-style-1 .table-container .table-column.column-active {
        position: static;
        top: 0;
    }

    .table-style-2 .table-column {
        margin-bottom: 30px;
    }

    .table-style-2 .column-active {
        padding: 30px 0 10px;
    }

    .table-style-3 .table-container .table-column,
    .table-style-4 .table-container .table-column {
        display: block;
        margin-bottom: 30px;
    }

    /* end pricing page */
    /* Team */
    .our-team img {
        width: 100%;
    }

    .team-style-1 .team-inner,
    .team-style-2 .team-inner,
    .team-style-3 .team-inner,
    .team-style-5 .team-inner {
        margin-bottom: 30px;
    }

    .team-style-4 .item-team {
        display: table;
        margin-bottom: 30px;
        width: 100%;
    }

    /* categories page */
    .categories-page img {
        max-width: 100%;
        width: auto;
    }

    .category-4 {
        clear: both;
    }

    /* faqs */
    .accordion-type-5 .faq-accordion {
        margin-bottom: 4px !important;
    }

    /* typography */
    .dropcap {
        clear: both;
        margin: 30px 0;
    }

    /* events */
    .events-list .item .event-image {
        float: none;
        width: auto;
    }

    .events-list .item .event-info {
        clear: both;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px;
    }

    .products-grid .item .item-inner .product-info {
        padding: 10px 10px 20px;
    }

    .products-grid .item .product-addcart .btn-cart:before {
        display: none;
    }

    /* Footer */
    .footer-container .footer-block {
        padding: 0 0 40px;
    }

    .footer-container .contact-col {
        margin-bottom: 40px;
    }

}

@media (max-width: 767px) {

    .full-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .yt_ressidebar_screennav {
        display: block;
    }

    #cpanel_wrapper {
        display: none;
    }

    /*------------------------home page--------------------------*/
    #location-popup img {
        width: 100%;
    }

    #location-popup .col2 {
        display: none;
    }

    #location-popup .col1 {
        width: 100%;
    }

    #location-popup .inner {
        padding: 20px;
    }

    /*-----------------listing---------------------*/
    #yt_main {
        clear: both;
    }

    #yt_pathway ul.breadcrumbs li {
        margin-bottom: 3px;
    }

    #yt_main #yt_main_right, .yt-main-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    #yt_main_left, #yt_left {
        padding-left: 10px;
        padding-right: 10px;
    }

    .toolbar .toolbar-center {
        margin-top: 10px;
    }

    .toolbar .pager-wrapper {
        margin-top: 8px;
    }

    .toolbar .pagination-wrap {
        width: 100%;
    }

    .products-list .item .product-info {
        float: left;
        margin-top: 20px;
        padding-left: 0;
    }

    /*--------------detail page-------*/
    #product_addtocart_form {
        margin-right: 0px;
    }

    .yt-product-detail .yt-detail-left {
        padding-right: 0;
    }

    .yt-product-detail .yt-detail-right {
        margin-top: 30px;
        padding-left: 0;
    }

    .yt-product-detail .tab-product-detail .yt-tab-navi > li,
    .yt-product-detail .tab-product-detail .yt-tab-navi > li > a {
        width: 100%;
    }

    .yt-product-detail #yt_tab_reviewform .reviewform-col2 {
        padding-left: 0;
    }

    .yt-product-detail #yt_tab_reviewform .reviewform-col1 {
        padding-right: 0;
    }

    .yt-product-detail .more-views .jCarouselLite > ul > li {
        margin: 0 4px;
    }

    .yt-product-detail .tab-product-detail .yt-tab-navi {
        width: 100%;
    }

    .yt-product-detail .tab-product-detail .yt-tab-content {
        border-left: none;
        margin-left: 0px;
    }

    /*------------------------other page---------------------------*/
    #product_comparison .add-to-links .link-wishlist {
        display: inline-block;
        float: none;
    }

    #product_comparison .rating-box {
        margin-left: 45px;
    }

    /* blog */
    .list-blog .postWrapper .postRight {
        margin-top: 20px;
    }

    #blog-detail .postWrapper .postContent img {
        width: 100%;
    }

    #postComment .form-list .input-box label {
        width: 100%;
    }

    #postComment #comment {
        width: 100%;
    }

    /* about us */
    .sm_imageslider .owl-item img {
        width: 100% !important;
    }

    .page-about img {
        width: 100%;
    }

    /*contact*/
    #contactForm {
        margin-top: 20px;
    }

    .contact-us-right {
        margin-top: 30px;
    }

    .contact-page #contactForm .fields,
    .contact-page #contactForm .wide {
        width: 100%;
    }

    /* about */
    .aboutus-page .des-about-us {
        clear: both;
        margin-bottom: 20px;
        margin-left: 0px;
        padding-top: 20px;
    }

    /*account*/
    .account-login {
        /*padding: 0 15px;*/
    }

    .my-account .col2-set .col-1, .account-login .col2-set .col-1,
    .my-account .col2-set .col-2, .account-login .col2-set .col-2 {
        margin-bottom: 15px;
        width: 100%;
    }

    .my-account .form-list .field {
        width: 100%;
    }

    .my-account .link-reorder {
        float: none;
    }

    .my-account .pager .pages,
    .my-account .pager .limiter,
    .my-account .pager .amount {
        border-bottom: 1px dotted #e9e9e9;
        float: left;
        padding: 7px 0;
        text-align: left;
        width: 100%;
    }

    .my-account .pager .amount {
        padding-top: 0;
    }

    .my-account .pager .pages {
        border: none;
        padding-bottom: 0;
    }

    .my-account .data-table tr td {
        border: none;
        display: block;
    }

    .my-account #wishlist-view-form .buttons-set {
        width: 100%;
    }

    .my-wishlist #wishlist-view-form .buttons-set .button,
    #shopping-cart-table.cart-table .button {
        margin-top: 2px;
        width: 100%;
    }

    /*general*/
    .cart-collaterals .totals {
        margin-left: 0px;
    }

    .my-account .data-table thead th,
    .my-account .data-table thead td,
    .my-account .data-table tr th,
    .my-account .data-table tr td,
    .my-account .data-table tfoot td,
    .my-account .data-table tr.first th,
    .my-account .data-table tr.first td,
    .catalog-product-compare-index .data-table thead th,
    .catalog-product-compare-index .data-table thead td,
    .catalog-product-compare-index .data-table tr.even th,
    .catalog-product-compare-index .data-table tr.odd td,
    .catalog-product-compare-index .data-table tr.odd th,
    .catalog-product-compare-index .data-table tr.even td,
    .catalog-product-compare-index .data-table tfoot td,
    .catalog-product-compare-index .data-table tr.first th,
    .catalog-product-compare-index .data-table tr.first td {
        border: none !important;
        display: block;
        float: none !important;
        text-align: center;
        width: auto !important;
    }

    .yt-product-detail .tab-product-detail .yt-tab-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    #yt_tab_reviewform .data-table th {
        padding: 10px 0px;
    }

    select {
        width: 100%;
    }

    /*--cart--*/
    #yt_wrapper .checkout-types {
        float: right;
        margin-bottom: 20px;
        margin-top: 0;
    }

    #shopping-cart-table .hidden-mobile {
        display: none;
    }

    #shopping-cart-table th,
    #shopping-cart-table tr td {
        padding: 10px 2px;
    }

    #shopping-cart-table tfoot td {
        padding: 10px;
    }

    #yt_main .cart .page-title h1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #shopping-cart-table .nowrap,
    #shopping-cart-table th .nobr {
        white-space: inherit !important;
    }

    /*----MORE HOME PAGE LAYOUT ----*/
    .respl-items-container .category-products.carousel {
        margin: 0;
    }

    .wrapper_404page .content-404page {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper_404page .content-404page .button-404 {
        padding-bottom: 30px;
    }

    .img-right-404 {
        display: none;
    }

    .toolbar .pager-wrapper {
        padding-left: 0;
        padding-top: 10px;
    }

    .toolbar .pagination-wrap .inner {
        float: left;
    }

    .yt-tab-listing .title-text {
        position: relative;
    }

    /* BONUS PAGE */
    /* pricing page */
    .table-style-1 .table-container .table-column {
        display: block;
        margin-bottom: 30px;
    }

    .table-style-1 .table-container .table-column.column-active {
        position: static;
        top: 0;
    }

    .table-style-2 .table-column {
        margin-bottom: 30px;
    }

    .table-style-2 .column-active {
        padding: 30px 0 10px;
    }

    .table-style-3 .table-container .table-column,
    .table-style-4 .table-container .table-column {
        display: block;
        margin-bottom: 30px;
    }

    .table-style-5 .table-container .table-column {
        display: block;
        margin-bottom: 30px;
    }

    /* end pricing page */
    /* Team */
    .our-team img {
        width: 100%;
    }

    .team-style-1 .team-inner,
    .team-style-2 .team-inner,
    .team-style-3 .team-inner,
    .team-style-5 .team-inner {
        margin-bottom: 30px;
    }

    .team-style-4 .item-team {
        display: table;
        margin-bottom: 30px;
        width: 100%;
    }

    .team-style-4 .team-container .team-inner .team-image {
        float: none;
        width: 100%;
    }

    .team-style-4 .team-container .team-inner .team-info {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    /* categories page */
    .categories-page img {
        width: 100%;
    }

    /* faqs */
    .full-wrapper-faq-4 {
        margin-left: -15px;
        margin-right: -15px;
        padding: 50px 15px;
    }

    .accordion-type-3 .info-faq,
    .accordion-type-4 .info-faq {
        clear: both;
        margin-left: 0;
        margin-right: 0;
    }

    /* typography */
    .dropcap {
        clear: both;
        margin: 30px 0;
    }

    /* events */
    .events-list .item .event-image {
        float: none;
        width: auto;
    }

    .events-list .item .event-image img {
        max-width: 100%;
        width: auto;
    }

    .events-list .item .event-info {
        clear: both;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px;
    }

    /* testimonial */
    .full-wrapper.testimonial_2_wrapper,
    .full-wrapper.testimonial_4_wrapper,
    .full-wrapper.blurred-background {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonials-style-2 .testimonials-image,
    .testimonials-style-3 .testimonials-image,
    .testimonials-style-5 .testimonials-image {
        float: none;
        margin: 0 auto;
    }

    .testimonials-style-2 .testimonials-info,
    .testimonials-style-3 .testimonials-info,
    .testimonials-style-5 .testimonials-info {
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        text-align: center;
    }

    .blurred-background {
        background-size: auto 100%;
    }

    .products-grid .item .item-inner .product-info {
        padding: 10px 10px 20px;
    }

    .products-grid .item .product-addcart .btn-cart:before {
        display: none;
    }

    .w-newsletter{
        display: block;
        width: 100%;
        background-size: auto 100%;
    }

    .w-newsletter .newsletter-info{
        margin-left: 0;
    }

    .w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button{
        position: static;
        width: 100%;
    }

    .w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text{
        padding: 0 10px;
    }

    .yt-custom-block{
        clear: both;
        padding: 30px 0 0;
    }

    /* Footer */
    .footer-container .footer-block {
        padding: 0 0 40px;
    }

    .footer-container .contact-col {
        margin-bottom: 40px;
    }

    .footer-container .block-subscribe-footer .title-middle-footer,
    .footer-container .block-subscribe-footer .form.subscribe {
        display: block;
    }

    .footer-container .footer-bottom{
        text-align: center;
    }

    .footer-container .footer-bottom .footer-payment{
        text-align: unset;
        padding-top: 10px;
    }

}

@media (min-width: 479px) and (max-width: 767px) {

    .catalog-category-view .products-grid .item {
        width: 50%;
    }

    .yt-product-detail .more-views.slide-gallery .next {
        right: 0;
    }

    .yt-product-detail .more-views.slide-gallery .prev {
        left: 0;
    }

    /* country page */
    .country-item,
    .parners-list li {
        float: left;
        text-align: center;
        width: 50%;
    }

}

@media (min-width: 360px) and (max-width: 767px) {
    .toolbar .view-mode-wrap {
        width: 25%;
    }

    .category-blog .toolbar .view-mode-wrap,
    .blog-index-list .toolbar .view-mode-wrap,
    .blog-post-view .toolbar .view-mode-wrap {
        display: none;
    }

    .category-blog .toolbar .toolbar-center,
    .blog-index-list .toolbar .toolbar-center,
    .blog-post-view .toolbar .toolbar-center {
        width: 100%;
    }

    .toolbar .toolbar-center {
        float: right;
        margin-right: -5px;
        margin-top: 0px;
        width: 75%;
    }
}

@media (max-width: 479px) {
    #yt_wrapper .yt-product-detail #yt_tab_reviewform input[type="radio"] {
        margin: 0 0 0 40%;
    }

    .yt-product-detail .tab-product-detail .yt-tab-content .form-add .customer-review #product-review-table > tbody > tr > td {
        padding: 0;
    }

    .title-happy-about {
        left: 10px;
    }

    .spotlight .inner {
        margin-left: 40px !important;
    }

    .toolbar .pagination-wrap .inner {
        float: left;
    }

    .toolbar .pager-wrapper {
        padding-left: 0px;
    }

    /* categories page */
    .category-item .image-category .description {
        display: none;
    }

    .category-item .image-category .title-category h2 {
        margin-bottom: 10px;
    }

    /* country page */
    .country-item,
    .parners-list li {
        text-align: center;
    }

    .cartpro-modal .cpmodal-wrapper{
        width: 290px!important;
    }

}

@media (min-width: 360px) and (max-width: 439px) {
    .yt-product-detail .more-views.slide-gallery {
        margin-left: 0;
    }

    .yt-product-detail .more-views.slide-gallery .prev {
        left: -11px;
    }

}

@media (max-width: 320px) {
    /*	#addthis_wrap .addthis_button_pinterest_pinit,*/
    #addthis_wrap .addthis_counter {
        margin-top: 10px;
    }

    .yt-product-detail .product-add-box {
        margin-top: 10px;
    }
}

.sm-deal-wrap .item-title a:hover,
.box-1-contact .store-info .list-info .item-info .info-content > h2 a:hover,
.toolbar .pagination-wrap .pagination .pages ol li.current a,
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel .respl-tab-label,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a,
.slideshow-wrap .tp-caption.market-slide1-btn-shopnow a,
.language-currency ul li a.selected,
.language-currency ul li a:hover,
.aboutus-page .client-info-about .name,
.aboutus-page .our-member .info-member .cl-name > a,
#yt_footer a:hover,
.price-box,
.mega-product .block-mega-products .item-box-content .product-price .price-box,
.mega-product .block-mega-products .item-box-content .product-name a:hover,
.megamenu3 .mega3-content .inner .mega3-col a:hover,
.mini-cartpro .block-content .mini-products-list li.item .product-name a:hover,
.sm_megamenu_wrapper_horizontal_menu .mega-home-content ul li:hover:before,
#nav > li > ul li:hover:before,
.yt-copyright a,
.sm-cartpro .cartpro-products-inner .price-value, .sm-cartpro .cartpro-products-inner .qty-value,
a:hover,
a:focus {
    color: #3ab54a;
}

#yt_wrapper .header1-wrap .sm-serachbox-pro .sm-searbox-content .form-button.button:hover,
.mini-cartpro .block-title .show-cart-button:before,
#yt_wrapper .page-title h1:after,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a:before,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover:before,
#yt_main .sm-slider .page-button .control-button li:hover,
.quickview-main .add-to-cart .btn-cart,
#yt_wrapper .add-to-cart .btn-cart,
.quantity-box .quantity-controls:hover,
.yt-product-detail .more-views.slide-gallery .prev:hover,
.yt-product-detail .more-views.slide-gallery .next:hover,
.yt-product-detail .popup-btn.hidden-phone > a:hover,
.hotcate-wrap .btn-viewmore,
.toolbar .view-mode-wrap .view-mode a:hover,
.toolbar .view-mode-wrap .view-mode strong,
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover,
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover,
#yt_main .yt-product-detail .sm-slider .block-title span:after,
#yt_left .block-title span:after,
#yt_right .block-title span:after,
.carousel-control-wrap .carousel-control-tab:hover,
.sm_quickview_handler:hover,
.mini-cartpro .block-content .bottom-action .button-wrapper .link-button:hover,
.mini-cartpro .block-content .mini-products-list .item:hover .product-price .price,
.block-tags .tags-list li a:hover,
#yt_wrapper .button:hover,
#checkout-progress-state li.active,
#checkout-progress-wrapper .block-content dt.complete,
#checkout-progress-wrapper .block-content dt.complete a,
.catalog-product-compare-index .button:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span:hover,
.toolbar .select-inner ul li a:hover,
#confirmbox #btcancel:hover,
#confirmbox .button.btn-cart:hover > span,
#btcancel:hover,
#btccart span:hover,
#btcshop:hover span,
.pager li > a:hover, .pager li > a:focus, .pager li.current > a,
.sm-listing-deals .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:hover {
    background-color: #3ab54a;
}

.yt-product-detail .jCarouselLite li .cloud-zoom-gallery:hover,
.yt-product-detail .jCarouselLite li .cloud-zoom-gallery.actived,
.yt-product-detail .tab-product-detail .yt-tab-navi > li.active > a,
.yt-product-detail .tab-product-detail .yt-tab-navi > li > a:hover,
#yt_main .sm-slider .page-button .control-button li:hover,
.yt-product-detail .more-views.slide-gallery .prev:hover,
.yt-product-detail .more-views.slide-gallery .next:hover,
.basic-bestsale .bs-item-inner:hover .bs-image,
#yt_pathway ul.breadcrumbs li.home:hover,
#yt_pathway ul.breadcrumbs li a:hover,
.toolbar .pagination-wrap .pagination .pages ol li a.next:hover,
.toolbar .pagination-wrap .pagination .pages ol li a.previous:hover,
.carousel-control-wrap .carousel-control-tab:hover,
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab.tab-sel,
.sm_quickview_handler:hover,
.category-products .item .product-addcart .btn-cart:hover,
.yt-product-detail .add-to-links li a:hover {
    border-color: #3ab54a;
}

#yt_pathway ul.breadcrumbs li a:hover:before,
#yt_pathway ul.breadcrumbs li a:hover:after {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/green/breadcrumbs-right.png) no-repeat;
}

#yt_header .yt-menu-content {
    border-top: 2px solid #3ab54a;
}

#nav > li.level0:hover {
    border-color: #3ab54a;
}

.aboutus-page .why-list li:before {
    background-image: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/green/icon-whylist.png");
}

/*listingextend*/
.owl-theme .owl-buttons .owl-prev:hover,
.owl-theme .owl-buttons .owl-next:hover {
    background-color: #3ab54a;
    border: 1px solid #3ab54a;
}

.owl-theme .owl-pagination .owl-page.active .owl-numbers,
.owl-theme .owl-pagination .owl-page .owl-numbers:hover {
    color: #3ab54a;
}

/* INDEX 2016 */
.slider-ourmember .owl-pagination .owl-page:hover,
.slider-ourmember .owl-pagination .owl-page.active {
    background-color: #3ab54a;
}

.block-tags-sidebar .tags-list li a {
    border-color: #3ab54a;
}

/*BONUS PAGE*/

/* COLOR 2*/
.table-style-4 .table-container .table-column .table-content .table-header h3 {
    border-bottom: 1px solid #e88b14;
}

.table-style-4 .table-container .table-column .table-content .table-header .table-price {
    background-color: #e88b14;
}

/* END COLOR 2*/

.pricing-title h2:before,
.table-style-1 .table-container .table-column .table-content .table-detail .button-container a:hover,
.table-style-2 .table-container .table-column .table-content .button-container a:hover,
.table-style-2 .table-container .table-column .table-content .button-container a:before,
.table-style-4 .table-container .table-column .table-content .table-header,
.table-style-4 .table-container .table-column .table-content .button-container a,
.team-style-2 .team-container .team-inner .team-info,
.team-style-4 .team-container .team-inner .team-info .socials li a,
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button {
    background-color: #3ab54a;
}

.accordion-type-5 .panel-title a:hover,
.accordion-type-4 .panel-title a:hover,
.accordion-type-2 .panel-title a:hover,
.accordion-type-1 .panel-title a:hover,
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-header,
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-price .price,
.category-item .image-category .title-category h2 a:hover,
.link-list li a:hover,
.link-list li.category-link-title a,
.testimonials-style-1 .testimonials-info .name-client,
.events-list .item .event-info .bottom-info a,
.events-list .item .event-info .event-title h2 a:hover {
    color: #3ab54a;
}

.socials-popup li a:hover {
    background-color: #3ab54a;
    border-color: #3ab54a;
}

/*END BONUS PAGE*/

/* UPDATE 2018 */
.owl-nav > div:hover,
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
    background-color: #3ab54a;
    border-color: #3ab54a;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel{
    color: #3ab54a;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel{
    border-bottom: 1px solid #3ab54a;
}

.sm-deal-wrap .product-timer-wrap {
    background-color: #3ab54a;
}

.sm_quickview_handler {
    background-color: #3ab54a;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head:before {
    background-color: #3ab54a;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover > a,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_actived > a.sm_megamenu_head {
    color: #3ab54a;
}

.product-sidebar .product-image:hover {
    border-color: #3ab54a;
}

/* Css menu */
.vertical-menu .nav-menu > li > a:before {
    background-color: #3ab54a;
}

.vertical-menu .nav-menu li.active > a,
.vertical-menu .nav-menu li:hover > a {
    color: #3ab54a;
}

/* End css menu */

/* Header 1 */
.header-style-1 .links li a:hover,
.header-style-1 .links li:not(.inactive) a.top-link-myaccount,
.header-style-1 .show-cart-button:before,
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:before {
    background-color: #3ab54a;
}

.header-style-1 .mini-cartpro .detail-minicart .count-item,
.header-style-1 .mini-cartpro .detail-minicart .txt-item,
.header-style-1 .mini-cartpro .detail-minicart .total-price span,
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    color: #3ab54a;
}

/* End header 1 */

/* Header 2 */
.header-style-2 .customer-action-hd a {
    color: #3ab54a;
}

.header-style-2 .links li a:hover:before {
    color: #3ab54a;
}

.header-style-2 .sm-searbox-content .action button {
    background-color: #3ab54a;
}

.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    color: #3ab54a;
}

.header-style-2 .mini-cartpro .block-title .btn-toggle .detail-minicart {
    color: #3ab54a;
}

/* End header 2 */

/* Header 3 */
.header-style-3 .customer-action-hd a {
    color: #3ab54a;
}

.header-style-3 .links li a:hover:before {
    color: #3ab54a;
}

.header-style-3 .middle-right-content .call-us .call-us-content:before {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/green/phone.png);
}

.header-style-3 .mini-cartpro .block-title .btn-toggle .detail-minicart {
    color: #3ab54a;
}

.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:before {
    background-color: #3ab54a;
}

.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    color: #3ab54a;
}

.cms-index-index .header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-menu-parent > a {
    color: #3ab54a;
}

/* End header 3 */

/* Header 4 */
.header-style-4 .customer-action-hd a {
    color: #3ab54a;
}

.header-style-4 .links li a:hover:before {
    color: #3ab54a;
}

.header-style-4 .sm-searbox-content .action button {
    background-color: #3ab54a;
}

.header-style-4 .head-cart .show-cart-button {
    background-color: #3ab54a;
}

/* End header 4 */

/* Header 5 */
.header-style-5 .links li a:hover:before {
    color: #3ab54a;
}

.header-style-5 .middle-right-content .call-us .call-us-content:before {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/green/phone.png);
}

.header-style-5 .mini-cartpro .block-title .btn-toggle .detail-minicart {
    color: #3ab54a;
}

.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:before {
    background-color: #3ab54a;
}

.cms-index-index .header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-menu-parent > a,
.header-style-5 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    color: #3ab54a;
}

/* End header 5 */

/* Header 6 */
.header-style-6 .customer-action-hd a {
    color: #3ab54a;
}

.header-style-6 .links li a:hover:before {
    color: #3ab54a;
}

.header-style-6 .sm-searbox-content .action button {
    background-color: #3ab54a;
}

.header-style-6 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    color: #3ab54a;
}

.header-style-6 .mini-cartpro .block-title .btn-toggle .detail-minicart {
    color: #3ab54a;
}

.header-style-6 .horizontal-css .nav-menu li.active > a,
.header-style-6 .horizontal-css .nav-menu > li:hover > a {
    color: #3ab54a;
}

/* End header 6 */

/* Header 7 */
.header-style-7 .links li a:hover,
.header-style-7 .links li:not(.inactive) a.top-link-myaccount,
.header-style-7 .show-cart-button:before,
.header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:before {
    background-color: #3ab54a;
}

.header-style-7 .mini-cartpro .detail-minicart .count-item,
.header-style-7 .mini-cartpro .detail-minicart .txt-item,
.header-style-7 .mini-cartpro .detail-minicart .total-price span,
.header-style-7 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    color: #3ab54a;
}

/* End header 7 */

/* Header 8 */
.header-style-8 .links li a:hover,
.header-style-8 .links li:not(.inactive) a.top-link-myaccount,
.header-style-8 .show-cart-button:before,
.header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a:before {
    background-color: #3ab54a;
}

.header-style-8 .mini-cartpro .detail-minicart .count-item,
.header-style-8 .mini-cartpro .detail-minicart .txt-item,
.header-style-8 .mini-cartpro .detail-minicart .total-price span,
.header-style-8 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    color: #3ab54a;
}

/* End header 8 */

/* Home general */
.home-collection .collections .owl-carousel .item:hover {
    border-color: #3ab54a;
}

.sm-categories .content-box .child-cat .child-cat-title a:hover:before {
    background-color: #3ab54a;
}

.deal-full .deal-info .product-timer-wrap {
    background-color: #3ab54a;
}

.deal-full .owl-nav > div:hover {
    border-color: #3ab54a !important;
}

/* End home general */

/* Home 1*/
.home-page-1 .image-slider-home .owl-controls .owl-nav div:hover {
    background-color: #3ab54a;
}

.home-page-1 .sm-categories .title-home-page span {
    border-bottom: 2px solid #3ab54a;
}

/* End home 1*/

/* Home 2*/
.home-page-2 .sm-categories .title-home-page span {
    border-bottom: 2px solid #3ab54a;
}

.home-page-2 .block-tags .block-content .actions a:hover {
    background-color: #3ab54a;
}

/* End home 2*/

/* Home 3 */
.home-page-3 .yt-menu-content {
    border-top: 2px solid #3ab54a;
}

.home-page-3 .sm-categories .title-home-page span {
    border-bottom: 2px solid #3ab54a;
}

/* End home 3 */

/* Home 4*/
.home-page-4 .sm-categories .title-home-page span {
    border-bottom: 2px solid #3ab54a;
}

/* End home 4*/

/* Home 5 */
.home-page-5 .yt-menu-content {
    border-top: 2px solid #3ab54a;
}

.home-page-5 .collection-sidebar .collection-content .collection-list li:hover {
    border-color: #3ab54a;
}

.home-page-5 .sm-categories .title-home-page span {
    border-bottom: 2px solid #3ab54a;
}

.home-page-5 .slider-post-container .info-blog .readmore:hover {
    background-color: #3ab54a;
    border-color: #3ab54a;
}

/* End home 5 */

/* Home 6 */
.home-page-6 .sm-categories .title-home-page span {
    border-bottom: 2px solid #3ab54a;
}

.home-page-6 .slider-post-container .info-blog .readmore:hover {
    background-color: #3ab54a;
    border-color: #3ab54a;
}

.home-page-6 .collection-sidebar .collection-content .collection-list li:hover {
    border-color: #3ab54a;
}

/* End home 6 */

/* Home 7 */
.home-page-7 .slider-post-container .info-blog .readmore:hover {
    background-color: #3ab54a;
    border-color: #3ab54a;
}

.home-page-7 .sm-categories .title-home-page span {
    border-bottom: 2px solid #3ab54a;
}

/* End home 7 */

/* Home 8 */
.home-page-8 .slider-post-container .info-blog .readmore:hover {
    background-color: #3ab54a;
    border-color: #3ab54a;
}

.home-page-8 .clients-say-container .clientsay-wrap .clients-say-content .item .client-des {
    background-color: #3ab54a;
}

.home-page-8 .right-content-index .product-type-list .list-container .owl-carousel .owl-nav div:hover {
    border-color: #3ab54a;
}

/* End home 8 */

/* Footer */
.footer-container .socials-wrap ul .li-social a:hover {
    background-color: #3ab54a;
    border-color: #3ab54a;
}

.footer-container .block-subscribe-footer .form.subscribe .action-button button {
    background-color: #3ab54a;
}

#yt-totop{
    background-color: #3ab54a;
}

/* End footer */

/* Listing */
.item .product-addcart .btn-cart:hover {
    background-color: #3ab54a;
    border-color: #3ab54a;
}

.item .wishlist-compare a:hover {
    border-color: #3ab54a;
    color: #3ab54a;
}

/* End listing */

/* Detail */
.services-sidebar li .service-content .service-icon{
    color: #3ab54a;
}

.product-add-box .add-to-links{
    margin: 0 2px;
}

.product-add-box .add-to-links li{
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
}

.product-add-box .add-to-links li a{
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 40px;
}

.product-add-box .add-to-links li .link-wishlist:before{
    content: "\f004";
    font-family: FontAwesome;
    font-size: 14px;
}

.product-add-box .add-to-links li .link-compare:before{
    content: "\f080";
    font-family: FontAwesome;
    font-size: 14px;
}

.product-add-box .add-to-links li a span{
    display: none;
}
/* End detail */

/* END UPDATE 2018 */

/* Responsive */

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-1 .sm-searbox-content .action button {
        background-color: #3ab54a !important;
    }

    .header-style-2 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-4 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-5 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-6 .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-7 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-7 .sm-searbox-content .action button {
        background-color: #3ab54a !important;
    }

    .header-style-8 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-8 .sm-searbox-content .action button {
        background-color: #3ab54a !important;
    }
}

@media (max-width: 767px) {
    .header-style-1 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-1 .sm-searbox-content .action button {
        background-color: #3ab54a !important;
    }

    .header-style-1 .links li a:hover {
        background-color: #3ab54a !important;
        border-color: #3ab54a !important;
    }

    .header-style-2 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-4 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-5 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-5 .sm-searbox-content .form-search .action button {
        background-color: #3ab54a;
    }

    .header-style-6 .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-7 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-7 .sm-searbox-content .action button {
        background-color: #3ab54a !important;
    }

    .header-style-7 .links li a:hover {
        background-color: #3ab54a !important;
        border-color: #3ab54a !important;
    }

    .header-style-8 .yt-header-bottom .btn-navbar {
        background-color: #3ab54a;
    }

    .header-style-8 .sm-searbox-content .action button {
        background-color: #3ab54a !important;
    }

    .header-style-8 .links li a:hover {
        background-color: #3ab54a !important;
        border-color: #3ab54a !important;
    }
}

@media (max-width: 480px) {

}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    clear: both;
    content: '';
    display: table;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    text-transform: uppercase;
}

.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.swatch-link .x {
    background: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/images/bg_x.png) center no-repeat transparent;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    z-index: 10;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    left: 0;
    position: absolute;
    top: 0;
    /*border: 1px solid #fff;*/
}

.configurable-swatch-list {
    clear: both;
}

.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.configurable-swatch-list .not-available .swatch-label {
    background: #fff;
    color: #aaa;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}

#narrow-by-list dd .swatch-label {
    border: 1px solid #ddd;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}

#narrow-by-list dd .configurable-swatch-list li a:hover .swatch-label {
    border-color: #3399cc;
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #3399cc;
}

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

.configurable-swatch-box .validation-advice {
    background: #df280a;
    border-radius: 3px;
    color: #fff !important;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 2px 5px !important;
}

.configurable-product option {
    background-color: #fafafa;
}

.configurable-product option:not(:disabled) {
    background-color: #fff;
}
.postWrapper {
    padding-bottom: 30px;
    float: left;
    clear: both;
}
.postWrapper .postContent p{
    display: inline;
    text-align: justify;
}
.postWrapper .tags{
    margin-top: 10px;
}
.postWrapper .tags h4{
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}
.detail-blog .postWrapper{
    padding-bottom: 0px;
}
.postWrapper .postContent .aw-blog-read-more{
    margin-left: 10px;
    text-decoration: underline;
}
.postWrapper .postContent > p > img,
.postWrapper .postContent > img{
    float: left;
    margin-right: 30px;
}
.postTitle {
    margin-bottom: 10px;
}
#postComment h4,
.postTitle h2 {
    font-size: 133%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-family: inherit;
}
#postComment h4{
    margin: 20px 0;
}
.postTitle h3 {
    color: #909090;
    font-size: 91.6%;
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/aw_blog/images/ico-date.png);
    background-repeat: no-repeat;
    padding-left: 16px;
    margin-top: 10px;
}
.detail-blog .postWrapper .postContent > p > img,
.detail-blog .postWrapper .postContent > img{
    float: none;
}
.detail-blog .postContent {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    float: left;
}
.detail-blog .postContent img {
    margin: 20px 0;
}
#postComment #comment{
    width: 90%;
}
#postComment .button-set{
    width: 100% !important;
}
#postComment .form-button{
    float: right;
}
.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
    font-family: inherit;
    font-weight: bold;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories {
    margin: 0;
}
.block-blog .menu-categories,
.menu-recent{
    margin-bottom: 20px;
}
.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}
.block-blog .menu-categories UL LI ,
.block-blog .menu-recent UL LI {
    border-bottom: 1px dotted #ddd;
    padding: 7px 0;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
 
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.pcmeal.com.au/skin/frontend/pcmeal/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/*#postComment .form-list .row1{
    width: 50%;
    float: left;
}
#postComment .form-list .row1 input{
    width: 80%;
}*/
#postComment .form-list .input-box label{
    width: 10%;
    float: left;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.mini-cart-header {
    display: inline-block;
}

.block.sm-cartpro {
    display: inline-block;
    margin: 0;
}

.sm-cartpro .cartpro-title {
    cursor: pointer;
}

.sm-cartpro .cartpro-message {
    display: none;
    text-align: center;
    padding: 0 0 10px 0;
}

.sm-cartpro .cartpro-success {
    color: green;
}

.sm-cartpro .cartpro-error {
    color: #FF0000;
}

.sm-cartpro .cartpro-title .cartpro-label {
    display: inline;
}

.sm-cartpro .cartpro-content {
    background: #FFF;
    border: solid 1px #eee;
    position: absolute;
    z-index: 200;
    top: 44px;
    right: 0;
    width: 320px;
    padding: 20px;
    display: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sm-cartpro .cartpro-content::before, .sm-cartpro .cartpro-content::after {
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sm-cartpro .cartpro-content::after {
    background-image: url("https://www.pcmeal.com.au/skin/frontend/pcmeal/default/sm/cartpro/images/ajax_loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
}

.sm-cartpro .cartpro-content.loading::before, .sm-cartpro .cartpro-content.loading::after {
    display: block;
}

.sm-cartpro .cartpro-content .empty {
    text-align: center;
    padding: 10px 0;
}

.sm-cartpro .cartpro-content .cartpro-products {
    max-height: 350px;
    overflow: auto;
}

.sm-cartpro .cartpro-products-inner {
    margin: 0;
    padding: 0;
}

.sm-cartpro .cartpro-products-inner .item {
    margin: 0 0 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #dddddd;
}

.sm-cartpro .cartpro-products-inner .product-image {
    float: left;
    min-width: 50px;
    border: 1px solid #ededed;
    display: block;
    position: relative;
    margin-right: 10px;
}

.sm-cartpro .cartpro-products-inner .product-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 40px;
}

.sm-cartpro .cartpro-products-inner .product-action {
    position: absolute;
    right: 0;
    top: 0;
}

.sm-cartpro .cartpro-products-inner .product-action .btn-edit {
    margin-right: 5px;
}

.sm-cartpro .cartpro-products-inner .product-action .btn-edit:before {
    content: "\f040";
    font-family: 'FontAwesome';
    font-size: 13px;
}

.sm-cartpro .cartpro-products-inner .product-action .remove:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 14px;
}

.sm-cartpro .cartpro-products-inner .product-action .remove span,
.sm-cartpro .cartpro-products-inner .product-action .btn-edit span {
    display: none;
}

.sm-cartpro .cartpro-products-inner .product-details {
    overflow: hidden;
    position: relative
}

.sm-cartpro .cartpro-products-inner .price-label, .sm-cartpro .cartpro-products-inner .qty-label {
    padding-right: 10px;
}

.sm-cartpro .cartpro-products-inner .price-value, .sm-cartpro .cartpro-products-inner .qty-value {
    clear: right;
}

.sm-cartpro .cartpro-products-inner .product-price {
    margin: 5px 0 7px;
}

.sm-cartpro .cartpro-products-inner .qty-value input {
    height: 34px;
    margin-right: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    width: 3.2em;
    margin-left: 12px;
}

.sm-cartpro .cartpro-products-inner .quantity-button {
    opacity: 0;
    transition-duration: 100ms;
    transition-property: opacity;
    background: none repeat scroll 0 0 #3399cc;
    border: 0 none;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    padding: 9px 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
    cursor: default;
}

.sm-cartpro .cartpro-products-inner .quantity-button.visible {
    opacity: 1;
    cursor: pointer;
}

.sm-cartpro .cartpro-subtotal {
    background-color: #dddddd;
    line-height: 2em;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 10px;
}

.sm-cartpro .cartpro-subtotal .label {
    text-transform: uppercase;
    color: inherit;
    font-size: 100%;
    font-weight: bold;
}

.sm-cartpro .cartpro-subtotal .price {
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
}

.sm-cartpro .cartpro-actions {
    text-align: center;
    overflow: hidden;
}

.sm-cartpro .cartpro-actions .cartpro-checkout {
    float: none;
    text-align: center;
    max-width: 100%;
}

.sm-cartpro .cartpro-actions .cartpro-checkout li {
    margin: 0 0 15px;
    vertical-align: top;
    text-transform: uppercase;
}

.sm-cartpro .cartpro-actions .cartpro-checkoutli:first-child {
    margin-left: 0;
}

.sm-cartpro .cartpro-actions .cartpro-checkout li::after {
    clear: both;
    content: "";
    display: table;
}

.sm-cartpro .cartpro-actions .checkout-button {
    border: 0 none;
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.cartpro-head {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.sm-cartpro .cartpro-actions .checkout-button:hover {
    cursor: pointer;
    background: none repeat scroll 0 0 #2e8ab8;
}

.sm-cartpro:hover.cartpro-hover .cartpro-content, .sm-cartpro.cartpro-hover .cartpro-content {
    display: block;
}

.sm-cartpro .item-options {
    font-size: 14px;
}

.sm-cartpro .item-options:after {
    content: '';
    display: table;
    clear: both;
}

.sm-cartpro.item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 5px;
    font-style: italic;
}

.sm-cartpro.item-options dt:after {
    content: ': ';
}

.sm-cartpro .item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px;
}

.sm-cartpro .truncated, .sm-cartpro .truncated a.dots {
    cursor: help;
    display: inline-block;
}

.sm-cartpro .truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}

.sm-cartpro .truncated a.details:hover {
    text-decoration: none;
}

.sm-cartpro .truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}

.sm-cartpro .truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 185px;
    padding: 8px;
    border: 1px solid #3399cc;
    background-color: #F6F6F6;
    top: auto;
    left: 0;
    bottom: 5px;
}

.sm-cartpro .truncated .truncated_full_value .item-options dt{
    float: left;
}

.sm-cartpro .truncated .truncated_full_value .item-options dd{
    margin: 0 20px 0 0;
}

.sm-cartpro .truncated .truncated_full_value .item-options:after {
    border-color: #3399cc transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    top: auto;
}

.sm-cartpro .truncated .truncated_full_value .item-options dt::before{
    content: "";
    display: block;
    clear: both;
}

.sm-cartpro .truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sm-cartpro .truncated .show .item-options {
    display: block;
}

.cartpro-process {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.cartpro-process.cartpro-show {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.cartpro-modal {
    position: fixed;
    top: -9999;
    right: 0;
    bottom: auto;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.cartpro-modal.cartpro-show {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.cartpro-modal .cpmodal-wrapper, .cartpro-process .cartpro-loadmark {
    width: 200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.cartpro-process .cartpro-imageload {
    background: none repeat scroll 0 0 #E1EFFA;
    border: 2px solid #3399cc;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    color: #3399cc;
    padding: 15px 20px;
    opacity: 0.8;
}

.cartpro-process .cartpro-imageload img {
    display: inline-block;
    vertical-align: middle;
}

.cartpro-modal .cpmodal-wrapper {
    width: 400px;
    background: none repeat scroll 0 0 #FFF;
    text-align: center;
    padding: 15px 10px 10px;
}

.cartpro-modal .cpmodal-message {
    padding: 0 0 10px 0;
    border-bottom: 2px solid #CCC;
    margin-bottom: 10px;
}

.cartpro-modal .cpmodal-close {
    color: #999;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 10px;
    position: absolute;
    right: 2px;
    top: 2px;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
}

.cartpro-modal .cpmodal-close:hover {
    color: #3399cc;
}

.cartpro-modal .cpmodal-time:before {
    content: " (";
}

.cartpro-modal .cpmodal-time:after {
    content: ")";
}

.cartpro-modal .cpmodal-time.cartpro-hidden {
    display: none;
}

.cartpro-modal .cpmodal-button {
    background: none repeat scroll 0 0 #3399cc;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    margin: 5px 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.cartpro-modal .cpmodal-button.cartpro-hidden {
    display: none;
}

.cartpro-modal.cartpro-options .cpmodal-message, .cartpro-modal.cartpro-options .cpmodal-action {
    display: none;
}

.cartpro-modal .cpmodal-message.cp-error {
    display: block;
    color: #FF0000;
}

.product-view.cartpro-product .product-shop, .cartpro-modal .product-view .product-shop {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0px;
}

.product-view.cartpro-product .add-to-cart-wrapper {
    float: none;
    width: 100%;
    padding: 0px;
}

.product-view.cartpro-product .product-shop .product-name {
    float: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.product-view.cartpro-product .product-shop .extra-info {
    float: none;
    margin: 0;
}

.cartpro-modal .cartpro-frame {
    border: none;
    overflow: auto;
}

.cartpro-modal .cartpro-frame html, .cartpro-modal .cartpro-frame body {
    height: auto;
}

.product-view.cartpro-product .grouped-items-table-wrapper {
    padding: 0;
    margin: 0 0 0 0;
}

.product-view.cartpro-product .product-shop .availability {
    font-size: 12px;
    text-transform: uppercase;
}

.product-view.cartpro-product .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right;
}

.product-view.cartpro-product .product-shop .extra-info, .product-view.cartpro-product .product-shop .price-info {
    margin: 0 0 5px 0;
}

.product-view.cartpro-product .product-shop .price-box {
    margin-bottom: 0;
    display: none;
}

.product-view.cartpro-product .product-options {
    border: 1px solid #cccccc;
    clear: both;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 100%;
}

.product-view.cartpro-product .add-to-links {
    margin: 0;
}

.product-view.cartpro-product .product-shop .price-box .regular-price .price,
.product-view.cartpro-product .product-shop .price-box .special-price .price,
.product-view.cartpro-product .product-shop .price-box .full-product-price .price {
    color: #3399cc;
    font-size: 20px;
}

/*STYLE*/
.block-cart {
    font-size: 100%;
}

.mini-cartpro.block {
    border: none;
    position: relative;
    float: right;
}

.mini-cartpro .block-content:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: absolute;
    right: 50px;
    left: auto;
    top: -6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.mini-cartpro .block-title .show-cart-button {
    position: relative;
}

.mini-cartpro .block-title .btn-toggle:hover {
    cursor: pointer;
}

.mini-cartpro .block-title .btn-toggle .detail-minicart {
    line-height: 100%;
}

.mini-cartpro .block-title .btn-toggle .detail-minicart p {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
}


.deal_title_text {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.sm-deal {
	margin-top: 30px;
	margin-left: -30px;
	overflow: hidden;
}

.sm-deal .deal-items {
	margin: 0;
	padding: 0;	
	width: 100%;
	overflow: hidden;
}

.sm-deal .deal-items .deal-item {
	float: left;
	overflow: hidden;
	padding-left: 30px;
	margin-bottom:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.sm-deal .deal-items .deal-item .deal-item-inner {
	padding: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.sm-deal .deal-items .deal-item .deal-image {
	max-width: 100%;
	margin: 0;
	padding-bottom: 10px;
}

.sm-deal .deal-items .deal-item .deal-image img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.sm-deal .deal-items .deal-item .deal-detail {
	text-align: right;
}

.sm-deal .deal-title {
	margin-bottom: 10px;
}

.sm-deal .deal-description {
	margin-bottom: 5px;
	line-height: 18px;
	word-wrap: break-word;
}

.sm-deal .deal-review {
	margin-bottom: 5px;
}

.sm-deal .deal-review .ratings {
	margin: 0;
}

.sm-deal .deal-review .rating-box {
	margin-right: 5px;
}

.sm-deal .deal-review .rating-links {
	padding-top: 1px;
}

.sm-deal .deal-btn-addtocart {
	margin-bottom: 10px;
}

.sm-deal .add-to-links {
	margin: 0;
}

.sm-deal .deal-items .deal-image:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*CSS Responsive*/
@media all and (max-width: 767px) {
	.sm-deal .deal-resp04-6 .deal-item {
		width: 16.666%;
	}

	.sm-deal .deal-resp04-5 .deal-item {
		width: 20%;
	}

	.sm-deal .deal-resp04-4 .deal-item {
		width: 25%;
	}

	.sm-deal .deal-resp04-3 .deal-item {
		width: 33.333%;
	}

	.sm-deal .deal-resp04-2 .deal-item {
		width: 50%;
	}

	.sm-deal .deal-resp04-1 .deal-item {
		width: 100%;
	}

	.sm-deal .deal-resp04-1 .clr1,
	.sm-deal .deal-resp04-2 .clr2,
	.sm-deal .deal-resp04-3 .clr3,
	.sm-deal .deal-resp04-4 .clr4,
	.sm-deal .deal-resp04-5 .clr5,
	.sm-deal .deal-resp04-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.sm-deal .deal-resp03-6 .deal-item {
		width: 16.666%;
	}

	.sm-deal .deal-resp03-5 .deal-item {
		width: 20%;
	}

	.sm-deal .deal-resp03-4 .deal-item {
		width: 25%;
	}

	.sm-deal .deal-resp03-3 .deal-item {
		width: 33.333%;
	}

	.sm-deal .deal-resp03-2 .deal-item {
		width: 50%;
	}

	.sm-deal .deal-resp03-1 .deal-item {
		width: 100%;
	}

	.sm-deal .deal-resp03-1 .clr1 {
		clear: both;
	}

	.sm-deal .deal-resp03-2 .clr2 {
		clear: both;
	}

	.sm-deal .deal-resp03-3 .clr3 {
		clear: both;
	}

	.sm-deal .deal-resp03-4 .clr4 {
		clear: both;
	}

	.sm-deal .deal-resp03-5 .clr5 {
		clear: both;
	}

	.sm-deal .deal-resp03-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.sm-deal .deal-resp02-6 .deal-item {
		width: 16.666%;
	}

	.sm-deal .deal-resp02-5 .deal-item {
		width: 20%;
	}

	.sm-deal .deal-resp02-4 .deal-item {
		width: 25%;
	}

	.sm-deal .deal-resp02-3 .deal-item {
		width: 33.333%;
	}

	.sm-deal .deal-resp02-2 .deal-item {
		width: 50%;
	}

	.sm-deal .deal-resp02-1 .deal-item {
		width: 100%;
	}

	.sm-deal .deal-resp02-1 .clr1,
	.sm-deal .deal-resp02-2 .clr2,
	.sm-deal .deal-resp02-3 .clr3,
	.sm-deal .deal-resp02-4 .clr4,
	.sm-deal .deal-resp02-5 .clr5,
	.sm-deal .deal-resp02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1200px) {
	.sm-deal .deal-resp01-6 .deal-item {
		width: 16.666%;
	}

	.sm-deal .deal-resp01-5 .deal-item {
		width: 20%;
	}

	.sm-deal .deal-resp01-4 .deal-item {
		width: 25%;
	}

	.sm-deal .deal-resp01-3 .deal-item {
		width: 33.333%;
	}

	.sm-deal .deal-resp01-2 .deal-item {
		width: 50%;
	}

	.sm-deal .deal-resp01-1 .deal-item {
		width: 100%;
	}

	.sm-deal .deal-resp01-1 .clr1,
	.sm-deal .deal-resp01-2 .clr2,
	.sm-deal .deal-resp01-3 .clr3,
	.sm-deal .deal-resp01-4 .clr4,
	.sm-deal .deal-resp01-5 .clr5,
	.sm-deal .deal-resp01-6 .clr6 {
		clear: both;
	}
}


.fontis-postcode-autocomplete {
    z-index: 999;
}
.fontis-postcode-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}
.fontis-postcode-autocomplete li {
    border-bottom: 1px solid #f4eee7;
    margin-bottom: 5px;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}
.fontis-postcode-autocomplete li .amount {
    float: right;
    font-weight: bold;
}
.fontis-postcode-autocomplete li.odd {
    background-color: #fffefb;
}
.fontis-postcode-autocomplete li.selected {
    background-color:#f7e8dd;
}

