@charset "UTF-8";
@charset "UTF-8";



/* Compass, Bootstrap and Variables */
/*! normalize.css v3.0.0 | 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, .added_to_cart > .caret, .tab-pane .form-submit #submit > .caret,
  .dropup > .btn > .caret,
  .dropup > .added_to_cart > .caret,
  .tab-pane .form-submit .dropup > #submit > .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: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
body {
    color: #727272;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.62857;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a, nav.site-navigation ul li a {
   outline: 0;
}

a {
  color: #d54900;
  text-decoration: none;
}
a:hover, a:focus {
  color: #292929;
  text-decoration: none;

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

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;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  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;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "test";
  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: #999999;
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
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: 8.5px;
  margin-bottom: 8.5px;
}
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: 31px;
}
h2, .h2 {
  font-size: 15px;
}
h3, .h3 {
  font-size: 21px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}

th, td {
	padding: 5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.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: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
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: 17px;
}
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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  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: #999999;
}
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: 17px;
  font-style: normal;
  line-height: 1.42857;
}
.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;
  }
  .nav-wrap > .container {
    width: 100%;
  }

}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
    .nav-wrap > .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .nav-wrap > .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: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}
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: whitesmoke;
}
.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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -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: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.relative
{
	position: relative;
	display: table;
	width: 100%;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
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: 12px;
  line-height: 1.42857;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 31px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 38.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
}
.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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b2b2b2;
}
@media (min-width: 993px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 24px;
}
.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;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 993px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
 .added_to_cart, .tab-pane .form-submit #submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.added_to_cart:focus, .tab-pane .form-submit #submit:focus, .btn:active:focus, .added_to_cart:active:focus, .tab-pane .form-submit #submit:active:focus, .btn.active:focus, .active.added_to_cart:focus, .tab-pane .form-submit .active#submit:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.added_to_cart:hover, .tab-pane .form-submit #submit:hover, .added_to_cart:focus, .tab-pane .form-submit #submit:focus {
  color: #333333;
  text-decoration: none;
}
 .added_to_cart:active, .tab-pane .form-submit #submit:active, .active.added_to_cart, .tab-pane .form-submit .active#submit {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.added_to_cart, .tab-pane .form-submit .disabled#submit, .btn[disabled], [disabled].added_to_cart, .tab-pane .form-submit [disabled]#submit, fieldset[disabled] .btn, fieldset[disabled] .added_to_cart, fieldset[disabled] .tab-pane .form-submit #submit, .tab-pane .form-submit fieldset[disabled] #submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}
.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
.btn-link {
  color: #d54900;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #292929;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
. .added_to_cart, .tab-pane .form-submit #submit {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #d54900;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 993px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 993px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 993px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 993px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 993px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 993px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 993px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 993px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 993px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 993px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 993px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 993px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
@media (max-width: 992px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 993px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 993px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 992px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 992px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: white;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.panel {
  margin-bottom: 17px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .added_to_cart, .carousel-caption .tab-pane .form-submit #submit, .tab-pane .form-submit .carousel-caption #submit {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  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 (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: 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: 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 (max-width: 992px) {
  .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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Custom mixins */
.secondary-bg, .top-bar {
  background-color: #f9f9f9;
}
/* Global */
/* General */
body, html {
  height: 100%;
}
p {
  line-height: 1.7em;
}
.left {
  float: left;
}
.carousel-inner .item.left {
  float: none;
}
.right {
  float: right;
}
img {
  max-width: 100%;
}
.onepage-heading {
  position: relative;
}
.onepage-heading:before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.35em;
}
h1.style-2, h2.style-2, h3.style-2, h4.style-2, h5.style-2, h6.style-2 {
  color: #bfbfbf;
  text-transform: none;
}
h1.style-3, h2.style-3, h3.style-3, h4.style-3, h5.style-3, h6.style-3 {
  text-transform: none;
}
h1.style-white, h2.style-white, h3.style-white, h4.style-white, h5.style-white, h6.style-white {
  color: #ffffff;
  text-transform: none;
}
h1.style-3, h2.style-3, h3.style-3, h4.style-3, h5.style-3, h6.style-3 {
  text-transform: none;
}
h2 + h3 {
  margin-top: 0;
}
h3.style-2 {
  font-size: 18px;
}

.col-md-1 > h1:first-child, .col-md-1 > h2:first-child, .col-md-1 > h3:first-child, .col-md-1 > h4:first-child, .col-md-1 > h5:first-child, .col-md-2 > h1:first-child, .col-md-2 > h2:first-child, .col-md-2 > h3:first-child, .col-md-2 > h4:first-child, .col-md-2 > h5:first-child, .col-md-3 > h1:first-child, .col-md-3 > h2:first-child, .col-md-3 > h3:first-child, .col-md-3 > h4:first-child, .col-md-3 > h5:first-child, .col-md-4 > h1:first-child, .col-md-4 > h2:first-child, .col-md-4 > h3:first-child, .col-md-4 > h4:first-child, .col-md-4 > h5:first-child, .col-md-5 > h1:first-child, .col-md-5 > h2:first-child, .col-md-5 > h3:first-child, .col-md-5 > h4:first-child, .col-md-5 > h5:first-child, .col-md-6 > h1:first-child, .col-md-6 > h2:first-child, .col-md-6 > h3:first-child, .col-md-6 > h4:first-child, .col-md-6 > h5:first-child, .col-md-7 > h1:first-child, .col-md-7 > h2:first-child, .col-md-7 > h3:first-child, .col-md-7 > h4:first-child, .col-md-7 > h5:first-child, .col-md-8 > h1:first-child, .col-md-8 > h2:first-child, .col-md-8 > h3:first-child, .col-md-8 > h4:first-child, .col-md-8 > h5:first-child, .col-md-9 > h1:first-child, .col-md-9 > h2:first-child, .col-md-9 > h3:first-child, .col-md-9 > h4:first-child, .col-md-9 > h5:first-child, .col-md-10 > h1:first-child, .col-md-10 > h2:first-child, .col-md-10 > h3:first-child, .col-md-10 > h4:first-child, .col-md-10 > h5:first-child, .col-md-11 > h1:first-child, .col-md-11 > h2:first-child, .col-md-11 > h3:first-child, .col-md-11 > h4:first-child, .col-md-11 > h5:first-child, .col-md-12 > h1:first-child, .col-md-12 > h2:first-child, .col-md-12 > h3:first-child, .col-md-12 > h4:first-child, .col-md-12 > h5:first-child,
.col-sm-1 > h1:first-child,
.col-sm-1 > h2:first-child,
.col-sm-1 > h3:first-child,
.col-sm-1 > h4:first-child,
.col-sm-1 > h5:first-child, .col-sm-2 > h1:first-child, .col-sm-2 > h2:first-child, .col-sm-2 > h3:first-child, .col-sm-2 > h4:first-child, .col-sm-2 > h5:first-child, .col-sm-3 > h1:first-child, .col-sm-3 > h2:first-child, .col-sm-3 > h3:first-child, .col-sm-3 > h4:first-child, .col-sm-3 > h5:first-child, .col-sm-4 > h1:first-child, .col-sm-4 > h2:first-child, .col-sm-4 > h3:first-child, .col-sm-4 > h4:first-child, .col-sm-4 > h5:first-child, .col-sm-5 > h1:first-child, .col-sm-5 > h2:first-child, .col-sm-5 > h3:first-child, .col-sm-5 > h4:first-child, .col-sm-5 > h5:first-child, .col-sm-6 > h1:first-child, .col-sm-6 > h2:first-child, .col-sm-6 > h3:first-child, .col-sm-6 > h4:first-child, .col-sm-6 > h5:first-child, .col-sm-7 > h1:first-child, .col-sm-7 > h2:first-child, .col-sm-7 > h3:first-child, .col-sm-7 > h4:first-child, .col-sm-7 > h5:first-child, .col-sm-8 > h1:first-child, .col-sm-8 > h2:first-child, .col-sm-8 > h3:first-child, .col-sm-8 > h4:first-child, .col-sm-8 > h5:first-child, .col-sm-9 > h1:first-child, .col-sm-9 > h2:first-child, .col-sm-9 > h3:first-child, .col-sm-9 > h4:first-child, .col-sm-9 > h5:first-child, .col-sm-10 > h1:first-child, .col-sm-10 > h2:first-child, .col-sm-10 > h3:first-child, .col-sm-10 > h4:first-child, .col-sm-10 > h5:first-child, .col-sm-11 > h1:first-child, .col-sm-11 > h2:first-child, .col-sm-11 > h3:first-child, .col-sm-11 > h4:first-child, .col-sm-11 > h5:first-child, .col-sm-12 > h1:first-child, .col-sm-12 > h2:first-child, .col-sm-12 > h3:first-child, .col-sm-12 > h4:first-child, .col-sm-12 > h5:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .responsive .col-md-2 + .col-md-2, .responsive .col-md-2 + .col-md-3, .responsive .col-md-2 + .col-md-4, .responsive .col-md-2 + .col-md-6, .responsive .col-md-2 + .col-md-7, .responsive .col-md-2 + .col-md-8, .responsive .col-md-3 + .col-md-2, .responsive .col-md-3 + .col-md-3, .responsive .col-md-3 + .col-md-4, .responsive .col-md-3 + .col-md-6, .responsive .col-md-3 + .col-md-7, .responsive .col-md-3 + .col-md-8, .responsive .col-md-4 + .col-md-2, .responsive .col-md-4 + .col-md-3, .responsive .col-md-4 + .col-md-4, .responsive .col-md-4 + .col-md-6, .responsive .col-md-4 + .col-md-7, .responsive .col-md-4 + .col-md-8, .responsive .col-md-5 + .col-md-2, .responsive .col-md-5 + .col-md-3, .responsive .col-md-5 + .col-md-4, .responsive .col-md-5 + .col-md-6, .responsive .col-md-5 + .col-md-7, .responsive .col-md-5 + .col-md-8, .responsive .col-md-6 + .col-md-2, .responsive .col-md-6 + .col-md-3, .responsive .col-md-6 + .col-md-4, .responsive .col-md-6 + .col-md-6, .responsive .col-md-6 + .col-md-7, .responsive .col-md-6 + .col-md-8, .responsive .col-md-7 + .col-md-2, .responsive .col-md-7 + .col-md-3, .responsive .col-md-7 + .col-md-4, .responsive .col-md-7 + .col-md-6, .responsive .col-md-7 + .col-md-7, .responsive .col-md-7 + .col-md-8, .responsive .col-md-8 + .col-md-2, .responsive .col-md-8 + .col-md-3, .responsive .col-md-8 + .col-md-4, .responsive .col-md-8 + .col-md-6, .responsive .col-md-8 + .col-md-7, .responsive .col-md-8 + .col-md-8 {
    margin-top: 20px;
  }
}
a:hover {
  text-decoration: none;
}
.row.no-margin {
  margin: 0;
}
.subpage {
  padding-bottom: 80px;
}
.space {
  display: inline-block;
  height: 1px;
  width: 25px;
}
.site-wrapper {
  background-color: #fff;
  overflow: hidden;
}
/* Header */
.top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.top-bar:before, .top-bar:after {
  content: " ";
  display: table;
}
.top-bar:after {
  clear: both;
}
.top-bar.style-2 {
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar ul li {
  display: inline-block;
}
.top-bar ul.social {
  margin-left: -6px;
}
.top-bar a {
  color: inherit;
}
.top-bar .fa {
  font-size: 15px;
  padding: 12px 12px;
}
.top-bar .left:before, .top-bar .left:after, .top-bar .right:before, .top-bar .right:after {
  content: " ";
  display: table;
}
.top-bar .left:after, .top-bar .right:after {
  clear: both;
}
.top-bar .left > *, .top-bar .right > * {
  float: left;
}
.top-bar .right > * {
  margin-left: 30px;
}
.top-bar .left > * {
  margin-right: 30px;
}
.top-bar .container {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.top-bar .container:before, .top-bar .container:after {
  content: " ";
  display: table;
}
.top-bar .container:after {
  clear: both;
}
.top-bar .close {
  color: #292929;
  font-size: 13px;
  cursor: pointer;
  display: none;
  padding-left: 50px;
  padding-right: 50px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width: 630px) {
  .responsive .top-bar {
    text-align: center;
  }
  .responsive .top-bar .container {
    height: 0;
    overflow: hidden;
  }
  .responsive .top-bar .left, .responsive .top-bar .right {
    float: none;
    width: 100%;
  }
  .responsive .top-bar .left > *, .responsive .top-bar .right > * {
    margin: 0;
    width: 100%;
  }
  .responsive .top-bar .left {
    margin-top: 10px;
  }
  .responsive .top-bar .text .fa {
    padding-left: 0;
  }
  .responsive .top-bar .close {
    display: block;
  }
  .responsive .top-bar.open .container {
    height: auto;
  }
  .responsive .top-bar.open .close:before {
    content: "\f077";
  }
}
.site-header:before, .site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
.site-header.sticky .nav-wrap.active {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}
.boxed .site-header.sticky .nav-wrap.active {
  left: auto;
  right: auto;
}
.site-header.sticky .nav-wrap.active + .sticky-holder {
  height: 72px;
}
.nav-wrap {
  background-color: #FFF;
  position: relative;
  padding-top: 5px;
  padding-bottom: 30px;
}
.nav-wrap:after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.nav-wrap .container {
  height: 72px;
}
.nav-wrap .fa-search {
  background: none;
  border: none;
  color: #fff;
  float: right;
  font-size: 18px;
  margin-top: 27px;
  outline: none;
}
@media (min-width: 993px) {
  .nav-wrap .fa-search {
    color: #292929;
    font-size: 13px;
    margin-left: 30px;
  }
}
@media (min-width: 993px) {
  .nav-wrap .social {
    list-style: none;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: -10px;
    padding: 0;
    float: right;
  }
  .nav-wrap .social li {
    display: inline-block;
    font-size: 15px;
  }
  .nav-wrap .social li a {
    color: #c3c3c3;
    padding: 0 10px;
  }
  .nav-wrap.style-3 {
    text-align: center;
  }
  .nav-wrap.style-3 .container {
    height: auto;
  }
  .nav-wrap.style-3 .site-logo {
    margin: 35px 0 14px 0;
  }

  .nav-wrap.style-3.active .site-logo {
    margin: 22px 0 14px;
  }
  .nav-wrap.style-3 .site-logo, .nav-wrap.style-3 .site-navigation {
    display: block;
    float: none;
  }
  .nav-wrap.style-3 .site-logo > a,
  .nav-wrap.style-3 .site-navigation > ul {
    display: inline-block;
  }
  .nav-wrap.style-3 .site-navigation > ul > li {
    display: inline-block;
    float: none;
  }
  .nav-wrap.style-3 .site-navigation > ul > li li {
    text-align: left;
  }
}
.site-logo {
  display: table;
  height: 100%;
  float: left;
}
.site-logo.retina img {
  width: 50%;
}
.site-logo a {
  display: table-cell;
  vertical-align: middle;
}
.boxed .not-responsive .container,
.boxed .site-wrapper.not-responsive,
.boxed .not-responsive .sticky .nav-wrap.active {
  width: 970px !important;
  max-width: none !important;
}
.not-responsive {
  overflow: visible;
}
.not-responsive .container {
  width: 970px !important;
  max-width: none !important;
}
.site-navigation {
  border: none;
  display: block;
  float: right;
}
.site-navigation:before, .site-navigation:after {
  content: " ";
  display: table;
}
.site-navigation:after {
  clear: both;
}
@media (max-width: 992px) {
  .responsive .site-navigation {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: none;
    position: relative;
    width: 100%;
  }
  .responsive .site-navigation:after, .responsive .site-navigation:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    content: 0;
    display: block;
    width: 15px;
    position: absolute;
    bottom: -1px;
    top: 0;
  }
  .responsive .site-navigation:before {
    left: -15px;
  }
  .responsive .site-navigation:after {
    right: -15px;
  }
}
.site-navigation.open {
  display: block;
}
.site-navigation ul {
  list-style: none;
  padding: 0;
}
.site-navigation > ul > li > a {
  text-transform: uppercase;
}
.site-navigation > ul a {
  color: #fff;
  display: block;
  font-family: "titillium-bold";
  font-size: 14px;
  font-weight: 500;
  margin: 3px 0;
  padding: 5px 0;
}
.site-navigation .sub-menu {
  margin-left: 20px;
  z-index: 102;
}
.site-navigation .sub-menu:before {
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: -5px;
  right: 0;
}
.site-navigation .sub-menu li {
  color: #fff;
  list-style: square;
}
.not-responsive .site-navigation {
  background: none;
}
.not-responsive .site-navigation.description > ul {
  margin: 21px -10px 0 0;
}
.not-responsive .site-navigation.description > ul > li {
  height: 50px;
}
.not-responsive .site-navigation > ul {
  margin: 27px -10px 0 0;
}
.not-responsive .site-navigation > ul > li {
  height: 45px;
  float: left;
  margin: 0 10px;
  position: relative;
}
.not-responsive .site-navigation > ul > li.menu-item-has-children:hover > .sub-menu, .not-responsive .site-navigation > ul > li .sub-menu .sub-menu {
  height: auto;
}
.not-responsive .site-navigation > ul > li:hover > .sub-menu, .not-responsive .site-navigation > ul > li .sub-menu .sub-menu {
  border-top: 1px solid #f6f6f6;
}
.not-responsive .site-navigation > ul > li > a {
  color: #000;
  display: inline;
  margin: 0;
  padding: 30px 10px;
}
.not-responsive .site-navigation > ul > li > span {
  cursor: pointer;
  color: #a9a9a9;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  padding: 3px 10px;
}
.not-responsive .site-navigation .sub-menu {
  background-color: #fff;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin-left: -102px;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 204px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.not-responsive .site-navigation .sub-menu a {
  display: block;
  padding: 6px 24px;
}
.not-responsive .site-navigation .sub-menu li {
  list-style: none;
}
.not-responsive .site-navigation .sub-menu li:first-child {
  margin-top: 14px;
}
.not-responsive .site-navigation .sub-menu li:last-child {
  margin-bottom: 14px;
}
.not-responsive .site-navigation .sub-menu .menu-item-has-children {
  position: relative;
}
.not-responsive .site-navigation .sub-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.not-responsive .site-navigation .sub-menu .menu-item-has-children:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-top: -9px;
  position: absolute;
  right: 14px;
  top: 50%;
}
.not-responsive .site-navigation .sub-menu .sub-menu {
  display: none;
  left: 100%;
  margin-left: 0;
  margin-top: -15px;
  overflow: visible;
  top: 0;
}
@media (min-width: 993px) {
  .responsive .site-navigation.description > ul {
    margin: 21px -10px 0 0;
  }
  .responsive .site-navigation.description > ul > li {
    height: 50px;
  }
  .responsive .site-navigation > ul {
    margin: 40px -10px 0 0;
  }
  .responsive .site-navigation > ul > li {
     
    float: left;
    margin: 0 15px;
    position: relative;
    vertical-align: top;
  }
  .responsive .site-navigation > ul > li.menu-item-has-children:hover > .sub-menu, .responsive .site-navigation > ul > li .sub-menu .sub-menu {
    height: auto;
  }
  .responsive .site-navigation > ul > li:hover > .sub-menu, .responsive .site-navigation > ul > li .sub-menu .sub-menu {
    border-top: 1px solid #f6f6f6;
    z-index: 20000;
  }
  .responsive .site-navigation > ul > li > a {
    display: inline;
    margin: 0;
    padding: 5px 0px 4px 0px;
    margin-bottom:10px;
  }
  .responsive .site-navigation > ul > li > span {
    cursor: pointer;
    color: #a9a9a9;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    padding: 3px 10px;
  }
  .responsive .site-navigation .sub-menu {
    background-color: #fff;
    border-left: none;
    border-right: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin-left: -42px;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 204px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .responsive .site-navigation .sub-menu a {
    display: block;
    padding: 6px 24px;
  }
  .responsive .site-navigation .sub-menu li {
    list-style: none;
  }
  .responsive .site-navigation .sub-menu li:first-child {
    margin-top: 14px;
  }
  .responsive .site-navigation .sub-menu li:last-child {
    margin-bottom: 14px;
  }
  .responsive .site-navigation .sub-menu .menu-item-has-children {
    position: relative;
  }
  .responsive .site-navigation .sub-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .responsive .site-navigation .sub-menu .menu-item-has-children:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-top: -9px;
    position: absolute;
    right: 14px;
    top: 50%;
  }
  .responsive .site-navigation .sub-menu .sub-menu {
    display: none;
    left: 100%;
    margin-left: 0;
    margin-top: -15px;
    overflow: visible;
    top: 0;
  }
}
@media (max-width: 992px) {
  .responsive .site-navigation > ul > li > span {
    display: none;
  }
  .responsive .site-navigation > ul > li > a {
    padding: 15px 4px;
  }
}
@media (max-width: 992px) and (min-width: 786px) {
  .responsive .site-navigation.description > ul {
    margin: 27px -10px 0 0;
  }
  .responsive .site-navigation.description > ul > li {
    height: 45px;
  }
  .responsive .site-navigation > ul > li > a {
    padding: 15px 4px;
  }
}
.site-search {
  text-align: center;
}
.site-search .container {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.site-search .container.open {
  height: 80px;
}
@media (max-width: 450px) {
  .site-search .container.open {
    height: 72px;
  }
}
.site-search input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  font-family: "titillium-bold";
  margin: 22px 0;
  padding-right: 20px;
  width: 100%;
  outline: 0;
  text-align: center;
}
.site-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.site-search input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.site-search input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.site-search input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 450px) {
  .site-search input[type="text"] {
    font-size: 20px;
    margin: 21px 0;
    text-align: left;
  }
}
.site-search .close {
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  font-size: 32px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.site-search .close:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .navbar-toggle,
  .nav-wrap .fa-search {
    border-radius: 4px;
    height: 27px;
    margin-top: 0;
    position: relative;
    top: 22px;
  }
}
.navbar-toggle {
  margin-right: 7px;
  padding: 6px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
  width: 16px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}
