@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
/*!
 * ../bootstrap v3.3.1 (http://get../bootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/../bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

  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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
}

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;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

.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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 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;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

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

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

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

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

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

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

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

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

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

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
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.42857;
}

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.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-left: 15px;
  padding-right: 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, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

th {
  text-align: left;
}

table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table.table > thead > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > th,
table.table > tbody > tr > td,
table.table > tfoot > tr > th,
table.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table.table > caption + thead > tr:first-child > th,
table.table > caption + thead > tr:first-child > td,
table.table > colgroup + thead > tr:first-child > th,
table.table > colgroup + thead > tr:first-child > td,
table.table > thead:first-child > tr:first-child > th,
table.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.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-"] {
  position: static;
  float: none;
  display: table-column;
}

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

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

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

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

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

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

input[type="range"] {
  display: block;
  width: 100%;
}

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control {
  line-height: 30px;
}
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control {
  line-height: 46px;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
  padding-left: 0;
  padding-right: 0;
}

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

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

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control {
  height: auto;
}

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

select.input-lg, .form-horizontal .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

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

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

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

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

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

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

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

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}


/*!
 * 
 * RT-Theme 19 Main CSS File
 * Copyright 2014 RT-Themes
 * http://rtthemes.com
 * 
 */
/**
 * -------------------------------------------------------------------------
 * 
 * Table of Contents
 *
 * - STRUCTURE
 * ----- Body
 * ----- Left Side
 * ----- Right Side
 * ----- Top Bar
 * ----- Sub Page Header Row
 * ----- Main Content Holder & Rows
 * ----- Footer
 * ----- VC Related Fixes
 * - NAVIGATION
 * - DESIGN ELEMENTS
 * ----- Grid Borders
 * ----- Featured Images
 * ----- Select Box
 * ----- Parallax Backgrounds
 * ----- Read More Links
 * ----- Lists
 * - PRODUCTS
 * - PORTFOLIO
 * ----- Filter navigation
 * - BLOG
 * ----- Article Box style
 * ----- Author Info
 * ----- Search Results
 * ----- Featured Media Positions
 * ----- Comments
 * - TEAM
 * - SHORTCODES
 * ----- Content Slider
 * ----- Timelines
 * ----- Icon Lists
 * ----- Chained Contents
 * ----- Dividers
 * ----- Pricing Tables
 * ----- Buttons
 * ----- Banners
 * ----- Toggles ( Accordions )
 * ----- Tabs
 * ----- Content Box With Icons
 * ----- Content Box With Images
 * ----- Heading Shortcode
 * ----- Photo Gallery
 * ----- Highlights
 * ----- Google Maps
 * ----- Info Boxes
 * ----- Counter
 * - TYPOGRAPHY
 * ----- Links
 * ----- Headings
 * - ANIMATIONS
 * - HELPERS
 * - WIDGETS 
 * - BREADCRUMB MENU
 * - PAGINATION
 * - SOCIAL MEDIA
 * - CAROUSELS
 * - TESIMONIALS
 * - FORMS
 * ----- Contact Form (native)
 * ----- Contact Form 7 (plugin)
 * ----- Gravity Forms (plugin)
 * - TABLES
 * - PAGE LOADING EFFECT
 * - MEDIA QUERIES
 *  -------------------------------------------------------------------------
 */
/* ==========================================================================
   GLOBAL STRUCTURE
   ========================================================================== */
/* Body
   ========================================================================== */
body {
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Main Content Holder & Rows
   ========================================================================== */
#container {
  position: relative;
}

#main_content {
  padding: 0;
  position: relative;
  z-index: 2;
  clear: both;
}
#main_content > .content_row {
  margin-bottom: 0;
  max-width: 1180px;
  z-index: 1;
  border-width: 0;
  border-style: solid;
  overflow: hidden;
}
#main_content > .content_row:before, #main_content > .content_row:after {
  content: " ";
  display: table;
}
#main_content > .content_row:after {
  clear: both;
}
#main_content > .content_row .content_row, #main_content > .content_row .row {
  margin-left: -15px;
  margin-right: -15px;
}
#main_content > .content_row.fullwidth {
  max-width: 100%;
  width: 100%;
}
#main_content > .content_row:first-child {
  margin-top: 0;
}
#main_content .border-top {
  border-top-width: 1px;
  border-top-style: solid;
}
#main_content .border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

body.layout1 #main_content.alt-style-1, body.layout2 #main_content.alt-style-1 {
  -webkit-box-shadow: 0 -3px 2px -3px rgba(0, 0, 0, 0.07) inset, 0 3px 2px -3px rgba(0, 0, 0, 0.07) inset;
  box-shadow: 0 -3px 2px -3px rgba(0, 0, 0, 0.07) inset, 0 3px 2px -3px rgba(0, 0, 0, 0.07) inset;
}
body.layout1 #main_content.alt-style-1:first-child, body.layout2 #main_content.alt-style-1:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* overlapped row */
#main_content > .content_row.overlap {
  margin-top: -40px;
  z-index: 999999;
  position: relative;
  width: 100%;
}

.layout1 #main_content > .content_row.overlap {
  display: inline-block;
  margin-bottom: -6px;
}

.centered-contents #main_content > .content_row.overlap {
  display: block;
}

.centered-contents #main_content > .content_row.overlap, .centered-contents #main_content > .content_row,
.centered-contents #footer > .content_row {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

#main_content > .content_row.overlap:first-child {
  margin-top: 0;
}

/* overwrite bootsrap rows */
.row {
  margin: 0;
}

/* Content Row Wrapper */
.content_row_wrapper {
  max-width: 1180px;
  display: block;
  width: 100%;
  padding: 25px 10px;
}
.content_row_wrapper:before, .content_row_wrapper:after {
  content: " ";
  display: table;
}
.content_row_wrapper:after {
  clear: both;
}
.content_row_wrapper.fullwidth {
  max-width: 100%;
  width: 100%;
}
.content_row_wrapper.nopadding > .vc_col-sm-12, .content_row_wrapper.nopadding > .col-sm-12 {
  padding: 0;
}

.vc_inner > .content_row_wrapper {
  padding: 0;
}

/* Column Gaps */
.rt-column-gaps > div > .vc_column_container > .wpb_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-column-gaps > .content_row_wrapper {
  max-width: 1210px;
}

.centered-contents .content_row_wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* nested columns fix for fixed heights */
.fixed_heights .wpb_column:not(.vc_col-sm-12) .wpb_column {
  height: auto !important;
  min-height: auto !important;
}

.content-row-video-overlay, .content-row-video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.has-video-bg {
  position: relative;
  overflow: hidden;
}

.has-bg-overlay {
  position: relative;
  overflow: hidden;
}

.js .animate-cols > .content_row_wrapper .wpb_column {
  opacity: 0;
}

.sidebar {
  border-style: solid;
}

.sidebar.right {
  border-width: 0 0 0 1px;
}

.sidebar.left {
  border-width: 0 1px 0 0;
}

.content.right {
  float: right;
}

/* Content Alignments */
.content_row_wrapper.align-contents {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_row_wrapper.align-contents:before, .content_row_wrapper.align-contents:after {
  display: none;
}
.content_row_wrapper.align-contents.content-align-bottom {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.content_row_wrapper.align-contents.content-align-bottom > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.content_row_wrapper.align-contents.content-align-bottom > div > * {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.content_row_wrapper.align-contents.content-align-middle {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.content_row_wrapper.align-contents.content-align-middle > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.content_row_wrapper.align-contents.content-align-middle > div > * {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

/* VC Related Fixes
   ========================================================================== */
/* VC Replicas */
.rt_content_element {
  margin-bottom: 15px;
}

.col > *:last-child {
  margin-bottom: 0;
}

/* VC Overwrites */
.layout1:not(.centered-contents) #main_content .wpb_row {
  margin-left: 0;
  margin-right: 0;
}

#main_content > .wpb_row > .wpb_column {
  padding-left: 20px;
  padding-right: 20px;
}

.content_row_wrapper .wpb_content_element {
  margin-bottom: 15px;
}

.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%;
}

.content_row .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}

.wpb_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0;
}

.content_row.full-height-row:not(.row-content-top) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content_row.full-height-row:not(.row-content-top).row-content-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.content_row.full-height-row:not(.row-content-top).row-content-bottom > .content_row_wrapper {
  margin-top: initial;
  margin-bottom: initial;
}
.content_row.full-height-row:not(.row-content-top).row-content-middle {
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

/* SiteOrigin Related Fixes
   ========================================================================== */
.siteorigin-panels .no-composer > .content_row_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

/* Layout 2 Related Codes
   ========================================================================== */
#main_content .content_row, .content_row, .content_row_wrapper {
  margin: auto;
}

/* Header
   ========================================================================== */
.top-header {
  max-width: 1180px;
  margin: auto;
  top: -400px;
  -webkit-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
.top-header.fullwidth {
  position: fixed !important;
  top:0;
  left: 0;
  right:0;
  z-index: 299;
  max-width: 100%;
   -webkit-transform: translateZ(0);
  padding: 0;
  -webkit-transition: top 0.3 linear;
  -o-transition: top 0.3 linear;
  transition: top 0.3 linear;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
 }
.top-header.stuck {
  position: fixed;
  width: 100%;
  z-index: 299;
  top: 0;
  -webkit-transform: translateZ(0);
  padding: 0;
  -webkit-transition: top 0.3 linear;
  -o-transition: top 0.3 linear;
  transition: top 0.3 linear;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
}
.top-header.stuck.default {
  left: calc(50% - 1180px / 2);
}
.top-header.stuck #navigation > li > a, .top-header.stuck #tools > ul > li > span:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-header.stuck .site-logo {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 200px;
}
.top-header.stuck .header-right {
  position: relative;
}
.top-header.stuck .header-elements {
  min-height: 100% !important;
}
.top-header.stuck .site-logo img:first-child {
  display: none;
}
.top-header.stuck .site-logo img:last-child {
  display: block;
}

.admin-bar .top-header.stuck {
  top: 32px;
}

.top-header.stuck {
  padding: 0;
}

.header-elements {
  max-width: 1180px;
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
}
.header-elements:before, .header-elements:after {
  content: " ";
  display: table;
}
.header-elements:after {
  clear: both;
}
.header-elements.fullwidth {
  max-width: 100%;
}

/* desktop view logo */
#logo {
  float: left;
}

#logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.sticky_logo {
  display: none;
}

.site-logo .sitename {
  display: table;
}

.site-logo .sitename > a {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  text-decoration: none;
  line-height: 100%;
}

/* mobile menu button */
.mobile-menu-button {
  cursor: pointer;
  font-size: 24px;
  left: 0px;
  margin-top: -26px;
  padding: 10px;
  position: absolute;
  top: 50%;
  z-index: 99999;
  display: none;
}

.header-right {
  float: right;
  text-align: right;
}

.header-right > nav {
  float: left;
  text-align: left;
}

/* Tools */
#tools {
  float: left;
  border-width: 0;
  border-style: solid;
  text-align: left;
}
#tools > ul:first-child {
  display: none;
}
#tools > ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
#tools > ul:before, #tools > ul:after {
  content: " ";
  display: table;
}
#tools > ul:after {
  clear: both;
}
#tools > ul > li {
  float: left;
}
#tools > ul > li > span {
  border-width: 0 1px 0 0;
  border-style: solid;
  cursor: default;
  text-align: center;
}
#tools > ul > li:last-child > span {
  border-width: 0;
}
#tools > ul > li > span:first-child {
  display: block;
  padding: 30px 20px;
  position: relative;
}
#tools > ul > li > span:before {
  text-align: center;
}
#tools > ul > li > span:first-child:hover {
  opacity: 0.7;
}
#tools > ul span > sub {
  font-size: 11px;
  bottom: 0;
  margin-left: 2px;
}
#tools > ul .cart .number {
  background: #BA1111;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  visibility: visible;
  font-family: arial !important;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  left: 50%;
  top: calc( 50% - 19px);
  margin-left: 5px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  width: 18px;
  color: #fff;
}
#tools > ul .cart .number.empty {
  visibility: hidden;
}
#tools > ul input[type="submit"] {
  background: rgba(102, 102, 102, 0.42);
}
#tools > ul input[type="submit"]:hover {
  background: rgba(102, 102, 102, 0.52);
}
#tools #tools .widget > h5 {
  margin-bottom: 10px;
}
#tools > ul > li > div {
  display: none;
  width: 238px;
}
#tools > ul > li:hover > div {
  border-width: 1px 0 0 0;
  border-style: solid;
  display: block;
  right: 0;
  padding: 20px;
  position: absolute;
  z-index: 999;
}

/* Sub Page Header Row
   ========================================================================== */
.sub_page_header {
  position: relative;
  overflow: hidden;
}
.sub_page_header .page-title {
  padding: 50px 0 70px 0;
}
.sub_page_header .page-title h1 {
  font-size: 34px;
  display: inline;
}
.sub_page_header .content_row_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.sub_page_header.center-style > .content_row_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sub_page_header.center-style .content_row_wrapper.underlap {
  padding-bottom: 70px;
}
.sub_page_header.center-style .page-title {
  max-width: 100%;
  text-align: center;
  padding: 10px 0;
}

/* Footer
   ========================================================================== */
#footer {
  z-index: 1;
  width: 100%;
}
#footer > .content_row {
  max-width: 1180px;
  width: 100%;
}
#footer > .content_row.fullwidth {
  max-width: 100%;
  width: 100%;
}
#footer > .content_row_wrapper {
  padding: 0 10px;
}
#footer.fixed_footer {
  bottom: 0;
  position: fixed;
  -webkit-transform: translateZ(0);
}
#footer .footer_widgets {
  padding: 40px 0;
}
#footer .footer_info_bar {
  border-width: 1px 0 0 0;
  border-style: solid;
}
#footer .footer_info_bar > div > div > *:first-child li {
  border-width: 0;
  padding-left: 0;
}
#footer .copyright {
  float: left;
  margin-right: 10px;
}

#footer-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#footer-navigation li {
  float: left;
  padding: 0 10px;
  border-style: solid;
  border-width: 0 0 0 1px;
}

/* Gutenberg
   ========================================================================== */
.no-sidebar .alignfull,
.no-sidebar .alignwide {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
}
.no-sidebar .alignfull img,
.no-sidebar .alignwide img {
  width: 100%;
}

.wp-block-pullquote {
  border-left: 0;
}

@media only screen and (min-width: 950px) {
  .no-sidebar .alignwide {
    margin-left: -50px;
    margin-right: -50px;
    max-width: calc( 100% + 100px );
  }
}
/* ==========================================================================
   MAIN NAVIGATION
   ========================================================================== */
/* Desktop Navigation
   ========================================================================== */
#navigation {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#navigation > li {
  position: relative;
  display: inline-block;
  float: left;
}
#navigation > li > a {
  padding: 30px 20px 30px 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-width: 0 1px 0 0;
  border-style: solid;
}
#navigation > li > a:hover, #navigation > li.current-menu-ancestor > a, #navigation > li.current-menu-item > a {
  text-decoration: none;
}
#navigation a > span {
  display: block;
  font-size: 85%;
}
#navigation ul {
  display: none;
  position: absolute;
  width: 240px;
  list-style: none outside none;
  z-index: 99999;
  margin: 0;
  padding: 0;
  text-align: left;
}
#navigation ul li {
  position: relative;
}
#navigation ul li a {
  padding: 10px 20px 10px 20px;
  display: block;
  border-style: solid;
  border-width: 0 0 1px 0;
  text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li > .current-menu-ancestor > a {
  text-decoration: none;
}
#navigation ul ul {
  margin-left: 240px;
  top: 0;
}
#navigation ul ul ul {
  top: 0;
}
#navigation li.hover > ul,
#navigation li:hover > ul {
  display: block;
}
#navigation > li.hover:after,
#navigation > li:hover:after {
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  left: calc(50% - 10px);
  -moz-transform: scale(0.9999);
}
#navigation > li li.menu-item-has-children:after {
  content: "\f105";
  font-family: fontello;
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 0;
  line-height: 14px;
  font-size: 14px;
  top: calc( 50% - 7px );
}
#navigation > li.o-direction .sub-menu {
  right: 0;
  text-align: right;
}
#navigation > li.o-direction .sub-menu li.menu-item-has-children:after {
  content: "\f104";
  left: 10px;
  right: auto;
}
#navigation > li.o-direction .sub-menu ul {
  margin-right: 236px;
  margin-left: auto;
}

.header-right nav:last-child #navigation > li:last-child > a {
  border-width: 0;
}

/* ==========================================================================
   DESIGN ELEMENTS
   ========================================================================== */
/* Grid Borders
   ========================================================================== */
.border_grid:not(.filterable) > .row, .border_grid:not(.filterable) .content_row {
  margin: 0;
  position: relative;
  display: block;
  clear: both;
}
.border_grid:not(.filterable) > .row:first-child, .border_grid:not(.filterable) .content_row:first-child {
  border-width: 0;
}
.border_grid:not(.filterable) > .row:first-child > div:after, .border_grid:not(.filterable) .content_row:first-child > div:after {
  top: 0;
}
.border_grid:not(.filterable) > .row:last-child > div:after, .border_grid:not(.filterable) .content_row:last-child > div:after {
  bottom: 0;
}
.border_grid:not(.filterable) > .row:not(:last-child):after, .border_grid:not(.filterable) .content_row:not(:last-child):after {
  content: "";
  bottom: 0;
  display: block;
  height: 1px;
  left: 15px;
  position: relative;
  width: calc(100% - 30px );
  clear: both;
}
.border_grid:not(.filterable) > .row > div:first-child:after, .border_grid:not(.filterable) .wpb_column:first-child:after, .border_grid:not(.filterable) .col:first-child:after {
  border-width: 0;
}
.border_grid:not(.filterable) > .row > div:after, .border_grid:not(.filterable) .wpb_column:after, .border_grid:not(.filterable) .col:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  z-index: 1;
  border-width: 0 0 0 1px;
  border-style: solid;
}
.border_grid:not(.filterable) > .row > div, .border_grid:not(.filterable) .content_row .wpb_column, .border_grid:not(.filterable) .content_row .col {
  padding-top: 15px;
  padding-bottom: 15px;
}
.border_grid:not(.filterable) > .row > div:after, .border_grid:not(.filterable) .content_row .wpb_column:after, .border_grid:not(.filterable) .content_row .col:after {
  top: 15px;
  bottom: 15px;
}
.border_grid:not(.filterable) .row:first-child .col {
  padding-top: 0px;
}
.border_grid:not(.filterable) .wpb_row, .border_grid:not(.filterable) .row {
  margin-left: -20px;
  margin-right: -20px;
}

/* border grid for filterable items */
.border_grid.filterable > .row > .col {
  padding-top: 20px;
}
.border_grid.filterable > .row > .col:before {
  border-style: solid;
  border-width: 1px;
  bottom: 2px;
  content: "";
  left: 0;
  position: absolute;
  right: 2px;
  top: 0;
}

/* masonry */
.masonry {
  margin-left: -15px;
  margin-right: -15px;
}
.masonry > .col {
  margin-bottom: 40px;
  display: block;
}
.masonry .vertical_line {
  height: 100%;
  position: absolute;
  width: 1px;
}

/* Featured Images
   ========================================================================== */
.featured_image img, .featured_image div {
  width: 100%;
}


