@charset "utf-8";
@charset "UTF-8";
/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #555;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.428571429;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  color: #363636;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}

.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
	color: #959595; 
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #555;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #555;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #555;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
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;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #959595;
  outline: 0;
  background-color: #fffeef;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.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;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #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-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-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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.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;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  line-height: 20px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 500;
  letter-spacing: 0.75px;
  border-radius: 0 !important;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #555;
  text-decoration: none;
}
.btn:active,
.btn.active {
  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,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #555;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #555;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary .badge {
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  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 {
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
}
.btn-sm {
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.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%;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.tooltip.fade.in {
  opacity: 1;
}
.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,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  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-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  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-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}

/* table (for demo)
================================================== */
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ebebeb;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ebebeb;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ebebeb;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ebebeb;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.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;
}

/*------------------------------------------------------------------
[Table of contents]

1. Reset
2. Header / #header
3. Breadcrumb / #title-breadcrumb
4. Blog / .blog-post
5. Footer / #footer
6. Widget / .widget
7. Shortcodes
8. Visual Composer Elements
9. VC Featured Modules / .featured-module
10. VC Module / .lpd-module
11. VC Multi Module / .mm_module
12. VC Counter / .counter-circular
13. VC Post Widget / .lpd-portfolio-item
14. VC About Widget / .team-widget-item
15. VC Testimonial / .vc_lpd_testiomonial
16. VC Meta Block / .meta-block
17. VC Item Icon / .iconitem
18. VC Callout / .callout
19. VC Callout 2 / .vc_callout2
20. VC Meta Container / .lpd-meta-container
21. VC LPD Header / .lpd-header
22. VC Triangle Element / .lpd-triangle-element
23. VC LPD Banner / .lpd-banner
24. VC Mega Header 2 / .lpd-mega-header2
25. VC Product Carousel / .lpd-products.owl-carousel
26. VC Multi Slider / .mi-slider
27. Owl Carousel / .owl-carousel
28. Portfolio Post
29. Team Post
30. Search/404 Page
31. Wordpress Core
32. VC Front Editor
33. VC Ultimate Addons
34. Logo Carousel / .at_logo_carousel
35. Shop Assistant / .woocommerce-shop-assistant
36. Sliding Panel / .sss-sidebar-wrapper
37. Adding text above Aluminijske felge category

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. Reset
-------------------------------------------------------------------*/
#main{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
#body-wrap{
	overflow: hidden;
}
.boxed #header,
.boxed #title-breadcrumb,
.boxed #main,
.boxed #footer-top,
.boxed #footer{
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer-top,
	.boxed #footer{
		width: 780px;
	}
}
@media (min-width: 992px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer-top,
	.boxed #footer{
		width: 1000px;
	}	
}
@media (min-width: 1200px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer-top,
	.boxed #footer{
		width: 1200px;
	}	
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
.sidebar{
	margin-bottom: 40px;
}
.single-product .sidebar{
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	/*.left-sidebar-template .page-content .product,*/
	.left-sidebar-template .page-content.shop-product-post .product,
	.left-sidebar-template .page-content{
		float: right !important;
	}
}
.inner-page{
	padding-top: 40px;
}
.post-type-archive-product .inner-page,
.tax-product_cat .inner-page,
.tax-product_tag .inner-page{
	padding-top: 20px;
}
.no-shop-title.inner-page{
	padding-top: 0;
}
.page-content{
	margin-bottom: 40px;
}
.page-content.shop-taxo-page{
	margin-bottom: 20px;
}
.page-content-no-margin{
	margin-bottom: 0 !important;
}
.no-margin-element{
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.lpd-sidebar-page{
		padding-right: 60px;
	}
	.left-sidebar-template .lpd-sidebar-page{
		padding-left: 60px;
		padding-right: inherit;
	}
}
.deco-sep-line-200{
	height: 3px;
	width: 200px;
	display: inline-block;
	margin: 0 0 17px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
}
.deco-sep-line-150{
	height: 3px;
	width: 150px;
	display: inline-block;
	margin: 0 0 17px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
}
.deco-sep-line-100{
	height: 3px;
	width: 100px;
	display: inline-block;
	margin: 0 0 17px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
}
.deco-sep-line-50{
	height: 3px;
	width: 50px;
	display: inline-block;
	margin: 0 0 17px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
}
.dark_bg .deco-sep-line-50,
.dark_bg .deco-sep-line-100,
.dark_bg .deco-sep-line-150,
.dark_bg .deco-sep-line-200{
	border-color: rgba(255,255,255,0.3);
}
.menu-item .label{
	margin: 0 0 0 5px;
	padding: 0.1em 0.4em 0.15em;
	font-weight: inherit;
}
.lpd-heading-title{
	font-size: 18px;
	position: relative;
	line-height: 20px;
	margin: 20px 0;
}
.lpd-heading-title:before{
	content: "";
	top: 10px;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.lpd-heading-title span{
	display: table;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.lpd-heading-title span.left{
    margin: 0 auto 0 10px;
}
.lpd-animated-link a{ 
	transition: all 0.15s ease-in 0s;
}
.menu3dmega .content.menu-bottom-background{
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu3dmega .content.menu-right-background{
	padding-bottom: 100px;
	padding-right: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu3dmega .content.menu-bottom-background-200{
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu3dmega .content.menu-right-background-200{
	padding-bottom: 100px;
	padding-right: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.halflings.lpd-halflings-icon{
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	padding-left: 20px;
	vertical-align: top;
}
.halflings.lpd-halflings-icon:before{
	color: #555;
	top: 3px;
}
.meta-block .halflings.lpd-halflings-icon:before{
	color: inherit;
}
.page-header-image{
	background-color: transparent;
	background-size: cover !important;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat;
}
.page-header-image-repeat{
	background-color: transparent;
	background-repeat: repeat;
}
/*------------------------------------------------------------------
2. Header #header
-------------------------------------------------------------------*/
#header{
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.header-top{
	position: relative;
	min-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-top.header-meta-dark-bg{
	color: rgba(255, 255, 255, 0.7);
	border-bottom-color: rgba(255, 255, 255, 0.1);
}
.header-top.header-top-pattern-bg{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/header-meta-pattern-1.png);
}
.header-top.header-meta-dark-bg.header-top-pattern-bg{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/footer-meta-pattern.png);
}
.header-top.triangle-element:before{
	content: "";
	bottom: -8px;
	left: 50%;
	position: absolute;
	height: 20px;
	width: 20px;
	display: block;
	z-index: 4;
    transform:rotate(45deg);
    margin-left: -11px
}
.meta-menu{
	display: block;
	padding: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 0;
}
.header-meta-dark-bg .meta-menu{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.meta-menu a{
	color: #555;
}
.header-meta-dark-bg .meta-menu a{
	color: rgba(255, 255, 255, 0.7);
}
.header-meta-dark-bg .meta-menu a:hover{
	color: #fff;
}
.left-meta-menu{
	float: left;
}
.right-meta-menu{
	float: right;
}
.meta-menu li:first-child{
	border-left: none !important;
}
.meta-menu li{
	display: inline-block;
	padding: 0 6px 0 8px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.header-meta-dark-bg .meta-menu li{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-meta{
	padding: 10px 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.header-meta-dark-bg .custom-meta{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.left-custom-meta{
	float: left;
}
.right-custom-meta{
	float: left;
}
.header-top .picons_social{
	float: left;
	padding: 0 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.header-meta-dark-bg.header-top .picons_social{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
	.custom-meta,
	.meta-menu,
	.header-top .picons_social{
		display: block;
		border: 1px solid rgba(0, 0, 0, 0.08) !important;
		border-bottom: none !important;
		float: none;
	}
	.header-meta-dark-bg .custom-meta,
	.header-meta-dark-bg .meta-menu,
	.header-meta-dark-bg.header-top .picons_social{
		border-color:  rgba(255, 255, 255, 0.1) !important;
	}
}
.header-top .picons_social.picons_social_hide_border_left{
	border-left: none;
}
.header-top .picons_social.picons_social_hide_border_right{
	border-right: none;
}
.header-top .picons_social{
	height: 40px;
}
.header-top .picons_social .icon{
	display: inline-block;
	opacity: 0.24;
	filter: alpha(opacity=24);
}
.header-top .picons_social .icon:hover{
	opacity: 0.33;
	filter: alpha(opacity=33);
}
.header-top .dark-bg .picons_social .icon{
	display: inline-block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.header-top .dark-bg .picons_social .icon:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.meta_colored_icons.picons_social .icon{
	height: 30px;
	background-position: center center;
	background-color: #fff;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	border-radius:50%;
	border: 3px solid;
	margin: 5px 0;
	transition: all .3s ease;
}
@media (min-width: 992px) {
	.right-meta-menu{
		float: right;
		margin-left: 0;
	}
	.right-custom-meta{
		float: right;
	}
	.header-top .left_header_meta .picons_social{
		float: left;
	}
	.header-top .right_header_meta .picons_social{
		float: right;
	}
}
.header-middle{
	position: relative;
	z-index: 4;
	padding: 20px 0;
}
@media (min-width: 992px) {
	.header-middle{
		padding: 40px 0;
	}
}
#logo{
	display: table;
	margin: 0 auto !important;
	padding: 10px 0;
	text-align: center;
}
.lpd-new-header #logo{
	float: left;
}	
@media (min-width: 992px) {
	#logo{
		float: left;
		margin: 0;
		padding: 0 40px 0 0;
		display: table-cell;
		text-align: inherit;
	}
	.lpd-new-header #logo{
		margin-right: 10px;
	}	
}
@media (max-width: 767px) {
	.lpd-new-header #logo{
		float: none;
	}
}
#logo h1{
	margin: 0;
	line-height: 40px;
}
#logo h5{
	margin: 0;
	line-height: 20px;
}
.header-middle-search{
	display: table;
	margin: 0 auto;
	padding: 10px 0;
}
.lpd-new-header .header-middle-search{
	float:right;
}
@media (max-width: 767px) {
	.lpd-new-header .header-middle-search{
		float: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-middle-search.visible-xs.visible-sm{
		display: table !important;
	}
}
@media (max-width: 767px) {
	.visible-sm.visible-xs {
		display: table !important;
	}
}
@media (min-width: 992px) {
	.header-middle-search{
		float: right;
		margin: 10px 0 0 20px;
		display: table-cell;
	}
}
.header-middle-search form{
	padding: 4px 0;
}
.header-middle-search input{
	width: 190px;
	display: inline-block;
	vertical-align: top;
}
.header-middle-search input:focus{}
.header-middle-search .search-btn{
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: top;
	border: none;
	border-radius:16px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-018_zoom_find_search_magnifying_glass.png);
	background-position: 8px;
	background-repeat: no-repeat;
}
.header-content-wrap{
	text-align: center;
	padding: 10px 0;
}
@media (min-width: 992px) {
	.header-content-wrap{
		text-align: inherit;
		padding: 0;
	}
}
.header-middle .picons_social{
	display: table;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.header-middle .picons_social{
		float: right;
		margin: 0;
		display: table-cell;
		padding: 20px 0 10px;
	}
}
.header-middle .picons_social{
	height: 70px;
}
.header-middle .picons_social .icon{
	display: inline-block;
	opacity: 0.24;
	filter: alpha(opacity=24);
}
.header-middle .picons_social .icon:hover{
	opacity: 0.33;
	filter: alpha(opacity=33);
}
.header-content{
	vertical-align: top;
	display: inline-block;
	text-align: left;
}
@media (min-width: 992px) {
	.header-content{
		padding: 0 39px 0 20px;
	}
}
.custom-header-container.header-content,
.booking_cont.header-content{
	margin-left: 20px;
}
@media (min-width: 992px) {
	.custom-header-container.header-content,
	.booking_cont.header-content{
		margin-left: 0px;
	}	
}
.phone-work-hours.header-content{
	padding-left: 0;
}
.phone-work-hours td{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
.phone-work-hours td.phone-numbers{
	padding-left: 60px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-323_phone_telephone_call_wire.png);
	background-repeat: no-repeat;
	background-position: 18px 24px;
	border-left: 1px solid #ebebeb;
}
.phone-work-hours td.first-work-hours{
	padding-left: 60px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-248_open_shop_store.png);
	background-repeat: no-repeat;
	background-position: 18px 24px;
	border-left: 1px solid #ebebeb;
}
.work-hours{
	color: #959595;
}
.work-hours.first-work-hours{
	color: inherit;
}
.header-content a{
	color: #555;
}
.custom-header-container,
.booking_cont{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-left: 1px solid #ebebeb;
}

.booking_cont{
	padding-left: 60px !important;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-023_calendar_date.png);
	background-repeat: no-repeat;
	background-position: 18px 24px;
}
.booking_cont_type2{
	position: relative;
	padding-left: 65px !important;
}
.booking_cont_type2:before{
	content: "";
	top: 20px;
	left: 15px;
	position: absolute;
	height: 40px;
	width: 40px;
	display: block;
	z-index: 1;
	border-radius:5px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-024_calendar_date-1.png);
}

@media only screen and (min-width: 320px) and (max-width: 479px){
	.phone-numbers, .phone-work-hours tr{
		display: block;
	}
	.custom-header-container, .booking_cont,
	.phone-work-hours td.work-hours,
	.phone-work-hours td.first-work-hours,
	.phone-work-hours td.phone-numbers{
		border-left: none;
		border-top: 1px solid #ebebeb;
	}
    .booking_cont{
        display:table;
        margin: 0 auto !important;
    } 
}
.header-middle-logo-center .header-content-wrap{
	display: block;
	float: none;
	width: 100%;
}
@media (min-width: 992px) {
	.header-middle-logo-center .header-content-wrap{
		float: left;
		width: 33%;	
	}	
}
.header-middle-logo-center #logo{
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
@media (min-width: 992px) {
	.header-middle-logo-center #logo{
		float: left;
		width: 33%;
		margin: 0;
		padding: 0;
	}	
}
.header-middle-logo-center .header-middle-logo-center-right-conteiner{
	display: block;
	float: none;
	width: 100%;	
}
@media (min-width: 992px) {
	.header-middle-logo-center .header-middle-logo-center-right-conteiner{
		float: left;
		width: 33%;	
	}
}
.header-middle-logo-center .phone-work-hours{
	margin-left: -20px;
}
.header-middle-logo-center .phone-work-hours td:first-child{
	border: none;
}
.header-bottom{
	min-height: 50px;
	width: 100%;
	position: relative !important;
	z-index: 3;
	border-top: 1px solid #ebebeb;
}
.header-bottom-wrap{
	width: 100%;
	top: -50px;
	min-height: 50px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.09);
	background-color: #fff; 
	transition: all 0.15s ease-in 0s;
}
.header-bottom-wrap.affix {
	position: inherit;
}
@media (max-width: 767px) {
	.header-bottom{
		min-height: 44px;
	}
}
@media (min-width: 768px) {
	.header-bottom-wrap.affix {
	    position: fixed;
	    left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
	}
	.admin-bar .header-bottom-wrap.affix {
	    padding-top: 32px;
	}
	.affix .header-bottom-wrap.affix{
	    top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}
}
.theme-header{
	width: 100%;
	position: relative !important;
	z-index: 3;
	min-height: 140px;
}
.theme-header-wrap{
	width: 100%;
	top: -140px;
	min-height: 140px;
	background-color: #fff; 
	transition: all 0.15s ease-in 0s;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.theme-header-wrap.affix {
	position: inherit;
}
@media (min-width: 992px) {
	.theme-header-wrap.affix {
	    position: fixed;
	    left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
	}
	.admin-bar .theme-header-wrap.affix {
	    padding-top: 32px;
	}
	.affix .theme-header-wrap.affix{
	    top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}
}
.theme-header.affix{
	min-height: 80px;
}
.theme-header-wrap.affix{
	min-height: 80px;
	border: none;
}
.theme-header .affix #logo{
	padding: 10px 9px;
	max-height: 80px;
	min-height: 100%;
}
.theme-header .affix #logo img{
	max-height: 60px;
}
.theme-header .affix #logo h1{
	margin: 0px !important;
}
.theme-header.lpd-new-header .affix .menu3dmega > ul > li > a,
.theme-header.lpd-new-header .affix .menu3dmega > ul > li > span{
	padding: 30px 15px;
}
.theme-header.lpd-new-header .affix .header-search a.search-icon{
	min-height: 80px;
}
.theme-header.lpd-new-header .affix .lpd-shopping-cart{
	top: 8px;
}
.theme-header.lpd-new-header .affix .active-dropdown .search-dropdown,
.theme-header.lpd-new-header .affix .header-search:hover .search-dropdown{
	top: 81px;
}
.header-bottom-search{
	position: relative;
	z-index: 4;
}
.header-search{
	display: block;
	position: relative;
}
.header-search a.search-icon{
	display: block;
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-019_zoom_find_search_magnifying_glass.png) !important;
	background-position: 12px;
	background-repeat: no-repeat !important;
	opacity: 1;
	filter: alpha(opacity=100);
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.header-search a.search-icon:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.lpd-new-header .header-search a.search-icon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-019_zoom_find_search_magnifying_glass_1.png) !important;
	background-position: center center;
}
.search-icon.sep-line:before{
	content: "";
	top: 10px;
	right: 0;
	position: absolute;
	height: 20px;
	width: 1px;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.search-dropdown{
	position: absolute;
	top: 50px;
	left: 0;
	display: block;
	visibility: hidden;
	float: left;
	width: 100%;
	height: 40px;
	background-clip: padding-box;
	color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all .3s ease .2s;
}
.lpd-new-header .search-dropdown{
	top: auto;
	bottom: -51px;
}
.lpd-new-header .header-bottom-search-type-2 .search-dropdown{
	top: auto;
	bottom: -91px;
}
.search-dropdown-full-width{
	margin: 0 -15px;
	height: 41px;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	border-top: 1px solid #ebebeb;
}
.lpd-new-header .search-dropdown-full-width{
	border-top: none;
}
.boxed .search-dropdown-full-width{
	margin: 0 -30px !important;
}
.active-dropdown .search-dropdown,
.header-search:hover .search-dropdown{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 50px;
	visibility: visible;
}
.lpd-new-header .active-dropdown .search-dropdown,
.lpd-new-header .header-search:hover .search-dropdown{
	top: auto;
	bottom: -51px;
}
.lpd-new-header .header-bottom-search-type-2 .active-dropdown .search-dropdown,
.lpd-new-header .header-bottom-search-type-2 .header-search:hover .search-dropdown{
	top: auto;
	bottom: -91px;
}
.search-dropdown form input{
	text-align: center;
	border: none;
	height: 40px;
	padding: 10px;
	background-color: rgba(255,255,255,0.75);
	font-size: 14px;
}
.search-dropdown form input.form-control:focus {
	background-color: rgba(255,254,239,0.75);
}
.header-bottom-search-type-2 .search-dropdown{
	height: 80px;
}
.header-bottom-search-type-2 .search-dropdown-full-width{
	background-color: rgba(255,255,255,0.7);
	padding-top: 20px;
	padding-bottom: 20px;
	height: 80px;
}
.header-bottom-search-type-2 form{
	position: relative;
}
.header-bottom-search-type-2 .search-dropdown form input{
	text-align: inherit;
}
.header-bottom-search-type-2 form button{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	padding-left: 24px !important;
	padding-right: 24px !important;
}
.email-container{
	float: right;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-012_mail_envelope_email_sent.png);
	background-position: 12px;
	background-repeat: no-repeat;
	padding: 15px 10px 15px 40px;
	position: relative;
	z-index: 2;
}
.email-container-hide-border{
	border-right: none;	
}
.email-container a{
	color:#555;
}
@media (max-width: 991px) {
	.header-middle-logo-center-right-conteiner .email-container.visible-xs.visible-sm{
		border: 1px solid #ebebeb;
		float: none;
		display: table !important;
		margin: 0 auto;
	}
}
.lpd-new-header .header-bottom-search,
.lpd-new-header .header-search{
	position: static;
}
.lpd-new-header .header-search a.search-icon{
	float: left;
	border: none;
	min-height: 140px;
	width: 76px;
	z-index: 3;
}
.lpd-shopping-cart{
	display: table;
	margin: 10px auto;
	position: relative;
	padding: 10px;
	border: 3px solid #e1e1e1;
}
.lpd-new-header .lpd-shopping-cart{
	z-index: 4;
	margin: 0;
	margin-left: 100px;
	float: right;
	transition: all .3s ease .1s;
	border: 1px solid #ebebeb;
}
.lpd-new-header .lpd-shopping-cart:hover{
	border: 1px solid #ccc;
}
@media (max-width: 767px) {
	.lpd-new-header .lpd-shopping-cart{
		float: none;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.lpd-shopping-cart{
		float: right;
		padding: 20px 0 10px;
		display: table-cell;
		border: none;
		margin: 0 0 0 20px;
	}
	.lpd-new-header .lpd-shopping-cart{
		position: absolute;
		right: 15px;
		top: 35px;
		background-color: #fff;
		padding: 10px 10px 10px 20px;
		margin: 0;
	}
}
.cart-button{
	text-decoration: none !important;
	color: #555;
}
.cart-button-total{
	float: left;
	text-transform: uppercase;
	padding: 10px 0;
}
@media (max-width: 1199px) {
	.lpd-new-header .lpd-shopping-cart{
		padding: 10px 10px 10px 0;
	}
	.lpd-new-header .cart-button-total{
		display: none;
	}
}
@media (max-width: 991px) {
	.lpd-new-header .lpd-shopping-cart{
		padding: 10px;
	}
}
.cart-icon{
	float: left;
}
.cart-icon{
	position: relative;
}
.cart-icon .icon{
	position: relative;
	margin: 1px 8px 0 10px;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-133_shopping_cart_store_basket_purchase.png);
	background-repeat: no-repeat;
	background-position: 4px;
	z-index: 1;
}
.cart-icon .count{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	font-size: 11px;
	min-height: 22px;
	min-width: 22px;
	border: 1px solid #555;
	text-align: center;
	border-radius:12px;
	background-color: white;
	z-index: 9;
}
.lpd-shopping-cart-style-2 .cart-icon .count{
	border: 2px solid;
	color: #fff;
	line-height: 18px;
}
.cart-dropdown{
	position: absolute;
	right: 0;
	top: 70%;
	display: block;
	visibility: hidden;
	float: left;
	width: 280px;
	padding: 10px;
	margin: 0 -1px 0 0;
	background-clip: padding-box;
	opacity: 0;
	filter: alpha(opacity=0);
	background: white;
	border: 5px solid #e1e1e1;
	box-shadow:0 0 10px rgba(0,0,0,0.07);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.07);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.07);
	margin-top: 7px;
	transition: all .3s ease .1s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.lpd-new-header .cart-dropdown{
	margin-top: 17px;
}
.cart-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #e1e1e1;
	position: absolute;
	top: -12px;
	right: 26px;
	margin-right: -10px;
}
.lpd-shopping-cart:hover .cart-dropdown{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
	visibility: visible;
}
.lpd-shopping-cart .total{
	min-height: 20px;
}
.lpd-shopping-cart .lpd-cart-total{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.lpd-shopping-cart .lpd-cart-total strong{
	float: left;
	color: #959595;
}
.lpd-shopping-cart .lpd-cart-total span{
	float: right;
	font-weight: 900;
	text-decoration: underline;
}
.lpd-cart-buttons{
	margin: 0;
}
.lpd-cart-list-thumbnail img{
	width: 50px;
	height: auto;
	margin-left: 0;
	margin-right: 10px;
	border: 1px solid #ebebeb;
	padding: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.lpd-cart-list-thumbnail,
.lpd-cart-list-content{
	float: left;
}
.lpd-cart-list-content{
	width: 190px;
}
.lpd-cart-list-meta .quantity{
	float: right;
}
.lpd-cart-buttons .btn{
	width: 100%;
	display: block;
}
.view-cart-btn{
	margin-bottom: 5px;
}
.lpd-cart-list-title a{
	font-weight: 900;
	color: #555;
	transition: all .15s;
}
.lpd-cart-list-meta .item-remove{
	color: #959595;
	text-decoration: line-through;
	font-size: 11px;
	text-transform: lowercase;
}
.lpd-cart-list-meta .item-remove:hover{
	text-decoration: none;
}
.lpd-cart-list-item{
	padding-bottom: 10px;
}
.lpd-cart-list-content .variation{
	margin: 0;
	font-size: 11px;
}
.lpd-cart-list-content .variation dt {
    clear: left;
    float: left;
    margin-right: 0.25em;
}
.lpd-cart-list-content .variation p{
	margin-bottom: 5px;
}
.lpd-shopping-cart-list .empty{
	margin: 0;
}
.lpd-shopping-cart a.cart-total{
	color: #555;
	text-align: center;
}
.lpd-shopping-cart .cart-total strong{
	display: block;
}
.wordpress-456repair .menu-item-language a,
.wordpress-456repair .submenu-languages,
.wordpress-456repair .submenu-languages li{
	display: inline-block;
}
.wordpress-456repair .submenu-languages li{
	background: none !important;
	padding: 0;
}
.wordpress-456repair .menu-item-language a{
	padding: 10px 20px;
	color: rgba(255, 255, 255, 0.9);
}
.wordpress-456repair .menu-item-language a:hover{
	color: #fff;
}
.wordpress-456repair .menu-item-language .iclflag{
	margin-right: 5px;
}
.wpml-switcher{
	display: block;
	float: right;
	position: relative;
	cursor: pointer;
	z-index: 4;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.header-top .wpml-switcher{
	border-color: rgba(0,0,0,0.08);
	z-index: 5;
}
.header-meta-dark-bg.header-top .wpml-switcher{
	border-color: rgba(255, 255, 255, 0.1);
}
.wpml-switcher.wpml_switcher_hide_border_left{
	border-left: none;
}
.wpml-switcher-hide-border{
	border-right: none;
}
.wpml-switcher > .current-lang{
	position: relative;
	float: left; 
	transition: all 0.15s ease-in 0s;
}
.wpml-switcher > .current-lang:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.wpml-switcher > .current-lang .icon{
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-130_world_globe_internation_region_language_earth.png);
	background-repeat: no-repeat;
	background-position: 12px;
	z-index: 1;
}
.header-top .wpml-switcher > .current-lang .icon{
	width: auto;
	height: auto;
	padding: 10px 15px 10px 49px;
	background-position: 15px;
	text-transform: uppercase;
	font-size: 12px;
}
.header-meta-dark-bg.header-top .wpml-switcher > .current-lang .icon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-130_world_globe_internation_region_language_earth-1.png);
}
.wpml-switcher > .current-lang .language_code{
	position: absolute;
	display: block;
	top: 8px;
	right: 8px;
	font-size: 10px;
	min-height: 20px;
	min-width: 20px;
	line-height: 18px;
	border: 1px solid #555;
	text-align: center;
	border-radius:50%;
	background-color: white;
	z-index: 9;
	text-transform: uppercase;
}
.ws-dropdown{
	display: inline-block;
}
.ws-dropdown ul{
	padding: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
.ws-dropdown ul li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.ws-dropdown ul li img{
    margin-right: 5px;
    margin-top: -1px;
}
.ws-dropdown ul li a{
	color: #555;
	display: block;
}
.ws-dropdown ul li a:hover{	
	text-decoration: none;
}
.ws-dropdown{
	position: absolute;
	right: 0;
	top: 70%;
	display: block;
	visibility: hidden;
	float: left;
	width: auto;
	padding: 10px;
	margin: 8px -1px 0 0;
	background-clip: padding-box;
	color: black;
	opacity: 0;
	filter: alpha(opacity=0);
	background: white;
	border: 5px solid #fdb813;
	box-shadow:0 0 10px rgba(0,0,0,0.07);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.07);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.07);
	transition: all .3s ease .1s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.ws-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #e1e1e1;
	position: absolute;
	top: -12px;
	right: 26px;
	margin-right: -10px;
}
.wpml-switcher.active-dropdown .ws-dropdown,
.wpml-switcher:hover .ws-dropdown{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
	visibility: visible;
}
.header-top .wpml-switcher.active-dropdown .ws-dropdown,
.header-top .wpml-switcher:hover .ws-dropdown{
	top: 110%;
}

.ws-dropdown ul{
	width: 140px;
	border-bottom: 1px dotted #ccc;
	margin-left: 0;
}
.ws-dropdown ul li{
	border-top: 1px dotted #ccc;
	display: block;
	margin-right: 0;
}
.ws-dropdown ul li a{
	padding: 5px 0;
}