/* Footer */
.site-footer {
  background-color: #313131;
  color: white;
  line-height: 1.9em;
  margin-top: 70px;
}
.home .site-footer { margin-top:0px;}
.site-footer a, .site-footer .widget-title {
  color: inherit;
}
.site-footer > .container {
  padding-top: 69px;
  padding-bottom: 62px;
}
.site-footer > .container + .container {
  padding-top: 0;
}
.site-footer .widget-title {
  font-size: 17px;
  margin-top: -6px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.site-footer img {
  margin-bottom: 32px;
}
.site-footer .row > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .responsive .site-footer .row > div + div {
    margin-top: 0px;
  }
  .site-footer .col-md-3 {
    margin-bottom: 30px;
  }
}
.site-footer .menu {
  margin: 0;
  padding: 0;
}
.site-footer .menu a {
  display: block;
}
.site-footer .menu li + li {
  margin-top: 2px;
}
.site-footer .copyright-footer {
  background-color: #2c2c2c;
  color: rgba(255, 255, 255, 0.5);
  border-top:1px solid #3c3c3c;
}
.site-footer .copyright-footer > .container {
  padding-top: 22px;
  padding-bottom: 22px;
}
.site-footer .copyright-footer .socialize {
  margin-bottom: -3px;
}
.site-footer .copyright-footer .socialize a {
  color: inherit;
}
.site-footer .copyright-footer .socialize a:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .site-footer .copyright-footer .text-right {
    text-align: left;
  }
  .site-footer .copyright-footer .col-md-6 + .col-md-6 {
    margin-top: 20px;
  }
}
.site-footer .contact-info li {
  margin-bottom: 7px;
}
.site-footer .contact-footer *:first-child {
  margin-top: 45px;
}
.site-footer .contact-footer h2, .site-footer .contact-footer h3 {
  color: inherit;
  text-transform: none;
  margin: 0;
}
.site-footer .contact-footer h2 {
  font-size: 34px;
}
.site-footer .contact-footer h3 {
  font-size: 26px;
}
.site-footer .recent-posts li:before, .site-footer .recent-posts li:after, .site-footer .widget_recent_entries li:before, .site-footer .widget_recent_entries li:after {
  content: " ";
  display: table;
}
.site-footer .recent-posts li:after, .site-footer .widget_recent_entries li:after {
  clear: both;
}
.site-footer .recent-posts li + li, .site-footer .widget_recent_entries li + li {
  margin-top: 9px;
}
.site-footer .recent-posts span:before, .site-footer .widget_recent_entries span:before {
  content: "/";
  margin: 0 6px;
}
/* Blog
---------------------------------------- */
.post + .post {
  margin-top: 60px;
}
.post header {
  position: relative;
  overflow: hidden;
}
.post header a {
  display: block;
  position: relative;
  z-index: 9;
}
.post header img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.post header + h1, .post header + a {
  display: inline-block;
  margin-top: 0px;
}
.post .post-meta {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.post .post-meta ul {
  padding: 0;
  height: 100%;
}
.post .post-meta li {
  list-style: none;
  height: 25%;
  position: relative;
}
.post .post-meta li:first-of-type button {
  border: none;
}
.post .post-meta button {
  color: #fff;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 100%;
  font-size: 20px;
  padding: 0;
  position: relative;
  z-index: 11;
}
.post .post-meta button i {
  display: block;
  margin-top: 1px;
  height: 100px;
  width: 70px;
}
.post .post-meta button i:before {
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.post .post-meta button:hover i {
  background-color: rgba(0, 0, 0, 0.15);
}
.post .post-meta button:hover + .meta-content {
  left: 70px;
}
.post .post-meta .meta-content {
  background-color: #f9f9f9;
  border-top: 1px solid #f9f9f9;
  display: inline-block;
  font-size: 14px;
  line-height: 100%;
  height: 100%;
  left: -100%;
  position: absolute;
  padding: 0 30px;
  top: 0;
  z-index: 10;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.post .post-meta .meta-content span {
  display: inline-block;
  position: relative;
  margin-top: -7px;
  float: right;
  top: 50%;
}
.post .post-meta .meta-content:hover {
  left: 70px;
}
.post h1 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
}
.post .btn, .post .added_to_cart, .post .tab-pane .form-submit #submit, .tab-pane .form-submit .post #submit {
  margin-top: 20px;
}
.post.style-2 header {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
}
.post.style-2 img {
  margin-bottom: 20px;
}
.post.style-2 h1 {
  margin: 13px 0 15px 0;
}
.post.style-2 .post-meta {
  position: static;
}
.post.style-2 .post-meta .fa {
  margin-right: 10px;
}
.post.style-2 .post-meta li {
  display: inline-block;
  margin-right: 10px;
}
.post.style-3 {
  margin-bottom: 56px;
}
.post.style-3 header {
  padding-left: 0;
  padding-bottom: 65px;
}
.post.style-3 h1 {
  font-size: 19px;
  margin-top: 0;
}
.post.style-3 .post-content {
  border-top: 1px solid #ececec;
  padding-top: 14px;
}
.post.style-3 .post-meta {
  margin-top: -70px;
  top: 100%;
}
.post.style-3 .post-meta ul {
  position: relative;
}
.post.style-3 .post-meta li {
  float: left;
  width: 25%;
  height: auto;
  position: static;
}
.post.style-3 .post-meta li button {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
}
.post.style-3 .post-meta li button i {
  height: 65px;
  width: 200px;
}
.post.style-3 .post-meta li button:hover + .meta-content {
  left: 0;
  top: -42px;
}
.post.style-3 .post-meta li .meta-content {
  height: 42px;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.post.style-3 .post-meta li .meta-content span {
  display: inline-block;
  position: relative;
  margin-top: -7px;
  float: left;
  top: 50%;
}
.post.style-3 .post-meta li .meta-content:hover {
  left: 0;
  top: -42px;
}

.post-meta li, .post-meta li a {
  color: #b8b8b8;
} 
.post-meta li a:hover {
    color: #727272;
}
article.post div.post-content {
  padding-top: 10px;
}

.absolute.stickymark {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.triangle-topleft.hovercolor {
    border-right: 60px solid transparent;
    border-top: 60px solid #e6ae48;
    height: 0;
    left: 0;
    top: 0;
    width: 0;
    z-index: 30;
}

i.nav_background_color.fa-thumb-tack {
  position: absolute;
  top: 13px;
  left: 13px;
  color: #fff;
}


@media (max-width: 992px) {
  .responsive .blog > .row > * {
    float: left;
    width: 50%;
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  .responsive .blog > .row > * {
    float: none;
    width: 100%;
  }
  .responsive .blog > .row > * img {
    width: 100%;
  }
}
/* Blog masonry
---------------------------------------- */
.blog-masonry article.post {
  float: none;
  margin-top: 0;
  margin-bottom: 33px;
}
.blog-masonry article.recentblog header, .recent-posts article.recentblog .titlemichelle {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}
.blog-masonry article.post h1, .recent-posts article.post h1 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 7px;
}
.blog-masonry article.post .post-hover, .recent-posts article.post .post-hover {
  position: relative;
  overflow: hidden;
}
.blog-masonry article.post .post-hover:before, .recent-posts article.post .post-hover:before {
  color: #fff;
  content: "\f0c1";
  font-family: "FontAwesome";
  font-size: 22px;
  left: 50%;
  margin-left: -11px;
  margin-top: -17px;
  position: absolute;
  /*top: -50%;*/
  top: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-masonry article.post .post-hover:hover:before, .recent-posts article.post .post-hover:hover:before {
 opacity: 1;
 }

.blog-masonry article.post .post-hover:after, .recent-posts article.post .post-hover:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
 /* -webkit-transition: all 0.5s;
  transition: all 0.5s;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-masonry article.post .post-hover:hover img, .recent-posts article.post .post-hover:hover img {
  -webki-transform: scale(2);
}
.blog-masonry article.post .post-hover:hover:after, .recent-posts article.post .post-hover:hover:after {
  background: none repeat scroll 0 0 #000;
  bottom: -2px;
  left: -2px;
  right: -2px;
  top: -2px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}


.blog-masonry article.post .post-hover:hover:before, .recent-posts article.post .post-hover:hover:before {
  top: 50%;
}
@media (max-width: 768px) {
  .responsive .blog-masonry article.post, .responsive .recent-posts article.post {
    width: 49.9%;
  }
}
@media (max-width: 380px) {
  .responsive .blog-masonry article.post, .responsive .recent-posts article.post {
    width: 100%;
  }
}
.blog-masonry .col-sm-4, .recent-posts .col-sm-4 {
  margin: 0 15px;
  padding: 0;
  width: 30%;
  width: calc(33.3333% - 30px);
  width: -webkit-calc(33.3333% - 30px);
}
.blog-masonry .col-sm-3, .recent-posts .col-sm-3 {
  margin: 0 15px;
  padding: 0;
  width: 23%;
  width: calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
}
.blog-masonry .post + .post, .recent-posts .post + .post {
  margin-top: 0;
}
/* Recent posts
---------------------------------------- */
@media (max-width: 768px) {
  .responsive .recent-posts .post {
    float: left;
    margin-bottom: 30px;
  }
  .responsive .recent-posts .post img {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .responsive .recent-posts .post {
    width: 100%;
  }
}
/* Pagination
---------------------------------------- */
.page-numbers {
  padding-left: 0;
  text-align: center;
}
.page-numbers .last, .page-numbers .first {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.page-numbers .prev, .page-numbers .next, .page-numbers .first, .page-numbers .last {
  font-family: "FontAwesome";
}
.page-numbers .prev {
  margin-right: 10px;
}
.page-numbers .next {
  margin-left: 10px;
}
.page-numbers .first {
  margin-right: -10px;
}
.page-numbers .last {
  margin-left: -10px;
}
.page-numbers .prev:before {
  content: "\f0d9";
}
.page-numbers .next:before {
  content: "\f0da";
}
.page-numbers .first:before {
  content: "\f04a";
}
.page-numbers .last:before {
  content: "\f04e";
}
.page-numbers a, .page-numbers span {
  display: inline-block;
  font-size: 14px;
  padding: 10px;
}
.page-numbers li {
  display: inline-block;
  list-style: none;
}
/* LayerSlider
---------------------------------------- */
.ls-michell h1, .ls-michell h2, .ls-michell h3, .ls-michell h4, .ls-michell h5, .fullscreen h1, .fullscreen h2, .fullscreen h3, .fullscreen h4, .fullscreen h5 {
  text-transform: none;
}
.ls-michell .upper, .fullscreen .upper {
  text-transform: uppercase;
}
.ls-michell .btn.btn-md, .ls-michell .added_to_cart, .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .ls-michell #submit, .fullscreen .btn.btn-md, .fullscreen .added_to_cart, .fullscreen .tab-pane .form-submit #submit, .tab-pane .form-submit .fullscreen #submit {
  font-size: 15px !important;
  padding: 15px 57px !important;
}
@media (max-width: 992px) {
  .responsive .responsive .ls-michell .btn.btn-md, .responsive .responsive .ls-michell .added_to_cart, .responsive .responsive .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .responsive .ls-michell #submit {
    font-size: 13px !important;
    padding: 1.5% 4% !important;
  }
}
@media (max-width: 768px) {
  .responsive .responsive .ls-michell .btn.btn-md, .responsive .responsive .ls-michell .added_to_cart, .responsive .responsive .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .responsive .ls-michell #submit {
    font-size: 12px !important;
  }
}
@media (max-width: 500px) {
  .responsive .responsive .ls-michell .btn.btn-md, .responsive .responsive .ls-michell .added_to_cart, .responsive .responsive .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .responsive .ls-michell #submit {
    font-size: 11px !important;
  }
}
@media (max-width: 300px) {
  .responsive .responsive .ls-michell .btn.btn-md, .responsive .responsive .ls-michell .added_to_cart, .responsive .responsive .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .responsive .ls-michell #submit {
    font-size: 10px !important;
  }
}
.responsive .ls-wp-fullwidth-container .ls-michell .ls-slide {
  overflow: visible;
}
/* Boxed layout
---------------------------------------- */
.pattern-1 {
  background: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/image.jpg) center center fixed;
  background-size: cover;
}
.pattern-2 {
  background-image: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/pattern-2.png);
}
.pattern-3 {
  background-image: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/pattern-3.png);
}
.pattern-4 {
  background-image: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/pattern-4.png);
}
.pattern-5 {
  background-image: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/pattern-5.png);
}
.pattern-6 {
  background-image: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/pattern-6.png);
}
.pattern-7 {
  background-image: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/pattern-7.png);
}
.pattern-8 {
  background-image: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/pattern-8.png);
}
.pattern-9 {
  background-image: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/pattern-9.png);
}
.pattern-10 {
  background-image: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/pattern-10.png);
}
.boxed .site-wrapper {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .boxed .site-wrapper,
  .boxed .sticky .nav-wrap.active {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boxed .site-wrapper,
  .boxed .sticky .nav-wrap.active {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed .site-wrapper,
  .boxed .sticky .nav-wrap.active {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .boxed .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .boxed .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .boxed .container {
    width: 1100px;
  }
.boxed .nav-wrap .container {
    width: 1135px;
}
}
/* Transitions
---------------------------------------- */
a,
.site-search .close,
.nav-wrap .fa-search {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.tagcloud a {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ls-michell .ls-nav-next,
.ls-michell .ls-nav-prev,
.ls-michell .ls-bottom-slidebuttons a,
.carousel-indicators li {
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}
/* Full screen
---------------------------------------- */
.fullscreen {
  background-size: cover;
  display: table;
  width: 100%;
}
.fullscreen > .container {
  display: table-cell;
  vertical-align: middle;
}
.fullscreen > .container > *:first-child {
  margin-top: -70px;
}
.fullscreen h1 {
  font-size: 60px;
}
.fullscreen h2 {
  font-size: 40px;
  margin: 10px 0 30px 0;
}
.fullscreen .btn + .btn, .fullscreen .added_to_cart + .btn, .fullscreen .tab-pane .form-submit #submit + .btn, .tab-pane .form-submit .fullscreen #submit + .btn, .fullscreen .btn + .added_to_cart, .fullscreen .added_to_cart + .added_to_cart, .fullscreen .tab-pane .form-submit #submit + .added_to_cart, .tab-pane .form-submit .fullscreen #submit + .added_to_cart, .fullscreen .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .fullscreen .btn + #submit, .fullscreen .tab-pane .form-submit .added_to_cart + #submit, .tab-pane .form-submit .fullscreen .added_to_cart + #submit, .fullscreen .tab-pane .form-submit #submit + #submit, .tab-pane .form-submit .fullscreen #submit + #submit {
  margin-left: 10px;
}
@media (max-width: 420px) {
  .responsive .fullscreen h1 {
    font-size: 40px !important;
  }
  .responsive .fullscreen h2 {
    font-size: 30px !important;
  }
  .responsive .fullscreen .btn, .responsive .fullscreen .added_to_cart, .responsive .fullscreen .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .fullscreen #submit {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .responsive .fullscreen .btn + .btn, .responsive .fullscreen .added_to_cart + .btn, .responsive .fullscreen .tab-pane .form-submit #submit + .btn, .tab-pane .form-submit .responsive .fullscreen #submit + .btn, .responsive .fullscreen .btn + .added_to_cart, .responsive .fullscreen .added_to_cart + .added_to_cart, .responsive .fullscreen .tab-pane .form-submit #submit + .added_to_cart, .tab-pane .form-submit .responsive .fullscreen #submit + .added_to_cart, .responsive .fullscreen .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .responsive .fullscreen .btn + #submit, .responsive .fullscreen .tab-pane .form-submit .added_to_cart + #submit, .tab-pane .form-submit .responsive .fullscreen .added_to_cart + #submit, .responsive .fullscreen .tab-pane .form-submit #submit + #submit, .tab-pane .form-submit .responsive .fullscreen #submit + #submit {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* Megamenu
---------------------------------------- */
@media (min-width: 993px) {
  .site-navigation > ul > li.megamenu {
    position: static;
  }
  .site-navigation > ul > li.megamenu .container {
    height: auto !important;
  }
  .site-navigation > ul > li.megamenu .sub-menu {
    left: 0;
    margin: 0;
    right: 0;
    width: 100%;
  }
  .site-navigation > ul > li.megamenu .sub-menu > ul {
    padding: 30px 0 15px 0;
  }
  .site-navigation > ul > li.megamenu .sub-menu > ul:before, .site-navigation > ul > li.megamenu .sub-menu > ul:after {
    content: " ";
    display: table;
  }
  .site-navigation > ul > li.megamenu .sub-menu > ul:after {
    clear: both;
  }
  .site-navigation > ul > li.megamenu .sub-menu h4 {
    font-size: 14px;
  }
  .site-navigation > ul > li.megamenu .sub-menu .container > li {
    float: left;
    margin-top: 0;
  }
  .site-navigation > ul > li.megamenu .sub-menu .container > li a {
    color: #727272;
    padding: 4px 0;
  }
  .site-navigation > ul > li.megamenu .sub-menu img {
    margin-top: 20px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .responsive .site-navigation > ul > li.megamenu .sub-menu .container > li {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .responsive .site-navigation > ul > li.megamenu .container {
    height: auto;
  }
  .responsive .site-navigation > ul > li.megamenu .sub-menu {
    margin-left: 5px;
  }
  .responsive .site-navigation > ul > li.megamenu h4, .responsive .site-navigation > ul > li.megamenu img {
    display: none;
  }
  .responsive .site-navigation > ul > li.megamenu .container > li {
    list-style: none;
  }
}
/* Parallax */
.parallax,
#layerslider.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .responsive .parallax, .responsive
  #layerslider.parallax {
    background-attachment: scroll !important;
    background-position: top center !important;
  }
}

.site-navigation ul li a, .site-navigation ul.sub-menu li.menu-item a
{
  font-size: 14px;
}

/* Elements */
/* Icon element
---------------------------------------- */
.icon {
  text-align: center;
}
.icon > a {
  display: block;
}
.icon > a:before, .icon > a:after {
  content: " ";
  display: table;
}
.icon > a:after {
  clear: both;
}
.icon .fa {
border-radius: 50px;
color: #fff;
height: 80px;
font-size: 22px;
padding: 29px 0;
text-align: center;
width: 80px;
}
.icon .fa, .icon h2 {
  -webkit-transition: 0.4s color, 0.4s background-color;
  transition: 0.4s color, 0.4s background-color;
}
.icon h2 {
  font-size: 17px;
  margin: 0;
  padding-top: 23px;
}
.icon h3 {
  font-size: 14px;
  margin-top: 6px;
}
.icon p {
  line-height: 1.75em;
  margin: 15px 0 0;
}
@media (max-width: 992px) {
  .responsive .icon {
    margin: 20px 0;
  }
}
.icon.style-2 .fa,
.icon.style-2 a:hover .fa {
  background: none;
  height: auto;
  padding: 0;
}
.icon.style-2 .fa {
  font-size: 29px;
}
.icon.style-2 h2 {
  padding-top: 23px;
}
.icon.style-2 p {
  margin-top: 7px;
}
.icon.icon-left {
  text-align: left;
}
.icon.icon-left .fa, .icon.icon-left a:hover .fa {
  text-align: left;
}
.icon.icon-left span, .icon.icon-left div {
  float: left;
}
.icon.icon-left div {
  padding-left: 10px;
}
.icon.icon-right {
  text-align: right;
}
.icon.icon-right .fa, .icon.icon-right a:hover .fa {
  text-align: right;
}
.icon.icon-right span, .icon.icon-right div {
  float: right;
}
.icon.icon-right div {
  padding-right: 10px;
}
.icon.icon-left .fa, .icon.icon-left a:hover .fa, .icon.icon-right .fa, .icon.icon-right a:hover .fa {
  width: 15%;
}
.icon.icon-left span, .icon.icon-left div, .icon.icon-right span, .icon.icon-right div {
  width: 85%;
}
.icon.icon-left h2, .icon.icon-right h2 {
  padding-top: 0;
}
@media (max-width: 992px) {
  .responsive .icon.icon-left, .responsive .icon.icon-right {
    text-align: center;
  }
  .responsive .icon.icon-left .fa, .responsive .icon.icon-left a:hover .fa, .responsive .icon.icon-right .fa, .responsive .icon.icon-right a:hover .fa {
    margin-bottom: 10px;
    text-align: center;
  }
  .responsive .icon.icon-left span, .responsive .icon.icon-left div, .responsive .icon.icon-right span, .responsive .icon.icon-right div {
    float: none;
    padding: 0;
    width: 100%;
  }
}
/* Heading
---------------------------------------- */
.heading {
  text-align: center;
  position: relative;
}
.heading span {
  border-bottom: 1px solid #ececec;
  display: inline-block;
  padding: 0 58px 20px;
}
@media (max-width: 480px) {
  .responsive .heading span {
    padding-left: 24px;
    padding-right: 24px;
  }
}
h1.heading {
  font-size: 19px;
}
h2.heading {
  font-size: 17px;
}
/* Posts
---------------------------------------- */
.posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.not-responsive .posts {
  min-width: 910px;
}
.posts li {
  background-size: cover;
  float: left;
  position: relative;
  overflow: hidden;
  width: 20%;
}
.posts li:hover div {
  left: 15%;
}
.posts li:hover img {
  left: -15%;
}
.posts img {
  height: auto;
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.posts div {
  background-color: #f9f9f9;
  bottom: 0;
  left: 100%;
  padding: 26px 19px 26px 28px;
  position: absolute;
  top: 0;
  width: 85%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.posts div a {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  height: 37px;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  width: 37px;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.posts h2 {
  font-size: 17px;
  margin: 0 0 19px 0;
}
@media (max-width: 1320px) {
  .responsive .posts h2 {
    margin-bottom: 7px;
  }
  .responsive .posts div {
    padding: 16px 9px 16px 18px;
    width: 100%;
  }
  .responsive .posts li:hover div {
    left: 0;
  }
}
@media (max-width: 1100px) {
  .responsive .posts h2 {
    font-size: 16px;
  }
  .responsive .posts p {
    display: none;
  }
  .responsive .posts div {
    padding: 12px 9px 12px 14px;
  }
}
@media (max-width: 768px) {
  .responsive .posts li {
    width: 50%;
  }
  .responsive .posts p {
    display: block;
  }
}
@media (max-width: 450px) {
  .responsive .posts p {
    display: none;
  }
}
@media (max-width: 400px) {
  .responsive .posts li {
    width: 100%;
  }
  .responsive .posts p {
    display: block;
  }
}
/* Progress bar
---------------------------------------- */
.progress {
  border-radius: 3px;
  height: 25px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-michell 2s linear infinite;
  animation: progress-bar-michell 2s linear infinite;
}
.progress-bar.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar.progress-bar-danger {
  background-color: #d54900;
}
.progress-striped .progress-bar {
  background-size: 55px 55px;
}
@-webkit-keyframes progress-bar-michell {
  from {
    background-position: 55px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-michell {
  from {
    background-position: 55px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* Section style 2, Page heading style 2 (no background image)
---------------------------------------- */
section.style-2,
.page-heading {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
}
/*@media (max-width: 992px) {
  .responsive section.style-2, .responsive
  .page-heading {
    padding: 50px 0 !important;
  }*/
}
/* List
---------------------------------------- */
h3 + .list,
h4 + .list {
  margin: 30px 0 20px 0;
}
.list {
    list-style: outside none none;
    margin: 15px 0 20px;
    padding-left: 0;
}
.list.square li:before {
  content: "\f0c8";
}
.list.circle li:before {
  content: "\f111";
}
.list.circle-arrow li:before {
  content: "\f138";
}
.list.hand li:before {
  content: "\f087";
}
.list.triangle li:before {
  content: "\f0da";
}
.list.arrow li:before {
  content: "\f061";
}
.list.circle-check li:before {
  content: "\f058";
}
.list li:before {
  content: "\f14a";
  font-family: FontAwesome;
  margin-right: 15px;
  position: relative;
  top: -1px;
}
.list li + li {
  margin-top: 13px;
}
ol.list {
  list-style: decimal;
  padding-left: 19px;
}
ol.list li {
  padding-left: 7px;
}
ol.list li:before {
  display: none;
}
/* Button
---------------------------------------- */
.added_to_cart, .tab-pane .form-submit #submit {
  /*border: 3px solid transparent;*/
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.2s background-color, 0.2s border;
  transition: 0.2s background-color, 0.2s border;
}
.btn .fa:first-child, .added_to_cart .fa:first-child, .tab-pane .form-submit #submit .fa:first-child {
  margin-right: 5px;
}
.btn:hover, .added_to_cart:hover, .tab-pane .form-submit #submit:hover {
  color: #fff;
}
.btn.btn-sm, .btn-sm.added_to_cart, .tab-pane .form-submit .btn-sm#submit {
  font-size: 14px;
  padding: 11px 17px;
}
.btn.btn-sm .fa, .btn-sm.added_to_cart .fa, .tab-pane .form-submit .btn-sm#submit .fa {
  font-size: 16px;
}
.btn.btn-md, .added_to_cart, .tab-pane .form-submit #submit {
  font-size: 15px;
  padding: 12px 25px;
}
.btn.btn-md .fa, .added_to_cart .fa, .tab-pane .form-submit #submit .fa {
  font-size: 16px;
}
.btn.btn-lg, .btn-lg.added_to_cart, .tab-pane .form-submit .btn-lg#submit {
  font-size: 17px;
  padding: 15px 41px;
}
.btn.btn-lg .fa, .btn-lg.added_to_cart .fa, .tab-pane .form-submit .btn-lg#submit .fa {
  font-size: 16px;
}
.btn.btn-wide, .btn-wide.added_to_cart, .tab-pane .form-submit .btn-wide#submit {
  font-size: 14px;
  padding: 12px 57px;
}
.btn.style-2, .style-2.added_to_cart, .tab-pane .form-submit .style-2#submit {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.btn.style-3, .style-3.added_to_cart, .tab-pane .form-submit .style-3#submit {
  border-radius: 3px;
}
.style-3.added_to_cart:hover, .tab-pane .form-submit .style-3#submit:hover {
  color: #fff !important;
}