/* image effect */
.imgeffect {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  line-height: 0;
  white-space: nowrap;
}
.imgeffect > div {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.imgeffect > div:before {
  right: -50px;
  position: absolute;
  font-family: "fontello";
}
.imgeffect > div:hover:before {
  background: #fff;
  bottom: 0;
  color: #000000;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-decoration: none;
  width: 40px;
  z-index: 99;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  text-align: center;
}
.imgeffect > div > img {
  display: inline-block;
}
.imgeffect.aligncenter {
  display: block;
}

/* img effect icons */
.imgeffect.zoom > div:before, .action_buttons a.zoom:before {
  content: "\5c";
}

.imgeffect.link > div:before, .action_buttons a.link:before {
  content: "\68";
}

.imgeffect.extlink > div:before, .action_buttons a.extlink:before {
  content: "\f08e";
}

.imgeffect.video > div:before, .action_buttons a.video:before {
  content: "\6a";
}

.imgeffect.audio > div:before, .action_buttons a.audio:before {
  content: "\e884";
}

/* Custom Select Box
   ========================================================================== */
.hasCustomSelect {
  z-index: 2;
  padding-right: 20px;
}

.customselect {
  border-width: 1px;
  border-style: solid;
  padding: 4px 20px 4px 10px;
  position: relative;
  z-index: 1;
}

.customselect .customselectInner:before {
  content: "\e75c";
  font-family: "fontello";
  position: absolute;
  right: 10px;
}

/* Parallax Backgrounds
   ========================================================================== */
.rt-parallax-background {
  width: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.rt-sa-background {
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.has-custom-bg {
  position: relative;
  overflow: hidden;
}

/* Read More Links
   ========================================================================== */
.read_more {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

.read_more:before {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-family: "fontello";
  font-size: 15px;
  height: 25px;
  line-height: 15px;
  margin-right: 6px;
  padding-left: 10px;
  padding-top: 4px;
  text-align: left;
  width: 25px;
}

a.read_more:hover {
  text-decoration: none;
}

.read_more:hover:before {
  opacity: 0.6;
  padding-left: 13px;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

/* RevSlider Navigation
   ========================================================================== */
.rev_slider_wrapper .tp-leftarrow.square-old, .rev_slider_wrapper .tp-rightarrow.square-old {
  background: none;
}
.rev_slider_wrapper .tp-leftarrow.square-old {
  left: 5px !important;
}
.rev_slider_wrapper .tp-leftarrow.square-old:before {
  font-family: "fontello";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.rev_slider_wrapper .tp-rightarrow.square-old {
  right: 5px !important;
}
.rev_slider_wrapper .tp-rightarrow.square-old:before {
  font-family: "fontello";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.rev_slider_wrapper .tp-leftarrow.square-old:before, .rev_slider_wrapper .tp-rightarrow.square-old:before {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
}
.rev_slider_wrapper .tp-leftarrow.square-old:hover:before,
.rev_slider_wrapper .tp-rightarrow.square-old:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

/* Lists
   ========================================================================== */
ul,
ol {
  padding-left: 20px;
}

/* Go to top
   ========================================================================== */
.go-to-top {
  cursor: pointer;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: -10px;
  right: 10px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.go-to-top.visible {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  bottom: 10px;
  z-index: 9;
}

/* Borders
   ========================================================================== */
@media screen and (min-width: 768px) {
  .bt {
    border-top-width: 1px;
    border-top-style: solid;
  }

  .bb {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .bl {
    border-left-width: 1px;
    border-left-style: solid;
  }

  .br {
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media screen and (max-width: 768px) {
  .wpb_column.bt, .wpb_column.bb, .wpb_column.bl, .wpb_column.br {
    border-style: initial;
  }
  .wpb_column.mobile-bt {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .wpb_column.mobile-bb {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .wpb_column.mobile-bl {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .wpb_column.mobile-br {
    border-right-width: 1px;
    border-right-style: solid;
  }
}
/* Content Overlay
   ========================================================================== */
#content-overlay {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.2s;
  -o-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
}

.rt-menu-over #content-overlay, .side-panel-on #content-overlay {
  top: 0;
  opacity: 1;
}

.side-panel-on #content-overlay {
  z-index: 490;
}

/* Icons
   ========================================================================== */
#container .rt-icon {
  border-style: solid;
  border-color: transparent;
  line-height: 1em;
}
#container .rt-icon:before {
  display: block !important;
  margin: 0 !important;
}
#container .rt-icon:not(.aligncenter):not(.alignleft):not(.alignright) {
  display: inline-block;
}

/* ==========================================================================
   PRODUCTS
   ========================================================================== */
.product_holder {
  clear: both;
}

.product_item_holder .featured_image {
  margin-bottom: 20px;
}
.product_item_holder .product_info h5 a {
  text-decoration: none;
}
.product_item_holder .product_info_footer {
  border-style: solid;
  border-width: 1px 0 0 0;
  padding-top: 15px;
  width: calc(100% - 30px );
  position: absolute;
  bottom: 5px;
  min-height: 42px;
  text-align: right;
}
.product_item_holder .product_info_footer .price, .product_item_holder .product_info_footer .action_buttons {
  display: inline-block;
}
.product_item_holder .product_info_footer a {
  text-decoration: none;
}
.product_item_holder .product_info_footer a:before {
  margin-right: 5px;
  padding-left: 0;
  text-align: left;
  width: auto;
}
.product_item_holder .product_info_footer > *:first-child {
  float: left;
}

.product_holder > .product_item_holder:not(.col) .product_info_footer {
  position: relative;
  width: auto;
}

/* in grid view */
.border_grid .product_item_holder {
  padding-bottom: 50px;
}

/* in masonry view */
.masonry .product_item_holder {
  padding-bottom: 35px;
}
.masonry .product_item_holder .product_info_footer {
  border-width: 1px 0;
}

/* in carousel view */
.product-carousel .product_item_holder {
  padding-bottom: 30px;
}
.product-carousel .product_item_holder .product_info_footer {
  min-height: 42px;
  width: 100%;
  bottom: 0;
}
.product-carousel .product_item_holder .product_info_footer p {
  margin: 0;
}

/* price */
p.price ins, .product_info_footer p.price ins {
  text-decoration: none;
}

.product_info_footer .price:before, .single-products p.price:before {
  font-family: "fontello";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}

.single-products .product-summary p.price {
  font-size: 16px;
  padding: 10px 0;
  border-style: solid;
  border-width: 0 0 1px 0;
}

/* product meta */
.product_meta {
  margin-top: 10px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px 0 0 0;
  font-size: smaller;
}

.product_content_row {
  margin-top: 30px !important;
}
.product_content_row .rt_tabs.tab-style-1 .tab_nav {
  border-top-width: 1px;
}

/* product tabs */
.product_content_row .rt_tabs.tab-style-1 .tab_content_wrapper .tab_content {
  padding: 20px 0;
}

/* product accordions */
.single-products .rt-toggle > ol > li .toggle-content {
  padding: 20px 0;
}

/* Product Categories With Images */
.product-showcase-categories h5 span {
  padding: 2px 10px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
}

.tax-description.with-cat-image .product-category-thumbnail {
  width: 110px;
  margin-right: 15px;
  border-width: 0 1px 0 0;
  border-style: solid;
  padding-right: 15px;
  float: left;
}
.tax-description.with-cat-image p:last-child {
  margin-bottom: 0;
}

.product_item_holder.product-showcase-category {
  padding-bottom: 0;
}
.product_item_holder.product-showcase-category .product_info {
  padding: 0 0 20px 0;
}
.product_item_holder.product-showcase-category .product_info > p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-showcase-category .category-name {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.62);
  color: #fff;
  left: 15px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: calc(100% - 30px );
  opacity: 0;
  margin-top: -20px;
  top: 50%;
}

.product-showcase-category:hover .category-name {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.product-showcase-categories .col {
  padding-bottom: 0 !important;
}

/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
.loop.type-portfolio {
  position: relative;
}

.loop.type-portfolio > .overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.loop.type-portfolio > .overlay .text {
  overflow: auto;
  color: #fff;
}
.loop.type-portfolio > .overlay .text > h2, .loop.type-portfolio > .overlay .text > h5 {
  display: block;
  padding-bottom: 15px;
  position: relative;
  font-size: 22px;
}
.loop.type-portfolio > .overlay .text > h2:after, .loop.type-portfolio > .overlay .text > h5:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 40%;
  position: absolute;
  width: 20%;
}
.loop.type-portfolio > .overlay h2, .loop.type-portfolio > .overlay h2 a, .loop.type-portfolio > .overlay h2 a:hover, .loop.type-portfolio > .overlay h5, .loop.type-portfolio > .overlay h5 a, .loop.type-portfolio > .overlay h5 a:hover {
  color: #fff;
}
.loop.type-portfolio h2 a, .loop.type-portfolio h5 a {
  text-decoration: none;
}
.loop.type-portfolio h2 a:hover, .loop.type-portfolio h5 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.loop.type-portfolio:hover .overlay {
  opacity: 1;
}
.loop.type-portfolio:hover .action_buttons li {
  padding: 0 2px;
}
.loop.type-portfolio:hover .featured_image > img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
}
.loop.type-portfolio.style-1 .featured_image {
  margin-bottom: 20px;
}

/* action buttons */
.action_buttons {
  list-style: none;
  display: table;
  margin: auto;
  padding: 0;
}
.action_buttons li {
  float: left;
  padding: 0 10px;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.action_buttons li > a {
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 1px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #222;
}
.action_buttons li > a:hover {
  color: #fff;
}
.action_buttons a:before {
  font-family: "fontello";
}

.loop.type-portfolio .featured_image {
  position: relative;
  overflow: hidden;
}
.loop.type-portfolio .featured_image .overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.loop.type-portfolio .featured_image .action_buttons {
  margin: auto;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.loop.type-portfolio .featured_image .action_buttons li {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.loop.type-portfolio .featured_image:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.loop.type-portfolio .featured_image:hover .overlay {
  opacity: 1;
}
.loop.type-portfolio .featured_image:hover .action_buttons li {
  padding: 0 2px;
}

.portfolio_list.masonry:not(.remove_borders) > .col {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.portfolio_list.masonry:not(.remove_borders) > .col .type-portfolio:after {
  border-width: 0 0 1px 0;
  border-style: solid;
  bottom: -20px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

.portfolio_list.border_grid > .row > .col {
  padding-bottom: 20px;
}

.portfolio_list.remove_paddings.masonry {
  margin-left: 0;
  margin-right: 0;
}
.portfolio_list.remove_paddings .col, .portfolio_list.remove_paddings .row {
  padding: 0 !important;
  margin: 0 !important;
  border-width: 0;
}
.portfolio_list.remove_paddings .col:after, .portfolio_list.remove_paddings .row:after {
  content: none !important;
}
.portfolio_list.remove_paddings .type-portfolio:after, .portfolio_list.remove_paddings .col:before {
  content: none !important;
}
.portfolio_list.remove_paddings .vertical_line {
  display: none;
}

/* filter navigation
   ========================================================================== */
.filter-holder {
  border-width: 0 0 1px 0;
  border-style: solid;
  display: table;
  margin-bottom: 20px;
  text-align: right;
  width: 100%;
}

.filter_navigation {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.filter_navigation li:first-child {
  border-left: 0 none;
  padding-left: 0;
}

.filter_navigation li {
  border-width: 0 0 0 1px;
  border-style: solid;
  float: left;
}

.filter_navigation li span {
  padding-right: 5px;
}

.filter_navigation li a {
  padding: 0 10px 5px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.filter_navigation li a:hover {
  opacity: 0.7;
}

.filter_navigation li a.active {
  border-width: 0 0 2px 0;
  border-style: solid;
}

/* single portfolio */
.single-portfolio .nopadding .rt-hosted-media.mejs-wrapper .mejs-container .mejs-controls {
  padding-left: 25px;
  padding-right: 25px;
}

/* in carousel view */
.portfolio-carousel h5 {
  font-size: 15px;
}

/* ==========================================================================
   BLOG
   ========================================================================== */
/* Article Box style
   ========================================================================== */
article.type-post {
  display: block;
  clear: both;
}
article.type-post h1 a, article.type-post h2 a, article.type-post h5 a {
  text-decoration: none;
}
article.type-post h1 a:hover, article.type-post h2 a:hover, article.type-post h5 a:hover {
  opacity: 0.8;
}
article.type-post .entry-title {
  word-break: break-word;
}
article.type-post .date {
  font-size: 11px;
  letter-spacing: 3px;
}
article.type-post .date a {
  color: inherit;
  text-decoration: none;
}
article.type-post .post_data {
  clear: both;
  padding: 5px 0 0 0;
  font-size: 11px;
}
article.type-post .post_data * {
  text-decoration: none;
}
article.type-post .post_data a:hover {
  text-decoration: underline;
}
article.type-post .post_data > span {
  margin-right: 3px;
}
article.type-post .post_data > span:before {
  margin-left: 0;
}
article.type-post .post_data .comment_link:before {
  margin-right: 4px;
}
article.type-post section.featured_image {
  text-align: center;
}
article.type-post a.featured_image {
  display: inline-block;
}
article.type-post .featured_image, article.type-post .featured_video {
  margin-bottom: 10px;
}
article.type-post .format-link .text > h2 {
  margin-bottom: 0;
}
article.type-post .format-link .the-link {
  margin-bottom: 10px;
  display: block;
}
article.type-post .post-carousel {
  margin-bottom: 10px;
}
article.type-post .photo_gallery {
  margin: 0 -15px 10px;
}
article.type-post .photo_gallery .row {
  margin: 0 !important;
}
article.type-post .photo_gallery.masonry {
  margin-left: 0;
  margin-right: 0;
}
article.type-post .photo_gallery.masonry .col:after {
  border: 0;
}
article.type-post .photo_gallery.masonry .col {
  margin-bottom: 20px;
}
article.type-post .slideshow {
  margin-bottom: 10px;
}
article.type-post .format-icon {
  display: none;
}
article.type-post .text ul, article.type-post .text ol {
  margin-bottom: 20px;
}

.sticky.post:before {
  content: '\7b';
  position: absolute;
  left: 0;
  font-family: "fontello";
  font-size: 24px;
  padding: 4px;
  color: #fff;
}

/* full width blog lists */
.blog_list > article {
  margin-top: 0;
  margin-bottom: 60px;
}
.blog_list > article .mejs-container:not(.mejs-container-fullscreen) .mejs-controls {
  padding: 0 20px;
}
.blog_list > article .date, .blog_list > article .text {
  padding: 0 50px;
}
.blog_list > article .format-icon {
  background: none repeat scroll 0 0 #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 2px rgba(4, 4, 4, 0.13);
  box-shadow: 0 3px 2px rgba(4, 4, 4, 0.13);
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-left: 50px;
  margin-top: -35px;
  position: relative;
  text-align: center;
  width: 50px;
  z-index: 88;
}
.blog_list > article .post_data {
  border-width: 1px 0 0 0;
  border-style: solid;
  margin-top: 20px;
  padding-top: 10px;
  display: block;
}
.blog_list > article .photo_gallery {
  margin: 0 -10px 10px;
}

.col-sm-12 > .blog_list > article {
  margin-left: -25px;
  margin-right: -25px;
}

/* in carousel view */
.blog-carousel h5 {
  font-size: 15px;
}
.blog-carousel article.type-post .date {
  font-size: 10px;
  margin-bottom: 2px;
}

/* Author info
   ========================================================================== */
.author-info.info_box {
  padding: 30px;
}

.author-avatar {
  float: left;
  width: 80px;
}

.author-description {
  margin-left: 100px;
}

.author-title {
  font-size: 15px;
  font-weight: bold;
}

.author-description .author-bio {
  margin: 0;
  padding: 0;
}
.author-description .author-bio p {
  padding: 10px 0;
}

/* Search Results
   ========================================================================== */
#search-results .loop {
  border-width: 0 0 1px 0;
  border-style: solid;
  padding-bottom: 10px;
}

.search-post-title {
  margin-bottom: 10px;
}

.search-post-title a {
  font-size: 18px;
  line-height: 140%;
}

.search_result {
  margin-bottom: 20px;
}

.search_highlight {
  background: #EAEAEA;
  padding: 1px 3px;
}

/* Featured Media Positions
   ========================================================================== */
.layout1.archive .no-composer .blog_list > article:first-child .featured_media {
  margin-top: -25px;
}

.layout1.single article .featured_media:not(.photo-gallery) {
  margin: -25px -25px 20px;
}

/* single post page */
article .post-title-holder {
  margin-bottom: 20px;
}

/* tax-description */
.tax-description {
  margin-bottom: 25px;
}
.tax-description > p:last-child {
  margin-bottom: 0;
}

/* Comments
   ========================================================================== */
.commentlist {
  list-style: none;
  padding: 0;
}
.commentlist .comment {
  position: relative;
}
.commentlist .children {
  list-style: none;
  position: relative;
  padding-left: 40px;
}

.comment-holder {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  margin-bottom: 20px;
}

.commentlist .children:before {
  border-width: 0 0 0 1px;
  border-style: dashed;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 1px;
}
.commentlist .children .comment-holder:before {
  border-width: 1px 0 0;
  border-style: dashed;
  content: "";
  height: 1px;
  left: -34px;
  position: absolute;
  top: 30px;
  width: 30px;
}

.comment-meta > a {
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
}
.comment-meta > a:hover {
  text-decoration: underline;
}

.comment-avatar {
  float: left;
}

.comment-body {
  margin-left: 60px;
}

.comment-author {
  margin-bottom: 10px;
}

.author-name {
  font-weight: bold;
  display: block;
}
.author-name a {
  text-decoration: none;
}

.comment-reply a {
  padding: 5px 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
}

.comment-reply a:hover {
  text-decoration: none;
}

/* respond form */
.comment-respond {
  position: relative;
}

.comment-reply-title small > a {
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 40px;
  text-decoration: none;
  font-size: 13px;
  font-family: arial;
}

.comment-reply-title small > a:hover {
  text-decoration: none;
  font-size: 14px;
}

.comment-holder .comment-respond {
  border-style: solid;
  border-width: 1px 0 0;
  margin-top: 40px;
  padding-top: 20px;
}

.commententry {
  margin-top: 40px;
}

.comment-form .text-boxes {
  margin-bottom: 10px;
}
.comment-form .text-boxes:before, .comment-form .text-boxes:after {
  content: " ";
  display: table;
}
.comment-form .text-boxes:after {
  clear: both;
}
.comment-form .text-boxes > ul {
  list-style: none;
  padding: 0;
}
.comment-form input[type="text"], .comment-form textarea {
  width: 100%;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
  width: 32%;
  float: left;
}
.comment-form .comment-form-author, .comment-form .comment-form-email {
  margin-right: 2%;
}

/* comments in tabs */
.rt_tabs .comment-avatar, .toggle-content .comment-avatar {
  width: 24px;
  height: 24px;
}
.rt_tabs .comment-body, .toggle-content .comment-body {
  margin-left: 35px;
}
.rt_tabs .comment-reply a, .toggle-content .comment-reply a {
  padding: 2px 6px;
  font-size: 11px;
}

.pingback .comment-body, .trackback .comment-body {
  margin-left: 0;
}

/* ==========================================================================
   TEAM
   ========================================================================== */
.type-staff.loop {
  text-align: center;
}
.type-staff.loop .person_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.type-staff.loop .person_name {
  margin: 0;
}
.type-staff.loop .person_name a {
  text-decoration: none;
}
.type-staff.loop .person_name a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.type-staff.loop .profile {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 10px 0;
  margin-top: 10px;
}
.type-staff.loop .position {
  font-size: 13px;
  font-style: oblique;
}
.type-staff.loop .person_links_wrapper {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding-top: 15px;
}

.type-staff.single .person_links_wrapper {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* ==========================================================================
	SHORTCODES
	========================================================================== */
/* CONTENT SLIDER
	========================================================================== */
.main-carousel .item {
  padding-bottom: 50px;
  display: block;
  clear: both;
}
.main-carousel .item > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.slide-content-wrapper {
  width: 100%;
  position: relative;
  display: block;
  clear: both;
}
.slide-content-wrapper .slide-content {
  padding: 20px;
  margin: 0;
  opacity: 0;
}
.slide-content-wrapper .slide-content.left {
  float: left;
}
.slide-content-wrapper .slide-content.right {
  float: right;
}
.slide-content-wrapper .slide-content.center {
  margin-left: auto;
  margin-right: auto;
}

.slide-content-wrapper.default {
  max-width: 1180px;
}

.slide-content-wrapper.fullwidth {
  max-width: 100%;
}

.active .slide-content-wrapper .slide-content {
  -webkit-animation-name: active_slide;
  animation-name: active_slide;
}

body:not(.layout1) .slide-content-wrapper {
  margin: auto;
}

/* TIMELINES
	========================================================================== */
.timeline {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.timeline:after {
  bottom: 0;
  content: "";
  height: 100%;
  left: calc( 50% - 1px );
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}
.timeline > div {
  display: inline-block;
  width: 45%;
  margin-bottom: 20px;
  z-index: 2;
  border-style: solid;
  border-width: 2px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.01);
}
.timeline > div > .event-details {
  display: block;
}
.timeline > div > .event-details > .event-title {
  font-size: 18px;
  font-weight: bold;
}
.timeline > div > .event-date {
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  font-weight: bolder;
}
.timeline > div:nth-child(odd) {
  text-align: right;
}
.timeline > div:nth-child(even) {
  margin-left: 55%;
}
.timeline > div:last-child {
  margin-bottom: 0;
}
.timeline > div:before {
  content: "";
  font-family: fontello;
  font-size: 18px;
  font-style: normal;
  height: 2px;
  left: 45%;
  line-height: 1px;
  margin-top: 15px;
  position: absolute;
  text-align: right;
  width: calc(5% + 8px);
  z-index: 4;
}
.timeline > div:nth-child(even):before {
  right: 45%;
  left: auto;
  text-align: left;
}
.timeline > div:nth-child(odd) > .event-date {
  left: calc(50% + 10px);
}
.timeline > div:nth-child(even) > .event-date {
  right: calc(50% + 10px);
}

/* ICON LISTS
	========================================================================== */
.with_icons {
  margin: 0;
  padding: 0;
  position: relative;
}
.with_icons > div {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 2;
}
.with_icons > div > .icon {
  float: left;
  display: block;
  text-align: center;
}
.with_icons > div > .icon:before {
  margin: 0;
  padding: 0;
  text-align: center;
}
.with_icons > div > div {
  display: block;
  margin-top: 0;
  margin-left: 25px;
}
.with_icons > div > div > p:first-child, .with_icons > div > div > .list-title {
  padding-top: 0;
}
.with_icons > div > div > p:last-child {
  margin-bottom: 0;
}

/* icon list - style 1 */
.with_icons.style-1 > div {
  margin-bottom: 10px;
}
.with_icons.style-1 > div > .icon {
  margin-right: 5px;
}
.with_icons.style-1 > div > .icon:before {
  min-width: 18px;
}

/* icon list - style 2 */
.with_icons.style-2 > div {
  margin-bottom: 10px;
}
.with_icons.style-2 > div > .icon {
  margin-right: 5px;
}
.with_icons.style-2 > div > .icon:before {
  min-width: 18px;
}

/* icon list - style 3 */
.with_icons.style-3 > div {
  margin-bottom: 5px;
}
.with_icons.style-3 > div > .icon {
  margin-right: 5px;
  padding: 6px;
  margin-bottom: 5px;
  line-height: 1;
}
.with_icons.style-3 > div > div {
  margin-left: 35px;
}
.with_icons.style-3 > div > div > p:first-child, .with_icons.style-3 > div > div > .list-title {
  margin-top: 5px;
}

/* icon list - style 4 */
.with_icons.style-4 > div {
  margin-bottom: 10px;
}
.with_icons.style-4 > div > .icon {
  margin-right: 5px;
  font-size: 32px;
}
.with_icons.style-4 > div > .icon:before {
  min-width: 45px;
}
.with_icons.style-4 > div > div {
  margin-left: 55px;
  margin-top: 14px;
}

/* CHAINED CONTENTS
	========================================================================== */
.chained_contents {
  margin: 0;
  padding: 0;
  position: relative;
}

/* style 1 */
.chained_contents.style-1:after {
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
.chained_contents.style-1 > div {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  z-index: 2;
}
.chained_contents.style-1 > div > .icon {
  padding: 10px;
  display: block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.chained_contents.style-1 > div:hover .icon {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chained_contents.style-1 > div > .icon:before {
  margin: 0;
  min-width: 18px;
  padding: 0;
  text-align: center;
}
.chained_contents.style-1 > div > .number {
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-family: arial;
  font-size: 14px;
}
.chained_contents.style-1 > div > div {
  display: block;
  margin-top: 0;
}
.chained_contents.style-1 > div > div > p:first-child, .chained_contents.style-1 > div > div > .list-title {
  margin-top: 0;
  padding-top: 0;
}
.chained_contents.style-1 > div:last-child {
  margin-bottom: 0;
}
.chained_contents.style-1 > div:last-child:after {
  content: none;
}
.chained_contents.style-1 .list-content p:last-child {
  margin-bottom: 0;
}

/* style 2 */
.chained_contents.style-2:after {
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
.chained_contents.style-2 > div {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  z-index: 2;
}
.chained_contents.style-2 > div > .icon {
  padding: 10px;
  display: block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.chained_contents.style-2 > div:hover .icon, .chained_contents.style-2 > div:hover .number {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chained_contents.style-2 > div > .icon:before {
  margin: 0;
  min-width: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  font-size: 22px;
}
.chained_contents.style-2 > div > .number {
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 20px;
  height: 57px;
  line-height: 57px;
  min-width: 57px;
  text-align: center;
  font-family: arial;
  font-size: 14px;
}
.chained_contents.style-2 > div > div {
  display: block;
  margin-top: 0;
}
.chained_contents.style-2 > div > div > p:first-child, .chained_contents.style-2 > div > div > .list-title {
  margin-top: 8px;
  padding-top: 0;
}
.chained_contents.style-2 > div:last-child {
  margin-bottom: 0;
}
.chained_contents.style-2 > div:last-child:after {
  content: none;
}
.chained_contents.style-2 > div:last-child .list-content p:last-child {
  margin-bottom: 0;
}

/* left aligned chain */
.chained_contents.style-1.left:after {
  left: 20px;
}
.chained_contents.style-1.left > div > .icon, .chained_contents.style-1.left > div > .number {
  margin-right: 10px;
  float: left;
}
.chained_contents.style-1.left > div > div {
  margin-left: 58px;
}

.chained_contents.style-2.left:after {
  left: 28.5px;
}
.chained_contents.style-2.left > div > .icon, .chained_contents.style-2.left > div > .number {
  margin-right: 10px;
  float: left;
}
.chained_contents.style-2.left > div > div {
  margin-left: 70px;
  text-align: left;
}

/* right aligned chain */
.chained_contents.style-1.right:after {
  right: 20px;
}
.chained_contents.style-1.right > div > .icon, .chained_contents.style-1.right > div > .number {
  margin-left: 10px;
  float: right;
}
.chained_contents.style-1.right > div > div {
  margin-right: 58px;
  text-align: right;
}

.chained_contents.style-2.right:after {
  right: 28.5px;
}
.chained_contents.style-2.right > div > .icon, .chained_contents.style-2.right > div > .number {
  margin-left: 10px;
  float: right;
}
.chained_contents.style-2.right > div > div {
  margin-right: 70px;
  text-align: right;
}

.thick-border.chained_contents:after {
  width: 3px;
}
.thick-border.chained_contents > div > .icon, .thick-border.chained_contents > div > .number {
  border-width: 3px;
}
.thick-border.chained_contents.style-2 > div > .number {
  font-weight: bold;
  line-height: 52px;
}
.thick-border.chained_contents.style-1 > div > .number {
  font-weight: bold;
  line-height: 36px;
}

/* DIVIDERS
	========================================================================== */
/* style 1 */
.rt_divider.style-1 {
  height: 80px;
  width: 100%;
  font-family: "fontello";
  text-align: center;
}
.rt_divider.style-1:before {
  content: "";
  font-size: 20px;
  letter-spacing: 20px;
  line-height: 80px;
  margin-left: 20px;
}

/* style 2 */
.rt_divider.style-2 {
  width: 40px;
  border-style: solid;
  border-width: 1px 0 0 0;
  margin: 20px 0;
}

/* style 3 */
.rt_divider.style-3 {
  height: 80px;
  width: 100%;
  font-family: "fontello";
  text-align: center;
  position: relative;
}
.rt_divider.style-3:before {
  content: "&";
  font-size: 50px;
  line-height: 91px;
}
.rt_divider.style-3:after {
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

/* style 4 */
.rt_divider.style-4 {
  height: 1px;
  margin: 40px 0;
}

/* style 5 */
.rt_divider.style-5 {
  border-width: 1px 0 0 0;
  border-style: solid;
  -webkit-box-shadow: 0 -1px 0 0 inset;
  box-shadow: 0 -1px 0 0 inset;
  height: 11px;
  margin: 40px 0;
}

/* style 6 */
.rt_divider.style-6 {
  width: 40px;
  border-style: solid;
  border-width: 1px 0 0 0;
  margin: 20px auto;
}

/* PRICING TABLES
	========================================================================== */
.pricing_table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pricing_table .table_wrap {
  display: table-cell;
}
.pricing_table .table_wrap > ul {
  list-style: none;
  margin: 0 1px;
  position: relative;
  padding: 5px 5px 0;
  border-width: 1px;
  border-style: solid;
}
.pricing_table .table_wrap > ul > li {
  padding: 5px 0;
  display: block;
  text-align: center;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.pricing_table .table_wrap > ul > li:first-child, .pricing_table .table_wrap > ul > li.price, .pricing_table .table_wrap > ul > li.features_start_position {
  border-top: none !important;
}
.pricing_table .table_wrap > ul > li.caption.empty {
  margin-bottom: -6px;
  padding: 0;
  display: none;
}
.pricing_table .table_wrap > ul > li div.title {
  display: block;
}
.pricing_table .table_wrap > ul > li.caption {
  padding: 20px 2px 0 2px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 0;
}
.pricing_table .table_wrap > ul > li.caption small {
  display: block;
  font-size: 12px;
  min-height: 20px;
  padding-bottom: 20px;
  font-family: helvetica,arial;
}
.pricing_table .table_wrap > ul > li.price {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0;
  margin-bottom: 1px;
}
.pricing_table .table_wrap > ul > li.price.empty {
  padding: 0;
  display: none;
}
.pricing_table .table_wrap > ul > li.price div {
  display: block;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 10px;
}
.pricing_table .table_wrap > ul > li.price span {
  font-size: 20px;
  *zoom: 1;
}
.pricing_table .table_wrap.highlight > ul {
  margin: 0;
  z-index: 1;
}
.pricing_table .table_wrap.highlight > ul > li {
  position: relative;
}
.pricing_table .table_wrap.highlight > ul > li.caption {
  padding-top: 30px;
  font-size: 24px;
}
.pricing_table .table_wrap.highlight > ul > li.price {
  padding: 0;
}

/* compare table style */
.pricing_table.compare .table_wrap {
  vertical-align: top;
}
.pricing_table.compare .table_wrap > ul > li:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.02);
}
.pricing_table.compare .table_wrap > ul > li.caption {
  padding: 20px 2px 0 2px;
}
.pricing_table.compare .table_wrap.highlight > ul > li.caption {
  padding: 20px 2px 0 2px;
}
.pricing_table.compare .table_wrap.features > ul {
  -webkit-box-shadow: -6px 0 9px rgba(11, 11, 11, 0.04) inset;
  box-shadow: -6px 0 9px rgba(11, 11, 11, 0.04) inset;
  border-right-width: 0;
  padding: 0;
}

/* pricing table elements */
.pricing_table .table_wrap ul > li .button_ {
  vertical-align: top;
  margin: 20px auto;
}
.pricing_table [class^="icon-"]:before,
.pricing_table [class*=" icon-"]:before {
  font-size: 16px;
  line-height: 100%;
}
.pricing_table .icon-ok:before {
  color: #7ea95e;
}
.pricing_table .icon-cancel:before {
  color: #8d1c31;
}

/* BUTTONS
	========================================================================== */
.button_wrapper:not(.hero):not(.aligncenter) {
  display: inline-block;
}

.button_ {
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
.button_ > span:before {
  margin: 0;
  padding: 0;
  text-align: center;
}
.button_ > span {
  display: inline-block;
  margin-right: 10px;
}
.button_:hover:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-animation-name: buttons;
  animation-name: buttons;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.custom.button_, .custom.button_:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* input buttons */
button.button_ {
  background: transparent;
}

/*input buttons with icons*/
button.button_.with_icon:before {
  margin-right: 10px;
  margin-left: 0;
}

/*small buttons*/
.button_.small {
  padding: 10px 14px;
}
.button_.small > span {
  margin-right: 6px;
}

/*medium buttons*/
.button_.medium {
  padding: 12px 15px;
  font-size: 15px;
}
.button_.medium > span {
  margin-right: 10px;
}

/*big buttons*/
.button_.big {
  padding: 14px 18px;
  font-size: 18px;
}
.button_.big > span {
  margin-right: 12px;
}

/* hero buttons */
.button_.hero {
  padding: 20px 30px;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.button_.hero > span {
  margin-right: 12px;
}

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

/* light button */
.button_.light {
  border-color: #fff;
  color: #fff;
}

.button_.light:hover {
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* black button */
.button_.black {
  border-color: #000;
  color: #000;
}

.button_.black:hover {
  opacity: 0.6;
}

.tp-caption .button_ {
  border-width: 1px !important;
}

/* BANNERS
	========================================================================== */
.banner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.banner > div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner > .featured_text {
  width: 100%;
}
.banner > .featured_text h1, .banner > .featured_text h2, .banner > .featured_text h3, .banner > .featured_text h4, .banner > .featured_text h5, .banner > .featured_text h6 {
  margin: 0;
}
.banner > .button_holder {
  padding-left: 20px;
  width: 32.79%;
  text-align: center;
}

.withbutton > .featured_text {
  padding-right: 20px;
  border-width: 0 1px 0 0;
  border-style: solid;
  width: 67.21%;
}

/* TOGGLES ( ACCORDIONS )
	========================================================================== */
.rt-toggle {
  margin-bottom: 20px;
}
.rt-toggle > ol {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.rt-toggle > ol > li {
  display: block;
  clear: both;
  border-width: 0 0 1px 0;
  border-style: solid;
  padding: 10px 0;
  position: relative;
}
.rt-toggle > ol > li.open .toggle-head {
  cursor: default;
}
.rt-toggle > ol > li .toggle-head {
  cursor: pointer;
}
.rt-toggle > ol > li .toggle-number, .rt-toggle > ol > li.open .toggle-number {
  display: inline-block;
  font-weight: normal;
  left: 0;
  line-height: 17px;
  min-width: 26px;
  padding: 4px 3px;
  position: absolute;
  text-align: center;
  top: 8px;
  font-family: arial;
}
.rt-toggle > ol > li .toggle-title {
  display: inline-block;
  margin: 0 30px 0 40px;
}
.rt-toggle > ol > li .toggle-content {
  clear: both;
  display: none;
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 10px 0 0;
  padding: 20px 0;
}
.rt-toggle > ol > li .toggle-content > p:last-child, .rt-toggle > ol > li .toggle-content > div:last-child, .rt-toggle > ol > li .toggle-content > div p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rt-toggle > ol > li ul {
  list-style: disc;
}
.rt-toggle > ol > li ul ul {
  list-style: circle;
}
.rt-toggle > ol > li ul ul ul {
  list-style: square;
}
.rt-toggle > ol > li ol {
  list-style: decimal;
}
.rt-toggle > ol > li ol ol {
  list-style: lower-alpha;
}
.rt-toggle > ol > li ol ol ol {
  list-style: upper-roman;
}
.rt-toggle > ol > li ul, .rt-toggle > ol > li ol {
  margin-bottom: 10px;
}
.rt-toggle > ol > li ul ul li, .rt-toggle > ol > li ul ol li, .rt-toggle > ol > li ol ul li, .rt-toggle > ol > li ol ol li {
  display: list-item;
}
.rt-toggle > ol > li .commentlist, .rt-toggle > ol > li .rt_form ul {
  list-style: none;
}
.rt-toggle.no-numbers ol li .toggle-title {
  margin: 0 30px 0 0;
}
.rt-toggle > ul li, .rt-toggle > ol ol li {
  display: list-item;
}
.rt-toggle ol ol {
  list-style: decimal;
}
.rt-toggle .toggle-head:after {
  content: "+";
  font-weight: normal;
  position: absolute;
  right: 0;
  font-size: 22px;
  line-height: 22px;
  font-family: "arial";
  width: 30px;
  text-align: center;
}
.rt-toggle .open .toggle-head:after {
  content: "-";
}

/* TABS
	========================================================================== */
/* global */
.rt_tabs .tab_nav {
  list-style: none outside none;
}
.rt_tabs .tab_nav > li {
  position: relative;
  cursor: pointer;
}
.rt_tabs .tab_nav > li.active {
  cursor: default;
}
.rt_tabs .tab_contents .tab_content_wrapper.active {
  -webkit-animation-name: active_tabs;
  animation-name: active_tabs;
}
.rt_tabs .tab_contents .tab_content_wrapper.active .tab_content {
  display: inline-block;
}
.rt_tabs .tab_contents .tab_content_wrapper .tab_content {
  display: none;
  width: 100%;
}
.rt_tabs .tab_contents .tab_title {
  display: none;
  cursor: pointer;
}
.rt_tabs .tab_contents .active > .tab_title {
  cursor: default;
}

/* style 1 */
.rt_tabs.tab-style-1 .tab_nav {
  display: block;
  margin: 0;
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.rt_tabs.tab-style-1 .tab_nav > li {
  display: inline-block;
  border-width: 0 1px 0 0;
  border-style: solid;
  padding: 15px 20px;
}
.rt_tabs.tab-style-1 .tab_nav > li.active:after {
  border-width: 0 0 3px 0;
  border-style: solid;
  bottom: -2px;
  content: "";
  height: 1px;
  left: -1px;
  right: -1px;
  position: absolute;
}
.rt_tabs.tab-style-1 .tab_content_wrapper > .tab_title {
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  position: relative;
  margin-bottom: 2px;
}
.rt_tabs.tab-style-1 .tab_content_wrapper.active > .tab_title {
  border-width: 0 0 3px 0;
  border-style: solid;
}
.rt_tabs.tab-style-1 .tab_content_wrapper .tab_content {
  padding: 20px 0 0;
}
.rt_tabs.tab-style-1 .tab_nav > li > span:before,
.rt_tabs.tab-style-1 .tab_content_wrapper > .tab_title > span:before {
  margin-right: 8px;
}

.layout1 .rt_tabs.tab-style-1 .tab_nav > li {
  padding: 10px;
}

/* style 2 */
.rt_tabs.tab-style-2 {
  clear: both;
  display: block;
}
.rt_tabs.tab-style-2 .tab_nav {
  width: 200px;
  border-style: solid;
  padding: 0;
  margin: 0;
}
.rt_tabs.tab-style-2 .tab_nav > li {
  display: block;
  border-width: 0 0 1px 0;
  border-style: solid;
  padding: 15px;
}
.rt_tabs.tab-style-2 .tab_nav > li.active:after {
  border-width: 0 3px 0 0;
  border-style: solid;
  bottom: -1px;
  content: "";
  top: -1px;
  position: absolute;
}
.rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper {
  display: block;
}
.rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper > .tab_title {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  position: relative;
  margin-bottom: 2px;
}
.rt_tabs.tab-style-2 .tab_contents .tab_content_wrapper.active > .tab_title {
  border-width: 0 0 3px 0;
  border-style: solid;
}
.rt_tabs.tab-style-2 .tab_nav > li > span:before,
.rt_tabs.tab-style-2 .tab_content_wrapper > .tab_title > span:before {
  margin-right: 8px;
}
.rt_tabs.tab-style-2.left .tab_nav {
  float: left;
  border-width: 0 1px 0 0;
}
.rt_tabs.tab-style-2.left .tab_nav > li.active:after {
  right: -3px;
}
.rt_tabs.tab-style-2.left .tab_nav > li {
  padding: 15px 10px 15px 0;
}
.rt_tabs.tab-style-2.left .tab_contents {
  margin-left: 210px;
}
.rt_tabs.tab-style-2.left .tab_content {
  padding: 10px 0 10px 15px;
}
.rt_tabs.tab-style-2.right .tab_nav {
  float: right;
  border-width: 0 0 0 1px;
}
.rt_tabs.tab-style-2.right .tab_nav > li {
  padding: 15px;
}
.rt_tabs.tab-style-2.right .tab_nav > li.active:after {
  left: -3px;
}
.rt_tabs.tab-style-2.right .tab_contents {
  margin-right: 210px;
}
.rt_tabs.tab-style-2.right .tab_content {
  padding: 10px 15px 10px 0;
}

/* CONTENT BOX WITH ICONS
	========================================================================== */
.icon-content-box {
  margin-bottom: 20px;
  /* icon holder */
  /* style 1 */
  /* style 2 */
  /* style 3 */
  /* style 4 */
}
.icon-content-box .icon-holder {
  display: block;
  position: relative;
  /* global icon style */
  /* the icon link */
}
.icon-content-box .icon-holder span {
  display: block;
}
.icon-content-box .icon-holder a {
  text-decoration: none;
}
.icon-content-box .heading a {
  text-decoration: none;
}
.icon-content-box .heading a:hover {
  opacity: 0.7;
}
.icon-content-box.icon-style-1 {
  /* icon position left */
  /* icon position right */
  /* icon position top */
}
.icon-content-box.icon-style-1 .icon-holder span:before {
  font-size: 25px;
  line-height: 100%;
  width: 25px;
  margin-left: 0;
  margin-right: 0;
}
.icon-content-box.icon-style-1.icon-left {
  /* text holder */
}
.icon-content-box.icon-style-1.icon-left .icon-holder {
  float: left;
}
.icon-content-box.icon-style-1.icon-left .text-holder {
  margin-left: 40px;
}
.icon-content-box.icon-style-1.icon-right {
  /* text holder */
}
.icon-content-box.icon-style-1.icon-right .icon-holder {
  float: right;
  text-align: right;
}
.icon-content-box.icon-style-1.icon-right .text-holder {
  margin-right: 40px;
  text-align: right;
}
.icon-content-box.icon-style-1.icon-top {
  /* text holder */
}
.icon-content-box.icon-style-1.icon-top .icon-holder {
  text-align: center;
}
.icon-content-box.icon-style-1.icon-top .text-holder {
  text-align: center;
}
.icon-content-box.icon-style-2 {
  /* icon position left */
  /* icon position right */
  /* icon position top */
}
.icon-content-box.icon-style-2 .icon-holder span:before {
  font-size: 25px;
  line-height: 100%;
  width: 39px;
  margin-left: 0;
  margin-right: 0;
  padding: 7px;
}
.icon-content-box.icon-style-2.icon-left {
  /* text holder */
}
.icon-content-box.icon-style-2.icon-left .icon-holder {
  float: left;
}
.icon-content-box.icon-style-2.icon-left .text-holder {
  margin-left: 55px;
}
.icon-content-box.icon-style-2.icon-right {
  /* text holder */
}
.icon-content-box.icon-style-2.icon-right .icon-holder {
  float: right;
  text-align: right;
}
.icon-content-box.icon-style-2.icon-right .text-holder {
  margin-right: 55px;
  text-align: right;
}
.icon-content-box.icon-style-2.icon-top {
  /* text holder */
}
.icon-content-box.icon-style-2.icon-top .icon-holder {
  text-align: center;
}
.icon-content-box.icon-style-2.icon-top .text-holder {
  text-align: center;
}
.icon-content-box.icon-style-3 {
  /* icon position left */
  /* icon position right */
  /* icon position top */
}
.icon-content-box.icon-style-3 .icon-holder span:before {
  font-size: 25px;
  line-height: 100%;
  width: 65px;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  padding: 20px;
  border-radius: 50%;
  vertical-align: middle;
}
.icon-content-box.icon-style-3.icon-left {
  /* text holder */
}
.icon-content-box.icon-style-3.icon-left .icon-holder {
  float: left;
}
.icon-content-box.icon-style-3.icon-left .text-holder {
  margin-left: 85px;
}
.icon-content-box.icon-style-3.icon-right {
  /* text holder */
}
.icon-content-box.icon-style-3.icon-right .icon-holder {
  float: right;
  text-align: right;
}
.icon-content-box.icon-style-3.icon-right .text-holder {
  margin-right: 85px;
  text-align: right;
}
.icon-content-box.icon-style-3.icon-top {
  /* text holder */
}
.icon-content-box.icon-style-3.icon-top .icon-holder {
  text-align: center;
  margin-bottom: 15px;
}
.icon-content-box.icon-style-3.icon-top .text-holder {
  text-align: center;
}
.icon-content-box.icon-style-4 {
  /* icon position left */
  /* icon position right */
  /* icon position top */
}
.icon-content-box.icon-style-4 .icon-holder span:before {
  font-size: 25px;
  line-height: 100%;
  width: 25px;
  margin-left: 0;
  margin-right: 0;
}
.icon-content-box.icon-style-4.icon-left {
  /* text holder */
}
.icon-content-box.icon-style-4.icon-left .icon-holder {
  float: left;
}
.icon-content-box.icon-style-4.icon-left .text-holder {
  margin-left: 40px;
}
.icon-content-box.icon-style-4.icon-right {
  /* text holder */
}
.icon-content-box.icon-style-4.icon-right .icon-holder {
  float: right;
  text-align: right;
}
.icon-content-box.icon-style-4.icon-right .text-holder {
  margin-right: 40px;
  text-align: right;
}
.icon-content-box.icon-style-4.icon-top {
  /* text holder */
}
.icon-content-box.icon-style-4.icon-top .icon-holder {
  text-align: center;
}
.icon-content-box.icon-style-4.icon-top .text-holder {
  text-align: center;
}
.icon-content-box .text-holder p:last-child {
  margin-bottom: 0;
}

/* CONTENT BOX WITH IMAGES
	========================================================================== */
.image-content-box {
  position: relative;
  margin-bottom: 20px;
}
.image-content-box .featured_image_holder {
  margin-bottom: 10px;
}
.image-content-box .heading a {
  text-decoration: none;
}
.image-content-box .heading a:hover {
  opacity: 0.7;
}
.image-content-box.box-style-2 {
  text-align: center;
}
.image-content-box.box-style-2 .background {
  padding: 20px;
}
.image-content-box.box-style-2 .text-holder {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.image-content-box.box-style-2 .heading, .image-content-box.box-style-2 .text-holder, .image-content-box.box-style-2 .read_more, .image-content-box.box-style-2 a {
  color: #fff;
}
.image-content-box.box-style-3 {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.image-content-box.box-style-3 .text-holder {
  text-align: center;
  z-index: 2;
  padding: 20px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-content-box.box-style-3.right .text-holder {
  right: 0;
}
.image-content-box.box-style-3.left .text-holder {
  left: 0;
}
.image-content-box.box-style-3.center .text-holder {
  left: 50%;
  top: auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.image-content-box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.85;
}
.image-content-box.right {
  text-align: right;
}
.image-content-box.center {
  text-align: center;
}
.image-content-box.center .featured_image_holder img {
  margin: auto;
}
.image-content-box .text-holder p:last-child {
  margin-bottom: 0;
}

/* HEADING SHORTCODE
	========================================================================== */
/* style 1,2 */
.rt_heading {
  position: relative;
  display: block;
  width: auto;
}
.rt_heading.style-1 {
  padding-bottom: 10px;
}
.rt_heading.style-1:after {
  position: absolute;
  width: 10%;
  height: 1px;
  content: "";
  left: 0;
  bottom: 0;
}

.rt_heading_wrapper {
  padding-bottom: 20px;
}
.rt_heading_wrapper a {
  text-decoration: none;
}
.rt_heading_wrapper a:hover .rt_heading {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* style 2 */
.rt_heading_wrapper.style-2 {
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.rt_heading_wrapper.style-2 > .style-2 {
  display: inline-block;
  position: relative;
  line-height: 135%;
}
.rt_heading_wrapper.style-2 > .style-2:after {
  border-width: 0 0 2px 0;
  border-style: dotted;
  content: "";
  height: 1px;
  left: 100%;
  margin-left: 34px;
  position: absolute;
  top: 50%;
  width: 1000px;
}
.rt_heading_wrapper.style-2 > .style-2:before {
  content: "";
  font-family: "fontello";
  font-size: 23px;
  left: 100%;
  line-height: 23px;
  margin-left: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}

/* style 3 */
.rt_heading_wrapper.style-3 {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.rt_heading_wrapper.style-3 > .style-3 {
  display: inline-block;
  position: relative;
  line-height: 135%;
}
.rt_heading_wrapper.style-3 > .style-3:before, .rt_heading_wrapper.style-3 > .style-3:after {
  content: "";
  position: absolute;
  height: 5px;
  border-width: 1px 0 0 0;
  margin-top: -1px;
  border-style: solid;
  top: 50%;
  width: 2000px;
}
.rt_heading_wrapper.style-3 > .style-3:before {
  right: 100%;
  margin-right: 20px;
}
.rt_heading_wrapper.style-3 > .style-3:after {
  left: 100%;
  margin-left: 20px;
}

/* style 4 */
.rt_heading_wrapper.style-4 {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.rt_heading_wrapper.style-4 > .style-4 {
  display: inline-block;
  position: relative;
  line-height: 135%;
  padding: 0 0 10px 0;
}
.rt_heading_wrapper.style-4 > .style-4:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}
.rt_heading_wrapper.style-4 > .with_punchline {
  margin-top: 0;
}
.rt_heading_wrapper.style-4 .punchline {
  display: block;
  line-height: 100%;
  margin-bottom: -2px;
}

/* style 5 */
.rt_heading_wrapper.style-5 {
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.rt_heading_wrapper.style-5 > .style-5 {
  display: inline-block;
  position: relative;
  line-height: 135%;
  padding: 0 0 10px 0;
}
.rt_heading_wrapper.style-5 > .style-5:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 100px;
  left: 0;
}
.rt_heading_wrapper.style-5 > .with_punchline {
  margin-top: 0;
}
.rt_heading_wrapper.style-5 .punchline {
  display: block;
  line-height: 100%;
  margin-bottom: -2px;
}

/* style 6 */
.rt_heading_wrapper.style-6 {
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.rt_heading_wrapper.style-6 > .style-6 {
  display: inline-block;
  position: relative;
  line-height: 135%;
}
.rt_heading_wrapper.style-6 > .style-6:after {
  content: "";
  position: absolute;
  height: 5px;
  border-width: 1px 0 0 0;
  margin-top: -1px;
  border-style: solid;
  top: 50%;
  width: 1300px;
}
.rt_heading_wrapper.style-6 > .style-6:before {
  right: 100%;
  margin-right: 20px;
}
.rt_heading_wrapper.style-6 > .style-6:after {
  left: 100%;
  margin-left: 20px;
}

/* style 7 */
.rt_heading_wrapper.style-7 {
  text-align: center;
}

/* heading icons */
.style-1 > .heading_icon:before {
  margin-left: 0;
  text-align: center;
  width: 35px;
}

.style-2 > .heading_icon:before, .style-5 > .heading_icon:before, .style-6 > .heading_icon:before {
  margin-left: 0;
  text-align: left;
}

/* PHOTO GALLERY
	========================================================================== */
.photo_gallery > .row > div {
  text-align: center;
  padding: 10px;
}
.photo_gallery > .row > div > img {
  margin: auto;
}
.photo_gallery .caption {
  margin-top: 10px;
}

.photo_gallery.border_grid > .row > div {
  padding: 15px 10px;
}
.photo_gallery.border_grid > .row > div:after {
  top: 15px;
  bottom: 15px;
}
.photo_gallery.border_grid > .row:last-child > div {
  padding: 15px 10px 0 10px;
}
.photo_gallery.border_grid > .row:last-child > div:after {
  top: 15px;
  bottom: 0;
}

/* WP gallery */
.gallery-item img {
  border-width: 2px;
  border-style: solid;
}

/* HIGHLIGHTS
	========================================================================== */
/* style 1 */
/* style 2 */
.highlight.style-2 {
  padding: 0 2px;
}

/* GOOGLE MAPS
	========================================================================== */
/* gogle map fix */
.google_map img {
  max-width: none !important;
}

.google_map_holder {
  color: #666;
}

/*  INFO BOXES
	========================================================================== */
.info_box {
  padding: 10px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: block;
  position: relative;
}
.info_box:before, .info_box:after {
  content: " ";
  display: table;
}
.info_box:after {
  clear: both;
}

/* banner with gradient */
.info_box.gradient {
  box-shadow: 0 0 0 1px #fff inset;
}

/* banner icon */
.info_box p[class^="icon-"]:before, .info_box p[class*=" icon-"]:before {
  font-size: 25px;
  margin: -12px 20px 0 -35px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
}

/* banner text */
.info_box p {
  margin: 0;
  padding: 0 10px 0 40px;
}

.info_box.attention {
  background: #FED8D8;
  border: 1px solid #DCB6B6;
}

.info_box.attention, .info_box.attention a {
  color: #8F6969;
}

.info_box.ok {
  background: #EFFFEF;
  border: 1px solid #E0EDE0;
}

.info_box.ok, .info_box.ok a {
  color: #889588;
}

.info_box.announcement {
  background: #FDFDEF;
  border: 1px solid #EBEBDE;
}

.info_box.announcement, .info_box.announcement a {
  color: #949487;
}

.info_box .icon-cancel {
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.info_box .icon-cancel:hover {
  color: rgba(0, 0, 0, 0.6);
}

/* Counter
   ========================================================================== */
.rt_counter {
  text-align: center;
  font-size: 16px;
}
.rt_counter .number {
  font-size: 70px;
  display: block;
  font-family: Palatino, "Palatino LT STD", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

body:not(.layout1):not(.layout2) .rt_counter .number {
  line-height: 100%;
}

/* Latest News
   ========================================================================== */
.latest_news {
  clear: both;
}
.latest_news > article {
  margin-bottom: 25px;
  display: table;
}
.latest_news > article p {
  margin-bottom: 0;
}
.latest_news .day {
  font-size: 24px;
  display: block;
  line-height: 100%;
}
.latest_news .year {
  font-size: 11px;
  line-height: 100%;
}
.latest_news .title {
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.latest_news .title:hover {
  text-decoration: none;
}

/* style 1 */
.latest_news.style-1 .date {
  width: 45px;
  float: left;
  position: relative;
  text-align: right;
  padding-right: 5px;
  border-width: 0 1px 0 0;
  border-style: solid;
}
.latest_news.style-1 .text {
  display: block;
  margin-left: 55px;
  position: relative;
}

/* style 2 */
.latest_news.style-2 figure {
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}
.latest_news.style-2 .text {
  display: table-cell;
  vertical-align: top;
}
.latest_news.style-2 .text:first-child {
  margin-left: 0;
}
.latest_news.style-2 .date {
  display: block;
  letter-spacing: 0.12em;
}

#container .latest_news.style-2 img {
  max-width: inherit;
}

/* Quotes
   ========================================================================== */
.rt_quote p {
  font-size: 20px;
  font-family: Palatino, "Palatino LT STD", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.rt_quote .author_info {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.rt_quote .author_info .client_link {
  display: block;
  font-weight: normal;
}

/* Pullquote
   ========================================================================== */
.pullquote {
  width: 50%;
}

.pullquote.alignright {
  margin: 40px 0 40px 40px;
}

.pullquote.alignleft {
  margin: 40px 40px 40px 0;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
p {
  margin-bottom: 20px;
}

/* Links
   ========================================================================== */
a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 22px;
}

/*	heading colors and links  */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: underline;
}

/* heading with body fonts */
.clean_heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* ==========================================================================
   CSS ANIMATIONS
   ========================================================================== */
.animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-moz-keyframes active_tabs {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes active_tabs {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes active_tabs {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes buttons {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes buttons {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes buttons {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-moz-keyframes active_slide {
  0% {
    opacity: 0;
    -moz-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes active_slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes active_slide {
  0% {
    opacity: 0;
    -moz-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* spins for icons */
.animate-spin:before {
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes slideInUp {
  from {
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideOutUp {
  from {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  from {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ==========================================================================
	HELPERS
	========================================================================== */
/* alignments */
.aligncenter {
  display: table;
  margin: auto;
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/* mobile alignments */
@media screen and (max-width: 767px) {
  .mobile_aligncenter {
    display: table;
    margin: auto;
    float: none;
    text-align: center;
  }

  .mobile_alignleft {
    float: left;
  }

  .mobile_alignright {
    float: right;
  }
}
/* img alignments */
img.alignleft, .wp-caption.alignleft, .imgeffect.alignleft, .entry-thumbnail.alignleft {
  margin: 4px 20px 4px 2px;
}
img.alignright, .wp-caption.alignright, .imgeffect.alignright, .entry-thumbnail.alignright {
  margin: 4px 2px 4px 20px;
}
img.aligncenter, .wp-caption.aligncenter, .imgeffect.aligncenter, .entry-thumbnail.aligncenter {
  margin: 5px auto 10px;
}

/* responsive images */
#container img {
  max-width: 100%;
  height: auto;
}

/* WP Captions */
.wp-caption {
  text-align: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.02);
  border-style: solid;
  border-width: 1px;
  max-width: 100%;
}
.wp-caption img {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  clear: both;
  display: block;
  padding: 8px 0 0 0;
  font-style: oblique;
}
.wp-caption.aligncenter {
  display: block;
}

/* wp image */
[class^="wp-image-"], [class*=" wp-image-"] {
  max-width: 100%;
  height: auto;
}

/* margins */
.margin-t0 {
  margin-top: 0px;
}
.margin-t1 {
  margin-top: 1px;
}
.margin-t10 {
  margin-top: 10px;
}
.margin-t15 {
  margin-top: 15px;
}
.margin-t20 {
  margin-top: 20px;
}
.margin-t30 {
  margin-top: 30px;
}
.margin-t40 {
  margin-top: 40px;
}
.margin-t50 {
  margin-top: 50px;
}
.margin-t60 {
  margin-top: 60px;
}
.margin-t70 {
  margin-top: 70px;
}
.margin-t80 {
  margin-top: 80px;
}
.margin-b0 {
  margin-bottom: 10px;
}
.margin-b10 {
  margin-bottom: 10px;
}
.margin-b15 {
  margin-bottom: 15px;
}
.margin-b20 {
  margin-bottom: 20px;
}
.margin-b30 {
  margin-bottom: 30px;
}
.margin-b40 {
  margin-bottom: 40px;
}
.margin-b50 {
  margin-bottom: 50px;
}
.margin-b60 {
  margin-bottom: 60px;
}
.margin-b70 {
  margin-bottom: 70px;
}
.margin-b80 {
  margin-bottom: 80px;
}
.margin-b0 {
  margin-bottom: 0;
}
.margin-l0 {
  margin-left: 0;
}
.margin-r0 {
  margin-right: 0;
}

/* padding */
.padding-t0 {
  padding-top: 0px;
}
.padding-t1 {
  padding-top: 1px;
}
.padding-t10 {
  padding-top: 10px;
}
.padding-t20 {
  padding-top: 20px;
}
.padding-t30 {
  padding-top: 30px;
}
.padding-b0 {
  padding-bottom: 0px;
}
.padding-b10 {
  padding-bottom: 10px;
}
.padding-b20 {
  padding-bottom: 20px;
}
.padding-b30 {
  padding-bottom: 30px;
}
.padding-b40 {
  padding-bottom: 40px;
}
.padding-b0 {
  padding-bottom: 0;
}
.padding-t0 {
  padding-top: 0;
}
.padding-l0 {
  padding-left: 0;
}
.padding-r0 {
  padding-right: 0;
}

/* no margin no padding */
.nomargin {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.nopadding {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.clear {
  clear: both;
  width: 100%;
}

.space {
  clear: both;
  width: 100%;
  position: relative;
  display: table;
}

/* responsive images */
.content img {
  max-width: 100%;
  display: block;
}

.responsive .content img {
  height: auto;
}

/* border box sizing  */
.box_sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Responsive video container for embedded videos */
*:not(.wpb_video_wrapper) > .video-container {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px !important;
  height: auto;
  overflow: hidden;
}
*:not(.wpb_video_wrapper) > .video-container iframe,
*:not(.wpb_video_wrapper) > .video-container object,
*:not(.wpb_video_wrapper) > .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  direction: ltr;
}

.sticky, .bypostauthor {
  display: block;
}

.gallery-caption {
  margin-top: 10px;
}

.content_row .gallery img {
  border: 2px solid rgba(0, 0, 0, 0.03) !important;
}

/* BG video */
#body-bg-video {
  bottom: 0;
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
}

.layout2 #body-bg-video {
  z-index: 0;
}

.layout2 #body-bg-video {
  z-index: -1;
}

.admin-bar .lg-toolbar.group {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .lg-toolbar.group {
    top: 46px;
  }
}
.body-lock-scroll {
  overflow: hidden;
}

/* Customizer window messages for front end */
.customizer-notification {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 999999;
}
.customizer-notification .icon-attention-circle {
  animation: 2s ease 0s normal none infinite running slideInUp;
  float: right;
  font-size: 40px;
  color: #e10f0f;
}
.customizer-notification .customizer-notification-text {
  background: #e10f0f;
  color: #ffffff;
  display: none;
  font-size: 16px;
  padding: 40px;
}

.customizer-notification:hover .customizer-notification-text {
  display: block;
}
.customizer-notification:hover .icon-attention-circle {
  animation: none;
  color: #ffffff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Gutenberg
   ========================================================================== */
#container .wp-block-gallery.is-cropped .blocks-gallery-image a,
#container .wp-block-gallery.is-cropped .blocks-gallery-image img,
#container .wp-block-gallery.is-cropped .blocks-gallery-item a,
#container .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
}

.entry-content .alignleft {
  margin-right: 30px;
}
.entry-content .alignright {
  margin-left: 30px;
}

/* ==========================================================================
   WIDGETS
   ========================================================================== */
.widgets_holder .widget {
  border-style: solid;
  border-width: 1px 0 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.widgets_holder .widget:first-child {
  border-width: 0;
}

.widget > ul, .widget .menu {
  padding-left: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.widget > ul > li > ul, .widget > ul > li > .sub-menu, .widget > ul > li > .children, .widget .menu > li > ul, .widget .menu > li > .sub-menu, .widget .menu > li > .children {
  border-style: solid;
  border-width: 1px 0 0 0;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget > ul ul, .widget .menu ul {
  list-style: none;
  padding-left: 15px;
  margin: 5px 0;
}
.widget > ul > li, .widget .menu > li {
  line-height: 160%;
  padding: 5px 0;
}
.widget > ul > li a, .widget .menu > li a {
  text-decoration: none;
}
.widget > ul > li a:hover, .widget .menu > li a:hover {
  text-decoration: underline;
}
.widget > ul > li, .widget .menu > li {
  border-style: solid;
  border-width: 0 0 1px 0;
}
.widget > ul > li:last-child, .widget .menu > li:last-child {
  border-width: 0;
}
.widget .sub-menu li a, .widget .children li a {
  position: relative;
}
.widget .sub-menu li a:before, .widget .children li a:before {
  content: "\f105";
  font-family: "fontello";
  position: absolute;
  left: -14px;
}
.widget #loginform label {
  width: 30%;
  text-align: left;
}

/* search widget */
.wp-search-form li {
  position: relative;
}
.wp-search-form span {
  bottom: 0;
  cursor: pointer;
  line-height: 40px;
  opacity: 0.3;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1px;
  width: 40px;
}
.wp-search-form span:hover {
  opacity: 1;
}
.wp-search-form input {
  width: 100%;
  padding-right: 40px !important;
}

/* widget titles */
.sidebar-widgets .widget, .footer_widgets .widget, .wpb_widgetised_column .widget, .sidebar .widget, #tools .widget {
  margin-bottom: 0;
}
.sidebar-widgets .widget > h5, .footer_widgets .widget > h5, .wpb_widgetised_column .widget > h5, .sidebar .widget > h5, #tools .widget > h5 {
  letter-spacing: 1px;
}
.sidebar-widgets .widget > h5, .footer_widgets .widget > h5, .wpb_widgetised_column .widget > h5, .sidebar .widget > h5, #tools .widget > h5 {
  position: relative;
  padding-bottom: 10px;
}
.sidebar-widgets .widget > h5:after, .footer_widgets .widget > h5:after, .wpb_widgetised_column .widget > h5:after, .sidebar .widget > h5:after, #tools .widget > h5:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Composer widgets */
.wpb_widgetised_column .widget {
  margin-bottom: 25px;
}

/* Latest Posts */
.widget_latest_posts > div, .widget_popular_posts > div {
  margin-bottom: 15px;
}
.widget_latest_posts > div:before, .widget_latest_posts > div:after, .widget_popular_posts > div:before, .widget_popular_posts > div:after {
  content: " ";
  display: table;
}
.widget_latest_posts > div:after, .widget_popular_posts > div:after {
  clear: both;
}
.widget_latest_posts .post-thumb, .widget_popular_posts .post-thumb {
  float: left;
  margin-right: 10px;
}
.widget_latest_posts .meta, .widget_popular_posts .meta {
  display: block;
  letter-spacing: 1px;
  font-size: 11px;
}
.widget_latest_posts .meta a, .widget_popular_posts .meta a {
  text-decoration: none;
}
.widget_latest_posts p:last-child, .widget_popular_posts p:last-child {
  margin-bottom: 0;
}
.widget_latest_posts .title, .widget_popular_posts .title {
  text-decoration: none;
}
.widget_latest_posts .title:hover, .widget_popular_posts .title:hover {
  text-decoration: underline;
}
.widget_latest_posts .icon-comment-empty, .widget_popular_posts .icon-comment-empty {
  margin-right: 2px;
}

/* left side widgets holder */
.widgets_holder.sidebar-widgets .widget {
  padding: 20px;
}

/* WP calendar */
.widget_calendar table {
  width: 100%;
}

/* tag clound */
.widget_tag_cloud a {
  font-size: 14px !important;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}

.widget_tag_cloud a:hover {
  border-width: 0;
  padding: 6px;
}

/* flickr */
.flickr_thumbs {
  margin: 10px 0 10px 0 !important;
  padding: 0;
  overflow: hidden;
  border: 0 !important;
  background: none !important;
}

.flickr_thumbs li {
  list-style: none;
  float: left;
  margin: 0 2% 2% 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  width: 31%;
}

.flickr_thumbs li img {
  display: block;
}

.flickr_thumbs li a img {
  border: none;
  width: 100%;
}

.flickr_thumbs li .frame {
  margin: 0 !important;
  padding: 5px !important;
}

.flickr_thumbs li.hide {
  display: none;
}

.flickr_thumbs li:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.rt-category-tree {
  padding-left: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.rt-category-tree .has-children {
  padding-right: 20px;
}
.rt-category-tree .has-children > span {
  cursor: pointer;
  position: absolute;
  right: 0;
  font-size: 0.8em;
}
.rt-category-tree .has-children > span:before {
  font-family: "fontello";
  content: "+";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.rt-category-tree .has-children > span:hover {
  opacity: 0.4;
}
.rt-category-tree li > ul {
  display: none;
}
.rt-category-tree .current-cat-ancestor > span:before, .rt-category-tree .current-cat > span:before, .rt-category-tree .active > span:before {
  font-family: "fontello";
  content: "-";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.rt-category-tree .current-cat-ancestor > ul, .rt-category-tree .current-cat > ul, .rt-category-tree .active > ul {
  display: block;
}

.rtl .rt-category-tree .has-children > span {
  left: 0;
  right: auto;
}

/* ==========================================================================
   BREADCRUMB MENU
   ========================================================================== */
.breadcrumb {
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  clear: both;
  position: relative;
  display: block;
  padding: 15px 25px 10px 25px;
  margin: 0 -25px;
  line-height: 100%;
}
.breadcrumb:before, .breadcrumb:after {
  content: " ";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb div {
  display: inline;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.breadcrumb a.icon-home:before {
  margin-right: 5px;
  line-height: 100%;
  margin-left: 0;
  text-align: left;
}
.breadcrumb span:before {
  width: auto;
}

.sub_page_header.center-style .breadcrumb {
  margin: auto;
  max-width: 100%;
  text-align: center;
  padding: 5px 25px;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.paging_wrapper {
  text-align: center;
  display: block;
  clear: both;
}
.paging_wrapper > .page-numbers {
  display: inline-table;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}
.paging_wrapper > .page-numbers li {
  display: inline;
  float: left;
}
.paging_wrapper > .page-numbers a, .paging_wrapper > .page-numbers li > span {
  border: 0;
  overflow: hidden;
  line-height: 200%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: inherit;
}
.paging_wrapper > .page-numbers li:last-child a, .paging_wrapper > .page-numbers li:last-child > span {
  border-width: 0;
}
.paging_wrapper > .page-numbers .prev, .paging_wrapper > .page-numbers .next {
  padding: 0 15px;
}
.paging_wrapper > .page-numbers .current, .paging_wrapper > .page-numbers .dots {
  text-decoration: none;
  padding: 0 15px;
}
.paging_wrapper > .page-numbers a:hover, .paging_wrapper > .page-numbers .current {
  text-decoration: none;
}

/* ==========================================================================
   SOCIAL MEDIA ICONS
   ========================================================================== */
/* social media holder */
ul.social_media {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  overflow: visible !important;
}

ul.social_media li {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 4px 4px 0;
  border: 0;
}

/* first & last items */
.social_media li:first-child, #top_bar .social_media li:first-child {
  margin-left: 0;
}

.social_media li:last-child, #top_bar .social_media li:last-child {
  margin-right: 0;
}

/* item link */
ul.social_media > li > a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

/* hover position */
ul.social_media > li > a:hover {
  color: #fff;
  height: 29px;
  margin-top: -5px;
  text-decoration: none !important;
}

/* item desc */
.social_media li span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: none;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  top: -45px;
  padding: 4px 0px;
  cursor: default;
  position: absolute;
  text-indent: 0;
  color: #fff;
  z-index: -999;
  -webkit-transition: top .2s;
  -moz-transition: top .2s;
  -o-transition: top .2s;
  transition: top .2s;
  font-family: arial;
}

/* item desc hover position */
.social_media li:hover span {
  top: -28px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  z-index: 999;
  min-width: 70px;
}

.social_media [class^="icon-"]:before, .social_media [class*=" icon-"]:before {
  margin-left: 1.5px;
  line-height: 24px;
}

/* social media colors */
.social_media li:hover a, .social_media li:hover span {
  background-color: #bbb;
}

/*unbranded*/
.social_media li.facebook:hover a, .social_media li.facebook:hover span {
  background-color: #3B5998 !important;
}

.social_media li.twitter:hover a, .social_media li.twitter:hover span {
  background-color: #10c0ee !important;
}

.social_media li.gplus:hover a, .social_media li.gplus:hover span {
  background-color: #e3614a !important;
}

.social_media li.flickr:hover a, .social_media li.flickr:hover span {
  background-color: #ff3092 !important;
}

.social_media li.mail:hover a, .social_media li.mail:hover span {
  background-color: #999 !important;
}

.social_media li.lastfm:hover a, .social_media li.lastfm:hover span {
  background-color: #da260e !important;
}

.social_media li.dribbble:hover a, .social_media li.dribbble:hover span {
  background-color: #EA4C89 !important;
}

.social_media li.linkedin:hover a, .social_media li.linkedin:hover span {
  background-color: #006e99 !important;
}

.social_media li.vimeo:hover a, .social_media li.vimeo:hover span {
  background-color: #0ec4ef !important;
}

.social_media li.youtube-play:hover a, .social_media li.youtube-play:hover span {
  background-color: #f3554f !important;
}

.social_media li.instagram:hover a, .social_media li.instagram:hover span {
  background-color: #7b6455 !important;
}

.social_media li.behance:hover a, .social_media li.behance:hover span {
  background-color: #228cff !important;
}

.social_media li.dropbox:hover a, .social_media li.dropbox:hover span {
  background-color: #499dd6 !important;
}

.social_media li.picasa:hover a, .social_media li.picasa:hover span {
  background-color: #aa7bbc !important;
}

.social_media li.rss:hover a, .social_media li.rss:hover span {
  background-color: #fd8900 !important;
}

.social_media li.skype:hover a, .social_media li.skype:hover span {
  background-color: #00b0e1 !important;
}

.social_media li.stumbleupon:hover a, .social_media li.stumbleupon:hover span {
  background-color: #6cc977 !important;
}

.social_media li.pinterest:hover a, .social_media li.pinterest:hover span {
  background-color: #d62930 !important;
}

.social_media li.github:hover a, .social_media li.github:hover span {
  background-color: #888 !important;
}

.social_media li.tumblr:hover a, .social_media li.tumblr:hover span {
  background-color: #456885 !important;
}

.social_media li.spotify:hover a, .social_media li.spotify:hover span {
  background-color: #afd102 !important;
}

.social_media li.evernote:hover a, .social_media li.evernote:hover span {
  background-color: #6fbd45 !important;
}

.social_media li.flattr:hover a, .social_media li.flattr:hover span {
  background-color: #f7af30 !important;
}

.social_media li.paypal:hover a, .social_media li.paypal:hover span {
  background-color: #003f70 !important;
}

.social_media li.vkontakte:hover a, .social_media li.vkontakte:hover span {
  background-color: #2f6893 !important;
}

.social_media li.soundcloud:hover a, .social_media li.soundcloud:hover span {
  background-color: #F76700 !important;
}

.social_media li.foursquare:hover a, .social_media li.foursquare:hover span {
  background-color: #24b2ed !important;
}

.social_media li.delicious:hover a, .social_media li.delicious:hover span {
  background-color: #3399ff !important;
}

.social_media li.forrst:hover a, .social_media li.forrst:hover span {
  background-color: #5a9967 !important;
}

.social_media li.ebay:hover a, .social_media li.ebay:hover span {
  background-color: #dd3b4a !important;
}

.social_media li.android:hover a, .social_media li.android:hover span {
  background-color: #80bd01 !important;
}

.social_media li.xing:hover a, .social_media li.xing:hover span {
  background-color: #d2d600 !important;
}

.social_media li.reddit:hover a, .social_media li.reddit:hover span {
  background-color: orangered !important;
}

.social_media li.digg:hover a, .social_media li.digg:hover span {
  background-color: black !important;
}

.social_media li.macstore:hover a, .social_media li.macstore:hover span {
  background-color: #1bbdfb !important;
}

.social_media li.myspace:hover a, .social_media li.myspace:hover span {
  background-color: #0911a4 !important;
}

.social_media li.amazon:hover a, .social_media li.amazon:hover span {
  background-color: #f59318 !important;
}

.social_media li.stackoverflow:hover a, .social_media li.stackoverflow:hover span {
  background-color: #fe7a15 !important;
}

.social_media li.slideshare:hover a, .social_media li.slideshare:hover span {
  background-color: #0479B6 !important;
}

.social_media li.sina-weibo:hover a, .social_media li.sina-weibo:hover span {
  background-color: #E6162D !important;
}

.social_media li.odnoklassniki:hover a, .social_media li.odnoklassniki:hover span {
  background-color: #f58221 !important;
}

.social_media li.whatsapp:hover a, .social_media li.whatsapp:hover span {
  background-color: #2db742 !important;
}

.social_media li.telegram:hover a, .social_media li.telegram:hover span {
  background-color: #2ea5de !important;
}

/* in topbar */
.topbar-widget > .social_media > li > a, .topbar-widget > .social_media > li, .topbar-widget > .social_media > li > a:hover, .topbar-widget > .social_media > li:hover a, .header-widget > .social_media > li > a, .header-widget > .social_media > li, .header-widget > .social_media > li > a:hover, .header-widget > .social_media > li:hover a {
  width: inherit;
  height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent !important;
}
.topbar-widget > .social_media li:hover span, .header-widget > .social_media li:hover span {
  display: none !important;
}
.topbar-widget .social_media > li:hover, .header-widget .social_media > li:hover {
  opacity: 0.8;
}

/* social share */
.social_share_holder {
  position: relative;
}
.social_share_holder .share_text {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.social_share_holder .icon-share:after {
  border-style: solid;
  border-width: 1px 0 0 0;
  content: "";
  margin-left: 10px;
  position: absolute;
  width: 100%;
  top: 50%;
}
.social_share_holder .social_media li {
  margin: 0 3px 4px 0;
}
.social_share_holder .social_media li:last-child {
  margin: 0;
}

/* social share in single posts */
.post-title-holder .social_share_holder {
  margin-top: 10px;
  text-align: right;
}
.post-title-holder .social_share_holder .share_text {
  display: inline-block;
  margin: 0 10px 5px 0;
}
.post-title-holder .social_share_holder .icon-share:after {
  content: none;
}

/* ==========================================================================
   CAROUSELS
   ========================================================================== */
/* carousel holder */
.carousel-holder {
  position: relative;
}

.owl-carousel {
  overflow: hidden;
  position: relative;
}

/* navigation */
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px;
  margin-top: -20px;
  font-size: 14px;
  cursor: pointer;
}
.owl-carousel .owl-nav div.disabled {
  opacity: 0.3;
}
.owl-carousel .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -40px;
}

/* hover state */
.owl-carousel:hover .owl-nav div {
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
}

/* dots */
.dots-holder {
  position: absolute;
  right: -17px;
  top: 0;
}
.dots-holder > div {
  zoom: 1;
}
.dots-holder > div span {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0 4px 0 !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.rt-image-carousel .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  transform-style: initial;
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testimonial.col-md-12 {
  font-size: 16px;
}

/* client image */
.client_image {
  display: inline-block;
  overflow: hidden;
  margin: auto;
  float: left;
  padding: 10px;
  border-radius: 50%;
  border-width: 1px 0 1px 0;
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.11);
}

/* client info */
.client_info {
  font-style: italic;
  font-size: 13px;
  display: block;
}

/* quotes */
.testimonial .text .icon-quote-right {
  font-size: 20px;
  margin-top: 2px;
  padding-left: 6px;
  position: absolute;
}
.testimonial .text .icon-quote-left {
  font-size: 20px;
  padding-right: 6px;
}

/* testimonial left aligned text */
.testimonials.left .testimonial.col-md-12 {
  padding: 0;
}
.testimonials.left .testimonial .with_image.text {
  margin-left: 140px;
}
.testimonials.left .client_image {
  display: inline-block;
  overflow: hidden;
  margin: auto;
  float: left;
  padding: 10px;
}
.testimonials.left .client_image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 100px;
  overflow: hidden;
  width: 100px;
}

/* testimonials centered */
.testimonials.center {
  text-align: center;
  padding: 20px;
}
.testimonials.center .text {
  margin-left: 0;
}
.testimonials.center .client_image {
  display: inline-block;
  overflow: hidden;
  margin: auto;
  float: none;
  clear: both;
}
.testimonials.center .client_image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 100px;
  overflow: hidden;
  width: 100px;
  float: left;
}

/* testimonials centered big text */
.testimonials.center.big {
  font-size: 20px;
  /* client info */
}
.testimonials.center.big .client_info {
  font-size: 15px;
}

/* testimonial carousel (center) */
.testimonial-carousel.center {
  padding: 0;
}
.testimonial-carousel.center .testimonial.item {
  width: 90%;
  margin: auto;
}

/* ==========================================================================
   FORMS
   ========================================================================== */
button, input, optgroup, select, textarea {
  color: inherit;
  margin: 0;
  font-size: 14px;
  font-family: arial;
}

.label, label {
  font-size: 100%;
  font-weight: auto;
  line-height: 2.2em;
  text-align: center;
  white-space: nowrap;
}

input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select,
.select2-container .select2-choice {
  padding: 12px 10px;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.02);
  line-height: 100%;
  height: 42px;
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  background-color: transparent;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
  outline: none;
}

button:focus {
  outline: none;
}

select, form .customselect {
  padding: 10px;
}

textarea {
  line-height: 1.4em;
  padding: 11px 10px;
  height: auto;
}

input[type="submit"],
input[type="button"] {
  border-width: 0;
  border-style: solid;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  padding: 12px 20px;
  height: 42px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 1;
}

/* Contact Form (native)
   ========================================================================== */
.rt_form label {
  display: none;
  text-align: left;
}
.rt_form > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt_form > ul > .form-input {
  margin-bottom: 10px;
}
.rt_form > ul .security-question,
.rt_form > ul .submit-button {
  float: left;
  margin-right: 10px;
}
.rt_form > ul #name, .rt_form > ul #email, .rt_form > ul #message {
  width: 100%;
}
.rt_form > ul #math {
  max-width: 55px;
}
.rt_form .error {
  border-color: red;
}
.rt_form .loading {
  background: url(//olby.by/wp-content/themes/rttheme19/images/loading.gif) center center no-repeat;
  display: none;
  width: 40px;
  height: 45px;
  float: right;
}
.rt_form .comment-form-cookies-consent {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.rt_form .confirm-label, .rt_form .comment-form-cookies-consent label {
  margin-left: 10px;
  display: inline;
  white-space: normal;
  line-height: 1em;
}
.rt_form #confirm.error {
  box-shadow: 0 0 0 2px red !important;
}

/* Contact Form 7 (plugin)
   ========================================================================== */
.wpcf7 input[type="text"],
.wpcf7 input[type="input"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
}
.wpcf7 .wpcf7-list-item.first,
.wpcf7 .wpcf7-response-output {
  margin-left: 0;
}

/* Gravity Forms (plugin)
   ========================================================================== */
.gform_wrapper div input[type="text"],
.gform_wrapper div input[type="input"],
.gform_wrapper div input[type="password"],
.gform_wrapper div input[type="email"],
.gform_wrapper div input[type="date"],
.gform_wrapper div input[type="time"],
.gform_wrapper div input[type="datetime-local"],
.gform_wrapper div input[type="month"],
.gform_wrapper div input[type="number"],
.gform_wrapper div input[type="url"],
.gform_wrapper div input[type="tel"],
.gform_wrapper div input.medium {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
}
.gform_wrapper div select[multiple],
.gform_wrapper div select[size] {
  margin: 0 !important;
  padding: 10px;
  font-size: 14px;
}
.gform_wrapper div textarea {
  margin: 0;
  line-height: 1.4em;
  padding: 11px 10px;
  font-size: 14px;
}
.gform_wrapper div .ginput_container label {
  text-align: left;
}
.gform_wrapper div .gfield_label {
  text-align: left;
}
.gform_wrapper div .gfield_date_dropdown_month select, .gform_wrapper div .gfield_date_dropdown_day select, .gform_wrapper div .gfield_date_dropdown_year select {
  padding-right: 45px;
}

/* Ninja Forms
   ========================================================================== */
.ninja-forms-form .label-above label {
  text-align: left;
}
.ninja-forms-form .ninja-forms-field-error {
  color: red;
}

/* ==========================================================================
   TABLES
   ========================================================================== */
table:not(.table):not(.ui-datepicker-calendar):not(.variations) {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > thead > tr > th,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > thead > tr > td,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > tbody > tr > th,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > tbody > tr > td,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > tfoot > tr > th,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > tfoot > tr > td {
  padding: 5px;
  vertical-align: top;
  border-width: 1px 0 0 0;
  border-style: solid;
}
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > thead > tr > th {
  vertical-align: bottom;
  border-width: 0 0 2px 0;
  border-style: solid;
}
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > caption + thead > tr:first-child > th,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > caption + thead > tr:first-child > td,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > colgroup + thead > tr:first-child > th,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > colgroup + thead > tr:first-child > td,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > thead:first-child > tr:first-child > th,
table:not(.table):not(.ui-datepicker-calendar):not(.variations) > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* ==========================================================================
	PAGE LOADING EFFECT
	========================================================================== */
.js .rt-loading {
  background-image: none;
  background-color: #fff;
  overflow-y: hidden;
  /* Loaded styles */
}
.js .rt-loading #loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.js .rt-loading #loader-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  left: 0;
  top: 0;
}
.js .rt-loading.rt-leaving #loader-wrapper:before {
  opacity: 1;
}
.js .rt-loading #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #bbb;
  border-bottom-color: #bbb;
  -webkit-animation: spin 1.7s linear infinite;
  -o-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 10001;
}
.js .rt-loading #loader:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 35px;
  right: 35px;
  bottom: 35px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #bbb;
  border-bottom-color: #bbb;
  -webkit-animation: spin-reverse 0.6s linear infinite;
  -o-animation: spin-reverse 0.6s linear infinite;
  animation: spin-reverse 0.6s linear infinite;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin-reverse {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes spin-reverse {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.js .rt-loading .loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.js .rt-loading .loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

/* ==========================================================================
   404 PAGE
   ========================================================================== */
.page-404 {
  padding: 40px 0;
}

.page-404 > .col:first-child {
  text-align: left;
}
.page-404 > .col:first-child span {
  font-size: 250px;
  line-height: 250px;
  display: inline-block;
  color: #eee;
  text-align: left;
  padding-right: 20px;
}
.page-404 > .col:first-child span:before {
  text-align: left;
  margin: 0;
}

.page-404 h1 {
  font-size: 100px;
  line-height: 140px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* Tablet Portrait and Smaller screen and (max-width : 979px)
   ========================================================================== */
@media screen and (max-width: 979px) {
  #main_content > .content_row.overlap {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .rt_quote p {
    font-size: 18px;
  }

  #footer.fixed_footer {
    width: 100%;
    left: auto;
  }
}
/* Extra small devices Phones screen and (max-width : 767px)
   ========================================================================== */
@media screen and (max-width: 767px) {
  #main_content > .content_row > .content_row_wrapper > div:last-child {
    margin-bottom: 0;
  }

  .wpb_column, .col {
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .content_row_wrapper > div:last-child {
    margin-bottom: 0;
  }

  .content_row_wrapper.align-contents {
    display: block;
  }

  .content_row:not(.sub_page_header) .content_row_wrapper > div:first-child {
    margin-bottom: 15px;
  }

  .table_wrap {
    display: block !important;
  }

  .table_wrap.features {
    display: none !important;
  }

  .tab_contents {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tab_content {
    padding: 10px 0 !important;
  }

  .google_map {
    max-height: 200px;
  }

  .post-title-holder .social_share_holder {
    text-align: left;
  }

  .border_grid:not(.filterable) > .row, .border_grid:not(.filterable) .content_row {
    border-width: 0;
  }
  .border_grid:not(.filterable) > .row > div:after, .border_grid:not(.filterable) .wpb_column:after, .border_grid:not(.filterable) .col:after {
    border-width: 0;
  }
  .border_grid:not(.filterable) > .row > div, .border_grid:not(.filterable) .content_row .wpb_column, .border_grid:not(.filterable) .content_row .col {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .border_grid:not(.filterable) .vc_col-xs-12:after, .border_grid:not(.filterable) .col-xs-12:after,
  .border_grid:not(.filterable) .vc_col-sm-12:after, .border_grid:not(.filterable) .col-sm-12:after,
  .border_grid:not(.filterable) .vc_col-md-12:after, .border_grid:not(.filterable) .col-md-12:after,
  .border_grid:not(.filterable) .vc_col-lg-12:after, .border_grid:not(.filterable) .col-lg-12:after {
    border-width: 0;
  }
  .border_grid:not(.filterable) .content_row:not(:last-child):after {
    height: 0;
  }

  .masonry .vertical_line {
    display: none;
  }

  .slide-content-wrapper .slide-content {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: 80% !important;
  }

  .banner {
    table-layout: auto;
  }

  .banner > .button_holder {
    padding-left: 0;
    width: 100%;
    display: block;
  }

  .withbutton > .featured_text {
    padding-right: 0;
    border-width: 0;
    width: 100%;
    display: block;
    text-align: center;
  }

  .testimonials.left .testimonial .with_image.text {
    margin-left: 90px;
  }
  .testimonials.left .client_image {
    padding: 5px;
  }
  .testimonials.left .client_image img {
    height: 60px;
    width: 60px;
  }

  #container .latest_news.style-2 img {
    max-width: 80px;
  }

  .timeline:after {
    content: none;
  }
  .timeline > div {
    width: 100%;
    right: auto;
    left: 0;
    text-align: center !important;
    display: block;
    margin: 40px 0 60px 0 !important;
  }
  .timeline .event-date {
    width: 100%;
    right: auto !important;
    left: 0 !important;
    text-align: center;
    margin-top: -60px;
  }
  .timeline > div:before {
    content: none;
  }

  .filter_navigation {
    display: none;
  }

  .icon-content-box {
    padding-bottom: 10px;
  }
}
/* Small devices Tablets screen and (min-width : 768px)
   ========================================================================== */
@media screen and (min-width: 768px) {
  .border_grid:not(.filterable) [class^="vc_col-"]:after, .border_grid:not(.filterable) [class*=" vc_col-"]:after,
  .border_grid:not(.filterable) [class^="col-"]:after, .border_grid:not(.filterable) [class*=" col-"]:after {
    border-width: 0 0 0 1px;
  }
  .border_grid:not(.filterable) .vc_col-sm-12:after, .border_grid:not(.filterable) .col-sm-12:after {
    border-width: 0;
  }
}
/* Medium devices Desktops screen and (min-width : 992px)
   ========================================================================== */
@media screen and (min-width: 992px) {
  .border_grid:not(.filterable) [class^="vc_col-"]:after, .border_grid:not(.filterable) [class*=" vc_col-"]:after,
  .border_grid:not(.filterable) [class^="col-"]:after, .border_grid:not(.filterable) [class*=" col-"]:after {
    border-width: 0 0 0 1px;
  }
  .border_grid:not(.filterable) .vc_col-md-12:after, .border_grid:not(.filterable) .col-md-12:after {
    border-width: 0;
  }
}
/* Large devices Desktops screen and (min-width : 1199px)
   ========================================================================== */
@media screen and (min-width: 1199px) {
  .border_grid:not(.filterable) [class^="vc_col-"]:after, .border_grid:not(.filterable) [class*=" vc_col-"]:after,
  .border_grid:not(.filterable) [class^="col-"]:after, .border_grid:not(.filterable) [class*=" col-"]:after {
    border-width: 0 0 0 1px;
  }
  .border_grid:not(.filterable) .vc_col-lg-12:after, .border_grid:not(.filterable) .col-lg-12:after {
    border-width: 0;
  }
}
/* Print Styles
   ========================================================================== */
@media print {
  #footer.fixed_footer {
    position: static;
  }

  #left_side, .breadcrumb, .mobile-menu-button {
    display: none;
  }

  #right_side, #footer.fixed_footer {
    width: 900px;
    padding-bottom: 0 !important;
    margin: auto;
  }

  #top_bar {
    height: auto !important;
  }

  #main_content {
    margin-top: 20px;
    border-top: 1px solid #ddd;
  }

  .social_media a[href]:after, #top_bar * a[href]:after, .owl-carousel * a[href]:after, #comments * a[href]:after {
    content: "";
  }

  .border_grid:not(.filterable) > .row, .border_grid:not(.filterable) .content_row {
    border-width: 0;
  }
  .border_grid:not(.filterable) > .row > div:after, .border_grid:not(.filterable) .wpb_column:after, .border_grid:not(.filterable) .col:after {
    border-width: 0;
  }
  .border_grid:not(.filterable) > .row > div, .border_grid:not(.filterable) .content_row .wpb_column, .border_grid:not(.filterable) .content_row .col {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .border_grid:not(.filterable) .vc_col-xs-12:after, .border_grid:not(.filterable) .col-xs-12:after,
  .border_grid:not(.filterable) .vc_col-sm-12:after, .border_grid:not(.filterable) .col-sm-12:after,
  .border_grid:not(.filterable) .vc_col-md-12:after, .border_grid:not(.filterable) .col-md-12:after,
  .border_grid:not(.filterable) .vc_col-lg-12:after, .border_grid:not(.filterable) .col-lg-12:after {
    border-width: 0;
  }

  .masonry .vertical_line {
    display: none;
  }

  .tab_nav {
    display: none !important;
  }

  .tab_contents {
    margin-left: 0 !important;
  }

  .tab_content {
    display: block !important;
    padding: 10px 0 !important;
  }

  .tab_content_wrapper .tab_title {
    display: block !important;
  }

  .toggle-content {
    display: block !important;
  }
}
/* ==========================================================================
   MEDIA QUERIES FOR LAYOUT 2
   ========================================================================== */
/* Tablet Portrait and Smaller screen and (max-width : 979px)
   ========================================================================== */
@media screen and (max-width: 979px) {
  #logo {
    display: block;
    padding: 10px;
    float: none;
    margin: auto;
    text-align: center;
    position: relative;
    max-width: 300px;
    max-height: 260px;
  }
  #logo img {
    margin: auto;
    max-width: 280px;
    max-height: 240px;
  }

  .top-header {
    padding: 0;
  }

  .header-elements {
    padding: 20px;
    min-height: 100% !important;
  }

  .mobile-menu-button {
    display: block;
  }

  .header-right {
    margin-top: 20px;
    margin-left: -290px;
    width: 290px;
    position: absolute;
    -webkit-transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    transition: margin 0.3s ease 0.1s;
    z-index: 1001;
    left: 0;
    top: auto;
    bottom: auto;
  }

  .mobile-menu-active .header-right {
    margin-left: 0;
    -webkit-transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    transition: margin 0.3s ease 0.1s;
  }
  .mobile-menu-active #main_content:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000000;
  }

  .header-right > nav {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  #navigation > li {
    float: none;
    display: block;
  }
  #navigation li a {
    position: relative;
    display: block;
    text-align: left;
    border-width: 0 0 1px 0;
    padding: 10px 20px;
  }
  #navigation li a {
    position: relative;
    display: block;
    text-align: left;
    border-width: 0 0 1px 0;
    padding: 15px 20px !important;
  }
  #navigation ul {
    display: none;
    position: relative;
    right: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border-width: 0;
  }
  #navigation > li > ul {
    margin: 0;
  }
  #navigation ul li:first-child a {
    border-width: 0 0 1px 0;
  }
  #navigation li:hover > ul {
    display: none;
  }
  #navigation li.menu-item-has-children > a {
    padding-right: 65px;
    position: relative;
  }
  #navigation li.menu-item-has-children > a:before {
    font-family: "fontello";
    content: "+";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
  }
  #navigation li.menu-item-has-children.current-menu-item > a:before {
    font-family: "fontello";
    content: "-";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
  }
  #navigation li.menu-item-has-children > a:after {
    border-style: solid;
    border-width: 0 0 0 1px;
    height: 100%;
    position: absolute;
    right: 50px;
    content: "";
    top: 0;
    z-index: 999;
  }
  #navigation li.menu-item-has-children > a:before {
    cursor: pointer;
    margin: -5px 0 0 0 !important;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: center;
    width: auto !important;
    z-index: 999;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
  }
  #navigation li.current-menu-item > ul {
    display: block;
  }
  #navigation li.current-menu-ancestor:after,
  #navigation li.current-menu-item:after,
  #navigation li:hover:after,
  #navigation li:after {
    content: none !important;
  }

  #navigation > li a {
    font-size: 14px;
  }

  /* Tools */
  #tools {
    float: none;
  }
  #tools > ul:first-child {
    display: none;
  }
  #tools > ul {
    float: none;
  }
  #tools > ul > li {
    width: 25%;
  }
  #tools > ul > li > span:first-child {
    padding: 18px !important;
  }
  #tools > ul > li > div {
    width: 100%;
  }
}
/* Extra small devices Phones screen and (max-width : 767px)
   ========================================================================== */
@media screen and (max-width: 767px) {
  #logo {
    display: block;
    padding: 10px;
    float: none;
    margin: auto;
    text-align: center;
    position: relative;
    max-width: 200px;
    max-height: 180px;
  }
  #logo img {
    margin: auto;
    max-width: 180px;
    max-height: 160px;
  }
}
@media screen and (max-width: 375px) {
  #logo {
    max-width: 200px !important;
    max-height: 180px !important;
  }
  #logo img {
    max-width: 180px !important;
    max-height: 160px !important;
  }
}
/* Shortcout buttons on the main navigation
   ========================================================================== */
@media (min-width: 980px) and (max-width: 1200px) {
  /* Tools */
  #tools > ul:first-child {
    display: block;
  }
  #tools > ul:first-child span {
    cursor: pointer;
  }
  #tools > ul:first-child span:before {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  #tools > ul:first-child span.active:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #tools > ul:last-child {
    display: none;
  }
  #tools > ul {
    float: none;
  }
  #tools > ul.active {
    display: block;
    position: absolute;
    right: 0;
    z-index: 120;
  }
  #tools > ul.active > li > span:first-child {
    padding: 18px !important;
  }
}
.bold, .woocommerce .product_info div.clean_heading a {
    font-weight:600 !important;
}

/* =Custom Font
-------------------------------------------------------------- */
@font-face {
  font-family: 'star';
  src: url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/star.eot);
  src: url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/star.eot?#iefix) format("embedded-opentype"), url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/star.woff) format("woff"), url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/star.ttf) format("truetype"), url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/star.svg#star) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WooCommerce';
  src: url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/WooCommerce.eot);
  src: url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/WooCommerce.woff) format("woff"), url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/WooCommerce.ttf) format("truetype"), url(//olby.by/wp-content/themes/rttheme19/css/woocommerce/fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =Utilities
-------------------------------------------------------------- */
.wc-forward:after, .wc-forward a:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  content: "";
  font-size: .75em;
}

.wc-backward:before, .wc-backward a:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "";
  font-size: .75em;
}

/* =Main Styles (namespace to avoid conflict with common global class names)
-------------------------------------------------------------- */
.woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
  clear: both;
}
.woocommerce .col2-set h3, .woocommerce-page .col2-set h3 {
  border-width: 0 0 1px 0;
  border-style: solid;
  padding-bottom: 20px;
}
.woocommerce .col-1, .woocommerce .col-2, .woocommerce-page .col-1, .woocommerce-page .col-2 {
  float: left;
  width: 50%;
}
.woocommerce .col-1, .woocommerce-page .col-1 {
  padding-right: 10px;
  border-width: 0 1px 0 0;
  border-style: solid;
}
.woocommerce .col-2, .woocommerce-page .col-2 {
  padding-left: 10px;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
  padding: 1em 1em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  list-style: none outside !important;
  width: auto;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-info:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:after {
  clear: both;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  position: absolute;
  left: 1em;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce-page .woocommerce-message li, .woocommerce-page .woocommerce-error li, .woocommerce-page .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message a:hover, .woocommerce .woocommerce-error a:hover, .woocommerce .woocommerce-info a:hover, .woocommerce-page .woocommerce-message a:hover, .woocommerce-page .woocommerce-error a:hover, .woocommerce-page .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
  border: 2px solid #8fae1b;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
  background-color: #8fae1b;
  content: "\2713";
}
.woocommerce .woocommerce-message a, .woocommerce-page .woocommerce-message a {
  text-decoration: none;
  color: #8fae1b;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  border: 2px solid #1e85be;
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  background-color: #1e85be;
  content: "i";
  font-family: Times, Georgia, serif;
  font-style: italic;
}
.woocommerce .woocommerce-info a, .woocommerce-page .woocommerce-info a {
  text-decoration: none;
  color: #1e85be;
}
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
  border: 2px solid #b81c23;
}
.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
  background-color: #b81c23;
  content: "\00d7";
  font-weight: 700;
}
.woocommerce .woocommerce-error a, .woocommerce-page .woocommerce-error a {
  text-decoration: none;
  color: #b81c23;
}
.woocommerce small.note, .woocommerce-page small.note {
  display: block;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}