.wpml-switcher-mobile{
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 10px auto 0;
}
.header-top .wpml-switcher-mobile{
	margin: 0;
	border: 1px solid rgba(0,0,0,0.08);
	border-bottom: none;
	width: 100%;
}
.header-meta-dark-bg.header-top .wpml-switcher-mobile{
	margin: 0;
	border: 1px solid rgba(255,255,255,0.1);
	border-bottom: none;
}
.wpml-switcher-mobile .flag{
	margin: 0 5px;
}
.header-meta-dark-bg.header-top .wpml-switcher-mobile{
	text-align: inherit;
}
.header-meta-dark-bg.header-top .wpml-switcher-mobile .flag a{
	color: rgba(255,255,255,0.7);
}
.header-meta-dark-bg.header-top .wpml-switcher-mobile .flag a:hover{
	color: #fff;
}
.wpml-switcher-mobile .flag a,
.wpml-switcher-mobile .flag img{
	margin-right: 5px;
}
.lpd-new-header{
	padding-top: 10px;
	padding-bottom: 10px;
}
.lpd-new-header #logo{
	min-height: 140px;
	padding: 20px 18px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-right: 10px;
}
@media (min-width: 992px) {
	.lpd-new-header #logo{
		border-bottom: none;
	}
}
.lpd-new-header #logo h1{
	margin-top: 10px;
	z-index: 2;
	position: relative;
}
.lpd-new-header .picons_social{
	height: 40px;
	z-index: 4;
	float: right;
	margin-left: 100px;
	display: table;
}
@media (max-width: 767px) {
	.lpd-new-header .picons_social{
		float: none;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.lpd-new-header .picons_social{
		right: 15px;
		top: 45px;
		position:absolute;
		margin: 0;
	}
	.lpd-new-header .affix .picons_social{
		top: 20px;
	}
}
.lpd-new-header .picons_social .icon{
	display: inline-block;
	opacity: 0.24;
	filter: alpha(opacity=24);
}
.lpd-new-header .picons_social .icon:hover{
	opacity: 0.33;
	filter: alpha(opacity=33);
}
/*------------------------------------------------------------------
3. Breadcrumb / #title-breadcrumb
-------------------------------------------------------------------*/
#title-breadcrumb{
	background-color: #ebebeb;
	padding: 60px 0;
}
#title-breadcrumb h2{
	font-size: 30px;
	letter-spacing: 0.75px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0 0 20px
}
#title-breadcrumb .title-wrap{
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	padding: 30px 20px;
	margin: 0 -20px;
}
@media (max-width: 991px) {
	#title-breadcrumb .title-wrap{
		margin: 0;
	}
}
.lpd_breadcrumb{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.lpd_breadcrumb a{
	color: #555;
	text-decoration: underline;
}

/*------------------------------------------------------------------
4. Blog / .blog-post
-------------------------------------------------------------------*/
.lpd-video-responsive{
	margin-bottom: 15px
}
.more-link{
	display: block;
	margin-top: 10px;
}
.page-thumbnail{
	margin-bottom: 20px;
}
.blog-pagination{
	margin-top: 20px;
}
.blog-pagination{
	margin-left: -5px;
}
.blog-pagination a{
	margin: 0 5px;
}
.blog-post{
	margin-top: 40px;
}
.blog-post:first-child{
	margin-top: 0;
}
.blog-post-title{
	margin-top: 10px;
}
.blog-post-title a{
	color: #555;
}
.blog-post-taxo{
	margin: 10px 0;
	color: #959595;
}
.blog-post-taxo ul li,
.blog-post-taxo ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.blog-post-taxo ul:first-child{
	margin-right: 10px;
}
.blog-post-content{
	margin-bottom: 20px;
}
.blog-post-meta{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 9px 0;
}
.single-post-meta a,
.blog-post-meta a{
	display: inline-block;
	position: relative;
	color: #555;
	margin-left: 10px;
	padding-left: 25px;
	background-position: 0 2px; 
	background-repeat: no-repeat;
}
.single-post-meta a.date,
.blog-post-meta a.date{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-024_calendar_date.png);
}
.single-post-meta a.comment,
.blog-post-meta a.comment{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-032_bubble_comment_chat_message_writing.png);
}
.single-post-meta a.author,
.blog-post-meta a.author{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-193_user_profile_avatar_male.png);
}
.single-post-meta a:first-child,
.blog-post-meta a:first-child{
	margin-left: 0;
}
.single-post-meta{
	margin-bottom: 10px;
}
.comment-title,
.comment-reply-title{
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	position: relative;
}
#comments{
	margin-top: 40px;
}
.comment-container{
    position: relative;
    left: -3px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.comment-title{
}
.comment-post{
    position: relative;
    left: 4px;
    top: -4px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px;
}
.comment-post div.avatar{
    float: left;
    padding: 2px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.comment-post img{
    display: block;
}
.comment-post .author{
    margin-left: 80px;
}
.comment-content,
.comment-post p{
	float: left;
}
.comment-content{
	width: 100%;
}
.comment-content p{
	float: none;
}
.comment-author{
	float: left;
    font-weight: 900;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px;
}
.comment-info{
	float: right;
    color: #959595;
    margin-bottom: 10px;
}
.comment-info a{
    border-left: 1px solid #ebebeb;
    padding-left: 5px;
    margin-left: 5px;
}
.comment-post.reply{
    background: none;
    border: none;
}
#comments #respond{
	padding: 20px;
}
.comment-container .comment-container{
   left: 0;
   margin: 0;
   background: none;
   border: none;
}
.comment-container .comment-container .comment-post{
    background: none;
    border: none;
}
.no-content-matched,
.moderation{
    color: #d9534f;
}
@media (min-width: 768px) {
	#commentform input{
		width: 33%;
	}
	#commentform textarea{
		width: 66%;
	}
	#pp_full_res #commentform textarea{
		width: 100%;
	}
	#commentform input.btn{
		width: inherit;
	}
}
/*------------------------------------------------------------------
5. Footer / #footer
-------------------------------------------------------------------*/
#footer-top{
	background-color: #fafafa;
	border-top: 1px solid #ebebeb;
	padding: 70px 0 40px 0;
}
#footer-top .widget .title{
	font-family: inherit;
	font-size: 18px;
	text-transform: none;
	letter-spacing: inherit;
}
#footer{
	background-color: #363636;
}
.footer.dark-theme{
	color: #fff;
}
.footer-bottom{
	background-color: rgba(255,255,255,0.5);
}
.footer-bottom.dark-theme{
	color: rgba(255,255,255,0.9);
	background-color: rgba(0,0,0,0.2);
}
#footer .footer-meta.footer-meta-pattern-bg{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/footer-meta-pattern.png);
}
#footer .footer-meta .item{
	margin: 40px 0;
	padding: 10px 0;
	letter-spacing: 0.75px;
	position: relative;
}
#footer .footer-meta{
	position: relative;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
}
#footer .footer-meta .footer-meta-border-top{
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 10px;	
}
#footer .footer-meta .footer-meta-border-bottom{
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	bottom: 10px;
	z-index: 2;	
}
#footer .footer-meta:before{
	content: "";
	bottom: -9px;
	left: 50%;
	position: absolute;
	height: 20px;
	width: 20px;
	display: block;
	z-index: 1;
	margin-left: -14px;
    transform:rotate(45deg);
}
@media (min-width: 992px) {
	#footer .footer-meta .item{
		text-align: center;
	}
	#footer .footer-meta .item:before{	
		content: "";
		top: 0;
		left: -15px;
		position: absolute;
		height: 100%;
		width: 1px;
		display: block;
		background: rgba(255,255,255,0.3);
		z-index: 1;
	}
	#footer .footer-meta .col-md-3:first-child .item:before{
		display: none
	}
	#footer .footer-meta .col-md-4:first-child .item:before{
		display: none;
	}
	#footer .footer-meta .col-md-6:first-child .item:before{
		display: none
	}
	#footer .footer-meta .col-md-12:first-child .item:before{
		display: none
	}
}
#footer .footer-meta .social-media{
	margin: 40px 0;
	letter-spacing: 0.75px;
}
#footer .footer-meta .sm_label{
	float: left;
	padding: 10px 5px 10px 0;
}
#footer .footer-meta .item .label{
	font-size: 12px;
	margin: 0 5px;
	line-height: 20px;
	padding: 2px 5px;
}
@media (min-width: 992px) {
	.payment-methods{
		text-align: right;
	}
}
.payment-methods img{
	max-height: 50px;
	width: auto;
	display: inline-block;
	margin: 40px 0;
}
.footer_logo{
	display: block;
	float: left;
	margin-right: 0;
	padding-top: 40px;
	margin-bottom: 40px;
}
.footer-m-copyright{
	margin: 40px 0;
	padding: 0 0 0 20px;
	display: block;
	float: left;
	border-left: 1px solid #e1e1e1;
}
.dark-theme .footer-m-copyright{
	color: rgba(255,255,255,0.6);
	border-left: 1px solid rgba(255,255,255,0.2);
}
.dark-theme .footer-m-copyright a{
	color: rgba(255,255,255,0.9);
	transition: all .15s;
}
.dark-theme .footer-m-copyright a:hover{
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}
.footer-m-copyright.no-footer-logo{
	padding: 0;
	border-left: none;
}
.footer-menu{
	padding: 0;
	margin: 0;
}
.footer-menu li{
	display: inline-block;
	font-weight: 700;
	border-left: 1px solid #e1e1e1;
}
.dark-theme .footer-menu li{
	border-left: 1px solid rgba(255,255,255,0.2);
}
.footer-menu li a{
	padding: 0 8px;
}
.footer-menu li:first-child{
	border: none;
}
.footer-menu li:first-child a{
	padding-left: 0;
}
p.copyright{
	margin-bottom: 10px;
}
.footer{
	padding: 70px 0 40px 0;
}
.footer-meta .social-media{
	vertical-align: top;
}
.footer-meta .picons_social{
	float: left;
}
.footer-meta .picons_social .icon{
	display: inline-block !important;
	margin: 0 2px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer-meta .picons_social .icon:hover{
	opacity: 0.80;
	filter: alpha(opacity=80);
}
/*------------------------------------------------------------------
6. Widget / .widget
-------------------------------------------------------------------*/
.widget .title{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #363636;
}
.footer.dark-theme .widget .title{
	color: rgba(255,255,255,0.6);
}
.widget{
	margin-bottom: 40px;
}
.widget select,
.widget .textwidget img{
	max-width: 98.5%;
}

.widget.widget_rss ul li a,
.widget.widget_pages ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_login ul li a,
.widget.widget_meta ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a{
	color: #555;
	transition: all .15s;
}
.footer.dark-theme .widget.widget_rss ul li a,
.footer.dark-theme .widget.widget_pages ul li a,
.footer.dark-theme .widget.widget_nav_menu ul li a,
.footer.dark-theme .widget.widget_login ul li a,
.footer.dark-theme .widget.widget_meta ul li a,
.footer.dark-theme .widget.widget_categories ul li a,
.footer.dark-theme .widget.widget_archive ul li a,
.footer.dark-theme .widget.widget_recent_comments ul li a,
.footer.dark-theme .widget.widget_recent_entries ul li a{
	color: #fff;
}
.widget_product_search .screen-reader-text,
.widget_search .screen-reader-text{
	display: block;
}
.widget_product_search .form-control,
.widget_search .form-control{
	display: inline-block;
	width: 65%
}
.footer.dark-theme .widget_product_search .form-control,
.footer.dark-theme .widget_search .form-control{
	border-color: white;
}
.widget ul{
	padding: 0;
	list-style: none;
}
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_login ul li,
.widget.widget_meta ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li{
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.footer.dark-theme .widget.widget_rss ul li,
.footer.dark-theme .widget.widget_pages ul li,
.footer.dark-theme .widget.widget_nav_menu ul li,
.footer.dark-theme .widget.widget_login ul li,
.footer.dark-theme .widget.widget_meta ul li,
.footer.dark-theme .widget.widget_categories ul li,
.footer.dark-theme .widget.widget_archive ul li,
.footer.dark-theme .widget.widget_recent_comments ul li,
.footer.dark-theme .widget.widget_recent_entries ul li{
	border-color: rgba(255,255,255,0.1);
}
.footer .widget.widget_rss ul li,
.footer .widget.widget_pages ul li,
.footer .widget.widget_nav_menu ul li,
.footer .widget.widget_login ul li,
.footer .widget.widget_meta ul li,
.footer .widget.widget_categories ul li,
.footer .widget.widget_archive ul li,
.footer .widget.widget_recent_comments ul li,
.footer .widget.widget_recent_entries ul li{
	border-bottom: 1px solid #d7d7d7;
}
.widget.widget_pages ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_login ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_recent_comments ul li a:before,
.widget.widget_recent_entries ul li a:before{
	content: "·";
	top: 10px;
	right: 0;
	position: absolute;
	height: 20px;
	width: 13px;
	display: inline-block;
	z-index: 1;
	color: #ccc;

	font-style: normal;
	font-weight: normal;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	transition: all .15s;
}
.widget.widget_rss ul ul,
.widget.widget_pages ul ul,
.widget.widget_nav_menu ul ul,
.widget.widget_login ul ul,
.widget.widget_meta ul ul,
.widget.widget_categories ul ul,
.widget.widget_archive ul ul,
.widget.widget_recent_comments ul ul{
    padding: 5px 0 5px 10px;
    margin: 10px 0 0;
}
.widget.widget_rss ul ul li,
.widget.widget_pages ul ul li,
.widget.widget_nav_menu ul ul li,
.widget.widget_login ul ul li,
.widget.widget_meta ul ul li,
.widget.widget_categories ul ul li,
.widget.widget_archive ul ul li,
.widget.widget_recent_comments ul ul li,
.widget.widget_recent_entries ul ul li{
    padding: 5px 0 5px 5px;
    border: none !important;
    font-size: 95%;
    list-style: square inside;
}
.widget_rss .title .rsswidget{
	color: #555;
	text-decoration: none !important;
}
.footer.dark-theme .widget_rss .title .rsswidget{
	color: #fff;
}
.tagcloud a,
.tags a{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px;
	color: #555;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: 500;
	letter-spacing: 0.75px;  
    transition: all 0.1s ease-in-out 0s;  
}
.tagcloud a:hover,
.tags a:hover{
	color: #fff;
}
.footer.dark-theme .tagcloud a,
.footer.dark-theme .tags a{
	color: #fff;
}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th { padding-bottom: 10px;text-align: center; }
#wp-calendar tbody { color: #959595; border: none;}
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none !important; border: none;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px;}
#wp-calendar tfoot #next a { font-weight: 500; }
#wp-calendar tfoot #prev a { font-weight: 500; }

/*------------------------------------------------------------------
7. Shortcodes
-------------------------------------------------------------------*/
.working-time ul{
    list-style: none;
    padding: 0;
}
.working-time ul li{
    border: none;
    padding: 5px; 
}
.working-time ul li a{
    text-decoration: underline;
}
.working-time ul li a:hover{
    text-decoration: none;
}
.working-time ul li span{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.working-time ul li span.right{
    float: right;
    font-size: inherit;
    text-transform: inherit;
    font-weight: inherit;
}
.working-time ul li:nth-child(odd){
    background-color: #f0f0f0;
}
.divider30{
	display: block;
	height: 30px;
}
.divider20{
	display: block;
	height: 20px;
}
.divider15{
	display: block;
	height: 15px;
}
.divider10{
	display: block;
	height: 10px;
}
.divider5{
	display: block;
	height: 5px;
}
.vc_divider{
	display: block;
	height: 20px;
}
.dropcap2,
.dropcap1,
.dropcap{
    display: block;
    float: left;
    text-align: center;
    height: 60px;
    width: 40px;
    line-height: 60px;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    background: #555;
}
.dropcap2{
    background: #555;
}
.dropcap2{
    background: #ccc;
}
.dropcap2.rounded,
.dropcap1.rounded,
.dropcap.rounded{
	border-radius:10px;
}
/*------------------------------------------------------------------
8. Visual Composer Elements
-------------------------------------------------------------------*/

/* vc v4.4.2 fix */
.wordpress-456repair .wpb_single_image .vc_single_image-wrapper{
	max-width: 100%;
}
.wordpress-456repair .wpb_content_element,
.wordpress-456repair ul.wpb_thumbnails-fluid > li,
.wordpress-456repair .wpb_button{
	margin-bottom: 20px;
}
.wordpress-456repair .vc_separator h4{
	line-height: 20px;
	font-size: 18px;
}
.wordpress-456repair .wpb_toggle,
.wordpress-456repair #content h4.wpb_toggle {
	background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-251_plus_add.png) no-repeat left center;
	padding-left: 26px;
	font-size: 14px;
	letter-spacing: 0.75px;
	color: #555;
	line-height: 20px;
}
.wordpress-456repair .wpb_toggle.wpb_toggle_title_active,
.wordpress-456repair #content h4.wpb_toggle.wpb_toggle_title_active{
	color: #959595;
}
.wordpress-456repair .wpb_toggle_title_active,
.wordpress-456repair #content h4.wpb_toggle_title_active {
  background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-252_minus_remove.png) no-repeat left center;
}
.wordpress-456repair .wpb_toggle_content {
  padding: 0px 0px 0px 21px;
  margin-top: 10px;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{
	padding: 10px 0;
	color: #555;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a{
	color: #959595;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
	background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-257_round_left_arrow_down.png) no-repeat left center;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
	background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-257_round_left_arrow_up.png) no-repeat left center;
}
.wordpress-456repair .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wordpress-456repair .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
	background-color: transparent;
}
.wordpress-456repair .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header{
	letter-spacing: 0.75px;
	font-size: 14px;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}