/* Tabs
---------------------------------------- */
.col-2-5 {
  width: 20%;
}
@media (max-width: 992px) {
  .responsive .col-2-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-9-5 {
  padding-right: 40px;
  width: 75%;
}
.col-2-5 + .col-9-5 {
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .responsive .col-2-5 + .col-9-5 {
    padding: 0;
  }
}
.col-2-5, .col-9-5 {
  float: left;
}
@media (max-width: 992px) {
  .responsive .col-2-5, .responsive .col-9-5 {
    width: 100%;
  }
}
.tab-pane, .nav-tabs {
  margin: 0 auto;
  max-width: 980px;
}
.tabs-7 li {
  text-align: center;
  width: 14.49%;
}
.tabs-7 li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-tabs {
  border-color: #ececec;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .nav-tabs.vertical {
    border: 1px solid #ececec;
    border-style: none solid none none;
    padding-bottom: 14px;
  }
  .nav-tabs.vertical li {
    border: 1px solid transparent;
    border-right: none;
    border-bottom: 1px solid #ececec;
    float: none;
    margin: -1px 0;
    text-align: right;
    width: 100%;
  }
  .nav-tabs.vertical li.active, .nav-tabs.vertical li.active:last-child {
    border-bottom: 1px solid #ececec;
  }
  .nav-tabs.vertical li.active:after, .nav-tabs.vertical li.active:last-child:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }
  .nav-tabs.vertical li:last-child {
    border-bottom-color: transparent;
  }
}
.nav-tabs > li {
  border: 1px solid transparent;
  border-bottom: none;
  border-right: 1px solid #ececec;
  margin: 0 -1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-tabs > li {
    display: inline-block;
    float: none;
}

.nav-tabs > li .fa {
  text-indent: 14px;
}
.nav-tabs > li:last-child {
  border-right: transparent;
}
.nav-tabs > li:last-child.active {
  border-right: 0px solid #ececec;
}
.nav-tabs > li > a {
  border: none !important;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 24px;
}
.nav-tabs > li > a:hover {
  background: none;
}
.nav-tabs > li.active, .nav-tabs > li.active:last-child {
  border-color: #ececec;
}
.nav-tabs > li.active:after, .nav-tabs > li.active:last-child:after {
  content: "";
  left: -1px;
  height: 9px;
  position: absolute;
  right: -1px;
  top: -9px;
}
@media (max-width: 992px) {
  .nav-tabs > li, .nav-tabs > li:last-child {
    border: 1px solid #ececec;
    border-bottom: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }
  .nav-tabs > li .fa, .nav-tabs > li:last-child .fa {
    float: left;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 24px;
  }
  .nav-tabs > li.active:after, .nav-tabs > li:last-child.active:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }
}
.tab-pane:before, .tab-pane:after {
  content: " ";
  display: table;
}
.tab-pane:after {
  clear: both;
}
/* Statement box
---------------------------------------- */
.statement {
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.statement.style-2 {
  padding: 75px 0;
}
.statement h1, .statement h2, .statement h3, .statement h4, .statement h5 {
  margin: 0;
  text-transform: none;
}
.statement h1 {
  text-transform: uppercase;
}
.statement h2 {
  font-size: 30px;
}
.statement .style-2 {
  color: #fff;
}
.statement .btn, .statement .added_to_cart, .statement .tab-pane .form-submit #submit, .tab-pane .form-submit .statement #submit {
  margin-top: 20px;
}
.pos-left {
  position: absolute;
  left: 0;
  top: -50px;
  max-width: 50%;
}
@media (max-width: 1260px) {
  .responsive .pos-left {
    top: -20px;
  }
}
/* Logos
---------------------------------------- */
.logos {
  border: 1px solid #e5e5e5;
  border-style: solid none;
  display: table;
  max-width: 910px;
  margin: 10px auto;
  padding: 25px 0;
}
.logos:before, .logos:after {
  content: " ";
  display: table;
}
.logos:after {
  clear: both;
}
.not-responsive .logos {
  min-width: 910px;
}
.logos.logos-5 li {
  width: 20%;
}
.logos li {
  display: table-cell;
  list-style: none;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}
.logos a {
  -webkit-backface-visibility: hidden;
  display: block;
  position: relative;
}
.logos a:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.logos .hover {
  position: absolute;
  left: 0;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  width: 100%;
}
@media (max-width: 580px) {
  .responsive .logos li, .responsive .logos.logos-5 li {
    display: block;
    height: 30px;
    float: left;
    margin: 15px 0;
    width: 50%;
  }
}
@media (max-width: 350px) {
  .responsive .logos li, .responsive .logos.logos-5 li {
    height: auto;
    width: 100%;
  }
  .responsive .logos li + li, .responsive .logos.logos-5 li + li {
    margin-top: 30px;
  }
}
/* Error 404
---------------------------------------- */
.error-404 {
  margin: 140px 0 160px 0;
  text-align: center;
}
.error-404 h1, .error-404 h2 {
  text-transform: none;
}
.error-404 h1 {
  font-size: 48px;
}
.error-404 h2 {
  margin-bottom: 40px;
}
/* Page heading
---------------------------------------- */
.page-heading {
  background-size: cover;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045);
  font-size: 14px;
  margin-bottom: 60px;
  padding: 38px 0 33px 0;
}
.page-heading:before, .page-heading:after {
  content: " ";
  display: table;
}
.page-heading:after {
  clear: both;
}
.page-heading h1 {
  font-size: 24px;
  float: left;
  margin: 0;
  text-transform: none;
}
.page-heading .breadcrumbs {
  float: right;
  padding: 0;
  margin-top: 10px;
}
.page-heading .breadcrumbs li {
  list-style: none;
  float: left;
}
.page-heading .breadcrumbs li a:after {
  content: "/";
  margin: 0 5px;
}
.page-heading .breadcrumbs li:last-child a:after {
  display: none;
}
@media (max-width: 480px) {
  .responsive .page-heading .breadcrumbs {
    float: left;
    width: 100%;
  }
}
/* Team
---------------------------------------- */
@media (max-width: 768px) {
  .responsive .team-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .responsive .team-wrapper > * {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .responsive .team-wrapper > * {
    float: left;
    padding-left: .5%;
    padding-right: .5%;
    width: 50%;
  }
}
.team {
  border-bottom: 1px solid #ececec;
  padding-bottom: 17px;
  margin-top: 0!important;
}
@media (max-width: 768px) {
  .responsive .team img {
    width: 100%;
  }
}
.team h2, .team h3 {
  font-size: 17px;
}
.team h3 {
  margin: 0 0 14px 0;
}
.team h2 {
  text-transform: none;
}
.team h2, .team em {
  display: block;
  text-align: center;
}
.team em {
  color: #a3a3a3;
  font-size: 13px;
  font-style: normal;
}
.team img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.team header {
  position: relative;
  overflow: hidden;
}
.team header:hover img {
  top: -77px;
}
.team header:hover .hover {
  bottom: -1px;
}
.team .hover {
  background-color: #f9f9f9;
  padding: 26px 22px 22px 22px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 1200px) {
  .responsive .team .hover {
    padding: 16px 12px 12px 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .responsive .team .hover p {
    display: none;
  }


}
.team .hover .social,
.team .hover .socialize {
  margin-top: 22px;
  text-align: center;
}
.team .hover .social a,
.team .hover .socialize a {
  font-size: 14px;
  margin: 0;
}
/* Pricing table
---------------------------------------- */
.pricing-table {
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}
.pricing-table header {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 22px;
}

.pricing-table.exposed
{
  margin-top: -20px;
}


.pricing-table.exposed header h2 {
    font-size: 22px;
    line-height: 45px;
}

.pricing-table.exposed ul li a.btn {
    font-size: 17px;
/*    margin-bottom: 50px;
    margin-top: 50px;*/
    padding: 20px 40px;
}

.pricing-table header h2, .pricing-table header .price {
  color: #fff;
}
.pricing-table header h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 16px 0;
  text-transform: none;
}
.pricing-table header .price {
  font-size: 48px;
  margin: 0 2px;
}
.pricing-table header .currency {
  font-size: 24px;
  position: relative;
  top: -13px;
}
.pricing-table header .date {
  margin-top: -13px;
}
.pricing-table ul {
  margin: 0;
  padding: 0 23px;
}
.pricing-table ul li {
  border-bottom: 1px solid #ececec;
  list-style: none;
  padding: 16px;
}
.pricing-table .btn, .pricing-table .added_to_cart, .pricing-table .tab-pane .form-submit #submit, .tab-pane .form-submit .pricing-table #submit {
  margin: 35px 0;
}
@media (max-width: 992px) {
  .responsive .pricing-table {
    margin: 20px 0;
  }
}
/* Table
---------------------------------------- */
.table thead tr {
  color: #fff;
}
.table thead tr th {
  border: none;
  font-size: 14px;
  font-weight: 300;
  padding: 19px 28px;
}
.table thead tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.table thead tr th:last-child {
  border-radius: 0 4px 4px 0;
}
.table tbody tr td {
  border-color: #ececec;
  padding: 19px 28px;
}
/* Mark
---------------------------------------- */
.mark {
  color: #fff;
  padding: 3px;
}
/* Drop Caps
---------------------------------------- */
.dropcaps:first-letter {
  float: left;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  margin-right: 15px;
}
/* Blockquote
---------------------------------------- */
blockquote {
  position: relative;
}
blockquote.style-1 {
  border: none;
  margin: 30px 0;
}
blockquote.style-1:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  position: absolute;
  top: 0px;
  left: -20px;
  color:#fff !important;
}
blockquote.style-1 p {
  font-size: 17px;
  margin-left: 150px;
  font-style: italic;
  line-height: 1.6em;
}
@media (max-width: 992px) {
  .responsive blockquote.style-1 p {
    margin-left: 50px;
  }
  .responsive blockquote.style-1:before {
    left: 0;
  }
}
blockquote.style-2 {
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.8em;
  overflow: hidden;
  padding: 29px 33px;
}
blockquote.style-2 p {
  margin-left: 100px;
}
blockquote.style-2:before {
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 38px;
  font-style: normal;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 45px;
}
blockquote.style-2:after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Alert
---------------------------------------- */
.alert {
  background-color: #f0f0f0;
  color: #727272;
  font-size: 14px;
  padding: 12px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.alert .fa {
  font-size: 18px;
  top: 1px;
  margin-right: 20px;
  width: 20px;
  text-align: center;
}
.alert .close {
  background: none;
  border: none;
  font-family: Arial;
  font-size: 25px;
  font-weight: 900;
  margin-top: -18px;
  position: absolute;
  right: 15px;
  top: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.alert .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert.alert-info {
  background-color: #fff4bc;
}
.alert.alert-success {
  background-color: #c1faa9;
}
.alert.alert-warning {
  background-color: #ffccc8;
}
.alert.alert-useful {
  background-color: #bdeeff;
}
.alert.alert-normal {
  background-color: #dccedf;
}
/* Accordion
---------------------------------------- */
.panel-group .collapse {
  height: 0;
}
.panel-group .collapse.in {
  height: auto;
}
.panel-group .panel-heading {
  padding: 10px 0;
}
.panel-group .panel, .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel-title {
  text-transform: none;
}
.panel-group .panel-title a {
  color: inherit;
}
.panel-group .panel-body {
  padding: 20px 40px;
}
.panel-group .panel-title a {
  display: block;
}
.panel-group .panel-title a:before {
  border-radius: 4px;
  content: "\f063";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
  padding: 5px 7px;
}
.panel-group .panel-title a.collapsed:before {
  background-color: #e6e6e6;
  content: "\f061";
}
.panel-group.style-2 .panel-body {
  padding: 10px 30px;
}
.panel-group.style-2 .panel-title a {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.panel-group.style-2 .panel-title a:before {
  background: none;
  content: "\f056";
  padding: 0;
}
.panel-group.style-2 .panel-title a.collapsed:before {
  content: "\f055";
}
/* FAQ
---------------------------------------- */
.faq .panel-title a {
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  padding-bottom: 15px;
}
.faq .panel-title a:before, .faq .panel-title a:after {
  background: none !important;
  font-family: "FontAwesome";
  margin-right: 10px;
  padding: 0;
}
.faq .panel-title a:before {
  content: "\f176";
}
.faq .panel-title a.collapsed:before {
  content: "\f175";
}
.faq .panel-title a:after {
  background: none !important;
  content: "\f128";
  font-size: 18px;
  float: left;
}
.faq .panel-body {
  padding: 10px 0;
}
.faq .panel-body h4 {
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: none;
}
.faq .panel-body p {
  padding-left: 10px;
  padding-right: 10px;
}
/* Google maps
---------------------------------------- */
.map {
  height: 550px;
  z-index: 1;
}
.map img {
  max-width: none;
}
/* Contact info
---------------------------------------- */
.contact-info {
  margin: 0;
  padding: 0;
}
.contact-info .fa {
  font-size: 15px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}
.contact-info p {
  height: 5px;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin-bottom: 10px;
}
/* Contact form
---------------------------------------- */
.contact-form:before, .contact-form:after, .woocommerce:before, .woocommerce:after {
  content: " ";
  display: table;
}
.contact-form:after, .woocommerce:after {
  clear: both;
}
.contact-form .form-group, .woocommerce .form-group {
  position: relative;
}
.contact-form .form-group .fa, .woocommerce .form-group .fa {
  background-color: #fff;
  font-size: 15px;
  margin-top: -7px;
  position: absolute;
  right: 19px;
  top: 22px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form textarea, .contact-form select, .woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="password"], .woocommerce textarea, .woocommerce select {
  border: 1px solid #eee;
  border-radius: 3px;
  outline: none;
  padding: 14px 19px;
  width: 100%;
  -webkit-transition: 0.2s border;
  transition: 0.2s border;
}
.contact-form textarea, .woocommerce textarea {
    height: 190px;
}
.contact-buttons {
  margin-top: -50px;
  text-align: right;
  float: left;
}

body.logged-in .contact-buttons {
	margin-top: 20px;
	float: none;
}

.contact-buttons button {
	margin-right:5px;
}
.contact-buttons.text-left {
  text-align: left;
}
.contact-buttons .btn, .contact-buttons .added_to_cart, .contact-buttons .tab-pane .form-submit #submit, .tab-pane .form-submit .contact-buttons #submit {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .responsive .contact-buttons .btn, .responsive .contact-buttons .added_to_cart, .responsive .contact-buttons .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .contact-buttons #submit {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .responsive .contact-buttons .btn, .responsive .contact-buttons .added_to_cart, .responsive .contact-buttons .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .contact-buttons #submit {
    margin-left: 0 !important;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
}
.contact-buttons .btn + .btn, .contact-buttons .added_to_cart + .btn, .contact-buttons .tab-pane .form-submit #submit + .btn, .tab-pane .form-submit .contact-buttons #submit + .btn, .contact-buttons .btn + .added_to_cart, .contact-buttons .added_to_cart + .added_to_cart, .contact-buttons .tab-pane .form-submit #submit + .added_to_cart, .tab-pane .form-submit .contact-buttons #submit + .added_to_cart, .contact-buttons .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .contact-buttons .btn + #submit, .contact-buttons .tab-pane .form-submit .added_to_cart + #submit, .tab-pane .form-submit .contact-buttons .added_to_cart + #submit, .contact-buttons .tab-pane .form-submit #submit + #submit, .tab-pane .form-submit .contact-buttons #submit + #submit {
  margin-left: 17px;
}
.contact-success {
  margin-top: 30px;
}
/* Comments
---------------------------------------- */
.comments-title {
  margin-top: 70px;
  margin-bottom: 40px;
}
.post-comment-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list ul {
  margin: 0;
  padding: 0;
}
.comment-list .comment {
  border-bottom: 1px solid #ececec;
  list-style: none;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.comment-list .comment .children {
  border-top: 1px solid #ececec;
  margin-top: 40px;
  padding-top: 40px;
}
.comment-list .comment .children li:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-list .comment header {
  margin-bottom: 15px;
}
.comment-list .comment h1, .comment-list .comment .date {
  font-size: 14px;
}
.comment-list .comment h1 {
  display: inline-block;
}
.comment-list .comment .date:before {
  content: "/";
  margin: 0 4px;
}
.comment-list .comment .btn, .comment-list .comment .added_to_cart, .comment-list .comment .tab-pane .form-submit #submit, .tab-pane .form-submit .comment-list .comment #submit {
  display: none;
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 20px;
  padding: 3px 17px;
  position: relative;
  top: -2px;
}
.comment-list .comment.depth-2 {
  margin-left: 15%;
}
.comment-list .comment.depth-3 {
  margin-left: 20%;
}
.comment-list .comment.depth-4 {
  margin-left: 25%;
}
@media (max-width: 768px) {
  .responsive .comment-list .comment.depth-2, .responsive .comment-list .comment.depth-3, .responsive .comment-list .comment.depth-4 {
    margin-left: 20px;
  }
}
.comment-list .comment:hover .btn, .comment-list .comment:hover .added_to_cart, .comment-list .comment:hover .tab-pane .form-submit #submit, .tab-pane .form-submit .comment-list .comment:hover #submit {
  display: inline-block;
}
/* Portfolio
---------------------------------------- */
.filter {
  padding: 0;
  text-align: center;
}
/*.filter:before {
  content: "\f0b0";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}*/

.filter i.fa-filter {
  margin-right: 10px;
  font-size: 16px;
}
.filter li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}