.woocommerce .screen-reader-text, .woocommerce-page .screen-reader-text {
  display: none;
}
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
  float: none;
}
.woocommerce .product_info_footer a, .woocommerce-page .product_info_footer a {
  outline: none !important;
}
.woocommerce .product_info_footer a:before, .woocommerce-page .product_info_footer a:before {
  font-family: fontello;
}
.woocommerce a.product_type_simple:before, .woocommerce-page a.product_type_simple:before {
  content: '\f105';
}
.woocommerce a.product_type_variable:before,
.woocommerce a.product_type_grouped:before, .woocommerce-page a.product_type_variable:before,
.woocommerce-page a.product_type_grouped:before {
  content: '\e80c';
}
.woocommerce a.product_type_external:before, .woocommerce-page a.product_type_external:before {
  content: '\e865';
}
.woocommerce a.add_to_cart_button.product_type_simple:before, .woocommerce-page a.add_to_cart_button.product_type_simple:before {
  content: '\e73d';
}
.woocommerce a.add_to_cart_button.loading:before, .woocommerce-page a.add_to_cart_button.loading:before {
  content: '\6d';
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
.woocommerce a.add_to_cart_button.added:before, .woocommerce-page a.add_to_cart_button.added:before {
  content: '\2713';
}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
  display: none;
}
.woocommerce .onsale, .woocommerce-page .onsale {
  color: #fff;
  padding: 0 20px;
  position: absolute;
  z-index: 99;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  margin: 0 0 1em;
  float: left;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: right;
  margin: -4px 0 1em;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce .product .product_info, .woocommerce-page .product .product_info {
  display: block;
  text-align: center;
}
.woocommerce .product .product_info h5, .woocommerce-page .product .product_info h5 {
  display: inline-block;
}
.woocommerce .product p.price, .woocommerce-page .product p.price {
  font-size: 1.4em;
  line-height: 1;
}
.woocommerce body:not(.layout3):not(.layout4) .product p.price, .woocommerce-page body:not(.layout3):not(.layout4) .product p.price {
  font-size: 18px;
  font-family: georgia,serif;
}
.woocommerce .product_item_holder .product_info_footer, .woocommerce-page .product_item_holder .product_info_footer {
  text-align: center;
  padding-top: 10px;
}
.woocommerce .product_item_holder .product_info_footer > *:first-child, .woocommerce-page .product_item_holder .product_info_footer > *:first-child {
  float: none;
}
/* ==========================================================================
   Reviews/comments
   ========================================================================== */
.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
  float: right;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a {
  text-decoration: none;
}
.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
  margin: 40px 0 0 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #respond #reply-title, .woocommerce-page #reviews #respond #reply-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:before, .woocommerce-page #reviews #comments .add_review:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: none;
  padding: 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:before, .woocommerce-page #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
  padding: 20px;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border-width: 1px;
  border-style: solid;
}
.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 3px;
  width: 35px;
  height: auto;
  margin: 0;
  line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:before, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating, .woocommerce-page #reviews #comments ol.commentlist li .comment-text .star-rating {
  margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist ul.children, .woocommerce-page #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 60px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating, .woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond, .woocommerce-page #reviews #comments ol.commentlist #respond {
  padding: 1em 1em 0;
  margin: 20px 0 0 60px;
}
.woocommerce #reviews #comments .commentlist > li:before, .woocommerce-page #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce #reviews .comment-form-author, .woocommerce-page #reviews .comment-form-author {
  margin-right: 10px;
}
/* Star rating */
.woocommerce .star-rating, .woocommerce-page .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: 'star';
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
  content: "\73\73\73\73\73";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .product_info .star-rating, .woocommerce-page .product_info .star-rating {
  display: inline-block;
  font-size: 12px;
  margin: 0 auto 10px;
  float: none;
  display: block;
}
.woocommerce .widget .star-rating, .woocommerce-page .widget .star-rating {
  font-size: 11px;
}
.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
  line-height: 2em;
  display: block;
  float: right;
  margin-top: 7px;
}
.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
  display: inline-block;
  font-size: 12px;
  margin: 0 auto 10px;
  float: none;
  display: block;
}
.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:before, .woocommerce-page #review_form #respond:after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
  margin: 0 10px 10px 0;
}
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
.woocommerce p.stars, .woocommerce-page p.stars {
  position: relative;
  font-size: 1em;
}
.woocommerce p.stars a, .woocommerce-page p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
.woocommerce p.stars a:last-child, .woocommerce-page p.stars a:last-child {
  border-right: 0;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-1, .woocommerce-page p.stars a.star-2, .woocommerce-page p.stars a.star-3, .woocommerce-page p.stars a.star-4, .woocommerce-page p.stars a.star-5 {
  border-width: 0 1px 0 0;
  border-style: solid;
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
  width: 2em;
}
.woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
  content: "\e021";
}
.woocommerce p.stars a.star-1:hover:after, .woocommerce p.stars a.star-1.active:after, .woocommerce-page p.stars a.star-1:hover:after, .woocommerce-page p.stars a.star-1.active:after {
  content: "";
}
.woocommerce p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
  content: "\e021\e021";
}
.woocommerce p.stars a.star-2:hover:after, .woocommerce p.stars a.star-2.active:after, .woocommerce-page p.stars a.star-2:hover:after, .woocommerce-page p.stars a.star-2.active:after {
  content: "";
}
.woocommerce p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
  width: 4em;
}
.woocommerce p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3:hover:after, .woocommerce p.stars a.star-3.active:after, .woocommerce-page p.stars a.star-3:hover:after, .woocommerce-page p.stars a.star-3.active:after {
  content: "";
}
.woocommerce p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
  width: 5em;
}
.woocommerce p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4:hover:after, .woocommerce p.stars a.star-4.active:after, .woocommerce-page p.stars a.star-4:hover:after, .woocommerce-page p.stars a.star-4.active:after {
  content: "";
}
.woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5:hover:after, .woocommerce p.stars a.star-5.active:after, .woocommerce-page p.stars a.star-5:hover:after, .woocommerce-page p.stars a.star-5.active:after {
  content: "";
}
/* ==========================================================================
   Product Page
   ========================================================================== */