.wordpress-456repair .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active{
	border-bottom: none;
}
.wordpress-456repair .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 20px;
}
.wordpress-456repair .wpb_tabs.wpb_content_element .wpb_tabs_nav{
	margin-bottom: 20px;
    text-align: center;
}
.wordpress-456repair .wpb_content_element .wpb_tabs_nav li{
	background: none !important;
	display: inline-block;
}
.wordpress-456repair .wpb_tabs .wpb_tabs_nav li{
	float: none;
	margin: 0 20px;
	font-size: 24px;
}
.wordpress-456repair .wpb_tabs .wpb_tabs_nav li a{
	color: #959595;
	padding: 10px 0;
	border-bottom: 3px double transparent;
}
.wordpress-456repair .wpb_tabs .wpb_tabs_nav li.ui-tabs-active a{
	border-color: rgba(0, 0, 0, 0.2)
}
.wordpress-456repair .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab{
	padding: 0;
}
.wordpress-456repair .wpb_tour .wpb_tabs_nav li{
	margin: 0;
	font-size: 18px;
}
.wordpress-456repair .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a{
	display: inline-block;
	width: auto;
	padding: 10px 0;
	color: #959595;
	border-bottom: 3px double transparent;
}
.wordpress-456repair .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active a{
	border-color: rgba(0, 0, 0, 0.2)
}
.wordpress-456repair .wpb_tour_next_prev_nav{
	padding-left: 0;
	font-size: 14px;
}
.wordpress-456repair .wpb_tour_next_prev_nav span{
	padding-top: 20px;
}
.wordpress-456repair .wpb_alert .messagebox_text,
.wordpress-456repair .wpb_alert-warning .messagebox_text{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/basic1-126_question_help.png);	
}
.wordpress-456repair .wpb_alert-info .messagebox_text{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/basic1-125_information.png);
}
.wordpress-456repair .wpb_alert-success .messagebox_text{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/basic1-174_ok_success_check.png);	
}
.wordpress-456repair .wpb_alert-error .messagebox_text,
.wordpress-456repair .wpb_alert-danger .messagebox_text{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/basic1-173_close_remove_exit.png);	
}
.wordpress-456repair wpb_heading wpb_progress_bar_heading{
	font-size: 18px;
}
.wordpress-456repair .vc_progress_bar .vc_single_bar .vc_bar,
.wordpress-456repair .vc_progress_bar .vc_single_bar{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.wordpress-456repair .vc_progress_bar .vc_single_bar{
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	box-shadow: none;
	background-color: #ebebeb;
}
.wordpress-456repair .vc_progress_bar .vc_single_bar .vc_bar{
	border-bottom: 3px solid rgba(0, 0, 0, 0.3)
}
.wordpress-456repair .vc_progress_bar .vc_single_bar .vc_label{
	padding: 10px 15px 13px;
}
/*------------------------------------------------------------------
9. VC Featured Modules / .featured-module
-------------------------------------------------------------------*/
.lpd-badge{
	box-sizing: content-box !important;
    background: #d95352;
    color: #fff;
    font-weight: bold;
    height: 26px !important;
    line-height: 28px;
    margin: 0 !important;
    max-height: 26px !important;
    min-height: 26px !important;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    right: -31px !important;
    text-align: center;
    top: 16px !important;
    transform:rotate(45deg);
    width: 120px;
    z-index: 99;
}
.featured-module{
	position: relative;
	display: block;
	overflow: hidden;
	color: #555 !important;
}
.featured-module img {
	width: 100%;
   transform: scale(1.1);
   transition: all 0.3s ease-in-out;
}
.featured-module-no-scale img{
   transform: scale(1) !important;
}
.featured-module:hover img {
   transform: scale(1.0);
}
.featured-module-1-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: white;
	text-align: center;
	padding: 10px;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-1-content h3{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-size: 18px;
	letter-spacing: 0.75px;
	line-height: 20px;
}

@media (max-width: 1199px) {
	.featured-module-1-content h3{
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.featured-module-1-content h3{
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.featured-module-1-content h3{
		font-size: 18px;
	}
}

.featured-module-1-content p{
	margin-bottom: 10px !important;
}
.featured-module-2{
	color: #fff !important;
}
.featured-module-2 h3{
	margin-left: 10px;
	margin-right: 10px;
	color:#fff;
}
.featured-module-2-content{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #79ad4b;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-2-content h3{
	font-size: 36px;
	letter-spacing: 0.75px;
	margin-top: 10px;
	margin-bottom: 10px !important;
	line-height: 40px;
}

@media (max-width: 1199px) {
	.featured-module-2-content h3{
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 991px) {
	.featured-module-2-content h3{
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 768px) {
	.featured-module-2-content h3{
		font-size: 36px;
		line-height: 40px;
	}
}

.featured-module-2-content h3:first-child{
	font-size: 24px;
	line-height: 30px;
	margin: 15px 10px;
}

@media (max-width: 1199px) {
	.featured-module-2-content h3:first-child{
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 991px) {
	.featured-module-2-content h3:first-child{
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.featured-module-2-content h3:first-child{
		font-size: 24px;
		line-height: 30px;
	}
}
.featured-module-2-content-2{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #ccc;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-2-content-2 h3{
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.75px;
	margin: 15px 10px !important;
}
@media (max-width: 1199px) {
	.featured-module-2-content-2 h3{
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 991px) {
	.featured-module-2-content-2 h3{
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.featured-module-2-content-2 h3{
		font-size: 30px;
		line-height: 30px;
	}
}
.featured-module-2 .sep-border{
	height: 3px;
	width: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: table;
	margin: 0 auto;
}
.featured-module-3{
	color: #fff !important;
}
.featured-module-3-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #79ad4b;
	padding-bottom: 20px;
	padding-top: 10px;
	opacity: .90 !important;
	filter: alpha(opacity=90) !important;
}
.featured-module-3-content .featured-module-3-label{
	position: absolute;
	top: -10px;
	display: block;
	width: 100%;
	font-size: 14px;
	letter-spacing: 2px;
	color: #555 !important;
}
.featured-module-3-label span{
	background-color: #fff;
	padding: 5px 15px;
}
.featured-module-3-content h3{
	font-size: 30px;
	line-height: 40px;
	margin: 20px 10px;
	letter-spacing: 0.75px;
	color:#fff;
}
@media (max-width: 1199px) {
	.featured-module-3-content h3{
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 991px) {
	.featured-module-3-content h3{
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.featured-module-3-content h3{
		font-size: 30px;
		line-height: 40px;
	}
}
.featured-module-3-text{
	margin: 20px 20px 0 !important;
	display: block;
}
/*------------------------------------------------------------------
10. VC Module / .lpd-module
-------------------------------------------------------------------*/
.lpd-module{
    color: #fff !important;
    display: block;
    overflow: hidden;
    position: relative;
}
.lpd-module h3{
    color: #fff;
}
.lpd-module img {
	width: 100%;
   transform: scale(1.1);
   transition: all 0.3s ease-in-out;
}
.lpd-module:hover img {
   transform: scale(1.0);
}
.module-no-scale img{
   transform: scale(1) !important;
}
.lpd-module .module_content{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(149, 149, 149, 0.2);
	text-align: center;
	transition: all .3s;
}
.lpd-module:hover .module_content{
	background-color: rgba(0, 0, 0, 0.6);
}
.lpd-module .module_content h3{
	line-height: 30px;
	font-size: 24px;
	margin: 0 10px 10px;
}
.lpd-module .module_content table{
    height: 100%;
    width: 100%;
}
.lpd-module .sep-border{
	height: 3px;
	width: 80px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	margin: 0 auto;
}
/*------------------------------------------------------------------
11. VC Multi Module / .mm_module
-------------------------------------------------------------------*/
.mm_module{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	background-position: center center;
	transition: all .3s;
	color: #555;
	text-decoration: none !important;
	background-color: #f0f0f0;
}
.mm_module img{
   transform: scale(1.1);
	transition: all .3s;
}
.mm_module:hover img{
   transform: scale(1);
}
.visible-xs .mm_module{
	background-size:cover;
	min-height: 400px !important;
}
.mm_module{}
.mm_module:hover,
.mm_module.mm_dark_bg{
	color: #fff;
}
.mm_module_1{
	min-height: 690px;
}
.mm_module_2,
.mm_module_3{
	min-height: 360px;
}
.mm_module_4,
.mm_module_5{
	min-height: 300px;
}
.mm1_content{
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all .3s;
}

.mm_module:hover .mm3_content,
.mm_module:hover .mm2_content,
.mm_module:hover .mm1_content{
	background-color: rgba(0, 0, 0, 0.6);
}
.mm3_content table,
.mm2_content table,
.mm1_content table{
    height: 100%;
    width: 100%;
}
.mm1_content_wrap{
	margin: 110px 0 !important;
}
.mm3_title,
.mm3_description,
.mm2_title,
.mm2_description,
.mm1_title,
.mm1_description{
	display: block;
	transition: all .3s;
}
.mm1_title{
	line-height: 40px;
	font-size: 36px;
}
.mm3_description,
.mm2_description,
.mm1_description{
	font-size: 14px;
}
.mm5_title.letter-space-75,
.mm4_title.letter-space-75,
.mm3_description.letter-space-75,
.mm2_description.letter-space-75,
.mm1_description.letter-space-75{
	letter-spacing: 0.75px;
}
.mm5_title.letter-space-1,
.mm4_title.letter-space-1,
.mm3_description.letter-space-1,
.mm2_description.letter-space-1,
.mm1_description.letter-space-1{
	letter-spacing: 1px;
}
.mm5_title.letter-space-3,
.mm4_title.letter-space-3,
.mm3_description.letter-space-3,
.mm2_description.letter-space-3,
.mm1_description.letter-space-3{
	letter-spacing: 3px;
}
.mm5_title.letter-space-5,
.mm4_title.letter-space-5,
.mm3_description.letter-space-5,
.mm2_description.letter-space-5,
.mm1_description.letter-space-5{
	letter-spacing: 5px;
}
.mm5_title.letter-space-10,
.mm4_title.letter-space-10,
.mm3_description.letter-space-10,
.mm2_description.letter-space-10,
.mm1_description.letter-space-10{
	letter-spacing: 10px;
}
.mm1_content .btn{
	margin-top: 20px;
}
.mm2_content{
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.mm2_title{
	line-height: 40px;
	font-size: 36px;
}
@media (max-width: 1199px) {
	.mm2_title{
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.mm2_title{
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.mm2_title{
		font-size: 36px;
	}
}
.mm3_content{
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.mm3_title{
	line-height: 40px;
	font-size: 30px;
}
@media (max-width: 1199px) {
	.mm3_title,
	.mm1_title{
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.mm3_title,
	.mm1_title{
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.mm3_title,
	.mm1_title{
		font-size: 30px;
	}
}
.mm5_title,
.mm4_title{
	font-size: 14px;
	transition: all .3s;
}
.mm5_content,
.mm4_content{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 15px;
}
.mm5_content.top-right,
.mm4_content.top-right{
	left: auto;
	right: 0;
}
.mm5_content.bottom-right,
.mm4_content.bottom-right{
	left: auto;
	top: auto;
	bottom: 0;
	right: 0;
}
.mm5_content.bottom-left,
.mm4_content.bottom-left{
	top: auto;
	bottom: 0;
}
.mm_module:hover .mm1_title,
.mm_module:hover .mm2_title,
.mm_module:hover .mm3_title{
	color: #fff !important;
}
.mm5_hover_bg,
.mm4_hover_bg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .15s;
}
.mm_module_4:hover .mm4_hover_bg,
.mm_module_5:hover .mm5_hover_bg{
	background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
	.mm3_content,
	.mm2_content,
	.mm1_content{
		padding-top: 20%;
	}
}
/*------------------------------------------------------------------
12. VC Counter / .counter-circular
-------------------------------------------------------------------*/
.counter-circular{
    width: 100%;
    float: left;
}
@media (max-width: 768px) {
	.counter-circular{
	    margin-bottom: 40px;
	}
}
.counter-circular div.easy-pie-chart{
	display: table;
	margin: 0 auto;
}
.counter-circular li.easy-pie-chart{
    float: left;
    margin-left: 30px;
    margin-right: 60px;
}
.counter-circular li.easy-pie-chart:last-child{
    margin-right: 0;
}
.chart {
    position: relative;
    display: inline-block;
    text-align: center;
}

.counter-circular .chart{
    width: 130px;
    height: 130px;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent-container{
    top: 12px;
    left: 12px;
    position: relative;
}
.percent {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.percent:after {
	  content: '%';
	  margin-left: 0.1em;
	  font-size: .8em;
}
.counter-circular .percent{
    width: 106px;
    height: 106px;
    font-size: 24px;
}
.chart span.info{
    padding-top: 30px;
    float: left;
    width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 479px){  
    .counter-circular .chart{
        margin-bottom: 20px !important;
    } 
}
/*------------------------------------------------------------------
13. VC Post Widget / .lpd-portfolio-item
-------------------------------------------------------------------*/
.lpd-portfolio-item{
	text-align: center;
	margin-bottom: 20px !important;
	background-color: #fff;
}
.lpd-portfolio-item .content{
	position: relative;
	border: 1px solid #ebebeb;
	padding-top: 40px;
	z-index: 1;
}
.lpd-portfolio-item .content.no-thumbnail{
	padding-top: 20px;
}
.lpd-portfolio-item .title{
	font-size: 18px
}
.lpd-portfolio-item .deco-sep-line-50{
	margin: 1px 0 8px;
}
.lpd-portfolio-item .title a{
	color: #555;
}
.lpd-portfolio-item .column .post_content{
	padding: 0 20px;
	color: #959595;
}
.widget-meta{
	margin-top: 20px;
	border-top: 3px double #ebebeb;
	padding: 20px 0;
}
.widget-meta .portfolio-categories,
.widget-meta .author-data,
.widget-meta .news-meta{
	width: 50%;
	float: left;
}
.widget-meta .author-data.no-cat-data{
	width: 100%;
	border: none;
}
.widget-meta .author-data{
	border-right: 3px double #ebebeb;
}
.author-data a{
	padding-left: 23px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-193_user_profile_avatar_male.png);
	background-repeat: no-repeat;
}
.news-meta a{
	padding-left: 23px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-024_calendar_date.png);
	background-repeat: no-repeat;
}
.portfolio-categories a:first-child{
	padding-left: 22px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-101_map_folder.png);
	background-repeat: no-repeat;
}
.effect-thumb{
	position: relative;
	display: block;
	z-index: 2;
}
.mega-icon-bg{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	display: block;
    transform:rotate(45deg);
	transition: all .15s;
	border-radius:50%;
}
.mega-icon-photo{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	display: block;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-369_photo_image_camera_take_shot.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
.mega-icon-video{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	display: block;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-374_movie_video_play_cinema.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
.mega-icon-link{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	display: block;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/thin-016_link_chain_url.png);
	background-repeat: no-repeat;
	background-position: 14px 14px;
}
.lpd-portfolio-item.widget_style_2 .mega-icon-border{
	width: 76px;
	height: 76px;
    content: "";
    left: 50%;
    bottom: -38px;
    margin-left: -38px;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    transform:rotate(45deg);
	border-radius:50%;
}
.lpd-portfolio-item.widget_style_3 .mega-icon-bg{
	border: 8px solid #fff;
	width: 78px;
	height: 78px;
    bottom: -39px;
    margin-left: -39px;
}
.lpd-portfolio-item.widget_style_3 .mega-icon-border{
	width: 100%;
	height: 3px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
}
.lpd-portfolio-item.widget_style_3 .content{
	border-top: none;
}
.lpd-portfolio-item .news-meta,
.lpd-portfolio-item .portfolio-categories,
.lpd-portfolio-item .author-data{
	transition: all .3s;
}
.lpd-portfolio-item .content:hover .news-meta,
.lpd-portfolio-item .content:hover .portfolio-categories,
.lpd-portfolio-item .content:hover .author-data{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.lpd-portfolio-item .content:hover .news-meta:hover,
.lpd-portfolio-item .content:hover .portfolio-categories:hover,
.lpd-portfolio-item .content:hover .author-data:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
/*------------------------------------------------------------------
14. VC About Widget / .team-widget-item
-------------------------------------------------------------------*/
.team-widget-item{
	margin-bottom: 20px
}
.team-widget-item .team-widget-content{
	text-align: center;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-top: none;
	position: relative;
	z-index: 2;
}

.team-widget-item .team-widget-content .title,
.team-widget-item .team-widget-content .column{
	padding: 0 20px;
	margin-bottom: 20px;
}
.team-widget-social-details{
	border-top: 3px double #ebebeb;
	padding: 20px 0;
}
.team-widget-social-details li{
	display: inline-block;
	position: relative;
	margin: 0 6px;	
}
.team-widget-social-details ul{
	padding: 0;
	display: table;
	margin: 0 auto;
}
.team-widget-social-details li:before{
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    transform:rotate(45deg);
	transition: all .15s;
}
.team-widget-social-details.picons_social li a.icon{
	position: relative;
	z-index: 2;
	width: 40px;
	background-position: 8px;
}
.team-widget-item .team-widget-thumbnail{
	position: relative;
	display: block;
}
.team-widget-item .member-position{
	position: absolute;
	bottom: -15%;
	width: 100%;
	overflow: hidden;
	transition: all .3s;	
}
.team-widget-item:hover .member-position{
	bottom: 0;
}
.team-widget-item .member-position span.wrap{
	position: relative;
	display: table;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	line-height: 25px;
	padding: 0 10px;
	z-index: 1;
}
.team-widget-item .member-position span.wrap:before{
    content:"";
    position:absolute;
    top: 8px;
    left: -18px;
    width: 36px;
    height: 36px;
    transform:rotate(45deg);
}
.team-widget-item .member-position span.wrap:after{
    content:"";
    position:absolute;
    top: 8px;
    right: -18px;
    width: 36px;
    height: 36px;
    transform:rotate(45deg);
}
.team-widget-item .member-position span.wrap span{
	position: relative;
	z-index: 2;
}
.team-widget-content {
	padding: 10px 0 0;
}
.team-widget-content .title a{
	color: #555;
}
.team-widget-content .deco-sep-line-50 {
    margin: 1px 0 8px;
}
.team-widget-content .post_content{
	color: #959595;
}
.team-widget-item .team-widget-thumbnail{
	overflow: hidden;
}
.team-widget-item .team-widget-thumbnail img{
   transition: all 0.3s ease-in-out;
}
.team-widget-item:hover .team-widget-thumbnail img{
   transform: scale(1.2);	
}
/*------------------------------------------------------------------
15. VC Testimonial / .vc_lpd_testiomonial
-------------------------------------------------------------------*/
.vc_lpd_testiomonial{
	margin-bottom: 20px;
}
.vc_lpd_testiomonial .testiomonial_content{
	position: relative;
	border: 1px solid rgba(0,0,0,0.12);  
	transition: all 0.3s ease-in-out 0s;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #959595;
}
.vc_lpd_testiomonial .testiomonial_content:before{
    border-top: 12px solid #ebebeb;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    right: 30px;
    bottom: -12px;
    position: absolute;
    width: 0;
    z-index: 3;  
	transition: all 0.3s ease-in-out 0s;
}
.vc_lpd_testiomonial:hover .testiomonial_content:before{
	border-top-color: rgba(0,0,0,0.2); 
}
.vc_lpd_testiomonial .testiomonial_content:after{
    border-top: 12px solid #fff;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    right: 30px;
    bottom: -11px;
    position: absolute;
    width: 0;
    z-index: 3;
}
.vc_lpd_testiomonial .testiomonial_content .tc_title{
	font-size: 14px;
	letter-spacing: 0.75px
}
.vc_lpd_testiomonial .testiomonial_content .tc_content{
	margin-bottom: 10px !important;
}
.testiomonial_meta{
	text-align: right;
}
.testiomonial_meta_img{
	width: 60px;
	height: auto;
	margin-right: 20px;
	border-radius:50%;
   transition: all 0.3s ease-in-out;
}
.vc_lpd_testiomonial:hover .testiomonial_meta_img{
   transform: scale(1.2);
}
.testiomonial_meta_content{
	text-align: left;
	display: inline-block;
}
.tmc_title{
	display: block;
	font-weight: 700;
}
.tmc_title small{
	font-weight: 700;
	color: #959595;
}
.tmc_info{
	font-size: 12px;
}
/*------------------------------------------------------------------
16. VC Meta Block / .meta-block
-------------------------------------------------------------------*/
.meta-block{
	color: #959595;
	text-decoration: none !important;
	border: 1px solid rgba(0,0,0,0.12); 
	padding: 10px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	width: 100%;  
    transition: all 0.3s ease-in-out 0s;
    display: block;
}
.meta-block h4{
	color: #555;
	display: table;
	font-size: 18px;
	margin: 10px auto 9px;
	line-height: 20px;
}
.meta-block h4{
	position: relative;
}
.meta-block .sep-border{
	height: 3px;
	width: 100px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
	display: table;
	margin: 13px auto;
}
.meta-block .meta-block-content{
	display: block;
	margin: 0 10px 10px !important;
}
.meta-block:hover,
.vc_lpd_testiomonial:hover .testiomonial_content{
	color: #555;
	border-color: rgba(0,0,0,0.2); 
}
/*------------------------------------------------------------------
17. VC Item Icon / .iconitem
-------------------------------------------------------------------*/
.iconitem{
	position: relative;
}
.iconitem .lpd-halflings-icon{
	position: absolute;
	left: 3px;
	top: 0;
}
.iconitem .lpd-halflings-icon:before{
	color: #959595;
}
.iconitem h5.title{
    font-size: 14px;
	font-family: inherit;
	padding-left: 30px;
	line-height: 20px;
	position: relative;
	letter-spacing: 0.75px;
}
.iconitem .content{
	border-left: 1px dashed rgba(0,0,0,0.12); 
	margin-left: 10px;
	padding-left: 20px;
	transition: all .15s;
}
.iconitem:hover .content{
	border-color: rgba(0,0,0,0.2); 	
}
/*------------------------------------------------------------------
18. VC Callout / .callout
-------------------------------------------------------------------*/
.callout{
	border: 1px solid rgba(0,0,0,0.12);
	padding: 10px 20px;
	margin-bottom: 20px;
	width: 100%;  
    transition: all 0.3s ease-in-out 0s; 
}
.callout:hover{
	border-color: rgba(0,0,0,0.2);
}
.callout-content{
	margin-bottom: 10px;
}
.callout-content h4{
	font-size: 24px;
	line-height: 30px;
}
.callout-btn{
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.callout-btn table{
	height: 100%;
	width: 100%;
}
.callout-btn .btn{
	margin: 0;
}
.callout .sep-border{
	height: 3px;
	width: 30px;
	width: 100px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2); 
	display: block;
	margin: 9px 0 !important;
}
/*------------------------------------------------------------------
19. VC Callout 2 / .vc_callout2
-------------------------------------------------------------------*/
.vc_callout2{
	position: relative;
	width: 100%;
	text-align: center;
}
.vc_callout2:before{
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.vc_callout2 .callout2_title{
	width: 40%;
	font-size: 24px;
	letter-spacing: 0.75px;
}
.vc_callout2 .callout2_sep_word{
	width: 20%;
	font-size: 18px;
}
.vc_callout2 .callout2_title span,
.vc_callout2 .callout2_sep_word span{
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 9;
}
.vc_callout2 .callout2_btn{
	width: 20%;
}
.vc_callout2 .btn{
	position: relative;
	z-index: 9;
}
/*------------------------------------------------------------------
20. VC Meta Container / .lpd-meta-container
-------------------------------------------------------------------*/
.lpd-meta-container{
	padding: 15px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	min-height: 20px;
}
.lpd-meta-container .item{
	font-size: 18px;
	padding: 10px 0;
}
@media (min-width: 992px) {
	.lpd-meta-container .item{
		text-align: center;
		border-left: 1px solid #ebebeb;
	}
	.lpd-meta-container .col-md-3:first-child .item{
		border: none;
	}
	.lpd-meta-container .col-md-4:first-child .item{
		border: none;
	}
	.lpd-meta-containera .col-md-6:first-child .item{
		border: none;
	}
	.lpd-meta-container .col-md-12:first-child .item{
		border: none;
	}
}
/* mega header */
.mega_header{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.mega_header.dark_bg{
	color: #fff;
}
.mega_header .sub-title{
	color: rgba(0, 0, 0, 0.5);
	letter-spacing: 0.75px;
}
.mega_header.dark_bg .sub-title{
	color: rgba(255, 255, 255, 0.9);
}
.mega_header h2{
	font-size: 30px;
	text-transform:  uppercase;
	line-height: 40px;
	margin: 0 0 20px;
	letter-spacing: 0.75px;
}
.mega_header.dark_bg h2{
	color: #fff;
}
.mh_description{
	font-size: 14px;
	letter-spacing: 2px;
}
/*------------------------------------------------------------------
21. VC LPD Header / .lpd-header
-------------------------------------------------------------------*/
@media (max-width: 768px) {
	.lpd-header{
	    margin-bottom: 40px;
	}
}
.lpd-header h3{
	font-size: 18px;
	letter-spacing: 1.75px;
	margin: 10px 0;
}
.lpd-header.dark_bg h3{
	color: #fff;
}
.lpd-img-wrap-icon{
    display: block;
    font-size: 48px;
    max-width: 100%;
    width: 1em;
	box-sizing: content-box !important;
}
.lpd-img-icon {
    display: block;
    max-width: 100% !important;
    width: 1em;
}
.lpd-wrap-icon,
.lpd-href-icon{
    display: inline-block;
    max-width: 100%;
    text-align: center;
    width: auto;
}
.lpd-img-wrap-icon{
	transition: all .15s;
	
}
/*------------------------------------------------------------------
22. VC Triangle Element / .lpd-triangle-element
-------------------------------------------------------------------*/
.lpd-triangle-element{
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
}
.lpd-triangle-element .triangle{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 50%;
	top: -9px;
	margin-left: -11px;
    transform:rotate(45deg);
    z-index: 1;
}
/*------------------------------------------------------------------
23. VC LPD Banner / .lpd-banner
-------------------------------------------------------------------*/
.lpd-banner{
	border-right: 1px solid #e1e1e1;
	padding-right: 25%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.lpd-b-hide-border{
	border: none;
}
.lpd-banner h3{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.lpd-b-sub-title{
	letter-spacing: 0.75px;
	color:#959595;
}
.lpd-b-content{
	margin-bottom: 20px;
}
/*------------------------------------------------------------------
24. VC Mega Header 2 / .lpd-mega-header2
-------------------------------------------------------------------*/
.lpd-mega-header2{
	text-align: center;
}
.dark_bg.lpd-mega-header2{
	color: rgba(255, 255, 255, 0.5);
}
.lpd-mega-header2 h3{
	font-size: 30px;
	letter-spacing: 0.75px;
	margin-top: 0;
}
.dark_bg.lpd-mega-header2 h3{
	color:#fff
}
.lpd-mega-header2 .deco-sep-line-50,
.lpd-mega-header2 .deco-sep-line-100,
.lpd-mega-header2 .deco-sep-line-150,
.lpd-mega-header2 .deco-sep-line-200{
	margin-bottom: 7px;
}
.mh2_description{
	font-size: 14px;
	letter-spacing: 2px;
	display: block;
	color: #959595;
	margin-bottom: 20px;
}
.dark_bg .mh2_description{
	color: rgba(255, 255, 255, 0.75);
}
.mh2_content{
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
}
/*------------------------------------------------------------------
25. VC Product Carousel / .lpd-products.owl-carousel
-------------------------------------------------------------------*/
.lpd-products.owl-carousel li.product-category,
.lpd-products.owl-carousel li.type-product{
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
ul.lpd-products.owl-carousel{
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}
/*------------------------------------------------------------------
26. VC Multi Slider / .mi-slider
-------------------------------------------------------------------*/
.mi-slider {
	position: relative;
	height: 430px;
}
.mi-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	bottom: 120px;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
}
.no-js .mi-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
	overflow: visible;
}
.mi-slider ul.mi-current {
	pointer-events: auto;
}
.mi-slider ul li {
	display: inline-block;
	padding: 20px;
	width: 24.5%;
	max-width: 300px;
	transform: translateX(600%);
	transition: opacity 0.2s linear;
}
.no-js .mi-slider ul li {
	transform: translateX(0);
}
.mi-slider ul li a,
.mi-slider ul li img {
	display: block;
	margin: 0 auto;
}
.mi-slider ul li a {
	outline: none;
	cursor: pointer;
	color: #555;
}
.mi-slider ul li img {
	max-width: 100%;
	border: none;
}
.mi-slider ul li h4 {
	display: inline-block;;
	font-size: 16px;
	padding: 20px 10px 0;
}
.mi-slider ul li:hover {
	opacity: 0.7;
} 
.mi-slider nav {
	position: relative;
	top: 350px;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
.no-js nav {
	display: none;
}
.mi-slider nav a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 40px 30px 20px 30px;
	position: relative;
	color: #959595;
	outline: none;
	transition: color 0.2s linear;
	text-decoration: none;
}
.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
	color: #555;
	text-decoration: none;
}
.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
	content: '';
	position: absolute;
	top: -1px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mi-slider nav a.mi-selected:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 26px;
	left: 50%;
	margin-left: -26px;
}
.mi-slider nav a.mi-selected:before {
	border-color: transparent;
	border-top-color: #ccc;
	border-width: 27px;
	left: 50%;
	margin-left: -27px;
}
/* Move classes and animations */
.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { transform: translateX(0) scale(0); }
	100% { transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
	-webkit-animation-delay: 360ms;
	animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
	0% { transform: translateX(600%); }
	100% { transform: translateX(0); }
}

@keyframes moveFromLeft {
	0% { transform: translateX(-600%); }
	100% { transform: translateX(0); }
}

@keyframes moveToRight {
	0% { transform: translateX(0%); }
	100% { transform: translateX(600%); }
}

@keyframes moveToLeft {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-600%); }
}
.mi-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
	.mi-slider nav {
		max-width: 90%;
	}
	.mi-slider nav a {
		font-size: 12px;
		padding: 40px 10px 30px 14px;
	}
}

@media screen and (max-width: 740px){
	.mi-slider {
		height: 300px;
	}
	.mi-slider nav {
		top: 220px;
	}
}
@media screen and (max-width: 490px){ 
	.mi-slider {
		text-align: center;
		height: auto;
	}

	.mi-slider ul {
		position: relative;
		display: inline;
		bottom: auto;
		pointer-events: auto;
	}

	.mi-slider ul li {
		-webkit-animation: none !important;
		animation: none !important;
		transform: translateX(0) !important;
		padding: 10px 3px;
		min-width: 140px;
	}

	.mi-slider nav {
		display: none;
	}
}

/*------------------------------------------------------------------
27. Owl Carousel / .owl-carousel
-------------------------------------------------------------------*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

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

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-theme .owl-controls{
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	color:#fff;
	font-size:12px;
	margin:5px;
	padding:4px 7px;
	display:inline-block;
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	transition: all .15s;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
	opacity:.5;
	cursor:default
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	display:inline;
}
.owl-theme .owl-dots .owl-dot span{
	width:6px;
	height:6px;
	margin:5px;
	background:#e1e1e1;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity 200ms ease;
	border-radius:50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background:#ccc
}

/*------------------------------------------------------------------
28. Portfolio Post
-------------------------------------------------------------------*/
.portfolio-post-details ul{
	padding: 0;
	margin: 0 0 20px;
	border-top: 1px dotted #ccc;
}
.portfolio-post-details ul li{
	list-style: none;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
}
.portfolio-post-details ul li strong{
	min-width: 100px;
	display: inline-block;
}
.post_content{
	margin-bottom: 20px;
}

/*------------------------------------------------------------------
29. Team Post
-------------------------------------------------------------------*/
.about-post-details{
	padding-top: 20px;
	height: inherit;	
}
.about-post-details ul{
	padding: 0;
	margin: 0;
	border-top: 1px dotted #ccc;
}
.about-post-details ul li{
	list-style: none;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
}
.about-post-details ul li .icon{
	display: block;
	padding-left: 40px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all .15s;
}
.about-post-details ul li .icon:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.about-post-details.picons_social .icon{
	width: 100%;
}
.about-post-details.picons_social .icon.custom-icon{
	background-position: 0 4px;
}
.cbp-about-post-details.picons_social .icon{
	opacity: 0.24;
	filter: alpha(opacity=24);
}
.cbp-about-post-details.picons_social .icon:hover{
	opacity: 0.33;
	filter: alpha(opacity=33);
}
.dark-bg .cbp-about-post-details.picons_social .icon{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.dark-bg .cbp-about-post-details.picons_social .icon:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}

/*------------------------------------------------------------------
30. Search/404 Page
-------------------------------------------------------------------*/
.lpd-404-template ul,
.lpd-search-template ul{
	padding-left: 20px;
}
p.not-happy{
	color: #959595;
}
.lpd-search-template-form{
	margin-bottom: 40px;
}
.lpd-search-template-form .search_input{
	width: inherit;
}
.lpd-404-content{
	text-align: center;
	margin-bottom: 40px;
}
.title-404{
	font-size: 144px;
	line-height: 140px;
	font-weight: 700;
	margin: 0;
}
.description-404,
.subtitle-404{
	display: block;
}
.subtitle-404{
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;

}
.description-404{
	font-size: 18px;
	color: #959595;
	padding: 10px 0 30px
}


/*------------------------------------------------------------------
31. Wordpress Core
-------------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
img.size-thumbnail,
img.size-medium,
img.size-large,
img.size-full,
.alignnone{
	max-width: 100%;
	height: 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 {
	max-width: 100% !important;
	height: auto;
}
.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.aligncenter{
	text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption-text{
	color: #959595;
}
.sticky {color: #111}
.sticky .blog-post-title:before{background: #ccc;}
.sticky .blog-post-title a{color: #363636}
.sticky .blog-post-meta{
	border-color: #ccc;
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	position: relative;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	width: 100%;
	height: auto;
	transition: all .15s;
}
.gallery img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
.bypostauthor {}

/*------------------------------------------------------------------
32. VC Front Editor
-------------------------------------------------------------------*/
body.compose-mode.page-template-template-full-width-php .vc_vc_row:first-child .vc_controls-out-tl{ 
	top: 0;
}

/*------------------------------------------------------------------
33. VC Ultimate Addons
-------------------------------------------------------------------*/
.video-mask-1 .vc_video-bg:before{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/video-mask-1.png) repeat;
	z-index: 1;
}
.video-mask-2 .vc_video-bg:before{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/video-mask-2.png) repeat;
	z-index: 1;
}
.video-mask-1 .vc_column_container,
.video-mask-2 .vc_column_container{
	z-index: 2;
}
.wordpress-456repair .flip-box-wrap .flip_link a{
	padding: 10px 20px;
	margin-top: 20px;
}
.wordpress-456repair .flip-box-wrap p{
	font-size: inherit;
}
.wordpress-456repair .flip-box-wrap .ifb-back p{
	margin-bottom: 20px;
}
.wordpress-456repair .flip-box-wrap .flip-box h3{
	margin: 10px 0
}
.wordpress-456repair h3.ult_modal-title{
	color: inherit;
}
.wordpress-456repair .smile_icon_list li .icon_description h3{
	color: #555;
}
.wordpress-456repair .vc_col-has-fill > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.wordpress-456repair .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner{
	padding-top: 0;
}

 
/*------------------------------------------------------------------
34. Logo Carousel / .at_logo_carousel
-------------------------------------------------------------------*/
.wordpress-456repair .at_logo_carousel_calltoaction_block h2{
	margin-bottom: 20px;
}
.wordpress-456repair .at_logo_carousel_calltoaction_block .centered{
	overflow: inherit;
}
.wordpress-456repair .at_logo_carousel_calltoaction_block{
	padding: 30px;
	font: inherit;
	border-radius: 0;
}
.wordpress-456repair a.at_logo_carousel_button{
	font: inherit;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 30px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.wordpress-456repair .at_logo_carousel_calltoaction_block p{
	font-size: inherit;
}

/*------------------------------------------------------------------
35. Shop Assistant / .woocommerce-shop-assistant
-------------------------------------------------------------------*/
.wordpress-456repair .woocommerce-shop-assistant{
	margin: 0;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-light{
	color: inherit;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-themed{
	border-radius: 0;
	letter-spacing: inherit;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-light .assistant-title{
	border-radius: 0;
	background-color: #959595;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-dark{
	background-color: #555;
	color: #fff;
}
.wordpress-456repair .woocommerce-shop-assistant.woocommerce-shop-assistant-dark .assistant-title{
	color: #555;		
}
.wordpress-456repair .woocommerce-shop-assistant .assistant-title{
	font-size: 14px;
}

/*------------------------------------------------------------------
36. Sliding Panel / .sss-sidebar-wrapper
-------------------------------------------------------------------*/
.sss-sidebar-wrapper > ul{
	padding: 0;
}
.sss-sidebar-wrapper > ul hr{
	border-color: rgba(0,0,0,0.1); 
}
.std-style-theme-style .std-tab{
	letter-spacing: 0.75px;
}
.footer-nav-1 a {
	color: #999999 !important;
}
.footer-nav-1 li {
	margin-bottom: 2px;
}
.footer-nav-1 {
	margin-top: 47px;
}

/*------------------------------------------------------------------
37. Adding text above Aluminijske felge category
-------------------------------------------------------------------*/
.konfigurator-naplataka-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding-bottom: 2em;
}

.konfigurator-naslov {
	font-size: 32px;
	text-transform: uppercase;
	color: #0058A6;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
}

.konfigurator-tekst {
	text-align: center;
	color: #111;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
  font-weight: 500;
	line-height: 28px;
	margin-bottom: 18px;
}

.konfigurator-button {
	color: #fff;
	background-color: #0058A6;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 15px;
	padding: 16px 40px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	transition: all 0.1s ease-in-out;
}

.konfigurator-button:hover {
	text-decoration: none;
	background-color: #045ead;
}

.konfigurator-button:active,
.konfigurator-button:visited, {
	text-decoration: none;
}

@media screen and (max-width:576px) {
	.konfigurator-button {
		font-size: 20px;
		padding: 14px 30px;
	}
}
/*------------------------------------------------------------------
1. Body
-------------------------------------------------------------------*/
body{
	font-family: 'Raleway', sans-serif;
}
/*------------------------------------------------------------------
2. Headings
-------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	font-family: 'Raleway', sans-serif;
}
/*------------------------------------------------------------------
3. Elements
-------------------------------------------------------------------*/
.header-content-wrap{
	font-family: 'Lato', sans-serif;
}
.widget .title{
	font-family: 'Lato', sans-serif;
}
.comment-author{
	font-family: 'Lato', sans-serif;
}
.btn{
	font-family: 'Lato', sans-serif;
}
.tagcloud a,
.tags a{
	font-family: 'Lato', sans-serif;
}
.footer-menu{
	font-family: 'Lato', sans-serif;
}
.footer-meta{
	font-family: 'Lato', sans-serif;
}
#footer .footer-meta .social-media{
	font-family: 'Lato', sans-serif;
}
.menu3dmega .menu-title{
	font-family: 'Lato', sans-serif;
}
.halflings-icon-list,
.lpd_header_content.font_type_2{
	font-family: 'Lato', sans-serif;
}
.wordpress-456repair .wpb_toggle, .wordpress-456repair #content h4.wpb_toggle{
	font-family: 'Lato', sans-serif;
}
.wordpress-456repair .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header{
	font-family: 'Lato', sans-serif;
}
.mm5_title,
.mm4_title,
.mm3_description,
.mm2_description,
.mm1_description{
	font-family: 'Lato', sans-serif;
}
.featured-module-3-content .featured-module-3-label{
	font-family: 'Lato', sans-serif;
}
.owl-theme .owl-controls{
	font-family: 'Lato', sans-serif;
}
.vc_lpd_testiomonial .testiomonial_content .tc_title{
	font-family: 'Lato', sans-serif;
}
.tmc_title{
	font-family: 'Lato', sans-serif;
}
.iconitem h5.title{
	font-family: 'Lato', sans-serif;
}
.wpb_content_element .messagebox_text{
	font-family: 'Lato', sans-serif;
}
.lpd-banner .lpd-b-sub-title{
	font-family: 'Lato', sans-serif;
}
.cbp-l-project-details-list .amount,
.lpd-cbp-product-price,
ul.lpd-products li.type-product .price{
	font-family: 'Lato', sans-serif;
}
.lpd-product-thumbnail .loop-shop-btn{
	font-family: 'Lato', sans-serif;	
}
.lpd-out-of-s,
.lpd-onsale{
	font-family: 'Lato', sans-serif;
}
.wordpress-456repair .woocommerce #content div.product p.price, .wordpress-456repair .woocommerce #content div.product span.price, .wordpress-456repair .woocommerce div.product p.price, .wordpress-456repair .woocommerce div.product span.price, .wordpress-456repair.woocommerce-page #content div.product p.price, .wordpress-456repair.woocommerce-page #content div.product span.price, .wordpress-456repair.woocommerce-page div.product p.price, .wordpress-456repair.woocommerce-page div.product span.price{
	font-family: 'Lato', sans-serif;	
}
.wordpress-456repair.woocommerce-page div.product form.cart .group_table td.price .price-wrap{
	font-family: 'Lato', sans-serif;
}
.wordpress-456repair .woocommerce ul.product_list_widget li .amount,
.wordpress-456repair.woocommerce-page ul.product_list_widget li .amount{
	font-family: 'Lato', sans-serif;
}
.wordpress-456repair .woocommerce .widget_price_filter .price_slider_amount,
.wordpress-456repair.woocommerce-page .widget_price_filter .price_slider_amount{
	font-family: 'Lato', sans-serif;	
}
.wordpress-456repair.woocommerce-page .quantity{
	font-family: 'Lato', sans-serif;	
}
.lpd-shopping-cart .lpd-cart-total span{
	font-family: 'Lato', sans-serif;	
}
.lpd-cart-list-meta .quantity{
	font-family: 'Lato', sans-serif;	
}
.cart-icon .count{
	font-family: 'Lato', sans-serif;	
}
.cart-button-total{
	font-family: 'Lato', sans-serif;
}
/*------------------------------------------------------------------
1. #0e5ba4
-------------------------------------------------------------------*/
a {
	color: #0e5ba4;
}
.meta-menu a:hover{
	  color: #0e5ba4;
}
.email-container a:hover{
	color: #0e5ba4;
}
.lpd_breadcrumb a:hover{
	color: #0e5ba4;
}
.single-post-meta a:hover,
.blog-post-meta a:hover{
	color: #0e5ba4;
}
.text-primary {
  color: #0e5ba4;
}
.btn-primary {
  background-color: #0e5ba4;
  border-color: #0e5ba4;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0e5ba4;
  border-color: #0e5ba4;
}
.btn-primary .badge {
  color: #0e5ba4;
}
.btn-link {
  color: #0e5ba4;
}
.btn-link:hover,
.btn-link:focus {
  color: #0e5ba4;
}
.label-primary {
  background-color: #0e5ba4;
}
.widget.widget_pages ul li a:hover:before,
.widget.widget_nav_menu ul li a:hover:before,
.widget.widget_login ul li a:hover:before,
.widget.widget_meta ul li a:hover:before,
.widget.widget_categories ul li a:hover:before,
.widget.widget_archive ul li a:hover:before,
.widget.widget_recent_comments ul li a:hover:before,
.widget.widget_recent_entries ul li a:hover:before,
.widget.widget_rss ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_login ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_recent_entries ul li a:hover{
	color: #0e5ba4;
}
.cbp-l-filters-alignLeft .cbp-filter-item-active,
.tagcloud a:hover,
.tags a:hover{
	border-color: #0e5ba4;
	background-color: #0e5ba4; 
}
.header-middle-search .search-btn{
  background-color: #0e5ba4;
}
.dropcap{
	background-color: #0e5ba4;
}
.wordpress-456repair .wpb_tabs .wpb_tabs_nav li.ui-tabs-active a{
	color: #0e5ba4;
}
.wordpress-456repair .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active a{
	color: #0e5ba4;
}
.mega-icon-bg{
	background-color: #0e5ba4;
}
.lpd-portfolio-item .title a:hover{
  color: #0e5ba4;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	background-color: #0e5ba4;
}
.lpd-product-thumbnail .loop-shop-btn{
	background-color: #0e5ba4;
}
.lpd-prodcut-accordion .panel-title a{
	color: #0e5ba4;
}
.pn-btn a:hover{
	color: #0e5ba4;
}
.wordpress-456repair.woocommerce-page div.product form.cart .group_table td.label a:hover{
	color: #0e5ba4;
}
.wordpress-456repair .woocommerce .widget_layered_nav_filters ul li a,
.wordpress-456repair.woocommerce-page .widget_layered_nav_filters ul li a,
.wordpress-456repair .woocommerce .widget_layered_nav ul li.chosen a,
.wordpress-456repair.woocommerce-page .widget_layered_nav ul li.chosen a{
	background-color: #0e5ba4;
}
.woocommerce .widget_layered_nav ul li a:hover,
.woocommerce-page .widget_layered_nav ul li a:hover{
	color: #0e5ba4;	
}
.wordpress-456repair .widget_product_categories ul li a:hover{
	color: #0e5ba4;		
}
.wordpress-456repair .woocommerce ul.cart_list li a:hover,
.wordpress-456repair .woocommerce ul.product_list_widget li a:hover,
.wordpress-456repair.woocommerce-page ul.cart_list li a:hover,
.wordpress-456repair.woocommerce-page ul.product_list_widget li a:hover{
	color: #0e5ba4;	
}
.wordpress-456repair div.product div.images a#cloud-link:hover{
	color: #0e5ba4;	
}
.lpd-cart-list-title a:hover{
	color: #0e5ba4;	
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap{
	background-color: #0e5ba4;
}
.cbp-item-wrapper:hover .cbp-l-grid-team-name{
	color: #0e5ba4;	
}
.cbp-item-wrapper:hover .cbp-l-grid-projects-title a{
	color: #0e5ba4;		
}
.ws-dropdown{
	border-color: #0e5ba4;
}
.ws-dropdown:before{
	border-bottom-color: #0e5ba4;
}
.ws-dropdown ul li a:hover{
	color: #0e5ba4;	
}
.wpml-switcher-mobile .flag a:hover{
	color: #0e5ba4;
}
.booking_cont:before{
	background-color: #0e5ba4; 
}

.team-widget-social-details li:before{
	background-color: #0e5ba4; 
}

.team-widget-content .title a:hover{
	color: #0e5ba4;	
}
#footer .footer-meta:before{
  background-color: #0e5ba4;
}
.wordpress-456repair .cbp-l-filters-list .cbp-filter-item-active,
.wordpress-456repair .cbp-l-filters-dropdownWrap{
  background-color: #0e5ba4;
}
.wordpress-456repair .cbp-l-filters-list .cbp-filter-item{
	border-color: #0e5ba4; 
}
.lpd-shopping-cart-style-2 .cart-icon .count{
	border-color: #0e5ba4;
	background-color: #0770b5;
}
.header-top.header-meta-dark-bg{
	background-color: #0e5ba4;
}
.header-top.triangle-element:before{
	background-color: #0e5ba4;
}
.meta_colored_icons.picons_social .icon{
	border-color: #0e5ba4;
}
/*------------------------------------------------------------------
2. #0770b5
-------------------------------------------------------------------*/
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #0770b5;
	border-color: #0770b5;
}
/*------------------------------------------------------------------
3. #fdb813
-------------------------------------------------------------------*/
.team-widget-social-details li:hover:before{
	background-color: #fdb813;
}
.team-widget-item .member-position span,
.team-widget-item .member-position span.wrap:after,
.team-widget-item .member-position span.wrap:before{
	background-color: #fdb813;	
}
.lpd-portfolio-item.widget_style_3 .mega-icon-border{
	background-color: #fdb813;
}
.dark-bg .cbp-item-wrapper:hover .cbp-l-grid-team-name{
	color: #fdb813;
}
.footer.dark-theme a{
	color: #fdb813;
}
.menu3dmega > ul li > a:before{
	background-color: #fdb813;
}
.footer.dark-theme .widget.widget_rss ul li a:hover,
.footer.dark-theme .widget.widget_pages ul li a:hover,
.footer.dark-theme .widget.widget_nav_menu ul li a:hover,
.footer.dark-theme .widget.widget_login ul li a:hover,
.footer.dark-theme .widget.widget_meta ul li a:hover,
.footer.dark-theme .widget.widget_categories ul li a:hover,
.footer.dark-theme .widget.widget_archive ul li a:hover,
.footer.dark-theme .widget.widget_recent_comments ul li a:hover,
.footer.dark-theme .widget.widget_recent_entries ul li a:hover{
	color: #fdb813;
}
.footer.dark-theme .widget.widget_pages ul li a:hover:before,
.footer.dark-theme .widget.widget_nav_menu ul li a:hover:before,
.footer.dark-theme .widget.widget_login ul li a:hover:before,
.footer.dark-theme .widget.widget_meta ul li a:hover:before,
.footer.dark-theme .widget.widget_categories ul li a:hover:before,
.footer.dark-theme .widget.widget_archive ul li a:hover:before,
.footer.dark-theme .widget.widget_recent_comments ul li a:hover:before,
.footer.dark-theme .widget.widget_recent_entries ul li a:hover:before,
.footer.dark-theme .widget.widget_rss ul li a:hover,
.footer.dark-theme .widget.widget_pages ul li a:hover,
.footer.dark-theme .footer.dark-theme .widget.widget_nav_menu ul li a:hover,
.footer.dark-theme .widget.widget_login ul li a:hover,
.footer.dark-theme .widget.widget_meta ul li a:hover,
.footer.dark-theme .widget.widget_categories ul li a:hover,
.footer.dark-theme .widget.widget_archive ul li a:hover,
.footer.dark-theme .widget.widget_recent_comments ul li a:hover,
.footer.dark-theme .widget.widget_recent_entries ul li a:hover{
	color: #fdb813;
}
.footer.dark-theme .tagcloud a:hover,
.footer.dark-theme .tags a:hover{
	border-color: #fdb813;;
	background-color: #fdb813; 
}
.btn-warning {
	background-color: #fdb813;
	border-color: #fdb813;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #fdb813;
	border-color: #fdb813;
}
.dropcap1{
	background-color: #fdb813;
}
.mm1_content:hover .btn{
	background-color: #fdb813;
	border-color: #fdb813;
}
.lpd-portfolio-item:hover .mega-icon-bg{
	background-color: #fdb813;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background-color: #fdb813;
}
.wordpress-456repair .woocommerce .star-rating,
.wordpress-456repair.woocommerce-page .star-rating{
	color: #fdb813;
}
.lpd-onsale{
	background-color: #fdb813;
}
.wordpress-456repair .woocommerce p.stars a,
.wordpress-456repair.woocommerce-page p.stars a{
	color: #fdb813;
}
.cart-dropdown{
	border-color: #fdb813; 
}
.cart-dropdown:before{
	border-bottom-color: #fdb813; 
}
/*------------------------------------------------------------------
4. #ffc221
-------------------------------------------------------------------*/
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-color: #ffc221;
	border-color: #ffc221;
}
.picons_social .icon{
	display: block;
	width: 30px;
	height: 40px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-001_forrst.png);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
.picons_social .forrst{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-001_forrst.png);
}
.picons_social .dribbble{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-002_dribbble.png);
}
.picons_social .twitter{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-003_twitter.png);
}
.picons_social .flickr{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-004_flickr.png);
}
.picons_social .twitter-1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-005_twitter.png);
}
.picons_social .facebook{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-006_facebook.png);
}
.picons_social .skype{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-007_skype.png);
}
.picons_social .digg{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-008_digg.png);
}
.picons_social .google{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-009_google.png);
}
.picons_social .html5{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-010_html5.png);
}
.picons_social .linkedin{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-011_linkedin.png);
}
.picons_social .last_fm{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-012_last_fm.png);
}
.picons_social .vimeo{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-013_vimeo.png);
}
.picons_social .yahoo{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-014_yahoo.png);
}
.picons_social .tumblr{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-015_tumblr.png);
}
.picons_social .apple{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-016_apple.png);
}
.picons_social .windows{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-017_windows.png);
}
.picons_social .youtube{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-018_youtube.png);
}
.picons_social .delicious{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-019_delicious.png);
}
.picons_social .rss{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-020_rss.png);
}
.picons_social .picasa{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-021_picasa.png);
}
.picons_social .deviantart{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-022_deviantart.png);
}
.picons_social .technorati{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-023_technorati.png);
}
.picons_social .stumbleupon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-024_stumbleupon.png);
}
.picons_social .blogger{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-025_blogger.png);
}
.picons_social .wordpress{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-026_wordpress.png);
}
.picons_social .amazon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-027_amazon.png);
}
.picons_social .appstore{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-028_appstore.png);
}
.picons_social .paypal{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-029_paypal.png);
}
.picons_social .myspace{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-030_myspace.png);
}
.picons_social .dropbox{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-031_dropbox.png);
}
.picons_social .windows8{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-032_windows8.png);
}
.picons_social .pinterest{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-033_pinterest.png);
}
.picons_social .soundcloud{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-034_soundcloud.png);
}
.picons_social .google_drive{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-035_google_drive.png);
}
.picons_social .android{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-036_android.png);
}
.picons_social .behance{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-037_behance.png);
}
.picons_social .instagram{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-038_instagram.png);
}
.picons_social .ebay{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-039_ebay.png);
}
.picons_social .google_plus{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-040_google_plus.png);
}