.filter button {
  background: none;
  border: none;
  outline: none;
}
.filter button.selected:hover {
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100);
}
.filter button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.isotope {
  margin: 50px 0;
  padding: 0;
  width: 100%;
}
.isotope:before, .isotope:after {
  content: " ";
  display: table;
}
.isotope:after {
  clear: both;
}
.isotope li {
  display: block;
  float: none;
  width: 25%;
}
@media (max-width: 992px) {
  .responsive .isotope li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .responsive .isotope li {
    width: 100%;
  }
}
.classic.isotope {
  margin-left: -1.3%;
  width: 102.6%;
}
.classic.isotope header {
  overflow: hidden;
  position: relative;
}
.classic.isotope li {
  padding: 0 1.3% 25px 1.3%;
}
.classic.isotope li > h2 {
  margin-top: 14px;
  text-align: center;
  text-transform: none;
}
.random.isotope {
  margin-left: -15px;
  margin-right: -30px;
  width: auto;
}
@media (max-width: 768px) {
  .responsive .random.isotope {
    margin-right: -15px;
  }
}
.random.isotope li {
  height: 232px;
  width: 292px;
  padding: 15px;
}
@media (max-width: 1200px) {
  .responsive .random.isotope li {
    width: 242px;
  }
}
@media (max-width: 992px) {
  .responsive .random.isotope li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .responsive .random.isotope li {
    width: 50%;
  }
  .responsive .random.isotope li {
    height: 232px;
  }
}
@media (max-width: 480px) {
  .responsive .random.isotope li {
    width: 100%;
  }
}
.isotope li .inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.random.isotope li.width-2 {
  width: 584px;
}
@media (max-width: 1200px) {
  .responsive .random.isotope li.width-2 {
    width: 484px;
  }
}
@media (max-width: 992px) {
  .responsive .random.isotope li.width-2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .responsive .random.isotope li.width-2 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .responsive .random.isotope li.width-2 {
    width: 100%;
  }
}
.random.isotope li.height-2 {
  height: 448px;
}
@media (min-width: 992px) {
.random.isotope li.width-2 {
    height: 225px;
    width: 584px;
}
.random.isotope li.height-2 {
    height: 450px;
}
.random.isotope li {
    height: 225px;
    padding: 15px;
    width: 292px;
}
}
@media (max-width: 992px) {
  .responsive .random.isotope li.height-2 {
    height: 232px;
  }
}
@media (max-width: 480px) {
  .responsive .random.isotope li.height-2 {
    height: 232px;
  }
}
/* Portfolio single
---------------------------------------- */
.portfolio-single p {
  margin: 20px 0;
}
.portfolio-single h3 {
  font-size: 18px;
  margin-top: 40px;
}
.portfolio-single h3:first-child {
  margin-top: -5px;
}
.portfolio-single .btn:last-child, .portfolio-single .added_to_cart:last-child, .portfolio-single .tab-pane .form-submit #submit:last-child, .tab-pane .form-submit .portfolio-single #submit:last-child {
  margin-top: 23px;
}
.portfolio-single .carousel + .row {
  margin-top: 53px;
}
.portfolio-single .carousel + .row h4 {
  font-size: 15px;
}
.portfolio-single .carousel + .row h4:first-child {
  margin-top: -6px;
}
.portfolio-single .carousel + .row .btn:last-child, .portfolio-single .carousel + .row .added_to_cart:last-child, .portfolio-single .carousel + .row .tab-pane .form-submit #submit:last-child, .tab-pane .form-submit .portfolio-single .carousel + .row #submit:last-child {
  margin-top: 6px;
}
/* Carousel
---------------------------------------- */
.carousel {
  position: relative;
}
.carousel:hover .carousel-control.right, .carousel:hover .carousel-control.left {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-control.right, .carousel .carousel-control.left {
  opacity: 0;
  filter: alpha(opacity=0);
  background: none;
  font-size: 30px;
  text-shadow: none;
  position: absolute;
  top: 50%;
}
.carousel .carousel-control.left {
  left: 0px;
}
.carousel .carousel-control.right {
  right: 0px;
}
.carousel .carousel-indicators li {
  border: 3px solid #fff;
  height: 12px;
  margin: 0;
  width: 12px;
}
.carousel .carousel-indicators li:hover {
  background-color: #fff;
}
/* Twitter
---------------------------------------- */
.twitter {
  background-size: cover;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
  font-size: 18px;
  padding: 75px 0 56px 0;
  text-align: center;
}
.twitter h1 {
  font-size: 29px;
  margin: 0 0 10px 0;
}
.twitter .item {
  padding: 0 20px;
  width: 100%;
}
.twitter .btn, .twitter .added_to_cart, .twitter .tab-pane .form-submit #submit, .tab-pane .form-submit .twitter #submit {
  font-size: 14px;
  margin-top: 20px;
}
.twitter .carousel-indicators {
  margin: 7px auto 0 auto !important;
  position: static;
}
.twitter .carousel-indicators li {
  border: none;
  height: 7px;
  margin: 0 2px;
  width: 7px;
}
/* Counter
---------------------------------------- */
.counter {
  margin: 40px 0;
  text-align: center;
}
.counter h2 {
  font-size: 36px;
}
.counter h3 {
  font-size: 18px;
  text-transform: none;
}
.counter .fa {
  font-size: 24px;
}

.counter .wrapbox {
    border: 1px solid #fff;
    margin: 24px;
    padding: 38px 0;
}

/* Coming soon
---------------------------------------- */
.coming-soon {
  background-size: cover;
  min-height: 100%;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 40px;
  width: 100%;
}
.coming-soon h1, .coming-soon h2, .coming-soon h3 {
  text-transform: none;
  padding: 0 20px;
}
.coming-soon h1 {
  font-size: 36px;
}
.coming-soon h2 {
  font-size: 18px;
}
.coming-soon .countdown {
  font-size: 36px;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.coming-soon .countdown:before, .coming-soon .countdown:after {
  content: " ";
  display: table;
}
.coming-soon .countdown:after {
  clear: both;
}
.coming-soon .countdown li {
  display: inline-block;
  margin: 0 80px;
  position: relative;
}
@media (max-width: 992px) {
  .responsive .coming-soon .countdown li {
    margin: 0 50px;
  }
}
@media (max-width: 600px) {
  .responsive .coming-soon .countdown li {
    margin: 0 20px;
  }
}
@media (max-width: 400px) {
  .responsive .coming-soon .countdown li {
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 50%;
  }
  .responsive .coming-soon .countdown li:nth-of-type(2n-1):after {
    display: block !important;
  }
}
.coming-soon .countdown li:after {
  background-color: #292929;
  border-radius: 100%;
  content: '';
  height: 9px;
  position: absolute;
  right: -80px;
  top: 24px;
  width: 9px;
}
@media (max-width: 992px) {
  .responsive .coming-soon .countdown li:after {
    right: -50px;
  }
}
@media (max-width: 600px) {
  .responsive .coming-soon .countdown li:after {
    right: -20px;
  }
}
@media (max-width: 400px) {
  .responsive .coming-soon .countdown li:after {
    right: -10px;
    display: none;
  }
}
.coming-soon .countdown li:last-of-type:after {
  display: none;
}
.coming-soon .countdown label {
  color: #292929;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.coming-soon .contact-form {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 422px;
}
.coming-soon .contact-form .form-group {
  float: left;
  width: 65%;
}
.coming-soon .contact-form .btn, .coming-soon .contact-form .added_to_cart, .coming-soon .contact-form .tab-pane .form-submit #submit, .tab-pane .form-submit .coming-soon .contact-form #submit {
  border-width: 1px;
  margin-left: 5%;
  padding-left: 0;
  padding-right: 0;
  width: 30%;
}
@media (max-width: 300px) {
  .responsive .coming-soon .contact-form .form-group, .responsive .coming-soon .contact-form .btn, .responsive .coming-soon .contact-form .added_to_cart, .responsive .coming-soon .contact-form .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .coming-soon .contact-form #submit {
    margin-left: 0;
    width: 100%;
  }
}
/* Testimonials
---------------------------------------- */
.testimonials blockquote {
  border: none;
  padding: 0;
  text-align: center;
}
.testimonials blockquote p {
  
  font-size: 14px;
  padding: 35px 64px 60px 64px;
  position: relative;
}
.testimonials blockquote p:before, .testimonials blockquote p:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
}
.testimonials blockquote p:before {
  content: "\f10d";
  left: 24px;
}
.testimonials blockquote p:after {
  content: "\f10e";
  right: 24px;
}
.testimonials blockquote header {
  position: relative;
}
.testimonials blockquote header:before {
  background-color: #e5e5e5;
  content: "";
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
.testimonials blockquote header img {
    border: 1px solid transparent;
    border-radius: 150px;
    position: relative;
    width: 150px;
    z-index: 9;
}
.testimonials blockquote cite {
  
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
}
.testimonials .carousel-control {
  margin-top: -24px;
  height: 19px;
  width: auto;
}
.testimonials .carousel-control.left {
  font-size: 19px;
  left: -29px;
}
.testimonials .carousel-control.right {
  font-size: 19px;
  right: -29px;
}
/* Elements */
.sidebar {
  /* Custom menu
  ---------------------------------------- */
}
@media (max-width: 992px) {
  .responsive .sidebar {
    margin-top: 60px;
  }
}
.sidebar .widget-title, h2.widgettitle {
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.sidebar .menu {
  margin: 0;
  padding: 0;
}
.sidebar .menu li {
  list-style: none;
}
.sidebar .menu li.current-menu-ancestor a {
  color: #fff;
  padding: 8px 21px;
}
.sidebar .menu a {
  border-bottom: 1px solid #ebebeb;
  color: #848484;
  display: block;
  padding: 11px 0;
  position: relative;
}
.sidebar .menu a:after {
  content: "›";
  font-size: 17px;
  font-family: Georgia, serif;
  position: absolute;
  right: 11px;
  top: 7px;
}
/* Tag Cloud
---------------------------------------- */
.tagcloud {
  margin: -1px;
}
.tagcloud:before, .tagcloud:after {
  content: " ";
  display: table;
}
.tagcloud:after {
  clear: both;
}
.tagcloud a {
  background-color: #292929;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin: 1px;
  padding: 5px 23px;
}


.tagcloud a:hover {
  color: #fff !important;
}
/* Search
---------------------------------------- */
.searchform {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  position: relative;
}
.searchform input[type="text"] {
  outline: none;
  border: none;
  padding: 5px 0;
  width: 100%;
}
.searchform button[type="submit"] {
  background: #fff;
  border: none;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 4px;
}
/* Categories
---------------------------------------- */
.sidebar .widget-categories,
.sidebar .widget_archive,
.sidebar .widget_categories,
.sidebar .widget_recent_entries {
  padding: 0;
}
.sidebar .widget-categories li,
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_recent_entries li {
  border-bottom: 1px solid #ebebeb;
  list-style: none;
}
.sidebar .widget-categories a,
.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_recent_entries a {
  color: #848484;
  display: inline-block;
  padding: 9px 0;
}
.sidebar .widget_recent_comments li, .widget_recent_comments .recentcomments {
  border-bottom: 1px solid #ebebeb;
  list-style: none;
  padding: 9px 0;
}
/* Social icons
---------------------------------------- */
.socialize {
  padding: 0;
}
.socialize li {
  display: inline-block;
  font-size: 20px;
  list-style: none;
}
.socialize a {
  margin: 0 2px;
  padding: 0 10px;
}
/* RSS feed
---------------------------------------- */
.widget_rss {
  padding: 0;
}
.widget_rss .rsswidget {
  display: block;
  text-transform: uppercase;
}
.widget_rss cite, .widget_rss .rss-date {
  display: block;
  margin: 4px 0;
}
.widget_rss li {
  list-style: none;
}
/* WooCommerce */
/* Shop page
---------------------------------------- */
/* Before loop */
.woocommerce-before-loop {
  margin-bottom: 40px;
}
.woocommerce-before-loop:before, .woocommerce-before-loop:after {
  content: " ";
  display: table;
}
.woocommerce-before-loop:after {
  clear: both;
}
.woocommerce-before-loop .woocommerce-ordering {
  float: right;
  position: relative;
  top: -10px;
}
.woocommerce-before-loop .woocommerce-ordering select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border: none;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  padding: 14px 20px 14px 0;
}
.woocommerce-before-loop .woocommerce-ordering:after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-top: -9px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50%;
}
.woocommerce-before-loop .woocommerce-result-count {
  float: left;
  font-size: 18px;
}
@media (max-width: 420px) {
  .woocommerce-before-loop .woocommerce-ordering,
  .woocommerce-before-loop .woocommerce-result-count {
    float: none;
    width: 100%;
  }
  .woocommerce-before-loop .woocommerce-ordering select,
  .woocommerce-before-loop .woocommerce-result-count select {
    width: 100%;
  }
  .woocommerce-before-loop .woocommerce-result-count {
    margin-bottom: 20px;
  }
}
/* Content product / loop */
ul.products li.product a img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.products {
  padding: 0;
}
.products:before, .products:after {
  content: " ";
  display: table;
}
.products:after {
  clear: both;
}
.products .product-header {
  display: block;
  position: relative;
}
.products .product-header:hover .btn, .products .product-header:hover .added_to_cart, .products .product-header:hover .tab-pane .form-submit #submit, .tab-pane .form-submit .products .product-header:hover #submit {
  opacity: 1;
}
.products .product-header:hover:after {
  opacity: .7;
}
.products .product-header:after {
  background-color: #e6e6e6;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.products .product-header img {
  width: 100%;
}
.products .product-header .add-to-cart-wrapper {
  left: 0;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
.products .product-header a {
  display: block;
  font-size: 14px;
  margin: 0 auto;
  max-width: 130px;
  opacity: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.1s, margin 0.4s;
  transition: all 0.1s, margin 0.4s;
}
.products .product-header a.added {
  margin-top: -24px;
  margin-bottom: 7px;
}
.products .product-header a.added + .added_to_cart {
  display: block;
}
.products .product-header a.added_to_cart {
  display: none;
}
.products li {
  list-style: none;
  margin-bottom: 42px;
  position: relative;
}
.products li h3 {
  font-size: 17px;
  margin: 16px 0 12px 0;
  text-transform: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.onsale {
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  padding: 13px 6px;
  position: absolute;
  right: -5px;
  text-transform: uppercase;
  top: -5px;
  z-index: 1;
}
.price {
  font-size: 16px;
  position: relative;
  top: -4px;
}
.price del {
  color: #a4a4a4;
}
.price ins {
  text-decoration: none;
}
/* Star rating */
.product .star-rating,
.product_list_widget .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.39em;
  line-height: 1.29em;
  font-size: 1.09em;
  width: 62px;
  font-family: 'FontAwesome';
}
.product .star-rating:before,
.product_list_widget .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
}
.product .star-rating span,
.product_list_widget .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.product .star-rating span:before,
.product_list_widget .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}
/* Single product page */
.woocommerce .tab-pane, .woocommerce .nav-tabs {
  max-width: 100%;
}
form .quantity, #content .quantity {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: left;
  margin-top: -1px;
  margin-right: 13px;
  width: 89px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  /* Hide buttons for opera */
}
form .quantity input.qty, #content .quantity input.qty {
  border: none;
  width: 63px;
  height: 47px;
  float: left;
  font-size: 14px;
  padding: 0 5px 0 0;
  text-align: center;
  border-right: 0;
  -moz-appearance: textfield;
  /* Hide buttons for Firefox 29 and later */
}
form .quantity noindex:-o-prefocus, form .quantity input[type=number], #content .quantity noindex:-o-prefocus, #content .quantity input[type=number] {
  padding-right: 1.2em;
}
form .quantity .plus, form .quantity .minus, #content .quantity .plus, #content .quantity .minus {
  border: none;
  color: #fff;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  width: 26px;
  height: 24px;
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
  line-height: 23px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
form .quantity .plus, #content .quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
}
form .quantity .minus, #content .quantity .minus {
  bottom: 0;
  right: 0;
}
.product-single-header {
  margin-bottom: 66px;
}
.product-single-header .product_title {
  font-size: 36px;
  top: -13px;
  position: relative;
  text-transform: none;
}
.product-single-header .variations label {
  font-size: 14px;
  font-weight: 300;
  top: -13px;
  margin-right: 27px;
  position: relative;
  text-transform: uppercase;
}
.product-single-header .variations select {
  margin-bottom: 15px;
}
.product-single-header .single_variation {
  margin: 20px 0;
}
.product-single-header form:before, .product-single-header form:after {
  content: " ";
  display: table;
}
.product-single-header form:after {
  clear: both;
}
.product-single-header .amount {
  font-size: 24px;
}
.product-single-header .star-rating {
  display: inline-block;
  float: none;
  font-size: 1.19em;
  margin-right: 20px;
  top: 0;
  width: 65px;
}
.product-single-header .woocommerce-review-link {
  font-size: 14px;
  position: relative;
  top: -6px;
}
.product-single-header .price del span {
  font-size: 15px;
}
.product-single-header .onsale {
  left: 10px;
  right: auto;
}
.product-single-header div[itemprop="offers"] {
  margin-top: 24px;
  margin-bottom: 10px;
}
.product-single-header div[itemprop="offers"]:before, .product-single-header div[itemprop="offers"]:after {
  content: " ";
  display: table;
}
.product-single-header div[itemprop="offers"]:after {
  clear: both;
}
.product-single-header div[itemprop="description"] {
  margin-bottom: 36px;
}
.product-single-header .images > a {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.product-single-header .images .thumbnails {
  margin: 0 -1%;
}
.product-single-header .images .thumbnails:before, .product-single-header .images .thumbnails:after {
  content: " ";
  display: table;
}
.product-single-header .images .thumbnails:after {
  clear: both;
}
.product-single-header .images .thumbnails a {
  float: left;
  margin: 0 1%;
  width: 31%;
}
.tab-pane {
  /* Form */
}
.tab-pane .commentlist {
  list-style: none;
  padding: 0;
}
.tab-pane .commentlist .comment_container {
  min-height: 60px;
  position: relative;
}
.tab-pane .commentlist .comment-text {
  position: relative;
  padding-left: 90px;
}
.tab-pane .commentlist .comment-head:before, .tab-pane .commentlist .comment-head:after {
  content: " ";
  display: table;
}
.tab-pane .commentlist .comment-head:after {
  clear: both;
}
.tab-pane .commentlist li {
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
}
.tab-pane .commentlist li:before, .tab-pane .commentlist li:after {
  content: " ";
  display: table;
}
.tab-pane .commentlist li:after {
  clear: both;
}
.tab-pane .commentlist li + li {
  padding-top: 32px;
}
.tab-pane .commentlist .meta {
  float: left;
  font-size: 14px;
}
.tab-pane .commentlist .meta strong {
  font-weight: 300;
  text-transform: uppercase;
}
.tab-pane .commentlist .star-rating {
  clear: right;
  float: left;
  margin-left: 40px;
  margin-top: 4px;
}
.tab-pane .commentlist .description {
  display: inline-block;
}
.tab-pane .commentlist img {
  position: absolute;
  left: 0;
  top: 0;
}
.tab-pane h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: none;
}
.tab-pane .comment-reply-title {
  margin-top: 55px;
  margin-bottom: 25px;
}
.tab-pane .comment-form-author,
.tab-pane .comment-form-email {
  max-width: 380px;
  margin-bottom: 20px;
}
.tab-pane .form-submit #submit {
  display: inline-block;
  margin-top: 30px;
}
.tab-pane p.stars {
  margin: 20px 0 25px 0;
  position: relative;
  font-size: 16px;
}
.tab-pane p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
.tab-pane p.stars a:last-child {
  border-right: 0;
}
.tab-pane p.stars a.star-1, .tab-pane p.stars a.star-2, .tab-pane p.stars a.star-3, .tab-pane p.stars a.star-4, .tab-pane p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
.tab-pane p.stars a.star-1:after, .tab-pane p.stars a.star-2:after, .tab-pane p.stars a.star-3:after, .tab-pane p.stars a.star-4:after, .tab-pane p.stars a.star-5:after {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-pane p.stars a.star-1 {
  width: 2em;
}
.tab-pane p.stars a.star-1:after {
  content: "\f006";
}
.tab-pane p.stars a.star-1:hover:after, .tab-pane p.stars a.star-1.active:after {
  content: "\f005";
}
.tab-pane p.stars a.star-2 {
  width: 3em;
}
.tab-pane p.stars a.star-2:after {
  content: "\f006\f006";
}
.tab-pane p.stars a.star-2:hover:after, .tab-pane p.stars a.star-2.active:after {
  content: "\f005\f005";
}
.tab-pane p.stars a.star-3 {
  width: 4em;
}
.tab-pane p.stars a.star-3:after {
  content: "\f006\f006\f006";
}
.tab-pane p.stars a.star-3:hover:after, .tab-pane p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
}
.tab-pane p.stars a.star-4 {
  width: 5em;
}
.tab-pane p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}
.tab-pane p.stars a.star-4:hover:after, .tab-pane p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
}
.tab-pane p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.tab-pane p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}
.tab-pane p.stars a.star-5:hover:after, .tab-pane p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}
.product_meta {
  font-size: 14px;
  margin-top: 31px;
}
.product_meta > span {
  display: block;
}
.product_meta > span + span {
  margin-top: 3px;
}
.btn.single_add_to_cart_button, .single_add_to_cart_button.added_to_cart, .tab-pane .form-submit .single_add_to_cart_button#submit {
  padding: 11px 25px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* WooCommerce */