.woocommerce div.single-product .summary p.price, .woocommerce div.single-product .summary span.price, .woocommerce-page div.single-product .summary p.price, .woocommerce-page div.single-product .summary span.price {
  font-size: 22px;
  padding: 10px 0 20px;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.woocommerce div.single-product .summary p.price .woocommerce-price-before, .woocommerce div.single-product .summary span.price .woocommerce-price-before, .woocommerce-page div.single-product .summary p.price .woocommerce-price-before, .woocommerce-page div.single-product .summary span.price .woocommerce-price-before {
  text-decoration: line-through;
}
.woocommerce div.single-product .single_variation span.price, .woocommerce-page div.single-product .single_variation span.price {
  margin-bottom: 20px;
  border-width: 1px 0 1px 0;
  display: block;
  width: 100%;
}
.woocommerce div.single-product div.images, .woocommerce-page div.single-product div.images {
  margin-bottom: 0;
}
.woocommerce div.single-product div.images img, .woocommerce-page div.single-product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.single-product div.images div.thumbnails, .woocommerce-page div.single-product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.single-product div.images.woocommerce-product-gallery, .woocommerce-page div.single-product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.single-product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page div.single-product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}
.woocommerce div.single-product div.images .woocommerce-product-gallery__image:nth-child(n+2), .woocommerce-page div.single-product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.single-product div.images .woocommerce-product-gallery__trigger, .woocommerce-page div.single-product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce div.single-product div.images .woocommerce-product-gallery__trigger:before, .woocommerce-page div.single-product div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.woocommerce div.single-product div.images .woocommerce-product-gallery__trigger:after, .woocommerce-page div.single-product div.images .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.single-product div.images .flex-control-thumbs, .woocommerce-page div.single-product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 5px -5px 0;
  padding: 0;
}
.woocommerce div.single-product div.images .flex-control-thumbs li, .woocommerce-page div.single-product div.images .flex-control-thumbs li {
  width: calc(25% - 10px);
  float: left;
  margin: 5px;
  list-style: none;
}
.woocommerce div.single-product div.images .flex-control-thumbs li img, .woocommerce-page div.single-product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
}
.woocommerce div.single-product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.single-product div.images .flex-control-thumbs li img:hover, .woocommerce-page div.single-product div.images .flex-control-thumbs li img.flex-active, .woocommerce-page div.single-product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.single-product p.price:not(:empty):before, .woocommerce div.single-product .single_variation span.price:before, .woocommerce-page div.single-product p.price:not(:empty):before, .woocommerce-page div.single-product .single_variation span.price:before {
  font-family: "fontello";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.woocommerce div.single-product p.price:empty, .woocommerce-page div.single-product p.price:empty {
  display: none;
}
/* Stock */
.woocommerce div.single-product .out-of-stock, .woocommerce-page div.single-product .out-of-stock {
  color: red;
}
/* Cart button */
.woocommerce div.single-product p.cart, .woocommerce-page div.single-product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.single-product p.cart:before, .woocommerce div.single-product p.cart:after, .woocommerce-page div.single-product p.cart:before, .woocommerce-page div.single-product p.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.single-product p.cart:after, .woocommerce-page div.single-product p.cart:after {
  clear: both;
}
/* add to cart forms */
.woocommerce div.single-product form.cart, .woocommerce-page div.single-product form.cart {
  border-width: 1px 0 0 0;
  padding-top: 20px;
  border-style: solid;
  margin-bottom: 2em;
}
.woocommerce div.single-product form.cart:before, .woocommerce div.single-product form.cart:after, .woocommerce-page div.single-product form.cart:before, .woocommerce-page div.single-product form.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.single-product form.cart:after, .woocommerce-page div.single-product form.cart:after {
  clear: both;
}
.woocommerce div.single-product form.cart div.quantity, .woocommerce-page div.single-product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.single-product form.cart table, .woocommerce-page div.single-product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.single-product form.cart table td, .woocommerce-page div.single-product form.cart table td {
  padding-left: 0;
}
.woocommerce div.single-product form.cart table div.quantity, .woocommerce-page div.single-product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.single-product form.cart table small.stock, .woocommerce-page div.single-product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.single-product form.cart .variations, .woocommerce-page div.single-product form.cart .variations {
  width: 100%;
  margin-bottom: 1em;
}
.woocommerce div.single-product form.cart .variations select, .woocommerce-page div.single-product form.cart .variations select {
  width: 100%;
  float: left;
}
.woocommerce div.single-product form.cart .variations td.label, .woocommerce-page div.single-product form.cart .variations td.label {
  padding-right: 1em;
  width: 20%;
  line-height: 28px;
  text-align: left;
}
.woocommerce div.single-product form.cart .variations td.value, .woocommerce-page div.single-product form.cart .variations td.value {
  width: 80%;
}
.woocommerce div.single-product form.cart .variations td, .woocommerce-page div.single-product form.cart .variations td {
  vertical-align: top;
  padding-bottom: 10px;
}
.woocommerce div.single-product form.cart .variations .reset_variations, .woocommerce-page div.single-product form.cart .variations .reset_variations {
  display: block;
}
.woocommerce div.single-product form.cart .button, .woocommerce-page div.single-product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.single-product form.cart .group_table td.label, .woocommerce-page div.single-product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.single-product form.cart .group_table td, .woocommerce-page div.single-product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
}
.woocommerce div.single-product form.cart .gform_wrapper, .woocommerce-page div.single-product form.cart .gform_wrapper {
  width: 100%;
  max-width: 100%;
}
.woocommerce div.single-product form.cart .gform_wrapper .gform_fields, .woocommerce-page div.single-product form.cart .gform_wrapper .gform_fields {
  display: table;
  width: 100%;
}
.woocommerce div.single-product form.cart .gform_wrapper .gform_fields > li, .woocommerce-page div.single-product form.cart .gform_wrapper .gform_fields > li {
  display: table-row;
}
.woocommerce div.single-product form.cart .gform_wrapper .gform_fields > li > *, .woocommerce-page div.single-product form.cart .gform_wrapper .gform_fields > li > * {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.woocommerce div.single-product form.cart .gform_wrapper select, .woocommerce-page div.single-product form.cart .gform_wrapper select {
  width: 100%;
  float: left;
}
.woocommerce div.single-product form.cart .gform_wrapper .gfield_label, .woocommerce-page div.single-product form.cart .gform_wrapper .gfield_label {
  padding-right: 1em;
  width: 20%;
  line-height: 28px;
  text-align: left;
  float: none;
}
.woocommerce div.single-product form.cart .gform_wrapper .ginput_container, .woocommerce-page div.single-product form.cart .gform_wrapper .ginput_container {
  width: 80%;
}
.woocommerce .woo_tabs.tab-style-1 .tab_content > h2, .woocommerce .woo_tabs.tab-style-1 #reviews h2, .woocommerce-page .woo_tabs.tab-style-1 .tab_content > h2, .woocommerce-page .woo_tabs.tab-style-1 #reviews h2 {
  margin: 20px 0;
}
.woocommerce .woo_tabs.tab-style-2 .tab_content > h2, .woocommerce .woo_tabs.tab-style-2 #reviews h2, .woocommerce-page .woo_tabs.tab-style-2 .tab_content > h2, .woocommerce-page .woo_tabs.tab-style-2 #reviews h2 {
  margin-bottom: 20px;
}
.woocommerce .woo_tabs #reviews h2, .woocommerce-page .woo_tabs #reviews h2 {
  font-size: 24px;
}
/* ==========================================================================
   Quantity inputs
   ========================================================================== */