.picons_social .forrst1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-041_forrst.png);
}
.picons_social .dribbble1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-042_dribbble.png);
}
.picons_social .twitter1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-043_twitter.png);
}
.picons_social .flickr1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-044_flickr.png);
}
.picons_social .twitter-11{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-045_twitter.png);
}
.picons_social .facebook1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-046_facebook.png);
}
.picons_social .skype1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-047_skype.png);
}
.picons_social .digg1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-048_digg.png);
}
.picons_social .google1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-049_google.png);
}
.picons_social .html51{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-050_html5.png);
}
.picons_social .linkedin1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-051_linkedin.png);
}
.picons_social .last_fm1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-052_last_fm.png);
}
.picons_social .vimeo1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-053_vimeo.png);
}
.picons_social .yahoo1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-054_yahoo.png);
}
.picons_social .tumblr1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-055_tumblr.png);
}
.picons_social .apple1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-056_apple.png);
}
.picons_social .windows1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-057_windows.png);
}
.picons_social .youtube1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-058_youtube.png);
}
.picons_social .delicious1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-059_delicious.png);
}
.picons_social .rss1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-060_rss.png);
}
.picons_social .picasa1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-061_picasa.png);
}
.picons_social .deviantart1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-062_deviantart.png);
}
.picons_social .technorati1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-063_technorati.png);
}
.picons_social .stumbleupon1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-064_stumbleupon.png);
}
.picons_social .blogger1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-065_blogger.png);
}
.picons_social .wordpress1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-066_wordpress.png);
}
.picons_social .amazon1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-067_amazon.png);
}
.picons_social .appstore1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-068_appstore.png);
}
.picons_social .paypal1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-069_paypal.png);
}
.picons_social .myspace1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-070_myspace.png);
}
.picons_social .dropbox1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-071_dropbox.png);
}
.picons_social .windows81{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-072_windows8.png);
}
.picons_social .pinterest1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-073_pinterest.png);
}
.picons_social .soundcloud1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-074_soundcloud.png);
}
.picons_social .google_drive1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-075_google_drive.png);
}
.picons_social .android1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-076_android.png);
}
.picons_social .behance1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-077_behance.png);
}
.picons_social .instagram1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-078_instagram.png);
}
.picons_social .ebay1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-079_ebay.png);
}
.picons_social .google_plus1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social/social-080_google_plus.png);
}

.footer-meta .picons_social .icon{
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-001_forrst.png);
	background-repeat: no-repeat;
	background-position: 0;
}
.footer-meta .picons_social .forrst{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-001_forrst.png);
}
.footer-meta .picons_social .dribbble{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-002_dribbble.png);
}
.footer-meta .picons_social .twitter{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-003_twitter.png);
}
.footer-meta .picons_social .flickr{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-004_flickr.png);
}
.footer-meta .picons_social .twitter-1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-005_twitter.png);
}
.footer-meta .picons_social .facebook{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-006_facebook.png);
}
.footer-meta .picons_social .skype{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-007_skype.png);
}
.footer-meta .picons_social .digg{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-008_digg.png);
}
.footer-meta .picons_social .google{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-009_google.png);
}
.footer-meta .picons_social .html5{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-010_html5.png);
}
.footer-meta .picons_social .linkedin{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-011_linkedin.png);
}
.footer-meta .picons_social .last_fm{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-012_last_fm.png);
}
.footer-meta .picons_social .vimeo{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-013_vimeo.png);
}
.footer-meta .picons_social .yahoo{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-014_yahoo.png);
}
.footer-meta .picons_social .tumblr{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-015_tumblr.png);
}
.footer-meta .picons_social .apple{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-016_apple.png);
}
.footer-meta .picons_social .windows{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-017_windows.png);
}
.footer-meta .picons_social .youtube{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-018_youtube.png);
}
.footer-meta .picons_social .delicious{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-019_delicious.png);
}
.footer-meta .picons_social .rss{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-020_rss.png);
}
.footer-meta .picons_social .picasa{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-021_picasa.png);
}
.footer-meta .picons_social .deviantart{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-022_deviantart.png);
}
.footer-meta .picons_social .technorati{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-023_technorati.png);
}
.footer-meta .picons_social .stumbleupon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-024_stumbleupon.png);
}
.footer-meta .picons_social .blogger{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-025_blogger.png);
}
.footer-meta .picons_social .wordpress{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-026_wordpress.png);
}
.footer-meta .picons_social .amazon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-027_amazon.png);
}
.footer-meta .picons_social .appstore{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-028_appstore.png);
}
.footer-meta .picons_social .paypal{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-029_paypal.png);
}
.footer-meta .picons_social .myspace{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-030_myspace.png);
}
.footer-meta .picons_social .dropbox{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-031_dropbox.png);
}
.footer-meta .picons_social .windows8{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-032_windows8.png);
}
.footer-meta .picons_social .pinterest{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-033_pinterest.png);
}
.footer-meta .picons_social .soundcloud{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-034_soundcloud.png);
}
.footer-meta .picons_social .google_drive{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-035_google_drive.png);
}
.footer-meta .picons_social .android{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-036_android.png);
}
.footer-meta .picons_social .behance{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-037_behance.png);
}
.footer-meta .picons_social .instagram{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-038_instagram.png);
}
.footer-meta .picons_social .ebay{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-039_ebay.png);
}
.footer-meta .picons_social .google_plus{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-040_google_plus.png);
}


.footer-meta .picons_social .forrst1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-041_forrst.png);
}
.footer-meta .picons_social .dribbble1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-042_dribbble.png);
}
.footer-meta .picons_social .twitter1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-043_twitter.png);
}
.footer-meta .picons_social .flickr1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-044_flickr.png);
}
.footer-meta .picons_social .twitter-11{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-045_twitter.png);
}
.footer-meta .picons_social .facebook1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-046_facebook.png);
}
.footer-meta .picons_social .skype1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-047_skype.png);
}
.footer-meta .picons_social .digg1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-048_digg.png);
}
.footer-meta .picons_social .google1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-049_google.png);
}
.footer-meta .picons_social .html51{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-050_html5.png);
}
.footer-meta .picons_social .linkedin1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-051_linkedin.png);
}
.footer-meta .picons_social .last_fm1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-052_last_fm.png);
}
.footer-meta .picons_social .vimeo1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-053_vimeo.png);
}
.footer-meta .picons_social .yahoo1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-054_yahoo.png);
}
.footer-meta .picons_social .tumblr1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-055_tumblr.png);
}
.footer-meta .picons_social .apple1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-056_apple.png);
}
.footer-meta .picons_social .windows1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-057_windows.png);
}
.footer-meta .picons_social .youtube1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-058_youtube.png);
}
.footer-meta .picons_social .delicious1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-059_delicious.png);
}
.footer-meta .picons_social .rss1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-060_rss.png);
}
.footer-meta .picons_social .picasa1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-061_picasa.png);
}
.footer-meta .picons_social .deviantart1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-062_deviantart.png);
}
.footer-meta .picons_social .technorati1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-063_technorati.png);
}
.footer-meta .picons_social .stumbleupon1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-064_stumbleupon.png);
}
.footer-meta .picons_social .blogger1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-065_blogger.png);
}
.footer-meta .picons_social .wordpress1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-066_wordpress.png);
}
.footer-meta .picons_social .amazon1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-067_amazon.png);
}
.footer-meta .picons_social .appstore1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-068_appstore.png);
}
.footer-meta .picons_social .paypal1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-069_paypal.png);
}
.footer-meta .picons_social .myspace1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-070_myspace.png);
}
.footer-meta .picons_social .dropbox1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-071_dropbox.png);
}
.footer-meta .picons_social .windows81{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-072_windows8.png);
}
.footer-meta .picons_social .pinterest1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-073_pinterest.png);
}
.footer-meta .picons_social .soundcloud1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-074_soundcloud.png);
}
.footer-meta .picons_social .google_drive1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-075_google_drive.png);
}
.footer-meta .picons_social .android1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-076_android.png);
}
.footer-meta .picons_social .behance1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-077_behance.png);
}
.footer-meta .picons_social .instagram1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-078_instagram.png);
}
.footer-meta .picons_social .ebay1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-079_ebay.png);
}
.footer-meta .picons_social .google_plus1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_footer/social-080_google_plus.png);
}

.dark-bg .picons_social .forrst{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-001_forrst.png);
}
.dark-bg .picons_social .dribbble{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-002_dribbble.png);
}
.dark-bg .picons_social .twitter{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-003_twitter.png);
}
.dark-bg .picons_social .flickr{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-004_flickr.png);
}
.dark-bg .picons_social .twitter-1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-005_twitter.png);
}
.dark-bg .picons_social .facebook{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-006_facebook.png);
}
.dark-bg .picons_social .skype{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-007_skype.png);
}
.dark-bg .picons_social .digg{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-008_digg.png);
}
.dark-bg .picons_social .google{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-009_google.png);
}
.dark-bg .picons_social .html5{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-010_html5.png);
}
.dark-bg .picons_social .linkedin{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-011_linkedin.png);
}
.dark-bg .picons_social .last_fm{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-012_last_fm.png);
}
.dark-bg .picons_social .vimeo{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-013_vimeo.png);
}
.dark-bg .picons_social .yahoo{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-014_yahoo.png);
}
.dark-bg .picons_social .tumblr{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-015_tumblr.png);
}
.dark-bg .picons_social .apple{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-016_apple.png);
}
.dark-bg .picons_social .windows{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-017_windows.png);
}
.dark-bg .picons_social .youtube{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-018_youtube.png);
}
.dark-bg .picons_social .delicious{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-019_delicious.png);
}
.dark-bg .picons_social .rss{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-020_rss.png);
}
.dark-bg .picons_social .picasa{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-021_picasa.png);
}
.dark-bg .picons_social .deviantart{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-022_deviantart.png);
}
.dark-bg .picons_social .technorati{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-023_technorati.png);
}
.dark-bg .picons_social .stumbleupon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-024_stumbleupon.png);
}
.dark-bg .picons_social .blogger{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-025_blogger.png);
}
.dark-bg .picons_social .wordpress{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-026_wordpress.png);
}
.dark-bg .picons_social .amazon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-027_amazon.png);
}
.dark-bg .picons_social .appstore{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-028_appstore.png);
}
.dark-bg .picons_social .paypal{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-029_paypal.png);
}
.dark-bg .picons_social .myspace{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-030_myspace.png);
}
.dark-bg .picons_social .dropbox{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-031_dropbox.png);
}
.dark-bg .picons_social .windows8{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-032_windows8.png);
}
.dark-bg .picons_social .pinterest{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-033_pinterest.png);
}
.dark-bg .picons_social .soundcloud{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-034_soundcloud.png);
}
.dark-bg .picons_social .google_drive{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-035_google_drive.png);
}
.dark-bg .picons_social .android{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-036_android.png);
}
.dark-bg .picons_social .behance{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-037_behance.png);
}
.dark-bg .picons_social .instagram{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-038_instagram.png);
}
.dark-bg .picons_social .ebay{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-039_ebay.png);
}
.dark-bg .picons_social .google_plus{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-040_google_plus.png);
}


.dark-bg .picons_social .forrst1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-041_forrst.png);
}
.dark-bg .picons_social .dribbble1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-042_dribbble.png);
}
.dark-bg .picons_social .twitter1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-043_twitter.png);
}
.dark-bg .picons_social .flickr1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-044_flickr.png);
}
.dark-bg .picons_social .twitter-11{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-045_twitter.png);
}
.dark-bg .picons_social .facebook1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-046_facebook.png);
}
.dark-bg .picons_social .skype1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-047_skype.png);
}
.dark-bg .picons_social .digg1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-048_digg.png);
}
.dark-bg .picons_social .google1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-049_google.png);
}
.dark-bg .picons_social .html51{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-050_html5.png);
}
.dark-bg .picons_social .linkedin1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-051_linkedin.png);
}
.dark-bg .picons_social .last_fm1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-052_last_fm.png);
}
.dark-bg .picons_social .vimeo1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-053_vimeo.png);
}
.dark-bg .picons_social .yahoo1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-054_yahoo.png);
}
.dark-bg .picons_social .tumblr1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-055_tumblr.png);
}
.dark-bg .picons_social .apple1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-056_apple.png);
}
.dark-bg .picons_social .windows1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-057_windows.png);
}
.dark-bg .picons_social .youtube1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-058_youtube.png);
}
.dark-bg .picons_social .delicious1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-059_delicious.png);
}
.dark-bg .picons_social .rss1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-060_rss.png);
}
.dark-bg .picons_social .picasa1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-061_picasa.png);
}
.dark-bg .picons_social .deviantart1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-062_deviantart.png);
}
.dark-bg .picons_social .technorati1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-063_technorati.png);
}
.dark-bg .picons_social .stumbleupon1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-064_stumbleupon.png);
}
.dark-bg .picons_social .blogger1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-065_blogger.png);
}
.dark-bg .picons_social .wordpress1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-066_wordpress.png);
}
.dark-bg .picons_social .amazon1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-067_amazon.png);
}
.dark-bg .picons_social .appstore1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-068_appstore.png);
}
.dark-bg .picons_social .paypal1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-069_paypal.png);
}
.dark-bg .picons_social .myspace1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-070_myspace.png);
}
.dark-bg .picons_social .dropbox1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-071_dropbox.png);
}
.dark-bg .picons_social .windows81{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-072_windows8.png);
}
.dark-bg .picons_social .pinterest1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-073_pinterest.png);
}
.dark-bg .picons_social .soundcloud1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-074_soundcloud.png);
}
.dark-bg .picons_social .google_drive1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-075_google_drive.png);
}
.dark-bg .picons_social .android1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-076_android.png);
}
.dark-bg .picons_social .behance1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-077_behance.png);
}
.dark-bg .picons_social .instagram1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-078_instagram.png);
}
.dark-bg .picons_social .ebay1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-079_ebay.png);
}
.dark-bg .picons_social .google_plus1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_white/social-080_google_plus.png);
}


.meta_colored_icons.picons_social .forrst{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-001_forrst.png);
}
.meta_colored_icons.picons_social .dribbble{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-002_dribbble.png);
}
.meta_colored_icons.picons_social .twitter{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-003_twitter.png);
}
.meta_colored_icons.picons_social .flickr{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-004_flickr.png);
}
.meta_colored_icons.picons_social .twitter-1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-005_twitter.png);
}
.meta_colored_icons.picons_social .facebook{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-006_facebook.png);
}
.meta_colored_icons.picons_social .skype{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-007_skype.png);
}
.meta_colored_icons.picons_social .digg{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-008_digg.png);
}
.meta_colored_icons.picons_social .google{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-009_google.png);
}
.meta_colored_icons.picons_social .html5{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-010_html5.png);
}
.meta_colored_icons.picons_social .linkedin{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-011_linkedin.png);
}
.meta_colored_icons.picons_social .last_fm{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-012_last_fm.png);
}
.meta_colored_icons.picons_social .vimeo{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-013_vimeo.png);
}
.meta_colored_icons.picons_social .yahoo{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-014_yahoo.png);
}
.meta_colored_icons.picons_social .tumblr{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-015_tumblr.png);
}
.meta_colored_icons.picons_social .apple{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-016_apple.png);
}
.meta_colored_icons.picons_social .windows{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-017_windows.png);
}
.meta_colored_icons.picons_social .youtube{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-018_youtube.png);
}
.meta_colored_icons.picons_social .delicious{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-019_delicious.png);
}
.meta_colored_icons.picons_social .rss{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-020_rss.png);
}
.meta_colored_icons.picons_social .picasa{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-021_picasa.png);
}
.meta_colored_icons.picons_social .deviantart{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-022_deviantart.png);
}
.meta_colored_icons.picons_social .technorati{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-023_technorati.png);
}
.meta_colored_icons.picons_social .stumbleupon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-024_stumbleupon.png);
}
.meta_colored_icons.picons_social .blogger{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-025_blogger.png);
}
.meta_colored_icons.picons_social .wordpress{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-026_wordpress.png);
}
.meta_colored_icons.picons_social .amazon{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-027_amazon.png);
}
.meta_colored_icons.picons_social .appstore{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-028_appstore.png);
}
.meta_colored_icons.picons_social .paypal{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-029_paypal.png);
}
.meta_colored_icons.picons_social .myspace{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-030_myspace.png);
}
.meta_colored_icons.picons_social .dropbox{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-031_dropbox.png);
}
.meta_colored_icons.picons_social .windows8{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-032_windows8.png);
}
.meta_colored_icons.picons_social .pinterest{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-033_pinterest.png);
}
.meta_colored_icons.picons_social .soundcloud{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-034_soundcloud.png);
}
.meta_colored_icons.picons_social .google_drive{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-035_google_drive.png);
}
.meta_colored_icons.picons_social .android{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-036_android.png);
}
.meta_colored_icons.picons_social .behance{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-037_behance.png);
}
.meta_colored_icons.picons_social .instagram{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-038_instagram.png);
}
.meta_colored_icons.picons_social .ebay{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-039_ebay.png);
}
.meta_colored_icons.picons_social .google_plus{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-040_google_plus.png);
}


.meta_colored_icons.picons_social .forrst1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-041_forrst.png);
}
.meta_colored_icons.picons_social .dribbble1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-042_dribbble.png);
}
.meta_colored_icons.picons_social .twitter1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-043_twitter.png);
}
.meta_colored_icons.picons_social .flickr1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-044_flickr.png);
}
.meta_colored_icons.picons_social .twitter-11{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-045_twitter.png);
}
.meta_colored_icons.picons_social .facebook1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-046_facebook.png);
}
.meta_colored_icons.picons_social .skype1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-047_skype.png);
}
.meta_colored_icons.picons_social .digg1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-048_digg.png);
}
.meta_colored_icons.picons_social .google1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-049_google.png);
}
.meta_colored_icons.picons_social .html51{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-050_html5.png);
}
.meta_colored_icons.picons_social .linkedin1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-051_linkedin.png);
}
.meta_colored_icons.picons_social .last_fm1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-052_last_fm.png);
}
.meta_colored_icons.picons_social .vimeo1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-053_vimeo.png);
}
.meta_colored_icons.picons_social .yahoo1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-054_yahoo.png);
}
.meta_colored_icons.picons_social .tumblr1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-055_tumblr.png);
}
.meta_colored_icons.picons_social .apple1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-056_apple.png);
}
.meta_colored_icons.picons_social .windows1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-057_windows.png);
}
.meta_colored_icons.picons_social .youtube1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-058_youtube.png);
}
.meta_colored_icons.picons_social .delicious1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-059_delicious.png);
}
.meta_colored_icons.picons_social .rss1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-060_rss.png);
}
.meta_colored_icons.picons_social .picasa1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-061_picasa.png);
}
.meta_colored_icons.picons_social .deviantart1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-062_deviantart.png);
}
.meta_colored_icons.picons_social .technorati1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-063_technorati.png);
}
.meta_colored_icons.picons_social .stumbleupon1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-064_stumbleupon.png);
}
.meta_colored_icons.picons_social .blogger1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-065_blogger.png);
}
.meta_colored_icons.picons_social .wordpress1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-066_wordpress.png);
}
.meta_colored_icons.picons_social .amazon1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-067_amazon.png);
}
.meta_colored_icons.picons_social .appstore1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-068_appstore.png);
}
.meta_colored_icons.picons_social .paypal1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-069_paypal.png);
}
.meta_colored_icons.picons_social .myspace1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-070_myspace.png);
}
.meta_colored_icons.picons_social .dropbox1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-071_dropbox.png);
}
.meta_colored_icons.picons_social .windows81{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-072_windows8.png);
}
.meta_colored_icons.picons_social .pinterest1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-073_pinterest.png);
}
.meta_colored_icons.picons_social .soundcloud1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-074_soundcloud.png);
}
.meta_colored_icons.picons_social .google_drive1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-075_google_drive.png);
}
.meta_colored_icons.picons_social .android1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-076_android.png);
}
.meta_colored_icons.picons_social .behance1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-077_behance.png);
}
.meta_colored_icons.picons_social .instagram1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-078_instagram.png);
}
.meta_colored_icons.picons_social .ebay1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-079_ebay.png);
}
.meta_colored_icons.picons_social .google_plus1{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_16_gray/social-080_google_plus.png);
}

.meta_colored_icons.picons_social .forrst:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-001_forrst.png);
}
.meta_colored_icons.picons_social .dribbble:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-002_dribbble.png);
}
.meta_colored_icons.picons_social .twitter:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-003_twitter.png);
}
.meta_colored_icons.picons_social .flickr:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-004_flickr.png);
}
.meta_colored_icons.picons_social .twitter-1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-005_twitter.png);
}
.meta_colored_icons.picons_social .facebook:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-006_facebook.png);
}
.meta_colored_icons.picons_social .skype:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-007_skype.png);
}
.meta_colored_icons.picons_social .digg:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-008_digg.png);
}
.meta_colored_icons.picons_social .google:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-009_google.png);
}
.meta_colored_icons.picons_social .html5:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-010_html5.png);
}
.meta_colored_icons.picons_social .linkedin:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-011_linkedin.png);
}
.meta_colored_icons.picons_social .last_fm:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-012_last_fm.png);
}
.meta_colored_icons.picons_social .vimeo:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-013_vimeo.png);
}
.meta_colored_icons.picons_social .yahoo:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-014_yahoo.png);
}
.meta_colored_icons.picons_social .tumblr:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-015_tumblr.png);
}
.meta_colored_icons.picons_social .apple:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-016_apple.png);
}
.meta_colored_icons.picons_social .windows:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-017_windows.png);
}
.meta_colored_icons.picons_social .youtube:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-018_youtube.png);
}
.meta_colored_icons.picons_social .delicious:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-019_delicious.png);
}
.meta_colored_icons.picons_social .rss:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-020_rss.png);
}
.meta_colored_icons.picons_social .picasa:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-021_picasa.png);
}
.meta_colored_icons.picons_social .deviantart:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-022_deviantart.png);
}
.meta_colored_icons.picons_social .technorati:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-023_technorati.png);
}
.meta_colored_icons.picons_social .stumbleupon:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-024_stumbleupon.png);
}
.meta_colored_icons.picons_social .blogger:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-025_blogger.png);
}
.meta_colored_icons.picons_social .wordpress:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-026_wordpress.png);
}
.meta_colored_icons.picons_social .amazon:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-027_amazon.png);
}
.meta_colored_icons.picons_social .appstore:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-028_appstore.png);
}
.meta_colored_icons.picons_social .paypal:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-029_paypal.png);
}
.meta_colored_icons.picons_social .myspace:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-030_myspace.png);
}
.meta_colored_icons.picons_social .dropbox:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-031_dropbox.png);
}
.meta_colored_icons.picons_social .windows8:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-032_windows8.png);
}
.meta_colored_icons.picons_social .pinterest:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-033_pinterest.png);
}
.meta_colored_icons.picons_social .soundcloud:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-034_soundcloud.png);
}
.meta_colored_icons.picons_social .google_drive:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-035_google_drive.png);
}
.meta_colored_icons.picons_social .android:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-036_android.png);
}
.meta_colored_icons.picons_social .behance:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-037_behance.png);
}
.meta_colored_icons.picons_social .instagram:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-038_instagram.png);
}
.meta_colored_icons.picons_social .ebay:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-039_ebay.png);
}
.meta_colored_icons.picons_social .google_plus:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-040_google_plus.png);
}


.meta_colored_icons.picons_social .forrst1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-041_forrst.png);
}
.meta_colored_icons.picons_social .dribbble1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-042_dribbble.png);
}
.meta_colored_icons.picons_social .twitter1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-043_twitter.png);
}
.meta_colored_icons.picons_social .flickr1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-044_flickr.png);
}
.meta_colored_icons.picons_social .twitter-11:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-045_twitter.png);
}
.meta_colored_icons.picons_social .facebook1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-046_facebook.png);
}
.meta_colored_icons.picons_social .skype1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-047_skype.png);
}
.meta_colored_icons.picons_social .digg1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-048_digg.png);
}
.meta_colored_icons.picons_social .google1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-049_google.png);
}
.meta_colored_icons.picons_social .html51:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-050_html5.png);
}
.meta_colored_icons.picons_social .linkedin1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-051_linkedin.png);
}
.meta_colored_icons.picons_social .last_fm1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-052_last_fm.png);
}
.meta_colored_icons.picons_social .vimeo1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-053_vimeo.png);
}
.meta_colored_icons.picons_social .yahoo1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-054_yahoo.png);
}
.meta_colored_icons.picons_social .tumblr1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-055_tumblr.png);
}
.meta_colored_icons.picons_social .apple1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-056_apple.png);
}
.meta_colored_icons.picons_social .windows1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-057_windows.png);
}
.meta_colored_icons.picons_social .youtube1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-058_youtube.png);
}
.meta_colored_icons.picons_social .delicious1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-059_delicious.png);
}
.meta_colored_icons.picons_social .rss1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-060_rss.png);
}
.meta_colored_icons.picons_social .picasa1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-061_picasa.png);
}
.meta_colored_icons.picons_social .deviantart1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-062_deviantart.png);
}
.meta_colored_icons.picons_social .technorati1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-063_technorati.png);
}
.meta_colored_icons.picons_social .stumbleupon1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-064_stumbleupon.png);
}
.meta_colored_icons.picons_social .blogger1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-065_blogger.png);
}
.meta_colored_icons.picons_social .wordpress1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-066_wordpress.png);
}
.meta_colored_icons.picons_social .amazon1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-067_amazon.png);
}
.meta_colored_icons.picons_social .appstore1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-068_appstore.png);
}
.meta_colored_icons.picons_social .paypal1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-069_paypal.png);
}
.meta_colored_icons.picons_social .myspace1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-070_myspace.png);
}
.meta_colored_icons.picons_social .dropbox1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-071_dropbox.png);
}
.meta_colored_icons.picons_social .windows81:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-072_windows8.png);
}
.meta_colored_icons.picons_social .pinterest1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-073_pinterest.png);
}
.meta_colored_icons.picons_social .soundcloud1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-074_soundcloud.png);
}
.meta_colored_icons.picons_social .google_drive1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-075_google_drive.png);
}
.meta_colored_icons.picons_social .android1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-076_android.png);
}
.meta_colored_icons.picons_social .behance1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-077_behance.png);
}
.meta_colored_icons.picons_social .instagram1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-078_instagram.png);
}
.meta_colored_icons.picons_social .ebay1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-079_ebay.png);
}
.meta_colored_icons.picons_social .google_plus1:hover{
	background-image: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/img-icons/picons_social_colored/social-080_google_plus.png);
}
.header-borders > div.email-header-top{
	display:none !important;
}

/* Social ikone */

#csbwfs-delaydiv #csbwfs-bottom{
	z-index:1;
	padding-top:5px;
	background-color:#FFF;
	opacity:0.5;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#csbwfs-delaydiv #csbwfs-bottom:hover{
	opacity:1;
}

#csbwfs-delaydiv #csbwfs-bottom > div{
	display:block !important;
}

#csbwfs-delaydiv #csbwfs-bottom .csbwfs-sbutton{
	margin:0px 5px;
}

/* Radno vrijeme */

.header-borders > div.header-content-wrap{
	display:none;
}

/* WC Cart */

.header-bottom .lpd-shopping-cart{
	display:none;
}

/* WC Proizvodi */

ul.lpd-products > li{
	float:none;
	display:inline-block;
	width: calc(25% - 3px);
	vertical-align:top;
}

/* Footer */

div.footer-bottom.dark-theme{
	padding-bottom:52px;
}

/* Footer - karta */

.kontakt-karta h4.title{
	margin-top:0px;
}

.kontakt-karta li{
	display:inline-block;
	width:calc((100% - 30px)/4);
	text-align:center;
}

@media (max-width:991px){
	
	/* Header - Top */
	.header-borders{
		border: 1px rgba(255, 255, 255, 0.1) solid !important;
	}
	
	.header-borders > div.lpd-animated-link{
		width:calc(100% / 3);
		text-align:center;
		display:inline-block !important;
		vertical-align:top;
		margin:0px -1px;
	}
	
	.header-borders > div.lpd-animated-link > div{
		padding-left:0px;
		padding-right:0px;
		border: 0px !important;
	}
	
	.header-borders > div.email-header-top{
		border: 0px;
		background:none;
		padding:9px 0px;
	}
	
	.header-borders > div.email-header-top > a{
		color:rgba(255, 255, 255, 0.7);
	}
	
	.header-borders > div.lpd-animated-link > div.right-custom-meta{
		display:none;
	}
	
	.header-borders > div.header-content-wrap{
		display:block;
	}
	
	.header-borders > div.header-content-wrap td.first-work-hours{
		border: 0px;
		background-image:none;
		padding:0px;
	}
	
	.header-borders > div.header-content-wrap td.first-work-hours span{
		margin: 0px 5px;
	}
	
	.header-borders > div.header-content-wrap td.first-work-hours br{
		display:none;
	}
	
	/* Header - Middle */
	
	div.header-middle div.header-content-wrap{
		display:none;
	}
	
	div.header-middle-logo-center-right-conteiner div.email-container.visible-xs.visible-sm{
		display:none !important;
	}
	
	div.header-middle div.header-middle-search.visible-xs.visible-sm{
		display:none !important;
	}
	
	/* Header - Bottom */
	
	div.header-bottom div.header-search{
		display:block !important;
		border:0px;
	}
	
	div.header-bottom div#menuMega{
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 50px);
	}
	
	div.header-bottom div.menuToggle{
		padding:15px 10px;
	}
	
	/* WC Proizvodi */

	ul.lpd-products > li{
		width: calc(50% - 2px);
	}
	
	/* Footer - Bottom */
	
	.footer-bottom div.footer-m-copyright, .footer-bottom div.payment-methods img{
		margin:10px 0px;
	}
}