.tab-content h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}
/* Related products */
.related h2,
.upsells h2 {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.upsells + .related h2 {
  margin-top: 10px;
}
/* =Widgets
-------------------------------------------------------------- */
/* Price Filter Widget */
.widget_price_filter:before, .widget_price_filter:after {
  content: " ";
  display: table;
}
.widget_price_filter:after {
  clear: both;
}
.widget_price_filter .price_slider {
  margin-top: 35px;
  margin-bottom: 19px;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  border: none;
}
.widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget_price_filter .price_label {
  float: right;
}
.widget_price_filter .price_slider_amount .button,
.widget_price_filter .price_label {
  background-color: #ececec;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 13px;
}
.widget_price_filter .ui-slider {
  max-width: 100%;
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  border: none;
  background-color: #d2d2d2;
  margin-left: -1px;
  position: absolute;
  z-index: 2;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  top: -6px;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -18px;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 7px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
/* Products List Widgets */
.product_list_widget li:before, .product_list_widget li:after {
  content: " ";
  display: table;
}
.product_list_widget li:after {
  clear: both;
}
.product_list_widget li > a {
  display: block;
  float: left;
}
.product_list_widget li > a img {
  height: auto;
  margin-right: 14px;
  width: 40px;
}
.product_list_widget li h4 {
  font-size: 14px;
  margin-top: -3px;
  text-transform: none;
}
.product_list_widget li .product-widget-content {
  float: left;
  margin-left: 14px;
}
.product_list_widget li .widget-price,
.product_list_widget li .widget-rating {
  display: inline-block;
}
.product_list_widget li > .star-rating,
.product_list_widget li .widget-rating {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.product_list_widget li .widget-rating {
  margin-top: 3px;
}
.product_list_widget li + li {
  margin-top: 30px;
}
.widget-price {
  font-size: 14px;
}
.widget-price del {
  color: #A4A4A4;
  font-size: 12px;
}
.widget-price ins {
  text-decoration: none;
}
.sidebar .product-categories {
  padding: 0;
}
.sidebar .product-categories li {
  list-style: none;
}
.sidebar .product-categories a {
  border-bottom: 1px solid #ebebeb;
  color: #848484;
  display: block;
  padding: 9px 0;
}
.sidebar .product-categories .children a {
  padding-left: 20px;
}
/* =Header
-------------------------------------------------------------- */
.woo-header-cart {
  float: right;
  margin-left: 20px;
  margin-top: 26px;
  z-index: 9;
}
@media (min-width: 768px) {
  .woo-header-cart {
    position: relative;
  }
}
.woo-header-cart .mini-cart {
  background-color: #474747;
  color: #fff;
  display: none;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .woo-header-cart .mini-cart {
    width: 244px;
  }
}
.woo-header-cart .mini-cart li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 15px;
}
.woo-header-cart .mini-cart li + li {
  margin-top: 15px;
}
.woo-header-cart .mini-cart h4 {
  margin-bottom: 4px;
}
.woo-header-cart .mini-cart h4 a {
  color: #fff;
}
.woo-header-cart .mini-cart .quantity {
  color: #d3d3d3;
}
.woo-header-cart .mini-cart:hover {
  display: block;
}
.woo-header-cart .mini-cart ul {
  list-style: none;
  padding: 0;
}
.woo-header-cart .mini-cart .buttons .btn, .woo-header-cart .mini-cart .buttons .added_to_cart, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit {
  box-sizing: border-box;
  float: left;
  margin-right: 3%;
  width: 47%;
}
.woo-header-cart .mini-cart .buttons .btn:hover, .woo-header-cart .mini-cart .buttons .added_to_cart:hover, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit:hover, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit:hover {
  color: #fff;
}
.woo-header-cart .mini-cart .buttons .btn + .btn, .woo-header-cart .mini-cart .buttons .added_to_cart + .btn, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + .btn, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + .btn, .woo-header-cart .mini-cart .buttons .btn + .added_to_cart, .woo-header-cart .mini-cart .buttons .added_to_cart + .added_to_cart, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + .added_to_cart, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + .added_to_cart, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons .btn + #submit, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit .added_to_cart + #submit, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons .added_to_cart + #submit, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + #submit, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + #submit {
  margin-left: 3%;
  margin-right: 0;
}
.woo-header-cart .cart-contents {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 25px;
}
.woo-header-cart .cart-contents > i {
  color: #474747;
  font-size: 19px;
}
.woo-header-cart .cart-contents > span {
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  padding: 4px;
  position: relative;
  text-align: center;
  top: -2px;
  width: 20px;
}
.woo-header-cart .cart-contents:hover + .mini-cart {
  display: block;
}
.woo-header-cart .cart_list + .total strong {
  color: #fff;
}
.cart_list + .total {
  font-size: 15px;
  margin-top: 19px;
  margin-bottom: 20px;
}
.cart_list + .total strong {
  font-weight: 300;
}
.widget_shopping_cart li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 15px;
}
.widget_shopping_cart li + li {
  margin-top: 15px;
}
.widget_shopping_cart h4 {
  margin-bottom: 4px;
}
/* =Cart page
-------------------------------------------------------------- */
.shop_table.table {
  width: 100%;
}
.shop_table.table thead th {
  background-color: #F8F8F8;
}
.shop_table.table .product-remove {
  position: relative;
}
.shop_table.table .product-remove a {
  font-size: 20px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
}
.shop_table.table tfoot th, .shop_table.table tfoot td {
  border: none;
  font-size: 14px;
  padding: 12px 25px;
}
@media (max-width: 670px) {
  .shop_table.table .product-thumbnail {
    display: none;
  }
}
@media (max-width: 570px) {
  .shop_table.table .product-price {
    display: none;
  }
}
@media (max-width: 470px) {
  .shop_table.table .product-quantity {
    display: none;
  }
}
.payment_methods {
  background-color: #F8F8F8;
  padding: 25px 30px;
}
.payment_methods li {
  list-style: none;
}
.woocommerce-checkout [for="rememberme"],
.woocommerce-checkout .lost_password {
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.woocommerce-checkout .lost_password {
  display: inline-block;
}
.form-row-first,
.form-row-last {
  float: left;
  width: 48%;
}
.form-row-first {
  margin-right: 2%;
}
.form-row-last {
  margin-left: 2%;
}
form label {
  cursor: pointer;
  margin-bottom: 8px;
  margin-top: 15px;
}
.checkout .create-account .checkbox {
  display: inline-block;
  position: relative;
  top: -2px;
}
#order_review_heading {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.place-order {
  margin-top: 30px;
  text-align: right;
}
#ship-to-different-address {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 9px;
  text-transform: lowercase;
}
#ship-to-different-address label {
  font-weight: 300;
  margin-right: 20px;
}
#ship-to-different-address input {
  position: relative;
  top: 1px;
}
/* Thank you page */
.thankyou-details {
  border: 1px solid #ebebeb;
  border-style: none none solid none;
  padding: 0;
  text-transform: uppercase;
}
.thankyou-details:before, .thankyou-details:after {
  content: " ";
  display: table;
}
.thankyou-details:after {
  clear: both;
}
.thankyou-details strong {
  font-weight: 300;
}
.thankyou-details li {
  float: left;
  list-style: none;
  text-align: left;
}
.thankyou-details li:after {
  content: "/";
  padding: 0 10px;
}
.thankyou-details li.method:after {
  content: "";
}
.thankyou-details + .clear + p {
  margin-bottom: 40px;
}
.thankyou-text {
  margin: 35px 0 40px 0;
}
.thankyou-text p {
  background-color: #F8F8F8;
  margin: 0 0 1px 0;
  padding: 20px 30px;
}
.thankyou-text h2 {
  display: none;
}
.thankyou-text ul {
  margin: 0;
  padding: 0;
}
.thankyou-text ul li {
  border: 1px solid #fff;
  border-style: none solid none none;
  list-style: none;
  float: left;
  padding: 20px 20px;
}
.thankyou-text ul li strong {
  display: block;
  font-weight: 300;
}
/* Order review */
#order_review, .order_details, .my_account_orders {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}
#order_review th, #order_review td, .order_details th, .order_details td, .my_account_orders th, .my_account_orders td {
  border-bottom: 1px solid #f8f8f8;
  padding: 15px 0 15px 16px;
}
#order_review tfoot tr, .order_details tfoot tr, .my_account_orders tfoot tr {
  border-bottom: 1px solid #fff;
}
@media (max-width: 992px) {
  #order_review .product-name, .order_details .product-name, .my_account_orders .product-name {
    width: 50%;
  }
}
.order_details.bacs_details {
  background-color: #F8F8F8;
  padding: 0;
}
.order_details.bacs_details h3 {
  background-color: #fff;
  margin: 0;
  padding-bottom: 20px;
  text-transform: none;
}
ul.order_details {
  margin-left: 0;
  padding-left: 0;
}
ul.order_details:before, ul.order_details:after {
  content: " ";
  display: table;
}
ul.order_details:after {
  clear: both;
}
ul.order_details li {
  list-style: none;
  float: left;
  padding: 20px;
}
ul.order_details li + li:before {
  content: '/';
  margin: 0 20px 0 -20px;
}
.order_details h3 {
  margin: 40px 0 20px 0;
}
.return-shopping .btn, .return-shopping .added_to_cart, .return-shopping .tab-pane .form-submit #submit, .tab-pane .form-submit .return-shopping #submit {
  float: right;
}
/* Cart page */
.table td.actions {
  padding: 0;
}
.table td.actions .coupon h2 {
  font-size: 19px;
  margin: 40px 0 15px 0;
  text-transform: none;
}
.table td.actions .coupon .btn, .table td.actions .coupon .added_to_cart, .table td.actions .coupon .tab-pane .form-submit #submit, .tab-pane .form-submit .table td.actions .coupon #submit {
  height: 47px;
  width: 100%;
}
.cross-sells h2 {
  font-size: 19px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.shipping_calculator {
  margin-top: 20px;
}
.shipping_calculator h2 {
  font-size: 19px;
  margin-bottom: 25px;
}
.cart-sidebar {
  background-color: #F8F8F8;
  padding: 20px;
}
.cart-sidebar h2 {
  font-size: 20px;
  margin: 0;
  text-transform: none;
}
.cart-sidebar .btn, .cart-sidebar .added_to_cart, .cart-sidebar .tab-pane .form-submit #submit, .tab-pane .form-submit .cart-sidebar #submit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.cart-sidebar .btn + .btn, .cart-sidebar .added_to_cart + .btn, .cart-sidebar .tab-pane .form-submit #submit + .btn, .tab-pane .form-submit .cart-sidebar #submit + .btn, .cart-sidebar .btn + .added_to_cart, .cart-sidebar .added_to_cart + .added_to_cart, .cart-sidebar .tab-pane .form-submit #submit + .added_to_cart, .tab-pane .form-submit .cart-sidebar #submit + .added_to_cart, .cart-sidebar .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .cart-sidebar .btn + #submit, .cart-sidebar .tab-pane .form-submit .added_to_cart + #submit, .tab-pane .form-submit .cart-sidebar .added_to_cart + #submit, .cart-sidebar .tab-pane .form-submit #submit + #submit, .tab-pane .form-submit .cart-sidebar #submit + #submit {
  margin-top: 12px;
}
.cart-sidebar table {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.cart-sidebar table td, .cart-sidebar table th {
  padding: 5px 0;
}
.cart-sidebar table td {
  text-align: right;
}
.cart-sidebar .continue-shopping {
  display: block;
  margin-top: 20px;
  text-align: center;
}
[name="save_account_details"],
[name="save_address"] {
  margin-top: 20px;
}
/* Login page */
#customer_login h2 {
  font-size: 18px;
  margin: 0 0 40px 0;
}
#customer_login h3 {
  font-size: 18px;
  line-height: 1.7em;
  text-transform: none;
  margin-top: -20px;
}
@media (min-width: 992px) {
  #customer_login h3 {
    height: 163px;
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  #customer_login #reg_password {
    margin-bottom: 46px;
  }
}
#customer_login .btn, #customer_login .added_to_cart, #customer_login .tab-pane .form-submit #submit, .tab-pane .form-submit #customer_login #submit {
  margin: 5px 0;
  width: 100%;
}
#customer_login label {
  font-weight: 300;
}
@media (max-width: 992px) {
  #customer_login .col-md-3 + .col-md-3 h2 {
    margin-top: 50px;
  }
}
.menu .current_page_item > a {
  cursor: default;
  font-weight: 900;
}
mark {
  color: #fff;
  padding: 3px 7px;
}
.order-info {
  font-size: 21px;
}
/* Recent Portfolio & portfolio*/
ul.recentportfolio
{
margin: 0;
padding: 0;
}
ul.recentportfolio li.item.item-type-line, ul.portfolio li.item.item-type-line
{
  float: left;
  list-style: none;
  position: relative;
  width: 20%;
  padding: 0;
  margin: 0;
}
.item-info h2, .item-hover:hover h2, .item-info .fa, .item-hover:hover .fa
{
  color: #fff;
}
.item-hover .fa
{
  font-size: 17px;
    -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}
.item-type-line {
  z-index:10;
  color:#ffffff;
  position:relative;               
}
.item-type-line .item-hover, li.isotope-item a.item-hover { 
  z-index:100;  
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
  opacity:0;
  }
ul.random li.isotope-item article
{
position: relative;
}
ul.random li.isotope-item a.item-hover {
    display: table;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 300ms ease-out 0s;
    width: 100%;
    z-index: 100;
}
ul.random li.isotope-item a.item-hover:hover {
    opacity: 1;
}
ul li.isotope-item a.item-hover .item-info {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
img.attachment-portfolio-random-width-2-height-1
{
/*    height: 418px!important;
    max-height: 418px!important;
    width: 592px !important;*/
    max-width: 630px;
    margin-left: -50%;
}
@media (min-width: 975px) and (max-width: 1183px)
{
	ul.isotope.random .item-img img.attachment-post-thumb {
	    /*height: 194px !important;*/
	    max-width: 300px;
	}
		ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-2 {
	    max-width: 630px;
	}
		ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-1{
	    max-width: 630px;
	}
}
@media (max-width: 974px)
{
	ul.isotope.random .item-img img.attachment-post-thumb {
	    /*height: 194px !important;*/
	    max-width: 400px;
	}
		ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-2 {
	    max-width: 625px;
	}
		ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-1{
	    max-width: 625px;
	}
}
.item-type-line .item-hover:hover, li.isotope-item a.item-hover:hover {
  opacity:1;
}       
.line {
    height: 1px;
    margin: 15px auto;
    width:0%;
}
.item-type-line .item-hover:hover .line, li.isotope-item a.item-hover:hover .line {
  width:40%;
  background: #fff;
            -webkit-transition: all 500ms ease-out;
          -moz-transition: all 500ms ease-out;
          -o-transition: all 500ms ease-out;
          transition: all 500ms ease-out;   
} 
 a.item-hover div.item-info
{
  z-index: 1000;
  position: relative;
}
.item-type-line .item-hover .mask, li.isotope-item .item-hover .mask  {
  position: absolute;
  background-color:#000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);                    
     height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100.2%;
  z-index:0;
  top: 0;
}
ul.recentportfolio div.item-img img, ul.portfolio div.item-img img 
{
  width: 100%;
  height: auto;
}
ul.portfolio.classic li.isotope-item 
{
padding: 0 1% 25px;
}
@media (max-width: 370px) {
  ul.portfolio.classic li.isotope-item {
    padding: 0 2px 25px;
}
}

@media (max-width: 600px) {
  .filter {
      line-height: 15px;
      padding: 25px 0 20px;
      text-align: center;
  }
}

ul.portfolio.isotope.classic li.isotope-item div.relative div.item-img
{
	width: 100%;
	height: auto;
}


/* Recent blog*/

ul.recentblog
{
margin: 0;
padding: 0;
}
ul.recentblog li.item.item-type-line
{
  float: left;
  list-style: none;
  position: relative;
  width: 20%;
  padding: 0;
  margin: 0;
}

.recentblog h2
{
  font-size: 19px;
}

.post-hover:hover h2, .post-hover:hover .fa
{
  color: #fff;
}

.post-hover .fa
{
  font-size: 22px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}

article.recentblog 
{
  position: relative;
}

.recentblog a.post-hover { 
  z-index:100;  
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
  opacity:0;
  }

.recentblog a.post-hover {
  display: table;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease-out 0s;
  width: 100%;
  z-index: 100;
}


.recentblog a.post-hover:hover {
  opacity: 1;
}
.recentblog  a.post-hover .item-info {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

 article.recentblog  a.post-hover:hover {
  opacity:1;
}       

  article.recentblog  a.post-hover:hover .line {
  width:40%;
  background: #fff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;   
} 
 a.post-hover div.item-info
{
  z-index: 1000;
  position: relative;
}

 article.recentblog .post-hover .mask {
  position: absolute;
  background-color:#000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);                    
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100.2%;
  z-index:0;
  top: 0;
}
.recentblog div.item-img img
{
  width: 100%;
  height: auto;
}

.recentblog div.relative div.item-img
{
  width: 100%;
  height: auto;
}

article.recentblog header
{
  position: relative;
}


@media (max-width: 960px)
{

.line {
  margin: 10px auto;
}
.item-info h2, .item-hover:hover h2, .item-info .fa, .item-hover:hover .fa
  {
  font-size: 13px;
  }
}
@media (max-width: 600px)
{
  ul.recentportfolio li.item.item-type-line a.item-hover, ul.portfolio li.isotope-item a.item-hover {
    padding-top:20%;
}
  ul.recentportfolio li.item.item-type-line,  ul.portfolio li.isotope-item   {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 50%;
  }
}


/* Recent Portfolio */
ul.recentportfolio, ul.portfolio {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul.recentportfolio li.item.item-type-line
{
  float: left;
  list-style: none;
  position: relative;
  width:20%;
  padding: 0;
  margin: 0;
  display: table;
}
ul.portfolio li.isotope-item
{
  width:25%;
}
ul.portfolio.random li.isotope-item {
  display: block;
  float: none;
  list-style: none outside none;
  margin: 0;
  padding: 15px;
  position: absolute;
  width: auto;
}
.item-info h2, .item-hover:hover h2, .item-info .fa, .item-hover:hover .fa
{
  color: #fff;
}
.item-hover .fa
{
  font-size: 22px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}
ul.recentportfolio li.item.item-type-line a.item-hover,  ul.portfolio li.isotope-item a.item-hover  {
  display: table;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}

li.isotope-item article.inner
{
	display: block;
	height: 100%;
}
section.no-margin ul.isotope.random {
  margin: 0 auto !important;
  max-width: 90%;
}
.item-type-line {
  z-index:10;
  color:#ffffff;
  position:relative;               
}
.item-type-line .item-hover { 
  z-index:100;  
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
  opacity:0;
  }
.item-type-line .item-hover:hover, .isotope-item a.item-hover {
  opacity:1;
}       
.line {
  height: 1px;
  margin: 15px auto;
  width:0%;
}
.item-type-line .item-hover:hover .line {
  width:40%;
  background: #fff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;   
} 
a.item-hover div.item-info {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  z-index: 1000;
}
.item-type-line .item-hover .mask {
  position: absolute;
  background-color:#000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);                    
  height: 100%;
  min-height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index:0;
  top: 0;
  bottom:0;
}
.item-type-line .item-hover .mask {
    background-color: #000;
    border: medium none;
    bottom: 0 !important;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    min-height: 100.14%;
}

ul.recentportfolio div.item-img img
{
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {
  .line {
      margin: 10px auto;
  }
  .item-info h2, .item-hover:hover h2, .item-info .fa, .item-hover:hover .fa
  {
    font-size: 13px;
  }

  ul.isotope.random .item-info h2, ul.isotope.random .item-hover:hover h2, ul.isotope.random .item-info .fa, ul.isotope.random .item-hover:hover .fa {
    font-size: 22px;
  }
}
@media (max-width: 600px)   {
  ul.recentportfolio li.item.item-type-line, ul.portfolio li.isotope-item  {
      float: left;
      list-style: none outside none;
      margin: 0;
      padding: 0;
      position: relative;
      width: 50%;
  }
}
.posts img,
ul.recentportfolio div.item-img img, ul.portfolio div.item-img img {
   height: auto;
}
.recent-posts article.recentblog
{
  margin-top: 30px!important;
}
.recent-posts img
{
  width:100%;
}
.item-img
{
overflow:hidden;
}
li.item img, li.isotope-item img, .recentblog .item-img img  {
   transition: all 0.3s ease-in-out 0s;
}
li.item:hover img, li.isotope-item:hover img, .recentblog header:hover .item-img img {
  transform: scale(1.1, 1.1)!important;
}
 div.ls-inner div.ls-slide.ls-animating img.ls-bg.ls-preloaded
 {
  display: block;
  height: auto!important;
  margin-top: 0;
 }  
li.isotope-item .relative
{
	width: 100.2%;
}

@media (min-width: 600px) {
  ul.filter
  {
    margin:55px;
  }
}

div.wpb_single_image.wpb_content_element.vc_align_center
{
margin-bottom: 0px!important;
}


/*extra padding for smooth scroll*/

body.home section h4.heading
{
padding-top: 80px!important;
margin-top: -80px!important;
}

body.home section #portfolio h4.heading
{
padding-top: 120px!important;
}

/*
scrolling to top on mouse click*/

.scrollup
{
z-index: 11000;
background: #ccc;
display:none;
}
.scrollup a
{
display:none;
}

@media (min-width: 768px) {
.scrollup a {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #000;
  bottom: 80px;
  color: #000;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 28px;
  height: 50px;
  position: fixed;
  right: 80px;
  text-align: center;
  transition: all 1s ease 0s;
  width: 50px;
  z-index: 1110;
  }
}

@media (max-width: 992px) {
  .site-navigation.open .menu-item a {
      color: #fff;
  }
  .nav-wrap.active {
    padding-bottom: 0;
  }
}
.scrollup a:hover, .scrollup a:focus, .scrollup a:active
{
  outline: none;
}

@media (max-width: 992px) {
  .copyright-footer
  { 
   text-align: center;
  }
  .site-footer .copyright-footer .socialize {
    text-align: center;
  }
}



@keyframes moveit {
  0%  { bottom:40px; }
  50% { bottom:45px;}
  50% { bottom:45px;}
  100% { bottom:50px;}
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom:53px; 
  }
  40% {
    bottom:48px;
  }
  60% {
    bottom:43px;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom:53px;
   
  }
  40% {
    bottom:48px;
  }
  60% {
    bottom:43px;
  }
}


/*images fix*/
.wpb_single_image img  {
border-radius: 2px;
}

/* Single image padding fix */

body.page .wpb_single_image.wpb_content_element {
margin-bottom: 23px;
}



/*Contact Form*/

.contactpage {
  margin-bottom: 80px;
  margin-top: 70px;
}
.contactpage p {
    padding-top: 0;
}
.wpcf7-form p {
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 25px;
    width: 100%;
    height: 39px;
}
.wpcf7-form textarea {
    min-height: 157px;
    padding-top: 10px;
}
.wpcf7-submit {
    -moz-user-select: none;
    background-image: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    transition: background-color 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    padding: 11px 17px;
    font-size: 14px;
    background: #d54900;
    border-radius: 4px;
    float: right;
}

.norightpadding {
	padding-right:0;
}

.noleftpadding{
	padding-left:0;
}

@media (max-width: 767px) {
.wpcf7-form .col-sm-7 {
padding-left: 0;
}

.wpcf7-form .col-sm-5 {
  padding-right: 0;
}
}

.wpcf7-submit:hover {
    background: #000;
}

div.contactpage div.image img {
  width: 100%;
  height: auto;
}


.textwidget form select {
	max-width:100%;
}

/*portfolio gallery*/

.portfolio-single .gallery .item {
  margin-bottom:20px;
}

/*header dividers*/
@media (min-width: 993px) {
.top-bar, .top-bar.style-2 {
  padding: 0;
  height: 38px;
}
.top-bar > .container > ul > li {
  border-left: 0px solid transparent;
  border-right: 0px solid rgba(0, 0, 0, 0.05);
  color:#4b4b4b;
}

.top-bar > .container > ul > li {

  padding-left: 13px;
  padding-right: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}
.top-bar > .container > ul > li:first-child {
  border-left: 0px solid rgba(0, 0, 0, 0.05);
}

.top-bar > .container > ul.right > li {
     margin-left: -1px;
     padding-right: 20px;
}
}
.top-bar .left .widget-container {
  margin-right: 0;
}
.top-bar ul.social {
    margin-left: 0;
}

/*navigation dividers*/
@media (min-width: 768px) {
.responsive .site-navigation > ul > li:after {
    border-right: 0px solid rgba(0, 0, 0, 0.05);
    content: "";
    display: block;
    float: right;
     
    position: absolute;
    
    width: 34px;
}
}

@media (max-width: 992px) {
  .top-bar > .container > ul.right, .top-bar > .container > ul.left {
  display: table;
   float: none;
}
}

@media (min-width: 640px) and (max-width: 992px) {
.top-bar > .container > ul.right, .top-bar > .container > ul.left {
  display: table;
}
.top-bar > .container > ul.right, .top-bar > .container > ul.left {
  float: none;
  clear: both;
  margin: auto;
  text-align: center;
}
.top-bar .container {
height: auto!important;
}
}

/*slider buttons fix */

.rev_slider_wrapper a.btn.style-3 {
	 padding: 9px 17px;
}

body .tp-leftarrow.default,
body .tp-rightarrow.default {
	 color: #fff;
}

p {
    line-height: 1.7em;
    margin: 0 0 10px;
}


/*grid-view fix*/

article.post h1, article.post.style-3 h1 {
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 20px;
}
.post.style-3 header {
    padding-bottom: 15px;
    padding-left: 0;
}

.post.style-3 .post-content {
    border-top: 1px solid #ececec;
    padding-top: 14px;
}

/*contact form 7 fix*/

.site-wrapper div.wpcf7-validation-errors, .site-wrapper div.wpcf7-response-output  {
    background-color: #ffccc8;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #727272;
    font-size: 14px;
    padding: 12px;
    position: relative;
    clear: both;
    margin: 0;
    border-radius: 2px;
}
.site-wrapper div.wpcf7-response-output.send-ok, div.wpcf7 form.wpcf7-form.sent div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	background-color: #c1faa9;
}
form.wpcf7-form .col-sm-7.norightpadding {
	margin-bottom:20px;
}
form.wpcf7-form input.wpcf7-not-valid {
	 border: 1px solid #d82e21;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 1em;
    position: absolute;
    right: 10px;
    top: 0;
}

/*vc*/
.wpb_single_image img {
  width: 100%
}


/*responsive fixes*/
@media  (max-width: 1199px) {
.col-md-9 .col-md-6 .vc_empty_space, div.col-md-9 div.row div.col-md-6 div.vc_empty_space {
  height: 3px!important;
}
}
 
@media (max-width: 992px) {
.col-md-4 .col-md-6, .col-md-9 .col-md-6, .col-md-3  {
  width: 50%;
  float: left;
}
.col-md-4 .col-md-6 + .col-md-6, .col-md-9 .col-md-6 + .col-md-6, .col-md-3 + .col-md-3 {
    margin-top: 0;
}

.responsive .col-2-5 {
    width: 20%;
    padding-left: 0;
    padding-right: 10px;
}
.responsive .col-9-5 { 
    width: 80%;
}

.col-2-5 + .col-9-5:after {
  content: "";
  display: block;
  clear: both;
}

.col-md-8 + .col-md-4 {
  clear: both;
}
}

@media (max-width: 767px) {
.responsive .col-2-5 {
    width: 40%;

}
.responsive .col-9-5 { 
    width: 60%;
}
}


@media (max-width: 600px) {
 .col-md-9 .col-md-6  {
  width: 100%;
  float: none;
}

.responsive .col-2-5 {
    width: 50%;
}
.responsive .col-9-5 { 
    width: 50%;
}


}


header.site-header div.top-bar div.container ul li.widget-container h3.widget-title {
  display: none;
}


/*front page menu styles*/

header.site-header.style-1 .nav-wrap:not(.sticky), header.site-header.style-3 .nav-wrap:not(.sticky){
  background: transparent;
}

header.site-header.absolute {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.moveup {
  margin-top: -100px;
}

header.site-header.absolute .nav-wrap:after {
    display: none;
}

.nav-wrap.sticky {
position: fixed;
width:  100%;
z-index: 1200;
top:0;
margin-top: 0;
}

body.logged-in .nav-wrap.sticky {
  top:32px;
}

.responsive header.absolute .site-navigation > ul {
    float: left;
    display: inline-block;
}



/*Animations*/

.nav-wrap  {
  -webkit-transition: all 200ms ease-out 0.1s;
    transition: all 200ms ease-out 0.1s;
}

.nav-wrap.sticky {
  padding: 0;
   -webkit-transform: translateZ(0);
}

.nav-wrap.sticky nav.description ul > li > span {
  visibility: hidden;
}

@media (min-width: 993px) {
  .nav-wrap.style-3.sticky {
    -ms-transform: translate(0,-33px); /* IE 9 */
    -webkit-transform: translate(0,-33px); /* Chrome, Safari, Opera */
    transform: translate(0,-33px);
  }

  .nav-wrap.style-3.sticky .site-logo {
    opacity: 0;
    padding: 0;
    margin: 0;
  }
}


.logo-wrap.table.absolute {
    display: table;
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 72px;
    padding: 0;
    margin: 0;
    text-align: left;
    max-width: 180px;
}

.site-logo {
  /*-webkit-transition: all 200ms ease-out 0.1s;
    transition: all 200ms ease-out 0.1s;*/
}

.nav-wrap .site-logo {

  /*-webkit-transition: all 200ms ease-out 0.1s;
    transition: all 200ms ease-out 0.1s;*/
}


.nav-wrap .site-logo a {
  /*-webkit-transition: all 200ms ease-out 0.1s;
    transition: all 200ms ease-out 0.1s;*/
}

.nav-wrap .site-logo a img {
 /* -webkit-transition: all 200ms ease-out 0.1s;
    transition: all 200ms ease-out 0.1s;*/
    /*background-color: rgba(255,255,255,.01);*/
    
    /*Andrej*/
    /*-webkit-transition: all 1000ms ease-out 0s;
    transition: all 1000ms ease-out 0s;*/

}
.nav-wrap.sticky .site-logo a img {
 /* -ms-transform: scale(0,0); 
    -webkit-transform: scale(0,0); 
    transform: scale(0,0);
    */
/*height: auto;*/
	opacity: 0;
}

/*sticky-logo*/

a#sticky-logo {
    display: table-cell;
    /*-webkit-transition: all 200ms ease-out 0.1s;
    transition: all 200ms ease-out 0.1s;*/
   /* -webkit-transition: all 200ms ease-out 1s;
    transition: all 2000ms ease-out 1s;*/
    vertical-align: middle;
}

a#sticky-logo img{
  opacity: 0;
  vertical-align: middle;
  max-height: 50px;
  display: table-cell;
  /*-ms-transform: scale(0,0); 
    -webkit-transform: scale(0,0); 
    transform: scale(0,0);*/
   /* -webkit-transition: all 200ms ease-out 0.1s;
    transition: all 200ms ease-out 0.1s;*/
    
    /* Andrej
    -webkit-transition: all 1000ms ease-out 0.1s;
    transition: all 1000ms ease-out 0.1s;*/

}

.nav-wrap.sticky .site-logo, .nav-wrap.sticky .site-logo > a, .nav-wrap.sticky .site-logo > a > img {
  max-height: 50px!important;
  height: auto!important;
}

.nav-wrap.sticky  a#sticky-logo img {
  -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
    transform: scale(1,1);
    opacity: 1;
     /*background-color: rgba(255,255,255,.01);*/
  /*  -webkit-transition: all 100ms ease-out 0s;
    transition: all 100ms ease-out 0s;*/
}