.woocommerce .quantity, .woocommerce-page .quantity {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
  width: 60px;
  margin: 0;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  height: 30px;
  padding: 0 5px;
}
.woocommerce .quantity input::-webkit-inner-spin-button, .woocommerce-page .quantity input::-webkit-inner-spin-button {
  opacity: 1;
}
/* Hide buttons for opera */
.woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number] {
  padding-right: 1.2em;
}
/* ==========================================================================
   Quantity inputs
   ========================================================================== */
.woocommerce .product button.button, .woocommerce .product input.button, .woocommerce .product #respond input#submit, .woocommerce .product .cart_totals a.button, .woocommerce .woocommerce button.button, .woocommerce .woocommerce input.button, .woocommerce .woocommerce #respond input#submit, .woocommerce .woocommerce .cart_totals a.button, .woocommerce .widget.woocommerce button.button, .woocommerce .widget.woocommerce input.button, .woocommerce .widget.woocommerce #respond input#submit, .woocommerce .widget.woocommerce .cart_totals a.button, .woocommerce-page .product button.button, .woocommerce-page .product input.button, .woocommerce-page .product #respond input#submit, .woocommerce-page .product .cart_totals a.button, .woocommerce-page .woocommerce button.button, .woocommerce-page .woocommerce input.button, .woocommerce-page .woocommerce #respond input#submit, .woocommerce-page .woocommerce .cart_totals a.button, .woocommerce-page .widget.woocommerce button.button, .woocommerce-page .widget.woocommerce input.button, .woocommerce-page .widget.woocommerce #respond input#submit, .woocommerce-page .widget.woocommerce .cart_totals a.button {
  border-width: 0;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  padding: 5px 10px;
}
.woocommerce .product button.button:hover, .woocommerce .product input.button:hover, .woocommerce .product #respond input#submit:hover, .woocommerce .product .cart_totals a.button:hover, .woocommerce .woocommerce button.button:hover, .woocommerce .woocommerce input.button:hover, .woocommerce .woocommerce #respond input#submit:hover, .woocommerce .woocommerce .cart_totals a.button:hover, .woocommerce .widget.woocommerce button.button:hover, .woocommerce .widget.woocommerce input.button:hover, .woocommerce .widget.woocommerce #respond input#submit:hover, .woocommerce .widget.woocommerce .cart_totals a.button:hover, .woocommerce-page .product button.button:hover, .woocommerce-page .product input.button:hover, .woocommerce-page .product #respond input#submit:hover, .woocommerce-page .product .cart_totals a.button:hover, .woocommerce-page .woocommerce button.button:hover, .woocommerce-page .woocommerce input.button:hover, .woocommerce-page .woocommerce #respond input#submit:hover, .woocommerce-page .woocommerce .cart_totals a.button:hover, .woocommerce-page .widget.woocommerce button.button:hover, .woocommerce-page .widget.woocommerce input.button:hover, .woocommerce-page .widget.woocommerce #respond input#submit:hover, .woocommerce-page .widget.woocommerce .cart_totals a.button:hover {
  text-decoration: none;
}
.woocommerce button.single_add_to_cart_button, .woocommerce-page button.single_add_to_cart_button {
  font-size: 14px;
  font-family: arial;
}
.woocommerce button.single_add_to_cart_button:before, .woocommerce-page button.single_add_to_cart_button:before {
  font-family: "fontello";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
  border-style: solid;
  border-width: 0;
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes tbody > tr > th, .woocommerce-page table.shop_attributes tbody > tr > th {
  width: 150px;
  font-weight: bold;
  padding: 13px 8px !important;
  border-width: 0 1px 0 0;
  border-style: solid;
  margin: 0;
  line-height: 1.5em;
}
.woocommerce table.shop_attributes tbody > tr > td, .woocommerce-page table.shop_attributes tbody > tr > td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-width: 0 0 0 0;
  border-style: solid;
  margin: 0;
  line-height: 1.5em;
}
.woocommerce table.shop_attributes tbody > tr > td p, .woocommerce-page table.shop_attributes tbody > tr > td p {
  margin: 0;
  padding: 8px;
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th, .woocommerce-page table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border-style: solid;
  border-width: 1px 0 1px 0;
  margin: 0px -1px 24px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
  font-weight: bold;
  line-height: 18px;
  padding: 9px 12px 9px 0;
  vertical-align: middle !important;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 6px 12px 6px 0;
  vertical-align: middle !important;
}
.woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
  font-weight: bold;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td {
  padding: 8px 0;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}