@media (max-width:767px){
	.home .vc_col-xs-6{
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	
	/* Footer - karta */

	.kontakt-karta li{
		width:((100% - 30px)/2);
		margin-bottom:5px;
	}
}

@media (max-width:550px){
	.header-borders > div.lpd-animated-link{
		width:50%;
	}
	
	div.header-borders div.right_header_meta{
		width:100%;
	}
	
	/* Header - Middle */
	
	.header-middle div.header-middle-logo-center-right-conteiner{
		display:none;
	}
	
	/* Header - Bottom */
	
	div.header-bottom div#menuMega{
		width:calc(100% - 110px);
	}
	
	.header-bottom .lpd-shopping-cart{
		display:inline-block;
		border: 0px;
		margin:0px 0px -6px 0px;
		padding: 0px;
		border-left:1px solid #ebebeb;
	}
	
	.header-bottom .lpd-shopping-cart a.cart-total{
		display:none !important;
	}
	
	.header-bottom .lpd-shopping-cart a.cart-button{
		display:block !important;
	}
	
	.header-bottom .lpd-shopping-cart span.cart-button-total{
		display:none;
	}
	
	.header-bottom .lpd-shopping-cart span.cart-icon .icon{
		margin-left:0px;
		background-size:70%;
		height:50px;
		width:47px;
	}
	
	.header-bottom .lpd-shopping-cart span.cart-icon .count{
		top:5px;
		right:5px;
	}
	
	.header-bottom .lpd-shopping-cart div.cart-dropdown{
		display:block !important;
		right: -40px;
	}
	
	/* Footer - karta */

	.kontakt-karta li{
		width:100%;
		margin-bottom:5px;
	}
}

@media (max-width:370px){
	.header-borders > div.lpd-animated-link{
		width:100%;
	}
}

/*Front blog*/

.blog .mobile-blog-nas {
	display: none;
}

/* Scroll to Top */

.scrolltotop{
	display:block;
	width:50px;
	height:50px;
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:9;
	cursor:pointer;
	border-radius:10px;
	background-color:#b7b7b7;
	background-image:url(//gumi-major.hr/wp-content/themes/gumimajor/assets/images/icon-arrow-up-white.png);
	background-size:100% 100%;
}
/*=============================================================================*/
			/* not display the link to clear the select field in frontend
			and not display label cijena*/

a.reset_variations {
    display: none !important;
}

dt.variation-Cijena {
    display: none !important;
} 
td.label{
	display: none !important;
}

.single_variation{
	border-top:0px !important;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
}

del .woocommerce-Price-amount.amount{
	font-size: 18px;
}
.radio-row{
	clear: both;
}
.radio-button-input {
    width: 5%;
    float: left;
    text-align: left;
    position: relative;
	top: 2px;
}
.radio-button-label {
    width: auto;
    float: left;
}
.wordpress-456repair.woocommerce-page div.product form.cart .variations{
	margin-bottom: 10px !important;
}
dt.variation-cijena{
	display: none !important;
}
.product_list_widget li div.woocommerce-variation.single_variation{
	border-bottom: 0px;
	padding:0px;
}
/* uredjivanje cijena na pocetnoj stranici unutar prizvoda na akcija*/
.delCijena{
	color: rgba(0,0,0,.5);
	font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 18px;
	text-decoration: line-through;
	width: 50%;
}
.insCijena{
	width: 50%;
	font-size: 16px;
}
/* uredjivanje cijena na stranici za placanje*/
.woocommerce-checkout.woocommerce-order-received dl.variation dt.variation-pa_cijena{
	display: none;
}
/*------------------------------------------------------------------
3d Mega Menu for Bootstrap 
- http://codecanyon.net/item/3d-mega-menu-for-bootstrap/5234596 
-------------------------------------------------------------------*/

.menu3dmega.skin-456repair{
    background-color:transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.menu3dmega.skin-456repair > ul > li.no-link:hover{
    background-color:transparent;
}
.menu3dmega.skin-456repair > ul ul li > a:hover{
    color:#555;
}

/* Main Menu */
#container h1,#container h2,#container h3,#container h4,#container h5,#container h6{
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
}
#container{
    clear:both;
    margin:30px auto
}
#menuMega {
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.lpd-new-header #menuMega {
		clear: both;
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.lpd-new-header #menuMega {
		padding-top: 0;
	}
}
.menu-container{
	position: relative;
}
@media (min-width: 992px) {
	.mega-menu ul{
		min-width: 165px;
	}
	.standard-menu ul{
		min-width: 165px;
	}
}
.standard-menu .dropdown-menu ul{
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
}
.lpd-new-header .standard-menu .dropdown-menu ul{
	border-top: none;
	background-color: #fff !important;
}
.standard-menu .dropdown-menu ul li{
	border-bottom:1px solid #ebebeb;
}
.menu3dmega li.standard-menu .dropdown-menu ul ul{
	border-top:1px solid #ebebeb;
}
@media (min-width: 768px) {
	.menu3dmega.new_sep_element > ul > li > a:after{
		position: absolute;
		content: "";
		top: 50%;
		left: -1px;
		height: 3px;
		width: 3px;
		display: block;
		border: 1px solid #ccc;
		z-index: 1;
	}
	.menu3dmega.new_sep_element > ul > li:first-child > a:after{
		display: none;
	}
}

/* ---------------------------------- HORIZONTAL STYLE ---------------------------------- */
.menu3dmega{
}
.menu3dmega ul
{
    margin:0;
    padding: 0;
}
@media (min-width: 768px) {
	.lpd-new-header .menu3dmega > ul{
		padding-right: 0;
	}
}
@media (min-width: 992px) {
	.lpd-new-header .menu3dmega > ul{
		padding-right: 65px;
	}
}
@media (min-width: 1200px) {
	.lpd-new-header .menu3dmega > ul{
		padding-right: 200px;
	}
}
.menu3dmega li .dropdown-menu{
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.menu3dmega ul li
{
    list-style:none;
}

.menu3dmega > ul > li > a:hover
{
    background: rgba(0,0,0,0.02) !important;
	-webkit-transition: all 0.5s ease-in 0s; 
	-moz-transition: all 0.5s ease-in 0s; 
	-o-transition: all 0.5s ease-in 0s; 
	transition: all 0.5s ease-in 0s;
}
.menu3dmega > ul > li.open > a,
.menu3dmega > ul > li.current-menu-item > a,
.menu3dmega > ul > li.current_page_item > a,
.menu3dmega > ul > li.current-page-ancestor > a,
.menu3dmega > ul > li.current-menu-parent > a,
.menu3dmega > ul > li.current_page_item > a,
.menu3dmega > ul > li.current_page_parent > a,
.menu3dmega > ul > li.current_page_ancestor > a{
    background: rgba(0,0,0,0.02) !important;
}
.menu3dmega a,.menu3dmega a:visited
{
    outline: 0 none;
}
.menu3dmega{
    position:relative;
}
.menu3dmega:after
{
    clear:both;
    content:"";
    display:block;
}

.menu3dmega > ul > li {
	float:left;
	display:inline-block;
	position:static;
	text-align:left;
    
}
.menu3dmega > ul > li.last
{

}
/*@media (min-width: 768px) {
	.menu3dmega > ul > li:first-child > a,
	.menu3dmega > ul > li.first > a
	{
		padding-left: 0;
	}
}*/

/*AUTO WIDTH COL*/
.menu3dmega > ul > li.full-width{
    position:static ;
}
.menu3dmega .full-width .dropdown-menu
{
    
    left:-1px;
    width:100%;
}


/*FIX WIDTH COL*/

.menu3dmega > ul > li > a, .menu3dmega > ul > li > span
{
    padding: 15px 15px;
    color: #555;
    display: block;
    outline: 0;
    text-decoration: none;
}
.lpd-new-header .menu3dmega > ul > li > a,
.lpd-new-header .menu3dmega > ul > li > span{
	padding: 60px 15px;
}

@media (max-width: 767px) {
	.lpd-new-header .menu3dmega > ul > li > a, .lpd-new-header .menu3dmega > ul > li > span,
	.menu3dmega > ul > li > a, .menu3dmega > ul > li > span
	{
	    padding: 10px;
	}
}
@media (max-width: 991px) {
	.lpd-new-header .menu3dmega > ul > li > a, .lpd-new-header .menu3dmega > ul > li > span
	{
	   padding: 15px;
	}
}
.menu3dmega > ul > li .icon-menu
{
    float:left;
    height:16px;
    margin-right:7px;
}

.menu3dmega > ul > li > .arrow-icon,.menu3dmega > ul > li > .arrow-icon-bottom
{
    padding-right:25px;
    cursor:pointer;
    position:relative;
}
.menu3dmega > ul > li p a
{
    text-decoration:none;
}

.menu3dmega > ul li > a{
    position: relative;
    text-decoration:none;
    color: #959595;
    font-size: 15px;
    display:block;
    z-index: 1;
}
.menu3dmega > ul > li > a:before{
	content: "";
	top: -1px;
	left: 50%;
	position: absolute;
	height: 1px;
	width: 0;
	display: block;
	z-index: 1;
	-webkit-transition: all 500ms cubic-bezier(.25,.1,.25,1) 0s !important;
	-moz-transition: all 500ms cubic-bezier(.25,.1,.25,1) 0s !important;
	-o-transition: all 500ms cubic-bezier(.25,.1,.25,1) 0s !important;;
	transition: all 500ms cubic-bezier(.25,.1,.25,1) 0s !important;
}
.lpd-new-header .menu3dmega > ul > li > a:before{
	bottom: -1px;
	top: auto;
}
.menu3dmega > ul > li.open > a:before,
.menu3dmega ul > li.current-menu-item > a:before,
.menu3dmega ul > li.current_page_item > a:before,
.menu3dmega ul > li.current-page-ancestor > a:before,
.menu3dmega ul > li.current-menu-parent > a:before,
.menu3dmega ul > li.current_page_item > a:before,
.menu3dmega ul > li.current_page_parent > a:before,
.menu3dmega ul > li.current_page_ancestor > a:before,
.menu3dmega > ul > li > a:hover:before{
	width: 100%;
	left: 0;
}
@media (max-width: 767px) {
	.menu3dmega > ul li > a:before{
		display: none;
	}
}
/*.menu3dmega > ul li:first-child > a:before,
.menu3dmega > ul li.first > a:before{
	display: none;
}*/
.menu3dmega > ul > li.open > a,
.menu3dmega > ul > li:hover > .arrow-icon-bottom:after, 
.menu3dmega > ul > li:hover > a,
.menu3dmega > ul > li:hover > a:after,
.menu3dmega > ul > li:hover > .arrow-icon-bottom{
	color: #555;
}
.menu3dmega > ul ul li > a{
    color:#959595;
   	padding-left: 3px;
   	font-size: 13px;	
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
	background-color:transparent !important;
	background-image: none !important;
	color:#555;
}

.menu3dmega >ul > li > .dropdown-menu
{
    left:auto;
}
.menu3dmega li .dropdown-menu
{
    position:absolute;
	text-align:left;

	white-space: nowrap;
	display:none;

    background-color:#fff;
    margin:0;
	box-shadow:0 4px 6px rgba(0,0,0,0.17);
    -webkit-box-shadow:0 4px 6px rgba(0,0,0,0.17);
	-moz-box-shadow:0 4px 6px rgba(0,0,0,0.17);
}
.lpd-new-header .menu3dmega li .dropdown-menu{
    background-color: transparent;	
}
.lpd-new-header .menu3dmega li .dropdown-menu{
	padding: 1px 0 0;
}
/*.menu3dmega li.first .dropdown-menu{
	margin-left: 9px;
}*/
.menu3dmega .dropdown-menu > ul > li a
{
    color: #959595;
    display: block;
    line-height: 20px;
    padding: 8px 15px;
    white-space: nowrap;
}
.menu3dmega .dropdown-menu > ul li.open > a,
.menu3dmega .dropdown-menu > ul > li a:hover{
	color: #555;
	background-color: #fafafa !important;
}
.menu3dmega .dropdown-menu [class*="col-lg"]:first-child
{
    margin-left: 0;
}
.menu3dmega .grid-demo [class*="col-lg"] {
    background: none repeat scroll 0 0 #EEEEEE;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    border:1px solid #ccc;
}
.menu3dmega li .sub{
	border-top:1px solid #ccc;
    display:none;
    position:absolute;
    top:-1px;
    z-index:20;
}

.menu3dmega span.arrow-icon:after{
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    font-size: 0;
    position: absolute;
    right: 16px;
    top: 40%;
    height: 0;
    width: 0;
    z-index: 9;
    border-style: solid;
    border-width: 4px 0px 4px 4px;
    border-color:transparent transparent transparent #959595;
}
.menu3dmega .dropdown-menu > ul li.open > span.arrow-icon:after,
.menu3dmega .dropdown-menu > ul > li:hover span.arrow-icon:after{
    border-color:transparent transparent transparent #555;
}
.menu3dmega {
	
}
.menu3dmega span.arrow-icon-bottom:after
{
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    font-size: 0;
    position: absolute;
    right: 8px;
    height: 0;
    top: 46%;
    width: 0;
    
    border-style: solid dashed dashed dashed;
    border-width: 4px 4px 0 4px;
    border-color:#eee transparent transparent transparent;
    
    
}

/*MENU TOGGLE*/
.menu3dmega .menuToggle
{
    display:none;
    cursor: pointer;
    display: none;
    font-size: 12px;
    padding: 12px 10px;
    text-align: left;
    text-transform: uppercase;
}
.menu3dmega .menuToggle .megaMenuToggle-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    float: right;
    height: 2px;
    margin-top: 12px;
    position: relative;
    text-align: left;
    width: 16px;
}
.menu3dmega .menuToggle .megaMenuToggle-icon:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    content: "";
    height: 2px;
    position: absolute;
    top: -4px;
    width: 16px;
}
.menu3dmega .menuToggle .megaMenuToggle-icon:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    content: "";
    height: 2px;
    position: absolute;
    top: -8px;
    width: 16px;
}



.menu3dmega p {
	line-height:18px;
	margin:0 0 22px 0;
	white-space:normal;
	clear:both;
	text-align:justify;
}

.menu3dmega li .blackbox {
	background-color:#555;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

.menu3dmega li .blue {
	background-color: #444;
    box-shadow: 0px 4px 12px #000 inset;
    -webkit-box-shadow: 0px 4px 12px #000 inset;
	-moz-box-shadow: 0px 4px 12px #000 inset;

    padding: 7px 10px;
    text-shadow: 1px 1px 1px #000000;
}

.menu3dmega .blue li a{
	color: #FFFFFF !important;
	text-shadow:0 1px 0 #000 !important;}

.menu3dmega li ul {
	list-style:none;
	margin:0;
}




.menu3dmega li ul li {
	padding:5px 0;
	position:relative;
	margin:0;
	float:none;
	text-align:left;
}
/*.menu3dmega li ul li:hover {
	background: rgba(0, 0, 0, 0.08);
}*/
.menu3dmega li.standard-menu ul li {
	padding:0;
}


.menu3dmega li .grisbox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;
	-moz-border-radius:5px 5px 2px 2px;
    -webkit-border-radius:5px 5px 2px 2px;
    -khtml-border-radius: 5px 5px 2px 2px;
    border-radius: 5px 5px 2px 2px;
	-webkit-box-shadow:inset 0 0 3px #ccc;
	-moz-box-shadow:inset 0 0 3px #ccc;
	box-shadow:inset 0 0 3px #ccc;
}



.menu3dmega .imgclass{
	float:left;
	margin-top:3px;
	margin-right:10px;
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;}
	
.menu3dmega .text{
	width:230px;
	display:block;
}
.menu3dmega .menu-title
{
    color: #555;
    display: block;
    font-size: 14px;
    font-weight:bold;
    margin-bottom:10px;
    text-decoration:none;
}
.menu3dmega .hide-title .menu-title{
	display: none;
}
.menu3dmega .desc
{
    font-style:italic;
    color:#999;
    font-size:10px;
    display:block;
    font-weight:normal;
}

.menu3dmega .separator
{
    clear:both;
    margin:0px 0 10px 0;
    height:1px;
    display:block;
    border-bottom: 1px solid #eee;
}


.menu3dmega .separator:before, .separator:after {
    content: "";
    display: table;
    line-height: 0;
}
.menu3dmega .content {
    padding: 20px 15px 0;
    border-top:1px solid #ebebeb;
    background-color: #fff;

}
.lpd-new-header .menu3dmega .content {
    border-top: none;
    background-color: #fff;

}
.menu3dmega .content .row > div{
	margin-bottom: 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.menu3dmega .content .row > div:first-child{
	border-left: none;
}
.menu3dmega .content:after
{
    clear: both;
    content: "";
    display: table;
    line-height: 0;
}
.menu3dmega .clearfix > .menu-title{
	margin: 10px 20px;
}
.menu3dmega .left
{
    float:left;
}
.menu3dmega .right
{
    float:right !important;
}

.menu3dmega div[class*="animate-"]
{
    display:none;
    position:absolute;
}

.menu3dmega > ul > li.right
{
    border-left:none !important;
    border-right:none !important;
}

.menu3dmega .thumbnail-item{
	text-align: center;
}
.menu3dmega .thumbnail-item.alight-content-left{
	text-align: left;
}
.menu3dmega .full-width-thumbnail .thumbnail-item-wrap{
	max-width: 100%;
	width: 100%;
}
.menu3dmega .thumbnail-item-wrap{
	display: inline-block;
	max-width: 250px;
	width: 100%;
}
@media (max-width: 991px) {
	.menu3dmega .thumbnail-item-wrap{
		max-width: 100%;
	}
}
.menu3dmega .thumbnail-object{
	display: block;
	position: relative;
	margin-bottom: 10px;
	border: 3px double #ebebeb;
	padding: 1px;
    -webkit-transition: all 0.15s ease-in-out 0s;  
    -moz-transition: all 0.15s ease-in-out 0s;  
    -o-transition: all 0.15s ease-in-out 0s;  
    -ms-transition: all 0.15s ease-in-out 0s;  
    transition: all 0.15s ease-in-out 0s;
}
.menu3dmega .thumbnail-object:hover{
	border-color: #ccc;
}
.menu3dmega .thumbnail-object-img{
	width: 100%
}
.menu3dmega .thumbnail-item .thumbnail-item-title{
	font-size: 14px;
	float: left;
}
.menu3dmega .thumbnail-item .thumbnail-item-content-portfolio .thumbnail-item-title{
	float: none;
}
.menu3dmega .thumbnail-item .thumbnail-item-price{
	float: right;
}
.menu3dmega .thumbnail-item .menu-description{
    color: #959595;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
}
.menu3dmega li .dropdown-menu .lpd-onsale,
.menu3dmega li .dropdown-menu .lpd-out-of-s{
	white-space: normal;
}
.menu3dmega li .dropdown-menu .lpd-out-of-s{
	right: 10px !important;
}

/* ======= RESPONSIVE ======= */


/* TABLET*/
@media (min-width:480px) and (max-width:767px){
    .menu3dmega.responsive > ul > li,
    .menu3dmega.responsive li.menu-non-dropdown 
    {
        width:50%;
    }
    
  
    .menu3dmega.responsive > ul > li > div
    {
        width:100%;
        left:0;
    }
    
}


/* MOBILE*/
@media (max-width: 480px) {
    .menu3dmega.responsive > ul > li, 
    .menu3dmega.responsive li.menu-non-dropdown
    {
        width:100%;
    }
  
    .menu3dmega.responsive > ul > li > .arrow-icon-bottom:after{
        right:5%;
    }
}



/* SCREEN */
@media (min-width: 768px)  {
    .menu3dmega.responsive .menuToggle
	{
        display:none;
    }
    .menu3dmega.responsive 
	{
        display:block;
    }
	.menu3dmega.responsive > ul{
		display:block !important;
	}
}

/* MOBILE & TABLET*/
@media (max-width: 767px)  
{
	.menu3dmega > ul > li.first
	{
		margin-left: 0;
	}
    .menu3dmega.responsive {
        border:none !important;
    }
    .menu3dmega.responsive .menuToggle
    {
        display:block;
    }
    .menu3dmega.responsive > ul
    {
        display:none;
    }
   
    .menu3dmega.responsive .contact-form input[type=text],
    .menu3dmega.responsive .contact-form textarea{
        width:98%;
    }
    .menu3dmega.responsive > ul > li > a,
    .menu3dmega.responsive > ul > li > .arrow-icon,
    .menu3dmega.responsive > ul > li > .arrow-icon-bottom{
        position:relative;
    }
    .menu3dmega.responsive li > .arrow-icon:after{
        background: none repeat scroll 0 0 transparent;
        border-color: #959595 transparent transparent;
        border-style: solid dashed dashed;
        border-width: 4px 4px 0;
        content: "";
        display: inline-block;
        font-size: 0;
        margin-top: -1px;
        padding-top: 1px;
        position: absolute;
        top: 50%;
    }
	.menu3dmega.responsive .dropdown-menu > ul li.open > span.arrow-icon:after,
	.menu3dmega.responsive .dropdown-menu > ul > li:hover span.arrow-icon:after{
	   	border-color: #555 transparent transparent;
	}
    .menu3dmega.responsive > ul > li {
        border-left:none !important;
        border-right:none !important;
    }
    
    .menu3dmega.responsive li .dropdown-menu
    {
        width:100%;
        left:0 ;
        top:auto;
        border-left:none !important;
        border-right:none !important;
        
    }
   
}





/* ---------------------------------- VERTICAL STYLE ONLY SCREEN---------------------------------- */

@media (min-width: 768px)  {
    .menu3dmega.vertical
    {
        width:auto;
        float:left;
    }

    .menu3dmega.vertical .dropdown-menu.flyout-menu
    {
        width:auto;
    }
    
    .menu3dmega.vertical .dropdown-menu
    {
        width:800px;
        max-width:800px;
        top:0;
        left:100% !important;
        border-top:1px solid #ccc;
    }
    .menu3dmega.vertical > ul > li 
    {
        position:relative ;
    }
    
    .menu3dmega.vertical span.arrow-icon-bottom:after
    {
        border-style: solid;
        border-width: 4px 0px 4px 4px;
        border-color:transparent transparent transparent #EEEEEE
    }
    .menu3dmega.vertical li:hover span.arrow-icon-bottom:after
    {
        border-style: solid;
        border-width: 4px 0px 4px 4px;
        border-color:transparent transparent transparent #fff;
    }

   
    .menu3dmega.vertical > ul > li{
        border-left:none !important;
        border-right:none !important;
    }
}




/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

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

.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);}
}
.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}


/*@-webkit-keyframes slideDown {
	0%	{-webkit-transform: translateY(0);}	
	100% {-webkit-transform: translateY(100%);}	
}

@-moz-keyframes slideDown {
	0%	{-moz-transform: translateY(0);}	
	100% {-moz-transform: translateY(100%);}	
}

@-o-keyframes slideDown {
	0%	{-o-transform: translateY(0);}	
	100% {-o-transform: translateY(100%);}	
}

@keyframes slideDown {
	0%	{transform: translateY(0);}	
	100% {transform: translateY(100%);}	
}



@-webkit-keyframes slideUp {
	0%	{-webkit-transform: translateY(-100%);}	
	100% {-webkit-transform: translateY(0%);}	
}

@-moz-keyframes slideUp {
	0%	{-moz-transform: translateY(-100%);}	
	100% {-moz-transform: translateY(0%);}	
}

@-o-keyframes slideUp {
	0%	{-o-transform: translateY(-100%);}	
	100% {-o-transform: translateY(0%);}	
}

@keyframes slideUp {
	0%	{
		opacity:1;
		transform: translateY(0%);}	
	100% {
		opacity:0;
		transform: translateY(-100%);}	
}
.slideUp{
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp;
}
*/


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

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

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

.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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

.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(-45deg);
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(-45deg);
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(-45deg);
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-ms-keyframes flipInX {
    0% {
        -ms-transform: perspective(400px) rotateX(-45deg);
        
    }
    
    40% {
        -ms-transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        -ms-transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        -ms-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(-45deg);
    }
    
    40% {
        transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-webkit-transform-origin:0 0 0;
	-webkit-transform-style: preserve-3d;
	
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	-o-transform-origin:0 0 0;
	
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-moz-transform-origin:0 0 0;
	
	transform-origin:0 0 0;
	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;
    }
}

.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;
	
	-webkit-transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
	-o-transform-origin:0 0 0;
	transform-origin:0 0 0;
	
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(45deg);
        -webkit-transform-origin: 0% 0%;
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        -webkit-transform-origin: 0% 0%;
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(5deg);
        -webkit-transform-origin: 0% 0%;
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -webkit-transform-origin: 0% 0%;
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(45deg);
        -moz-transform-origin: 0% 0%;
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-5deg);
        -moz-transform-origin: 0% 0%;
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(5deg);
        -moz-transform-origin: 0% 0%;
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        -moz-transform-origin: 0% 0%;
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(45deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-5deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(5deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(45deg);
        transform-origin: 0% 0%;
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-5deg);
        transform-origin: 0% 0%;
    }
    
    70% {
        transform: perspective(400px) rotateY(5deg);
        transform-origin: 0% 0%;
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

.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;
	
	-webkit-transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
	-o-transform-origin:0 0 0;
	transform-origin:0 0 0;
	
	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;
    }
}

.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;
	
	-webkit-transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
	-o-transform-origin:0 0 0;
	transform-origin:0 0 0;
	
	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;}
}

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

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

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

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

.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(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.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(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

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

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

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

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

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

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

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

.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(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.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(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

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

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

.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);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	
	100% {
		transform: scale(1);
	}
}

.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(2000px);
	}
	
	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(2000px);
	}
	
	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(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.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(-2000px);
	}
	
	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(-2000px);
	}
	
	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(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

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

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

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1) ;
	}
	
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3) ;
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1) ;
	}
	
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1) ;
	}
	
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	
	100% {
		opacity: 0;
		transform: scale(.3) ;
	}	
}