header.has_sticky .nav-wrap.sticky a#sticky-logo {
      opacity: 1;
}

.container {
  position: relative;
}

/*search button*/
@media (min-width: 993px) {
  .fa-search.mobile {
    visibility: hidden;
    display: none;
  }
    .fa-search.desktop {
    visibility: visible;
    display: inline-block;
    float: right;
    margin-top: 31px;
  }
  .site-navigation ul {
    float: right;
  }
    .nav-wrap.style-3  .fa-search.desktop {
    float: none;
  }
}
@media (max-width: 992px) {
  .fa-search.mobile {
    visibility: visible;
    display: inline-block;
    padding: 5px;
  }
    .fa-search.desktop {
    visibility: hidden;
    display: none;
  }
}


/*sidebar-fix 19-1-2015 ver 1.06*/ 
@media (max-width: 992px) {
  .sidebar.col-md-3 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .col-md-3 + .col-md-9 {
    clear: both;
  }
}

/*safari glitch ver 1.08 */
.nav-wrap {
  width: 100%;
}


/*box sticky menu fix*/
body.boxed .nav-wrap.sticky {
  max-width: 1170px;
}


@media (min-width: 1183px) {
body.boxed .nav-wrap.sticky > .container {
  float: left;
}
}


@media (max-width: 1182px) {
body.boxed .nav-wrap.sticky {
    max-width: 970px;
    width: 970px;
}
}

@media (max-width: 992px) {
body.boxed .nav-wrap.sticky {
    max-width: 750px;
    width: 750px;
}
}


@media (max-width: 767px) {
  body.boxed .nav-wrap.sticky {
    max-width: 100%;
    width: 100%;
}
}

/*centered menu fix ver 1.08*/
.nav-wrap.style-3 .site-navigation ul {
    float: none;
}

/*notsticky fix ver 1.09*/
header.notsticky .sticky-holder{
height: 0!important;
}

.nav-wrap.style-3.sticky .site-navigation  {
  float: right;
}

/*1.10 fix*/

/*video fix*/
.video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
    z-index: 9;
}

/*VC fixes*/
.widget_recent_comments #recentcomments, .widget_nav_menu #menu-side-menu, .vc_wp_meta .widget_meta > ul, .vc_wp_pages .widget_pages > ul, .vc_wp_archives .widget_archive > ul, .vc_wp_categories .widget_categories > ul, .widget_recent_entries > ul{
  padding-left: 0;
}

.vc_wp_custommenu .widget_nav_menu #menu-side-menu > li, .vc_wp_meta .widget_meta > ul > li, .vc_wp_pages .widget_pages > ul  > li, .vc_wp_archives .widget_archive > ul > li, .vc_wp_categories .widget_categories > ul > li, .widget_recent_entries > ul > li{
    border-bottom: 1px solid #ebebeb;
    list-style: outside none none;
    padding: 9px 0;
    color: #848484 ;
}

.wpb_content_element .widget a {
      color: #848484 ;
}
/*
.wpb_animate_when_almost_visible {
opacity: 1!important;
}

*/
@media (max-width: 600px) {
  .col-xs-12 {
    width: 100%!important;
  }
}

/*limit max width of logo on mobile added ver 1.0.3*/
@media (max-width: 400px) {
  .nav-wrap .site-logo a img {
      height: auto!important;
      max-width: 175px;
  }
}

/*portfolio style-2 filter*/
.filter.style-2 li + li:before {
    content: "";
}

.filter.style-2 button {
  padding: 8px 12px;
  margin: 3px 5px;
  border: 2px solid #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.filter.style-2 button.selected, .filter.style-2 button:hover {
  background:  #000;
  color: #fff;
}

.filter.style-2:before {
    content: "";
}

.single-post article header .post-meta > ul >li:nth-child(3), .blog article header .post-meta > ul >li:nth-child(3) {
display: none;
}


/*box version menu bug fix 1.0.4*/

.boxed .site-wrapper {
    position: relative;
}
@media (min-width: 993px) {
.boxed .nav-wrap .container {
    display: inline-block;
}
}


/*portfolio title and subtitle*/
ul.portfolio h2 {
text-transform: uppercase;
}



@media (min-width: 993px) {
body.boxed a#sticky-logo, body.boxed .site-logo a{
  padding-left: 35px
}
}

@media (min-width: 993px) {
body.boxed .nav-wrap .fa-search {
    color: #292929;
    font-size: 13px;
    margin-left: 22px;
}
}
/*wpml*/
#lang_sel a.lang_sel_sel {
    background: transparent;
    color: #c1c1c1;
    padding-left: 45px;
}

#lang_sel a, #lang_sel a:visited  {
  border-color: transparent;
   font-family: PT Sans;
   font-size: 14px;
   padding-left: 20px;
   line-height: 1.62857;
}

.widget_icl_lang_sel_widget, .widget_icl_lang_sel_widget *  {
  z-index: 1000;
}

.widget_icl_lang_sel_widget:hover #lang_sel a {
  border: 1px solid transparent;
  }
#lang_sel > ul > li {
    width: 118px;
}

#lang_sel > ul > li > ul {
    left: -12px;
}

  #lang_sel {
    padding-top: 7px;
}


#lang_sel ul ul {
border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#lang_sel img.iclflag {
    top: -1px;
}

#lang_sel a.lang_sel_sel span.icl_lang_sel_current:before {
    content: "\f107";
    font-family: FontAwesome;
    left: 20px;
    position: absolute;
}

/*mobile*/
#lang_sel_click img.iclflag {
    height: 12px;
    position: relative;
    top: -2px;
    width: 18px;
    padding-right: 5px;
}

#lang_sel_click {
    padding-top: 7px;
}

#lang_sel_list img.iclflag {
    top: -1px;
}
@media (max-width: 599px) {
.responsive .top-bar.open .container {
    overflow: visible;
}
.widget_icl_lang_sel_widget, .widget_icl_lang_sel_widget *  {
  z-index: 1;
}
}


@media (min-width: 993px) and (max-width: 1182px) {
body.boxed .site-navigation {
    position: absolute;
    right: 0;
}
}


/*transparent top bar option for menu 1 */
.home div.site-wrapper div.transparent.top-bar {
    background: none repeat scroll 0 0 transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.logged-in.home div.site-wrapper div.transparent.top-bar {
    top: 32px;
}

.home div.site-wrapper div.transparent.top-bar * {
   z-index: 100;
}
.home div.site-wrapper div.transparent.top-bar .widget_icl_lang_sel_widget, .home div.site-wrapper div.transparent.top-bar .widget_icl_lang_sel_widget * {
  z-index: 1000;
}
.home header.site-header.absolute.push-down .nav-wrap {
  z-index: 100;
}

/*v TO*/
.home div.site-wrapper div.transparent.top-bar, .home div.site-wrapper div.transparent.top-bar #lang_sel a.lang_sel_sel {
   color: #fff;
}

.home div.site-wrapper div.transparent.top-bar a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home header.site-header.absolute.push-down {
    top: 60px;
}

.home.logged-in header.site-header.absolute.push-down {
    top: 92px;
}

@media (min-width: 993px) and (max-width: 1190px) {
.top-bar > .container > ul.right > li {
    padding-right: 15px;
}

.top-bar > .container > ul.left > li {
    padding: 10px 8px;
}
}

.transparent.top-bar.open > .container {
  z-index: 100000;
}


@media (min-width: 768px) and (max-width: 1190px){
  .transparent.top-bar > .container {
    width: 100%;
  }
}

/*.site-wrapper.search-is-open .transparent.top-bar {
	visibility: hidden;
}
*/
.home .site-wrapper.search-is-open  header.site-header.absolute.push-down {
    top: 140px;
}

.home.logged-in .site-wrapper.search-is-open header.site-header.absolute.push-down {
    top: 172px;
}
div.transparent.top-bar, header.bg-transparent {
	  -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}

.home .site-wrapper.search-is-open div.transparent.top-bar {
    top: 80px;
}
.logged-in.home .site-wrapper.search-is-open div.transparent.top-bar {
    top: 112px;
}