.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
  margin: .25em 0;
}
.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:before, .woocommerce-page td.product-name dl.variation:after {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dd {
  display: inline-block;
  float: left;
}
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
  font-weight: bold;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
  padding: 0 0 .25em 0;
}
.woocommerce td.product-name dl.variation dd p:last-child, .woocommerce-page td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name dl.variation dd ul, .woocommerce-page td.product-name dl.variation dd ul {
  padding-left: 20px;
}
.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity, .woocommerce-page td.product-quantity {
  min-width: 80px;
}
.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
  width: 60px;
  height: auto;
}
.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce table.cart tbody > tr > td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce #content table.cart tbody > tr > td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page table.cart tbody > tr > td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td, .woocommerce-page #content table.cart tbody > tr > td {
  vertical-align: middle;
}
.woocommerce table.cart tbody > tr > td, .woocommerce #content table.cart tbody > tr > td, .woocommerce-page table.cart tbody > tr > td, .woocommerce-page #content table.cart tbody > tr > td {
  vertical-align: middle;
  padding: 10px 5px;
}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  color: red;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
  background-color: red;
  color: #fff;
}
.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
  padding: 30px;
}
.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 6px 4px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1em;
}
.woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
  display: none;
}
.woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button {
  float: right;
  margin-left: 10px;
  height: 42px;
}
.woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1em;
}
.woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page .cart-collaterals:after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
  float: right;
  width: 50%;
  padding-right: 20px;
}
.woocommerce .cart-collaterals .shipping_calculator h2, .woocommerce-page .cart-collaterals .shipping_calculator h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
.woocommerce .cart-collaterals .shipping_calculator h2:before, .woocommerce-page .cart-collaterals .shipping_calculator h2:before {
  font-family: "fontello";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.woocommerce .cart-collaterals .shipping_calculator h2:after, .woocommerce-page .cart-collaterals .shipping_calculator h2:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  vertical-align: middle;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
}
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
  padding: 11px;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form {
  display: block;
}
.woocommerce .cart-collaterals .shipping_calculator *, .woocommerce-page .cart-collaterals .shipping_calculator * {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 60%;
  padding-left: 20px;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
.woocommerce .cart-collaterals .cart_totals h2:before, .woocommerce-page .cart-collaterals .cart_totals h2:before {
  font-family: "fontello";
  content: "✔";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.woocommerce .cart-collaterals .cart_totals p, .woocommerce-page .cart-collaterals .cart_totals p {
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
  font-size: 0.83em;
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
  width: 20%;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
  width: 80%;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 10px 0;
  vertical-align: top;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small {
  display: block;
}
.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
  display: inline-block;
}
.woocommerce .cross-sells, .woocommerce-page .cross-sells {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding-top: 40px;
  margin-top: 40px;
}
.woocommerce .cross-sells h2, .woocommerce-page .cross-sells h2 {
  margin-bottom: 40px;
  font-size: 22px;
}
.woocommerce .cross-sells ul.products li.product, .woocommerce-page .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: block;
  text-align: left;
}
.woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline, .woocommerce-page form .form-row label.inline {
  display: inline;
  margin-left: 5px;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: inline-block;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
  color: red;
  font-weight: bold;
  border: 0;
}
.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
  width: 100%;
  margin: 0;
  outline: 0;
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
  height: 4em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
  border-color: #fb7f88;
}
.woocommerce form .form-row ::-webkit-input-placeholder, .woocommerce-page form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder, .woocommerce-page form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder, .woocommerce-page form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
  width: 100%;
  display: inline-block;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
  clear: left;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
  clear: right;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 50%;
  float: left;
}
.woocommerce .woocommerce-form__input-checkbox, .woocommerce-page .woocommerce-form__input-checkbox {
  display: inline;
  margin: -2px 8px 0 0 !important;
  text-align: center;
  vertical-align: middle !important;
  position: relative !important;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
  margin: 2em 0 2em 0px;
  text-align: left;
}
.woocommerce .widget form.login, .woocommerce-page .widget form.login {
  margin: 0;
}
.woocommerce form.checkout_coupon, .woocommerce-page form.checkout_coupon {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}
.woocommerce form.checkout_coupon .form-row-first, .woocommerce-page form.checkout_coupon .form-row-first {
  width: 70%;
}
.woocommerce form.checkout_coupon .form-row-last, .woocommerce-page form.checkout_coupon .form-row-last {
  width: 30%;
}
.woocommerce form.checkout_coupon .form-row, .woocommerce-page form.checkout_coupon .form-row {
  display: inline-block;
}
.woocommerce form.checkout_coupon .button, .woocommerce-page form.checkout_coupon .button {
  padding: 11px;
}
.woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
  margin: 0;
  padding: .25em 0 .25em 0;
  list-style: none outside;
}
.woocommerce ul#shipping_method li label, .woocommerce-page ul#shipping_method li label {
  padding-left: 10px;
  line-height: 1.1em;
  white-space: normal;
  text-align: left;
  display: inline;
}
.woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount {
  font-weight: bold;
}
.woocommerce p.woocommerce-shipping-contents, .woocommerce-page p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address, .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .notes {
  clear: left;
}
.woocommerce .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce .checkout .create-account small, .woocommerce-page .checkout .create-account small {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address {
  clear: both;
}
.woocommerce .checkout .woocommerce-additional-fields, .woocommerce-page .checkout .woocommerce-additional-fields {
  display: inline-block;
  width: 100%;
}
.woocommerce .checkout .form-row label.checkbox, .woocommerce .checkout label.checkbox, .woocommerce-page .checkout .form-row label.checkbox, .woocommerce-page .checkout label.checkbox {
  font-weight: inherit;
  white-space: pre-line;
  display: inline;
}
.woocommerce .checkout h3, .woocommerce-page .checkout h3 {
  display: block;
  vertical-align: middle;
  width: 100%;
}
.woocommerce .checkout h3 *, .woocommerce-page .checkout h3 * {
  display: inline;
  line-height: 1;
  padding: 0;
}
.woocommerce .checkout h3 .input-checkbox, .woocommerce-page .checkout h3 .input-checkbox {
  vertical-align: middle;
}
.woocommerce .checkout .col2-set, .woocommerce-page .checkout .col2-set {
  border-width: 0 0 1px 0;
  border-style: solid;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
body.layout1 .details-col {
  width: 50%;
  padding-right: 30px;
}
body.layout1 .payment-col {
  width: 50%;
  padding: 20px;
}
body:not(.layout1) .details-col {
  width: 60%;
  padding-right: 40px;
}
body:not(.layout1) .payment-col {
  width: 40%;
  padding: 30px;
}
.woocommerce .checkout .details-col, .woocommerce-page .checkout .details-col {
  border-width: 0;
}
.woocommerce .checkout .details-col > div, .woocommerce-page .checkout .details-col > div {
  margin-bottom: 40px;
  display: inline-block;
}
.woocommerce .checkout .payment-col, .woocommerce-page .checkout .payment-col {
  border-width: 3px;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.03);
}
.woocommerce .checkout .woocommerce-checkout-review-order-table, .woocommerce-page .checkout .woocommerce-checkout-review-order-table {
  border-top: 0;
}
.woocommerce .checkout .woocommerce-checkout-review-order-table tr > *:first-child, .woocommerce-page .checkout .woocommerce-checkout-review-order-table tr > *:first-child {
  padding-left: 0;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
  text-align: left;
  padding: 1em 1em 1em 0;
  margin: 0;
  list-style: none outside;
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce #payment ul.payment_methods li img + img, .woocommerce-page #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
  padding: 1em 1em 1em 0;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 0;
  font-size: 0.92em;
  line-height: 1.5em;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(//olby.by/wp-content/themes/rttheme19/css/images/woocommerce_icons/credit-cards/visa.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(//olby.by/wp-content/themes/rttheme19/css/images/woocommerce_icons/credit-cards/mastercard.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(//olby.by/wp-content/themes/rttheme19/css/images/woocommerce_icons/credit-cards/laser.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(//olby.by/wp-content/themes/rttheme19/css/images/woocommerce_icons/credit-cards/diners.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(//olby.by/wp-content/themes/rttheme19/css/images/woocommerce_icons/credit-cards/maestro.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(//olby.by/wp-content/themes/rttheme19/css/images/woocommerce_icons/credit-cards/jcb.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(//olby.by/wp-content/themes/rttheme19/css/images/woocommerce_icons/credit-cards/amex.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(//olby.by/wp-content/themes/rttheme19/css/images/woocommerce_icons/credit-cards/discover.png);
}
.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
  content: "";
  display: block;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce #payment .place-order > p, .woocommerce-page #payment .place-order > p {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .about_paypal, .woocommerce-page .about_paypal {
  padding-left: 10px;
  font-size: small;
  font-weight: normal;
}
.woocommerce #payment .payment_method_paypal img, .woocommerce-page #payment .payment_method_paypal img {
  max-width: 160px;
}
.woocommerce .order_details, .woocommerce-page .order_details {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.woocommerce .order_details:before, .woocommerce .order_details:after, .woocommerce-page .order_details:before, .woocommerce-page .order_details:after {
  content: " ";
  display: table;
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after {
  clear: both;
}
.woocommerce .order_details li, .woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1em;
  padding-right: 2em;
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
}
.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
  border: none;
}
.woocommerce .addresses, .woocommerce-page .addresses {
  padding: 20px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
}
.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta {
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li:before, .woocommerce-page ul.digital-downloads li:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "";
}
.woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count {
  float: right;
}
.woocommerce .woocommerce-MyAccount-navigation, .woocommerce-page .woocommerce-MyAccount-navigation {
  float: left;
  width: 20%;
  padding-right: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation > ul, .woocommerce-page .woocommerce-MyAccount-navigation > ul {
  padding: 0;
  list-style: none;
  border-style: solid;
  border-width: 0 1px 0 0;
}
.woocommerce .woocommerce-MyAccount-navigation > ul > li > a, .woocommerce-page .woocommerce-MyAccount-navigation > ul > li > a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation > ul > li:not(:last-child) > a, .woocommerce-page .woocommerce-MyAccount-navigation > ul > li:not(:last-child) > a {
  border-width: 0 0 1px 0;
  border-style: solid;
}
.woocommerce .woocommerce-MyAccount-content, .woocommerce-page .woocommerce-MyAccount-content {
  float: left;
  width: 80%;
  padding-left: 30px;
}
.woocommerce .woocommerce-MyAccount-content form > fieldset > legend, .woocommerce-page .woocommerce-MyAccount-content form > fieldset > legend {
  margin-top: 30px;
  padding-bottom: 10px;
}
.woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:before, .woocommerce-page .widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
  padding: 0 6px;
  text-decoration: none;
}
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
}
.woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
  padding: 0 6px;
  text-decoration: none;
  float: left;
}
.woocommerce .widget_price_filter h5:after, .woocommerce-page .widget_price_filter h5:after {
  content: none;
}
.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
  padding: 0 10px !important;
}
.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  height: 20px;
  width: 20px;
  cursor: pointer;
  outline: none;
  top: -.4em;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 115%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
  font-family: "fontello";
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
  font-size: 11px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  width: 20px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  opacity: 0.85;
}
.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
  padding: 10px 0 10px 54px;
  list-style: none;
}
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
  float: left;
  height: auto;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
  display: block;
  text-decoration: none;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover, .woocommerce-page ul.cart_list li a:hover, .woocommerce-page ul.product_list_widget li a:hover {
  text-decoration: underline;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
  width: 44px;
  height: auto;
  margin-left: -54px;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:before, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:before, .woocommerce-page ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dt, .woocommerce-page ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
  font-weight: bold;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
  padding: 0 0 .25em 0;
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child, .woocommerce-page ul.cart_list li dl dd p:last-child, .woocommerce-page ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce ul.cart_list li .remove, .woocommerce ul.product_list_widget li .remove, .woocommerce-page ul.cart_list li .remove, .woocommerce-page ul.product_list_widget li .remove {
  float: right;
}
.woocommerce ul.cart_list li.empty, .woocommerce ul.product_list_widget li.empty, .woocommerce-page ul.cart_list li.empty, .woocommerce-page ul.product_list_widget li.empty {
  padding: 0;
}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
  border-style: solid;
  border-width: 1px 0 0 0;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong, .woocommerce .widget_shopping_cart .total strong, .woocommerce-page.widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .quantity, .woocommerce .widget_shopping_cart .quantity, .woocommerce-page.widget_shopping_cart .quantity, .woocommerce-page .widget_shopping_cart .quantity {
  display: block;
}
.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:before, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:before, .woocommerce-page .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a.button, .woocommerce .widget_shopping_cart .buttons a.button, .woocommerce-page.widget_shopping_cart .buttons a.button, .woocommerce-page .widget_shopping_cart .buttons a.button {
  text-decoration: none;
}
.woocommerce.widget_shopping_cart .buttons > .button_wrapper, .woocommerce.widget_shopping_cart .buttons > .button_wrapper a, .woocommerce .widget_shopping_cart .buttons > .button_wrapper, .woocommerce .widget_shopping_cart .buttons > .button_wrapper a, .woocommerce-page.widget_shopping_cart .buttons > .button_wrapper, .woocommerce-page.widget_shopping_cart .buttons > .button_wrapper a, .woocommerce-page .widget_shopping_cart .buttons > .button_wrapper, .woocommerce-page .widget_shopping_cart .buttons > .button_wrapper a {
  text-align: center;
  width: 100%;
}
.woocommerce.widget_shopping_cart .cart_list li dl, .woocommerce .widget_shopping_cart .cart_list li dl, .woocommerce-page.widget_shopping_cart .cart_list li dl, .woocommerce-page .widget_shopping_cart .cart_list li dl {
  margin: 0;
  padding-left: 0;
  display: inline-block;
  border: 0;
}
.woocommerce.widget_shopping_cart .cart_list li dl dt, .woocommerce.widget_shopping_cart .cart_list li dl dd, .woocommerce .widget_shopping_cart .cart_list li dl dt, .woocommerce .widget_shopping_cart .cart_list li dl dd, .woocommerce-page.widget_shopping_cart .cart_list li dl dt, .woocommerce-page.widget_shopping_cart .cart_list li dl dd, .woocommerce-page .widget_shopping_cart .cart_list li dl dt, .woocommerce-page .widget_shopping_cart .cart_list li dl dd {
  margin-bottom: 0;
  font-size: 12px;
}
.woocommerce.widget_shopping_cart .cart_list li dl dt, .woocommerce .widget_shopping_cart .cart_list li dl dt, .woocommerce-page.widget_shopping_cart .cart_list li dl dt, .woocommerce-page .widget_shopping_cart .cart_list li dl dt {
  padding: 0;
}
.woocommerce.widget_shopping_cart .cart_list li dl dd, .woocommerce .widget_shopping_cart .cart_list li dl dd, .woocommerce-page.widget_shopping_cart .cart_list li dl dd, .woocommerce-page .widget_shopping_cart .cart_list li dl dd {
  padding: 0;
}

/* tag clound */
.widget_product_tag_cloud a {
  font-size: 14px !important;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}

.widget_product_tag_cloud a:hover {
  border-width: 0;
  padding: 6px;
}

/* WC Subcategories
   ========================================================================== */
.woo-sub-categories {
  clear: both;
  display: inline-block;
  margin: 25px auto;
  padding-bottom: 25px;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.woocommerce .product_holder.woocommerce, .woocommerce-page .product_holder.woocommerce {
  margin: 0;
}
.woocommerce .product_holder.woocommerce .product-category, .woocommerce-page .product_holder.woocommerce .product-category {
  text-align: center;
}
.woocommerce .product-category img, .woocommerce-page .product-category img {
  margin-bottom: 20px;
}
.woocommerce .product-category .woocommerce-loop-category__title, .woocommerce-page .product-category .woocommerce-loop-category__title {
  font-size: 18px;
  text-align: center;
}
.woocommerce .product-category a, .woocommerce-page .product-category a {
  text-decoration: none;
}
.woocommerce .product-category mark, .woocommerce-page .product-category mark {
  background: inherit;
  padding: inherit;
  color: inherit;
}

/* WC Carousel
   ========================================================================== */
.wc-product-carousel .product_info {
  position: relative;
}
.wc-product-carousel .product_info > h5 {
  font-size: 15px;
  padding-bottom: 5px;
}
.wc-product-carousel .owl-item > div {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}
.wc-product-carousel .product_item_holder {
  padding-bottom: 0;
}

[data-item-width="1"].wc-product-carousel .owl-item > div {
  border-width: 0;
  padding: 0;
}

/* Select 2
   ========================================================================== */
.select2-container .select2-choice {
  padding: 10px;
}

/* Demo Store Message
   ========================================================================== */
p.demo_store {
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  margin: 0;
  background: #FED8D8;
  color: #8F6969;
}

p.demo_store a {
  color: #8F6969;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* Extra small devices Phones screen and (max-width : 767px)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .woocommerce .col-1, .woocommerce .col-2, .woocommerce .checkout .details-col, .woocommerce .checkout .payment-col, .woocommerce-page .col-1, .woocommerce-page .col-2, .woocommerce-page .checkout .details-col, .woocommerce-page .checkout .payment-col {
    float: none;
    width: 100%;
    padding: 0;
    border-width: 0;
    margin-bottom: 20px;
    background-color: inherit;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    margin: 10px 0 10px;
    float: none;
    text-align: center;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 0 0 25px;
    text-align: center;
  }
  .woocommerce .shop_table, .woocommerce-page .shop_table {
    font-size: 0.875em;
  }
  .woocommerce .shop_table .actions > *, .woocommerce-page .shop_table .actions > * {
    float: none !important;
    margin: 5px 0 !important;
  }
  .woocommerce .shop_table .product-price, .woocommerce .shop_table .product-remove, .woocommerce-page .shop_table .product-price, .woocommerce-page .shop_table .product-remove {
    display: none;
  }
  .woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
    padding: 10px 0;
  }
  .woocommerce #coupon_code, .woocommerce-page #coupon_code {
    width: 100px;
  }
  .woocommerce form.checkout_coupon .form-row-first, .woocommerce-page form.checkout_coupon .form-row-first {
    width: 60%;
  }
  .woocommerce form.checkout_coupon .form-row-last, .woocommerce-page form.checkout_coupon .form-row-last {
    width: 40%;
  }
  .woocommerce .payment_method_paypal label, .woocommerce-page .payment_method_paypal label {
    width: 100px;
  }
  .woocommerce .payment_method_paypal label .about_paypal, .woocommerce-page .payment_method_paypal label .about_paypal {
    padding-left: 10px;
    font-size: 11px;
  }
  .woocommerce .wc_payment_methods label, .woocommerce-page .wc_payment_methods label {
    display: inline;
    white-space: normal;
  }

  .product_holder.woocommerce .product-category {
    width: 100%;
    margin: 15px auto !important;
  }
}
@media (max-width: 1025px) {
  .woocommerce-checkout .details-col, .woocommerce-checkout .payment-col {
    width: 100% !important;
  }

  .woocommerce .woocommerce-cart-form .actions, .woocommerce-page .woocommerce-cart-form .actions {
    padding-top: 20px !important;
  }
  .woocommerce .checkout-button, .woocommerce-page .checkout-button {
    width: 100%;
    padding: 0 10px !important;
    line-height: 42px;
    text-align: center;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------ */
/* RESPONSIVE HACKS FOR RT-19
/* ------------------------------------------------------------------------ */
.rt-hosted-media.mejs-wrapper video, .rt-hosted-media.mejs-wrapper audio, .rt-hosted-media .mejs-container, .rt-hosted-media .mejs-overlay {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}

.rt-hosted-media .mejs-poster{
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;    
    background-size: cover;
}  

.rt-hosted-media .mejs-controls{
    display: flex !important;
}

.rt-hosted-media .mejs-container:not(.mejs-container-fullscreen) .mejs-controls{
    visibility: visible !important; 
    padding: 0 10px;
    opacity: 1 !important;
}

.col-sm-2 .rt-hosted-media .mejs-duration-container,.col-sm-2 .rt-hosted-media .mejs-currenttime-container, .col-sm-2 .rt-hosted-media .mejs-horizontal-volume-slider,
.col-sm-1 .rt-hosted-media .mejs-duration-container,.col-sm-1 .rt-hosted-media .mejs-currenttime-container, .col-sm-1 .rt-hosted-media .mejs-horizontal-volume-slider
{
    display: none !important;
}

.col-sm-3 .rt-hosted-media .mejs-duration-container, .col-sm-3 .rt-hosted-media .mejs-horizontal-volume-slider,
.col-sm-4 .rt-hosted-media .mejs-duration-container, .col-sm-4 .rt-hosted-media .mejs-horizontal-volume-slider
{
    display: none !important;
}

.rt-hosted-media .mejs-offscreen{
    display: none !important;
}

.rt-hosted-media .mejs-controls .mejs-time-rail a, .rt-hosted-media .mejs-controls a
{
    /* structure */
    display: block;

    /* theme */
    cursor: pointer;
}

/*

plugin website : http://mediaelementjs.com/

*/

/* ------------------------------------------------------------------------ */
/* $CONTENTS
/* ------------------------------------------------------------------------ */

/*

    01. $GENERALS

            1.1. $FULLSCREEN MODE
            1.2. $EMBEDED VIDEO MODE
            1.3. $MISC

    02. $MEDIAELEMENT CONTAINER

            2.1. $INNER CONTAINER

                    2.1.1. $VIDEO WRAPPER 

                    2.1.2. $OVERLAYS ( POSTER ) WRAPPER 

                                2.1.2.1 $POSTER
                                2.1.2.2 $LOADER
                                2.1.2.3 $OVERLAY PLAY

                    2.1.3. $CONTROLS CONTAINER 

                                2.1.3.1 $PLAY / PAUSE / STOP
                                2.1.3.2 $CURRENT TIME
                                2.1.3.3 $TIME RAIL
                                2.1.3.4 $TOTAL TIME
                                2.1.3.5 $VOLUME
                                2.1.3.6 $SOURCECHOOSER
                                2.1.3.7 $FULLSCREEN

                    2.1.4. $CLEARER

*/

/* ------------------------------------------------------------------------ */
/* $GENERALS
/* ------------------------------------------------------------------------ */

/* replace the controls bar height */
.rt-hosted-media.mejs-wrapper { padding-bottom: 48px; }

.rt-hosted-media .mejs-container *
{

    /* structure */
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}

.rt-hosted-media .mejs-container ul { list-style: none; }

/* ------------------------------------------ */
/* $FULLSCREEN MODE
/* ------------------------------------------ */

/* hide scrollbars in fullscreen mode
 * added to html
 */
.rt-hosted-media .mejs-fullscreen { overflow: hidden !important; }

/* fullscreen preview */
.rt-hosted-media .mejs-container-fullscreen 
{

    /* structure */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;

}

/* stretch the video to fill width
 * the height is relative to the width base on pixel ratio 
 */
.rt-hosted-media .mejs-container-fullscreen .mejs-mediaelement,
.rt-hosted-media .mejs-container-fullscreen video 
{

    /* structure */
    width: 100%;
    height: 100%;

}

/* ------------------------------------------ */
/* $EMBEDED VIDEO MODE
/* ------------------------------------------ */

/* make embede videos ( youtube - vimeo ) fill the container width
 * the height is relative to the width base on pixel ratio 
 */
.rt-hosted-media .mejs-embed, .mejs-embed body 
{

    /* structure */
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* ------------------------------------------ */
/* $MISC
/* ------------------------------------------ */

/* added plugins class name */
.rt-hosted-media .me-plugin { position: absolute; }

/* cannot play error */
.rt-hosted-media .me-cannotplay {}

    .rt-hosted-media .me-cannotplay a { font-weight: bold; }

    .rt-hosted-media .me-cannotplay span 
    {

        /* structure */
        padding: 15px;
        display: block;

    }

/* ------------------------------------------------------------------------ */
/* $MEDIAELEMENT CONTAINER
/* ------------------------------------------------------------------------ */

/* whole wrapper styles */
.rt-hosted-media .mejs-container 
{

    /* structure */
    position: relative;
    text-align: left;
    vertical-align: top;
    height: auto;

    /* font */
    font-family: Helvetica, Arial;

}

    /* ------------------------------------------ */
    /* $INNER CONTAINER
    /* ------------------------------------------ */

    .rt-hosted-media .mejs-inner { position: relative; }

        /* $VIDEO WRAPPER
        /* ------------------------------ */

        .rt-hosted-media .mejs-mediaelement 
        {

            /* structure */
            position: relative;
            width: 100%;

        }

            /* ===== VIDEO ===== */

            .rt-hosted-media .mejs-mediaelement video { display: block; }

            /* ===== AUDIO ===== */

            .rt-hosted-media .mejs-mediaelement audio { display: block; }

        /* $OVERLAYS ( POSTER ) WRAPPER
        /* ------------------------------ */

        .rt-hosted-media .mejs-layers 
        {

            /* structure */
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;

        }

            .rt-hosted-media .mejs-overlay 
            {
                
                /* structure */
                position: absolute;
                width: 100%;
                height: 100% !important;

            }

            /* ===== $POSTER ===== */

            .rt-hosted-media .mejs-poster 
            {

                /* structure */
                position: absolute;
                top: 0;
                left: 0;
                background-size: contain;
                background-position: 50% 50%;
                background-repeat: no-repeat;

            }

                :root .mejs-poster img { display: none; }

                .rt-hosted-media .mejs-poster img 
                {

                    /* structure */
                    border: 0;
                    vertical-align: middle;

                }

            /* ===== $LOADER ===== */

            /* center loader
             * set the background
             */
            .rt-hosted-media .mejs-overlay-loading 
            {

                /* strucure */
                position: absolute;
                top: 50%;
                left: 50%;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                margin: -30px 0 0 -30px;
            }

                /* hold the loader icon */
                .rt-hosted-media .mejs-overlay-loading span 
                {
                    
                    /* structure */
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-position: center;
                    background-repeat: no-repeat;                    

                }

            /* ===== $OVERLAY PLAY ===== */

            .rt-hosted-media .mejs-overlay-play { cursor: pointer; }

                /* center play button
                 * set the background
                 */
                .rt-hosted-media .mejs-overlay-button 
                {
                    
                    /* structure */
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    margin-top: -30px !important;
                    margin-left: -30px;
                    background-position: 23px 50%;
                    background-repeat: no-repeat;                    

                }

                /* change the background position on hover */
                .rt-hosted-media .mejs-overlay:hover .mejs-overlay-button {  }


        /* $CONTROLS CONTAINER
        /* ------------------------------ */

        .rt-hosted-media .mejs-controls 
        {

            /* struture */
            position: absolute;
            height: 48px;
            bottom: -48px;
            width: 100%;
            padding: 0 18px;

        }

        /* make the controls bar stick at the bottom at fullscreen mode */
        .rt-hosted-media .mejs-container-fullscreen .mejs-controls {  bottom: 0; }

            .rt-hosted-media .mejs-controls > div, .rt-hosted-media .mejs-controls > a  
            {

                /* struture */
                display: block;
                float: left;

                /* font */
                font-size: 11px;

            }

            .rt-hosted-media .mejs-controls > div + div { margin-left: 18px; }

            .rt-hosted-media .mejs-button button 
            {
                background-color: transparent !important;
                /* struture */
                display: block;
                height: 12px;
                width: 12px;
                margin-top: 18px;
                padding: 0;
                border: 0;
                background-repeat: no-repeat;

                /* font */
                font-size: 0;
                line-height: 0;

                /* theme */
                opacity: 0.7;
                cursor: pointer;
            }

            /* show the button without opacity when hover */
            .rt-hosted-media .mejs-button button:hover { opacity: 1; }

            /* ===== $PLAY / PAUSE / STOP ===== */

            .rt-hosted-media .mejs-playpause-button {}

            .rt-hosted-media .mejs-play {} /* Class when playing. */

            .rt-hosted-media .mejs-play {} /* Class when paused. */

            .rt-hosted-media .mejs-stop {} /* Stop button. */

                .rt-hosted-media .mejs-playpause-button button {}

                .rt-hosted-media .mejs-play button  { background-position: 0 0; }
                .rt-hosted-media .mejs-pause button { background-position: -12px 0; }
                .rt-hosted-media .mejs-stop button  { background-position: -24px 0; }

            /* ===== $CURRENT TIME ===== */

            .rt-hosted-media .mejs-controls .mejs-time {}

                    /* Individual elements within the time wrapper. */
                    .rt-hosted-media .mejs-time span 
                    {

                        /* structure */
                        display: block;
                        float: left;

                    }

                    .rt-hosted-media .mejs-time .mejs-currenttime 
                    {

                        /* font */
                        line-height: 48px;

                    }

            /* === $LOOP BUTTON === */

            .rt-hosted-media .mejs-controls .mejs-loop-button {}

            .rt-hosted-media .mejs-controls .mejs-loop-off button { background-position: -36px 0; }

            .rt-hosted-media .mejs-controls .mejs-loop-on button { opacity: 1; }

            /* colored loop icon */
            .rt-hosted-media .mejs-blue .mejs-controls .mejs-loop-on button      { background-position: -36px -12px; }
            .rt-hosted-media .mejs-green .mejs-controls .mejs-loop-on button     { background-position: -36px -24px; }
            .rt-hosted-media .mejs-yellow .mejs-controls .mejs-loop-on button    { background-position: -36px -36px; }
            .rt-hosted-media .mejs-turquoise .mejs-controls .mejs-loop-on button { background-position: -36px -48px; }
            .rt-hosted-media .mejs-orange .mejs-controls .mejs-loop-on button    { background-position: -36px -60px; }

            /* ===== $TIME RAIL ===== */

            /* time rail */
            .rt-hosted-media .mejs-controls .mejs-time-rail { margin-left: 10px; flex-grow: 1 ; }

                /* time rail sub-elements */
                .rt-hosted-media .mejs-controls .mejs-time-rail span 
                {

                    /* structure */
                    display: block;

                    /* theme */
                    cursor: pointer;

                }

                /* total time */
                .rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-total 
                {

                    /* structure */
                    position: relative;
                    margin-top: 23px;
                    height: 2px;

                }

                .rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-total:hover
                {

                    /* structure */
                    margin-top: 21px;
                    height: 6px;

                }

                /* ready ( loaded time ) bar */
                .rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-loaded 
                {

                    /* structure */
                    width: 0;
                    height: 100%;
                    position: absolute;

                }

                /* current time bar ( represent watched period ) */
                .rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-current 
                {

                    /* structure */
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    transform-origin: left;
                    transform: scaleX(0);
                }

                /* adjust current time */
                .rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-handle 
                {

                    /* structure */
                    display: none;
                    position: absolute;
                    height: 100%;
                    margin: 0;
                    width: 10px;
                    text-align: center;

                    /* theme */
                    cursor: pointer;

                }

                /* current time tooltip */
                .rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-float 
                {

                    /* structure */
                    position: absolute;
                    display: none;
                    text-align: center;
                    margin-top: -8px;
                    -webkit-transform: translate(-50%, -100%);
                       -moz-transform: translate(-50%, -100%);
                        -ms-transform: translate(-50%, -100%);
                         -o-transform: translate(-50%, -100%);
                            transform: translate(-50%, -100%);

                }

                    /* current time */
                    .rt-hosted-media .mejs-time-float-current
                    {

                        /* structure */
                        padding: 4px;

                        /* font */
                        line-height: 1em;
                        
                    }

                    /* tooltip bottom pointer */
                    .rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-float-corner 
                    {

                        /* structure */
                        position: absolute;
                        display: inline-block;
                        margin-left: -6px;
                        width: 0;
                        height: 0;
                        bottom: -9px;
                        border: solid 6px;

                        /* font */
                        line-height: 0;

                    }

            /* ===== $TOTAL TIME ===== */

            .rt-hosted-media .mejs-controls .mejs-duration-container 
            {
                
                /* structure */
                margin-left: 10px;

                /* font */
                line-height: 48px;

            }

            /* ===== $VOLUME ===== */

            .rt-hosted-media .mejs-controls .mejs-volume-button {}

                .rt-hosted-media .mejs-controls .mejs-volume-button button
                {

                    /* structure */
                    position: relative;

                }

                .rt-hosted-media .mejs-mute button   { background-position: -48px 0; }

                .rt-hosted-media .mejs-unmute button { background-position: -48px -12px; }

            /* horizontal slider */
            .rt-hosted-media .mejs-controls .mejs-horizontal-volume-slider 
            {

                /* structure */
                height: 2px;
                width: 60px;
                margin-top: 23px;
                margin-left: 5px;
                position: relative;

            }

            .rt-hosted-media .mejs-controls .mejs-horizontal-volume-slider:hover
            {

                /* structure */
                height: 6px;
                margin-top: 21px;

            }

                /* volume total */
                .rt-hosted-media .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
                /* current volume */
                .rt-hosted-media .mejs-horizontal-volume-slider .mejs-horizontal-volume-current 
                {

                    /* structure */
                    position: absolute;
                    left: 0;
                    height: 100%;
                    width: 100%;

                }

                /* volume handler */
                .rt-hosted-media .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle { display: none; }

            /* ===== $SOURCECHOOSER ===== */

            .rt-hosted-media .mejs-controls .mejs-sourcechooser-button 
            { 

                /* structure */
                position: relative; 
                height: 48px;

            }

                .rt-hosted-media .mejs-controls .mejs-sourcechooser-button button { background-position: -72px 0; }

                .rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector 
                { 

                    /* structure */
                    visibility: hidden;
                    position: absolute;
                    bottom: 48px;
                    border-radius: 2px;
                    overflow: hidden;
                    right: 50%;
                    padding-bottom: 6px;
                    -webkit-transform: translate(50%, 0%);
                       -moz-transform: translate(50%, 0%);
                        -ms-transform: translate(50%, 0%);
                         -o-transform: translate(50%, 0%);
                            transform: translate(50%, 0%);

                }

                /* sourcechooser menu pointer */
                .rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector:after 
                {

                    content: '';

                    /* structure */
                    display: block;
                    position: absolute;
                    bottom: -6px;
                    left: 50%;
                    margin-left: -6px;
                    width: 0;
                    height: 0;
                    border: 6px solid;
                    -moz-transform: scale(1.01); /* fixed pixelated triangle edge */

                }

                    .rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul 
                    {

                        /* structure */
                        display: block;
                        padding: 2px 2px 0 2px;
                        border-radius: 2px;

                    }

                        .rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li 
                        {

                            /* structure */
                            display: block;
                            overflow: hidden;
                            text-align: center;
                            
                            /* font */
                            line-height: 1em;

                        }

                            .rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input 
                            {

                                /* structure */
                                visibility: hidden;
                                position: absolute;
                                width: 0;
                                height: 0;
                            }

                            .rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,
                            .rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label
                            {

                                /* theme */
                                cursor: pointer;
                            }

                            .rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label 
                            {

                                /* structure */
                                margin-bottom: 2px;
                                padding: 6px;
                                border-radius: 2px;
                                display: block;
                                overflow: hidden;
                                white-space: nowrap;

                            }

            /* ===== $FULLSCREEN ===== */

            .rt-hosted-media .mejs-controls .mejs-fullscreen-button button { background-position: -84px 0; }

            .rt-hosted-media .mejs-controls .mejs-unfullscreen button { background-position: -84px 0; }

        /* $CLEARER
        /* ------------------------------ */
        
        /* Clears any floated elements at the end of the container */
        .rt-hosted-media .mejs-clear { clear: both; }







/*

plugin website : http://mediaelementjs.com/

*/

/* ------------------------------------------------------------------------ */
/* $CONTENTS
/* ------------------------------------------------------------------------ */

/*

    01. $CONTENTS
    02. $TRANSPARENT
    03. $BLACK ( #000 )
    04. $WHITE ( #FFF )
    05. $LIGHT GREY ( #A8A8A8 )
    06. $BLUE ( #70C7F4 )
    07. $GREEN ( #85C028 )
    08. $YELLOW ( #F9BA00 )
    09. $TURQUOISE ( #5BCCCA )
    10. $ORANGE ( #F39F4B )
    11. $BACKGROUND IMAGES

*/

/* ------------------------------------------------------------------------ */
/* $TRANSPARENT
/* ------------------------------------------------------------------------ */

.rt-hosted-media .mejs-container button 

{ background-color: transparent; }

/* ------------------------------------------------------------------------ */
/* $BLACK ( #000 )
/* ------------------------------------------------------------------------ */

/* ------------------------------------------ */
/* $BACKGROUND
/* ------------------------------------------ */

/* embeded videos like ( youtube - vimeo ) */
.rt-hosted-media .mejs-embed, .rt-hosted-media .mejs-embed body,

/* main container */
.rt-hosted-media .mejs-container

{ background-color: #000; }

/* total time */
.rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-total,

/* volume total */
.rt-hosted-media .mejs-horizontal-volume-slider .mejs-horizontal-volume-total

{ background-color: rgba(0, 0, 0, 0.1); }

/* ready ( loaded time ) bar */
.rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-loaded 

{ background-color: rgba(0, 0, 0, 0.15); }

/* ------------------------------------------------------------------------ */
/* $WHITE ( #FFF )
/* ------------------------------------------------------------------------ */

/* ------------------------------------------ */
/* $BACKGROUND
/* ------------------------------------------ */

/* big paly button */
.rt-hosted-media .mejs-overlay-button,

/* loader button */
.rt-hosted-media .mejs-overlay-loading,

/* controls */
.rt-hosted-media .mejs-controls,

/* sourcechooser list */
.rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul

{ background-color: #FFF; }

/* ------------------------------------------ */
/* $COLOR
/* ------------------------------------------ */

/* error link */
.rt-hosted-media .me-cannotplay a,

/* tooltip bottom pointer */
.rt-hosted-media .mejs-controls .mejs-time-rail .mejs-time-float,

/* sourcechooser menu */
.rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,
.rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label

 { color: #FFF;  }

/* ------------------------------------------ */
/* $BORDERS
/* ------------------------------------------ */

/* sourcechooser menu pointer */
.rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector:after

{ border-color: #FFF transparent transparent transparent; } 

/* ------------------------------------------------------------------------ */
/* $LIGHT GREY ( #A8A8A8 )
/* ------------------------------------------------------------------------ */


/* ------------------------------------------ */
/* $COLOR
/* ------------------------------------------ */

/* time */
.rt-hosted-media .mejs-time span,

/* sourcechooser menu item */
.rt-hosted-media .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li

{ color: #A8A8A8; }

/* ------------------------------------------------------------------------ */
/* $BLUE ( #70C7F4 )
/* ------------------------------------------------------------------------ */

/* ------------------------------------------ */
/* $BACKGROUND
/* ------------------------------------------ */

/* current time bar ( represent watched period ) */
.rt-hosted-media.mejs-blue .mejs-controls .mejs-time-rail .mejs-time-current,

/* adjust current time */
.rt-hosted-media.mejs-blue .mejs-controls .mejs-time-rail .mejs-time-handle,

/* current volume */
.rt-hosted-media.mejs-blue .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,

/* timer tooltip */
.rt-hosted-media.mejs-blue .mejs-controls .mejs-time-rail .mejs-time-float,

/* sourcechooser menu */
.rt-hosted-media.mejs-blue .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,
.rt-hosted-media.mejs-blue .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label

{ background-color: #70C7F4; }

/* ------------------------------------------ */
/* $BORDERS
/* ------------------------------------------ */

/* tooltip bottom pointer */
.rt-hosted-media.mejs-blue .mejs-controls .mejs-time-rail .mejs-time-float-corner 

{  border-color: #70C7F4 transparent transparent transparent; }

/* ------------------------------------------------------------------------ */
/* $GREEN ( #85C028 )
/* ------------------------------------------------------------------------ */

/* ------------------------------------------ */
/* $BACKGROUND
/* ------------------------------------------ */

/* current time bar ( represent watched period ) */
.rt-hosted-media.mejs-green .mejs-controls .mejs-time-rail .mejs-time-current,

/* adjust current time */
.rt-hosted-media.mejs-green .mejs-controls .mejs-time-rail .mejs-time-handle,

/* current volume */
.rt-hosted-media.mejs-green .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,

/* timer tooltip */
.rt-hosted-media.mejs-green .mejs-controls .mejs-time-rail .mejs-time-float,

/* sourcechooser menu */
.rt-hosted-media.mejs-green .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,
.rt-hosted-media.mejs-green .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label

{ background-color: #85C028; }

/* ------------------------------------------ */
/* $BORDERS
/* ------------------------------------------ */

/* tooltip bottom pointer */
.rt-hosted-media.mejs-green .mejs-controls .mejs-time-rail .mejs-time-float-corner 

{  border-color: #85C028 transparent transparent transparent; }

/* ------------------------------------------------------------------------ */
/* $YELLOW ( #F9BA00 )
/* ------------------------------------------------------------------------ */

/* ------------------------------------------ */
/* $BACKGROUND
/* ------------------------------------------ */

/* current time bar ( represent watched period ) */
.rt-hosted-media.mejs-yellow .mejs-controls .mejs-time-rail .mejs-time-current,

/* adjust current time */
.rt-hosted-media.mejs-yellow .mejs-controls .mejs-time-rail .mejs-time-handle,

/* current volume */
.rt-hosted-media.mejs-yellow .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,

/* timer tooltip */
.rt-hosted-media.mejs-yellow .mejs-controls .mejs-time-rail .mejs-time-float,

/* sourcechooser menu */
.rt-hosted-media.mejs-yellow .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,
.rt-hosted-media.mejs-yellow .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label

{ background-color: #F9BA00; }

/* ------------------------------------------ */
/* $BORDERS
/* ------------------------------------------ */

/* tooltip bottom pointer */
.rt-hosted-media.mejs-yellow .mejs-controls .mejs-time-rail .mejs-time-float-corner 

{  border-color: #F9BA00 transparent transparent transparent; }

/* ------------------------------------------------------------------------ */
/* $TURQUOISE ( #5BCCCA )
/* ------------------------------------------------------------------------ */

/* ------------------------------------------ */
/* $BACKGROUND
/* ------------------------------------------ */

/* current time bar ( represent watched period ) */
.rt-hosted-media.mejs-turquoise .mejs-controls .mejs-time-rail .mejs-time-current,

/* adjust current time */
.rt-hosted-media.mejs-turquoise .mejs-controls .mejs-time-rail .mejs-time-handle,

/* current volume */
.rt-hosted-media.mejs-turquoise .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,

/* timer tooltip */
.rt-hosted-media.mejs-turquoise .mejs-controls .mejs-time-rail .mejs-time-float,

/* sourcechooser menu */
.rt-hosted-media.mejs-turquoise .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,
.rt-hosted-media.mejs-turquoise .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label

{ background-color: #5BCCCA; }

/* ------------------------------------------ */
/* $BORDERS
/* ------------------------------------------ */

/* tooltip bottom pointer */
.rt-hosted-media.mejs-turquoise .mejs-controls .mejs-time-rail .mejs-time-float-corner 

{  border-color: #5BCCCA transparent transparent transparent; }

/* ------------------------------------------------------------------------ */
/* $ORANGE ( #F39F4B )
/* ------------------------------------------------------------------------ */

/* ------------------------------------------ */
/* $BACKGROUND
/* ------------------------------------------ */

/* current time bar ( represent watched period ) */
.rt-hosted-media.mejs-orange .mejs-controls .mejs-time-rail .mejs-time-current,

/* adjust current time */
.rt-hosted-media.mejs-orange .mejs-controls .mejs-time-rail .mejs-time-handle,

/* current volume */
.rt-hosted-media.mejs-orange .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,

/* timer tooltip */
.rt-hosted-media.mejs-orange .mejs-controls .mejs-time-rail .mejs-time-float,

/* sourcechooser menu */
.rt-hosted-media.mejs-orange .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,
.rt-hosted-media.mejs-orange .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label

{ background-color: #F39F4B; }

/* ------------------------------------------ */
/* $BORDERS
/* ------------------------------------------ */

/* tooltip bottom pointer */
.rt-hosted-media.mejs-orange .mejs-controls .mejs-time-rail .mejs-time-float-corner 

{  border-color: #F39F4B transparent transparent transparent; }

/* ------------------------------------------------------------------------ */
/* $BACKGROUND IMAGES
/* ------------------------------------------------------------------------ */

/* loader button */
.rt-hosted-media .mejs-overlay-loading span { background-image: url(//olby.by/wp-content/themes/rttheme19/images/mediaelement/spinner-grey.gif); background-size: 24px 24px; }

/* big play button */
.rt-hosted-media .mejs-overlay-button { background-image: url(//olby.by/wp-content/themes/rttheme19/images/mediaelement/play-grey.png); background-size: 20px 24px; }

/* controls buttons */
.rt-hosted-media .mejs-button button { background-image: url(//olby.by/wp-content/themes/rttheme19/images/mediaelement/controls-grey.png); background-size: 96px 72px; }

      


 @font-face {
  font-family: 'fontello';
  src: url(//olby.by/wp-content/themes/rttheme19/css/fontello/font/fontello.eot?77850422);
  src: url(//olby.by/wp-content/themes/rttheme19/css/fontello/font/fontello.eot?77850422#iefix) format('embedded-opentype'),
       url(//olby.by/wp-content/themes/rttheme19/css/fontello/font/fontello.woff2?77850422) format('woff2'),
       url(//olby.by/wp-content/themes/rttheme19/css/fontello/font/fontello.woff?77850422) format('woff'),
       url(//olby.by/wp-content/themes/rttheme19/css/fontello/font/fontello.ttf?77850422) format('truetype'),
       url(//olby.by/wp-content/themes/rttheme19/css/fontello/font/fontello.svg?77850422#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url(//olby.by/wp-content/themes/rttheme19/css/fontello/font/fontello.svg?77850422#fontello) format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-paste:before { content: '\21'; } /* '!' */
.icon-clipboard:before { content: '\22'; } /* '&quot;' */
.icon-doc-new:before { content: '\23'; } /* '#' */
.icon-layers:before { content: '\24'; } /* '$' */
.icon-popup-1:before { content: '\25'; } /* '%' */
.icon-down-micro:before { content: '\26'; } /* '&amp;' */
.icon-down-dir:before { content: '\27'; } /* ''' */
.icon-down-fat:before { content: '\28'; } /* '(' */
.icon-down-circle:before { content: '\29'; } /* ')' */
.icon-soundcloud:before { content: '\2a'; } /* '*' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-youtube-play:before { content: '\2c'; } /* ',' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-foursquare:before { content: '\2e'; } /* '.' */
.icon-delicious:before { content: '\2f'; } /* '/' */
.icon-android:before { content: '\30'; } /* '0' */
.icon-wikipedia:before { content: '\31'; } /* '1' */
.icon-stackoverflow:before { content: '\32'; } /* '2' */
.icon-lock-1:before { content: '\33'; } /* '3' */
.icon-doc-1:before { content: '\34'; } /* '4' */
.icon-calendar-1:before { content: '\35'; } /* '5' */
.icon-trash-2:before { content: '\36'; } /* '6' */
.icon-cup-1:before { content: '\37'; } /* '7' */
.icon-sound-1:before { content: '\38'; } /* '8' */
.icon-location-2:before { content: '\39'; } /* '9' */
.icon-forrst:before { content: '\3a'; } /* ':' */
.icon-digg:before { content: '\3b'; } /* ';' */
.icon-comment-1:before { content: '\3c'; } /* '&lt;' */
.icon-clock:before { content: '\3d'; } /* '=' */
.icon-reddit:before { content: '\3e'; } /* '&gt;' */
.icon-lightbulb-1:before { content: '\3f'; } /* '?' */
.icon-tv:before { content: '\40'; } /* '@' */
.icon-desktop-1:before { content: '\41'; } /* 'A' */
.icon-thumbs-up-2:before { content: '\42'; } /* 'B' */
.icon-pencil-3:before { content: '\43'; } /* 'C' */
.icon-mobile-2:before { content: '\44'; } /* 'D' */
.icon-tag-3:before { content: '\45'; } /* 'E' */
.icon-eye-2:before { content: '\46'; } /* 'F' */
.icon-cd:before { content: '\47'; } /* 'G' */
.icon-inbox:before { content: '\48'; } /* 'H' */
.icon-globe-2:before { content: '\49'; } /* 'I' */
.icon-cloud-2:before { content: '\4a'; } /* 'J' */
.icon-paper-plane-1:before { content: '\4b'; } /* 'K' */
.icon-fire-1:before { content: '\4c'; } /* 'L' */
.icon-graduation-cap-1:before { content: '\4d'; } /* 'M' */
.icon-megaphone-2:before { content: '\4e'; } /* 'N' */
.icon-database:before { content: '\4f'; } /* 'O' */
.icon-key-2:before { content: '\50'; } /* 'P' */
.icon-beaker-1:before { content: '\51'; } /* 'Q' */
.icon-truck-1:before { content: '\52'; } /* 'R' */
.icon-money-1:before { content: '\53'; } /* 'S' */
.icon-food-1:before { content: '\54'; } /* 'T' */
.icon-youtube-1:before { content: '\55'; } /* 'U' */
.icon-shop:before { content: '\56'; } /* 'V' */
.icon-diamond:before { content: '\57'; } /* 'W' */
.icon-xing:before { content: '\58'; } /* 'X' */
.icon-t-shirt:before { content: '\59'; } /* 'Y' */
.icon-wallet:before { content: '\5a'; } /* 'Z' */
.icon-spin5:before { content: '\5b'; } /* '[' */
.icon-new-eye-1:before { content: '\5c'; } /* '\' */
.icon-new-attach-1:before { content: '\5d'; } /* ']' */
.icon-macstore:before { content: '\5e'; } /* '^' */
.icon-myspace:before { content: '\5f'; } /* '_' */
.icon-new-unlock:before { content: '\60'; } /* '`' */
.icon-amazon:before { content: '\61'; } /* 'a' */
.icon-new-lock-1:before { content: '\62'; } /* 'b' */
.icon-new-picture-1:before { content: '\63'; } /* 'c' */
.icon-new-photo-1:before { content: '\64'; } /* 'd' */
.icon-ebay:before { content: '\65'; } /* 'e' */
.icon-new-user-1:before { content: '\66'; } /* 'f' */
.icon-new-heart-1:before { content: '\67'; } /* 'g' */
.icon-new-link-1:before { content: '\68'; } /* 'h' */
.icon-new-share-1:before { content: '\69'; } /* 'i' */
.icon-new-video-1:before { content: '\6a'; } /* 'j' */
.icon-coverflow-empty:before { content: '\6b'; } /* 'k' */
.icon-cubes:before { content: '\6c'; } /* 'l' */
.icon-spin1:before { content: '\6d'; } /* 'm' */
.icon-spin2:before { content: '\6e'; } /* 'n' */
.icon-spin3:before { content: '\6f'; } /* 'o' */
.icon-spin4:before { content: '\70'; } /* 'p' */
.icon-music:before { content: '\71'; } /* 'q' */
.icon-spin6:before { content: '\72'; } /* 'r' */
.icon-search-2:before { content: '\73'; } /* 's' */
.icon-mail-2:before { content: '\74'; } /* 't' */
.icon-heart-2:before { content: '\75'; } /* 'u' */
.icon-star-2:before { content: '\76'; } /* 'v' */
.icon-user-1:before { content: '\77'; } /* 'w' */
.icon-videocam-1:before { content: '\78'; } /* 'x' */
.icon-camera-2:before { content: '\79'; } /* 'y' */
.icon-photo:before { content: '\7a'; } /* 'z' */
.icon-attach-1:before { content: '\7b'; } /* '{' */
.icon-note-1:before { content: '\7c'; } /* '|' */
.icon-cog-1:before { content: '\7d'; } /* '}' */
.icon-params:before { content: '\7e'; } /* '~' */
.icon-info:before { content: '\2139'; } /* 'ℹ' */
.icon-pencil-2:before { content: '\229f'; } /* '⊟' */
.icon-floppy-1:before { content: '\2302'; } /* '⌂' */
.icon-right-dir:before { content: '\25b8'; } /* '▸' */
.icon-cloud:before { content: '\2601'; } /* '☁' */
.icon-umbrella:before { content: '\2602'; } /* '☂' */
.icon-right-hand:before { content: '\261e'; } /* '☞' */
.icon-th-list:before { content: '\2630'; } /* '☰' */
.icon-moon:before { content: '\263d'; } /* '☽' */
.icon-th:before { content: '\268f'; } /* '⚏' */
.icon-flag:before { content: '\2691'; } /* '⚑' */
.icon-cog:before { content: '\2699'; } /* '⚙' */
.icon-attention:before { content: '\26a0'; } /* '⚠' */
.icon-flash:before { content: '\26a1'; } /* '⚡' */
.icon-cloud-thunder:before { content: '\26c8'; } /* '⛈' */
.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
.icon-flight:before { content: '\2708'; } /* '✈' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-edit:before { content: '\270d'; } /* '✍' */
.icon-pencil:before { content: '\270e'; } /* '✎' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-ok-circle:before { content: '\2714'; } /* '✔' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-menu-1:before { content: '\2796'; } /* '➖' */
.icon-direction:before { content: '\27a2'; } /* '➢' */
.icon-forward:before { content: '\27a6'; } /* '➦' */
.icon-heart-empty:before { content: '\e179'; } /* '' */
.icon-user:before { content: '\e276'; } /* '' */
.icon-user-add:before { content: '\e700'; } /* '' */
.icon-ok-circle2:before { content: '\e702'; } /* '' */
.icon-info-circled:before { content: '\e705'; } /* '' */
.icon-eye:before { content: '\e70a'; } /* '' */
.icon-tag:before { content: '\e70c'; } /* '' */
.icon-tags:before { content: '\e70d'; } /* '' */
.icon-reply:before { content: '\e712'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-retweet:before { content: '\e717'; } /* '' */
.icon-comment:before { content: '\e718'; } /* '' */
.icon-chat:before { content: '\e720'; } /* '' */
.icon-address:before { content: '\e723'; } /* '' */
.icon-location:before { content: '\e724'; } /* '' */
.icon-map:before { content: '\e727'; } /* '' */
.icon-doc:before { content: '\e730'; } /* '' */
.icon-docs:before { content: '\e736'; } /* '' */
.icon-chart-area:before { content: '\e737'; } /* '' */
.icon-briefcase:before { content: '\e738'; } /* '' */
.icon-attach:before { content: '\e739'; } /* '' */
.icon-share:before { content: '\e73c'; } /* '' */
.icon-basket:before { content: '\e73d'; } /* '' */
.icon-wrench:before { content: '\e744'; } /* '' */
.icon-zoom-in:before { content: '\e750'; } /* '' */
.icon-zoom-out:before { content: '\e751'; } /* '' */
.icon-air:before { content: '\e753'; } /* '' */
.icon-floppy:before { content: '\e755'; } /* '' */
.icon-phone:before { content: '\e758'; } /* '' */
.icon-trash-1:before { content: '\e759'; } /* '' */
.icon-down-open:before { content: '\e75c'; } /* '' */
.icon-left-open:before { content: '\e75d'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-up-open:before { content: '\e75f'; } /* '' */
.icon-bookmark:before { content: '\e760'; } /* '' */
.icon-rocket:before { content: '\e761'; } /* '' */
.icon-graduation-cap:before { content: '\e762'; } /* '' */
.icon-mobile:before { content: '\e763'; } /* '' */
.icon-lamp:before { content: '\e764'; } /* '' */
.icon-chart-line:before { content: '\e765'; } /* '' */
.icon-chart-bar:before { content: '\e766'; } /* '' */
.icon-droplet:before { content: '\e767'; } /* '' */
.icon-water:before { content: '\e768'; } /* '' */
.icon-trophy:before { content: '\e769'; } /* '' */
.icon-monitor:before { content: '\e770'; } /* '' */
.icon-globe:before { content: '\e771'; } /* '' */
.icon-book-open:before { content: '\e772'; } /* '' */
.icon-download:before { content: '\e773'; } /* '' */
.icon-upload:before { content: '\e774'; } /* '' */
.icon-thumbs-up:before { content: '\e776'; } /* '' */
.icon-thumbs-down:before { content: '\e777'; } /* '' */
.icon-megaphone:before { content: '\e785'; } /* '' */
.icon-lifebuoy:before { content: '\e788'; } /* '' */
.icon-mouse:before { content: '\e789'; } /* '' */
.icon-suitcase:before { content: '\e78e'; } /* '' */
.icon-flow-cascade:before { content: '\e790'; } /* '' */
.icon-brush:before { content: '\e79a'; } /* '' */
.icon-paper-plane:before { content: '\e79b'; } /* '' */
.icon-magnet:before { content: '\e7a1'; } /* '' */
.icon-chart-pie:before { content: '\e7a2'; } /* '' */
.icon-traffic-cone:before { content: '\e7a3'; } /* '' */
.icon-cc:before { content: '\e7a5'; } /* '' */
.icon-pinterest:before { content: '\e800'; } /* '' */
.icon-flight-1:before { content: '\e801'; } /* '' */
.icon-magnet-1:before { content: '\e802'; } /* '' */
.icon-search-1:before { content: '\e803'; } /* '' */
.icon-calendar:before { content: '\e804'; } /* '' */
.icon-th-large:before { content: '\e805'; } /* '' */
.icon-heart-1:before { content: '\e806'; } /* '' */
.icon-star-1:before { content: '\e807'; } /* '' */
.icon-star-empty-1:before { content: '\e808'; } /* '' */
.icon-camera-1:before { content: '\e809'; } /* '' */
.icon-picture-1:before { content: '\e80a'; } /* '' */
.icon-link-1:before { content: '\e80b'; } /* '' */
.icon-eye-1:before { content: '\e80c'; } /* '' */
.icon-pencil-1:before { content: '\e80d'; } /* '' */
.icon-location-1:before { content: '\e80e'; } /* '' */
.icon-chat-1:before { content: '\e80f'; } /* '' */
.icon-help-circled:before { content: '\e810'; } /* '' */
.icon-thumbs-down-1:before { content: '\e811'; } /* '' */
.icon-thumbs-up-1:before { content: '\e812'; } /* '' */
.icon-print-1:before { content: '\e813'; } /* '' */
.icon-gauge-1:before { content: '\e814'; } /* '' */
.icon-lock:before { content: '\e815'; } /* '' */
.icon-pin:before { content: '\e816'; } /* '' */
.icon-chart-bar-2:before { content: '\e817'; } /* '' */
.icon-chart:before { content: '\e818'; } /* '' */
.icon-fast-food:before { content: '\e819'; } /* '' */
.icon-ferry:before { content: '\e81a'; } /* '' */
.icon-fire-station:before { content: '\e81b'; } /* '' */
.icon-fuel:before { content: '\e81c'; } /* '' */
.icon-bicycle:before { content: '\e81d'; } /* '' */
.icon-college:before { content: '\e81e'; } /* '' */
.icon-cinema:before { content: '\e81f'; } /* '' */
.icon-key-1:before { content: '\e820'; } /* '' */
.icon-megaphone-1:before { content: '\e821'; } /* '' */
.icon-credit-card-1:before { content: '\e822'; } /* '' */
.icon-tag-1:before { content: '\e823'; } /* '' */
.icon-home-1:before { content: '\e824'; } /* '' */
.icon-globe-1:before { content: '\e825'; } /* '' */
.icon-infinity:before { content: '\e826'; } /* '' */
.icon-bucket:before { content: '\e827'; } /* '' */
.icon-mute:before { content: '\e828'; } /* '' */
.icon-sound:before { content: '\e829'; } /* '' */
.icon-volume:before { content: '\e82a'; } /* '' */
.icon-hourglass:before { content: '\e82b'; } /* '' */
.icon-login:before { content: '\e82c'; } /* '' */
.icon-logout:before { content: '\e82d'; } /* '' */
.icon-cup:before { content: '\e82e'; } /* '' */
.icon-stop:before { content: '\e82f'; } /* '' */
.icon-play:before { content: '\e830'; } /* '' */
.icon-pause:before { content: '\e831'; } /* '' */
.icon-restaurant:before { content: '\e832'; } /* '' */
.icon-pause-outline:before { content: '\e833'; } /* '' */
.icon-rain:before { content: '\e834'; } /* '' */
.icon-cloud-sun:before { content: '\e835'; } /* '' */
.icon-drizzle:before { content: '\e836'; } /* '' */
.icon-cloud-flash:before { content: '\e837'; } /* '' */
.icon-cloud-wind:before { content: '\e838'; } /* '' */
.icon-wind:before { content: '\e839'; } /* '' */
.icon-plane-outline:before { content: '\e83a'; } /* '' */
.icon-leaf:before { content: '\e83b'; } /* '' */
.icon-cloud-1:before { content: '\e83c'; } /* '' */
.icon-flash-outline:before { content: '\e83d'; } /* '' */
.icon-tree-1:before { content: '\e83e'; } /* '' */
.icon-flash-1:before { content: '\e83f'; } /* '' */
.icon-moon-1:before { content: '\e840'; } /* '' */
.icon-waves-outline:before { content: '\e841'; } /* '' */
.icon-waves:before { content: '\e842'; } /* '' */
.icon-gift-1:before { content: '\e843'; } /* '' */
.icon-temperatire:before { content: '\e844'; } /* '' */
.icon-lightbulb:before { content: '\e845'; } /* '' */
.icon-tag-2:before { content: '\e846'; } /* '' */
.icon-tag-empty:before { content: '\e847'; } /* '' */
.icon-ie:before { content: '\e848'; } /* '' */
.icon-opera:before { content: '\e849'; } /* '' */
.icon-chrome:before { content: '\e84a'; } /* '' */
.icon-firefox:before { content: '\e84b'; } /* '' */
.icon-target-outline:before { content: '\e84c'; } /* '' */
.icon-stop-1:before { content: '\e84d'; } /* '' */
.icon-play-1:before { content: '\e84e'; } /* '' */
.icon-pause-1:before { content: '\e84f'; } /* '' */
.icon-blank:before { content: '\e850'; } /* '' */
.icon-rocket-1:before { content: '\e851'; } /* '' */
.icon-check-empty:before { content: '\e852'; } /* '' */
.icon-check:before { content: '\e853'; } /* '' */
.icon-resize-full:before { content: '\e854'; } /* '' */
.icon-resize-small:before { content: '\e855'; } /* '' */
.icon-popup:before { content: '\e856'; } /* '' */
.icon-volume-down:before { content: '\e857'; } /* '' */
.icon-volume-up:before { content: '\e858'; } /* '' */
.icon-volume-off:before { content: '\e859'; } /* '' */
.icon-mute-1:before { content: '\e85a'; } /* '' */
.icon-mic:before { content: '\e85b'; } /* '' */
.icon-award:before { content: '\e85c'; } /* '' */
.icon-dot-circled:before { content: '\e85d'; } /* '' */
.icon-circle-empty:before { content: '\e85e'; } /* '' */
.icon-circle:before { content: '\e85f'; } /* '' */
.icon-code:before { content: '\e860'; } /* '' */
.icon-table:before { content: '\e861'; } /* '' */
.icon-code-1:before { content: '\e862'; } /* '' */
.icon-code-outline:before { content: '\e863'; } /* '' */
.icon-code-3:before { content: '\e864'; } /* '' */
.icon-link:before { content: '\e865'; } /* '' */
.icon-home:before { content: '\e866'; } /* '' */
.icon-trash:before { content: '\e867'; } /* '' */
.icon-back:before { content: '\e868'; } /* '' */
.icon-minus-squared:before { content: '\e869'; } /* '' */
.icon-edit-alt:before { content: '\e86a'; } /* '' */
.icon-docs-1:before { content: '\e86b'; } /* '' */
.icon-crown:before { content: '\e86c'; } /* '' */
.icon-scissors:before { content: '\e86d'; } /* '' */
.icon-menu:before { content: '\e86e'; } /* '' */
.icon-menu-outline:before { content: '\e86f'; } /* '' */
.icon-minus-circled:before { content: '\e870'; } /* '' */
.icon-plus-squared:before { content: '\e871'; } /* '' */
.icon-plus-circled:before { content: '\e872'; } /* '' */
.icon-camera:before { content: '\e873'; } /* '' */
.icon-picture:before { content: '\e874'; } /* '' */
.icon-users:before { content: '\e875'; } /* '' */
.icon-th-list-1:before { content: '\e876'; } /* '' */
.icon-star-empty:before { content: '\e877'; } /* '' */
.icon-star:before { content: '\e878'; } /* '' */
.icon-braille:before { content: '\e879'; } /* '' */
.icon-th-large-1:before { content: '\e87a'; } /* '' */
.icon-cube:before { content: '\e87b'; } /* '' */
.icon-left-hand:before { content: '\e87c'; } /* '' */
.icon-up-hand:before { content: '\e87d'; } /* '' */
.icon-down-hand:before { content: '\e87e'; } /* '' */
.icon-list-bullet:before { content: '\e87f'; } /* '' */
.icon-heart:before { content: '\e880'; } /* '' */
.icon-flashlight:before { content: '\e881'; } /* '' */
.icon-search:before { content: '\e882'; } /* '' */
.icon-hammer:before { content: '\e883'; } /* '' */
.icon-note:before { content: '\e884'; } /* '' */
.icon-key:before { content: '\e885'; } /* '' */
.icon-list-numbered:before { content: '\e886'; } /* '' */
.icon-credit-card:before { content: '\e887'; } /* '' */
.icon-fire:before { content: '\e888'; } /* '' */
.icon-gift:before { content: '\e889'; } /* '' */
.icon-th-list-2:before { content: '\e88a'; } /* '' */
.icon-th-1:before { content: '\e88b'; } /* '' */
.icon-doc-landscape:before { content: '\e88c'; } /* '' */
.icon-doc-text:before { content: '\e88d'; } /* '' */
.icon-add-to-bag:before { content: '\e88e'; } /* '' */
.icon-slideshare:before { content: '\e88f'; } /* '' */
.icon-chart-bar-1:before { content: '\e890'; } /* '' */
.icon-folder-empty:before { content: '\e891'; } /* '' */
.icon-heart-empty-1:before { content: '\e892'; } /* '' */
.icon-mail-1:before { content: '\e893'; } /* '' */
.icon-sina-weibo:before { content: '\e894'; } /* '' */
.icon-bell:before { content: '\e895'; } /* '' */
.icon-attention-circle:before { content: '\e896'; } /* '' */
.icon-odnoklassniki:before { content: '\e897'; } /* '' */
.icon-videocam:before { content: '\e898'; } /* '' */
.icon-video:before { content: '\e899'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-money:before { content: '\f0d6'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-user-md:before { content: '\f0f0'; } /* '' */
.icon-stethoscope:before { content: '\f0f1'; } /* '' */
.icon-coffee:before { content: '\f0f4'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-doc-alt:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital:before { content: '\f0f8'; } /* '' */
.icon-ambulance:before { content: '\f0f9'; } /* '' */
.icon-medkit:before { content: '\f0fa'; } /* '' */
.icon-beer:before { content: '\f0fc'; } /* '' */
.icon-h-sigh:before { content: '\f0fd'; } /* '' */
.icon-plus-squared-1:before { content: '\f0fe'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile-1:before { content: '\f10b'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-github:before { content: '\f300'; } /* '' */
.icon-flickr:before { content: '\f303'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-tumblr:before { content: '\f315'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-dribbble:before { content: '\f31b'; } /* '' */
.icon-stumbleupon:before { content: '\f31e'; } /* '' */
.icon-lastfm:before { content: '\f321'; } /* '' */
.icon-spotify:before { content: '\f327'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-dropbox:before { content: '\f330'; } /* '' */
.icon-evernote:before { content: '\f333'; } /* '' */
.icon-flattr:before { content: '\f336'; } /* '' */
.icon-skype:before { content: '\f339'; } /* '' */
.icon-paypal:before { content: '\f342'; } /* '' */
.icon-picasa:before { content: '\f345'; } /* '' */
.icon-behance:before { content: '\f34e'; } /* '' */
.icon-vkontakte:before { content: '\f354'; } /* '' */
.icon-truck:before { content: '󈤑'; } /* '\c8911' */
.icon-shopping-bag:before { content: '󪢗'; } /* '\ea897' *//* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  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 {
  -webkit-animation-name: fadeOut;
  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 {
  -webkit-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;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -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 {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -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;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.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;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-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);
  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 {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.lg-actions .lg-next,.lg-actions .lg-prev,.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45);z-index:1080}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(//olby.by/wp-content/themes/rttheme19/fonts/lg.eot?n1z373);src:url(//olby.by/wp-content/themes/rttheme19/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(//olby.by/wp-content/themes/rttheme19/fonts/lg.woff?n1z373) format("woff"),url(//olby.by/wp-content/themes/rttheme19/fonts/lg.ttf?n1z373) format("truetype"),url(//olby.by/wp-content/themes/rttheme19/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms ease 0s,opacity 250ms!important;-moz-transition:-moz-transform 250ms ease 0s,opacity 250ms!important;-o-transition:-o-transform 250ms ease 0s,opacity 250ms!important;transition:transform 250ms ease 0s,opacity 250ms!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(//olby.by/wp-content/themes/rttheme19/images/lightbox-images/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(//olby.by/wp-content/themes/rttheme19/images/lightbox-images/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(//olby.by/wp-content/themes/rttheme19/images/lightbox-images/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(//olby.by/wp-content/themes/rttheme19/images/lightbox-images/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(//olby.by/wp-content/themes/rttheme19/images/lightbox-images/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s ease 0s;-moz-transition:-moz-transform .3s ease 0s;-o-transition:-o-transform .3s ease 0s;transition:transform .3s ease 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s ease 0s,opacity .15s!important;-moz-transition:-moz-transform .3s ease 0s,opacity .15s!important;-o-transition:-o-transform .3s ease 0s,opacity .15s!important;transition:transform .3s ease 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(//olby.by/wp-content/themes/rttheme19/images/lightbox-images/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:static;padding:0 5px}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}