.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(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.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(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-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; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

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

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

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

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

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

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

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

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







/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @glyphicons
 *
 */
@font-face {
  font-family: 'Glyphicons Halflings Regular';
  src: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/font-icons/glyphicons_halflings/fonts/glyphicons-halflings-regular.eot);
  src: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/font-icons/glyphicons_halflings/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//gumi-major.hr/wp-content/themes/gumimajor/assets/font-icons/glyphicons_halflings/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//gumi-major.hr/wp-content/themes/gumimajor/assets/font-icons/glyphicons_halflings/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//gumi-major.hr/wp-content/themes/gumimajor/assets/font-icons/glyphicons_halflings/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.halflings {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.halflings:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin: 0 5px 0 0;
  font: 12px/1em 'Glyphicons Halflings Regular';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.halflings.glass:before {
  content: "\E001";
}
.halflings.music:before {
  content: "\E002";
}
.halflings.search:before {
  content: "\E003";
}
.halflings.envelope:before {
  content: "\2709";
}
.halflings.heart:before {
  content: "\E005";
}
.halflings.star:before {
  content: "\E006";
}
.halflings.star-empty:before {
  content: "\E007";
}
.halflings.user:before {
  content: "\E008";
}
.halflings.film:before {
  content: "\E009";
}
.halflings.th-large:before {
  content: "\E010";
}
.halflings.th:before {
  content: "\E011";
}
.halflings.th-list:before {
  content: "\E012";
}
.halflings.ok:before {
  content: "\E013";
}
.halflings.remove:before {
  content: "\E014";
}
.halflings.zoom-in:before {
  content: "\E015";
}
.halflings.zoom-out:before {
  content: "\E016";
}
.halflings.off:before {
  content: "\E017";
}
.halflings.signal:before {
  content: "\E018";
}
.halflings.cog:before {
  content: "\E019";
}
.halflings.trash:before {
  content: "\E020";
}
.halflings.home:before {
  content: "\E021";
}
.halflings.file:before {
  content: "\E022";
}
.halflings.time:before {
  content: "\E023";
}
.halflings.road:before {
  content: "\E024";
}
.halflings.download-alt:before {
  content: "\E025";
}
.halflings.download:before {
  content: "\E026";
}
.halflings.upload:before {
  content: "\E027";
}
.halflings.inbox:before {
  content: "\E028";
}
.halflings.play-circle:before {
  content: "\E029";
}
.halflings.repeat:before {
  content: "\E030";
}
.halflings.refresh:before {
  content: "\E031";
}
.halflings.list-alt:before {
  content: "\E032";
}
.halflings.lock:before {
  content: "\1F512";
}
.halflings.flag:before {
  content: "\E034";
}
.halflings.headphones:before {
  content: "\E035";
}
.halflings.volume-off:before {
  content: "\E036";
}
.halflings.volume-down:before {
  content: "\E037";
}
.halflings.volume-up:before {
  content: "\E038";
}
.halflings.qrcode:before {
  content: "\E039";
}
.halflings.barcode:before {
  content: "\E040";
}
.halflings.tag:before {
  content: "\E041";
}
.halflings.tags:before {
  content: "\E042";
}
.halflings.book:before {
  content: "\E043";
}
.halflings.bookmark:before {
  content: "\1F516";
}
.halflings.print:before {
  content: "\E045";
}
.halflings.camera:before {
  content: "\1F4F7";
}
.halflings.font:before {
  content: "\E047";
}
.halflings.bold:before {
  content: "\E048";
}
.halflings.italic:before {
  content: "\E049";
}
.halflings.text-height:before {
  content: "\E050";
}
.halflings.text-width:before {
  content: "\E051";
}
.halflings.align-left:before {
  content: "\E052";
}
.halflings.align-center:before {
  content: "\E053";
}
.halflings.align-right:before {
  content: "\E054";
}
.halflings.align-justify:before {
  content: "\E055";
}
.halflings.list:before {
  content: "\E056";
}
.halflings.indent-left:before {
  content: "\E057";
}
.halflings.indent-right:before {
  content: "\E058";
}
.halflings.facetime-video:before {
  content: "\E059";
}
.halflings.picture:before {
  content: "\E060";
}
.halflings.pencil:before {
  content: "\270F";
}
.halflings.map-marker:before {
  content: "\E062";
}
.halflings.adjust:before {
  content: "\E063";
}
.halflings.tint:before {
  content: "\E064";
}
.halflings.edit:before {
  content: "\E065";
}
.halflings.share:before {
  content: "\E066";
}
.halflings.check:before {
  content: "\E067";
}
.halflings.move:before {
  content: "\E068";
}
.halflings.step-backward:before {
  content: "\E069";
}
.halflings.fast-backward:before {
  content: "\E070";
}
.halflings.backward:before {
  content: "\E071";
}
.halflings.play:before {
  content: "\E072";
}
.halflings.pause:before {
  content: "\E073";
}
.halflings.stop:before {
  content: "\E074";
}
.halflings.forward:before {
  content: "\E075";
}
.halflings.fast-forward:before {
  content: "\E076";
}
.halflings.step-forward:before {
  content: "\E077";
}
.halflings.eject:before {
  content: "\E078";
}
.halflings.chevron-left:before {
  content: "\E079";
}
.halflings.chevron-right:before {
  content: "\E080";
}
.halflings.plus-sign:before {
  content: "\E081";
}
.halflings.minus-sign:before {
  content: "\E082";
}
.halflings.remove-sign:before {
  content: "\E083";
}
.halflings.ok-sign:before {
  content: "\E084";
}
.halflings.question-sign:before {
  content: "\E085";
}
.halflings.info-sign:before {
  content: "\E086";
}
.halflings.screenshot:before {
  content: "\E087";
}
.halflings.remove-circle:before {
  content: "\E088";
}
.halflings.ok-circle:before {
  content: "\E089";
}
.halflings.ban-circle:before {
  content: "\E090";
}
.halflings.arrow-left:before {
  content: "\E091";
}
.halflings.arrow-right:before {
  content: "\E092";
}
.halflings.arrow-up:before {
  content: "\E093";
}
.halflings.arrow-down:before {
  content: "\E094";
}
.halflings.share-alt:before {
  content: "\E095";
}
.halflings.resize-full:before {
  content: "\E096";
}
.halflings.resize-small:before {
  content: "\E097";
}
.halflings.plus:before {
  content: "\002B";
}
.halflings.minus:before {
  content: "\2212";
}
.halflings.asterisk:before {
  content: "\002A";
}
.halflings.exclamation-sign:before {
  content: "\E101";
}
.halflings.gift:before {
  content: "\E102";
}
.halflings.leaf:before {
  content: "\E103";
}
.halflings.fire:before {
  content: "\1F525";
}
.halflings.eye-open:before {
  content: "\E105";
}
.halflings.eye-close:before {
  content: "\E106";
}
.halflings.warning-sign:before {
  content: "\E107";
}
.halflings.plane:before {
  content: "\E108";
}
.halflings.calendar:before {
  content: "\1F4C5";
}
.halflings.random:before {
  content: "\E110";
}
.halflings.comments:before {
  content: "\E111";
}
.halflings.magnet:before {
  content: "\E112";
}
.halflings.chevron-up:before {
  content: "\E113";
}
.halflings.chevron-down:before {
  content: "\E114";
}
.halflings.retweet:before {
  content: "\E115";
}
.halflings.shopping-cart:before {
  content: "\E116";
}
.halflings.folder-close:before {
  content: "\E117";
}
.halflings.folder-open:before {
  content: "\E118";
}
.halflings.resize-vertical:before {
  content: "\E119";
}
.halflings.resize-horizontal:before {
  content: "\E120";
}
.halflings.hdd:before {
  content: "\E121";
}
.halflings.bullhorn:before {
  content: "\E122";
}
.halflings.bell:before {
  content: "\1F514";
}
.halflings.certificate:before {
  content: "\E124";
}
.halflings.thumbs-up:before {
  content: "\E125";
}
.halflings.thumbs-down:before {
  content: "\E126";
}
.halflings.hand-right:before {
  content: "\E127";
}
.halflings.hand-left:before {
  content: "\E128";
}
.halflings.hand-top:before {
  content: "\E129";
}
.halflings.hand-down:before {
  content: "\E130";
}
.halflings.circle-arrow-right:before {
  content: "\E131";
}
.halflings.circle-arrow-left:before {
  content: "\E132";
}
.halflings.circle-arrow-top:before {
  content: "\E133";
}
.halflings.circle-arrow-down:before {
  content: "\E134";
}
.halflings.globe:before {
  content: "\E135";
}
.halflings.wrench:before {
  content: "\1F527";
}
.halflings.tasks:before {
  content: "\E137";
}
.halflings.filter:before {
  content: "\E138";
}
.halflings.briefcase:before {
  content: "\1F4BC";
}
.halflings.fullscreen:before {
  content: "\E140";
}
.halflings.dashboard:before {
  content: "\E141";
}
.halflings.paperclip:before {
  content: "\1F4CE";
}
.halflings.heart-empty:before {
  content: "\E143";
}
.halflings.link:before {
  content: "\E144";
}
.halflings.phone:before {
  content: "\E145";
}
.halflings.pushpin:before {
  content: "\1F4CC";
}
.halflings.euro:before {
  content: "\20AC";
}
.halflings.usd:before {
  content: "\E148";
}
.halflings.gbp:before {
  content: "\E149";
}
.halflings.sort:before {
  content: "\E150";
}
.halflings.sort-by-alphabet:before {
  content: "\E151";
}
.halflings.sort-by-alphabet-alt:before {
  content: "\E152";
}
.halflings.sort-by-order:before {
  content: "\E153";
}
.halflings.sort-by-order-alt:before {
  content: "\E154";
}
.halflings.sort-by-attributes:before {
  content: "\E155";
}
.halflings.sort-by-attributes-alt:before {
  content: "\E156";
}
.halflings.unchecked:before {
  content: "\E157";
}
.halflings.expand:before {
  content: "\E158";
}
.halflings.collapse1:before {
  content: "\E159";
}
.halflings.collapse-top:before {
  content: "\E160";
}
.halflings.log_in:before {
  content: "\E161";
}
.halflings.flash:before {
  content: "\E162";
}
.halflings.log_out:before {
  content: "\E163";
}
.halflings.new_window:before {
  content: "\E164";
}
.halflings.record:before {
  content: "\E165";
}
.halflings.save:before {
  content: "\E166";
}
.halflings.open:before {
  content: "\E167";
}
.halflings.saved:before {
  content: "\E168";
}
.halflings.import:before {
  content: "\E169";
}
.halflings.export:before {
  content: "\E170";
}
.halflings.send:before {
  content: "\E171";
}
.halflings.floppy_disk:before {
  content: "\E172";
}
.halflings.floppy_saved:before {
  content: "\E173";
}
.halflings.floppy_remove:before {
  content: "\E174";
}
.halflings.floppy_save:before {
  content: "\E175";
}
.halflings.floppy_open:before {
  content: "\E176";
}
.halflings.credit_card:before {
  content: "\E177";
}
.halflings.transfer:before {
  content: "\E178";
}
.halflings.cutlery:before {
  content: "\E179";
}
.halflings.header:before {
  content: "\E180";
}
.halflings.compressed:before {
  content: "\E181";
}
.halflings.earphone:before {
  content: "\E182";
}
.halflings.phone_alt:before {
  content: "\E183";
}
.halflings.tower:before {
  content: "\E184";
}
.halflings.stats:before {
  content: "\E185";
}
.halflings.sd_video:before {
  content: "\E186";
}
.halflings.hd_video:before {
  content: "\E187";
}
.halflings.subtitles:before {
  content: "\E188";
}
.halflings.sound_stereo:before {
  content: "\E189";
}
.halflings.sound_dolby:before {
  content: "\E190";
}
.halflings.sound_5_1:before {
  content: "\E191";
}
.halflings.sound_6_1:before {
  content: "\E192";
}
.halflings.sound_7_1:before {
  content: "\E193";
}
.halflings.copyright_mark:before {
  content: "\E194";
}
.halflings.registration_mark:before {
  content: "\E195";
}
.halflings.cloud:before {
  content: "\2601";
}
.halflings.cloud_download:before {
  content: "\E197";
}
.halflings.cloud_upload:before {
  content: "\E198";
}
.halflings.tree_conifer:before {
  content: "\E199";
}
.halflings.tree_deciduous:before {
  content: "\E200";
}
.halflings.white:before {
  color: #fff;
}
.halflings-icon-list ul{
	padding: 0;
	list-style: none;
}
.halflings-icon-list ul li {
  position: relative;
  padding-left: 20px;
  color: #555;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.halflings-icon-list.featured ul li{
    padding-bottom: 5px;
    padding-top: 5px;
}
.halflings-icon-list ul li:before {
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-block;
  margin: 0;
  font: 12px/20px 'Glyphicons Halflings Regular';
  font-style: normal;
  font-weight: normal;
  color: #555;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.halflings-icon-list.featured ul li:before{
  top: 3px;
}
.halflings-icon-list.glass ul li:before {
  content: "\E001";
}
.halflings-icon-list.music ul li:before {
  content: "\E002";
}
.halflings-icon-list.search ul li:before {
  content: "\E003";
}
.halflings-icon-list.envelope ul li:before {
  content: "\2709";
}
.halflings-icon-list.heart ul li:before {
  content: "\E005";
}
.halflings-icon-list.star ul li:before {
  content: "\E006";
}
.halflings-icon-list.star-empty ul li:before {
  content: "\E007";
}
.halflings-icon-list.user ul li:before {
  content: "\E008";
}
.halflings-icon-list.film ul li:before {
  content: "\E009";
}
.halflings-icon-list.th-large ul li:before {
  content: "\E010";
}
.halflings-icon-list.th ul li:before {
  content: "\E011";
}
.halflings-icon-list.th-list ul li:before {
  content: "\E012";
}
.halflings-icon-list.ok ul li:before {
  content: "\E013";
}
.halflings-icon-list.remove ul li:before {
  content: "\E014";
}
.halflings-icon-list.zoom-in ul li:before {
  content: "\E015";
}
.halflings-icon-list.zoom-out ul li:before {
  content: "\E016";
}
.halflings-icon-list.off ul li:before {
  content: "\E017";
}
.halflings-icon-list.signal ul li:before {
  content: "\E018";
}
.halflings-icon-list.cog ul li:before {
  content: "\E019";
}
.halflings-icon-list.trash ul li:before {
  content: "\E020";
}
.halflings-icon-list.home ul li:before {
  content: "\E021";
}
.halflings-icon-list.file ul li:before {
  content: "\E022";
}
.halflings-icon-list.time ul li:before {
  content: "\E023";
}
.halflings-icon-list.road ul li:before {
  content: "\E024";
}
.halflings-icon-list.download-alt ul li:before {
  content: "\E025";
}
.halflings-icon-list.download ul li:before {
  content: "\E026";
}
.halflings-icon-list.upload ul li:before {
  content: "\E027";
}
.halflings-icon-list.inbox ul li:before {
  content: "\E028";
}
.halflings-icon-list.play-circle ul li:before {
  content: "\E029";
}
.halflings-icon-list.repeat ul li:before {
  content: "\E030";
}
.halflings-icon-list.refresh ul li:before {
  content: "\E031";
}
.halflings-icon-list.list-alt ul li:before {
  content: "\E032";
}
.halflings-icon-list.lock ul li:before {
  content: "\1F512";
}
.halflings-icon-list.flag ul li:before {
  content: "\E034";
}
.halflings-icon-list.headphones ul li:before {
  content: "\E035";
}
.halflings-icon-list.volume-off ul li:before {
  content: "\E036";
}
.halflings-icon-list.volume-down ul li:before {
  content: "\E037";
}
.halflings-icon-list.volume-up ul li:before {
  content: "\E038";
}
.halflings-icon-list.qrcode ul li:before {
  content: "\E039";
}
.halflings-icon-list.barcode ul li:before {
  content: "\E040";
}
.halflings-icon-list.tag ul li:before {
  content: "\E041";
}
.halflings-icon-list.tags ul li:before {
  content: "\E042";
}
.halflings-icon-list.book ul li:before {
  content: "\E043";
}
.halflings-icon-list.bookmark ul li:before {
  content: "\1F516";
}
.halflings-icon-list.print ul li:before {
  content: "\E045";
}
.halflings-icon-list.camera ul li:before {
  content: "\1F4F7";
}
.halflings-icon-list.font ul li:before {
  content: "\E047";
}
.halflings-icon-list.bold ul li:before {
  content: "\E048";
}
.halflings-icon-list.italic ul li:before {
  content: "\E049";
}
.halflings-icon-list.text-height ul li:before {
  content: "\E050";
}
.halflings-icon-list.text-width ul li:before {
  content: "\E051";
}
.halflings-icon-list.align-left ul li:before {
  content: "\E052";
}
.halflings-icon-list.align-center ul li:before {
  content: "\E053";
}
.halflings-icon-list.align-right ul li:before {
  content: "\E054";
}
.halflings-icon-list.align-justify ul li:before {
  content: "\E055";
}
.halflings-icon-list.list ul li:before {
  content: "\E056";
}
.halflings-icon-list.indent-left ul li:before {
  content: "\E057";
}
.halflings-icon-list.indent-right ul li:before {
  content: "\E058";
}
.halflings-icon-list.facetime-video ul li:before {
  content: "\E059";
}
.halflings-icon-list.picture ul li:before {
  content: "\E060";
}
.halflings-icon-list.pencil ul li:before {
  content: "\270F";
}
.halflings-icon-list.map-marker ul li:before {
  content: "\E062";
}
.halflings-icon-list.adjust ul li:before {
  content: "\E063";
}
.halflings-icon-list.tint ul li:before {
  content: "\E064";
}
.halflings-icon-list.edit ul li:before {
  content: "\E065";
}
.halflings-icon-list.share ul li:before {
  content: "\E066";
}
.halflings-icon-list.check ul li:before {
  content: "\E067";
}
.halflings-icon-list.move ul li:before {
  content: "\E068";
}
.halflings-icon-list.step-backward ul li:before {
  content: "\E069";
}
.halflings-icon-list.fast-backward ul li:before {
  content: "\E070";
}
.halflings-icon-list.backward ul li:before {
  content: "\E071";
}
.halflings-icon-list.play ul li:before {
  content: "\E072";
}
.halflings-icon-list.pause ul li:before {
  content: "\E073";
}
.halflings-icon-list.stop ul li:before {
  content: "\E074";
}
.halflings-icon-list.forward ul li:before {
  content: "\E075";
}
.halflings-icon-list.fast-forward ul li:before {
  content: "\E076";
}
.halflings-icon-list.step-forward ul li:before {
  content: "\E077";
}
.halflings-icon-list.eject ul li:before {
  content: "\E078";
}
.halflings-icon-list.chevron-left ul li:before {
  content: "\E079";
}
.halflings-icon-list.chevron-right ul li:before {
  content: "\E080";
}
.halflings-icon-list.plus-sign ul li:before {
  content: "\E081";
}
.halflings-icon-list.minus-sign ul li:before {
  content: "\E082";
}
.halflings-icon-list.remove-sign ul li:before {
  content: "\E083";
}
.halflings-icon-list.ok-sign ul li:before {
  content: "\E084";
}
.halflings-icon-list.question-sign ul li:before {
  content: "\E085";
}
.halflings-icon-list.info-sign ul li:before {
  content: "\E086";
}
.halflings-icon-list.screenshot ul li:before {
  content: "\E087";
}
.halflings-icon-list.remove-circle ul li:before {
  content: "\E088";
}
.halflings-icon-list.ok-circle ul li:before {
  content: "\E089";
}
.halflings-icon-list.ban-circle ul li:before {
  content: "\E090";
}
.halflings-icon-list.arrow-left ul li:before {
  content: "\E091";
}
.halflings-icon-list.arrow-right ul li:before {
  content: "\E092";
}
.halflings-icon-list.arrow-up ul li:before {
  content: "\E093";
}
.halflings-icon-list.arrow-down ul li:before {
  content: "\E094";
}
.halflings-icon-list.share-alt ul li:before {
  content: "\E095";
}
.halflings-icon-list.resize-full ul li:before {
  content: "\E096";
}
.halflings-icon-list.resize-small ul li:before {
  content: "\E097";
}
.halflings-icon-list.plus ul li:before {
  content: "\002B";
}
.halflings-icon-list.minus ul li:before {
  content: "\2212";
}
.halflings-icon-list.asterisk ul li:before {
  content: "\002A";
}
.halflings-icon-list.exclamation-sign ul li:before {
  content: "\E101";
}
.halflings-icon-list.gift ul li:before {
  content: "\E102";
}
.halflings-icon-list.leaf ul li:before {
  content: "\E103";
}
.halflings-icon-list.fire ul li:before {
  content: "\1F525";
}
.halflings-icon-list.eye-open ul li:before {
  content: "\E105";
}
.halflings-icon-list.eye-close ul li:before {
  content: "\E106";
}
.halflings-icon-list.warning-sign ul li:before {
  content: "\E107";
}
.halflings-icon-list.plane ul li:before {
  content: "\E108";
}
.halflings-icon-list.calendar ul li:before {
  content: "\1F4C5";
}
.halflings-icon-list.random ul li:before {
  content: "\E110";
}
.halflings-icon-list.comments ul li:before {
  content: "\E111";
}
.halflings-icon-list.magnet ul li:before {
  content: "\E112";
}
.halflings-icon-list.chevron-up ul li:before {
  content: "\E113";
}
.halflings-icon-list.chevron-down ul li:before {
  content: "\E114";
}
.halflings-icon-list.retweet ul li:before {
  content: "\E115";
}
.halflings-icon-list.shopping-cart ul li:before {
  content: "\E116";
}
.halflings-icon-list.folder-close ul li:before {
  content: "\E117";
}
.halflings-icon-list.folder-open ul li:before {
  content: "\E118";
}
.halflings-icon-list.resize-vertical ul li:before {
  content: "\E119";
}
.halflings-icon-list.resize-horizontal ul li:before {
  content: "\E120";
}
.halflings-icon-list.hdd ul li:before {
  content: "\E121";
}
.halflings-icon-list.bullhorn ul li:before {
  content: "\E122";
}
.halflings-icon-list.bell ul li:before {
  content: "\1F514";
}
.halflings-icon-list.certificate ul li:before {
  content: "\E124";
}
.halflings-icon-list.thumbs-up ul li:before {
  content: "\E125";
}
.halflings-icon-list.thumbs-down ul li:before {
  content: "\E126";
}
.halflings-icon-list.hand-right ul li:before {
  content: "\E127";
}
.halflings-icon-list.hand-left ul li:before {
  content: "\E128";
}
.halflings-icon-list.hand-top ul li:before {
  content: "\E129";
}
.halflings-icon-list.hand-down ul li:before {
  content: "\E130";
}
.halflings-icon-list.circle-arrow-right ul li:before {
  content: "\E131";
}
.halflings-icon-list.circle-arrow-left ul li:before {
  content: "\E132";
}
.halflings-icon-list.circle-arrow-top ul li:before {
  content: "\E133";
}
.halflings-icon-list.circle-arrow-down ul li:before {
  content: "\E134";
}
.halflings-icon-list.globe ul li:before {
  content: "\E135";
}
.halflings-icon-list.wrench ul li:before {
  content: "\1F527";
}
.halflings-icon-list.tasks ul li:before {
  content: "\E137";
}
.halflings-icon-list.filter ul li:before {
  content: "\E138";
}
.halflings-icon-list.briefcase ul li:before {
  content: "\1F4BC";
}
.halflings-icon-list.fullscreen ul li:before {
  content: "\E140";
}
.halflings-icon-list.dashboard ul li:before {
  content: "\E141";
}
.halflings-icon-list.paperclip ul li:before {
  content: "\1F4CE";
}
.halflings-icon-list.heart-empty ul li:before {
  content: "\E143";
}
.halflings-icon-list.link ul li:before {
  content: "\E144";
}
.halflings-icon-list.phone ul li:before {
  content: "\E145";
}
.halflings-icon-list.pushpin ul li:before {
  content: "\1F4CC";
}
.halflings-icon-list.euro ul li:before {
  content: "\20AC";
}
.halflings-icon-list.usd ul li:before {
  content: "\E148";
}
.halflings-icon-list.gbp ul li:before {
  content: "\E149";
}
.halflings-icon-list.sort ul li:before {
  content: "\E150";
}
.halflings-icon-list.sort-by-alphabet ul li:before {
  content: "\E151";
}
.halflings-icon-list.sort-by-alphabet-alt ul li:before {
  content: "\E152";
}
.halflings-icon-list.sort-by-order ul li:before {
  content: "\E153";
}
.halflings-icon-list.sort-by-order-alt ul li:before {
  content: "\E154";
}
.halflings-icon-list.sort-by-attributes ul li:before {
  content: "\E155";
}
.halflings-icon-list.sort-by-attributes-alt ul li:before {
  content: "\E156";
}
.halflings-icon-list.unchecked ul li:before {
  content: "\E157";
}
.halflings-icon-list.expand ul li:before {
  content: "\E158";
}
.halflings-icon-list.collapse1 ul li:before {
  content: "\E159";
}
.halflings-icon-list.collapse-top ul li:before {
  content: "\E160";
}
.halflings-icon-list.log_in ul li:before {
  content: "\E161";
}
.halflings-icon-list.flash ul li:before {
  content: "\E162";
}
.halflings-icon-list.log_out ul li:before {
  content: "\E163";
}
.halflings-icon-list.new_window ul li:before {
  content: "\E164";
}
.halflings-icon-list.record ul li:before {
  content: "\E165";
}
.halflings-icon-list.save ul li:before {
  content: "\E166";
}
.halflings-icon-list.open ul li:before {
  content: "\E167";
}
.halflings-icon-list.saved ul li:before {
  content: "\E168";
}
.halflings-icon-list.import ul li:before {
  content: "\E169";
}
.halflings-icon-list.export ul li:before {
  content: "\E170";
}
.halflings-icon-list.send ul li:before {
  content: "\E171";
}
.halflings-icon-list.floppy_disk ul li:before {
  content: "\E172";
}
.halflings-icon-list.floppy_saved ul li:before {
  content: "\E173";
}
.halflings-icon-list.floppy_remove ul li:before {
  content: "\E174";
}
.halflings-icon-list.floppy_save ul li:before {
  content: "\E175";
}
.halflings-icon-list.floppy_open ul li:before {
  content: "\E176";
}
.halflings-icon-list.credit_card ul li:before {
  content: "\E177";
}
.halflings-icon-list.transfer ul li:before {
  content: "\E178";
}
.halflings-icon-list.cutlery ul li:before {
  content: "\E179";
}
.halflings-icon-list.header ul li:before {
  content: "\E180";
}
.halflings-icon-list.compressed ul li:before {
  content: "\E181";
}
.halflings-icon-list.earphone ul li:before {
  content: "\E182";
}
.halflings-icon-list.phone_alt ul li:before {
  content: "\E183";
}
.halflings-icon-list.tower ul li:before {
  content: "\E184";
}
.halflings-icon-list.stats ul li:before {
  content: "\E185";
}
.halflings-icon-list.sd_video ul li:before {
  content: "\E186";
}
.halflings-icon-list.hd_video ul li:before {
  content: "\E187";
}
.halflings-icon-list.subtitles ul li:before {
  content: "\E188";
}
.halflings-icon-list.sound_stereo ul li:before {
  content: "\E189";
}
.halflings-icon-list.sound_dolby ul li:before {
  content: "\E190";
}
.halflings-icon-list.sound_5_1 ul li:before {
  content: "\E191";
}
.halflings-icon-list.sound_6_1 ul li:before {
  content: "\E192";
}
.halflings-icon-list.sound_7_1 ul li:before {
  content: "\E193";
}
.halflings-icon-list.copyright_mark ul li:before {
  content: "\E194";
}
.halflings-icon-list.registration_mark ul li:before {
  content: "\E195";
}
.halflings-icon-list.cloud ul li:before {
  content: "\2601";
}
.halflings-icon-list.cloud_download ul li:before {
  content: "\E197";
}
.halflings-icon-list.cloud_upload ul li:before {
  content: "\E198";
}
.halflings-icon-list.tree_conifer ul li:before {
  content: "\E199";
}
.halflings-icon-list.tree_deciduous ul li:before {
  content: "\E200";
}

/**
 * cubeportfolio v1.2 - http://scriptpie.com
 *
 * Copyright - 2013 Mihai Buricea (http://www.scriptpie.com)
 * All rights reserved.
 *
 * You may not modify and/or redistribute this file
 * save cases where Extended License has been purchased
 *
 */



/*  ---------------------------------------------------------------
    Default style for plugin. Please change them carefully!
    --------------------------------------------------------------- */
.cbp,
.cbp-wrapper,
.cbp-item {
    filter: inherit; /* ie8 bug on fadeOut*/
}
.wpb_row .cbp-wrapper *{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.cbp {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 400px;
    visibility: visible !important;
}

.cbp-wrapper,
.cbp .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.cbp .cbp-item {
    z-index: 2;
    display: block;
    width: 300px; /* default width for blocks */
    height: 200px; /* default height for blocks */
}

.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cbp img {
    display: block;
}
.cbp-caption-defaultWrap img{
	width: 100%;
}

.cbp-loading,
.cbp-loading *,
.cbp-no-transition .cbp-item {
    -webkit-transition: none !important;
       -moz-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}

.cbp-appendItems-loading {
    /*overflow: visible;*/
    -webkit-transition: height .4s ease !important;
       -moz-transition: height .4s ease !important;
         -o-transition: height .4s ease !important;
            transition: height .4s ease !important;
}

.cbp-appendItems-loading .cbp-wrapper {
    -webkit-transition: none !important;
       -moz-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}

.cbp-loading {
    /* @editable properties */
    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-loading.gif) no-repeat scroll center center transparent;
}

.cbp .cbp-item-hidden {
    pointer-events: none;
    z-index: 1;
}

.cbp-wrapper {
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cbp-ready .cbp-wrapper {
    visibility: visible;
}

.cbp-wrapper-front {
    z-index: 3;
}

.cbp-wrapper-back {
    z-index: -1;
}

/* general caption style */
.cbp-caption,
.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
}
.cbp-caption.border-radius-50{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;	
}

.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
    position: absolute;
    z-index: 1;
}

.cbp-caption-activeWrap {
    z-index: 2;
}
/*  END - Default style for plugin. Please change them carefully! */



/*  ---------------------------------------------------------------
    caption miscellaneous style
    --------------------------------------------------------------- */
.cbp-l-caption-title {
    /* @editable properties */
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

.cbp-l-caption-desc {
    /* @editable properties */
    color: #777;
    font-size: 12px;
    line-height: 16px;
}

.cbp-l-caption-text {
    /* @editable properties */
    line-height: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
}

.cbp-l-caption-buttonLeft{
	margin-right: 5px;
}
/*  END - caption miscellaneous style */



/*  ---------------------------------------------------------------
    caption layout align left
    --------------------------------------------------------------- */
.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body {
    /* @editable properties */
    margin: 30px 30px 0;
}

.cbp-caption-overlayBottomPush .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottomReveal .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignLeft .cbp-l-caption-body {
    /* @editable properties */
    margin: 17px 30px 0;
}


/* ---------- minimal style caption >>> */
.cbp-caption-minimal .cbp-l-caption-title,
.cbp-caption-minimal .cbp-l-caption-desc {
    /* @editable properties */
    position: relative;
    left: 0;
    opacity: 0;

    -webkit-transition: -webkit-transform .5s ease;
       -moz-transition:    -moz-transform .5s ease;
         -o-transition:      -o-transform .5s ease;
            transition:         transform .5s ease;
}

.cbp-caption-minimal .cbp-l-caption-title {
    /* @editable properties */
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
}

.cbp-caption-minimal .cbp-l-caption-desc {
    /* @editable properties */
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
    /* @editable properties */
    opacity: 1;

    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
/* <<< minimal style caption */
/*  END - caption layout align left */



/*  ---------------------------------------------------------------
    caption layout center vertically and horizontally
    --------------------------------------------------------------- */
.cbp-l-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    position: relative;

    /* @editable properties */
    -webkit-transition: left .4s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: left .4s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: left .4s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: left .4s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
    /* @editable properties */
    left: -20px;
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    /* @editable properties */
    left: 20px;
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    /* @editable properties */
    left: 0;
}

/*ie8 & ie9 */
.cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    /* @editable properties */
    left: 0;
}
/*  END - caption layout center vertically and horizontally */



/*  ---------------------------------------------------------------
    pushTop caption
    --------------------------------------------------------------- */
.cbp-caption-pushTop .cbp-caption-defaultWrap,
.cbp-caption-pushTop .cbp-caption-activeWrap {
    bottom: 0;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
    bottom: -100%;

    /* @editable properties */
    background: none repeat scroll 0 0 #363636;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 100%;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -100%;
}
/*  END - pushTop caption */


/*  ---------------------------------------------------------------
    pushDown caption
    --------------------------------------------------------------- */
.cbp-caption-pushDown .cbp-caption-defaultWrap,
.cbp-caption-pushDown .cbp-caption-activeWrap {
    bottom: 0;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
    bottom: 100%;

    /* @editable properties */
    background: none repeat scroll 0 0 #363636;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: -100%;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 100%;
}
/*  END - pushDown caption */



/*  ---------------------------------------------------------------
    revealBottom caption
    --------------------------------------------------------------- */
.cbp-caption-revealBottom .cbp-caption-defaultWrap {
    bottom: 0;
    z-index: 2;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;

    /* @editable properties */
    background: none repeat scroll 0 0 #363636;
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 100%;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-revealBottom.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-revealBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}
/*  END - revealBottom caption */



/*  ---------------------------------------------------------------
    revealTop caption
    --------------------------------------------------------------- */
.cbp-caption-revealTop .cbp-caption-defaultWrap {
    bottom: 0;
    z-index: 2;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;

    /* @editable properties */
    background: none repeat scroll 0 0 #363636;
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: -100%;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-revealTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-revealTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}
/*  END - revealTop caption */



/*  ---------------------------------------------------------------
    overlayBottomReveal caption
    --------------------------------------------------------------- */
.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
    bottom: 0;
    z-index: 2;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;

    /* @editable properties */
    height: 70px;
    background: none repeat scroll 0 0 #363636;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 70px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomReveal.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomReveal.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}
/*  END - overlayBottomReveal caption */



/*  ---------------------------------------------------------------
    overlayBottomPush caption
    --------------------------------------------------------------- */
.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    bottom: 0;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -70px;
    height: 70px;
    background: none repeat scroll 0 0 #363636;
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 70px;
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -70px;
}
/*  END - overlayBottomPush caption */



/*  ---------------------------------------------------------------
    overlayBottom caption
    --------------------------------------------------------------- */
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    /*@editable properties */
    bottom: -70px;
    height: 70px;
    background-color: rgb(24, 22, 22);
    background-color: rgba(24, 22, 22, .7);
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /*@editable properties */
    bottom: -70px;
}
/*  END - overlayBottom caption */



/*  ---------------------------------------------------------------
    moveRight caption
    --------------------------------------------------------------- */
.cbp-caption-moveRight .cbp-caption-activeWrap {
    left: -100%;
    top: 0;

    /*@editable properties */
    background: none repeat scroll 0 0 #363636;

    -webkit-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
    left: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-moveRight.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-moveRight.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    left: -100%;
}
/*  END - moveRight caption */



/*  ---------------------------------------------------------------
    revealLeft caption
    --------------------------------------------------------------- */
.cbp-caption-revealLeft .cbp-caption-activeWrap {
    left: 100%;
    top: 0;

    /*@editable properties */
    background: none repeat scroll 0 0 #363636;

    -webkit-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
    left: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-revealLeft.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-revealLeft.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    left: 100%;
}
/*  END - revealLeft caption */



/*  ---------------------------------------------------------------
    minimal caption
    --------------------------------------------------------------- */
.cbp-caption-minimal .cbp-caption-activeWrap {
    /* @editable properties */
    background-color: rgba(54, 54, 54, .8);
    opacity: 0;
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 1;
}

.cbp-caption-minimal.cbp-ie8 .cbp-caption-activeWrap {
    /* @editable properties */
    background-color: rgb(0, 0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cbp-caption-minimal.cbp-ie8 .cbp-caption:hover  .cbp-caption-activeWrap {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
/*  END - minimal caption */



/*  ---------------------------------------------------------------
    fade caption
    --------------------------------------------------------------- */
.cbp-caption-fadeIn .cbp-caption-activeWrap {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /* @editable properties */
    background-color: rgba(54, 54, 54, .85);
    -webkit-transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: opacity .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-fadeIn.cbp-ie8 .cbp-caption-activeWrap {
    /*@editable properties */
    background-color: rgb(0, 0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 1;
}

.cbp-caption-fadeIn.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 0;
}
/*  END - fade caption */



/*  ---------------------------------------------------------------
    overlayRightAlong caption
    --------------------------------------------------------------- */
.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    left: 0;

    /*@editable properties */
    -webkit-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: left .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    /* @editable properties */
    left: -50%;
    width: 50%;
    background: none repeat scroll 0 0 #363636;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    left: 25%;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
    left: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    left: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    left: -50%;
}
/*  END - overlayRightAlong caption */



/*  ---------------------------------------------------------------
    overlayBottomAlong caption
    --------------------------------------------------------------- */
.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    bottom: 0;

    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: bottom .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    bottom: -70px;
    height: 70px;

    /* @editable properties */
    background: none repeat scroll 0 0 #363636;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 35px;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
    bottom: 0;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: -70px;
}
/*  END - overlayBottomAlong caption */



/*  ---------------------------------------------------------------
    zoom caption
    --------------------------------------------------------------- */
.cbp-caption-zoom .cbp-caption-defaultWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;

    /* @editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition:    -moz-transform .6s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition:      -o-transform .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition:         transform .6s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    -webkit-transform: scale(1.25);
       -moz-transform: scale(1.25);
         -o-transform: scale(1.25);
            transform: scale(1.25);
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /* @editable properties */
    background-color: rgba(54, 54, 54, .9);
    -webkit-transition: opacity .8s cubic-bezier(.190, 1.000, .220, 1.000);
       -moz-transition: opacity .8s cubic-bezier(.190, 1.000, .220, 1.000);
         -o-transition: opacity .8s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: opacity .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.cbp-caption-zoom.cbp-ie8 .cbp-caption-activeWrap {
    /* @editable properties */
    background-color: rgb(0, 0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 1;
}

.cbp-caption-zoom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 0;
}
/*  END - zoom caption */



/*  ---------------------------------------------------------------
    Animation options for `fadeOut` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-fadeOut {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
       -moz-transition: height .6s ease-in-out;
         -o-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-fadeOut .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
       -moz-transition:    -moz-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
         -o-transition:      -o-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
            transition:         transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
}

/* items that will be hidden */
.cbp-animation-fadeOut .cbp-item-hidden {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
       -moz-transition:    -moz-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
         -o-transition:      -o-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
            transition:         transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
}
/*  END - Animation options for `fadeOut` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `quicksand` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-quicksand {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
       -moz-transition: height .6s ease-in-out;
         -o-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-quicksand .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
       -moz-transition:    -moz-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
         -o-transition:      -o-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
            transition:         transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
}

/* items that will be hidden */
.cbp-animation-quicksand .cbp-item-hidden {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
       -moz-transition:    -moz-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
         -o-transition:      -o-transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
            transition:         transform .6s ease-in-out 0s, opacity .4s ease-in-out 0s;
}
/*  END - Animation options for `quicksand` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `skew` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-skew {
    /* @editable properties */
    -webkit-transition: height .3s ease-in-out;
       -moz-transition: height .3s ease-in-out;
         -o-transition: height .3s ease-in-out;
            transition: height .3s ease-in-out;
}

.cbp-animation-skew .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .3s ease-in, opacity .3s ease-in;
       -moz-transition:    -moz-transform .3s ease-in, opacity .3s ease-in;
         -o-transition:      -o-transform .3s ease-in, opacity .3s ease-in;
            transition:         transform .3s ease-in, opacity .3s ease-in;
}