/*downloads*/
.anps_download {
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.anps_download > a:focus {
	outline: none;
}

.anps_download > a {
	height: 49px;
	display: table-row;
	vertical-align: middle;
}
.anps_download > a span.anps_download_icon {
    				background: none repeat scroll 0 0 red;
    display: table-cell;
    float: none;
    min-height: 49px;
    width: 49px;
    vertical-align: middle;
}

.anps_download > a span i {
	line-height: 49px;
	height: 49px;
	width:  49px;
	display: inline-block;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.anps_download > a span.download-title {
	position: relative;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e2e2e2 #e2e2e2 #e2e2e2 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #919191;
    display: table-cell;
    float: none;
    font-size: 14px;
    height: 49px;
    line-height: 18px;
    padding-left: 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    padding-right: 35px;
}

.anps_download > a span.download-title:after {
	content: "\f107";
    font-family: FontAwesome;
    top: 33%;
    right: 20px;
    position: absolute;
    color: #909090;
}

.anps_download > a:hover span.download-title {
	background: #f2f2f2;
}


/*paralax overlay*/

.parallax-overlay:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}



/*buttons*/

.btn-lg.style-5 {
	width:173px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	padding: 0;
	font-size: 15px;
}

.folionav {
	width: 100%;
}
.folionav a {
	display: inline-block;
}

.folionav a:first-child {
margin-right: 6px;
}

.stickymark i.fa-thumb-tack {
  color: #fff;
}

.on-top {
  z-index: 150;
}


/*revslider class*/

body .tp-rightarrow.default:after, body .tp-leftarrow.default:after {
    font-family: fontawesome;
}


/*fa-search glitch fix on active*/
button.fa-search {
    border: 0px outset buttonface;
    padding: 0 0px;
}
.filter li button:active {
  padding: 0 6px;
}
ul.social li a{ background: none repeat scroll 0 0 #0a5cb0;
    border-radius: 15px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    text-align: center;
    width: 30px;
    margin:3px 0px 0px 0px; }
ul.social li a:hover{ color:#c4bebe !important;}
.chemicals-box{ width:94%; float:left; padding:10px 3%; }
.chemicals-box .c-icon1{ float:left; text-align:left; width:18%; height:70px;}
.chemicals-box .chemicals{ width:78%; float:right;}
.chemicals-box .chemicals h5{ margin:0px 0px 10px 0px;}
.border-left{ border-left:1px solid #f2f2f2;}
.right-border{ border-right:1px solid #e1e1e1;}
.right-border-white{ border-right:1px solid #3492eb;}
.sprate-less .vc_separator{ margin-bottom:0px !important; margin-left:-15px !important;}
.sprate-less .col-md-6{ padding-top:20px; }
.wpfilebase-file-default{ display:none;}
.col-md-8 .wpfilebase-file-default{ display:block !important;}
.text-white,.text-white h5{ color:#fff;}
.text-white blockquote{ margin-top:0px;}
.text-white blockquote p{ padding-left:0px; margin-left:0px; color:#fff !important; font-size:14px; font-style:normal;} 
.site-navigation .current-menu-item a,.site-navigation #menu-main-menu a:hover{ border-bottom:2px solid #085dad }
.site-navigation li li a:hover,.site-navigation #menu-main-menu  li li a:hover,.site-navigation #menu-main-menu  li li a{ border-bottom:0px solid #085dad  !important; }
.left-footer{ float:left; width:50%; text-align:left;}
.right-footer{ float:right; width:50%; text-align:right;}
.site-footer .col-md-4{ border-right:1px solid #3c3c3c; min-height:300px; }
.image-border {  border: 3px solid #ccc;
    border-radius: 100%; }
.padtop25 { padding-top:25px !important;}
.site-footer { margin-top:0px !important;}
.address-one { padding-left:61px !important;}
.address-two {  padding-left:61px !important; }
.contact-logo {  font-size: 26px;
    font-weight: 600 !important; }
.vc_custom_1431426281207 #custom-id-0{ margin-left: -70px;
    margin-top: 12px;}
.page-id-5 .vc_custom_1431582422395 { display:none !important;}
.blog .col-md-6 {
    width: 100% !important;
}
.line-height40 { line-height:37px !important;}
.padbottom20 { padding-bottom: 20px !important;}
.martop12 { margin-top:12px !important;}
.new-fontsize {}
.btn.style-3, .vc_btn.style-3 { color:#ffffff !important;}
.btn.style-3, .vc_btn.style-3:hover { color:#ffffff !important;}
.social a { background:#0d1d97 !important;}
.scientist-image { margin-top: 52px !important; float: left;}
#mc_embed_signup form { background:#f2f2f2;}
#mc_embed_signup .mc-field-group { padding-bottom:0px !important;}
#mc-embedded-subscribe { margin-top:20px !important;}










@media only screen and (min-width:300px) and (max-width: 500px)  {

.tp-leftarrow { display:none !important;}
.tp-rightarrow { display:none !important; }
.eureka-14 { display:none !important; }
.slotholder .btn { display:none !important; }
.right-footer {
    width: 100%; text-align: center;
}
.left-footer {
    width: 100%; text-align: center;
}

.site-footer .col-md-4 { width:100% !important;}
.vc_custom_1431426281207 #custom-id-0 { margin-left: 85px !important;}
.btn.btn-sm, .wpcf7-submit { display:none !important;  }
.readmore { width:100% !important;}
.vc_custom_1469091262334 .col-md-3 { width:100% !important;}
.vc_custom_1457076255877 .col-md-3 { width:100% !important;}
.vc_custom_1469078319048 .col-md-3 { width:100% !important;}




}

@media only screen and (min-width:750px) and (max-width: 1050px)  {




.right-footer {
    width: 100%; text-align: center;
}
.left-footer {
    width: 100%; text-align: center;
}
.site-footer .col-md-4 { width:100% !important;}
.vc_custom_1431426281207 #custom-id-0 { margin-left: 85px !important;}
.readmore { width:100% !important;}
.eureka-14 { display:none !important; }
.slotholder .btn { display:none !important; }
.btn.btn-sm, .wpcf7-submit { display:none !important;  }
.responsive .site-navigation > ul > li { margin: 0 12px; } 
.vc_custom_1469091262334 .col-md-3 { width:100% !important;}
.vc_custom_1457076255877 .col-md-3 { width:100% !important;} 
.vc_custom_1469078319048 .col-md-3 { width:100% !important;}

}





@media (min-width: 992px) { .site-footer .col-md-4{ width:30% !important; padding:0px 20px; margin-right:40px;  }
.site-footer .col-md-4:nth-child(3){  margin-right:0px;  }
}
.site-footer .col-md-4:nth-child(3){ border-right:none; }
.site-footer .col-md-4 .socialize{ border-bottom:1px solid #3c3c3c; padding-bottom:40px; margin-bottom:40px; }
.site-footer .col-md-4 .socialize li a{ background:#3c3c3c; height:30px; width:30px; color:#fff; padding:0px; line-height:30px; text-align:center; }
.site-footer .col-md-4 .socialize li a:hover{ background:#085dad ; }
h5{ background: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/line.png) left bottom no-repeat; padding:0px 0px 10px 0px; margin:0px 0px 15px 0px; }
.title-border-white h5{  background: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/line-blue.png)left bottom no-repeat;  }
.title-border-white a{ color:#fff;}
#title-border-less h5{ background: none; padding:0px 0px 2px 0px; margin:0px 0px 0px 0px; font-size:20px; }
.site-footer h3{ background: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/line-grey.png) left bottom no-repeat; padding:0px 0px 10px 0px; margin:0px 0px 15px 0px; }
.text-white .wpb_single_image .vc_box_outline.vc_box_border_grey,
.text-white .wpb_single_image .vc_box_outline_circle.vc_box_border_grey,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline img, 
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img{ border-color:#3492eb !important; }
#map1{ height:250px !important;}
.readmore{ background: url(//eurekaag.com.au/wp-content/themes/constructo/css/boxed/arrow.png) left center no-repeat; color: #0d1d97 !important;
    float: left;
    margin-top: 10px;
    padding: 5px 35px;} 
.responsive .site-navigation .sub-menu a:hover,
.responsive .site-navigation .sub-menu li:hover a,
.responsive .site-navigation .sub-menu li.current_page_item a{ background:#0a5cb0; color:#fff !important; }
.responsive .site-navigation .sub-menu li:hover li a,
.responsive .site-navigation .sub-menu li.current_page_item li a{  background:#fff; color:#000 !important;  }
.responsive .site-navigation .sub-menu li li a:hover,
.responsive .site-navigation .sub-menu li li:hover a,
.responsive .site-navigation .sub-menu li li.current_page_item a{ background:#0a5cb0; color:#fff !important; }



















.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.gallery-caption {
}
.bypostauthor {
} img {
height: auto;
} .wpb_widgetised_column > .wpb_wrapper ul,
.sidebar ul ul,
.site-footer ul ul {
margin: 0;
padding: 0;
}
.wpb_widgetised_column > .wpb_wrapper > ul li,
.sidebar ul li li,
.site-footer ul li li {
list-style: none;
}
.wpb_widgetised_column .widget-title {
font-size: 18px;
margin-bottom: 25px;
margin-top: 30px;
} .wpb_widgetised_column > .wpb_wrapper > ul > li:first-child .widget-title,
.sidebar > ul > li:first-of-type .widget-title {
margin-top: 0;
} .post.style-2 header .post-meta a {
display: inline-block;
} .tagcloud a {
font-size: 12px !important;
} .form-submit #submit {
display: none;
} .sidebar > ul {
list-style: none;
padding: 0;
} #searchform label {
display: none;
} .site-footer .sub-menu {
display: none;
}
.site-footer .menu li.current-menu-ancestor a {
background: none;
} .copyright-footer ul {
list-style: none;
margin: 0;
padding: 0;
} h3 + p + .list, h4 + p + .list {
margin: 30px 0 20px 0;
} .site-header + .container {
margin-top: 60px;
}
.site-header + .no-top-margin.container {
margin-top: 0;
} .no-results {
border: 1px solid #ebebeb;
border-style: solid none;
color: #a5a5a5;
font-size: 18px;
padding: 39px 0;
text-align: center;
text-transform: none;
}
.no-results span {
color: #101010;
}
.search-statement {
margin-top: 60px;
padding: 0;
}
.search-posts {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
.search-posts h2 {
border-bottom: 1px solid #ebebeb;
color: #474747;
font-size: 16px;
margin-top: 7px;
padding-top: 13px;
padding-bottom: 13px;
text-transform: none;
transition: color .2s;
-webkit-transition: color .2s;
-moz-transition: color .2s;
}
.search-posts i {
margin-right: 18px;
} section {
background-size: cover;
position: relative;
} @media(min-width: 992px) {
.col-md-6 .col-2-5 {
width: 34.1%;
}
.col-md-6 .col-9-5 {
width: 65.9%;
}   
} .pricing-table ul > li:last-of-type {
border: none;
} .pos-left {
margin: 0 !important;
padding: 0 !important;
} #wp-calendar {
max-width: 100%;
width: 100%;    
}
#wp-calendar caption {
margin-bottom: 15px;
}
#wp-calendar tbody tr {
border-top: 1px solid #e5e5e5;
}
#wp-calendar th,
#wp-calendar td {
text-align: center;
}
#wp-calendar th {
font-weight: 300;
padding: 6px 7px;
}
#wp-calendar td {
padding: 7px;
}
#wp-calendar td a {
display: block;
height: 100%;
color: #fff;
margin: -6px;
padding: 6px;
transition: background-color .2s;
-webkit-transition: background-color .2s;
-moz-transition: background-color .2s;
}
#wp-calendar tfoot {
display: none;
}
@media (max-width: 400px) {
#wp-calendar td,
#wp-calendar th,
#wp-calendar td a {
padding-left: 3px;
padding-right: 3px;
}
#wp-calendar td a {
margin-left: -3px;
margin-right: -3px;
}
} body.logged-in .site-header.sticky .nav-wrap.active {
margin-top: 32px;
}
@media(max-width: 782px) {
body.logged-in .site-header.sticky .nav-wrap.active {
margin-top: 46px;
}
}
@media(max-width: 600px) {
body.logged-in .site-header.sticky .nav-wrap.active {
margin-top: 0;
}
} body .tp-bullets.simplebullets.round .bullet {
background: none;
border: 3px solid #FFF;
border-radius: 100%;
display: block;
float: left;
height: 12px;
margin: 0 2px;
width: 12px;
transition: border .2s;
-webkit-transition: border .2s;
-moz-transition: border .2s;
}
body .tp-leftarrow.default,
body .tp-rightarrow.default {
background: none;
font-family: "fontAwesome";
font-size: 37px;
transition: color .2s;
-webkit-transition: color .2s;
-moz-transition: color .2s;
}
body .tp-leftarrow.default:after {
content: "\f053";
}
body .tp-rightarrow.default:after {
content: "\f054";
}
.post .post-meta .meta-content a {
display: inline-block;
}
.post .post-meta .meta-content span {
float: none;
margin: 0;
position: static;
}
.post .post-meta .meta-content {
padding-top: 3.2%;
}
.posts img {
height: auto;
} .contact-form .form-group .alert .fa {
background: none;
position: static;
}
.contact-form .form-group .alert {
margin-top: 10px;
padding: 9px;
}
.contact-form  .error {
border: 1px solid #D82E21 !important;
}
.contact-form  .success {
border: 1px solid #5CBB34 !important;
}
.gallery {
margin-left: -15px;
margin-right: -15px;
}
.gallery article.post header {
border: none;
}
.pp_social {
display: none;
}
.post header img.attachment-large {
max-width: 100%;
width: 100%;
border-radius: 2px;
}
.post.style-3 header img {
max-width: 100%;
} .post.style-2 h1 {
font-size: 28px;
margin-top: 0;
}
.post.style-2 .btn.btn-md {
margin-bottom: 10px;
}
.portfolio-single img + .row {
margin-top: 53px;
}
.col-md-12 > ol li + li,
.col-md-12 > ul ul,
.col-md-12 > ol ol,
.col-md-12 > ul li + li {
margin-top: 13px;
}
ul.posts li + li,
ul.isotope li.isotope-item {
margin-top: 0;
}
.isotope img {
height: auto;
} .wpb_widgetised_column .widget-categories,
.wpb_widgetised_column .widget_archive,
.wpb_widgetised_column .widget_categories,
.wpb_widgetised_column .widget_recent_entries {
padding: 0;
}
.wpb_widgetised_column .widget-categories li,
.wpb_widgetised_column .widget_archive li,
.wpb_widgetised_column .widget_categories li,
.wpb_widgetised_column .widget_recent_entries li {
border-bottom: 1px solid #ebebeb;
list-style: none;
}
.wpb_widgetised_column .widget-categories a,
.wpb_widgetised_column .widget_archive a,
.wpb_widgetised_column .widget_categories a,
.wpb_widgetised_column .widget_recent_entries a {
color: #848484;
display: block;
padding: 9px 0;
}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button{color:#fff}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.no-border-radius.wp-block-button__link{border-radius:0!important}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.78%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:none}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-media-text{display:-ms-grid;display:grid;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr}.wp-block-media-text .has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;padding:0 8%}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-social-link{width:36px;height:36px;border-radius:36px;margin-right:8px}.wp-social-link,.wp-social-link a{display:block;transition:transform .1s ease}.wp-social-link a{padding:6px;line-height:0}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1977f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0577b5;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#21a1f3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:#ff0100;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1977f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0577b5}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#21a1f3}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:#ff0100}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}
 .eds-animate {
overflow: hidden;	
}
.eds-scroll-hidden, .edsanimate-sis-hidden {
opacity:0;
}
.eds-scroll-visible {
opacity:1;
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
} .delay1 {
-webkit-animation-delay: .5s;
-moz-animation-delay: .5s;
-ms-animation-delay: .5s;
-o-animation-delay: .5s;
}
.delay2 {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-ms-animation-delay: 1s;
-o-animation-delay: 1s;
}
.delay3 {
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-ms-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
}
.delay4 {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-ms-animation-delay: 2s;
-o-animation-delay: 2s;
}
.delay5 {
-webkit-animation-delay: 2.5s;
-moz-animation-delay: 2.5s;
-ms-animation-delay: 2.5s;
-o-animation-delay: 2.5s;
}
.delay6 {
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
-ms-animation-delay: 3s;
-o-animation-delay: 3s;
}
.delay7 {
-webkit-animation-delay: 3.5s;
-moz-animation-delay: 3.5s;
-ms-animation-delay: 3.5s;
-o-animation-delay: 3.5s;
}
.delay8 {
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
-ms-animation-delay: 4s;
-o-animation-delay: 4s;
}
.delay9 {
-webkit-animation-delay: 4.5s;
-moz-animation-delay: 4.5s;
-ms-animation-delay: 4.5s;
-o-animation-delay: 4.5s;
}
.delay10 {
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
-ms-animation-delay: 5s;
-o-animation-delay: 5s;
}
.delay11 {
-webkit-animation-delay: 5.5s;
-moz-animation-delay: 5.5s;
-ms-animation-delay: 5.5s;
-o-animation-delay: 5.5s;
}
.delay12 {
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-ms-animation-delay: 6s;
-o-animation-delay: 6s;
} .duration1 {
-webkit-animation-duration: .5s !important;
-moz-animation-duration: .5s !important;
-ms-animation-duration: .5s !important;
-o-animation-duration: .5s !important;
}
.duration2 {
-webkit-animation-duration: 1s !important;
-moz-animation-duration: 1s !important;
-ms-animation-duration: 1s !important;
-o-animation-duration: 1s !important;
}
.duration3 {
-webkit-animation-duration: 1.5s !important;
-moz-animation-duration: 1.5s !important;
-ms-animation-duration: 1.5s !important;
-o-animation-duration: 1.5s !important;
}
.duration4 {
-webkit-animation-duration: 2s !important;
-moz-animation-duration: 2s !important;
-ms-animation-duration: 2s !important;
-o-animation-duration: 2s !important;
}
.duration5 {
-webkit-animation-duration: 2.5s !important;
-moz-animation-duration: 2.5s !important;
-ms-animation-duration: 2.5s !important;
-o-animation-duration: 2.5s !important;
}
.duration6 {
-webkit-animation-duration: 3s !important;
-moz-animation-duration: 3s !important;
-ms-animation-duration: 3s !important;
-o-animation-duration: 3s !important;
}
.duration7 {
-webkit-animation-duration: 3.5s !important;
-moz-animation-duration: 3.5s !important;
-ms-animation-duration: 3.5s !important;
-o-animation-duration: 3.5s !important;
}
.duration8 {
-webkit-animation-duration: 4s !important;
-moz-animation-duration: 4s !important;
-ms-animation-duration: 4s !important;
-o-animation-duration: 4s !important;
}
.duration9 {
-webkit-animation-duration: 4.5s !important;
-moz-animation-duration: 4.5s !important;
-ms-animation-duration: 4.5s !important;
-o-animation-duration: 4.5s !important;
}
.duration10 {
-webkit-animation-duration: 5s !important;
-moz-animation-duration: 5s !important;
-ms-animation-duration: 5s !important;
-o-animation-duration: 5s !important;
}
.duration11 {
-webkit-animation-duration: 5.5s !important;
-moz-animation-duration: 5.5s !important;
-ms-animation-duration: 5.5s !important;
-o-animation-duration: 5.5s !important;
}
.duration12 {
-webkit-animation-duration: 6s !important;
-moz-animation-duration: 6s !important;
-ms-animation-duration: 6s !important;
-o-animation-duration: 6s !important;
}
.duration13 {
-webkit-animation-duration: 6.5s !important;
-moz-animation-duration: 6.5s !important;
-ms-animation-duration: 6.5s !important;
-o-animation-duration: 6.5s !important;
}
.duration14 {
-webkit-animation-duration: 7s !important;
-moz-animation-duration: 7s !important;
-ms-animation-duration: 7s !important;
-o-animation-duration: 7s !important;
}
.duration15 {
-webkit-animation-duration: 7.5s !important;
-moz-animation-duration: 7.5s !important;
-ms-animation-duration: 7.5s !important;
-o-animation-duration: 7.5s !important;
}
.duration16 {
-webkit-animation-duration: 8s !important;
-moz-animation-duration: 8s !important;
-ms-animation-duration: 8s !important;
-o-animation-duration: 8s !important;
}
.duration17 {
-webkit-animation-duration: 8.5s !important;
-moz-animation-duration: 8.5s !important;
-ms-animation-duration: 8.5s !important;
-o-animation-duration: 8.5s !important;
}
.duration18 {
-webkit-animation-duration: 9s !important;
-moz-animation-duration: 9s !important;
-ms-animation-duration: 9s !important;
-o-animation-duration: 9s !important;
}
.duration19 {
-webkit-animation-duration: 9.5s !important;
-moz-animation-duration: 9.5s !important;
-ms-animation-duration: 9.5s !important;
-o-animation-duration: 9.5s !important;
}
.duration20 {
-webkit-animation-duration: 10s !important;
-moz-animation-duration: 10s !important;
-ms-animation-duration: 10s !important;
-o-animation-duration: 10s !important;
}
.animated { backface-visibility: hidden;
-o-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
animation-fill-mode: both;
transform: translate3d(0, 0, 0);
perspective: 1000;
-o-animation-fill-mode: both;
-o-transform: translate3d(0, 0, 0);
-o-perspective: 1000;
-moz-animation-fill-mode: both;
-moz-transform: translate3d(0, 0, 0);
-moz-perspective: 1000;
-webkit-animation-fill-mode: both;
-webkit-transform: translate3d(0, 0, 0);
-webkit-perspective: 1000;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes flash {
0%, 50%, 100% {opacity: 1;}	
25%, 75% {opacity: 0;}
}
@-moz-keyframes flash {
0%, 50%, 100% {opacity: 1;}	
25%, 75% {opacity: 0;}
}
@-o-keyframes flash {
0%, 50%, 100% {opacity: 1;}	
25%, 75% {opacity: 0;}
}
@keyframes flash {
0%, 50%, 100% {opacity: 1;}	
25%, 75% {opacity: 0;}
}
.animated.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes shake {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@-moz-keyframes shake {
0%, 100% {-moz-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}
@-o-keyframes shake {
0%, 100% {-o-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.animated.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.animated.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes tada {
0% {-webkit-transform: scale(1);}	
10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
0% {-moz-transform: scale(1);}	
10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
100% {-moz-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
0% {-o-transform: scale(1);}	
10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
100% {-o-transform: scale(1) rotate(0);}
}
@keyframes tada {
0% {transform: scale(1);}	
10%, 20% {transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
100% {transform: scale(1) rotate(0);}
}
.animated.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
20% { -webkit-transform: rotate(15deg); }	
40% { -webkit-transform: rotate(-10deg); }
60% { -webkit-transform: rotate(5deg); }	
80% { -webkit-transform: rotate(-5deg); }	
100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
20% { -moz-transform: rotate(15deg); }	
40% { -moz-transform: rotate(-10deg); }
60% { -moz-transform: rotate(5deg); }	
80% { -moz-transform: rotate(-5deg); }	
100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes swing {
20% { -o-transform: rotate(15deg); }	
40% { -o-transform: rotate(-10deg); }
60% { -o-transform: rotate(5deg); }	
80% { -o-transform: rotate(-5deg); }	
100% { -o-transform: rotate(0deg); }
}
@keyframes swing {
20% { transform: rotate(15deg); }	
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }	
80% { transform: rotate(-5deg); }	
100% { transform: rotate(0deg); }
}
.animated.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.animated.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
} @-webkit-keyframes wobble {
0% { -webkit-transform: translateX(0%); }
15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
30% { -webkit-transform: translateX(20%) rotate(3deg); }
45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
60% { -webkit-transform: translateX(10%) rotate(2deg); }
75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes wobble {
0% { -moz-transform: translateX(0%); }
15% { -moz-transform: translateX(-25%) rotate(-5deg); }
30% { -moz-transform: translateX(20%) rotate(3deg); }
45% { -moz-transform: translateX(-15%) rotate(-3deg); }
60% { -moz-transform: translateX(10%) rotate(2deg); }
75% { -moz-transform: translateX(-5%) rotate(-1deg); }
100% { -moz-transform: translateX(0%); }
}
@-o-keyframes wobble {
0% { -o-transform: translateX(0%); }
15% { -o-transform: translateX(-25%) rotate(-5deg); }
30% { -o-transform: translateX(20%) rotate(3deg); }
45% { -o-transform: translateX(-15%) rotate(-3deg); }
60% { -o-transform: translateX(10%) rotate(2deg); }
75% { -o-transform: translateX(-5%) rotate(-1deg); }
100% { -o-transform: translateX(0%); }
}
@keyframes wobble {
0% { transform: translateX(0%); }
15% { transform: translateX(-25%) rotate(-5deg); }
30% { transform: translateX(20%) rotate(3deg); }
45% { transform: translateX(-15%) rotate(-3deg); }
60% { transform: translateX(10%) rotate(2deg); }
75% { transform: translateX(-5%) rotate(-1deg); }
100% { transform: translateX(0%); }
}
.animated.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
0%, 11.1%, 100% {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
0%, 11.1%, 100% {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.animated.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
} @-webkit-keyframes pulse {
0% { -webkit-transform: scale(1); }	
50% { -webkit-transform: scale(1.1); }
100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
0% { -moz-transform: scale(1); }	
50% { -moz-transform: scale(1.1); }
100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
0% { -o-transform: scale(1); }	
50% { -o-transform: scale(1.1); }
100% { -o-transform: scale(1); }
}
@keyframes pulse {
0% { transform: scale(1); }	
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.animated.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-webkit-animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) scale(1);
-webkit-animation-timing-function: ease-in;
}
}
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) rotateY(0);
-moz-animation-timing-function: ease-out;
}
40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-moz-animation-timing-function: ease-out;
}
50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in;
}
80% {
-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
-moz-animation-timing-function: ease-in;
}
100% {
-moz-transform: perspective(400px) scale(1);
-moz-animation-timing-function: ease-in;
}
}
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) rotateY(0);
-o-animation-timing-function: ease-out;
}
40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-o-animation-timing-function: ease-out;
}
50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in;
}
80% {
-o-transform: perspective(400px) rotateY(360deg) scale(.95);
-o-animation-timing-function: ease-in;
}
100% {
-o-transform: perspective(400px) scale(1);
-o-animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
transform: perspective(400px) rotateY(0);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px) scale(1);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flip;
-moz-backface-visibility: visible !important;
-moz-animation-name: flip;
-o-backface-visibility: visible !important;
-o-animation-name: flip;
backface-visibility: visible !important;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateX(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateX(10deg);
}
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateX(-10deg);
}
70% {
-o-transform: perspective(400px) rotateX(10deg);
}
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateX(-10deg);
}
70% {
transform: perspective(400px) rotateX(10deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.animated.flipInX {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
-o-animation-name: flipInX;
backface-visibility: visible !important;
animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutX {
0% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutX {
0% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.animated.flipOutX {
-webkit-animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-moz-animation-name: flipOutX;
-moz-backface-visibility: visible !important;
-o-animation-name: flipOutX;
-o-backface-visibility: visible !important;
animation-name: flipOutX;
backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateY(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateY(10deg);
}
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateY(-10deg);
}
70% {
-o-transform: perspective(400px) rotateY(10deg);
}
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.animated.flipInY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInY;
-o-backface-visibility: visible !important;
-o-animation-name: flipInY;
backface-visibility: visible !important;
animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutY {
0% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutY {
0% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.animated.flipOutY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipOutY;
-o-backface-visibility: visible !important;
-o-animation-name: flipOutY;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}
.animated.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animated.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animated.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(1080px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(1080px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(1080px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(1080px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animated.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
-moz-animation-name: fadeInUpBig;
-o-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-1080px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-1080px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-1080px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-1080px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animated.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
-moz-animation-name: fadeInDownBig;
-o-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
-moz-animation-name: fadeInRightBig;
-o-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-moz-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-o-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.animated.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-20px);
}
}
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
.animated.fadeOutUp {
-webkit-animation-name: fadeOutUp;
-moz-animation-name: fadeOutUp;
-o-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
.animated.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-20px);
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-20px);
}
}
.animated.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(20px);
}
}
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
.animated.fadeOutRight {
-webkit-animation-name: fadeOutRight;
-moz-animation-name: fadeOutRight;
-o-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-1080px);
}
}
@-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-1080px);
}
}
@-o-keyframes fadeOutUpBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-1080px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-1080px);
}
}
.animated.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
-moz-animation-name: fadeOutUpBig;
-o-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(1080px);
}
}
@-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(1080px);
}
}
@-o-keyframes fadeOutDownBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(1080px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(1080px);
}
}
.animated.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
-moz-animation-name: fadeOutDownBig;
-o-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.animated.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
-moz-animation-name: fadeOutLeftBig;
-o-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.animated.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
-moz-animation-name: fadeOutRightBig;
-o-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
}
.animated.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(1080px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(1080px);
}
60% {
opacity: 1;
-moz-transform: translateY(-30px);
}
80% {
-moz-transform: translateY(10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(1080px);
}
60% {
opacity: 1;
-o-transform: translateY(-30px);
}
80% {
-o-transform: translateY(10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(1080px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
.animated.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-1080px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-1080px);
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
}
80% {
-moz-transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-1080px);
}
60% {
opacity: 1;
-o-transform: translateY(30px);
}
80% {
-o-transform: translateY(-10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-1080px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.animated.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
.animated.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
}
80% {
-moz-transform: translateX(10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
.animated.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
}	
}
@-moz-keyframes bounceOut {
0% {
-moz-transform: scale(1);
}
25% {
-moz-transform: scale(.95);
}
50% {
opacity: 1;
-moz-transform: scale(1.1);
}
100% {
opacity: 0;
-moz-transform: scale(.3);
}	
}
@-o-keyframes bounceOut {
0% {
-o-transform: scale(1);
}
25% {
-o-transform: scale(.95);
}
50% {
opacity: 1;
-o-transform: scale(1.1);
}
100% {
opacity: 0;
-o-transform: scale(.3);
}	
}
@keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(.3);
}	
}
.animated.bounceOut {
-webkit-animation-name: bounceOut;
-moz-animation-name: bounceOut;
-o-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-1080px);
}
}
@-moz-keyframes bounceOutUp {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(20px);
}
100% {
opacity: 0;
-moz-transform: translateY(-1080px);
}
}
@-o-keyframes bounceOutUp {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(20px);
}
100% {
opacity: 0;
-o-transform: translateY(-1080px);
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-1080px);
}
}
.animated.bounceOutUp {
-webkit-animation-name: bounceOutUp;
-moz-animation-name: bounceOutUp;
-o-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(1080px);
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(-20px);
}
100% {
opacity: 0;
-moz-transform: translateY(1080px);
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(-20px);
}
100% {
opacity: 0;
-o-transform: translateY(1080px);
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(1080px);
}
}
.animated.bounceOutDown {
-webkit-animation-name: bounceOutDown;
-moz-animation-name: bounceOutDown;
-o-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes bounceOutLeft {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes bounceOutLeft {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.animated.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
-moz-animation-name: bounceOutLeft;
-o-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes bounceOutRight {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes bounceOutRight {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.animated.bounceOutRight {
-webkit-animation-name: bounceOutRight;
-moz-animation-name: bounceOutRight;
-o-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(200deg);
opacity: 0;
}
}
@-moz-keyframes rotateOut {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(200deg);
opacity: 0;
}
}
@-o-keyframes rotateOut {
0% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}
.animated.rotateOut {
-webkit-animation-name: rotateOut;
-moz-animation-name: rotateOut;
-o-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.animated.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
-moz-animation-name: rotateOutUpLeft;
-o-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.animated.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
-moz-animation-name: rotateOutDownLeft;
-o-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.animated.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
-moz-animation-name: rotateOutUpRight;
-o-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.animated.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
-moz-animation-name: rotateOutDownRight;
-o-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.animated.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.animated.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1080px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.animated.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.animated.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1080px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.animated.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -1080px, 0);
transform: translate3d(0, -1080px, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -1080px, 0);
transform: translate3d(0, -1080px, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animated.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animated.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animated.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 1080px, 0);
transform: translate3d(0, 1080px, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 1080px, 0);
transform: translate3d(0, 1080px, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.animated.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 1080px, 0);
transform: translate3d(0, 1080px, 0);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 1080px, 0);
transform: translate3d(0, 1080px, 0);
}
}
.animated.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
}
.animated.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
}
.animated.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -1080px, 0);
transform: translate3d(0, -1080px, 0);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -1080px, 0);
transform: translate3d(0, -1080px, 0);
}
}
.animated.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
100% { -webkit-transform: translateY(700px); opacity: 0; }
}
@-moz-keyframes hinge {
0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
100% { -moz-transform: translateY(700px); opacity: 0; }
}
@-o-keyframes hinge {
0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
100% { -o-transform: translateY(700px); opacity: 0; }
}
@keyframes hinge {
0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
100% { transform: translateY(700px); opacity: 0; }
}
.animated.hinge {
-webkit-animation-name: hinge;
-moz-animation-name: hinge;
-o-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% { opacity: 0; -webkit-transform: translateX(-3000px) rotate(-120deg); }
100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes rollIn {
0% { opacity: 0; -moz-transform: translateX(-3000px) rotate(-120deg); }
100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes rollIn {
0% { opacity: 0; -o-transform: translateX(-3000px) rotate(-120deg); }
100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
0% { opacity: 0; transform: translateX(-3000px) rotate(-120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.animated.rollIn {
-webkit-animation-name: rollIn;
-moz-animation-name: rollIn;
-o-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(3000px) rotate(120deg);
}
}
@-moz-keyframes rollOut {
0% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-moz-transform: translateX(3000px) rotate(120deg);
}
}
@-o-keyframes rollOut {
0% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-o-transform: translateX(3000px) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(3000px) rotate(120deg);
}
}
.animated.rollOut {
-webkit-animation-name: rollOut;
-moz-animation-name: rollOut;
-o-animation-name: rollOut;
animation-name: rollOut;
} @-webkit-keyframes lightSpeedIn {
0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-moz-keyframes lightSpeedIn {
0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-o-keyframes lightSpeedIn {
0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedIn {
0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.animated.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
-moz-animation-name: lightSpeedIn;
-o-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
-o-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
} @-webkit-keyframes lightSpeedOut {
0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-moz-keyframes lightSpeedOut {
0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-o-keyframes lightSpeedOut {
0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@keyframes lightSpeedOut {
0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
.animated.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
-moz-animation-name: lightSpeedOut;
-o-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
-webkit-animation-duration: 0.25s;
-moz-animation-duration: 0.25s;
-o-animation-duration: 0.25s;
animation-duration: 0.25s;
} @-webkit-keyframes wiggle {
0% { -webkit-transform: skewX(9deg); }
10% { -webkit-transform: skewX(-8deg); }
20% { -webkit-transform: skewX(7deg); }
30% { -webkit-transform: skewX(-6deg); }
40% { -webkit-transform: skewX(5deg); }
50% { -webkit-transform: skewX(-4deg); }
60% { -webkit-transform: skewX(3deg); }
70% { -webkit-transform: skewX(-2deg); }
80% { -webkit-transform: skewX(1deg); }
90% { -webkit-transform: skewX(0deg); }
100% { -webkit-transform: skewX(0deg); }
}
@-moz-keyframes wiggle {
0% { -moz-transform: skewX(9deg); }
10% { -moz-transform: skewX(-8deg); }
20% { -moz-transform: skewX(7deg); }
30% { -moz-transform: skewX(-6deg); }
40% { -moz-transform: skewX(5deg); }
50% { -moz-transform: skewX(-4deg); }
60% { -moz-transform: skewX(3deg); }
70% { -moz-transform: skewX(-2deg); }
80% { -moz-transform: skewX(1deg); }
90% { -moz-transform: skewX(0deg); }
100% { -moz-transform: skewX(0deg); }
}
@-o-keyframes wiggle {
0% { -o-transform: skewX(9deg); }
10% { -o-transform: skewX(-8deg); }
20% { -o-transform: skewX(7deg); }
30% { -o-transform: skewX(-6deg); }
40% { -o-transform: skewX(5deg); }
50% { -o-transform: skewX(-4deg); }
60% { -o-transform: skewX(3deg); }
70% { -o-transform: skewX(-2deg); }
80% { -o-transform: skewX(1deg); }
90% { -o-transform: skewX(0deg); }
100% { -o-transform: skewX(0deg); }
}
@keyframes wiggle {
0% { transform: skewX(9deg); }
10% { transform: skewX(-8deg); }
20% { transform: skewX(7deg); }
30% { transform: skewX(-6deg); }
40% { transform: skewX(5deg); }
50% { transform: skewX(-4deg); }
60% { transform: skewX(3deg); }
70% { transform: skewX(-2deg); }
80% { transform: skewX(1deg); }
90% { transform: skewX(0deg); }
100% { transform: skewX(0deg); }
}
.animated.wiggle {
-webkit-animation-name: wiggle;
-moz-animation-name: wiggle;
-o-animation-name: wiggle;
animation-name: wiggle;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.animated.wiggle {
-webkit-animation-duration: 0.75s;
-moz-animation-duration: 0.75s;
-o-animation-duration: 0.75s;
animation-duration: 0.75s;
} .animated.fade {
-webkit-animation-name: fade;
-moz-animation-name: fade;
-o-animation-name: fade;
animation-name: fade;
}
@-webkit-keyframes fade {
0% { opacity: 1; }
100% { opacity: 0; }
}
@-moz-keyframes fade {
0% { opacity: 1; }
100% { opacity: 0; }
}
@-o-keyframes fade {
0% { opacity: 1; }
100% { opacity: 0; }
}
@keyframes fade {
0% { opacity: 1; }
100% { opacity: 0; }
}
.animated.appear {
-webkit-animation-name: appear;
-moz-animation-name: appear;
-o-animation-name: appear;
animation-name: appear;
}
@-webkit-keyframes appear {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-moz-keyframes appear {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-o-keyframes appear {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes appear {
0% { opacity: 0; }
100% { opacity: 1; }
}
.animated.spinner {
-webkit-animation-name: spinner;
-moz-animation-name: spinner;
-o-animation-name: spinner;
animation-name: spinner;
}
@-webkit-keyframes spinner {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spinner {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); }
}
@-o-keyframes spinner {
0% { -o-transform: rotate(0deg); }
100% { -o-transform: rotate(360deg); }
}
@keyframes spinner {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.animated.twirlIn {
-webkit-animation-name: twirlIn;
-moz-animation-name: twirlIn;
-o-animation-name: twirlIn;
animation-name: twirlIn;
}
@-webkit-keyframes twirlIn {
0% { -webkit-transform: rotate3d( 80,-70,10,180deg ); }
100% { -webkit-transform: rotate3d( 0,0,0,0deg ); }
}
@-moz-keyframes twirlIn {
0% { -moz-transform: rotate3d( 80,70,10,180deg ); }
100% { -moz-transform: rotate3d( 0,0,0,0deg ); }
}
@-o-keyframes twirlIn {
0% { -o-transform: rotate3d( 80,70,10,180deg ); }
100% { -o-transform: rotate3d( 0,0,0,0deg ); }
}
@keyframes twirlIn {
0% { transform: rotate3d( 0,0,0,0deg ); }
100% { transform: rotate3d( 80,70,10,180deg ); }
}
.animated.twirlOut {
-webkit-animation-name: twirlOut;
-moz-animation-name: twirlOut;
-o-animation-name: twirlOut;
animation-name: twirlOut;
}
@-webkit-keyframes twirlOut {
0% { -webkit-transform: rotate3d( 0,0,0,0deg ); }
100% { -webkit-transform: rotate3d( 80,-70,10,180deg );  }
}
@-moz-keyframes twirlOut {
0% { -moz-transform: rotate3d( 0,0,0,0deg ); }
100% { -moz-transform: rotate3d( 80,70,10,180deg ); }
}
@-o-keyframes twirlOut { 
0% { -o-transform: rotate3d( 0,0,0,0deg ); }
100% { -o-transform: rotate3d( 80,70,10,180deg ); }
}
@keyframes twirlOut { 
0% { transform: rotate3d( 0,0,0,0deg ); }
100% { transform: rotate3d( 80,70,10,180deg ); }
}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
margin-left: 0.5em;
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 img.ajax-loader {
border: none;
vertical-align: middle;
margin-left: 4px;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}@font-face {
font-family: 'revicons';
src: url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888);
src: url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/font/revicons.woff?5510888) format('woff'),
url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/font/revicons.ttf?5510888) format('truetype'),
url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/font/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .tp-static-layers				{	position:absolute; z-index:505; top:0px;left:0px}
.tp-caption .frontcorner		{
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 0px solid transparent;
border-top: 40px solid #00A8FF;
position: absolute;left:-40px;top:0px;
}
.tp-caption .backcorner		{
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 40px solid transparent;
border-bottom: 40px solid #00A8FF;
position: absolute;right:0px;top:0px;
}
.tp-caption .frontcornertop		{
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 0px solid transparent;
border-bottom: 40px solid #00A8FF;
position: absolute;left:-40px;top:0px;
}
.tp-caption .backcornertop		{
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 40px solid transparent;
border-top: 40px solid #00A8FF;
position: absolute;right:0px;top:0px;
}
.tp-layer-inner-rotation			{	position: relative !important;} img.tp-slider-alternative-image	{	width:100%; height:auto;} .rev_slider_wrapper{
position:relative;
}
.rev_slider_wrapper >ul	{
visibility:hidden;
}
.rev_slider{
position:relative;
overflow:visible;
}
.rev_slider img{
max-width:none !important;
-moz-transition: none 0;
-webkit-transition: none 0;
-o-transition: none 0;
transition: none 0;
margin:0px;
padding:0px;
border-width:0px;
border:none;
}
.rev_slider .no-slides-text{
font-weight:bold;
text-align:center;
padding-top:80px;
}
.rev_slider >ul{
margin:0px;
padding:0px;
list-style: none !important;
list-style-type: none;
background-position:0px 0px;
}
.rev_slider >ul >li,
.rev_slider >ul >li:before{
list-style:none !important;
position:absolute;
visibility:hidden;
margin:0px !important;
padding:0px !important;
overflow-x: visible;
overflow-y: visible;
list-style-type: none !important;
background-image:none;
background-position:0px 0px;
text-indent: 0em;
}
.tp-revslider-slidesli,
.tp-revslider-mainul	{	padding:0 !important; margin:0 !important; list-style:none !important;}
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before {
list-style:none;
padding:0 !important;
margin:0 !important;
list-style:none !important;
overflow-x: visible;
overflow-y: visible;
background-image:none
}
.tp-simpleresponsive >ul li{
list-style:none;
position:absolute;
visibility:hidden;
}
.rev_slider .tp-caption,
.rev_slider .caption { position:absolute;  visibility:hidden; white-space: nowrap}
.tp-simpleresponsive img	{	max-width:none} .tp-caption { z-index:1}
.tp_inner_padding	{	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
max-height:none !important;	}
.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {max-width: none !important}  .noFilterClass {
filter:none !important;
}  .tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}
.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}
.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}
.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.html5vid.videoisplaying .tp-poster	{	display: none}
.tp-video-play-button		{	background:#000;
background:rgba(0,0,0,0.3);
padding:5px;
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
position: absolute;
top: 50%;
left: 50%;
font-size: 40px;
color: #FFF;
z-index: 3;
margin-top: -27px;
margin-left: -28px;
text-align: center;
cursor: pointer;
}
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.html5vid .tp-revstop							{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.html5vid .tp-revstop							{	display:none}
.html5vid.videoisplaying .revicon-right-dir		{	display:none}
.html5vid.videoisplaying .tp-revstop			{	display:block}
.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button 			{ display:block}
.fullcoveredvideo .tp-video-play-button	{	display:none !important}
.tp-video-controls {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 5px;
opacity: 0;
-webkit-transition: opacity .3s;
-moz-transition: opacity .3s;
-o-transition: opacity .3s;
-ms-transition: opacity .3s;
transition: opacity .3s;
background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.13, rgb(0,0,0)),
color-stop(1, rgb(50,50,50))
);
display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.tp-caption:hover .tp-video-controls {
opacity: .9;
}
.tp-video-button {
background: rgba(0,0,0,.5);
border: 0;
color: #EEE;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
cursor:pointer;
line-height:12px;
font-size:12px;
color:#fff;
padding:0px;
margin:0px;
outline: none;
}
.tp-video-button:hover {
cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }
.tp-video-seek-bar-wrap	{	width:80%}
.tp-video-vol-bar-wrap	{	width:20%}
.tp-volume-bar,
.tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}  .tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3_white.png)}  .fullscreen-container {
width:100%;
position:relative;
padding:0;
}
.fullwidthbanner-container{
width:100%;
position:relative;
padding:0;
overflow:hidden;
}
.fullwidthbanner-container .fullwidthabanner{
width:100%;
position:relative;
} .tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ } .tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption { position:absolute;
-webkit-font-smoothing: antialiased !important;
} .tp-bannershadow  {
position:absolute;
margin-left:auto;
margin-right:auto;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.tp-bannershadow.tp-shadow1 {	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:30px; bottom:-30px}
.tp-bannershadow.tp-shadow2 {	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px} .tp-button{
padding:6px 13px 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height:30px;
cursor:pointer;
color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
text-decoration:none;
}
.tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/images/gradient/g40.png) repeat-x top}
.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px}  .tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }
.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}
.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}
.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}
.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}
.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}  .tpclear								{	clear:both}
.tp-bullets								{	z-index:1000; position:absolute;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
-webkit-transform: translateZ(5px);
}
.tp-bullets.hidebullets					{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
.tp-bullets.simplebullets.navbar-old					{ 	 background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}
.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px} .tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px} .tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px} .tp-bullets.simplebullets.navbar .bullet				{	cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar .bullet.first			{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last			{	margin-right:0px !important} .tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; } .tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
-webkit-transform: translateZ(1000px);
-webkit-transform-style: preserve-3d;
}
.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}
.tparrows.hidearrows									{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat top left;	width:40px;	height:40px;   }
.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/small_left.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/small_right.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}
.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}
.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}
.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}
.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }
.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}
.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}
.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat 0 0;	width:40px;	height:40px;
}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat 0 0;	width:40px;	height:40px;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; } .tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
width:500px;height:50px; margin-top:-50px;
vertical-align: top;
}
.tp-bullets.tp-thumbs img					{	vertical-align: top}
.fullwidthbanner-container .tp-thumbs		{  padding:3px}
.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px; overflow:hidden; position:relative}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}
.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
.tp-thumbs img								{	width:100%; } .tp-bannertimer								{	visibility: hidden; width:100%; height:5px; background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}  .tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }
.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa; }
.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}
.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
}
.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.tparrows.preview1,
.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.tparrows.preview1,
.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
.tparrows.preview1,
.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
} .tp-bullets.preview1 						{ 	height: 21px; }
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
position: relative !important;
background: rgba(0, 0, 0, 0.15) !important; -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 5px !important;
height: 5px !important;
border: 8px solid rgba(0, 0, 0, 0) !important;
display: inline-block;
margin-right: 5px !important;
margin-bottom: 0px !important;
-webkit-transition: background-color 0.2s, border-color 0.2s;
-moz-transition: background-color 0.2s, border-color 0.2s;
-o-transition: background-color 0.2s, border-color 0.2s;
-ms-transition: background-color 0.2s, border-color 0.2s;
transition: background-color 0.2s, border-color 0.2s;
float:none !important;
box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #aaa !important;
width: 5px !important;
height: 5px !important;
border: 8px solid rgba(255, 255, 255, 1) !important;
} .tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;
border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
overflow:hidden;
-webkit-transition: -webkit-transform 1.3s;
-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
transition: width 0.3s, background-color 0.3s, opacity 0.3s;
backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px; }
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px; }
.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
white-space: nowrap;
color: #000;
text-transform: uppercase;
font-weight: 400;
font-size: 14px;
line-height: 60px;
padding:0px 10px;
}
.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
transform: translateX(0px);
visibility: visible;
position: absolute;
} .tp-bullets.preview2 						{ 	height: 17px; }
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
position: relative !important;
background: rgba(0, 0, 0, 0.5) !important;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 6px !important;
height: 6px !important;
border: 5px solid rgba(0, 0, 0, 0) !important;
display: inline-block;
margin-right: 2px !important;
margin-bottom: 0px !important;
-webkit-transition: background-color 0.2s, border-color 0.2s;
-moz-transition: background-color 0.2s, border-color 0.2s;
-o-transition: background-color 0.2s, border-color 0.2s;
-ms-transition: background-color 0.2s, border-color 0.2s;
transition: background-color 0.2s, border-color 0.2s;
float:none !important;
box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: rgba(255, 255, 255, 1) !important;
width: 6px !important;
height: 6px !important;
border: 5px solid rgba(0, 0, 0, 1) !important;
}
.tp-arr-titleholder.alwayshidden			{	display:none !important}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
} .tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat; }
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000; }
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }
.tparrows.preview3 .tp-arr-iwrapper			{
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
display: table;min-height:90px;top:-10px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
position:relative;top:0px; }
.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}
.tparrows.preview3:hover .tp-arr-iwrapper	{
-webkit-transform: scale(1,1);
transform: scale(1,1);
} .tp-bullets.preview3 						{ 	height: 17px; }
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
position: relative !important;
background: rgba(0, 0, 0, 0.5) !important;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 6px !important;
height: 6px !important;
border: 5px solid rgba(0, 0, 0, 0) !important;
display: inline-block;
margin-right: 2px !important;
margin-bottom: 0px !important;
-webkit-transition: background-color 0.2s, border-color 0.2s;
-moz-transition: background-color 0.2s, border-color 0.2s;
-o-transition: background-color 0.2s, border-color 0.2s;
-ms-transition: background-color 0.2s, border-color 0.2s;
transition: background-color 0.2s, border-color 0.2s;
float:none !important;
box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: rgba(255, 255, 255, 1) !important;
width: 6px !important;
height: 6px !important;
border: 5px solid rgba(0, 0, 0, 1) !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.tparrows.preview3:after,
.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px; }
}
@media only screen  and (max-width: 767px) {
.tparrows.preview3:after,
.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
} .tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
}
.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }
.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}
.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}
.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
position:relative;top:0px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
position:absolute;top:0px; left:180px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}
.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
background: #000;
color: #FFF;
text-transform: uppercase;
white-space: nowrap;
letter-spacing: 1px;
font-weight: 700;
font-size: 11px;
line-height: 2.75;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
}
.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}
@media only screen and (min-width: 768px)  {
.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}
.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
}
} .tp-bullets.preview4 						{ 	height: 17px; }
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
position: relative !important;
background: rgba(0, 0, 0, 0.5) !important;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 6px !important;
height: 6px !important;
border: 5px solid rgba(0, 0, 0, 0) !important;
display: inline-block;
margin-right: 2px !important;
margin-bottom: 0px !important;
-webkit-transition: background-color 0.2s, border-color 0.2s;
-moz-transition: background-color 0.2s, border-color 0.2s;
-o-transition: background-color 0.2s, border-color 0.2s;
-ms-transition: background-color 0.2s, border-color 0.2s;
transition: background-color 0.2s, border-color 0.2s;
float:none !important;
box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: rgba(255, 255, 255, 1) !important;
width: 6px !important;
height: 6px !important;
border: 5px solid rgba(0, 0, 0, 1) !important;
}
@media only screen  and (max-width: 767px) {
.tparrows.preview4 						{	width:20px; height:80px}
.tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}
.tparrows.preview1 .tp-arr-allwrapper,
.tparrows.preview2 .tp-arr-allwrapper,
.tparrows.preview3 .tp-arr-allwrapper,
.tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
}  .tp-simpleresponsive img {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
} .caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat}
.tp-caption.slidelink a span	{	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat} .tp-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
.tp-loader.spinner0 {
width: 40px;
height: 40px;
background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat center center;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.tp-loader.spinner5 	{	background:url(//eurekaag.com.au/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes tp-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.tp-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
0% { -webkit-transform: scale(0.0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes tp-scaleout {
0% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
opacity: 0;
}
}
.tp-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
-webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
animation: tp-bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 40% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.tp-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
-webkit-animation: tp-rotate 2.0s infinite linear;
animation: tp-rotate 2.0s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
-webkit-animation: tp-bounce 2.0s infinite ease-in-out;
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.tp-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes tp-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes tp-bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}