/* items that will be hidden */
.cbp-animation-skew .cbp-item-hidden {
    /* @editable properties */
    -webkit-transition: -webkit-transform .3s ease-in 0s, opacity .3s ease-in 0s;
       -moz-transition:    -moz-transform .3s ease-in 0s, opacity .3s ease-in 0s;
         -o-transition:      -o-transform .3s ease-in 0s, opacity .3s ease-in 0s;
            transition:         transform .3s ease-in 0s, opacity .3s ease-in 0s;
}
/*  END - Animation options for `skew` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `boxShadow` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-boxShadow {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
       -moz-transition: height .6s ease-in-out;
         -o-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-boxShadow .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out, opacity .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out, opacity .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out, opacity .6s ease-in-out;
            transition:         transform .6s ease-in-out, opacity .6s ease-in-out;
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    /* @editable properties */
    -webkit-transition:box-shadow .6s ease-in-out;
       -moz-transition:box-shadow .6s ease-in-out;
         -o-transition:box-shadow .6s ease-in-out;
            transition:box-shadow .6s ease-in-out;
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowShow {
    z-index: 10;
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowActive {
    /* @editable properties */
    box-shadow: 0 0 100px 100px #fff inset;
}

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowInactive {
    /* @editable properties */
    box-shadow: 0 0 0 0 #fff inset;
}
/*  END - Animation options for `boxShadow` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `bounceLeft` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-bounceLeft {
    /* @editable properties */
    -webkit-transition: height .8s ease-in-out;
       -moz-transition: height .8s ease-in-out;
         -o-transition: height .8s ease-in-out;
            transition: height .8s ease-in-out;
}

.cbp-animation-bounceLeft .cbp-wrapper {
    /* @editable properties */
    -webkit-transition: opacity .8s ease-in-out, left .8s ease-in-out;
       -moz-transition: opacity .8s ease-in-out, left .8s ease-in-out;
         -o-transition: opacity .8s ease-in-out, left .8s ease-in-out;
            transition: opacity .8s ease-in-out, left .8s ease-in-out;
}

.cbp-animation-bounceLeft .cbp-item {
    /* mozilla <=25 bug*/
    overflow: visible;

    /* @editable properties */
    -webkit-transition: -webkit-transform .8s ease-in-out;
       -moz-transition:    -moz-transform .8s ease-in-out;
         -o-transition:      -o-transform .8s ease-in-out;
            transition:         transform .8s ease-in-out;
}

.cbp-animation-bounceLeft .cbp-item-hidden {
    display: none;
}

.cbp-animation-bounceLeft .cbp-item-wrapper {
    /* mozilla <=25 bug*/
    overflow: hidden;
}
/*  END - Animation options for `bounceLeft` filter. Change them carefully */


/*  ---------------------------------------------------------------
    Animation options for `bounceTop` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-bounceTop {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
       -moz-transition: height .6s ease-in-out;
         -o-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-bounceTop .cbp-wrapper {
    /* @editable properties */
    -webkit-transition: opacity .6s ease-in-out, top .6s ease-in-out;
       -moz-transition: opacity .6s ease-in-out, top .6s ease-in-out;
         -o-transition: opacity .6s ease-in-out, top .6s ease-in-out;
            transition: opacity .6s ease-in-out, top .6s ease-in-out;
}

.cbp-animation-bounceTop .cbp-item {
    /* mozilla <=25 bug*/
    overflow: visible;

    /* @editable properties */
    -webkit-transition: -webkit-transform .8s ease-in-out;
       -moz-transition:    -moz-transform .8s ease-in-out;
         -o-transition:      -o-transform .8s ease-in-out;
            transition:         transform .8s ease-in-out;
}

.cbp-animation-bounceTop .cbp-item-hidden {
    display: none;
}

.cbp-animation-bounceTop .cbp-item-wrapper {
    /* mozilla <=25 bug*/
    overflow: hidden;
}
/*  END - Animation options for `bounceTop` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `bounceBottom` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-bounceBottom {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
       -moz-transition: height .6s ease-in-out;
         -o-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-bounceBottom .cbp-wrapper {
    /* @editable properties */
    -webkit-transition: opacity .6s ease-in-out, top .6s ease-in-out;
       -moz-transition: opacity .6s ease-in-out, top .6s ease-in-out;
         -o-transition: opacity .6s ease-in-out, top .6s ease-in-out;
            transition: opacity .6s ease-in-out, top .6s ease-in-out;
}

.cbp-animation-bounceBottom .cbp-item {
    /* mozilla <=25 bug*/
    overflow: visible;

    /* @editable properties */
    -webkit-transition: -webkit-transform .8s ease-in-out;
       -moz-transition:    -moz-transform .8s ease-in-out;
         -o-transition:      -o-transform .8s ease-in-out;
            transition:         transform .8s ease-in-out;
}

.cbp-animation-bounceBottom .cbp-item-hidden {
    display: none;
}

.cbp-animation-bounceBottom .cbp-item-wrapper {
    /* mozilla <=25 bug*/
    overflow: hidden;
}
/*  END - Animation options for `bounceBottom` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `moveLeft` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-moveLeft {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
       -moz-transition: height .6s ease-in-out;
         -o-transition: height .6s ease-in-out;
            transition: height .6s ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper {
    z-index: 2;

    /* @editable properties */
    -webkit-transition: opacity .6s ease-in-out, left .6s ease-in-out;
       -moz-transition: opacity .6s ease-in-out, left .6s ease-in-out;
         -o-transition: opacity .6s ease-in-out, left .6s ease-in-out;
            transition: opacity .6s ease-in-out, left .6s ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper.no-trans {
    z-index: 1;
    -webkit-transition: none !important;
       -moz-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}

.cbp-animation-moveLeft .cbp-item {
    /* mozilla <=25 bug*/
    overflow: visible;

    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}

.cbp-animation-moveLeft .cbp-item-wrapper {
    /* mozilla <=25 bug*/
    overflow: hidden;
}
/*  END - Animation options for `moveLeft` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `slideLeft` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-slideLeft {
    overflow: visible;
}

.cbp-animation-slideLeft .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}

.cbp-animation-slideLeft-out {
    -webkit-animation: cbp-animation-slideLeft-out .9s both ease;
    -moz-animation: cbp-animation-slideLeft-out .9s both ease;
    animation: cbp-animation-slideLeft-out .9s both ease;
}

.cbp-animation-slideLeft-in {
    -webkit-animation: cbp-animation-slideLeft-in .9s both ease;
    -moz-animation: cbp-animation-slideLeft-in .9s both ease;
    animation: cbp-animation-slideLeft-in .9s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideLeft-out {
    25% { opacity: .75; -webkit-transform: scale(.8); }
    75% { opacity: .75; -webkit-transform: scale(.8) translateX(-200%); }
    100% { opacity: .75; -webkit-transform: scale(.8) translateX(-200%); }
}
@-moz-keyframes cbp-animation-slideLeft-out {
    25% { opacity: .75; -moz-transform: scale(.8); }
    75% { opacity: .75; -moz-transform: scale(.8) translateX(-200%); }
    100% { opacity: .75; -moz-transform: scale(.8) translateX(-200%); }
}
@keyframes cbp-animation-slideLeft-out {
    25% { opacity: .75; transform: scale(.8); }
    75% { opacity: .75; transform: scale(.8) translateX(-200%); }
    100% { opacity: .75; transform: scale(.8) translateX(-200%); }
}

/* in */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideLeft-in {
    0%, 25% { opacity: .75; -webkit-transform: scale(.8) translateX(200%); }
    75% { opacity: .75; -webkit-transform: scale(.8); }
    100% { opacity: 1; -webkit-transform: scale(1) translateX(0); }
}
@-moz-keyframes cbp-animation-slideLeft-in {
    0%, 25% { opacity: .75; -moz-transform: scale(.8) translateX(200%); }
    75% { opacity: .75; -moz-transform: scale(.8); }
    100% { opacity: 1; -moz-transform: scale(1) translateX(0); }
}
@keyframes cbp-animation-slideLeft-in {
    0%, 25% { opacity: .75; transform: scale(.8) translateX(200%); }
    75% { opacity: .75; transform: scale(.8); }
    100% { opacity: 1; transform: scale(1) translateX(0); }
}
/*  END - Animation options for `slideLeft` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `slideDelay` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-slideDelay {
    overflow: visible;
}

.cbp-animation-slideDelay .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}

.cbp-animation-slideDelay-out {
    -webkit-animation: cbp-animation-slideDelay-out .5s both ease-in-out;
    -moz-animation: cbp-animation-slideDelay-out .5s both ease-in-out;
    animation: cbp-animation-slideDelay-out .5s both ease-in-out;
}

.cbp-animation-slideDelay-in {
    -webkit-animation: cbp-animation-slideDelay-in .5s both ease-in-out;
    -moz-animation: cbp-animation-slideDelay-in .5s both ease-in-out;
    animation: cbp-animation-slideDelay-in .5s both ease-in-out;
}

.cbp-animation-slideDelay-fadeOut {
    -webkit-animation: cbp-animation-slideDelay-fadeOut .4s both ease;
    -moz-animation: cbp-animation-slideDelay-fadeOut .4s both ease;
    animation: cbp-animation-slideDelay-fadeOut .4s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideDelay-out {
    100% { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes cbp-animation-slideDelay-out {
    100% { -moz-transform: translateX(-100%); }
}
@keyframes cbp-animation-slideDelay-out {
    100% { transform: translateX(-100%); }
}

/* in */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideDelay-in {
    0% { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes cbp-animation-slideDelay-in {
    0% { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(0); }
}
@keyframes cbp-animation-slideDelay-in {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-slideDelay-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-slideDelay-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-slideDelay-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `slideDelay` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `3dflip` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-3dflip {
    overflow: visible;
}

.cbp-animation-3dflip .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;



    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-3dflip-out {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateOutLeft 0.6s forwards;
    animation: rotateOutLeft 0.6s forwards;
}

.cbp-animation-3dflip-in {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateInRight 0.6s ease-in forwards;
    animation: rotateInRight 0.6s ease-in forwards;
}

.cbp-animation-3dflip-fadeOut {
    -webkit-animation: cbp-animation-3dflip-fadeOut .4s both ease;
    -moz-animation: cbp-animation-3dflip-fadeOut .4s both ease;
    animation: cbp-animation-3dflip-fadeOut .4s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes rotateOutLeft {
    100% { opacity: 0; -webkit-transform: rotateY(90deg); }
}

@-moz-keyframes rotateOutLeft {
    100% { opacity: 0; -moz1-transform: rotateY(90deg); }
}

@keyframes rotateOutLeft {
    100% { opacity: 0; transform: rotateY(90deg); }
}

/* in */
/* @editable properties */
@-webkit-keyframes rotateInRight {
    0% { opacity: 0; -webkit-transform: rotateY(-90deg); }
    100% { visibility: visible; opacity: 1; -webkit-transform: rotateY(0deg); }
}

@-moz-keyframes rotateInRight {
    0% { opacity: 0; -moz-transform: rotateY(-90deg); }
    100% { visibility: visible; opacity: 1; -moz-transform: rotateY(0deg); }
}

@keyframes rotateInRight {
    0% { opacity: 0; transform: rotateY(-90deg); }
    100% { visibility: visible; opacity: 1; transform: rotateY(0deg); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-3dflip-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-3dflip-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-3dflip-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `3dflip` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `rotateSides` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-rotateSides {
    overflow: visible;
}

.cbp-animation-rotateSides .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-rotateSides-out {
    -webkit-transform-origin: -50% 50%;
    -webkit-animation: rotateSides-out .5s both ease-in;
    -moz-transform-origin: -50% 50%;
    -moz-animation: rotateSides-out .5s both ease-in;
    transform-origin: -50% 50%;
    animation: rotateSides-out .5s both ease-in;
}

.cbp-animation-rotateSides-in {
    -webkit-transform-origin: 150% 50%;
    -webkit-animation: rotateSides-in .6s both ease-out;
    -moz-transform-origin: 150% 50%;
    -moz-animation: rotateSides-in .6s both ease-out;
    transform-origin: 150% 50%;
    animation: rotateSides-in .6s both ease-out;
}

.cbp-animation-rotateSides-fadeOut {
    -webkit-animation: cbp-animation-rotateSides-fadeOut .5s both ease;
    -moz-animation: cbp-animation-rotateSides-fadeOut .5s both ease;
    animation: cbp-animation-rotateSides-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes rotateSides-out {
    100% { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(90deg); }
}

@-moz-keyframes rotateSides-out {
    100% { opacity: 0; -moz-transform: translateZ(-500px) rotateY(90deg); }
}

@keyframes rotateSides-out {
    100% { opacity: 0; transform: translateZ(-500px) rotateY(90deg); }
}

/* in */
/* @editable properties */
@-webkit-keyframes rotateSides-in {
    0% { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); }
    40% { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); }
}

@-moz-keyframes rotateSides-in {
    0% { opacity: 0; -moz-transform: translateZ(-500px) rotateY(-90deg); }
    40% { opacity: 0; -moz-transform: translateZ(-500px) rotateY(-90deg); }
}

@keyframes rotateSides-in {
    0% { opacity: 0; transform: translateZ(-500px) rotateY(-90deg); }
    40% { opacity: 0; transform: translateZ(-500px) rotateY(-90deg); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-rotateSides-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-rotateSides-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-rotateSides-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `rotateSides` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `flipOutDelay` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-flipOutDelay {
    overflow: visible;
}

.cbp-animation-flipOutDelay .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-flipOutDelay-out {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutDelay-out .5s both ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutDelay-out .5s both ease-in;
    transform-origin: 50% 50%;
    animation: flipOutDelay-out .5s both ease-in;
}

.cbp-animation-flipOutDelay-in {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOutDelay-in 1s both ease-out;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOutDelay-in 1s both ease-out;
    transform-origin: 50% 50%;
    animation: flipOutDelay-in 1s both ease-out;
}

/* out */
/* @editable properties */
@-webkit-keyframes flipOutDelay-out {
    100% { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@-moz-keyframes flipOutDelay-out {
    100% { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@keyframes flipOutDelay-out {
    100% { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

/* in */
/* @editable properties */
@-webkit-keyframes flipOutDelay-in {
    0% { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
    50% { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@-moz-keyframes flipOutDelay-in {
    0% { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
    50% { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@keyframes flipOutDelay-in {
    0% { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
    50% { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

/*  END - Animation options for `flipOutDelay` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `unfold` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-unfold {
    overflow: visible;
}

.cbp-animation-unfold .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-unfold-out {
    -webkit-animation: unfold-out .8s ease both;
    -moz-animation: unfold-out .8s ease both;
    animation: unfold-out .8s ease both;
}

.cbp-animation-unfold-in {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: unfold-in .8s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: unfold-in .8s both ease;
    transform-origin: 0% 50%;
    animation: unfold-in .8s both ease;
}

.cbp-animation-unfold-fadeOut {
    -webkit-animation: cbp-animation-unfold-fadeOut .5s both ease;
    -moz-animation: cbp-animation-unfold-fadeOut .5s both ease;
    animation: cbp-animation-unfold-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes unfold-out {
    99% { opacity: 0.3; }
    100% { opacity: 0; -webkit-transform: translateX(-100%); }
}
@-moz-keyframes unfold-out {
    99% { opacity: 0.3; }
    100% { opacity: 0; -moz-transform: translateX(-100%); }
}
@keyframes unfold-out {
    99% { opacity: 0.3; }
    100% { opacity: 0; transform: translateX(-100%); }
}

/* in */
/* @editable properties */
@-webkit-keyframes unfold-in {
    from { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@-moz-keyframes unfold-in {
    from { opacity: 0; -moz-transform: translateX(100%) rotateY(90deg); }
}
@keyframes unfold-in {
    from { opacity: 0; transform: translateX(100%) rotateY(90deg); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-unfold-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-unfold-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-unfold-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `unfold` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `foldLeft` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-foldLeft {
    overflow: visible;
}

.cbp-animation-foldLeft .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-foldLeft-out {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: foldLeft-out .7s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: foldLeft-out .7s both ease;
    transform-origin: 100% 50%;
    animation: foldLeft-out .7s both ease;
}

.cbp-animation-foldLeft-in {
    -webkit-animation: foldLeft-in .7s ease both;
    -moz-animation: foldLeft-in .7s ease both;
    animation: foldLeft-in .7s ease both;
}


.cbp-animation-foldLeft-fadeOut {
    -webkit-animation: cbp-animation-foldLeft-fadeOut .5s both ease;
    -moz-animation: cbp-animation-foldLeft-fadeOut .5s both ease;
    animation: cbp-animation-foldLeft-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes foldLeft-out {
    to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@-moz-keyframes foldLeft-out {
    to { opacity: 0; -moz-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes foldLeft-out {
    to { opacity: 0; transform: translateX(-100%) rotateY(-90deg); }
}

/* in */
/* @editable properties */
@-webkit-keyframes foldLeft-in {
    from { opacity: 0.3; -webkit-transform: translateX(100%); }
}
@-moz-keyframes foldLeft-in {
    from { opacity: 0.3; -moz-transform: translateX(100%); }
}
@keyframes foldLeft-in {
    from { opacity: 0.3; transform: translateX(100%); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-foldLeft-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-foldLeft-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-foldLeft-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `foldLeft` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `scaleDown` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-scaleDown {
    overflow: visible;
}

.cbp-animation-scaleDown .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-scaleDown-out {
    -webkit-animation: scaleDown-out .7s ease both;
    -moz-animation: scaleDown-out .7s ease both;
    animation: scaleDown-out .7s ease both;
}

.cbp-animation-scaleDown-in {
    -webkit-animation: scaleDown-in .6s ease both;
    -moz-animation: scaleDown-in .6s ease both;
    animation: scaleDown-in .6s ease both;
}


.cbp-animation-scaleDown-fadeOut {
    -webkit-animation: cbp-animation-scaleDown-fadeOut .5s both ease;
    -moz-animation: cbp-animation-scaleDown-fadeOut .5s both ease;
    animation: cbp-animation-scaleDown-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes scaleDown-out {
    to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleDown-out {
    to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleDown-out {
    to { opacity: 0; transform: scale(.8); }
}

/* in */
/* @editable properties */
@-webkit-keyframes scaleDown-in {
    from { -webkit-transform: translateX(100%); }
}
@-moz-keyframes scaleDown-in {
    from { -moz-transform: translateX(100%); }
}
@keyframes scaleDown-in {
    from { transform: translateX(100%); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-scaleDown-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-scaleDown-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-scaleDown-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/*  END - Animation options for `scaleDown` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `frontRow` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-frontRow {
    overflow: visible;
}

.cbp-animation-frontRow .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-frontRow-out {
    -webkit-animation: frontRow-out .7s ease both;
    -moz-animation: frontRow-out .7s ease both;
    animation: frontRow-out .7s ease both;
}

.cbp-animation-frontRow-in {
    -webkit-animation: frontRow-in .6s ease both;
    -moz-animation: frontRow-in .6s ease both;
    animation: frontRow-in .6s ease both;
}


.cbp-animation-frontRow-fadeOut {
    -webkit-animation: cbp-animation-frontRow-fadeOut .5s both ease;
    -moz-animation: cbp-animation-frontRow-fadeOut .5s both ease;
    animation: cbp-animation-frontRow-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes frontRow-out {
    100% { -webkit-transform: translateX(-60%) scale(.8); opacity: 0; }
}
@-moz-keyframes frontRow-out {
    100% { -moz-transform: translateX(-60%) scale(.8); opacity: 0; }
}
@keyframes frontRow-out {
    100% { transform: translateX(-60%) scale(.8); opacity: 0; }
}

/* in */
/* @editable properties */
@-webkit-keyframes frontRow-in {
    0% { -webkit-transform: translateX(100%) scale(.8);}
    100% { visibility: visible; opacity: 1; -webkit-transform: translateX(0%) scale(1); }
}
@-moz-keyframes frontRow-in {
    0% { -moz-transform: translateX(100%) scale(.8); }
    100% { visibility: visible; opacity: 1; -moz-transform: translateX(0%) scale(1); }
}
@keyframes frontRow-in {
    0% { transform: translateX(100%) scale(.8); }
    100% { visibility: visible; opacity: 1; transform: translateX(0%) scale(1); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-frontRow-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-frontRow-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-frontRow-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/*  END - Animation options for `frontRow` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `rotateRoom` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-rotateRoom {
    overflow: visible;
}

.cbp-animation-rotateRoom .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-rotateRoom-out {
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: rotateRoom-out .8s both ease;
    -moz-transform-origin: 100% 50%;
    -moz-animation: rotateRoom-out .8s both ease;
    transform-origin: 100% 50%;
    animation: rotateRoom-out .8s both ease;
}

.cbp-animation-rotateRoom-in {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRoom-in .8s both ease;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRoom-in .8s both ease;
    transform-origin: 0% 50%;
    animation: rotateRoom-in .8s both ease;
}


.cbp-animation-rotateRoom-fadeOut {
    -webkit-animation: cbp-animation-rotateRoom-fadeOut .5s both ease;
    -moz-animation: cbp-animation-rotateRoom-fadeOut .5s both ease;
    animation: cbp-animation-rotateRoom-fadeOut .5s both ease;
}

/* out */
/* @editable properties */
@-webkit-keyframes rotateRoom-out {
    99% { opacity: .3; }
    100% { opacity: 0; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@-moz-keyframes rotateRoom-out {
    99% { opacity: .3; }
    100% { opacity: 0; -moz-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoom-out {
    99% { opacity: .3; }
    100% { opacity: 0; transform: translateX(-100%) rotateY(90deg); }
}

/* in */
/* @editable properties */
@-webkit-keyframes rotateRoom-in {
    from { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@-moz-keyframes rotateRoom-in {
    from { opacity: .3; -moz-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoom-in {
    from { opacity: .3; transform: translateX(100%) rotateY(-90deg); }
}

/* fade out */
/* @editable properties */
@-webkit-keyframes cbp-animation-rotateRoom-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes cbp-animation-rotateRoom-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes cbp-animation-rotateRoom-fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/*  END - Animation options for `rotateRoom` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `scaleSides` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-scaleSides {
    overflow: visible;
}

.cbp-animation-scaleSides .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .5s ease-in-out;
       -moz-transition:    -moz-transform .5s ease-in-out;
         -o-transition:      -o-transform .5s ease-in-out;
            transition:         transform .5s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-scaleSides-out {
    -webkit-animation: scaleSides-out .5s ease both;
    -moz-animation: scaleSides-out .5s ease both;
    animation: scaleSides-out .5s ease both;
}

.cbp-animation-scaleSides-in {
    -webkit-animation: scaleUpCenter .5s ease .5s both;
    -moz-animation: scaleUpCenter .5s ease .5s both;
    animation: scaleUpCenter .5s ease .5s both;
}

/* out */
/* @editable properties */
@-webkit-keyframes scaleSides-out {
    to { opacity: 0; -webkit-transform: scale(.6); }
}
@-moz-keyframes scaleSides-out {
    to { opacity: 0; -moz-transform: scale(.6); }
}
@keyframes scaleSides-out {
    to { opacity: 0; transform: scale(.6); }
}

/* in */
/* @editable properties */
@-webkit-keyframes scaleUpCenter {
    from { opacity: 0; -webkit-transform: scale(.6); }
}
@-moz-keyframes scaleUpCenter {
    from { opacity: 0; -moz-transform: scale(.6); }
}
@keyframes scaleUpCenter {
    from { opacity: 0; transform: scale(.6); }
}

/*  END - Animation options for `scaleSides` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `flipOut` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-flipOut {
    /* @editable properties */
    -webkit-transition: height .7s ease-in-out;
       -moz-transition: height .7s ease-in-out;
         -o-transition: height .7s ease-in-out;
            transition: height .7s ease-in-out;
}

.cbp-animation-flipOut .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .7s ease-in-out;
       -moz-transition:    -moz-transform .7s ease-in-out;
         -o-transition:      -o-transform .7s ease-in-out;
            transition:         transform .7s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-flipOut-out {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOut-out .35s ease-in both;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOut-out .35s ease-in both;
    transform-origin: 50% 50%;
    animation: flipOut-out .35s ease-in both;
}

.cbp-animation-flipOut-in {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipOut-in .35s ease-out .35s both;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipOut-in .35s ease-out .35s both;
    transform-origin: 50% 50%;
    animation: flipOut-in .35s ease-out .35s both;
}

/* out */
/* @editable properties */
@-webkit-keyframes flipOut-out {
    100% { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@-moz-keyframes flipOut-out {
    100% { -moz-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@keyframes flipOut-out {
    100% { transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

/* in */
/* @editable properties */
@-webkit-keyframes flipOut-in {
    0% { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@-moz-keyframes flipOut-in {
    0% { -moz-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@keyframes flipOut-in {
    0% { transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

/*  END - Animation options for `flipOut` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `flipBottom` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-flipBottom {
    /* @editable properties */
    -webkit-transition: height .7s ease-in-out;
       -moz-transition: height .7s ease-in-out;
         -o-transition: height .7s ease-in-out;
            transition: height .7s ease-in-out;
}

.cbp-animation-flipBottom .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .7s ease-in-out;
       -moz-transition:    -moz-transform .7s ease-in-out;
         -o-transition:      -o-transform .7s ease-in-out;
            transition:         transform .7s ease-in-out;

    -webkit-perspective: 1000px;
    perspective: 1000px;

}

.cbp-animation-flipBottom-out {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipBottom-out .35s both 0s ease-in;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipBottom-out .35s both 0s ease-in;
    transform-origin: 50% 50%;
    animation: flipBottom-out .35s both 0s ease-in;
}

.cbp-animation-flipBottom-in {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flipBottom-in .35s ease-out .35s both;
    -moz-transform-origin: 50% 50%;
    -moz-animation: flipBottom-in .35s ease-out .35s both;
    transform-origin: 50% 50%;
    animation: flipBottom-in .35s ease-out .35s both;
}

/* out */
/* @editable properties */
@-webkit-keyframes flipBottom-out {
    to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-moz-keyframes flipBottom-out {
    to { -moz-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipBottom-out {
    to { transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}

/* in */
/* @editable properties */
@-webkit-keyframes flipBottom-in {
    from { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-moz-keyframes flipBottom-in {
    from { -moz-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipBottom-in {
    from { transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}

/*  END - Animation options for `flipBottom` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `fadeOutTop` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-fadeOutTop {
    overflow: visible;

    /* @editable properties */
    -webkit-transition: height .2s ease-in-out;
       -moz-transition: height .2s ease-in-out;
         -o-transition: height .2s ease-in-out;
            transition: height .2s ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-wrapper {
    /* @editable properties */
    -webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
       -moz-transition: opacity .3s ease-in-out, top .3s ease-in-out;
         -o-transition: opacity .3s ease-in-out, top .3s ease-in-out;
            transition: opacity .3s ease-in-out, top .3s ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}
/*  END - Animation options for `fadeOutTop` filter. Change them carefully */



/*  ---------------------------------------------------------------
    Animation options for `sequentially` filter. Change them carefully
    --------------------------------------------------------------- */
.cbp-animation-sequentially {
    overflow: visible;

    /* @editable properties */
    -webkit-transition: height .2s ease-in-out;
       -moz-transition: height .2s ease-in-out;
         -o-transition: height .2s ease-in-out;
            transition: height .2s ease-in-out;
}

.cbp-animation-sequentially .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
       -moz-transition:    -moz-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
}

.cbp-animation-sequentially.cbp-no-transition .cbp-item {
    /* @editable properties */
    -webkit-transition: opacity .5s ease, top .5s ease !important;
       -moz-transition: opacity .5s ease, top .5s ease !important;
         -o-transition: opacity .5s ease, top .5s ease !important;
            transition: opacity .5s ease, top .5s ease !important;
}
/*  END - Animation options for `sequentially` filter. Change them carefully */



/*  ---------------------------------------------------------------
    POPUP. Change them carefully
    --------------------------------------------------------------- */
.cbp-popup-ie8bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1;

    /* @editable properties */
    background:#000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.cbp-popup-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    overflow: auto;

    /* @editable properties */
    z-index: 9999;
    padding: 0 10px;
}

.cbp-popup-lightbox {
    /* @editable properties */
    background:rgba(0,0,0,.8);
}

.cbp-popup-singlePage {
    /* @editable properties */
    background:rgb(255,255,255);
    padding: 0;
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
    /* @editable properties */
    background:rgb(255,255,255);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cbp-popup-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.cbp-popup-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%;
}

.cbp-popup-singlePage .cbp-popup-content {
    /* @editable properties */
    margin-top: 140px;
    max-width: 1024px;
    vertical-align: top;
    width: 96%;
}

.cbp-popup-lightbox-figure {
    position: relative;
}

.cbp-popup-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;

    /* @editable properties */
    margin-top: 3px;
}

.cbp-popup-lightbox-title {
    /* @editable properties */
    padding-right: 70px;
    font-size: 12px;
    line-height: 18px;
    color: #eee;
}

.cbp-popup-lightbox-counter {
    position: absolute;
    top: 0;
    right: 0;

    /* @editable properties */
    font-size: 12px;
    line-height: 18px;
    color: #eee;
}

.cbp-popup-lightbox-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;

    /* @editable properties */
    margin: 40px 0 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.cbp-popup-lightbox-img[data-action] {
    cursor: pointer;
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
    /* @editable properties */
    width: 50%;
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;

    /* @editable properties */
    margin-top: 3px;
}

.cbp-popup-lightbox-iframe {
    position: relative;
    height: 0;

    /* @editable properties */
    padding-bottom: 56.25%; /* 16/9 ratio */
    background: #000;
}

.cbp-popup-lightbox-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* @editable properties */
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* NAVIGATION BUTTONS */
.cbp-popup-singlePage {
    overflow-x: hidden;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* before z-index: 2; */
    z-index: 102;

    /* @editable properties */
    height: 104px;

}

.cbp-popup-singlePage .cbp-popup-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation {
    position: fixed;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
    position: fixed;
}

.cbp-popup-singlePage-counter {
    /* @editable properties */
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 104px;
    font-style: italic;
    position: absolute;
    right: 50px;
    top: 0;
}

.cbp-popup-next,
.cbp-popup-prev,
.cbp-popup-close {
    padding: 0;
    border: medium none;
    position: absolute;
    cursor: pointer;
}

.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-close {
    visibility: hidden;
}

/* NAVOGATION BUTTONS */
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
    visibility: visible;
}

/* PREVIOUS BUTTON LIGHBOX */
.cbp-popup-lightbox .cbp-popup-prev {
    /* @editable properties */
    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-sprite.png) no-repeat scroll -2px -2px transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
    /* @editable properties */
    background-position: -2px -48px;
}


/* PREVIOUS BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-prev {
    /* @editable properties */
    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-sprite.png) no-repeat scroll -2px -140px transparent;
    width: 44px;
    height: 44px;
    top: 30px;
    left: 0;
    margin: auto;
    right: 108px;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
    /* @editable properties */
   	opacity: 0.75;
	filter: alpha(opacity=75);
}


/* NEXT BUTTON LIGHTBOX */
.cbp-popup-lightbox .cbp-popup-next {
    /* @editable properties */
    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-sprite.png) no-repeat scroll -48px -2px transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.cbp-popup-lightbox .cbp-popup-next:hover {
    /* @editable properties */
    background-position: -48px -48px;
}

/* NEXT BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-next {
    /* @editable properties */
    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-sprite.png) no-repeat scroll -48px -140px transparent;
    width: 44px;
    height: 44px;
    top: 30px;
    right: 0;
    margin: auto;
    left: 108px;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
    /* @editable properties */
   	opacity: 0.75;
	filter: alpha(opacity=75);
}


/* CLOSE BUTTON LIGTHBOX */
.cbp-popup-lightbox .cbp-popup-close {
    /* @editable properties */
    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-sprite.png) no-repeat scroll -94px -2px transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 20px;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
    /* @editable properties */
    background-position: -94px -48px;
}


/* CLOSE BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-close {
    /* @editable properties */
    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-sprite.png) no-repeat scroll -94px -140px transparent;
    height: 44px;
    width: 44px;
    margin: auto;
    right: 0;
    top: 30px;
    left: 0;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
    /* @editable properties */
   	opacity: 0.75;
	filter: alpha(opacity=75);
}

.cbp-popup-loadingBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;

    /* @editable properties */
    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-loading-popup.gif) no-repeat scroll center center #0D0D0D;
    border: 1px solid rgba(79, 80, 79, .3);
    border-radius: 3px 3px 3px 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=71)";
    opacity: .71;
    width: 50px;
    height:50px;
}

.cbp-popup-ready .cbp-popup-loadingBox {
    visibility: hidden;
}

.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible;
}

.cbp-popup-singlePage {
    left: 100%;

    /* @editable properties */
    -webkit-transition: left .6s ease-in-out;
       -moz-transition: left .6s ease-in-out;
         -o-transition: left .6s ease-in-out;
            transition: left .6s ease-in-out;
}

.cbp-popup-singlePage-open {
    left: 0;
}

.cbp-popup-singlePage .cbp-l-project-title {
    /* @editable properties */
    color: #454444;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: .75px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.cbp-popup-singlePage .cbp-l-project-subtitle {
    /* @editable properties */
    color: #959595;
    font-size: 14px;
    line-height: 21px;
    margin: 0 auto 50px;
    max-width: 500px;
    letter-spacing: 2px;
    text-align: center;
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img-wrap {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/*.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img-wrap .cbp-l-project-img{
	margin: 0;
}*/

.cbp-popup-singlePage .cbp-l-project-container {
    overflow: hidden;
    margin: 0 auto;
}

.cbp-popup-singlePage .cbp-l-project-desc {
    /* @editable properties */
    float: left;
    width: 64%;
    margin: 30px 0 100px 0;
}

.cbp-popup-singlePage .cbp-l-project-details {
    /* @editable properties */
    float: right;
    width: 36%;
    margin: 30px 0 100px 0;
}

.cbp-popup-singlePage .cbp-l-project-desc-title {
    /* @editable properties */
    margin-right: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 22px;
    color: #444;
}

.cbp-popup-singlePage .cbp-l-project-desc-title span,
.cbp-popup-singlePage .cbp-l-project-details-title span {
    /* @editable properties */
    display: inline-block;
    margin: 0 0 -1px 0;
    font-size: 16px;
    line-height: 36px;
    padding: 0 5px 0 0;
}

.cbp-popup-singlePage .cbp-l-project-desc-text {
    /* @editable properties */
    margin-right: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #555;
}

.cbp-popup-singlePage .cbp-l-project-details-title {
    /* @editable properties */
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 19px;
    margin-left: 20px;
    color: #444;
}

.cbp-popup-singlePage .cbp-l-project-details-list {
    /* @editable properties */
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.cbp-popup-singlePage .cbp-l-project-details-list li {
    /* @editable properties */
	list-style: none;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
}

.cbp-popup-singlePage .cbp-l-project-details-list strong {
    /* @editable properties */
	min-width: 100px;
	display: inline-block;
}

.cbp-popup-singlePage .cbp-l-project-details-visit {
    /* @editable properties */
    float: right;
}

.cbp-popup-singlePage .cbp-l-project-details-visit:hover {
    /* @editable properties */
}

.cbp-popup-singlePage .cbp-l-member-img {
    /* @editable properties */
    float: left;
    margin-right: 2%;
    margin-top: 20px;
    width: 48%;
}

.cbp-popup-singlePage .cbp-l-member-img img {
    /* @editable properties */
    display: block;
    width: 100%;
}

.cbp-popup-singlePage .cbp-l-member-info {
    /* @editable properties */
    margin-top: 20px;
    float: left;
    width: 48%
}

.cbp-popup-singlePage .cbp-l-member-name {
    /* @editable properties */
    font-size: 16px;
    font-weight: 700;
}

.cbp-popup-singlePage .cbp-l-member-position {
}

.cbp-popup-singlePage .cbp-l-member-desc {
    /* @editable properties */
    margin-top: 20px;
    margin-bottom: 20px;
}

/* SINGLE PAGE INLINE */
.cbp-popup-singlePageInline {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
}

/* CLOSE BUTTON singlePageInline */
.cbp-popup-singlePageInline .cbp-popup-close {
    /* @editable properties */
    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-sprite.png) no-repeat scroll -94px -2px transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 30px;
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
    /* @editable properties */
    opacity: 0.7;
}

.cbp-popup-singlePageInline .cbp-popup-content {
    width: 100%;;
    min-height: 200px;
}

.cbp.cbp-popup-isOpening .cbp-popup-singlePageInline,
.cbp.cbp-popup-isOpening {
    -webkit-transition: height .4s ease 0s !important;
       -moz-transition: height .4s ease 0s !important;
         -o-transition: height .4s ease 0s !important;
            transition: height .4s ease 0s !important;
}


.cbp.cbp-popup-isOpening .cbp-item {
    -webkit-transition: -webkit-transform .4s ease 0s !important;
       -moz-transition:    -moz-transform .4s ease 0s !important;
         -o-transition:      -o-transform .4s ease 0s !important;
            transition:         transform .4s ease 0s !important;
}

.cbp-singlePageInline-active {
    opacity: 0.6 !important;
}

.cbp-popup-singlePageInline .cbp-popup-loadingBox {

    visibility: hidden;

    background: url(//gumi-major.hr/wp-content/themes/gumimajor/assets/cbp-plugin/cubeportfolio/img/cbp-loading.gif) no-repeat scroll center center transparent;
    border: medium none;
    border-radius: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}


.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible;
}

.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-navigation,
.cbp-popup-singlePageInline.cbp-popup-loading .cbp-popup-content {
    visibility: hidden;
}

.cbp-l-inline {
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 10px;
    background: #FAFAFA;
    padding: 30px;
}

.cbp-l-inline-left {
    float: left;
    width: 44%;
}

.cbp-l-project-img {
    max-width: 100%;
}

.cbp-l-inline-right {
    float: right;
    width: 56%;
    padding-left: inherit;
}

.cbp-l-inline-title {
    font-size: 28px;
    line-height: 28px;
    color: #666;
}

.cbp-l-inline-subtitle {
    font-size: 13px;
    line-height: 13px;
    color: #666;
    margin: 3px 0 25px;
}

.cbp-l-inline-desc {
    font-size: 13px;
    line-height: 21px;
    color: #888888;
}

.cbp-l-inline-view {
    font-size: 13px;
    line-height: 13px;
    color: #9C9C9C;
    text-decoration: none;
    margin: 22px 0 0;
    display: inline-block;
    padding: 8px 18px 7px;
    border: 2px solid #ccc;
}

.cbp-l-inline-view:hover {
    color: rgb(117, 117, 117);
    border-color: #DFDFDF;
}
/*  END - popup -  Change them carefully */



/*  ---------------------------------------------------------------
    layout filters button
    --------------------------------------------------------------- */
.cbp-l-filters-button {
    /* @editable properties */
    margin: 0 auto 30px;
    text-align: left;
}

.cbp-l-filters-button .cbp-filter-item {
    /* @editable properties */
    background-color: #fff;
    border: 2px solid #ebebeb;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    color: #555;
    margin: 10px 10px 0 0;
    overflow: visible;
    padding: 6px 12px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.cbp-l-filters-button .cbp-filter-item:hover {
    /* @editable properties */
    color: #363636;
}

.cbp-l-filters-button .cbp-filter-item-active {
    /* @editable properties */
    background-color: #e1e1e1;
    color: #363636 !important;
    border-color: #e1e1e1;
}

.cbp-l-filters-button .cbp-filter-counter {
    /* @editable properties */
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease, bottom .25s ease;
       -moz-transition: opacity .25s ease, bottom .25s ease;
         -o-transition: opacity .25s ease, bottom .25s ease;
            transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-button .cbp-filter-counter:before {
    /* @editable properties */
    content:"";
    position:absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    visibility: hidden;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before {
    visibility: visible;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
/*  END - layout filters buttons */



/*  ---------------------------------------------------------------
    layout filters dropdown
    --------------------------------------------------------------- */
.cbp-l-filters-dropdown {
    /* @editable properties */
    margin: 0 auto;
    height: 70px;
    position: relative;
    z-index: 10;
}

.cbp-l-filters-dropdownWrap {
    /* @editable properties */
    width: 200px;
    position: absolute;
    right: 0;
    background: #3288C4;
}

.cbp-l-filters-dropdownHeader {
    /* @editable properties */
    font-size: 12px;
    line-height: 38px;
    padding: 0 17px;
    color: #FFF;
    cursor: pointer;
    position: relative;
}

.cbp-l-filters-dropdownHeader:after {
    /* @editable properties */
    border-color: #FFFFFF rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 0;
    margin-top: -1px;
}

.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownHeader:after {
    /* @editable properties */
    border-width: 0 5px 5px;
}

.cbp-l-filters-dropdownList {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownList {
    display: block;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    /* @editable properties */
    background: none;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 40px;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
    /* @editable properties */
    color: #ebebeb;
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
    /* @editable properties */
    color: #ebebeb;
}
/*  END - layout filters dropdown */



/*  ---------------------------------------------------------------
    layout filters alignLeft
    --------------------------------------------------------------- */
.cbp-l-filters-alignLeft {
    /* @editable properties */
    margin: 0 auto 40px;
    text-align: left;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
    /* @editable properties */
    background-color: #fff;
    border: 1px solid #ebebeb;
    cursor: pointer;
    font-size: 12px;
    line-height: 30px;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 10px 8px 0 0;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #959595;
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
    /* @editable properties */
    color: #555;
}

.cbp-l-filters-alignLeft .cbp-filter-item-active {
    /* @editable properties */
    color: #fff !important;
    opacity:1;
    border:1px solid;
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
    display: inline;
}
/*  END - layout filters alignLeft */



/*  ---------------------------------------------------------------
    layout filters alignCenter
    --------------------------------------------------------------- */
.cbp-l-filters-alignCenter {
    /* @editable properties */
    margin: 0 auto 50px;
    text-align: center;
    font-size: 12px;
    color: #cacaca;
}
.cbp-l-filters-alignCenter .faction:last-child{
	display: none;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
    /* @editable properties */
    color: #5A5A5A;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    padding: 0 12px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    margin: 10px 0 0;
    border: medium none;
    background-color: transparent;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    /* @editable properties */
    background: none repeat scroll 0 0 #3288C4;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:before {
    /* @editable properties */
    content:"";
    position:absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    visibility: hidden;
}

.cbp-l-filters-alignCenter button:hover .cbp-filter-counter:before {
    visibility: visible;
}

.cbp-l-filters-alignCenter button:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
/*  END - layout filters alignCenter */



/*  ---------------------------------------------------------------
    layout filters alignRight
    --------------------------------------------------------------- */
.cbp-l-filters-alignRight {
    /* @editable properties */
    margin: 0 auto 40px;
    text-align: right;
}

.cbp-l-filters-alignRight .cbp-filter-item {
    /* @editable properties */
    background-color: transparent;
    color: #959595;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 12px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: 1px solid #ebebeb;
    text-transform: uppercase;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
    /* @editable properties */
    color: #2B3444;
}

.cbp-l-filters-alignRight .cbp-filter-item-active {
    /* @editable properties */
    opacity:1;
    color:#FFFFFF !important;
    background-color:#555;
    border-color:#555;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
    /* @editable properties */
    background: none repeat scroll 0 0 #3288C4;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;

    -webkit-transition: opacity .25s ease, bottom .25s ease;
       -moz-transition: opacity .25s ease, bottom .25s ease;
         -o-transition: opacity .25s ease, bottom .25s ease;
            transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-alignRight .cbp-filter-counter:before {
    /* @editable properties */
    content:"";
    position:absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3288C4;
    visibility: hidden;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before {
    visibility: visible;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
/*  END - layout filters alignRight */



/*  ---------------------------------------------------------------
    layout filters list
    --------------------------------------------------------------- */
.cbp-l-filters-list {
    /* @editable properties */
    margin: 0 auto 40px;
    height: 46px;
}

.cbp-l-filters-list .cbp-filter-item {
    /* @editable properties */
    background-color: transparent;
    color: #959595;
    cursor: pointer;
    font-size: 12px;
    line-height: 35px;
    padding: 0 18px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 0;
    float: left;
    border-width: 1px 0 1px 1px;
    border-style: solid;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.cbp-l-filters-list .cbp-filter-item:hover {
    /* @editable properties */
    color: #555;
}

.cbp-l-filters-list .cbp-filter-item-active {
    /* @editable properties */
    opacity:1;
    color:#FFFFFF !important;
}

.cbp-l-filters-list-first {
    /* @editable properties */
    border-radius: 6px 0 0 6px;
}

.cbp-l-filters-list .cbp-filter-item:last-child,
.cbp-l-filters-list-last {
    /* @editable properties */
    border-right-width: 1px !important;
}

.cbp-l-filters-list .cbp-filter-counter {
    display: inline;
}
/*  END - layout filters list */



/*  ---------------------------------------------------------------
    lpd grid project
    --------------------------------------------------------------- */

.lpd-cbp-project {
    visibility: hidden;
}

/* set width and height for items */
.lpd-cbp-project .cbp-item {
    width: 300px;
    height: 270px;
}
.lpd-cbp-project.cbp-6-columns .cbp-item {
    width: 190px;
    height: 197px;
}
.lpd-cbp-project.cbp-4-columns .cbp-item {
    width: 300px;
    height: 270px;
}
.lpd-cbp-project.cbp-3-columns .cbp-item {
    width: 400px;
    height: 337px;
}
.lpd-cbp-project.cbp-2-columns .cbp-item {
    width: 600px;
    height: 470px;
}

.lpd-cbp-project.cbp-square .cbp-item {
    width: 300px;
    height: 370px;
}
.lpd-cbp-project.cbp-6-columns.cbp-square .cbp-item {
    width: 190px;
    height: 260px;
}
.lpd-cbp-project.cbp-4-columns.cbp-square .cbp-item {
    width: 300px;
    height: 370px;
}
.lpd-cbp-project.cbp-3-columns.cbp-square .cbp-item {
    width: 400px;
    height: 470px;
}
.lpd-cbp-project.cbp-2-columns.cbp-square .cbp-item {
    width: 600px;
    height: 670px;
}
.lpd-cbp-project.cbp-portrait .cbp-item {
    width: 300px;
    height: 370px;
}
.lpd-cbp-project.cbp-6-columns.cbp-portrait .cbp-item {
    width: 190px;
    height: 323px;
}
.lpd-cbp-project.cbp-4-columns.cbp-portrait .cbp-item {
    width: 300px;
    height: 470px;
}
.lpd-cbp-project.cbp-3-columns.cbp-portrait .cbp-item {
    width: 400px;
    height: 603px;
}
.lpd-cbp-project.cbp-2-columns.cbp-portrait .cbp-item {
    width: 600px;
    height: 870px;
}

.lpd-cbp-project .cbp-item.team-post-icons {
    width: 300px;
    height: 300px;
}
.lpd-cbp-project.cbp-6-columns .cbp-item.team-post-icons {
    width: 190px;
    height: 217px;
}
.lpd-cbp-project.cbp-4-columns .cbp-item.team-post-icons {
    width: 300px;
    height: 300px;
}
.lpd-cbp-project.cbp-3-columns .cbp-item.team-post-icons {
    width: 400px;
    height: 367px;
}
.lpd-cbp-project.cbp-2-columns .cbp-item.team-post-icons {
    width: 600px;
    height: 490px;
}
.lpd-cbp-project.cbp-square .cbp-item.team-post-icons {
    width: 300px;
    height: 400px;
}
.lpd-cbp-project.cbp-6-columns.cbp-square .cbp-item.team-post-icons {
    width: 190px;
    height: 280px;
}
.lpd-cbp-project.cbp-4-columns.cbp-square .cbp-item.team-post-icons {
    width: 300px;
    height: 400px;
}
.lpd-cbp-project.cbp-3-columns.cbp-square .cbp-item.team-post-icons {
    width: 400px;
    height: 500px;
}
.lpd-cbp-project.cbp-2-columns.cbp-square .cbp-item.team-post-icons {
    width: 600px;
    height: 700px;
}
.lpd-cbp-project.cbp-portrait .cbp-item.team-post-icons {
    width: 300px;
    height: 500px;
}
.lpd-cbp-project.cbp-6-columns.cbp-portrait .cbp-item.team-post-icons {
    width: 190px;
    height: 343px;
}
.lpd-cbp-project.cbp-4-columns.cbp-portrait .cbp-item.team-post-icons {
    width: 300px;
    height: 500px;
}
.lpd-cbp-project.cbp-3-columns.cbp-portrait .cbp-item.team-post-icons {
    width: 400px;
    height: 633px;
}
.lpd-cbp-project.cbp-2-columns.cbp-portrait .cbp-item.team-post-icons {
    width: 600px;
    height: 900px;
}


.lpd-cbp-project.cbp-no-meta .cbp-item {
    width: 300px;
    height: 200px;
}
.lpd-cbp-project.cbp-6-columns.cbp-no-meta .cbp-item {
    width: 190px;
    height: 127px;
}
.lpd-cbp-project.cbp-4-columns.cbp-no-meta .cbp-item {
    width: 300px;
    height: 200px;
}
.lpd-cbp-project.cbp-3-columns.cbp-no-meta .cbp-item {
    width: 400px;
    height: 267px;
}
.lpd-cbp-project.cbp-2-columns.cbp-no-meta .cbp-item {
    width: 600px;
    height: 400px;
}
.lpd-cbp-project.cbp-no-meta.cbp-square .cbp-item {
    width: 300px;
    height: 300px;
}
.lpd-cbp-project.cbp-6-columns.cbp-no-meta.cbp-square .cbp-item {
    width: 190px;
    height: 190px;
}
.lpd-cbp-project.cbp-4-columns.cbp-no-meta.cbp-square .cbp-item {
    width: 300px;
    height: 300px;
}
.lpd-cbp-project.cbp-3-columns.cbp-no-meta.cbp-square .cbp-item {
    width: 400px;
    height: 400px;
}
.lpd-cbp-project.cbp-2-columns.cbp-no-meta.cbp-square .cbp-item {
    width: 600px;
    height: 600px;
}
.lpd-cbp-project.cbp-6-columns.cbp-no-meta.cbp-portrait .cbp-item {
    width: 190px;
    height: 253px;
}
.lpd-cbp-project.cbp-4-columns.cbp-no-meta.cbp-portrait .cbp-item {
    width: 300px;
    height: 400px;
}
.lpd-cbp-project.cbp-3-columns.cbp-no-meta.cbp-portrait .cbp-item {
    width: 400px;
    height: 533px;
}
.lpd-cbp-project.cbp-2-columns.cbp-no-meta.cbp-portrait .cbp-item {
    width: 600px;
    height: 800px;
}

.lpd-cbp-project.cbp-no-meta .cbp-caption {
    height: 100% !important;
    margin-bottom: 0 !important;
}

/* adjust the caption height and add some margin-bottom*/
.lpd-cbp-project.cbp-6-columns .cbp-caption {
    /* @editable properties */
    height: 63%;
    margin-bottom: 20px;
}
.lpd-cbp-project.cbp-4-columns .cbp-caption {
    /* @editable properties */
    height: 72%;
    margin-bottom: 20px;
}
.lpd-cbp-project.cbp-3-columns .cbp-caption {
    /* @editable properties */
    height: 77%;
    margin-bottom: 20px;
}
.lpd-cbp-project.cbp-2-columns .cbp-caption {
    /* @editable properties */
    height: 84%;
    margin-bottom: 20px;
}

.lpd-cbp-project.cbp-6-columns.cbp-square .cbp-caption {
    /* @editable properties */
    height: 68%;
}
.lpd-cbp-project.cbp-4-columns.cbp-square .cbp-caption {
    /* @editable properties */
    height: 80%;
}
.lpd-cbp-project.cbp-3-columns.cbp-square .cbp-caption {
    /* @editable properties */
    height: 84%;
}
.lpd-cbp-project.cbp-2-columns.cbp-square .cbp-caption {
    /* @editable properties */
    height: 89%;
}

.lpd-cbp-project.cbp-6-columns.cbp-portrait .cbp-caption {
    /* @editable properties */
    height: 77%;
}
.lpd-cbp-project.cbp-4-columns.cbp-portrait .cbp-caption {
    /* @editable properties */
    height: 83%;
}
.lpd-cbp-project.cbp-3-columns.cbp-portrait .cbp-caption {
    /* @editable properties */
    height: 87%;
}
.lpd-cbp-project.cbp-2-columns.cbp-portrait .cbp-caption {
    /* @editable properties */
    height: 91%;
}

/* adjust the caption height and add some margin-bottom*/
.lpd-cbp-project.cbp-6-columns .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 58%;
    margin-bottom: 20px;
}
.lpd-cbp-project.cbp-4-columns .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 67%;
    margin-bottom: 20px;
}
.lpd-cbp-project.cbp-3-columns .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 72%;
    margin-bottom: 20px;
}
.lpd-cbp-project.cbp-2-columns .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 80%;
    margin-bottom: 20px;
}
.lpd-cbp-project.cbp-6-columns.cbp-square .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 72%;
}
.lpd-cbp-project.cbp-4-columns.cbp-square .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 75%;
}
.lpd-cbp-project.cbp-3-columns.cbp-square .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 80%;
}
.lpd-cbp-project.cbp-2-columns.cbp-square .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 85%;
}
.lpd-cbp-project.cbp-6-columns.cbp-portrait .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 73%;
}
.lpd-cbp-project.cbp-4-columns.cbp-portrait .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 80%;
}
.lpd-cbp-project.cbp-3-columns.cbp-portrait .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 84%;
}
.lpd-cbp-project.cbp-2-columns.cbp-portrait .team-post-icons .cbp-caption {
    /* @editable properties */
    height: 89%;
}

.cbp-l-grid-projects-title {
    /* @editable properties */
	line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}
.cbp-l-grid-projects-title a{
    color: #555;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.lpd-cbp-product.cbp-l-grid-projects-title a{
	color: #959595;
}
.cbp-item-wrapper:hover .lpd-cbp-product.cbp-l-grid-projects-title a{
	text-decoration: none;
	color: #555;
}
.cbp-item-wrapper:hover .cbp-l-grid-projects-title a{
	text-decoration: underline;
}
.cbp-l-grid-blog-meta{
	text-align: center;
}
.cbp-l-grid-projects-desc {
    /* @editable properties */
    font-weight: 400;
    font-size: 12px;
    color: #959595;
    text-align: center;
}

.cbp-l-grid-projects-inlineFilters {
    /* @editable properties */
    cursor: pointer;
}

.cbp-l-grid-projects-inlineFilters:hover {
    /* @editable properties */
    text-decoration: underline;
}

/* ---------- override overlayBottomPush caption >>> */
.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
    height: 50px;
}

.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 50px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
}
/* <<< override overlayBottomPush caption */


/* ---------- override overlayBottomAlong caption >>> */
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
    height: 50px;
}

.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 25px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
}
/* <<< override overlayBottomAlong caption */


/* ---------- override overlayBottom caption >>> */
.cbp-l-grid-projects.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
    height: 50px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-projects.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -50px;
}
/* <<< override overlayBottom caption */

/* ---------- override overlayBottomReveal caption >>> */
.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    /* @editable properties */
    height: 50px;
}

.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 50px;
}
/* <<< override overlayBottomReveal caption */
/*  END - layout grid projects */
.cbp-l-grid-projects-category{
	color: #959595;
}
.cbp-caption-defaultWrap .white_isolated{
	background-color: rgba(0, 0, 0, 0.02);
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: none;
}
.lpd-cbp-product{
	line-height: inherit;
	font-weight: normal;
	text-align: center;
}
.lpd-cbp-product-price{
	text-align: center;
}

.cbp-l-project-details-list .price ins,
.lpd-cbp-product-price .price ins{
	text-decoration: none;
}
.cbp-l-project-details-list .price del,
.lpd-cbp-product-price .price del{
	font-size: 75%;
}
.lpd-cbp-product-price .price{
	font-size: 16px;
}
.cbp-l-project-details-list .price{
	font-size: 16px;
}
.dark-bg  .lpd-cbp-product-price .price{
	color: rgba(255,255,255,0.66);
}


/*  ---------------------------------------------------------------
    layout grid gallery
    --------------------------------------------------------------- */
.cbp-l-grid-gallery {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-gallery .cbp-item {
    /* @editable properties */
    width: 320px;
    height: 236px;
}
/*  END - layout grid gallery */



/*  ---------------------------------------------------------------
    layout grid team
    --------------------------------------------------------------- */
.cbp-l-grid-team {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-team .cbp-item {
    /* @editable properties */
    width: 290px;
    height: 270px;
}

/* adjust the caption height and add some margin-bottom*/
.cbp-l-grid-team .cbp-caption {
    /* @editable properties */
    height: 73%;
    margin-bottom: 20px;
    border: 1px solid #E7E7E7;
}

.cbp-l-grid-team-name {
    /* @editable properties */
    font-size: 17px;
    line-height: 17px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 3px;
    color: #555;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.dark-bg .cbp-l-grid-team-name{
	color: #fff;
}
.cbp-item-wrapper:hover .cbp-l-grid-team-name {
	text-decoration: underline;
}

.cbp-l-grid-team-position {
    /* @editable properties */
    font-size: 13px;
    line-height: 13px;
    font-style: italic;
    color: #888888;
    text-align: center;
}
.dark-bg .cbp-l-grid-team-position{
	color: rgba(255,255,255,0.66);
}
.cbp-about-post-details li{
	display: inline-block
}
.cbp-about-post-details ul{
	padding: 0;
	display: table;
	margin: 0 auto;
}

/* @editable properties */
@media only screen and (max-width: 799px) {
    .cbp-l-grid-team-desc {
	    font-size: 11px;
	    line-height: 14px;
        margin-top: 5px;
    }
}

/* ---------- override overlayBottomPush caption >>> */
.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
    height: 44px;
}

.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 44px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
}
/* <<< override overlayBottomPush caption */


/* ---------- override overlayBottomAlong caption >>> */
.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
    height: 44px;
}

.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 22px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
}
/* <<< override overlayBottomAlong caption */


/* ---------- override overlayBottom caption >>> */
.cbp-l-grid-team.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
    height: 44px;
}

/* for legacy browsers: ie8 and ie9 */
.cbp-l-grid-team.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -44px;
}
/* <<< override overlayBottom caption */

/* ---------- override overlayBottomReveal caption >>> */
.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    /* @editable properties */
    height: 44px;
}

.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    bottom: 44px;
}
/* <<< override overlayBottomReveal caption */
/*  END - layout grid team */



/*  ---------------------------------------------------------------
    layout grid full screen
    --------------------------------------------------------------- */
.cbp-l-grid-fullScreen {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-fullScreen .cbp-item {
    /* @editable properties */
    width: 350px;
    height: 263px;
}
/*  END - layout grid full screen */



/*  ---------------------------------------------------------------
    layout grid masonry
    --------------------------------------------------------------- */
.cbp-l-grid-masonry {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-masonry .cbp-item {
    /* @editable properties */
    width: 277px;
}

.cbp-l-grid-masonry .cbp-l-grid-masonry-height1 {
    /* @editable properties */
    height: 267px;
}

.cbp-l-grid-masonry .cbp-l-grid-masonry-height2 {
    /* @editable properties */
    height: 415px;
}
/*  END - layout grid masonry */



/*  ---------------------------------------------------------------
    layout gid blog
    --------------------------------------------------------------- */
.cbp-l-grid-blog {
    visibility: hidden;
}

/* set width and height for items */
.cbp-l-grid-blog .cbp-item {
    /* @editable properties */
    width: 313px;
    height: 330px;
}

/* adjust the caption height and add some margin-bottom*/
.cbp-l-grid-blog .cbp-caption {
    /* @editable properties */
    height: 58%;
    margin-bottom: 20px;
}

.cbp-l-grid-blog-title {
    /* @editable properties */
    font-size: 18px;
    line-height: 28px;
    color: #444;
    display: block;
    clear: both;
    text-decoration: none;
}

.cbp-l-grid-blog-title:hover {
    /* @editable properties */
    color: #959595;
}

.cbp-l-grid-blog-date {
    /* @editable properties */

    font-size: 12px;
    display: inline-block;
    color: #959595;
}

.cbp-l-grid-blog-comments {
    /* @editable properties */
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    color: #959595;
    text-decoration: none;
}

.cbp-l-grid-blog-comments:hover {
    /* @editable properties */
    opacity: .8;
}

.cbp-l-grid-blog-desc {
    /* @editable properties */
    font-size: 13px;
    line-height: 19px;
    clear: both;
    color: #9B9B9B;
    padding-top: 15px;
}

.cbp-l-grid-blog-split {
    /* @editable properties */
    display: inline-block;
    margin: 0px 8px;
    font-size: 13px;
    line-height: 16px;
    color: #959595;
}
.dark-bg .cbp-l-grid-projects-title a {
    color: #fff;
}
.dark-bg .cbp-item:hover .cbp-l-grid-projects-title.lpd-cbp-product a {
    color: rgba(255,255,255,0.5);
}
.dark-bg .cbp-l-grid-projects-desc,
.dark-bg .cbp-l-grid-projects-category,
.dark-bg .cbp-l-grid-blog-date,
.dark-bg .cbp-l-grid-blog-split,
.dark-bg .cbp-l-grid-blog-comments{
	color: rgba(255,255,255,0.66);
}

/*  END - layout gid blog */



/*  ---------------------------------------------------------------
    layout load more button
    --------------------------------------------------------------- */
.cbp-l-loadMore-button {
    /* @editable properties */
    text-align: center;
    margin-top: 30px;
}

.cbp-l-loadMore-button-link {

}

.cbp-l-loadMore-button-link:hover {

}

.cbp-l-loadMore-button-stop {

}
/*  END - layout load more button */



/*  ---------------------------------------------------------------
    layout load more text
    --------------------------------------------------------------- */
.cbp-l-loadMore-text {
    /* @editable properties */
    text-align: center;
    margin-top: 30px;
}

.cbp-l-loadMore-text-link {
    /* @editable properties */
    font-size: 16px;
    line-height: 16px;
    color: #5D5D5D;
    text-decoration: none;
    cursor: default;
}

.cbp-l-loadMore-text-stop {
    /* @editable properties */
    color: #5D5D5D;
}
/*  END - layout load more text */

.prdctfltr_count {
border: 0 !important;
border-radius: 0 !important;
line-height: 12px !important;
}