html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Lato';
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  color: #909090;
}
body p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  color: #909090;
}
img {
  max-width: 100%;
}
.clear {
  clear: both;
}
* {
  outline: none;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #909090;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: rgba(142, 68, 173, 0.99);
  text-decoration: none;
}
a:hover,
a:focus {
  color: rgba(142, 68, 173, 0.99);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 6px auto #fff;
  outline-offset: 0px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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 #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  -ms-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-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 #242424;
}
hr.duble {
  border-top: 2px solid #242424;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #e8e8e8;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: rgba(142, 68, 173, 0.99);
}
a.text-primary:hover {
  color: rgba(112, 54, 136, 0.99);
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: rgba(142, 68, 173, 0.99);
}
a.bg-primary:hover {
  background-color: rgba(112, 54, 136, 0.99);
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1030px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 20px 30px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 4px solid rgba(142, 68, 173, 0.99);
  background: #000;
  font-style: italic;
}
blockquote p,
blockquote ul,
blockquote ol {
  font-size: 13px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .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;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
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: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 1030px) {
  .container {
    width: 850px;
  }
}
@media (min-width: 1030px) {
  .container {
    width: 950px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 380px) {
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: 1030px) {
  .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: auto;
  }
  .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: auto;
  }
  .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: 1030px) {
  .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: auto;
  }
  .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: auto;
  }
  .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%;
  }
}
.row-left {
  padding-left: 0;
}
.row-right {
  padding-right: 0;
}
@media (max-width: 768px) {
  .row-left {
    padding: 0;
  }
  .row-right {
    padding: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: center;
}
.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 {
  text-align: center;
  padding: 10px 22px;
  line-height: 1.428571429;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #242424;
}
.table > tbody {
  border-bottom: 1px solid #242424;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
}
.table > tbody > tr > td:nth-child(2n) {
  background: #161616;
}
.table > tbody > tr > td:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.table > tbody > tr > td i {
  color: #535353;
}
.table > thead > tr > th {
  vertical-align: bottom;
  background: #242424;
  color: #d5d5d5;
}
.table > thead > tr > th:nth-child(2n) {
  background: #1c1c1c;
}
.table > thead > tr > th:first-child {
  background: transparent;
}
.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 #242424;
}
.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: 12px 7px;
}
.table-bordered {
  border: 1px solid #242424;
}
.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 #242424;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #242424;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 6px auto #fff;
  outline-offset: 0px;
}
output {
  display: block;
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 11px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -ms-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 44px;
  line-height: 1.428571429 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  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;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d0d0d0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 12px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: 'Lato';
  text-transform: uppercase;
  color: #f3f3f3;
  text-align: center;
  outline: none;
  padding: 11px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 6px auto #fff;
  outline-offset: 0px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  color: #fff;
}
.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: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.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: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: rgba(142, 68, 173, 0.99);
  border-color: rgba(127, 61, 155, 0.99);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: rgba(142, 68, 173, 0.99);
  border-color: rgba(127, 61, 155, 0.99);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: rgba(142, 68, 173, 0.99);
  border-color: rgba(127, 61, 155, 0.99);
}
.btn-primary .badge {
  color: rgba(142, 68, 173, 0.99);
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
  border-color: #29b765;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
  border-color: #29b765;
}
.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: #2ecc71;
  border-color: #29b765;
}
.btn-success .badge {
  color: #2ecc71;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #16a085;
  border-color: #138a72;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #16a085;
  border-color: #138a72;
}
.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: #16a085;
  border-color: #138a72;
}
.btn-info .badge {
  color: #16a085;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #e08e0b;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #e08e0b;
}
.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: #f39c12;
  border-color: #e08e0b;
}
.btn-warning .badge {
  color: #f39c12;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e43725;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e43725;
}
.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: #e74c3c;
  border-color: #e43725;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #ffffff;
}
.btn-link {
  color: rgba(142, 68, 173, 0.99);
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: rgba(142, 68, 173, 0.99);
  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,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0 !important;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0 !important;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0 !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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  -ms-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  -ms-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  list-style: none;
  padding-left: 0;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: rgba(142, 68, 173, 0.99);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1030px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown {
  position: relative;
  margin-bottom: 0;
}
.dropdown.disable {
  overflow: hidden;
  height: 38px;
}
.dropdown.disable .dropdown-menu {
  margin-top: 0;
}
.dropdown.disable > a {
  cursor: not-allowed;
  background: #404040;
}
.dropdown.disable > a i:before {
  content: '\f00d';
  position: relative;
  top: 3px;
}
.dropdown > a {
  background: rgba(142, 68, 173, 0.99);
  padding: 12px;
  padding-left: 10px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  outline: none;
}
.dropdown > a:hover {
  color: #fff;
}
.dropdown > a i {
  position: absolute;
  height: 38px;
  width: 30px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 35px;
  background: rgba(14, 14, 14, 0.3);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.dropdown .dropdown-menu {
  min-width: inherit;
  outline: none;
  padding: 0;
  width: 100%;
  left: -1px;
  margin-top: -1px;
  background: transparent;
  border-top: 1px solid rgba(142, 68, 173, 0.99);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  display: block;
  list-style: none;
  padding-left: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dropdown .dropdown-menu li {
  position: relative;
}
.dropdown .dropdown-menu li a {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 10px;
  padding: 10px;
  padding-top: 11px;
  padding-left: 12px;
  background: rgba(142, 68, 173, 0.99);
}
.dropdown .dropdown-menu li a i {
  position: absolute;
  height: 36px;
  right: -2px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 36px;
  font-size: 8px;
  top: 0;
  padding-right: 10px;
  background: rgba(142, 68, 173, 0.99);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.dropdown .dropdown-menu li:first-child a {
  padding-bottom: 10px !important;
}
.dropdown .dropdown-menu li:first-child a i {
  height: 37px;
  line-height: 37px;
  top: -1px;
  border-top: 1px solid rgba(142, 68, 173, 0.99);
}
.dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
  padding-bottom: 11px;
}
.dropdown .dropdown-menu li:last-child a i {
  height: 36px;
  border-bottom: none;
}
.dropdown.open > a {
  color: #fff;
}
.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 11px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: rgba(142, 68, 173, 0.99);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  margin-bottom: 10px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 10px;
  color: #444;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 30px;
  background: transparent;
  line-height: 1.428571429;
  border: 1px solid #242424;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  color: #fff;
  border-color: rgba(142, 68, 173, 0.99);
  background: transparent;
}
.nav-tabs > li > a:hover i {
  color: #444;
}
.nav-tabs > li > a i {
  margin-right: 3px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid rgba(142, 68, 173, 0.99);
  cursor: default;
}
.nav-tabs > li.active > a i,
.nav-tabs > li.active > a:hover i,
.nav-tabs > li.active > a:focus i {
  color: #444;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #909090;
  padding: 10px;
}
.nav-pills > li > a:hover {
  color: #ffffff;
  background-color: #242424;
}
.nav-pills > li > a:hover:before {
  margin-left: 15px;
}
.nav-pills > li > a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 7px;
  color: #616161;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #242424;
}
.nav-pills > li.active > a:before,
.nav-pills > li.active > a:hover:before,
.nav-pills > li.active > a:focus:before {
  margin-left: 15px;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content h3:first-child {
  margin-top: 0;
}
.tab-content p {
  font-weight: 400;
  margin-bottom: 20px;
}
.tab-content p:last-child {
  margin-bottom: 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane p {
  font-size: 14px;
}
.tab-content > .active {
  display: block;
}
.tab-content.tab-default {
  padding: 20px;
  border: 1px solid #242424;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1030px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 1030px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1030px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 380px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1030px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1030px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1030px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1030px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1030px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1029px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1030px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1030px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1029px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1030px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1030px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 1029px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 1029px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 10px;
  line-height: 12px;
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  background-color: #242424;
  margin-left: 5px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: rgba(142, 68, 173, 0.99);
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: rgba(142, 68, 173, 0.99);
  border-color: rgba(142, 68, 173, 0.99);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666666;
  background-color: #242424;
  border-color: transparent;
  cursor: not-allowed;
  opacity: 0.6;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
  margin: 0 15px;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #e2e2e2;
  color: #000;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label: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 {
  background-color: rgba(142, 68, 173, 0.99);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: rgba(112, 54, 136, 0.99);
}
.label-success {
  background-color: #2ecc71;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #25a25a;
}
.label-info {
  background-color: #16a085;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #107360;
}
.label-warning {
  background-color: #f39c12;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c87f0a;
}
.label-danger {
  background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: rgba(142, 68, 173, 0.99);
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  -ms-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgba(142, 68, 173, 0.99);
}
.thumbnail .caption {
  padding: 9px;
  color: #909090;
}
.alert {
  padding: 0 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-weight: 400;
  line-height: 45px;
  font-size: 14px;
}
.alert strong {
  color: #fff;
}
.alert a {
  color: #fff;
}
.alert .icon-alert {
  float: left;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  left: -10px;
  text-align: center;
}
.alert .icon-alert i {
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 24px;
  font-size: 10px;
  border: 1px solid #fff;
}
.alert .close {
  font-weight: 400;
  margin-top: 12px;
  color: #606060;
  font-family: 'Lato';
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  opacity: 1;
  font-size: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 0px;
  border-radius: 10px;
}
.alert .close:hover {
  opacity: 1;
  color: #efefef;
  font-size: 12px;
  background: #606060;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 30px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  border-color: #2ecc71;
  color: #cccccc;
}
.alert-success hr {
  border-top-color: #29b765;
}
.alert-success .icon-alert {
  background: #2ecc71;
}
.alert-success .close:hover {
  background: #2ecc71;
}
.alert-success .alert-link {
  color: #b3b3b3;
}
.alert-info {
  border-color: #16a085;
  color: #cccccc;
}
.alert-info hr {
  border-top-color: #138a72;
}
.alert-info .icon-alert {
  background: #16a085;
}
.alert-info .close:hover {
  background: #16a085;
}
.alert-info .alert-link {
  color: #b3b3b3;
}
.alert-warning {
  border-color: #f39c12;
  color: #cccccc;
}
.alert-warning hr {
  border-top-color: #e08e0b;
}
.alert-warning .icon-alert {
  background: #f39c12;
}
.alert-warning .close:hover {
  background: #f39c12;
}
.alert-warning .alert-link {
  color: #b3b3b3;
}
.alert-danger {
  border-color: #e74c3c;
  color: #cccccc;
}
.alert-danger hr {
  border-top-color: #e43725;
}
.alert-danger .icon-alert {
  background: #e74c3c;
}
.alert-danger .close:hover {
  background: #e74c3c;
}
.alert-danger .alert-link {
  color: #b3b3b3;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(142, 68, 173, 0.99);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  -ms-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #2ecc71;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #16a085;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: rgba(142, 68, 173, 0.99);
  border-color: rgba(142, 68, 173, 0.99);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: rgba(228, 208, 237, 0.99);
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #191919;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel a {
  display: block;
  padding: 12px 15px;
  font-weight: 400;
  font-size: 13px;
  color: #f7f7f7 !important;
}
.panel a i {
  margin-right: 5px;
  font-size: 14px;
  color: #aeaeae;
}
.panel a.collapsed {
  color: #959595 !important;
}
.panel a.collapsed .cs i:after {
  content: '\f067';
}
.panel a .cs {
  background: rgba(142, 68, 173, 0.99);
  margin-bottom: -20px;
  float: right;
  line-height: 42px;
  width: 30px;
  height: 40px;
  position: relative;
  top: -13px;
  right: -16px;
  text-align: center;
}
.panel a .cs i {
  margin-right: 0;
}
.panel a .cs i:after {
  font-size: 16px;
  letter-spacing: 0;
  content: '\f068';
  font-weight: 100;
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 12px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group p {
  font-weight: 400;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #242424;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 1px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #2b2b2b;
}
.panel-default > .panel-heading {
  color: #959595;
  background-color: #2b2b2b;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2b2b2b;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2b2b2b;
}
.panel-primary {
  border-color: rgba(142, 68, 173, 0.99);
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: rgba(142, 68, 173, 0.99);
  border-color: rgba(142, 68, 173, 0.99);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(142, 68, 173, 0.99);
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(142, 68, 173, 0.99);
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1030px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  -ms-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1030px) and (max-width: 1029px) {
  .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: 1030px) and (max-width: 1029px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1030px) and (max-width: 1029px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1030px) and (max-width: 1029px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1030px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1030px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1030px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1030px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1030px) and (max-width: 1029px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1030px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #3A3A3A;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 40px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  height: 50px;
  top: 50%;
  left: 0;
  width: 40px;
  height: 35px;
  background: rgba(0, 0, 0, 0.8);
  margin-top: -25px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  line-height: 35px;
  text-align: center;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  content: '\f104';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  line-height: 35px;
  text-align: center;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before {
  left: -37px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
  right: -18px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}
.rsZen {
  margin-bottom: 20px;
}
.rsZenBlog {
  margin-bottom: 20px;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url('../img/grab.png') 8 8, move;
}
.grabbing-cursor {
  cursor: url('../img/grabbing.png') 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.revolutionSliderContainer {
  position: relative;
}
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
.tp-caption {
  z-index: 1;
  white-space: nowrap;
}
.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}
.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}
.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px;
}
.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}
.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}
.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000;
}
.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff;
}
.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}
.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}
.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
  color: #ffa902;
}
.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}
.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}
.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}
.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}
.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}
/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../rs-plugin/images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}
.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../rs-plugin/images/gradient/g40.png) repeat-x top;
}
.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
  
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b;
}
.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68;
}
.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212;
}
.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00;
}
.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222;
}
.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555;
}
/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}
/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}
.tp-simpleresponsive img {
  max-width: none;
}
/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important;
}
/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-bannershadow.tp-shadow1 {
  background: url(../rs-plugin/assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow2 {
  background: url(../rs-plugin/assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow3 {
  background: url(../rs-plugin/assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.html5vid.videoisplaying .tp-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer;
}
.html5vid .tp-revstop {
  width: 6px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
}
.html5vid .tp-revstop {
  display: none;
}
.html5vid.videoisplaying .revicon-right-dir {
  display: none;
}
.html5vid.videoisplaying .tp-revstop {
  display: block;
}
.html5vid.videoisplaying .tp-video-play-button {
  display: none;
}
.html5vid:hover .tp-video-play-button {
  display: block;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.tp-dottedoverlay.twoxtwo {
  background: url(../rs-plugin/assets/gridtile.png);
}
.tp-dottedoverlay.twoxtwowhite {
  background: url(../rs-plugin/assets/gridtile_white.png);
}
.tp-dottedoverlay.threexthree {
  background: url(../rs-plugin/assets/gridtile_3x3.png);
}
.tp-dottedoverlay.threexthreewhite {
  background: url(../rs-plugin/assets/gridtile_3x3_white.png);
}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both;
}
.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}
.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../rs-plugin/assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px ;
}
.tp-bullets.simplebullets.navbar-old {
  background: url(../rs-plugin/assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px ;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}
.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px;
}
/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px;
}
/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px;
}
/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important;
}
/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}
/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
  top: 50% !important;
  margin-top: -20px !important;
}
.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-leftarrow {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-rightarrow {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-leftarrow.round {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-rightarrow.round {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-leftarrow.round-old {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-rightarrow.round-old {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-leftarrow.navbar {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}
.tp-rightarrow.navbar {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}
.tp-leftarrow.navbar-old {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}
.tp-rightarrow.navbar-old {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}
.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px;
}
.tp-leftarrow.square {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}
.tp-rightarrow.square {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}
.tp-leftarrow.square-old {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}
.tp-rightarrow.square-old {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}
.tp-leftarrow.default {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/large_left.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-rightarrow.default {
  z-index: 98;
  cursor: pointer;
  position: relative;
  background: url(../rs-plugin/assets/large_right.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}
/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-thumbs img {
  width: 100%;
}
/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../rs-plugin/assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px;
}
.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto;
}
/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}
/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.revslider-initialised {
  position: relative;
}
.tp-simpleresponsive a {
  text-decoration: none;
}
.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute !important;
  visibility: hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../rs-plugin/assets/coloredbg.png) repeat;
}
/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../rs-plugin/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner5 {
  background: url(../rs-plugin/assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tp-transparentimg {
  content: "url(../rs-plugin/assets/transparent.png)";
}
.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}
@font-face {
  font-family: 'revicons';
  src: url('../rs-plugin/font/revicons.eot?5510888');
  src: url('../rs-plugin/font/revicons.eot?5510888#iefix') format('embedded-opentype'), url('../rs-plugin/font/revicons.woff?5510888') format('woff'), url('../rs-plugin/font/revicons.ttf?5510888') format('truetype'), url('../rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.revicon-search-1:before {
  content: '\e802';
}
/* '?' */
.revicon-pencil-1:before {
  content: '\e831';
}
/* '?' */
.revicon-picture-1:before {
  content: '\e803';
}
/* '?' */
.revicon-cancel:before {
  content: '\e80a';
}
/* '?' */
.revicon-info-circled:before {
  content: '\e80f';
}
/* '?' */
.revicon-trash:before {
  content: '\e801';
}
/* '?' */
.revicon-left-dir:before {
  content: '\e817';
}
/* '?' */
.revicon-right-dir:before {
  content: '\e818';
}
/* '?' */
.revicon-down-open:before {
  content: '\e83b';
}
/* '?' */
.revicon-left-open:before {
  content: '\e819';
}
/* '?' */
.revicon-right-open:before {
  content: '\e81a';
}
/* '?' */
.revicon-angle-left:before {
  content: '\e820';
}
/* '?' */
.revicon-angle-right:before {
  content: '\e81d';
}
/* '?' */
.revicon-left-big:before {
  content: '\e81f';
}
/* '?' */
.revicon-right-big:before {
  content: '\e81e';
}
/* '?' */
.revicon-magic:before {
  content: '\e807';
}
/* '?' */
.revicon-picture:before {
  content: '\e800';
}
/* '?' */
.revicon-export:before {
  content: '\e80b';
}
/* '?' */
.revicon-cog:before {
  content: '\e832';
}
/* '?' */
.revicon-login:before {
  content: '\e833';
}
/* '?' */
.revicon-logout:before {
  content: '\e834';
}
/* '?' */
.revicon-video:before {
  content: '\e805';
}
/* '?' */
.revicon-arrow-combo:before {
  content: '\e827';
}
/* '?' */
.revicon-left-open-1:before {
  content: '\e82a';
}
/* '?' */
.revicon-right-open-1:before {
  content: '\e82b';
}
/* '?' */
.revicon-left-open-mini:before {
  content: '\e822';
}
/* '?' */
.revicon-right-open-mini:before {
  content: '\e823';
}
/* '?' */
.revicon-left-open-big:before {
  content: '\e824';
}
/* '?' */
.revicon-right-open-big:before {
  content: '\e825';
}
/* '?' */
.revicon-left:before {
  content: '\e836';
}
/* '?' */
.revicon-right:before {
  content: '\e826';
}
/* '?' */
.revicon-ccw:before {
  content: '\e808';
}
/* '?' */
.revicon-arrows-ccw:before {
  content: '\e806';
}
/* '?' */
.revicon-palette:before {
  content: '\e829';
}
/* '?' */
.revicon-list-add:before {
  content: '\e80c';
}
/* '?' */
.revicon-doc:before {
  content: '\e809';
}
/* '?' */
.revicon-left-open-outline:before {
  content: '\e82e';
}
/* '?' */
.revicon-left-open-2:before {
  content: '\e82c';
}
/* '?' */
.revicon-right-open-outline:before {
  content: '\e82f';
}
/* '?' */
.revicon-right-open-2:before {
  content: '\e82d';
}
/* '?' */
.revicon-equalizer:before {
  content: '\e83a';
}
/* '?' */
.revicon-layers-alt:before {
  content: '\e804';
}
/* '?' */
.revicon-popup:before {
  content: '\e828';
}
/* '?' */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/MEz38VLIFL-t46JUtkIEgCeJLMOzE6CCkidNEpZOseY.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJR_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJTqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/y7lebkjgREBJK96VQi37ZobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJTqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/7m8l7TlFO-S3VkhHuR0at4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v5/_aijTyevf54tkVDLy-dlnD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v5/_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v5/OsJ2DjdpjqFRVUSto6IffD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/boeCNmOCCh-EWFLSfVffDg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/boeCNmOCCh-EWFLSfVffDg.woff) format('woff');
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
body {
  background-image: url('../img/body-bg.jpg');
  -webkit-background-size: cover;
  background-size: cover;
}
body.fixed-background {
  background-attachment: fixed;
}
body.admin-bar {
  padding-top: 0;
}
.container-row {
  margin-bottom: 40px;
}
.container-row:after {
  content: " ";
  display: table;
}
.container-row:before {
  clear: both;
}
.head-container .menu {
  background: rgba(14, 14, 14, 0.7);
  margin-bottom: 30px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99;
}
.head-container .menu .navbar {
  margin-bottom: 0;
  background: none;
  border: none;
  min-height: 40px;
  position: relative;
}
.head-container .menu .navbar .navbar-collapse .nav li {
  margin-bottom: -2px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.head-container .menu .navbar .navbar-collapse .nav li a {
  font-weight: 700;
  color: #dadada;
  font-size: 12px;
  text-transform: capitalize;
  padding: 10px 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.head-container .menu .navbar .navbar-collapse .nav li a:hover {
  background: #191919;
  color: #fff;
}
.head-container .menu .navbar .navbar-collapse .nav li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.head-container .menu .navbar .navbar-collapse .nav li.active,
.head-container .menu .navbar .navbar-collapse .nav li:hover {
  border-bottom: 2px solid rgba(142, 68, 173, 0.99);
}
.head-container .menu .navbar .navbar-collapse .nav li.active > a {
  background: #191919;
  color: #fff;
}
.head-container .menu .navbar .navbar-collapse .nav li .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 170px;
  padding-top: 0px;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.head-container .menu .navbar .navbar-collapse .nav li .sub-menu li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.head-container .menu .navbar .navbar-collapse .nav li .sub-menu li a {
  text-transform: uppercase;
  color: #FFF;
  font-size: 11px;
  display: block;
  padding: 10px 15px;
  line-height: 18px;
  border: none;
  background: rgba(14, 14, 14, 0.7);
}
.head-container .menu .navbar .navbar-collapse .nav li .sub-menu li a:hover {
  border-left: none;
  background: rgba(142, 68, 173, 0.99);
}
.head-container .menu .navbar .navbar-collapse .nav li .sub-menu li:last-child {
  border-bottom: none;
}
.head-container .menu .navbar .navbar-collapse .nav li .sub-menu li:first-child {
  border-top: 2px solid #D8D3D0;
}
.head-container .menu .navbar .navbar-collapse .nav li .sub-menu:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #D8D3D0;
  border-top: 3px solid rgba(0, 0, 0, 0);
  content: '';
  position: relative;
  top: -5px;
  left: 25px;
}
.head-container .menu .navbar .navbar-collapse .nav li .sub-menu .sub-menu {
  left: 100%;
  padding-left: 2px;
  top: -2px;
  padding-top: 0;
}
.head-container .menu .navbar .navbar-collapse .nav li .sub-menu .sub-menu:before {
  display: none;
}
.head-container .menu .navbar .navbar-collapse .nav li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.head-container .menu .navbar .navbar-form {
  padding: 0;
  margin: 0;
}
.head-container .menu .navbar .navbar-form input[type=text] {
  background: #000;
  width: 85px;
  height: 40px;
  font-weight: 400;
  line-height: 13px;
  color: #BCBCBC;
  border-radius: 0;
  border: none;
  font-style: italic;
  font-size: 12px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.head-container .menu .navbar .navbar-form input[type=text]:hover {
  width: 120px;
}
.head-container .menu .navbar .navbar-form button {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  height: 40px;
  width: 35px;
  background: #191919;
  margin-left: -3px;
  color: #4e4e4e;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.head-container .menu .navbar .navbar-form:hover button {
  background: rgba(142, 68, 173, 0.99);
  color: #fff;
}
.head-container .menu.my-cart-link .my-cart-link {
  display: block;
}
.head-container .menu.my-cart-link .navbar .navbar-collapse {
  padding-right: 31px;
}
.head-container .menu.affix {
  top: 0;
  z-index: 99;
  width: 100%;
  left: 0;
  position: fixed;
}
.head-container .menu .my-cart-link {
  display: none;
  background: #100f0f;
  height: 40px;
  width: 30px;
  text-align: center;
  line-height: 40px;
  color: #585757;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.head-container .menu .my-cart-link span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  background: rgba(142, 68, 173, 0.99);
  border-radius: 50%;
}
body.top-slider .head-container {
  z-index: 99;
  position: absolute;
  width: 100%;
}
@media (min-width: 1030px) {
  .before-affix-menu {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
  }
  .admin-bar .head-container .menu.affix {
    top: 32px;
  }
}
@media (max-width: 1030px) {
  .head-container .menu .my-cart-link {
    right: auto;
    left: 0;
    top: 5px;
  }
  .head-container .menu.my-cart-link .navbar .navbar-collapse {
    padding-right: 0;
  }
  .head-container .menu .navbar .navbar-collapse {
    border-color: transparent;
  }
  .head-container .menu .navbar .navbar-collapse .nav li {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .head-container .menu .navbar .navbar-collapse .nav li.active,
  .head-container .menu .navbar .navbar-collapse .nav li:hover {
    border: none;
  }
  .head-container .menu .navbar .navbar-collapse .nav li.active,
  .head-container .menu .navbar .navbar-collapse .nav li:hover {
    border: none !important;
  }
  .head-container .menu .navbar .navbar-collapse .nav li.active > a,
  .head-container .menu .navbar .navbar-collapse .nav li:hover > a {
    background: rgba(142, 68, 173, 0.99);
  }
  .head-container .menu .navbar .navbar-collapse .nav li a {
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none !important;
  }
  .head-container .menu .navbar .navbar-collapse .nav li a:hover {
    background: rgba(142, 68, 173, 0.99);
  }
  .head-container .menu .navbar .navbar-collapse .nav li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100%;
    padding-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .head-container .menu .navbar .navbar-collapse .nav li .sub-menu li {
    border-bottom: none;
  }
  .head-container .menu .navbar .navbar-collapse .nav li .sub-menu li a {
    padding-left: 25px;
    background: transparent;
  }
  .head-container .menu .navbar .navbar-collapse .nav li .sub-menu li a:hover {
    background: rgba(142, 68, 173, 0.99);
  }
  .head-container .menu .navbar .navbar-collapse .nav li .sub-menu li:first-child {
    border-top: none;
  }
  .head-container .menu .navbar .navbar-collapse .nav li .sub-menu:before {
    display: none;
  }
  .head-container .menu .navbar .navbar-collapse .nav li .sub-menu .sub-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: 0%;
    padding-left: 0px;
    top: 0px;
  }
  .head-container .menu .navbar .navbar-collapse .nav li .sub-menu .sub-menu li a {
    padding-left: 40px;
  }
  .head-container .menu .navbar .navbar-form {
    border-color: transparent;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .head-container .menu .navbar .navbar-form .form-group {
    margin-bottom: 0;
    float: left;
    width: 100%;
  }
  .head-container .menu .navbar .navbar-form input[type=text] {
    width: 100%;
  }
  .head-container .menu .navbar .navbar-form input[type=text]:hover {
    width: 100%;
  }
  .head-container .menu .navbar .navbar-form button {
    margin-top: -40px;
    float: right;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .head-container .menu .navbar .navbar-toggle {
    border-radius: 0;
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .head-container .menu .navbar .navbar-toggle .icon-bar {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .head-container .menu .navbar .navbar-toggle:hover,
  .head-container .menu .navbar .navbar-toggle:focus {
    background: rgba(142, 68, 173, 0.99);
  }
  .head-container .menu .navbar .navbar-toggle:hover .icon-bar,
  .head-container .menu .navbar .navbar-toggle:focus .icon-bar {
    background: #fff;
  }
  .head-container .menu.affix {
    position: relative;
  }
  body.top-slider .head-container {
    z-index: 99;
    position: relative;
    width: 100%;
  }
}
.header {
  background: rgba(14, 14, 14, 0.5);
}
.header header {
  padding: 40px 0;
}
.header header .logo {
  float: left;
  margin-left: -70px;
}
.header header .social-list {
  float: right;
  margin-top:-69px;
  margin-right:-69px;
}
@media (max-width: 480px) {
  .header header {
    text-align: center;
  }
  .header header .logo {
    display: inline-block;
    margin-bottom: 10px;
    float: none;
	margin-left: auto;
	margin-right: auto;
  }
  .header header .social-list {
    float: none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
  }
  .header header .social-list ul {
    text-align: center;
  }
  .header header .social-list ul li {
    float: none;
    display: inline-block;
  }
}
.footer {
  margin-top: 80px;
  border-top: 3px solid rgba(142, 68, 173, 0.99);
}
.footer > section {
  background: rgba(14, 14, 14, 0.85);
}
.footer > section.top {
  padding: 50px 0 35px 0;
  margin-bottom: 1px;
}
.footer > section.bottom {
  padding: 25px 0;
}
.back-to-top {
  width: 36px;
  height: 36px;
  display: block;
  background: rgba(142, 68, 173, 0.99);
  line-height: 36px;
  text-align: center;
}
.back-to-top i {
  color: #fff;
  font-size: 20px;
}
.footer-info {
  text-align: right;
}
.footer-info .social-list {
  float: right;
}
.footer-info .social-list a {
  border: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.footer-info .social-list a:hover {
  background: transparent;
  border-color: transparent !important;
}
.footer-info .social-list a i {
  font-size: 18px;
}
.footer-info .info {
  display: inline-block;
  width: 100%;
}
.footer-info .info p {
  color: #BEBCBB;
  line-height: 12px;
  font-weight: 400;
  font-family: 'Lato';
  font-size: 12px;
}
.footer-info .info p a {
  color: #BEBCBB;
  margin-left: 3px;
}
.footer-info .info p a:after {
  content: '|';
  margin: 0 3px;
  color: #BEBCBB;
}
.footer-info .info p a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.breadcrumb-container {
  padding: 10px 10px;
  position: relative;
  background: rgba(14, 14, 14, 0.3);
}
.breadcrumb-container > h1 {
  float: left;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
  font-size: 22px;
  font-weight: 100;
}
.breadcrumb-container .breadcrumb {
  margin-bottom: 0;
  padding: 0 0 0 15px;
  float: right;
}
.breadcrumb-container .breadcrumb li {
  color: #EDEDED;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.breadcrumb-container .breadcrumb li a {
  color: #EDEDED;
}
.breadcrumb-container .breadcrumb li:before {
  padding: 0;
  color: #EDEDED;
}
.breadcrumb-container .nav-posts {
  position: absolute;
  top: 0;
  width: 44px;
  height: 100%;
  line-height: 48px;
  text-align: center;
  background: rgba(14, 14, 14, 0.3);
}
.breadcrumb-container .nav-posts i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumb-container .nav-posts.left {
  right: -45px;
}
.breadcrumb-container .nav-posts.right {
  right: -90px;
}
.breadcrumb-container .nav-posts.canceled {
  cursor: default;
  opacity: 0.5;
}
.breadcrumb-container .nav-posts.canceled:hover {
  background: rgba(14, 14, 14, 0.3);
}
.breadcrumb-container .nav-posts.canceled:hover i {
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumb-container .nav-posts:hover {
  background: rgba(142, 68, 173, 0.99);
}
.breadcrumb-container .nav-posts:hover i {
  color: #fff;
}
@media (max-width: 480px) {
  .breadcrumb-container > h1 {
    float: none;
    margin-bottom: 7px;
  }
  .breadcrumb-container .breadcrumb {
    float: none;
    padding-left: 0;
  }
}
.content-container {
  background: rgba(14, 14, 14, 0.3);
  padding: 10px;
  margin-top: 25px;
}
.content-container .content-container-inner {
  background: #191919;
  padding: 20px 10px;
}
.textwidget img {
  margin-bottom: 20px;
  height: 260px;
}
.textwidget p {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 400;
  color: #B2B2B2;
  font-style: italic;
}
.widget select {
  width: 100%;
  background: #000;
  max-width: 100%;
  background: #242424;
  padding: 8px 10px;
  padding-right: 25px;
  color: #939393;
  border-color: #191919;
}
.widget h3 {
  font-weight: 700;
  font-size: 13px;
  color: #dddddd;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
}
.widget.widget_recent_entries ul li,
.widget.widget_meta ul li {
  margin-bottom: 5px;
}
.widget.widget_recent_entries ul li a,
.widget.widget_meta ul li a {
  font-weight: 400;
  color: #B2B2B2;
}
.widget.widget_recent_entries ul li a:before,
.widget.widget_meta ul li a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 7px;
  color: rgba(142, 68, 173, 0.99);
}
.widget.widget_recent_entries ul li a:hover,
.widget.widget_meta ul li a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.widget .tagcloud a {
  color: #909090;
  font-size: 14px !important;
  padding: 5px 15px;
  line-height: 32px;
  border: 1px solid #242424;
  margin-bottom: 3px;
  display: inline-block;
}
.widget .tagcloud a:hover {
  color: #fff;
}
.widget_archive ul li {
  float: left;
  display: block;
  color: #909090;
  font-size: 12px !important;
  padding: 5px 15px;
  line-height: 32px;
  border: 1px solid #242424;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 10px;
}
.widget_archive ul li:hover {
  color: #fff;
}
.widget_archive ul li:hover a {
  color: #fff;
}
.widget_archive ul:before,
.widget_archive ul:after {
  content: " ";
  display: table;
}
.widget_archive ul:after {
  clear: both;
}
.widget_archive ul li a {
  display: inline-block;
  color: #909090;
}
.widget_categories ul li {
  width: 100%;
  display: block;
  color: #909090;
  font-size: 14px !important;
  padding: 5px 5px;
  line-height: 21px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 10px;
}
.widget_categories ul li:hover {
  color: #fff;
}
.widget_categories ul li:hover > a {
  color: #fff;
}
.widget_categories ul:before,
.widget_categories ul:after {
  content: " ";
  display: table;
}
.widget_categories ul:after {
  clear: both;
}
.widget_categories ul ul.children {
  margin-bottom: -25px;
  padding-left: 10px;
}
.widget_categories ul li a {
  display: inline-block;
  color: #909090;
}
.widget_pages ul li {
  width: 100%;
  display: block;
  color: #909090;
  font-size: 14px !important;
  padding: 5px 5px;
  line-height: 21px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 10px;
}
.widget_pages ul li:hover {
  color: #fff;
}
.widget_pages ul li:hover > a {
  color: #fff;
}
.widget_pages ul:before,
.widget_pages ul:after {
  content: " ";
  display: table;
}
.widget_pages ul:after {
  clear: both;
}
.widget_pages ul ul.children {
  margin-bottom: -15px;
  margin-top: 10px;
  padding-left: 10px;
}
.widget_pages ul ul.children li {
  line-height: 10px;
  padding: 3px 5px;
}
.widget_pages ul li a {
  display: inline-block;
  color: #909090;
}
.widget_nav_menu ul li {
  width: 100%;
  display: block;
  color: #909090;
  font-size: 14px !important;
  padding: 5px 5px;
  line-height: 21px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 10px;
}
.widget_nav_menu ul li:hover {
  color: #fff;
}
.widget_nav_menu ul li:hover > a {
  color: #fff;
}
.widget_nav_menu ul:before,
.widget_nav_menu ul:after {
  content: " ";
  display: table;
}
.widget_nav_menu ul:after {
  clear: both;
}
.widget_nav_menu ul ul.sub-menu {
  margin-bottom: -14px;
  margin-top: 10px;
  padding-left: 10px;
}
.widget_nav_menu ul ul.sub-menu li {
  line-height: 10px;
  padding: 3px 5px;
}
.widget_nav_menu ul li a {
  display: inline-block;
  color: #909090;
}
.widget_rss > ul > li {
  margin-bottom: 20px;
}
.widget_search {
  margin-bottom: 80px;
}
.widget_search form {
  padding: 0;
  float: none !important;
  width: 100%;
  position: relative;
}
.widget_search form:before,
.widget_search form:after {
  content: " ";
  display: table;
}
.widget_search form:after {
  clear: both;
}
.widget_search form .form-group {
  width: 100%;
  position: relative;
}
.widget_search form input[type=text] {
  background: #000;
  width: 100%;
  height: 40px;
  font-weight: 400;
  line-height: 13px;
  color: #BCBCBC;
  border-radius: 0;
  border: none;
  font-style: italic;
  font-size: 12px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget_search form button {
  border-radius: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 40px;
  width: 35px;
  background: #242424;
  margin-left: -3px;
  color: #4e4e4e;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget_search form:hover button {
  background: rgba(142, 68, 173, 0.99);
  color: #fff;
}
.album-widget figure,
.single-event-widget figure {
  margin-bottom: 20px;
  background: #242424;
  padding: 10px;
}
.album-widget figure:last-child,
.single-event-widget figure:last-child {
  margin-bottom: 0;
}
.album-widget figure figcaption,
.single-event-widget figure figcaption {
  margin-bottom: 10px;
}
.album-widget figure figcaption img,
.single-event-widget figure figcaption img {
  width: 100%;
}
.album-widget figure > div,
.single-event-widget figure > div {
  float: left;
  padding: 0;
  margin-left: 4%;
}
.album-widget figure > div.col-sm-5,
.single-event-widget figure > div.col-sm-5 {
  margin-left: 0;
}
.album-widget figure > div p,
.single-event-widget figure > div p {
  font-size: 12px;
  color: #d2d2d2;
  margin-bottom: 0;
}
.album-widget figure > div p span,
.single-event-widget figure > div p span {
  display: block;
  color: #696969;
}
.album-widget .date,
.single-event-widget .date {
  width: 100%;
  background: #191919;
  margin-left: 0;
  padding: 15px;
  text-transform: uppercase;
  font-size: 21px;
  text-align: center;
  color: #f0f0f0;
  font-weight: 300;
}
.event-widget figure,
.event-widget-countdown figure {
  margin-bottom: 20px;
  position: relative;
  background: #242424;
  padding: 10px;
}
.event-widget figure:last-child,
.event-widget-countdown figure:last-child {
  margin-bottom: 0;
}
.event-widget figure figcaption,
.event-widget-countdown figure figcaption {
  top: 10px;
  left: 10px;
  width: 90px;
  position: absolute;
}
.event-widget figure figcaption img,
.event-widget-countdown figure figcaption img {
  border: 2px solid #666666;
  width: 100%;
}
.event-widget figure > section,
.event-widget-countdown figure > section {
  width: 100%;
  padding-left: 100px;
}
.event-widget figure > section > div,
.event-widget-countdown figure > section > div {
  width: 50%;
  float: left;
}
.event-widget figure > section > div a,
.event-widget-countdown figure > section > div a {
  display: block;
  padding: 6.5px 0;
  text-transform: uppercase;
  background: rgba(142, 68, 173, 0.99);
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
}
.event-widget figure > section > div a:hover,
.event-widget-countdown figure > section > div a:hover {
  background: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
.event-widget figure > section > div a.canceled,
.event-widget-countdown figure > section > div a.canceled {
  background: #404040;
  cursor: default;
}
.event-widget figure > section > div a.canceled:hover,
.event-widget-countdown figure > section > div a.canceled:hover {
  color: #fff;
}
.event-widget figure > section > div p,
.event-widget-countdown figure > section > div p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 15.5px;
}
.event-widget figure > section > div p i,
.event-widget-countdown figure > section > div p i {
  margin-right: 3px;
  margin-left: 10px;
}
.event-widget figure ul.timer,
.event-widget-countdown figure ul.timer {
  margin-bottom: 9px;
}
.event-widget figure ul.timer li,
.event-widget-countdown figure ul.timer li {
  position: relative;
  visibility: visible;
  text-align: center;
  width: 25%;
  float: left;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}
.event-widget figure ul.timer li:first-child,
.event-widget-countdown figure ul.timer li:first-child {
  border-left: 1px solid #666666;
}
.event-widget figure ul.timer li p,
.event-widget-countdown figure ul.timer li p {
  padding: 3px 0px;
  color: #d5d5d5;
  font-size: 15px;
  border-bottom: 1px solid #666666;
  margin-bottom: 0;
}
.event-widget figure ul.timer li span,
.event-widget-countdown figure ul.timer li span {
  font-weight: 400;
  text-transform: uppercase;
  color: #d5d5d5;
  font-size: 9px;
  position: relative;
  top: -1px;
}
.event-widget figure ul.date,
.event-widget-countdown figure ul.date {
  margin-bottom: 9px;
}
.event-widget figure ul.date li,
.event-widget-countdown figure ul.date li {
  text-align: center;
  height: 50px;
  width: 25%;
  margin-right: 4%;
  line-height: 50px;
  float: left;
  border: 1px solid #666666;
  font-size: 18px;
  color: #d5d5d5;
}
.event-widget figure ul.date li:last-child,
.event-widget-countdown figure ul.date li:last-child {
  margin-right: 0;
  width: 42%;
}
.owl-event-widget {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.owl-event-widget figure {
  background: transparent;
  margin-bottom: 0;
}
.owl-event-widget figure figcaption img {
  width: 100% !important;
  height: auto !important;
}
.owl-event-widget .owl-dots {
  display: none !important;
}
.owl-event-widget .owl-nav {
  position: absolute;
  top: -22px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.owl-event-widget .owl-nav > div {
  background: transparent !important;
  height: 20px;
  width: 20px;
  line-height: 12px;
  border-radius: 0 !important;
  margin: 0 !important;
}
.owl-event-widget .owl-nav > div i {
  font-size: 10px;
  color: #ECECEC;
}
.owl-event-widget .owl-nav > div.owl-next {
  border-left: 1px solid rgba(90, 90, 90, 0.6);
}
.owl-event-widget .owl-controls {
  margin-top: 0;
}
.revolutionSliderContainer .owl-event-widget {
  width: 300px;
}
.revolutionSliderContainer .owl-event-widget figure {
  margin-bottom: -10px;
}
.revolutionSliderContainer .owl-stage-outer {
  cursor: auto !important;
}
.event-widget-countdown figure > section {
  padding-left: 0;
}
.event-widget-countdown figure ul.timer {
  margin-bottom: 0px;
}
.event-widget-countdown figure ul.timer li {
  visibility: visible;
  position: relative;
}
.event-widget-countdown figure ul.timer li p {
  padding: 3px 0px;
}
.widget_search {
  position: relative;
  height: 50px;
}
.widget_search .icon {
  top: 0;
  right: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #242424;
  text-align: center;
  font-style: italic;
  line-height: 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget_search input[type=search] {
  height: 50px;
  width: 100%;
  padding-right: 70px;
  background: #111;
  border: none;
  padding-left: 20px;
}
.widget_search:hover .icon {
  background: rgba(142, 68, 173, 0.99);
}
.widget_search:hover .icon i {
  color: #fff;
}
.widget_calendar table {
  background: #242424;
}
.widget_calendar caption {
  padding: 6px 0;
  text-transform: uppercase;
  color: #939393;
  background: #202020;
  border-bottom: 1px solid #191919;
}
.widget_calendar table {
  width: 100%;
  text-align: center;
}
.widget_calendar table td,
.widget_calendar table th {
  padding: 6px 0;
  color: #929292;
}
.widget_calendar table th {
  background: #202020;
  font-size: 12px;
}
.widget_calendar table tbody tr {
  border-bottom: 1px solid #191919;
}
.widget_calendar table tbody td {
  border-right: 1px solid #191919;
}
.widget_calendar table #today {
  color: #d3d3d3;
}
.widget_calendar table a {
  color: #fff;
}
.widget_calendar table tfoot a {
  color: #929292;
}
.widget_calendar table tfoot td {
  border-right: 1px solid #191919;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li {
  position: relative;
  margin-bottom: 20px;
}
.widget_recent_comments ul li .recent-thumbnail,
.widget_recent_entries ul li .recent-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}
.widget_recent_comments ul li .recent-thumbnail img,
.widget_recent_entries ul li .recent-thumbnail img {
  width: 100%;
}
.widget_recent_comments ul li .content,
.widget_recent_entries ul li .content {
  width: 100%;
  padding-left: 50px;
}
.widget_recent_comments ul li .content a,
.widget_recent_entries ul li .content a {
  color: #cbcbcb;
}
.artist-widget figure {
  background: #242424;
  padding: 10px;
}
.artist-widget figure figcaption {
  position: relative;
}
.artist-widget figure figcaption img {
  width: 100%;
}
.artist-widget figure figcaption .artist-min-details {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 15px;
  background: rgba(13, 13, 13, 0.425);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(14, 14, 14, 0.85)));
  background: -webkit-linear-gradient(top, transparent, rgba(14, 14, 14, 0.85));
  background: -moz-linear-gradient(top, transparent, rgba(14, 14, 14, 0.85));
  background: -o-linear-gradient(top, transparent, rgba(14, 14, 14, 0.85));
  background: linear-gradient(to bottom, transparent, rgba(14, 14, 14, 0.85));
}
.artist-widget figure figcaption .artist-min-details h4 {
  margin: 0;
  color: #fff;
}
.artist-widget figure figcaption .artist-min-details .social-list {
  float: right;
  margin-top: 2px;
}
.artist-widget figure figcaption .artist-min-details .social-list ul {
  margin-bottom: 0;
}
.artist-widget figure figcaption .artist-min-details .social-list ul li {
  margin-right: 10px;
}
.artist-widget figure figcaption .artist-min-details .social-list ul li:last-child {
  margin-right: 0;
}
.artist-widget figure figcaption .artist-min-details .social-list ul li a {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.artist-widget figure figcaption .artist-min-details .social-list ul li a i {
  font-size: 12px;
  color: #fff;
}
.artist-widget figure figcaption .artist-min-details .social-list ul li:hover a {
  background: transparent;
}
.events-widget article {
  background: #242424;
  position: relative;
  margin-bottom: 10px;
}
.events-widget article:last-child {
  margin-bottom: 0;
}
.events-widget article .left {
  background: #383838;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  float: left;
  width: 82px;
  height: 100%;
}
.events-widget article .left span {
  margin-bottom: 4px;
  display: block;
  line-height: 18px;
}
.events-widget article .left span:last-child {
  margin-bottom: 0;
}
.events-widget article .right {
  padding: 20px;
  margin-left: 82px;
  padding-bottom: 10px;
  min-height: 82px;
  position: relative;
}
.events-widget article .right .buy {
  position: absolute;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
  width: 100%;
  background: rgba(142, 68, 173, 0.8);
  text-align: center;
}
.events-widget article .right .buy.canceled a {
  opacity: 0.8;
  background: #404040;
  cursor: default;
  color: #fff;
}
.events-widget article .right .buy a {
  display: inline-block;
  background: #DDD;
  color: rgba(142, 68, 173, 0.99);
  font-size: 14px;
  padding: 10px 15px;
  margin-top: 21px;
}
.events-widget article .right > a {
  color: #FFF;
  display: block;
  padding: 8px 20px;
  background: rgba(142, 68, 173, 0.99);
  float: right;
  text-transform: capitalize;
  margin-top: 4px;
  min-width: 110px;
  text-align: center;
}
.events-widget article .right > a:hover {
  background: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
.events-widget article .right h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.events-widget article .right h4 a {
  color: #fff;
}
.events-widget article .right h4 a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.events-widget article .right p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  margin-right: 20px;
}
.events-widget article .right p:last-child {
  margin-right: 0;
}
.events-widget article .right p i {
  margin-right: 5px;
}
.events-widget article:hover .right .buy {
  opacity: 1;
}
.events-widget article.end .right > a {
  background: #404040;
  cursor: default;
}
.events-widget article.end .right > a:hover {
  background: #404040;
  color: #fff;
}
.top-albums-widget article {
  width: 100%;
  padding: 20px;
  background: #1c1c1c;
  border: 1px solid #242424;
}
.top-albums-widget article figure {
  width: 30%;
  float: left;
}
.top-albums-widget article figure figcaption img {
  width: 100%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.top-albums-widget article figure h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #a1a1a1;
}
.top-albums-widget article figure ul {
  margin-bottom: 0;
}
.top-albums-widget article figure ul li {
  display: inline-block;
}
.top-albums-widget article figure ul li:after {
  content: '/';
  color: #7e7e7e;
  font-size: 12px;
  margin: 0 3px;
}
.top-albums-widget article figure ul li:last-child:after {
  display: none;
}
.top-albums-widget article figure ul li a {
  color: #7e7e7e;
  font-size: 12px;
}
.top-albums-widget article figure ul li a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.top-albums-widget article .content {
  float: left;
  width: 70%;
  padding-left: 20px;
}
.top-albums-widget article .content h4 {
  margin-top: 0;
}
.top-albums-widget article .content h4 a {
  color: #fff;
  text-transform: capitalize;
}
.top-albums-widget article .content > a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  color: #fff;
  font-size: 10px;
  border: 1px solid rgba(142, 68, 173, 0.99);
}
.top-albums-widget article .content > a:hover {
  background: #DDD;
  border-color: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
.top-rated-albums-widget article {
  margin-bottom: 15px;
}
.top-rated-albums-widget article:last-child {
  margin-bottom: 0;
}
.top-rated-albums-widget article figure {
  position: relative;
}
.top-rated-albums-widget article figure figcaption {
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
}
.top-rated-albums-widget article figure figcaption img {
  width: 100%;
}
.top-rated-albums-widget article figure .content {
  width: 100%;
  padding: 7px 0;
  padding-left: 55px;
}
.top-rated-albums-widget article figure .content h5 {
  margin-top: 0;
  margin-bottom: 2px;
  color: #cbcbcb;
}
.top-rated-albums-widget article figure .content h5 a {
  color: #cbcbcb;
}
.top-rated-albums-widget article figure .content h5 a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.top-rated-albums-widget article figure .content p {
  margin-bottom: 0;
  color: #909090;
  font-size: 10px;
}
.top-rated-albums-widget article figure .content p a {
  color: #cbcbcb;
}
.top-rated-albums-widget article figure .content p a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.top-rated-albums-widget article figure .content .rating {
  float: right;
}
@media (max-width: 1030px) {
  .content-container .event-widget figure figcaption {
    float: none;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .content-container .event-widget figure > section {
    float: none;
    padding-left: 0;
    margin-left: 0;
  }
  .album-widget figure > div {
    width: 48%;
    margin-left: 0;
    margin-top: 10px;
  }
  .album-widget figure > div:last-child {
    margin-left: 4%;
  }
  .album-widget figure > div.col-sm-5 {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .events-widget article .left {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .events-widget article .left span {
    display: inline-block;
  }
  .events-widget article .right {
    width: 100%;
    min-height: 82px;
    margin-left: 0;
    float: left;
  }
  .footer .top .widget {
    margin-bottom: 30px;
  }
  .content-container .event-widget figure figcaption {
    position: absolute;
    margin-bottom: 0;
    width: 90px;
    top: 10px;
    left: 10px;
  }
  .content-container .event-widget figure > section {
    padding-left: 100px;
    float: left;
  }
}
@media (max-width: 480px) {
  .top-albums-widget article figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-albums-widget article .content {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .content-container .event-widget figure figcaption {
    float: none;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .content-container .event-widget figure > section {
    float: none;
    padding-left: 0;
    margin-left: 0;
  }
}
.default-list li a {
  color: #939393;
  padding: 5px 15px 5px 0;
  display: block;
  font-weight: 400;
  position: relative;
  border: 1px solid transparent;
}
.default-list li a i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 9px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.default-list li a:hover {
  border-color: #2b2b2b;
  padding: 5px 35px 5px 15px;
}
.default-list li a:hover i {
  visibility: visible;
  opacity: 1;
  right: 15px;
}
.primary-list li a {
  color: #939393;
  padding: 5px 0px 5px 0;
  display: block;
  font-weight: 400;
  border: 1px solid transparent;
  position: relative;
}
.primary-list li a i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 3px;
  font-size: 12px;
}
.dropcap {
  font-size: 62px;
  color: #eaeaea;
  float: left;
  line-height: 58px;
  margin-right: 10px;
}
.error-404 center {
  font-size: 98px;
  font-family: 'Lato';
  font-weight: 100;
  text-align: center;
  padding: 10% 5%;
  text-transform: uppercase;
  color: #fff;
}
.error-404 center strong {
  font-weight: 300;
}
.error-404 p {
  display: block;
  text-align: center;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
  margin-bottom: 10px;
}
.post-article {
  padding: 20px;
  background: #242424;
  position: relative;
  margin-bottom: 20px;
}
.post-article .thumbnail-article {
  position: absolute;
  top: 20px;
  left: 20px;
}
.post-article .thumbnail-article figure {
  width: 120px;
}
.post-article .thumbnail-article figure figcaption img {
  width: 100%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.post-article .thumbnail-article figure h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #a1a1a1;
}
.post-article .thumbnail-article figure ul {
  list-style: none;
  padding-left: 0;
}
.post-article .thumbnail-article figure ul li {
  display: inline-block;
}
.post-article .thumbnail-article figure ul li:after {
  content: '/';
  color: #7e7e7e;
  font-size: 12px;
  margin: 0 3px;
}
.post-article .thumbnail-article figure ul li:last-child:after {
  display: none;
}
.post-article .thumbnail-article figure ul li a {
  color: #7e7e7e;
  font-size: 12px;
}
.post-article .thumbnail-article figure ul li a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.post-article .content-article,
.post-article .content-event-article {
  width: 100%;
  padding-left: 140px;
}
.post-article .content-article h1,
.post-article .content-event-article h1 {
  margin: 0;
  margin-bottom: 15px;
  line-height: 25px;
  color: #eeeeee;
  font-size: 18px;
}
.post-article .content-article h1 a,
.post-article .content-event-article h1 a {
  color: #eeeeee;
  font-size: 18px;
}
.post-article .content-article .entry-tags h6,
.post-article .content-event-article .entry-tags h6 {
  text-transform: uppercase;
  color: #a1a1a1;
  float: left;
  margin: 4px;
  margin-right: 10px;
}
.post-article .content-article .entry-tags ul,
.post-article .content-event-article .entry-tags ul {
  margin-bottom: 0;
}
.post-article .content-article .entry-tags ul li,
.post-article .content-event-article .entry-tags ul li {
  display: inline-block;
}
.post-article .content-article .entry-tags ul li:after,
.post-article .content-event-article .entry-tags ul li:after {
  content: '/';
  color: #7e7e7e;
  font-size: 12px;
  margin: 0 3px;
}
.post-article .content-article .entry-tags ul li:last-child:after,
.post-article .content-event-article .entry-tags ul li:last-child:after {
  display: none;
}
.post-article .content-article .entry-tags ul li a,
.post-article .content-event-article .entry-tags ul li a {
  color: #7e7e7e;
  font-size: 12px;
}
.post-article .content-article .entry-tags ul li a:hover,
.post-article .content-event-article .entry-tags ul li a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.post-article .content-article .entry-meta,
.post-article .content-event-article .entry-meta {
  margin-bottom: 15px;
}
.post-article .content-article .entry-meta span,
.post-article .content-event-article .entry-meta span {
  color: #6f6f6f;
  margin-right: 20px;
  display:none;
}
.post-article .content-article .entry-meta span:last-child,
.post-article .content-event-article .entry-meta span:last-child {
  margin-right: 0;
}
.post-article .content-article .entry-meta span a,
.post-article .content-event-article .entry-meta span a {
  font-size: 12px;
  color: #a1a1a1;
}
.post-article .content-article .entry-meta span a:hover,
.post-article .content-event-article .entry-meta span a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.post-article .content-article .entry-meta span i,
.post-article .content-event-article .entry-meta span i {
  margin-right: 4px;
}
.post-article .content-article #map-canvas,
.post-article .content-event-article #map-canvas {
  margin-bottom: 25px;
}
.post-article .content-article hr,
.post-article .content-event-article hr {
  border-color: #3a3a3a;
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-article .content-article .entry-content,
.post-article .content-event-article .entry-content {
  margin-bottom: 15px;
}
.post-article .content-article .entry-content *,
.post-article .content-event-article .entry-content * {
  max-width: 100%;
}
.post-article .content-article .entry-content p,
.post-article .content-event-article .entry-content p {
  line-height: 21px;
  color: #bcbcbc;
}
.post-article .content-article .entry-content img,
.post-article .content-event-article .entry-content img {
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.post-article .content-article .entry-content .alignright,
.post-article .content-event-article .entry-content .alignright {
  float: right;
  margin-left: 10px;
}
.post-article .content-article .entry-content .alignleft,
.post-article .content-event-article .entry-content .alignleft {
  float: left;
  margin-right: 10px;
}
.post-article .content-article > a,
.post-article .content-event-article > a {
  color: #fff;
  display: block;
  padding: 8px 20px;
  background: rgba(142, 68, 173, 0.99);
  float: left;
  text-transform: capitalize;
}
.post-article .content-article > a:hover,
.post-article .content-event-article > a:hover {
  background: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
.post-article.format-image-post-type {
  padding: 0;
  background: transparent;
  min-height: inherit !important;
}
.post-article.format-image-post-type .thumbnail-article {
  position: relative;
  left: 0;
  top: 0;
}
.post-article.format-image-post-type .thumbnail-article figure {
  width: 100%;
}
.post-article.format-image-post-type .thumbnail-article figure img {
  margin-bottom: 0;
  border: none;
}
.post-article.format-image-post-type .content-article {
  padding: 20px;
  background: #242424;
  padding-left: 20px;
}
.post-article.single-post {
  padding: 0;
  background: transparent;
}
.post-article.single-post .thumbnail-article {
  position: relative;
  left: 0;
  top: 0;
}
.post-article.single-post .thumbnail-article figure {
  width: 100%;
  padding: 20px;
  padding-bottom: 0;
  background: #242424;
}
.post-article.single-post .thumbnail-article figure img {
  margin-bottom: 0;
  border: none;
  height: auto;
}
.post-article.single-post .content-event-article {
  padding: 20px;
  background: #242424;
  padding-left: 20px;
}
.post-article.single-post .content-event-article .entry-content p {
  margin-bottom: 15px;
}
.post-article.single-post .content-album-article {
  background: #242424;
  position: relative;
}
.post-article.single-post .content-album-article .left {
  width: 50%;
}
.post-article.single-post .content-album-article .left figure figcaption {
  position: relative;
}
.post-article.single-post .content-album-article .left figure figcaption img {
  width: 100%;
}
.post-article.single-post .content-album-article .left figure figcaption .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(14, 14, 14, 0.7);
}
.post-article.single-post .content-album-article .left figure figcaption .controls .rating {
  margin-bottom: 0;
}
.post-article.single-post .content-album-article .left figure figcaption .controls .rating i {
  color: #eeeeee;
}
.post-article.single-post .content-album-article .left figure figcaption .controls > nav {
  float: right;
  text-align: right;
}
.post-article.single-post .content-album-article .left figure figcaption .controls > nav ul {
  margin-bottom: 0;
}
.post-article.single-post .content-album-article .left figure figcaption .controls > nav ul li {
  display: inline-block;
  cursor: pointer;
  margin-left: 6px;
}
.post-article.single-post .content-album-article .left figure figcaption .controls > nav ul li:first-child {
  margin-left: 0;
}
.post-article.single-post .content-album-article .left figure figcaption .controls > nav ul li i {
  font-size: 10px;
  color: #c3c2c5;
}
.post-article.single-post .content-album-article .right {
  width: 50%;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #505050;
}
.post-article.single-post .content-album-article .right::-webkit-scrollbar {
  width: 4px;
  background: #505050;
}
.post-article.single-post .content-album-article .right::-webkit-scrollbar-thumb {
  background: #0e0e0e;
  width: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #505050;
  -moz-box-shadow: inset 0 0 0 1px #505050;
  box-shadow: inset 0 0 0 1px #505050;
}
.post-article.single-post .content-album-article .right .minimal-player ul li .additional-buttons,
.post-article.single-post .content-album-article .right .minimal-player ul li:hover .additional-buttons {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.post-article.single-post .content-album-article .right .minimal-player ul li .additional-buttons {
  -webkit-transform: translateY(-48px);
  -moz-transform: translateY(-48px);
  -o-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  transform: translateY(-48px);
  border-right: none;
  border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
}
.post-article.single-post .content-album-article .right .minimal-player ul li:hover .additional-buttons {
  -webkit-transform: translateY(-42px);
  -moz-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  transform: translateY(-42px);
}
.post-article.single-post .content-album-article .right .minimal-player ul li:first-child .additional-buttons {
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -o-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
  border-right: none;
  border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
}
.post-article.single-post .content-album-article .right .minimal-player ul li:first-child:hover .additional-buttons {
  -webkit-transform: translateY(42px);
  -moz-transform: translateY(42px);
  -o-transform: translateY(42px);
  -ms-transform: translateY(42px);
  transform: translateY(42px);
}
.post-article.single-post .content-album-article .right .minimal-player ul li .additional-buttons a {
  background: #101010 !important;
}
.post-article.single-post.event-02 .content-article,
.post-article.single-post.album-02 .content-article {
  padding: 20px;
  background: #141414;
  padding-left: 20px;
  border: 1px solid #242424;
}
.post-article.single-post.event-02 .content-article .entry-content p,
.post-article.single-post.album-02 .content-article .entry-content p {
  margin-bottom: 15px;
}
.post-article.single-post .content-article {
  padding: 20px;
  background: #242424;
  padding-left: 20px;
  border: 1px solid #242424;
}
.post-article.single-post .content-article h1 > .dropdown {
  margin-left: 25px;
  float: right;
  min-width: 120px;
}
.post-article.single-post .content-article h1 > .dropdown > a {
  line-height: 14px;
}
.post-article.single-post .content-article h1 > .dropdown a {
  font-size: 10px;
}
.post-article.single-post .content-article .entry-content p {
  margin-bottom: 15px;
}
.post-article.single-post .content-article .entry-content p:last-child {
  margin-bottom: 0;
}
.post-article ul {
  padding-left: 30px;
  list-style-type: circle;
}
.post-article ol {
  padding-left: 30px;
  list-style-type: decimal-leading-zero;
}
.post-article table {
  width: 100%;
  margin-bottom: 20px;
}
.post-article table > thead > tr > th,
.post-article table > tbody > tr > th,
.post-article table > tfoot > tr > th,
.post-article table > thead > tr > td,
.post-article table > tbody > tr > td,
.post-article table > tfoot > tr > td {
  text-align: center;
  padding: 10px 22px;
  line-height: 1.428571429;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #242424;
}
.post-article table > tbody {
  border-bottom: 1px solid #242424;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
}
.post-article table > tbody > tr > td:nth-child(2n) {
  background: #161616;
}
.post-article table > tbody > tr > td:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.post-article table > tbody > tr > td i {
  color: #535353;
}
.post-article table > thead > tr > th {
  vertical-align: bottom;
  background: #242424;
  color: #d5d5d5;
}
.post-article table > thead > tr > th:nth-child(2n) {
  background: #1c1c1c;
}
.post-article table > thead > tr > th:first-child {
  background: transparent;
}
.post-article table > caption + thead > tr:first-child > th,
.post-article table > colgroup + thead > tr:first-child > th,
.post-article table > thead:first-child > tr:first-child > th,
.post-article table > caption + thead > tr:first-child > td,
.post-article table > colgroup + thead > tr:first-child > td,
.post-article table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.post-article table > tbody + tbody {
  border-top: 2px solid #242424;
}
.post-article table .table {
  background-color: #ffffff;
}
.post-article input {
  outline: none;
  padding: 8px 13px;
  font-size: 14px;
  background: transparent;
  color: #afafaf;
  font-family: 'Roboto';
  border: 1px solid #3a3a3a;
}
.comment-container h1.title-comments {
  color: #dadada;
  font-size: 18px;
}
.comment-container .comments > li {
  padding-left: 70px;
}
.comment-container .comments > li ul.children > li {
  padding-left: 70px;
}
.comment-container .comments > li .left-section {
  position: absolute;
  width: 50px;
  margin-left: -70px;
}
.comment-container .comments > li .left-section img {
  width: 100%;
  border: 3px solid #242424;
}
.comment-container .comments > li .right-section {
  width: 100%;
}
.comment-container .comments > li .right-section h1 {
  line-height: 5px;
  margin-bottom: 30px;
}
.comment-container .comments > li .right-section h1 a {
  font-size: 18px;
  color: #eeeeee;
  text-transform: capitalize;
}
.comment-container .comments > li .right-section .replay p,
.comment-container .comments > li .right-section .replay a {
  display: inline-block;
}
.comment-container .comments > li .right-section .replay p.comment-reply-link,
.comment-container .comments > li .right-section .replay a.comment-reply-link {
  margin-right: 25px;
  color: #eeeeee;
  font-size: 12px;
  text-transform: uppercase;
}
.comment-container .comments > li .right-section .replay p.comment-reply-link i,
.comment-container .comments > li .right-section .replay a.comment-reply-link i {
  color: #5e5e5e;
  margin-right: 5px;
}
.comment-container .comments > li .right-section .replay p.time-comment,
.comment-container .comments > li .right-section .replay a.time-comment {
  text-transform: uppercase;
  font-size: 12px;
}
.comment-container .comments > li .right-section .replay p.time-comment i,
.comment-container .comments > li .right-section .replay a.time-comment i {
  margin-right: 5px;
}
.comment-container .comments > li .right-section ul {
  padding-left: 30px;
  list-style-type: circle;
}
.comment-container .comments > li .right-section ol {
  padding-left: 30px;
  list-style-type: decimal-leading-zero;
}
.comment-container .comments > li .right-section table {
  width: 100%;
  margin-bottom: 20px;
}
.comment-container .comments > li .right-section table > thead > tr > th,
.comment-container .comments > li .right-section table > tbody > tr > th,
.comment-container .comments > li .right-section table > tfoot > tr > th,
.comment-container .comments > li .right-section table > thead > tr > td,
.comment-container .comments > li .right-section table > tbody > tr > td,
.comment-container .comments > li .right-section table > tfoot > tr > td {
  text-align: center;
  padding: 10px 22px;
  line-height: 1.428571429;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #242424;
}
.comment-container .comments > li .right-section table > tbody {
  border-bottom: 1px solid #242424;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
}
.comment-container .comments > li .right-section table > tbody > tr > td:nth-child(2n) {
  background: #161616;
}
.comment-container .comments > li .right-section table > tbody > tr > td:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.comment-container .comments > li .right-section table > tbody > tr > td i {
  color: #535353;
}
.comment-container .comments > li .right-section table > thead > tr > th {
  vertical-align: bottom;
  background: #242424;
  color: #d5d5d5;
}
.comment-container .comments > li .right-section table > thead > tr > th:nth-child(2n) {
  background: #1c1c1c;
}
.comment-container .comments > li .right-section table > thead > tr > th:first-child {
  background: transparent;
}
.comment-container .comments > li .right-section table > caption + thead > tr:first-child > th,
.comment-container .comments > li .right-section table > colgroup + thead > tr:first-child > th,
.comment-container .comments > li .right-section table > thead:first-child > tr:first-child > th,
.comment-container .comments > li .right-section table > caption + thead > tr:first-child > td,
.comment-container .comments > li .right-section table > colgroup + thead > tr:first-child > td,
.comment-container .comments > li .right-section table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.comment-container .comments > li .right-section table > tbody + tbody {
  border-top: 2px solid #242424;
}
.comment-container .comments > li .right-section table .table {
  background-color: #ffffff;
}
.comment-container .comments > li .right-section input {
  outline: none;
  padding: 8px 13px;
  font-size: 14px;
  background: transparent;
  color: #afafaf;
  font-family: 'Roboto';
  border: 1px solid #3a3a3a;
}
.comment-container .comments > li.depth-3 .replay .comment-reply-link {
  display: none;
}
.event-details .details p {
  margin-bottom: 5px;
  color: #eeeeee;
}
.event-details .details p span {
  min-width: 80px;
  float: left;
  color: #868686;
}
.event-details .dropdown {
  width: 120px;
  float: right;
  margin-top: 17px;
}
.comment-respond {
  margin-top: 55px;
}
.comment-respond .comment-form .comment-form-inputs li {
  float: left;
  margin-right: 3%;
  width: 32%;
  margin-bottom: 3%;
}
.comment-respond .comment-form .comment-form-inputs li input {
  width: 100%;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  background: transparent;
  color: #afafaf;
  font-family: 'Roboto';
  border: 1px solid #242424;
}
.comment-respond .comment-form .comment-form-inputs li:last-child {
  margin-right: 0;
  width: 30%;
}
.comment-respond .comment-form textarea {
  width: 100%;
  border: 1px solid #242424;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  color: #afafaf;
  background: transparent;
  font-family: 'Roboto';
  min-height: 225px;
  margin-bottom: 20px;
}
.comment-respond > h3 {
  margin-bottom: 25px;
  font-size: 21px;
}
.comment-respond > h3 p {
  margin-top: 5px;
}
.comment-respond > hr {
  margin-bottom: 25px;
}
.comment-respond .form-submit input[type=submit] {
  background: rgba(142, 68, 173, 0.99);
  font-family: 'Roboto';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 20px;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
}
.comment-respond .form-submit input[type=submit]:hover {
  color: rgba(142, 68, 173, 0.99);
  background: #DDD;
}
figure.event figcaption,
figure.event .content {
  width: 48%;
  float: left;
}
figure.event figcaption img {
  width: 100%;
}
figure.event .content {
  margin-left: 4%;
  position: relative;
}
figure.event .content .dropdown {
  width: 120px;
  position: absolute;
  right: 0;
}
figure.event .content .date {
  padding-right: 135px;
}
figure.event .content .date p {
  border: 1px solid #6c6c6c;
  padding: 8px 10px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1030px) {
  figure.event figcaption,
  figure.event .content {
    width: 100%;
    margin-left: 0;
  }
  figure.event figcaption {
    margin-bottom: 20px;
  }
  .post-article.single-post .content-album-article .left {
    width: 100%;
  }
  .post-article.single-post .content-album-article .right {
    width: 100%;
    position: relative;
    height: 167px;
  }
}
@media (max-width: 480px) {
  .post-article.single-post .content-article h1 > .dropdown {
    margin-left: 0;
    float: none;
    min-width: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  .event-details .dropdown {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .post-article .thumbnail-article {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
  }
  .post-article .thumbnail-article figure {
    width: 100%;
  }
  .post-article .content-article {
    padding-left: 0;
  }
  .post-article.format-image-post-type .thumbnail-article {
    margin-bottom: 0;
  }
  .comment-container .comments li li {
    padding-left: 15px;
  }
  .breadcrumb-container .nav-posts {
    line-height: 71px;
  }
}
@media (max-width: 330px) {
  .comment-respond .comment-form .comment-form-inputs li,
  .comment-respond .comment-form .comment-form-inputs li:last-child {
    width: 100%;
  }
  .comment-container .comments li li {
    padding-left: 0px;
  }
  figure.event .content {
    position: relative;
  }
  figure.event .content .dropdown {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  figure.event .content .date {
    padding-right: 0;
  }
  figure.event .content .date p {
    border: 1px solid #6c6c6c;
    padding: 8px 10px;
    text-align: center;
    width: 100%;
  }
}
.star-rating {
  float: left;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 11px;
  width: 5.1em;
  margin: 5px 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 6px;
}
.star-rating:before {
  color: #3d724c;
  text-indent: 0;
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.1em;
}
.star-rating span {
  text-indent: 0;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.star-rating span:after {
  text-indent: 0;
  color: #3d724c;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  float: left;
  letter-spacing: 0.1em;
}
.subtitle-shop {
  margin-bottom: 55px;
}
.products {
  margin-bottom: 0;
}
.products > li {
  cursor: pointer;
  -webkit-perspective: 800px;
  perspective: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-right: -0.5px;
  -webkit-transition: height 0s linear;
  -moz-transition: height 0s linear;
  -o-transition: height 0s linear;
  -ms-transition: height 0s linear;
  transition: height 0s linear;
}
.products > li .figure-product {
  position: relative;
  overflow: hidden;
}
.products > li .figure-product .onsale {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: rgba(142, 68, 173, 0.8);
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 12px;
  margin: 15px 0 0 15px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.products > li .figure-product img {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products > li .product-buttons {
  position: absolute;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: rgba(14, 14, 14, 0.85);
  text-align: center;
  display: table;
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.products > li .product-buttons .product-buttons-container {
  display: table-cell;
  vertical-align: middle;
}
.products > li .product-buttons a {
  display: block;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  padding: 5px;
  margin: 0 auto;
  width: 140px;
  background: rgba(142, 68, 173, 0.99);
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  overflow: hidden;
}
.products > li .product-buttons a:last-child {
  margin-bottom: 0;
}
.products > li .product-buttons a:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  background: rgba(14, 14, 14, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.products > li .product-buttons a:hover:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0.9;
  background: transparent;
}
.products > li .product-buttons a.show_details_button:before {
  content: '\f129';
}
.products > li img {
  width: 100%;
  border-bottom: 5px solid rgba(142, 68, 173, 0.99);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 2;
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.products > li .product-container {
  position: relative;
}
.products > li .product-details {
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
  background: rgba(14, 14, 14, 0.5);
  z-index: 10;
  cursor: default;
  padding: 15px;
  color: #c3c3c3;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.products > li .product-details h3 {
  margin: 0;
  color: #c3c3c3;
  font-size: 14px;
}
.products > li .product-details h3 a {
  color: #c3c3c3;
  font-size: 14px;
}
.products > li .product-details span {
  margin: 0;
  color: #c3c3c3;
  font-size: 14px;
}
.products > li span.price {
  float: right;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 19px;
  line-height: 19px;
  color: #4b4b4b;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 300;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.products > li:hover .product-buttons {
  opacity: 1;
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.products > li:hover img {
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.products > li:hover .product-details {
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
}
.products > li:hover .onsale {
  opacity: 0;
}
.products > li ins {
  text-decoration: none;
}
.products > li del {
  color: #e6e6e6;
}
.products > li del span.amount {
  color: #e6e6e6;
}
.products > li h3 {
  float: left;
  margin-bottom: 5px;
  font-size: 18px;
  color: #262223;
  line-height: 18px;
  font-family: 'Roboto';
  font-weight: 300;
}
.products > li.col-sm-2 h3,
.products > li.col-sm-2 .price {
  font-size: 13px;
}
.products > li.col-sm-2 .star-rating {
  font-size: 22px;
}
.products > li.col-sm-2 .figure-product .onsale {
  margin: 5px 0 0 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome,
  .products > li .product-buttons,
  .products > li img,
  .products > li .product-details {
    -ms-transform: rotateY(0) !important;
    -o-transform: rotateY(0) !important;
    -webkit-transform: rotateY(0) !important;
    transform: rotateY(0) !important;
  }
}
.col-sm-12 .col-sm-2 .star-rating {
  font-size: 11px !important;
}
.widget_product_tag_cloud .tagcloud a {
  margin-right: 5px;
}
.widget_product_tag_cloud .tagcloud a:last-child {
  margin-right: 0;
}
.widget_product_search {
  position: relative;
}
.widget_product_search label {
  display: none;
}
.widget_product_search input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 10px 15px;
  padding-right: 50px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  color: #AFAFAF;
  font-family: 'Roboto';
  border: 1px solid #242424;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget_product_search button[type=submit],
.widget_product_search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  background: #242424;
  border: none;
  text-align: center;
  line-height: 42px;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 15px;
}
.widget_product_search form {
  position: relative;
}
.widget_product_search form:hover button[type=submit],
.widget_product_search form:hover input[type=submit] {
  color: #fff;
  background: rgba(142, 68, 173, 0.99);
}
.widget_product_search form:hover input[type=text] {
  color: #fff;
  border-color: rgba(142, 68, 173, 0.99);
}
.widget_products ul.product_list_widget li,
.widget_recently_viewed_products ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li,
.widget_top_rated_products ul.product_list_widget li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #242424;
}
.widget_products ul.product_list_widget li a,
.widget_recently_viewed_products ul.product_list_widget li a,
.widget_recent_reviews ul.product_list_widget li a,
.widget_top_rated_products ul.product_list_widget li a {
  display: block;
  padding-right: 70px;
  line-height: 20px;
  position: relative;
  min-height: 40px;
}
.widget_products ul.product_list_widget li a img,
.widget_recently_viewed_products ul.product_list_widget li a img,
.widget_recent_reviews ul.product_list_widget li a img,
.widget_top_rated_products ul.product_list_widget li a img {
  border: 1px solid #242424;
  height: auto !important;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_products ul.product_list_widget li .content,
.widget_recently_viewed_products ul.product_list_widget li .content,
.widget_recent_reviews ul.product_list_widget li .content,
.widget_top_rated_products ul.product_list_widget li .content {
  padding: 0 70px 15px 0;
}
.widget_products ul.product_list_widget li .content .rating,
.widget_recently_viewed_products ul.product_list_widget li .content .rating,
.widget_recent_reviews ul.product_list_widget li .content .rating,
.widget_top_rated_products ul.product_list_widget li .content .rating {
  margin-bottom: 0;
}
.widget_products ul.product_list_widget li .content a,
.widget_recently_viewed_products ul.product_list_widget li .content a,
.widget_recent_reviews ul.product_list_widget li .content a,
.widget_top_rated_products ul.product_list_widget li .content a {
  font-size: 14px;
  color: #b8b8b8;
}
.widget_products ul.product_list_widget li .content span,
.widget_recently_viewed_products ul.product_list_widget li .content span,
.widget_recent_reviews ul.product_list_widget li .content span,
.widget_top_rated_products ul.product_list_widget li .content span {
  color: #616161;
  font-size: 14px;
}
.widget_products ul.product_list_widget li .star-rating,
.widget_recently_viewed_products ul.product_list_widget li .star-rating,
.widget_recent_reviews ul.product_list_widget li .star-rating,
.widget_top_rated_products ul.product_list_widget li .star-rating {
  margin-right: 8px;
}
.widget_products ul.product_list_widget li:last-child,
.widget_recently_viewed_products ul.product_list_widget li:last-child,
.widget_recent_reviews ul.product_list_widget li:last-child,
.widget_top_rated_products ul.product_list_widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.widget_recently_viewed_products ul.product_list_widget {
  padding: 20px;
  border: 1px solid #242424;
}
.widget_recently_viewed_products ul.product_list_widget li {
  border-bottom: none;
}
.widget_recently_viewed_products ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget_recently_viewed_products ul.product_list_widget li .content {
  padding-bottom: 0;
}
.widget_product_categories .product-categories li a {
  font-size: 15px;
  color: #666666;
  font-family: 'Roboto';
  font-weight: 300;
  padding: 10px 0;
  border-bottom: 1px solid #242424;
  display: block;
  text-transform: capitalize;
}
.widget_product_categories .product-categories li a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.woocommerce .widget-title {
  color: #262223;
  font-size: 18px;
  margin-bottom: 20px;
}
.price_slider_wrapper {
  position: relative;
}
.price_slider_wrapper .price_slider {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #242424;
  height: 8px;
  border-radius: 4px;
}
.price_slider_wrapper .price_slider .ui-slider-range {
  height: 8px;
  background: #242424;
  position: relative;
}
.price_slider_wrapper .price_slider .ui-slider-handle {
  display: block;
  width: 20px;
  height: 20px;
  background: #2b2b2b;
  top: -6px;
  border-radius: 2px;
  outline: none;
  position: absolute;
}
.price_slider_wrapper .price_slider .ui-slider-handle:last-child {
  margin-left: -20px;
}
.price_slider_wrapper .price_slider_amount button[type=submit] {
  padding: 10px 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-family: 'Roboto';
  font-weight: 400;
  border: none;
  background: rgba(142, 68, 173, 0.99);
  color: #FFF;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.price_slider_wrapper .price_slider_amount button[type=submit]:hover {
  color: rgba(142, 68, 173, 0.99);
  background: #DDD;
}
.price_slider_wrapper .price_slider_amount .price_label {
  float: left;
  line-height: 40px;
  margin-left: 15px;
  font-family: 'Roboto';
  font-weight: 300;
}
.widget_shopping_cart_content {
  border: 1px solid #242424;
}
.widget_shopping_cart_content .variation {
  text-align: left;
  margin-bottom: 0;
}
.widget_shopping_cart_content .variation dd,
.widget_shopping_cart_content .variation dt {
  display: inline-block;
}
.widget_shopping_cart_content .product_list_widget li {
  border-bottom: 1px solid #242424;
  padding: 15px 15px;
}
.widget_shopping_cart_content .product_list_widget li a {
  font-size: 14px;
  color: #b8b8b8;
  line-height: 13px;
}
.widget_shopping_cart_content .product_list_widget li a img {
  width: 25%;
  border: 2px solid #242424;
  margin-right: 5%;
  float: left;
}
.widget_shopping_cart_content .product_list_widget li a span {
  width: 68%;
  float: left;
  line-height: 13px;
  cursor: default;
}
.widget_shopping_cart_content .product_list_widget li .quantity {
  color: #929292;
  font-size: 15px;
}
.widget_shopping_cart_content p.total {
  font-weight: 300;
  padding: 0 15px 0 15px;
  color: #b8b8b8;
}
.widget_shopping_cart_content p.total strong {
  color: #929292;
  cursor: default;
}
.widget_shopping_cart_content p.buttons {
  padding: 0 15px 0px 15px;
}
.widget_shopping_cart_content p.buttons a {
  margin-right: 10px;
  padding: 7px 10px;
  margin-bottom: 10px;
  width: auto;
  background: transparent;
  color: #AFAFAF;
  border: 1px solid #242424;
}
.widget_shopping_cart_content p.buttons a:hover {
  color: #fff;
}
.woocommerce-pagination .page-numbers li {
  float: left;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  display: block;
  font-size: 15px;
  color: #555555;
  font-family: 'Roboto';
  font-weight: 300;
  width: 33px;
  text-align: center;
  line-height: 33px;
  height: 33px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin-right: 5px;
}
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li span:hover {
  color: rgba(142, 68, 173, 0.99);
  border-color: rgba(142, 68, 173, 0.99);
}
.woocommerce-pagination .page-numbers li span {
  color: rgba(142, 68, 173, 0.99);
  border-color: rgba(142, 68, 173, 0.99);
}
.images {
  margin-bottom: 20px;
}
.images .woocommerce-main-image img {
  width: 100%;
  border: 2px solid #242424;
  margin-bottom: 5px;
}
.images .thumbnails {
  margin-left: -2%;
  margin-right: -2%;
}
.images .thumbnails a {
  width: 33.333333333333333%;
  position: relative;
  padding: 2%;
  display: block;
  float: left;
}
.images .thumbnails a img {
  border: 1px solid #242424;
  width: 100%;
}
.summary {
  margin-bottom: 25px;
}
.summary .product_title {
  font-size: 21px;
  font-weight: 300;
  color: #e4e4e4;
  font-family: 'Roboto';
  float: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.summary .price {
  float: right;
  font-size: 18px;
  color: #76c478;
  font-weight: 300;
  font-family: 'Roboto';
}
.summary .product-border {
  width: 100%;
  background: #242424;
  height: 2px;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}
.summary .product-border:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 45px;
  background: rgba(142, 68, 173, 0.99);
  z-index: 99;
}
.summary .post-content p {
  margin-bottom: 20px;
}
.summary .post-content h4 {
  font-weight: 300;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 20px;
}
.summary .post-content .standard-arrow {
  margin-bottom: 20px;
}
.summary .post-content .standard-arrow li p {
  margin-bottom: 0;
  line-height: 29px;
  font-size: 14px;
  font-weight: 400;
}
.summary .post-content .standard-arrow li p:before {
  margin-right: 8px;
  font-size: 12px;
  content: '\f00c';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.summary .product_meta {
  margin-top: 20px;
}
.summary .product_meta > span {
  display: block;
  line-height: 21px;
}
.summary .product_meta > span a {
  color: #bfbfbf;
}
.summary .product_meta > span a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.summary .cart input {
  float: left;
  margin-right: 5px;
}
.cart input[type=number]::-webkit-inner-spin-button,
.cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.cart input[type=number] {
  outline: none;
  width: 30px;
  height: 30px;
  background: transparent;
  text-align: center;
  border: 1px solid #242424;
}
.cart button[type=submit] {
  width: inherit;
  outline: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(142, 68, 173, 0.99);
  color: #efefef;
  text-transform: none;
  float: left;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 42px;
  position: relative;
  border: none;
  margin-bottom: 0;
}
.cart button[type=submit]:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  background: rgba(14, 14, 14, 0.3);
}
.cart input[type=button] {
  background: #242424;
  outline: none;
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cart input[type=button]:hover {
  background: rgba(142, 68, 173, 0.99);
  color: #fff;
}
.cart .quantity {
  float: left;
}
.products > li .star-rating {
  display: none;
}
.woocommerce-tabs {
  margin-bottom: 50px;
}
.woocommerce-tabs > .nav {
  width: 25%;
  float: left;
}
.woocommerce-tabs > .nav li.active > a,
.woocommerce-tabs > .nav li.active > a:hover,
.woocommerce-tabs > .nav li.active > a:focus {
  -webkit-box-shadow: inset 4px 0 0 #2b2b2b;
  -moz-box-shadow: inset 4px 0 0 #2b2b2b;
  box-shadow: inset 4px 0 0 #2b2b2b;
}
.woocommerce-tabs > .nav a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: none;
  font-size: 14px;
}
.woocommerce-tabs > .nav a:hover {
  -webkit-box-shadow: inset 4px 0 0 #2b2b2b;
  -moz-box-shadow: inset 4px 0 0 #2b2b2b;
  box-shadow: inset 4px 0 0 #2b2b2b;
}
.woocommerce-tabs .entry-content {
  padding: 20px;
  background: #242424;
  display: none;
  float: left;
  width: 75%;
}
.woocommerce-tabs .entry-content#tab-description {
  border-top-left-radius: 0;
}
.woocommerce-tabs .entry-content.active {
  display: block !important;
  opacity: 1;
}
.woocommerce-tabs .entry-content h1,
.woocommerce-tabs .entry-content h2,
.woocommerce-tabs .entry-content h3,
.woocommerce-tabs .entry-content h4,
.woocommerce-tabs .entry-content h5,
.woocommerce-tabs .entry-content h6 {
  margin-top: 0;
}
.woocommerce-tabs .entry-content p {
  margin-bottom: 20px;
}
.woocommerce-tabs .entry-content p:last-child {
  margin-bottom: 0;
}
.woocommerce-tabs .entry-content .shop_attributes {
  width: 100%;
}
.woocommerce-tabs .entry-content .shop_attributes tbody tr {
  width: 100%;
  display: block;
  padding-bottom: 4px;
  padding-top: 4px;
}
.woocommerce-tabs .entry-content .shop_attributes tbody tr th {
  width: 100px;
  color: #a4a4a4;
  font-size: 14px;
  text-align: left;
}
.woocommerce-tabs .entry-content .shop_attributes tbody tr td {
  color: #909090;
}
.woocommerce-tabs .entry-content .shop_attributes tbody tr:last-child {
  padding-bottom: 0;
  border: none;
}
.woocommerce-tabs .entry-content .star-rating {
  float: right;
}
.woocommerce-tabs .entry-content .description {
  background: none;
}
.woocommerce-tabs .entry-content .comment_container {
  margin-bottom: 40px;
}
.woocommerce-tabs .entry-content .comment_container > img {
  width: 10%;
  float: left;
  border: 3px solid #191919;
}
.woocommerce-tabs .entry-content .comment_container > .comment-text {
  width: 87%;
  margin-left: 3%;
  float: right;
}
.woocommerce-tabs .entry-content .comment_container strong {
  font-family: 'Roboto';
  font-weight: 300;
  color: #232323;
  font-size: 18px;
}
.woocommerce-tabs .entry-content .comment_container .description {
  margin-top: 5px;
}
.woocommerce-tabs .entry-content .comment_container p.meta {
  margin-bottom: 0px;
}
.woocommerce-tabs .entry-content .comment_container p.meta time {
  float: right;
  margin-right: 15px;
  font-size: 12px;
}
.woocommerce-tabs .entry-content .comment_container p.meta strong {
  color: #eeeeee;
  font-size: 18px;
}
.woocommerce-tabs .entry-content .comment-respond .comment-reply-title {
  color: #E8E8E8;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}
.woocommerce-tabs .entry-content .comment-respond label {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p {
  padding-left: 0;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p textarea {
  margin-top: 10px;
  width: 100%;
  border: none;
  outline: none;
  padding: 20px;
  font-size: 14px;
  background: transparent;
  color: #AFAFAF;
  font-family: 'Roboto';
  font-weight: 300;
  border: 1px solid #474747;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 20px;
  font-size: 14px;
  background: transparent;
  color: #AFAFAF;
  font-family: 'Roboto';
  font-weight: 300;
  border: 1px solid #474747;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span {
  float: left;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a {
  float: left;
  font-family: 'Fontawesome';
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #3d724c !important;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a:last-child {
  padding-left: 0;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-1:after {
  content: "\f006";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-1.active:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-1.hover:after {
  content: "\f005";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2:after {
  content: "\f006";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2.active:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2.hover:after {
  content: "\f005";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2:hover:after {
  content: "\f005";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-3:after {
  content: "\f006";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-3.active:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-3.hover:after {
  content: "\f005";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-3:hover:after {
  content: "\f005";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-4:after {
  content: "\f006";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-4.active:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-4.hover:after {
  content: "\f005";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-4:hover:after {
  content: "\f005";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5:after {
  content: "\f006";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5.active:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5.hover:after {
  content: "\f005";
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5:hover:after {
  content: "\f005";
}
.woocommerce-tabs .entry-content .comment-respond .form-submit a {
  display: none;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form-rating {
  margin-bottom: 18px;
}
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.active:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.hover-02:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.hover:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-2.active:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5.active:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a.star-5:hover:after,
.woocommerce-tabs .entry-content .comment-respond .comment-form span a:hover.star-1:after {
  content: '\f005';
}
.alert.woocommerce-message {
  margin-bottom: 20px;
}
.upsells {
  margin-bottom: 20px;
}
.upsells h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.alert ul.woocommerce-error {
  float: left;
  color: #E74C3C;
  font-weight: 300;
}
.alert ul.woocommerce-error strong {
  font-weight: 400;
}
.woocommerce input[type=radio],
.make-event input[type=radio] {
  display: none;
}
.woocommerce input[type="radio"] + label span,
.make-event input[type="radio"] + label span {
  margin-right: 5px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 4px 0 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  border: 1px solid #242424;
  cursor: pointer;
}
.woocommerce input[type="radio"] + label span:before,
.make-event input[type="radio"] + label span:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 1px;
  top: -7px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.woocommerce input[type="radio"]:checked + label span:before,
.make-event input[type="radio"]:checked + label span:before {
  opacity: 1;
}
.woocommerce input[type=checkbox],
.make-event input[type=checkbox] {
  display: none;
}
.woocommerce input[type=checkbox] + label span,
.make-event input[type=checkbox] + label span {
  margin-right: 5px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 4px 0 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  border: 1px solid #242424;
  cursor: pointer;
}
.woocommerce input[type=checkbox] + label span:before,
.make-event input[type=checkbox] + label span:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 1px;
  top: -7px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.woocommerce input[type=checkbox]:checked + label span:before,
.make-event input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.woocommerce strong,
.make-event strong,
.woocommerce label,
.make-event label {
  font-family: 'Roboto';
  font-weight: 300;
  cursor: pointer;
}
.woocommerce .login,
.make-event .login,
.woocommerce .checkout_coupon,
.make-event .checkout_coupon,
.woocommerce .lost_reset_password,
.make-event .lost_reset_password,
.woocommerce .checkout,
.make-event .checkout,
.woocommerce form.register,
.make-event form.register {
  padding: 15px;
  border: 1px solid #242424;
  margin-bottom: 20px;
}
.woocommerce .login input,
.make-event .login input,
.woocommerce .checkout_coupon input,
.make-event .checkout_coupon input,
.woocommerce .lost_reset_password input,
.make-event .lost_reset_password input,
.woocommerce .checkout input,
.make-event .checkout input,
.woocommerce form.register input,
.make-event form.register input,
.woocommerce .login textarea,
.make-event .login textarea,
.woocommerce .checkout_coupon textarea,
.make-event .checkout_coupon textarea,
.woocommerce .lost_reset_password textarea,
.make-event .lost_reset_password textarea,
.woocommerce .checkout textarea,
.make-event .checkout textarea,
.woocommerce form.register textarea,
.make-event form.register textarea {
  outline: none;
}
.woocommerce .login a.lost_password,
.make-event .login a.lost_password,
.woocommerce .checkout_coupon a.lost_password,
.make-event .checkout_coupon a.lost_password,
.woocommerce .lost_reset_password a.lost_password,
.make-event .lost_reset_password a.lost_password,
.woocommerce .checkout a.lost_password,
.make-event .checkout a.lost_password,
.woocommerce form.register a.lost_password,
.make-event form.register a.lost_password {
  line-height: 42px;
  color: #fff;
}
.woocommerce .login p,
.make-event .login p,
.woocommerce .checkout_coupon p,
.make-event .checkout_coupon p,
.woocommerce .lost_reset_password p,
.make-event .lost_reset_password p,
.woocommerce .checkout p,
.make-event .checkout p,
.woocommerce form.register p,
.make-event form.register p {
  font-weight: 400;
}
.woocommerce .login p:last-child,
.make-event .login p:last-child,
.woocommerce .checkout_coupon p:last-child,
.make-event .checkout_coupon p:last-child,
.woocommerce .lost_reset_password p:last-child,
.make-event .lost_reset_password p:last-child,
.woocommerce .checkout p:last-child,
.make-event .checkout p:last-child,
.woocommerce form.register p:last-child,
.make-event form.register p:last-child {
  margin-bottom: 0;
}
.woocommerce .login p input[type=text],
.make-event .login p input[type=text],
.woocommerce .checkout_coupon p input[type=text],
.make-event .checkout_coupon p input[type=text],
.woocommerce .lost_reset_password p input[type=text],
.make-event .lost_reset_password p input[type=text],
.woocommerce .checkout p input[type=text],
.make-event .checkout p input[type=text],
.woocommerce form.register p input[type=text],
.make-event form.register p input[type=text],
.woocommerce .login p input[type=password],
.make-event .login p input[type=password],
.woocommerce .checkout_coupon p input[type=password],
.make-event .checkout_coupon p input[type=password],
.woocommerce .lost_reset_password p input[type=password],
.make-event .lost_reset_password p input[type=password],
.woocommerce .checkout p input[type=password],
.make-event .checkout p input[type=password],
.woocommerce form.register p input[type=password],
.make-event form.register p input[type=password],
.woocommerce .login p input[type=email],
.make-event .login p input[type=email],
.woocommerce .checkout_coupon p input[type=email],
.make-event .checkout_coupon p input[type=email],
.woocommerce .lost_reset_password p input[type=email],
.make-event .lost_reset_password p input[type=email],
.woocommerce .checkout p input[type=email],
.make-event .checkout p input[type=email],
.woocommerce form.register p input[type=email],
.make-event form.register p input[type=email],
.woocommerce .login p textarea,
.make-event .login p textarea,
.woocommerce .checkout_coupon p textarea,
.make-event .checkout_coupon p textarea,
.woocommerce .lost_reset_password p textarea,
.make-event .lost_reset_password p textarea,
.woocommerce .checkout p textarea,
.make-event .checkout p textarea,
.woocommerce form.register p textarea,
.make-event form.register p textarea {
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 10px 15px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  color: #AFAFAF;
  font-family: 'Roboto';
  border: 1px solid #242424;
}
.woocommerce .login p label,
.make-event .login p label,
.woocommerce .checkout_coupon p label,
.make-event .checkout_coupon p label,
.woocommerce .lost_reset_password p label,
.make-event .lost_reset_password p label,
.woocommerce .checkout p label,
.make-event .checkout p label,
.woocommerce form.register p label,
.make-event form.register p label {
  font-weight: 400;
  margin-top: 10px;
  font-weight: 300;
  font-family: 'Roboto';
  margin-bottom: 5px;
}
.woocommerce .login input[type=submit],
.make-event .login input[type=submit],
.woocommerce .checkout_coupon input[type=submit],
.make-event .checkout_coupon input[type=submit],
.woocommerce .lost_reset_password input[type=submit],
.make-event .lost_reset_password input[type=submit],
.woocommerce .checkout input[type=submit],
.make-event .checkout input[type=submit],
.woocommerce form.register input[type=submit],
.make-event form.register input[type=submit] {
  background: rgba(142, 68, 173, 0.99);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 20px;
  float: left;
  width: auto;
  color: #fff;
  border: none;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce .login input[type=submit]:hover,
.make-event .login input[type=submit]:hover,
.woocommerce .checkout_coupon input[type=submit]:hover,
.make-event .checkout_coupon input[type=submit]:hover,
.woocommerce .lost_reset_password input[type=submit]:hover,
.make-event .lost_reset_password input[type=submit]:hover,
.woocommerce .checkout input[type=submit]:hover,
.make-event .checkout input[type=submit]:hover,
.woocommerce form.register input[type=submit]:hover,
.make-event form.register input[type=submit]:hover {
  color: rgba(142, 68, 173, 0.99);
  background: #DDD;
}
.woocommerce input[type=text],
.make-event input[type=text],
.woocommerce input[type=password],
.make-event input[type=password],
.woocommerce select,
.make-event select,
.woocommerce textarea,
.make-event textarea {
  display: block;
}
.woocommerce #customer_details,
.make-event #customer_details {
  margin-bottom: 20px;
}
.woocommerce .checkout,
.make-event .checkout {
  border: none;
  padding: 0;
}
.woocommerce .checkout h3,
.make-event .checkout h3 {
  color: #cecece;
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #242424;
}
.woocommerce .checkout #shiptobilling,
.make-event .checkout #shiptobilling {
  float: right;
  position: relative;
  top: -5px;
}
.woocommerce .checkout #shiptobilling .checkbox,
.make-event .checkout #shiptobilling .checkbox {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  color: #8d9095;
  font-size: 12px;
  margin-bottom: 7px;
}
.woocommerce .checkout .checkbox,
.make-event .checkout .checkbox {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  color: #8d9095;
  font-size: 14px;
  margin-bottom: 6px;
  margin-left: 5px;
}
.woocommerce .checkout tfoot,
.make-event .checkout tfoot,
.woocommerce .checkout tbody,
.make-event .checkout tbody {
  text-align: center !important;
}
.woocommerce .checkout button[type=submit],
.make-event .checkout button[type=submit] {
  position: relative;
  border: none;
}
.woocommerce .checkout button[type=submit] i,
.make-event .checkout button[type=submit] i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin-right: 0;
  width: 30px;
  text-align: center;
  line-height: 42px;
  background: rgba(14, 14, 14, 0.3);
}
.woocommerce .check-box-img,
.make-event .check-box-img {
  margin-top: -3px;
  margin-right: 5px;
}
.woocommerce .check-text,
.make-event .check-text {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  color: #8d9095;
  font-size: 14px;
  margin-bottom: 7px;
}
.woocommerce .shipping_address,
.make-event .shipping_address,
.woocommerce .create-account,
.make-event .create-account {
  display: none;
}
.woocommerce .shop_table,
.make-event .shop_table {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce .shop_table tr,
.make-event .shop_table tr {
  height: 40px;
  border-bottom: 1px solid #242424;
}
.woocommerce .shop_table tr th,
.make-event .shop_table tr th,
.woocommerce .shop_table tr td,
.make-event .shop_table tr td {
  font-size: 14px;
  color: #999999;
}
.woocommerce .shop_table thead tr td,
.make-event .shop_table thead tr td,
.woocommerce .shop_table thead tr th,
.make-event .shop_table thead tr th {
  color: #d5d5d5;
}
.woocommerce .shop_table thead tr th.product-remove,
.make-event .shop_table thead tr th.product-remove {
  background: none;
  border: none;
}
.woocommerce .shop_table.cart,
.make-event .shop_table.cart {
  border-bottom: none;
}
.woocommerce .shop_table.cart th,
.make-event .shop_table.cart th,
.woocommerce .shop_table.cart td,
.make-event .shop_table.cart td {
  font-weight: 300;
}
.woocommerce .shop_table.cart thead,
.make-event .shop_table.cart thead {
  border-bottom: none;
}
.woocommerce .shop_table.cart thead th,
.make-event .shop_table.cart thead th {
  text-align: center;
  line-height: 50px;
  background: #242424;
}
.woocommerce .shop_table.cart thead .product-price,
.make-event .shop_table.cart thead .product-price,
.woocommerce .shop_table.cart thead .product-subtotal,
.make-event .shop_table.cart thead .product-subtotal {
  background: rgba(14, 14, 14, 0.3);
}
.woocommerce .shop_table.cart tbody,
.make-event .shop_table.cart tbody {
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
}
.woocommerce .shop_table.cart tbody tr,
.make-event .shop_table.cart tbody tr {
  border-top: none;
}
.woocommerce .shop_table.cart tbody tr:last-child,
.make-event .shop_table.cart tbody tr:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.woocommerce .shop_table.cart .product-thumbnail,
.make-event .shop_table.cart .product-thumbnail {
  padding: 1.4%;
  width: 50%;
}
.woocommerce .shop_table.cart .product-thumbnail > a,
.make-event .shop_table.cart .product-thumbnail > a {
  width: 22%;
  margin-right: 5%;
  float: left;
  display: block;
}
.woocommerce .shop_table.cart .product-thumbnail > a img,
.make-event .shop_table.cart .product-thumbnail > a img {
  border: 1px solid #242424;
}
.woocommerce .shop_table.cart .product-thumbnail .product-info,
.make-event .shop_table.cart .product-thumbnail .product-info {
  width: 73%;
  float: left;
  margin-top: 7%;
}
.woocommerce .shop_table.cart .product-thumbnail .product-info a,
.make-event .shop_table.cart .product-thumbnail .product-info a {
  font-size: 16px;
  color: #909090;
}
.woocommerce .shop_table.cart .product-price,
.make-event .shop_table.cart .product-price,
.woocommerce .shop_table.cart .product-subtotal,
.make-event .shop_table.cart .product-subtotal {
  width: 14%;
  background: rgba(14, 14, 14, 0.3);
  text-align: center;
}
.woocommerce .shop_table.cart .product-price .amount,
.make-event .shop_table.cart .product-price .amount,
.woocommerce .shop_table.cart .product-subtotal .amount,
.make-event .shop_table.cart .product-subtotal .amount {
  font-size: 15px;
  color: #909090;
}
.woocommerce .shop_table.cart .product-quantity,
.make-event .shop_table.cart .product-quantity {
  width: 17%;
  text-align: center;
}
.woocommerce .shop_table.cart .product-quantity input,
.make-event .shop_table.cart .product-quantity input {
  display: inline-block;
}
.woocommerce .shop_table.cart .product-quantity .quantity,
.make-event .shop_table.cart .product-quantity .quantity {
  float: none;
}
.woocommerce .shop_table.cart .product-remove,
.make-event .shop_table.cart .product-remove {
  text-align: center;
  font-weight: 900;
}
.woocommerce .shop_table.cart .product-remove a,
.make-event .shop_table.cart .product-remove a {
  color: #909090;
}
.woocommerce #payment .payment_methods,
.make-event #payment .payment_methods,
.woocommerce #payment p,
.make-event #payment p {
  font-size: 14px;
  color: #8d9095;
  font-weight: 400;
  font-family: 'Roboto';
}
.woocommerce #payment .payment_methods p,
.make-event #payment .payment_methods p,
.woocommerce #payment p p,
.make-event #payment p p {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #999999;
}
.woocommerce #payment .payment_methods,
.make-event #payment .payment_methods {
  margin-bottom: 20px;
}
.woocommerce #payment input[type=submit],
.make-event #payment input[type=submit] {
  margin-top: 10px;
}
.woocommerce #payment .payment_box,
.make-event #payment .payment_box {
  background: #242424;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding: 0 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce #payment .payment_box p,
.make-event #payment .payment_box p {
  margin: 0;
}
.woocommerce #payment .active-box,
.make-event #payment .active-box {
  margin-bottom: 10px;
  height: auto;
  padding: 20px;
  opacity: 1;
  visibility: visible;
}
.woocommerce .coupon,
.make-event .coupon {
  padding: 20px;
  border: 1px solid #242424;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.woocommerce .coupon button[type=submit],
.make-event .coupon button[type=submit],
.woocommerce .coupon input[type=submit],
.make-event .coupon input[type=submit] {
  width: 25%;
  float: left;
  margin-right: 0 !important;
  outline: none;
  padding: 10px 15px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0);
  color: #e2e2e2;
  text-transform: capitalize;
  font-family: 'Roboto';
  border: 1px solid #242424;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce .coupon button[type=submit] i,
.make-event .coupon button[type=submit] i,
.woocommerce .coupon input[type=submit] i,
.make-event .coupon input[type=submit] i {
  margin-right: 5px;
  font-size: 12px;
}
.woocommerce .coupon input[type=submit],
.make-event .coupon input[type=submit],
.woocommerce .coupon input.input-text,
.make-event .coupon input.input-text {
  outline: none;
}
.woocommerce .coupon input.input-text,
.make-event .coupon input.input-text {
  width: 100%;
  margin-right: 5%;
  width: 70%;
  float: left;
  outline: none;
  padding: 10px 15px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  color: #AFAFAF;
  font-family: 'Roboto';
  border: 1px solid #242424;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce .coupon input.input-text#calc_shipping_postcode,
.make-event .coupon input.input-text#calc_shipping_postcode {
  margin-right: 0;
}
.woocommerce .cart-totals-container,
.make-event .cart-totals-container {
  border: 1px solid #242424;
}
.woocommerce .cart-totals-container .cart_totals,
.make-event .cart-totals-container .cart_totals {
  border-bottom: 1px solid #242424;
}
.woocommerce .cart-totals-container .cart_totals h2,
.make-event .cart-totals-container .cart_totals h2 {
  font-size: 16px !important;
  margin: 0px;
  padding: 15px 20px !important;
  border: none !important;
  border-bottom: 1px solid #242424 !important;
}
.woocommerce .cart-totals-container .cart_totals table,
.make-event .cart-totals-container .cart_totals table {
  width: 90%;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce .cart-totals-container .cart_totals table th,
.make-event .cart-totals-container .cart_totals table th,
.woocommerce .cart-totals-container .cart_totals table td,
.make-event .cart-totals-container .cart_totals table td {
  font-size: 14px;
  font-weight: 400;
  color: #cecece;
  font-family: 'Roboto';
  line-height: 40px;
}
.woocommerce .cart-totals-container .cart_totals table th strong,
.make-event .cart-totals-container .cart_totals table th strong,
.woocommerce .cart-totals-container .cart_totals table td strong,
.make-event .cart-totals-container .cart_totals table td strong {
  font-size: 14px;
  font-weight: 400;
  color: #cecece;
  line-height: 30px;
}
.woocommerce .cart-totals-container .cart_totals table td,
.make-event .cart-totals-container .cart_totals table td {
  text-align: right;
}
.woocommerce .cart-totals-container .cart_totals table th,
.make-event .cart-totals-container .cart_totals table th {
  text-align: left;
}
.woocommerce .cart-totals-container input,
.make-event .cart-totals-container input {
  outline: none;
}
.woocommerce .cart-totals-container input.checkout-button,
.make-event .cart-totals-container input.checkout-button {
  background: rgba(142, 68, 173, 0.99);
}
.woocommerce .cart-totals-container > button,
.make-event .cart-totals-container > button {
  margin-bottom: 0;
  outline: none;
  width: 43%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 15px 15px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0);
  color: #e2e2e2;
  text-transform: capitalize;
  font-family: 'Roboto';
  border: 1px solid #242424;
}
.woocommerce .cart-totals-container > button i,
.make-event .cart-totals-container > button i {
  margin-right: 5px;
}
.woocommerce .cart-totals-container > button.checkout-button,
.make-event .cart-totals-container > button.checkout-button {
  color: #fff;
  width: 42%;
  text-align: left;
  padding-right: 35px;
  position: relative;
  background: rgba(142, 68, 173, 0.99);
}
.woocommerce .cart-totals-container > button.checkout-button i,
.make-event .cart-totals-container > button.checkout-button i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin-right: 0;
  width: 30px;
  text-align: center;
  line-height: 50px;
  background: rgba(14, 14, 14, 0.3);
}
.woocommerce .shipping-calculator-form-nohide,
.make-event .shipping-calculator-form-nohide {
  padding: 20px;
  border: 1px solid #242424;
  margin-bottom: 20px;
}
.woocommerce .shipping-calculator-form-nohide input.input-text,
.make-event .shipping-calculator-form-nohide input.input-text {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  outline: none;
  padding: 10px 15px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  color: #AFAFAF;
  font-family: 'Roboto';
  border: 1px solid #242424;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce .shipping-calculator-form-nohide input.input-text#calc_shipping_postcode,
.make-event .shipping-calculator-form-nohide input.input-text#calc_shipping_postcode {
  margin-right: 0;
}
.woocommerce .shipping-calculator-form-nohide p,
.make-event .shipping-calculator-form-nohide p {
  margin-bottom: 0;
}
.woocommerce .shipping-calculator-form-nohide button[type=submit],
.make-event .shipping-calculator-form-nohide button[type=submit] {
  margin-bottom: 0;
  outline: none;
  padding: 14px 15px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  color: #AFAFAF;
  text-transform: capitalize;
  border: 1px solid #242424;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce .shipping-calculator-form-nohide button[type=submit] i,
.make-event .shipping-calculator-form-nohide button[type=submit] i {
  font-size: 12px;
  margin-right: 5px;
}
.make-event label > span {
  margin-left: 20px !important;
}
.breadcrumbs-shop {
  padding: 80px 0 60px 0;
  background: url('../img/content/shop/bc-01.jpg') no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.breadcrumbs-shop h1.breadcrumbs-shop-title {
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
  font-size: 35px;
}
.breadcrumbs-shop a.breadcrumbs-shop-btn {
  text-align: center;
  display: inline-block;
  background: url('../img/content/shop/arrow-a-bd.png') no-repeat 90% center;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-weight: 300;
  font-family: 'Roboto';
  font-size: 20px;
  border-radius: 5px;
  padding-right: 50px;
}
.breadcrumbs-shop a.breadcrumbs-shop-btn:hover {
  background: url('../img/content/shop/arrow-a-bd.png') no-repeat 90% center, rgba(255, 255, 255, 0.2);
}
.shop-category {
  border-radius: 5px;
  background: #f8f8f8;
  overflow: hidden;
  margin-bottom: 20px;
}
.shop-category img {
  width: 100%;
}
.shop-category h1 {
  margin-top: 50px;
}
.shop-category p {
  margin-bottom: 20px;
}
.shop-category a {
  margin-bottom: 30px;
  display: block;
  float: left;
  padding: 2px 25px 2px 0;
}
.shop-category.women h1 {
  color: #ed4dae;
}
.shop-category.women a {
  color: #ed4dae;
  background: url('../img/content/shop/w-arrow.png') no-repeat right top;
}
.shop-category.man h1 {
  color: rgba(142, 68, 173, 0.99);
}
.shop-category.man a {
  color: rgba(142, 68, 173, 0.99);
  background: url('../img/content/shop/m-arrow.png') no-repeat right top;
}
.woo-prod-review {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
}
.woo-prod-review img {
  width: 100%;
}
.woo-prod-review h1 {
  font-size: 28px;
  color: #262223;
  margin-bottom: 5px;
  margin-top: 25px;
}
.woo-prod-review h2 {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
}
.woo-prod-review p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #474747;
  font-weight: 300;
}
.woo-prod-review a {
  margin-bottom: 25px;
}
#customer_login .login {
  border-radius: 0;
  padding: 10px;
}
#customer_login h2 {
  color: #cecece;
  font-size: 18px;
  margin-top: 0;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
#customer_login label {
  font-size: 12px;
  color: #8d9095;
  font-weight: 400;
  font-family: 'Roboto';
}
#customer_login form > p {
  margin-bottom: 20px;
}
#customer_login form > p:last-child {
  margin-bottom: 0;
}
#customer_login input[type=submit] {
  margin-right: 8px;
  margin-bottom: 0;
}
#customer_login a.lost_password {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Roboto';
}
#customer_login .register {
  padding: 10px;
}
#customer_login .register input {
  margin-bottom: 0;
}
#customer_login input[type=checkbox] + label span {
  top: 0;
}
.woocommerce-social ul {
  margin-bottom: 0;
}
.woocommerce-social li {
  margin-bottom: 20px;
}
.woocommerce-social li a {
  color: #6e6e6e;
  padding: 15px;
  padding-left: 55px;
  font-size: 12px;
  border: 1px solid #6e6e6e;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.woocommerce-social li a i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 40px;
  height: 100%;
  line-height: 50px;
  border-right: 1px solid #6e6e6e;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce-social li a:hover {
  border: 1px solid #d1d1d1;
  color: #d1d1d1;
}
.woocommerce-social li a:hover i {
  border-color: #d1d1d1;
}
.cart-collaterals .woocommerce-content-box h2 {
  font-size: 16px !important;
  margin: 0px;
  padding: 15px 20px !important;
  border: 1px solid #242424 !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.login input[type=checkbox]:checked + label span:before {
  top: -5px;
}
.login input[type=checkbox] + label span:before {
  top: -5px;
}
@media (max-width: 1030px) {
  .woocommerce .cart-totals-container > button.checkout-button,
  .woocommerce .cart-totals-container > button {
    margin-left: 20px;
    width: 90%;
  }
  .woocommerce .cart-totals-container > button.checkout-button {
    margin-top: 0;
  }
  .woocommerce .cart-totals-container .cart_totals table {
    width: 90%;
  }
  .woocommerce .shipping-calculator-form-nohide input.input-text {
    width: 100%;
  }
  .woocommerce .coupon input.input-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .woocommerce .shop_table.cart .product-quantity input {
    width: 100%;
  }
  .woocommerce .coupon button[type=submit],
  .woocommerce .coupon input[type=submit] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .woocommerce-tabs > .nav {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .woocommerce-tabs .entry-content {
    width: 100%;
    float: none;
  }
  .woocommerce-tabs .entry-content .comment_container > img {
    width: 80px;
    float: none;
    margin-bottom: 10px;
  }
  .woocommerce-tabs .entry-content .comment_container > .comment-text {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .woocommerce .shop_table.cart .product-thumbnail > a {
    width: 30%;
  }
  .woocommerce .shop_table.cart .product-thumbnail .product-info {
    width: 65%;
    margin-top: 0;
  }
  .woocommerce .shop_table.cart .product-thumbnail .product-info a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .woocommerce .cart-totals-container > button.checkout-button,
  .woocommerce .cart-totals-container > button,
  .woocommerce .cart-totals-container .cart_totals table {
    width: 83%;
  }
}
@media (max-width: 330px) {
  .woocommerce .shop_table.cart .product-thumbnail .product-info {
    display: none;
  }
  .woocommerce .shop_table.cart .product-thumbnail > a {
    width: 90%;
    margin: 5%;
  }
}
.contact-container {
  background: #242424;
  padding: 20px;
}
.contact-container hr {
  border-color: #3A3A3A;
}
.contact-container ul.list-inline {
  margin-bottom: 0;
}
.contact-container ul.list-inline li {
  color: #a1a1a1;
  font-size: 12px;
}
.contact-container ul.list-inline li i {
  margin-right: 5px;
  color: #929292;
}
.contact-container #map-canvas {
  margin-bottom: 20px;
}
.contact-container #map-canvas img {
  max-width: initial;
}
.comment-respond {
  margin-top: 55px;
}
.comment-respond form {
  margin-bottom: 3%;
}
.comment-respond form input {
  width: 100%;
  margin-top: 2%;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  background: transparent;
  color: #afafaf;
  font-family: 'Roboto';
  border: 1px solid #242424;
}
.comment-respond > h3 {
  margin-bottom: 25px;
  font-size: 21px;
}
.comment-respond > h3 p {
  margin-top: 5px;
}
.comment-respond > hr {
  margin-bottom: 25px;
}
.comment-respond form textarea {
  margin-top: 2%;
  width: 100%;
  border: 1px solid #242424;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  color: #afafaf;
  background: transparent;
  font-family: 'Roboto';
  min-height: 225px;
  margin-bottom: 20px;
}
.comment-respond form input[type=submit] {
  background: rgba(142, 68, 173, 0.99);
  font-family: 'Roboto';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 20px;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
}
.comment-respond form input[type=submit]:hover {
  color: rgba(142, 68, 173, 0.99);
  background: #DDD;
}
.events-container article {
  -webkit-perspective: 800px;
  perspective: 800px;
  margin-bottom: 20px;
}
.events-container article.col-sm-3 {
  margin-right: -0.5px;
}
.events-container article.col-sm-3 figure figcaption .min-info hr {
  display: none;
}
.events-container article.col-sm-3 figure figcaption .min-info .desc {
  display: none;
}
.events-container article.col-sm-3 figure .main-content > div .event-date {
  display: none;
}
.events-container article.col-sm-3 figure .main-content > div > p {
  display: none;
}
.events-container article.col-sm-3 figure .main-content > div > a {
  top: 0;
  margin-bottom: 10px;
}
.events-container article.col-sm-3 figure .main-content > div .details-event {
  margin-left: 0;
}
.events-container article figure {
  position: relative;
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.events-container article figure figcaption {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.events-container article figure figcaption .min-info {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  border-bottom: 5px solid rgba(142, 68, 173, 0.99);
  background: rgba(14, 14, 14, 0.7);
}
.events-container article figure figcaption .min-info p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 12px;
}
.events-container article figure figcaption .min-info h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.events-container article figure figcaption .min-info hr {
  display: inline-block;
  width: 35px;
  border-color: rgba(255, 255, 255, 0.3);
  margin: 6px 0 2px 0;
}
.events-container article figure figcaption .min-info .desc {
  width: 100%;
}
.events-container article figure figcaption .min-info .desc i {
  margin-right: 4px;
}
.events-container article figure figcaption .min-info .desc p {
  margin-right: 20px;
}
.events-container article figure figcaption .min-info .desc p:last-child {
  margin-right: 0;
}
.events-container article figure figcaption img {
  width: 100%;
}
.events-container article figure .main-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(14, 14, 14, 0.85);
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.events-container article figure .main-content h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.events-container article figure .main-content h4 a {
  color: #fff;
  font-size: 18px;
}
.events-container article figure .main-content hr {
  display: inline-block;
  width: 35px;
  border-color: rgba(255, 255, 255, 0.3);
  margin: 6px 0 2px 0;
}
.events-container article figure .main-content > div {
  width: 100%;
}
.events-container article figure .main-content > div > p {
  color: #fff;
  font-size: 14px;
}
.events-container article figure .main-content > div .event-date {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #020306;
  font-weight: 300;
  text-transform: uppercase;
  padding: 6px 0;
  background: #dddddd;
  margin: 5px 0 10px 0;
}
.events-container article figure .main-content > div > a {
  display: block;
  color: #fff;
  padding: 10px;
  background: rgba(142, 68, 173, 0.99);
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -10px;
}
.events-container article figure .main-content > div > a:hover {
  background: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
.events-container article figure .main-content > div .details-event {
  display: inline-block;
  margin-left: 20px;
}
.events-container article figure .main-content > div .details-event p {
  margin-bottom: 0;
  font-size: 12px;
}
.events-container article figure .main-content > div .details-event p i {
  margin-right: 3px;
}
.events-container article figure .main-content > div .details-event p:first-child {
  margin-bottom: 4px;
}
.events-container article:hover {
  z-index: 10;
}
.events-container article:hover figure {
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.events-container article:hover figure figcaption {
  z-index: -1;
}
.events-container article:hover figure figcaption .min-info {
  opacity: 0;
}
.events-container article:hover figure .main-content {
  opacity: 1;
}
article.simple-event {
  background: #242424;
  position: relative;
  margin-bottom: 20px;
}
article.simple-event:last-child {
  margin-bottom: 0;
}
article.simple-event .left {
  background: #383838;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  float: left;
  width: 82px;
  height: 100%;
}
article.simple-event .left span {
  margin-bottom: 4px;
  display: block;
  line-height: 18px;
}
article.simple-event .left span:last-child {
  margin-bottom: 0;
}
article.simple-event .right {
  padding: 20px;
  padding-left: 102px;
  padding-bottom: 10px;
  min-height: 82px;
}
article.simple-event .right > a {
  color: #FFF;
  display: block;
  padding: 8px 20px;
  background: rgba(142, 68, 173, 0.99);
  float: right;
  text-transform: capitalize;
  margin-top: 4px;
  min-width: 110px;
  text-align: center;
}
article.simple-event .right > a:hover {
  background: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
article.simple-event .right h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
article.simple-event .right h4 a {
  color: #fff;
}
article.simple-event .right h4 a:hover {
  color: rgba(142, 68, 173, 0.99);
}
article.simple-event .right p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  margin-right: 20px;
}
article.simple-event .right p:last-child {
  margin-right: 0;
}
article.simple-event .right p i {
  margin-right: 5px;
}
article.simple-event.end .right > a {
  background: #404040;
  cursor: not-allowed;
}
article.simple-event.end .right > a:hover {
  background: #404040;
  color: #fff;
}
article.event-article {
  margin-bottom: 20px;
}
article.event-article:last-child {
  margin-bottom: 0;
}
article.event-article figure {
  background: #242424;
}
article.event-article figure figcaption {
  width: 45%;
  float: left;
  position: relative;
}
article.event-article figure figcaption img {
  width: 100%;
}
article.event-article figure figcaption p {
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  font-weight: 300;
  padding: 15px;
  text-align: center;
  color: #f0f0f0;
  font-size: 18px;
  text-transform: uppercase;
  background: rgba(14, 14, 14, 0.5);
}
article.event-article figure .content {
  width: 55%;
  padding: 20px;
  float: left;
}
article.event-article figure .content h1 {
  margin: 0;
  margin-bottom: 15px;
  line-height: 25px;
  color: #eeeeee;
  font-size: 18px;
}
article.event-article figure .content h1 a {
  color: #eeeeee;
  font-size: 18px;
}
article.event-article figure .content .entry-tags h6 {
  text-transform: uppercase;
  color: #a1a1a1;
  float: left;
  margin: 4px;
  margin-right: 10px;
}
article.event-article figure .content .entry-tags ul {
  margin-bottom: 0;
}
article.event-article figure .content .entry-tags ul li {
  display: inline-block;
}
article.event-article figure .content .entry-tags ul li:after {
  content: '/';
  color: #7e7e7e;
  font-size: 12px;
  margin: 0 3px;
}
article.event-article figure .content .entry-tags ul li:last-child:after {
  display: none;
}
article.event-article figure .content .entry-tags ul li a {
  color: #7e7e7e;
  font-size: 12px;
}
article.event-article figure .content .entry-tags ul li a:hover {
  color: rgba(142, 68, 173, 0.99);
}
article.event-article figure .content .entry-meta {
  margin-bottom: 15px;
}
article.event-article figure .content .entry-meta span {
  margin-right: 20px;
}
article.event-article figure .content .entry-meta span:last-child {
  margin-right: 0;
}
article.event-article figure .content .entry-meta span a {
  font-size: 12px;
  color: #a1a1a1;
}
article.event-article figure .content .entry-meta span a:hover {
  color: rgba(142, 68, 173, 0.99);
}
article.event-article figure .content .entry-meta span i {
  margin-right: 4px;
}
article.event-article figure .content hr {
  border-color: #3a3a3a;
  margin-top: 15px;
  margin-bottom: 15px;
}
article.event-article figure .content .entry-content {
  margin-bottom: 15px;
}
article.event-article figure .content .entry-content p {
  line-height: 21px;
  color: #bcbcbc;
}
article.event-article figure .content > a {
  color: #fff;
  display: block;
  padding: 8px 20px;
  background: rgba(142, 68, 173, 0.99);
  float: left;
  text-transform: capitalize;
}
article.event-article figure .content > a:hover {
  background: #FFF;
  color: rgba(142, 68, 173, 0.99);
}
@media (max-width: 1030px) {
  .events-container article figure figcaption .min-info .desc,
  .events-container article figure figcaption .min-info hr,
  .events-container article figure .main-content .event-date,
  .events-container article figure .main-content > div > p {
    display: none;
  }
  .events-container article.col-sm-3 {
    width: 50%;
  }
  .events-container article figure .main-content > div > a {
    top: 0;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 50%;
  }
  .events-container article figure .main-content > div .details-event {
    display: block;
    margin-left: 0;
  }
  figure.event figcaption,
  figure.event .content {
    width: 100%;
    margin-left: 0;
  }
  figure.event figcaption {
    margin-bottom: 20px;
  }
  article.event-article figure figcaption {
    width: 100%;
    float: none;
  }
  article.event-article figure .content {
    width: 100%;
    padding: 20px;
    float: none;
  }
}
@media (max-width: 768px) {
  article.simple-event .left {
    width: 100%;
    background: #383838;
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    float: none;
    text-align: center;
  }
  article.simple-event .left span {
    margin-bottom: 4px;
    display: inline-block;
    line-height: 18px;
  }
  article.simple-event .left span:last-child {
    margin-bottom: 0;
  }
  article.simple-event .right {
    width: 100%;
    padding: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    min-height: 82px;
    float: left;
  }
  article.simple-event .right > a {
    color: #FFF;
    padding: 8px 20px;
    background: rgba(142, 68, 173, 0.99);
    float: none;
    text-transform: capitalize;
    margin-top: 4px;
    min-width: 110px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  article.simple-event .right > a:hover {
    background: #DDD;
    color: rgba(142, 68, 173, 0.99);
  }
  article.simple-event .right h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  article.simple-event .right h4 a {
    color: #fff;
  }
  article.simple-event .right h4 a:hover {
    color: rgba(142, 68, 173, 0.99);
  }
  article.simple-event .right p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    margin-right: 20px;
  }
  article.simple-event .right p:last-child {
    margin-right: 0;
  }
  article.simple-event .right p i {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .events-container article,
  .events-container article.col-sm-3 {
    width: 100%;
  }
  .categories-portfolio {
    text-align: left !important;
  }
  .categories-portfolio ul li {
    margin-right: 0px !important;
    margin-bottom: 5px;
  }
}
.ablums-posts-right article {
  background: #1c1c1c;
  border: 1px solid #242424;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.ablums-posts-right article:last-child {
  margin-bottom: 0;
}
.ablums-posts-right article .left {
  float: left;
  width: 50%;
  padding: 20px;
}
.ablums-posts-right article .left figure {
  width: 30%;
  float: left;
}
.ablums-posts-right article .left figure figcaption img {
  width: 100%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.ablums-posts-right article .left figure h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #a1a1a1;
}
.ablums-posts-right article .left figure ul {
  margin-bottom: 0;
}
.ablums-posts-right article .left figure ul li {
  display: inline-block;
}
.ablums-posts-right article .left figure ul li:after {
  content: '/';
  color: #7e7e7e;
  font-size: 12px;
  margin: 0 3px;
}
.ablums-posts-right article .left figure ul li:last-child:after {
  display: none;
}
.ablums-posts-right article .left figure ul li a {
  color: #7e7e7e;
  font-size: 12px;
}
.ablums-posts-right article .left figure ul li a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.ablums-posts-right article .left .content {
  float: left;
  width: 70%;
  padding-left: 20px;
}
.ablums-posts-right article .left .content h4 {
  margin-top: 0;
}
.ablums-posts-right article .left .content h4 a {
  color: #fff;
  text-transform: capitalize;
}
.ablums-posts-right article .left .content > a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  color: #fff;
  font-size: 10px;
  border: 1px solid rgba(142, 68, 173, 0.99);
}
.ablums-posts-right article .left .content > a:hover {
  background: #DDD;
  border-color: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
.ablums-posts-right article .right {
  width: 50%;
  float: left;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #505050;
}
.ablums-posts-right article .right::-webkit-scrollbar {
  width: 4px;
  background: #505050;
}
.ablums-posts-right article .right::-webkit-scrollbar-thumb {
  background: #0e0e0e;
  width: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #505050;
  -moz-box-shadow: inset 0 0 0 1px #505050;
  box-shadow: inset 0 0 0 1px #505050;
}
.ablums-posts-right article .right .minimal-player ul li .additional-buttons,
.ablums-posts-right article .right .minimal-player ul li:hover .additional-buttons {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ablums-posts-right article .right .minimal-player ul li .additional-buttons {
  -webkit-transform: translateY(-48px);
  -moz-transform: translateY(-48px);
  -o-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  transform: translateY(-48px);
  border-right: none;
  border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
}
.ablums-posts-right article .right .minimal-player ul li:hover .additional-buttons {
  -webkit-transform: translateY(-42px);
  -moz-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  transform: translateY(-42px);
}
.ablums-posts-right article .right .minimal-player ul li:first-child .additional-buttons {
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -o-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
  border-right: none;
  border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
}
.ablums-posts-right article .right .minimal-player ul li:first-child:hover .additional-buttons {
  -webkit-transform: translateY(42px);
  -moz-transform: translateY(42px);
  -o-transform: translateY(42px);
  -ms-transform: translateY(42px);
  transform: translateY(42px);
}
.ablums-posts-right article .right .minimal-player ul li .additional-buttons a {
  background: #101010 !important;
}
.ablums-posts-bottom article {
  position: relative;
  margin-right: -1px;
  margin-bottom: 20px;
}
.ablums-posts-bottom article:last-child {
  margin-bottom: 0;
}
.ablums-posts-bottom article .left {
  background: #1c1c1c;
  border: 1px solid #242424;
  width: 100%;
  padding: 20px;
}
.ablums-posts-bottom article .left figure {
  width: 30%;
  float: left;
}
.ablums-posts-bottom article .left figure figcaption img {
  width: 100%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.ablums-posts-bottom article .left figure h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #a1a1a1;
}
.ablums-posts-bottom article .left figure ul {
  margin-bottom: 0;
}
.ablums-posts-bottom article .left figure ul li {
  display: inline-block;
}
.ablums-posts-bottom article .left figure ul li:after {
  content: '/';
  color: #7e7e7e;
  font-size: 12px;
  margin: 0 3px;
}
.ablums-posts-bottom article .left figure ul li:last-child:after {
  display: none;
}
.ablums-posts-bottom article .left figure ul li a {
  color: #7e7e7e;
  font-size: 12px;
}
.ablums-posts-bottom article .left figure ul li a:hover {
  color: rgba(142, 68, 173, 0.99);
}
.ablums-posts-bottom article .left .content {
  float: left;
  width: 70%;
  padding-left: 20px;
}
.ablums-posts-bottom article .left .content h4 {
  margin-top: 0;
}
.ablums-posts-bottom article .left .content h4 a {
  color: #fff;
  text-transform: capitalize;
}
.ablums-posts-bottom article .left .content > a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  color: #fff;
  font-size: 10px;
  border: 1px solid rgba(142, 68, 173, 0.99);
}
.ablums-posts-bottom article .left .content > a:hover {
  background: #DDD;
  border-color: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
.ablums-posts-bottom article .right {
  width: 100%;
  float: left;
  overflow-x: hidden;
  right: 0;
  top: 0;
  height: 167px;
}
.ablums-posts-bottom article .right::-webkit-scrollbar {
  width: 4px;
  background: #505050;
}
.ablums-posts-bottom article .right::-webkit-scrollbar-thumb {
  background: #0e0e0e;
  width: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #505050;
  -moz-box-shadow: inset 0 0 0 1px #505050;
  box-shadow: inset 0 0 0 1px #505050;
}
.ablums-posts-bottom article .right .minimal-player ul li .additional-buttons,
.ablums-posts-bottom article .right .minimal-player ul li:hover .additional-buttons {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ablums-posts-bottom article .right .minimal-player ul li .additional-buttons {
  -webkit-transform: translateY(-48px);
  -moz-transform: translateY(-48px);
  -o-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  transform: translateY(-48px);
  border-right: none;
  border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
}
.ablums-posts-bottom article .right .minimal-player ul li:hover .additional-buttons {
  -webkit-transform: translateY(-42px);
  -moz-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  transform: translateY(-42px);
}
.ablums-posts-bottom article .right .minimal-player ul li:first-child .additional-buttons {
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -o-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
  border-right: none;
  border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
}
.ablums-posts-bottom article .right .minimal-player ul li:first-child:hover .additional-buttons {
  -webkit-transform: translateY(42px);
  -moz-transform: translateY(42px);
  -o-transform: translateY(42px);
  -ms-transform: translateY(42px);
  transform: translateY(42px);
}
.ablums-posts-bottom article .right .minimal-player ul li .additional-buttons a {
  background: #101010 !important;
}
.owl-albums .owl-controls {
  position: absolute;
  top: -75px;
  right: 10px;
}
.owl-albums .owl-controls .owl-dots {
  display: none !important;
}
.owl-albums .owl-controls .owl-nav div {
  background: transparent !important;
  padding: 0 0px !important;
}
.owl-albums .owl-controls .owl-nav div i {
  font-size: 18px;
  color: #5e5e5e;
}
.rating {
  width: 77px;
  position: relative;
  margin-bottom: 5px;
}
.rating .full {
  position: absolute;
  overflow: hidden;
  height: 20px;
  color: #3d724c;
}
.rating .empty {
  position: relative;
  width: 100%;
  color: #3d724c;
}
@media (max-width: 1030px) {
  .ablums-posts-right article .left {
    float: none;
    width: 100%;
  }
  .ablums-posts-right article .right {
    float: none;
    width: 100%;
    position: relative;
    height: 188px;
  }
}
/* Isotope */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@-moz-document url-prefix() {
  .content-container:hover .filter-container {
    overflow: inherit !important;
  }
}
.albums-container article,
.videos-container article,
.photos-container article,
.artists-container article {
  -webkit-perspective: 800px;
  perspective: 800px;
  cursor: pointer;
  margin-bottom: 20px;
}
.albums-container article.col-sm-3,
.videos-container article.col-sm-3,
.photos-container article.col-sm-3,
.artists-container article.col-sm-3 {
  margin-right: -0.5px;
}
.albums-container article.col-sm-2,
.videos-container article.col-sm-2,
.photos-container article.col-sm-2,
.artists-container article.col-sm-2 {
  margin-right: -0.5px;
}
.albums-container article figure,
.videos-container article figure,
.photos-container article figure,
.artists-container article figure {
  border: 3px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.albums-container article figure figcaption .desc,
.videos-container article figure figcaption .desc,
.photos-container article figure figcaption .desc,
.artists-container article figure figcaption .desc {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(14, 14, 14, 0.85);
}
.albums-container article figure figcaption .desc.gradient,
.videos-container article figure figcaption .desc.gradient,
.photos-container article figure figcaption .desc.gradient,
.artists-container article figure figcaption .desc.gradient {
  background: rgba(13, 13, 13, 0.425);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(14, 14, 14, 0.85)));
  background: -webkit-linear-gradient(top, transparent, rgba(14, 14, 14, 0.85));
  background: -moz-linear-gradient(top, transparent, rgba(14, 14, 14, 0.85));
  background: -o-linear-gradient(top, transparent, rgba(14, 14, 14, 0.85));
  background: linear-gradient(to bottom, transparent, rgba(14, 14, 14, 0.85));
}
.albums-container article figure figcaption .desc h5,
.videos-container article figure figcaption .desc h5,
.photos-container article figure figcaption .desc h5,
.artists-container article figure figcaption .desc h5 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #ededed;
}
.albums-container article figure figcaption .desc h6,
.videos-container article figure figcaption .desc h6,
.photos-container article figure figcaption .desc h6,
.artists-container article figure figcaption .desc h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 10px;
  color: #b4b4b4;
  text-transform: uppercase;
}
.albums-container article figure figcaption img,
.videos-container article figure figcaption img,
.photos-container article figure figcaption img,
.artists-container article figure figcaption img {
  width: 100%;
}
.albums-container article figure .back-face,
.videos-container article figure .back-face,
.photos-container article figure .back-face,
.artists-container article figure .back-face {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  background: rgba(142, 68, 173, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.albums-container article figure .back-face h5,
.videos-container article figure .back-face h5,
.photos-container article figure .back-face h5,
.artists-container article figure .back-face h5 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #ededed;
}
.albums-container article figure .back-face h6,
.videos-container article figure .back-face h6,
.photos-container article figure .back-face h6,
.artists-container article figure .back-face h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 10px;
  color: #b4b4b4;
  text-transform: uppercase;
}
.albums-container article figure .back-face > i,
.videos-container article figure .back-face > i,
.photos-container article figure .back-face > i,
.artists-container article figure .back-face > i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  color: #fff;
}
.albums-container article:hover figure,
.videos-container article:hover figure,
.photos-container article:hover figure,
.artists-container article:hover figure {
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.albums-container article:hover figure figcaption .desc,
.videos-container article:hover figure figcaption .desc,
.photos-container article:hover figure figcaption .desc,
.artists-container article:hover figure figcaption .desc {
  opacity: 0;
  visibility: hidden;
}
.albums-container article:hover .back-face,
.videos-container article:hover .back-face,
.photos-container article:hover .back-face,
.artists-container article:hover .back-face {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 480px) {
  .albums-container article,
  .videos-container article,
  .photos-container article,
  .artists-container article {
    width: 100%;
  }
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #ffffff;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #ffffff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #ffffff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #ffffff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v2.0.0
 */
/* clearfix */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 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-outer {
  position: relative;
  overflow: hidden;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  /* temporary fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-controls .owl-nav div,
.owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../img/owl-video-play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition-property: scale;
  transition-duration: 100ms;
  transition-timing-function: ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-loaded {
  display: block;
}
.owl-loading {
  opacity: 0;
  display: block;
}
.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  max-height:194px;
  max-width:160px;
}
/* If mouseDrag:false then you are able to select text */
.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 . img.owl-lazy {
  opacity: 0;
}
.owl-carousel .owl-item img {
  opacity: 1;
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: ease;
}
/* to do */
.owl-carousel .owl-stage.backfacefix .owl-item {
  -webkit-backface-visibility: hidden;
}
.owl-rtl {
  direction: rtl;
}
.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* animate */
.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-animated-in {
  z-index: 0;
}
.owl-animated-out {
  z-index: 1;
}
.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;
  }
}
/* 
 * 	Default theme - Owl Carousel CSS File
 *	v2.0.0
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div {
  color: #FFF;
  display: inline-block;
  margin: 5px;
  padding: 4px 7px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  cursor: pointer;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover {
  text-decoration: none;
}
/* Styling dots*/
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.owl-theme .owl-dots .owl-dot.active span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 100% !important;
  margin-bottom: 20px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #242424;
  border-top: 1px solid #242424;
  background: #191919;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.chosen-container.chosen-with-drop .chosen-drop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  border: 1px solid #242424;
  background-color: transparent;
  color: #AFAFAF;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/shop/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  width: 38px;
  text-align: center;
  line-height: 38px;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  border-left: 1px solid #242424;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.chosen-container-single .chosen-single div b:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: '\f107';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 15px 16px;
  white-space: nowrap;
  border-bottom: 1px solid #242424;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px !important;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  outline: 0;
  border: 1px solid #242424 !important;
  color: #AFAFAF;
  background: #ffffff url('../img/shop/chosen-sprite.png') no-repeat 100% -20px !important;
  background: url('../img/shop/chosen-sprite.png') no-repeat 100% -20px !important;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 184px;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 15px 15px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  border-bottom: 1px solid #242424;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.chosen-container .chosen-results li:last-child {
  border-bottom: 0;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #ededed;
  color: #191919;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/shop/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: '\f106';
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('../img/shop/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/shop/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../img/shop/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.nicescroll-rails {
  width: 4px !important;
  background: #505050 !important;
  padding: 1px !important;
  padding: 0 !important;
}
.nicescroll-rails > div {
  background: #0e0e0e !important;
  width: 4px !important;
  -webkit-box-shadow: inset 0 0 0 1px #505050;
  -moz-box-shadow: inset 0 0 0 1px #505050;
  box-shadow: inset 0 0 0 1px #505050;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.social-list ul li {
  float: left;
  margin-right: 15px;
}
.social-list ul li a {
  display: block;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.social-list ul li a i {
  width: 25px;
  height: 25px;
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social-list ul li a:hover {
  background: rgba(142, 68, 173, 0.99);
}
.social-list ul li a:hover i {
  color: #fff;
}
.social-list ul li:last-child {
  margin-right: 0;
}
.social-list.right ul li {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.social-list.right ul li:first-child {
  margin-left: 0;
}
.underline-bg {
  width: 100%;
  background: #242424;
  height: 2px;
  position: relative;
  margin-top: 15px;
  z-index: 0;
  margin-bottom: 20px;
}
.underline-bg .underline {
  height: 2px;
  width: 45px;
  background: rgba(142, 68, 173, 0.99);
  position: relative;
  z-index: 99;
}
.categories-portfolio {
  text-align: right;
}
.categories-portfolio ul {
  display: inline-block;
  margin-bottom: 0;
}
.categories-portfolio ul li {
  display: inline-block;
  margin-top: 2px;
  margin-right: 4px;
}
.categories-portfolio ul li a {
  cursor: pointer;
  padding: 4px 10px;
  color: #ededed;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-transform: capitalize;
}
.categories-portfolio ul li a:hover {
  background: rgba(142, 68, 173, 0.99);
}
.minimal-player,
.playlist-content {
  width: 100%;
}
.minimal-player ul,
.playlist-content ul {
  width: 100%;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.minimal-player ul li,
.playlist-content ul li {
  width: 100%;
  position: relative;
  background: #242424;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.minimal-player ul li:last-child,
.playlist-content ul li:last-child {
  border-bottom: none;
}
.minimal-player ul li .additional-buttons,
.playlist-content ul li .additional-buttons {
  position: absolute;
  text-align: center;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  visibility: hidden;
  opacity: 0;
  z-index: 15;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.minimal-player ul li .additional-buttons a,
.playlist-content ul li .additional-buttons a {
  width: 30px;
  height: 41px;
  display: block;
  float: left;
  text-align: center;
  line-height: 42px;
  background: #242424;
  color: rgba(255, 255, 255, 0.3);
}
.minimal-player ul li .additional-buttons a:hover,
.playlist-content ul li .additional-buttons a:hover {
  color: #fff;
}
.minimal-player ul li > a,
.playlist-content ul li > a {
  top: 0;
  left: 0;
  position: absolute;
  width: 40px;
  text-align: center;
  line-height: 42px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  z-index: 10;
}
.minimal-player ul li > a i,
.playlist-content ul li > a i {
  color: rgba(255, 255, 255, 0.3);
}
.minimal-player ul li .time-bar,
.playlist-content ul li .time-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 40px;
  width: 100%;
}
.minimal-player ul li .time-bar span,
.playlist-content ul li .time-bar span {
  position: relative;
  float: left;
  height: 100%;
  background: rgba(142, 68, 173, 0.8);
}
.minimal-player ul li .name > p,
.playlist-content ul li .name > p {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 5;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  padding: 12px;
  padding-left: 62px;
  padding-right: 55px;
  word-spacing: 2px;
  margin-bottom: 0;
}
.minimal-player ul li time,
.playlist-content ul li time {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 15px;
  line-height: 40px;
  font-size: 12px;
}
.minimal-player ul li:hover,
.playlist-content ul li:hover {
  background: #101010;
}
.minimal-player ul li:hover > a,
.playlist-content ul li:hover > a {
  background: rgba(142, 68, 173, 0.99);
}
.minimal-player ul li:hover > a i,
.playlist-content ul li:hover > a i {
  color: #fff;
}
.minimal-player ul li:hover time,
.playlist-content ul li:hover time {
  color: #fff;
}
.minimal-player ul li:hover .additional-buttons,
.playlist-content ul li:hover .additional-buttons {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  opacity: 1;
}
.minimal-player ul li.active,
.playlist-content ul li.active {
  border-color: rgba(142, 68, 173, 0.99);
}
.minimal-player ul li.active > a,
.playlist-content ul li.active > a {
  background: rgba(142, 68, 173, 0.99);
  border-right: 1px solid rgba(142, 68, 173, 0.99);
}
.minimal-player ul li.active > a i,
.playlist-content ul li.active > a i {
  color: #fff;
}
.minimal-player ul li.active > a i:before,
.playlist-content ul li.active > a i:before {
  content: '\f04c';
}
.minimal-player ul li.active time,
.playlist-content ul li.active time {
  color: #fff;
  cursor: col-resize;
}
.minimal-player ul li.active .name > p,
.playlist-content ul li.active .name > p {
  cursor: col-resize;
}
.minimal-player ul li.active .additional-buttons a,
.playlist-content ul li.active .additional-buttons a {
  height: 42px;
}
.playlist-content ul li .additional-buttons,
.playlist-content .minimal-player ul li:hover .additional-buttons {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.playlist-content ul li .additional-buttons {
  -webkit-transform: translateY(-48px);
  -moz-transform: translateY(-48px);
  -o-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  transform: translateY(-48px);
  border-right: none;
  border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
}
.playlist-content ul li:hover .additional-buttons {
  -webkit-transform: translateY(-42px);
  -moz-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  transform: translateY(-42px);
}
.playlist-content ul li:first-child .additional-buttons {
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -o-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
  border-right: none;
  border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
}
.playlist-content ul li:first-child:hover .additional-buttons {
  -webkit-transform: translateY(42px);
  -moz-transform: translateY(42px);
  -o-transform: translateY(42px);
  -ms-transform: translateY(42px);
  transform: translateY(42px);
}
.playlist-content ul li .additional-buttons a {
  background: #101010 !important;
}
.base-player {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 51px;
  border-top: 2px solid rgba(142, 68, 173, 0.99);
  background: rgba(14, 14, 14, 0.3);
}
.base-player .content-base-player {
  background: #191919;
  height: 49px;
  position: relative;
}
.base-player .content-base-player .buttons {
  width: 84px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.base-player .content-base-player .buttons .navigation {
  width: 35px;
  position: relative;
  float: left;
}
.base-player .content-base-player .buttons .navigation a {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 8px;
  cursor: pointer;
}
.base-player .content-base-player .buttons .navigation a.next {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  height: 25px;
}
.base-player .content-base-player .buttons .navigation a:hover {
  background: #050505;
}
.base-player .content-base-player .buttons .play-pause {
  display: block;
  width: 49px;
  height: 49px;
  background: #050505;
  color: #fff;
  text-align: center;
  line-height: 49px;
  float: left;
  font-size: 16px;
  cursor: pointer;
}
.base-player .content-base-player .buttons .play-pause i:before {
  content: '\f04b';
}
.base-player .content-base-player .buttons .play-pause.pause {
  background: rgba(142, 68, 173, 0.99);
}
.base-player .content-base-player .buttons .play-pause.pause i:before {
  content: '\f04c';
}
.base-player .content-base-player .sound-informations {
  width: 220px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 84px;
  padding: 12px 15px;
  border-right: 1px solid rgba(142, 68, 173, 0.99);
  z-index: 2;
}
.base-player .content-base-player .sound-informations figure figcaption {
  width: 25px;
  float: left;
  margin-right: 10px;
}
.base-player .content-base-player .sound-informations figure figcaption img {
  width: 100%;
}
.base-player .content-base-player .sound-informations figure > span {
  text-transform: uppercase;
  width: 100%;
  display: block;
  line-height: 12px;
}
.base-player .content-base-player .sound-informations figure > span.author {
  font-size: 10px;
  color: #9a9a9a;
}
.base-player .content-base-player .sound-informations figure > span.song-name {
  color: #e6e6e6;
  font-size: 12px;
}
.base-player .content-base-player .sound-bar-container {
  position: relative;
  width: 100%;
  padding-left: 304px;
  padding-right: 50px;
}
.base-player .content-base-player .sound-bar-container .sound-bar-content {
  cursor: col-resize;
  position: relative;
}
.base-player .content-base-player .sound-bar-container .sound-bar-content span.progress-sound {
  display: block;
  position: absolute;
  height: 49px;
  background: rgba(142, 68, 173, 0.8);
  left: 0;
  top: 0;
}
.base-player .content-base-player .sound-bar-container .content {
  height: 49px;
  color: #fff;
  position: relative;
  padding: 17px 10px;
  font-size: 12px;
  line-height: 13px;
}
.base-player .content-base-player .sound-bar-container .content time {
  float: left;
}
.base-player .content-base-player .sound-bar-container .content span.sound-name {
  float: right;
}
.base-player .content-base-player .sound-bar-container .content .additional-buttons {
  float: right;
}
.base-player .content-base-player .sound-bar-container .content .additional-buttons a {
  margin-left: 10px;
  color: #9b9b9b;
  font-size: 14px;
}
.base-player .content-base-player .sound-bar-container .content .additional-buttons a:hover {
  color: #fff;
}
.base-player .content-base-player .playlist .button-playlist {
  cursor: pointer;
  background: rgba(142, 68, 173, 0.99);
  width: 50px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-align: center;
  padding: 17px 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.base-player .content-base-player .playlist .button-playlist span {
  width: 20px;
  position: relative;
  display: block;
  height: 3px;
  background: #fff;
  margin-bottom: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.base-player .content-base-player .playlist .button-playlist span.last {
  margin-bottom: 0;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px;
}
.base-player .content-base-player .playlist .button-playlist span.first {
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
.base-player .content-base-player .playlist .button-playlist span.middle {
  opacity: 0;
}
.base-player .content-base-player .playlist .button-playlist.collapsed {
  background: #050505;
}
.base-player .content-base-player .playlist .button-playlist.collapsed span {
  background: #9b9b9b;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  top: 0 !important;
}
.base-player .content-base-player .playlist .button-playlist.collapsed span.middle {
  opacity: 1;
}
.base-player .content-base-player .playlist .playlist-container {
  position: absolute;
  top: 49px;
  right: 0;
  width: 280px;
  overflow-x: hidden;
  height: 180px !important;
  background: #191919;
  z-index: 99;
  display: block !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.base-player .content-base-player .playlist .playlist-container::-webkit-scrollbar {
  width: 4px;
  background: #505050;
}
.base-player .content-base-player .playlist .playlist-container::-webkit-scrollbar-thumb {
  background: #0e0e0e;
  width: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #505050;
  -moz-box-shadow: inset 0 0 0 1px #505050;
  box-shadow: inset 0 0 0 1px #505050;
}
.base-player .content-base-player .playlist .playlist-container.collapse.in {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.base-player .content-base-player .playlist .playlist-container.collapse {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.base-player.combine-player {
  margin-bottom: 0;
  margin-top: -51px;
  z-index: 98;
}
.base-player.combine-player .content-base-player .playlist .playlist-container {
  top: auto;
  bottom: 51px;
}
.base-player.combine-player .content-base-player .playlist .playlist-container.collapse {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.base-player.combine-player .content-base-player .playlist .playlist-container.collapse.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.full-title {
  background: rgba(14, 14, 14, 0.5);
  padding: 20px 0 20px 0;
}
.full-title h1,
.full-title h2,
.full-title h3,
.full-title h4,
.full-title h5,
.full-title h6 {
  margin: 0;
}
figure.feature {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: -125px;
  text-align: center;
}
figure.feature .bg-feature {
  position: absolute;
  width: 100%;
  left: 0;
  height: 102%;
  background: rgba(142, 68, 173, 0.99);
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.feature .container-feature {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
figure.feature .container-feature .content-feature {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  padding: 10%;
  background: rgba(142, 68, 173, 0.8);
  text-align: center;
}
figure.feature .container-feature .content-feature i {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}
figure.feature .container-feature .content-feature h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}
figure.feature figcaption {
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.feature figcaption img {
  width: 100%;
}
figure.feature:hover .bg-feature {
  left: -10px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
figure.feature:hover .container-feature,
figure.feature:hover figcaption {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.owl-events-albums .owl-controls {
  display: none;
}
.owl-events-albums .owl-stage-outer {
  overflow: inherit;
}
.owl-events-albums.center-items .owl-stage {
  text-align: center;
  width: 100% !important;
}
.owl-events-albums.center-items .owl-item {
  float: none;
  display: inline-block;
  text-align: left;
}
.top-events-albums {
  width: 100%;
  position: relative;
  border-bottom: 5px solid rgba(142, 68, 173, 0.99);
}
.top-events-albums .events-albums {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-events-albums .events-albums ul {
  margin-bottom: 0;
  padding: 30px 15px;
}
.top-events-albums .events-albums ul li {
  -webkit-perspective: 800px;
  perspective: 800px;
}
.top-events-albums .events-albums ul li figure {
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-events-albums .events-albums ul li figure figcaption {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-events-albums .events-albums ul li figure figcaption > img {
  border: 3px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
.top-events-albums .events-albums ul li figure figcaption .specification {
  position: absolute;
  bottom: 30px;
  left: 10px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-events-albums .events-albums ul li figure figcaption .specification .row-widget {
  width: 100%;
  display: block;
  position: relative;
}
.top-events-albums .events-albums ul li figure figcaption .specification .type {
  background: rgba(14, 14, 14, 0.3);
  padding: 6px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  margin-bottom: 1px;
  display: inline-block;
}
.top-events-albums .events-albums ul li figure figcaption .specification .title-author {
  background: rgba(14, 14, 14, 0.5);
  padding: 13px 17px;
  display: inline-block;
}
.top-events-albums .events-albums ul li figure figcaption .specification .title-author h4 {
  color: #ececec;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
.top-events-albums .events-albums ul li figure figcaption .specification .title-author h5 {
  color: #afafaf;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
.top-events-albums .events-albums ul li figure .main-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(142, 68, 173, 0.8);
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.top-events-albums .events-albums ul li figure .main-content h3 {
  margin-top: 0;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}
.top-events-albums .events-albums ul li figure .main-content hr {
  display: inline-block;
  width: 35px;
  border-color: rgba(255, 255, 255, 0.3);
  margin: 5px 0;
}
.top-events-albums .events-albums ul li figure .main-content p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}
.top-events-albums .events-albums ul li figure .main-content .date {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #020306;
  font-weight: 300;
  text-transform: uppercase;
  padding: 5px 0;
  background: #dddddd;
  margin: 0 0 5px 0;
}
.top-events-albums .events-albums ul li figure .main-content > a {
  display: block;
  padding: 8px 10px;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  background: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
.top-events-albums .events-albums ul li:hover figure {
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.top-events-albums .events-albums ul li:hover figure figcaption .specification {
  opacity: 0;
}
.top-events-albums .events-albums ul li:hover figure .main-content {
  opacity: 1;
}
.top-events-albums .hide-top-events-albums {
  position: absolute;
  width: 25px;
  height: 20px;
  line-height: 14px;
  text-align: center;
  bottom: -25px;
  left: 50%;
  margin-left: -12.5px;
  cursor: pointer;
  background: rgba(142, 68, 173, 0.99);
}
.top-events-albums .hide-top-events-albums i {
  margin-left: -1px;
}
.top-events-albums .hide-top-events-albums i:before {
  font-size: 10px;
  content: '\f077';
  color: rgba(255, 255, 255, 0.8);
}
.top-events-albums .hide-top-events-albums.collapsed i:before {
  content: '\f078';
}
.revolutionSliderContainer {
  margin-top: -30px;
}
body.top-slider .revolutionSliderContainer {
  margin-top: 0px;
}
@media (max-width: 1030px) {
  .revolutionSliderContainer {
    margin-top: -30px;
  }
  body.top-slider .revolutionSliderContainer {
    margin-top: -30px;
  }
  .minimal-player ul li .additional-buttons,
  .minimal-player ul li:hover .additional-buttons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .minimal-player ul li .additional-buttons {
    -webkit-transform: translateY(-48px);
    -moz-transform: translateY(-48px);
    -o-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px);
    border-right: none;
    border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
  }
  .minimal-player ul li:hover .additional-buttons {
    -webkit-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -o-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    transform: translateY(-42px);
  }
  .minimal-player ul li:first-child .additional-buttons {
    -webkit-transform: translateY(48px);
    -moz-transform: translateY(48px);
    -o-transform: translateY(48px);
    -ms-transform: translateY(48px);
    transform: translateY(48px);
    border-right: none;
    border-bottom: 1px solid solid rgba(255, 255, 255, 0.05);
  }
  .minimal-player ul li:first-child:hover .additional-buttons {
    -webkit-transform: translateY(42px);
    -moz-transform: translateY(42px);
    -o-transform: translateY(42px);
    -ms-transform: translateY(42px);
    transform: translateY(42px);
  }
  .minimal-player ul li .additional-buttons a {
    background: #101010 !important;
  }
  figure.feature .container-feature .content-feature {
    padding: 7%;
  }
  figure.feature .container-feature .content-feature i {
    margin-bottom: 0px;
  }
  figure.feature .container-feature .content-feature h4 {
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .base-player .content-base-player .sound-informations {
    width: 160px;
  }
  .base-player .content-base-player .sound-bar-container {
    padding-left: 244px;
  }
  .base-player .content-base-player .sound-informations figure > span.song-name {
    font-size: 10px;
  }
  .base-player .content-base-player .sound-informations figure > span.author {
    font-size: 8px;
  }
  figure.feature {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .base-player .content-base-player .sound-informations figure > span {
    display: none;
  }
  .base-player .content-base-player .sound-informations {
    width: 55px;
  }
  .base-player .content-base-player .sound-bar-container {
    padding-left: 139px;
  }
  .base-player .content-base-player .playlist .playlist-container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .base-player .content-base-player .sound-bar-container .content span.sound-name {
    display: none;
  }
}
body.light-layout .head-container .menu .navbar .navbar-collapse .nav li a {
  border-color: rgba(0, 0, 0, 0.1);
}
body.light-layout .comment-container .comments > li .right-section table > tbody > tr > td:nth-child(2n) {
  background: #e2e2e2;
}
body.light-layout .comment-container .comments > li .right-section table * {
  border-color: #e2e2e2;
}
body.light-layout .post-article table > tbody > tr > td:nth-child(2n) {
  background: #e2e2e2;
}
body.light-layout .post-article table * {
  border-color: #e2e2e2;
}
body.light-layout .post-article table > thead > tr > th {
  background: transparent;
}
body.light-layout blockquote {
  background: #e2e2e2;
}
body.light-layout .post-article input {
  border-color: #e2e2e2;
}
body.light-layout .widget_product_search button[type=submit],
body.light-layout .widget_product_search input[type=submit] {
  background: #e2e2e2;
}
body.light-layout .widget_product_search form:hover button[type=submit],
body.light-layout .widget_product_search form:hover input[type=submit] {
  background: rgba(142, 68, 173, 0.99);
}
body.light-layout .widget select {
  background: #e2e2e2;
  border-color: #c5c5c5;
}
body.light-layout .widget_archive ul li {
  border-color: #e2e2e2;
}
body.light-layout .widget_archive ul li:hover {
  color: #909090;
}
body.light-layout .widget_archive ul li:hover a {
  color: #909090;
}
body.light-layout .widget_categories ul li {
  border-color: #e2e2e2;
}
body.light-layout .widget_categories ul li:hover {
  color: #909090;
}
body.light-layout .widget_categories ul li:hover a {
  color: #909090;
}
body.light-layout .widget_pages ul li {
  border-color: #e2e2e2;
}
body.light-layout .widget_pages ul li:hover {
  color: #909090;
}
body.light-layout .widget_pages ul li:hover a {
  color: #909090;
}
body.light-layout .widget_nav_menu ul li {
  border-color: #e2e2e2;
}
body.light-layout .widget_nav_menu ul li:hover {
  color: #909090;
}
body.light-layout .widget_nav_menu ul li:hover a {
  color: #909090;
}
body.light-layout .owl-event-widget {
  background: rgba(255, 255, 255, 0.6);
}
body.light-layout .owl-event-widget figure {
  border: none !important;
}
body.light-layout .owl-event-widget figure figcaption img {
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}
body.light-layout .owl-event-widget figure ul.timer li p {
  border-color: #80645e !important;
  color: #26221d !important;
}
body.light-layout .owl-event-widget figure ul.timer li span {
  color: #26221d !important;
}
body.light-layout .owl-event-widget figure ul.timer li {
  border-color: #80645e !important;
}
body.light-layout .owl-event-widget figure > section > div p {
  color: #26221d !important;
}
body.light-layout .owl-event-widget .owl-nav {
  background: rgba(255, 255, 255, 0.6);
}
body.light-layout .owl-event-widget .owl-nav > div i {
  color: #000;
}
body.light-layout .owl-event-widget .owl-nav > div.owl-next {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
body.light-layout hr {
  border-color: #e2e2e2;
}
body.light-layout .event-widget-countdown figure {
  background: transparent;
  border: 1px solid #e2e2e2;
}
body.light-layout .event-widget-countdown figure ul.timer li,
body.light-layout .event-widget-countdown figure p,
body.light-layout .event-widget-countdown figure span {
  border-color: #e2e2e2 !important;
  color: #787878 !important;
}
body.light-layout .base-player .content-base-player .sound-bar-container .content .additional-buttons a:hover {
  color: #000;
}
body.light-layout .comment-container h1.title-comments {
  color: #939393;
}
body.light-layout h1,
body.light-layout h2,
body.light-layout h3,
body.light-layout h4,
body.light-layout h5,
body.light-layout h6,
body.light-layout .h1,
body.light-layout .h2,
body.light-layout .h3,
body.light-layout .h4,
body.light-layout .h5,
body.light-layout .h6 {
  color: #939393;
}
body.light-layout .nicescroll-rails {
  background: rgba(0, 0, 0, 0.1) !important;
}
body.light-layout .nicescroll-rails > div {
  background: #0e0e0e !important;
  width: 4px !important;
  -webkit-box-shadow: inset 0 0 0 1px #505050;
  -moz-box-shadow: inset 0 0 0 1px #505050;
  box-shadow: inset 0 0 0 1px #505050;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
body.light-layout .ablums-posts-right article {
  background: transparent;
  border: 1px solid #E2E2E2;
}
body.light-layout .ablums-posts-right article .left figure figcaption img {
  border: 3px solid rgba(0, 0, 0, 0.1);
}
body.light-layout .ablums-posts-right article .left .content > a {
  color: #717171;
}
body.light-layout .ablums-posts-right article .left .content > a:hover {
  color: rgba(142, 68, 173, 0.99);
}
body.light-layout .ablums-posts-right article .left .content h4 a {
  color: #525252;
}
body.light-layout .ablums-posts-right article .right .minimal-player ul li .additional-buttons {
  border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
}
body.light-layout .ablums-posts-right article .right .minimal-player ul li:first-child .additional-buttons {
  border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
}
body.light-layout .ablums-posts-right article .right .minimal-player ul li:hover > a i {
  color: #fff;
}
body.light-layout .ablums-posts-right article .right .minimal-player ul li .additional-buttons a {
  background: #c4c4c4 !important;
}
body.light-layout .ablums-posts-right article .right .minimal-player ul li .additional-buttons a:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.light-layout .ablums-posts-right article .right .minimal-player ul li.active > a i {
  color: #fff !important;
}
body.light-layout .ablums-posts-bottom article .left {
  background: transparent;
  border: 1px solid #e2e2e2;
}
body.light-layout .ablums-posts-bottom article .left figure figcaption img {
  border: 3px solid rgba(0, 0, 0, 0.1);
}
body.light-layout .ablums-posts-bottom article .left .content > a {
  color: #717171;
}
body.light-layout .ablums-posts-bottom article .left .content > a:hover {
  color: rgba(142, 68, 173, 0.99);
}
body.light-layout .ablums-posts-bottom article .left .content h4 a {
  color: #525252;
}
body.light-layout .ablums-posts-bottom article .right .minimal-player ul li .additional-buttons {
  border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
}
body.light-layout .ablums-posts-bottom article .right .minimal-player ul li:first-child .additional-buttons {
  border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
}
body.light-layout .ablums-posts-bottom article .right .minimal-player ul li:hover > a i {
  color: #fff;
}
body.light-layout .ablums-posts-bottom article .right .minimal-player ul li .additional-buttons a {
  background: #c4c4c4 !important;
}
body.light-layout .ablums-posts-bottom article .right .minimal-player ul li .additional-buttons a:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.light-layout .ablums-posts-bottom article .right .minimal-player ul li.active > a i {
  color: #fff !important;
}
body.light-layout .post-article {
  background: transparent;
  border: 1px solid #e2e2e2;
}
body.light-layout .post-article .thumbnail-article figure figcaption img {
  border: 3px solid rgba(0, 0, 0, 0.1);
}
body.light-layout .post-article .content-article h1 a {
  color: #525252;
}
body.light-layout .post-article .content-article h1 .dropdown a {
  color: #fff;
  display: none;
}
body.light-layout .post-article .content-article hr {
  border-color: #e2e2e2;
}
body.light-layout .post-article .content-article p {
  color: #717171;
}
body.light-layout .post-article .content-article .entry-meta span i {
  color: #a1a1a1;
}
body.light-layout .post-article.format-image-post-type .content-article {
  background: transparent;
}
body.light-layout .post-article.single-post .thumbnail-article figure {
  background: transparent;
}
body.light-layout .post-article.single-post .content-event-article {
  background: transparent;
}
body.light-layout .post-article.single-post .content-album-article {
  background: transparent;
  display: none;
}
body.light-layout .post-article.single-post .content-album-article .left figure figcaption .controls {
  background: rgba(241, 241, 241, 0.7);
}
body.light-layout .post-article.single-post .content-album-article .left figure figcaption .controls > nav ul li i {
  color: #484848;
}
body.light-layout .post-article.single-post .content-album-article .left figure figcaption .controls .rating .full i {
  color: #484848;
}
body.light-layout .post-article.single-post .content-album-article .left figure figcaption .controls .rating .empty i {
  color: #484848;
}
body.light-layout .post-article.single-post .content-album-article .right .minimal-player ul li .additional-buttons {
  border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
}
body.light-layout .post-article.single-post .content-album-article .right .minimal-player ul li:first-child .additional-buttons {
  border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
}
body.light-layout .post-article.single-post .content-album-article .right .minimal-player ul li:hover > a i {
  color: #fff;
}
body.light-layout .post-article.single-post .content-album-article .right .minimal-player ul li .additional-buttons a {
  background: #c4c4c4 !important;
}
body.light-layout .post-article.single-post .content-album-article .right .minimal-player ul li .additional-buttons a:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.light-layout .post-article.single-post .content-album-article .right .minimal-player ul li.active > a i {
  color: #fff !important;
}
body.light-layout .post-article.single-post.event-02 .content-article,
body.light-layout .post-article.single-post.album-02 .content-article {
  border: 1px solid transparent;
}
body.light-layout .post-article.single-post .content-article {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}
body.light-layout .comment-container .comments li .left-section img {
  border: 3px solid #e2e2e2;
}
body.light-layout .comment-container .comments li .right-section h1 a {
  color: #5e5e5e;
}
body.light-layout .comment-container .comments li .right-section .replay p.time-comment {
  color: #444;
}
body.light-layout .comment-container .comments li .right-section .replay a.comment-reply-link {
  color: #444;
}
body.light-layout .comment-respond .comment-form .comment-form-inputs li input {
  border: 1px solid #e2e2e2;
}
body.light-layout .comment-respond .comment-form textarea {
  border: 1px solid #e2e2e2;
}
body.light-layout .breadcrumb-container {
  background: rgba(241, 241, 241, 0.3);
}
body.light-layout .breadcrumb-container .nav-posts {
  background: rgba(241, 241, 241, 0.3);
}
body.light-layout .breadcrumb-container .nav-posts i {
  color: rgba(0, 0, 0, 0.9);
}
body.light-layout .breadcrumb-container .nav-posts.canceled:hover {
  background: rgba(241, 241, 241, 0.3);
}
body.light-layout .breadcrumb-container .nav-posts.canceled:hover i {
  color: rgba(0, 0, 0, 0.9);
}
body.light-layout .breadcrumb-container .nav-posts:hover {
  background: rgba(142, 68, 173, 0.99);
}
body.light-layout .breadcrumb-container .nav-posts:hover i {
  color: #fff;
}
body.light-layout .breadcrumb-container > h1 {
  color: #151515;
  font-weight:bold;
}
body.light-layout .breadcrumb-container .breadcrumb li {
  color: #151515;
}
body.light-layout .breadcrumb-container .breadcrumb li a {
  color: #151515;
}
body.light-layout .breadcrumb-container .breadcrumb li:before {
  color: #151515;
}
body.light-layout .error-404 p {
  color: #fff;
}
body.light-layout .chosen-container .chosen-drop {
  border: 1px solid transparent;
  border-top: 1px solid transparent;
  background: #e2e2e2;
}
body.light-layout .chosen-container-single .chosen-single {
  border: 1px solid #eee;
}
body.light-layout .chosen-container-single .chosen-single div {
  border-left: 1px solid #eee;
}
body.light-layout .chosen-container-single .chosen-search {
  border-bottom: 1px solid #eee;
}
body.light-layout .chosen-container-single .chosen-search input[type="text"] {
  border: 1px solid #eee !important;
  margin-bottom: 0;
}
body.light-layout .chosen-container .chosen-results li {
  border-bottom: 1px solid transparent;
}
body.light-layout .social-list ul li a {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
body.light-layout .social-list ul li a i {
  color: rgba(0, 0, 0, 0.3);
}
body.light-layout .social-list ul li a:hover {
  border-color: rgba(142, 68, 173, 0.99);
  background: rgba(142, 68, 173, 0.99);
}
body.light-layout .social-list ul li a:hover i {
  color: #fff;
}
body.light-layout .categories-portfolio ul li a {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
body.light-layout .minimal-player ul li,
body.light-layout .playlist-content ul li {
  background: #e2e2e2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body.light-layout .minimal-player ul li .additional-buttons,
body.light-layout .playlist-content ul li .additional-buttons {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
body.light-layout .minimal-player ul li .additional-buttons a,
body.light-layout .playlist-content ul li .additional-buttons a {
  background: #e2e2e2;
  color: rgba(0, 0, 0, 0.3);
}
body.light-layout .minimal-player ul li .additional-buttons a:hover,
body.light-layout .playlist-content ul li .additional-buttons a:hover {
  color: rgba(0, 0, 0, 0.8);
}
body.light-layout .minimal-player ul li > a,
body.light-layout .playlist-content ul li > a {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
body.light-layout .minimal-player ul li > a i,
body.light-layout .playlist-content ul li > a i {
  color: rgba(0, 0, 0, 0.3);
}
body.light-layout .minimal-player ul li .name > p,
body.light-layout .playlist-content ul li .name > p {
  color: rgba(0, 0, 0, 0.9);
}
body.light-layout .minimal-player ul li.active > a i,
body.light-layout .playlist-content ul li.active > a i,
body.light-layout .minimal-player ul li:hover > a i,
body.light-layout .playlist-content ul li:hover > a i {
  color: #fff;
}
body.light-layout .minimal-player ul li time,
body.light-layout .playlist-content ul li time {
  color: rgba(0, 0, 0, 0.3);
}
body.light-layout .minimal-player ul li:hover,
body.light-layout .playlist-content ul li:hover {
  background: rgba(0, 0, 0, 0.2);
}
body.light-layout .playlist-content ul li .additional-buttons {
  border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
}
body.light-layout .playlist-content ul li:first-child .additional-buttons {
  border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
}
body.light-layout .base-player {
  background: rgba(241, 241, 241, 0.3);
}
body.light-layout .base-player .content-base-player {
  background: rgba(255, 255, 255, 0.9);
}
body.light-layout .base-player .content-base-player .buttons .navigation a {
  color: #868583;
}
body.light-layout .base-player .content-base-player .buttons .navigation a.next {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body.light-layout .base-player .content-base-player .buttons .navigation a:hover {
  background: #E2E2E2;
  color: #5a5a5a;
}
body.light-layout .base-player .content-base-player .buttons .play-pause {
  background: #E2E2E2;
  color: #5a5a5a;
}
body.light-layout .base-player .content-base-player .buttons .play-pause.pause {
  background: rgba(142, 68, 173, 0.99);
  color: #fff;
}
body.light-layout .base-player .content-base-player .sound-informations figure span.author {
  color: #525252;
}
body.light-layout .base-player .content-base-player .sound-informations figure span.song-name {
  color: #929292;
}
body.light-layout .base-player .content-base-player .playlist .playlist-container {
  background: #dadada;
}
body.light-layout .base-player .content-base-player .sound-bar-container .content time {
  color: #525252;
}
body.light-layout .base-player .content-base-player .sound-bar-container .content span.sound-name {
  color: #525252;
}
body.light-layout .base-player .content-base-player .playlist .button-playlist {
  background: rgba(142, 68, 173, 0.99);
}
body.light-layout .base-player .content-base-player .playlist .button-playlist span {
  background: #fff;
}
body.light-layout .base-player .content-base-player .playlist .button-playlist.collapsed {
  background: #E2E2E2;
}
body.light-layout .base-player .content-base-player .playlist .button-playlist.collapsed span {
  background: #5a5a5a;
}
body.light-layout .base-player .content-base-player .playlist .playlist-container {
  top: auto;
  bottom: 51px;
  background: rgba(241, 241, 241, 0.7);
}
body.light-layout .base-player .content-base-player .playlist .playlist-container.collapse.in {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.light-layout .base-player .content-base-player .playlist .playlist-container.collapse {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
body.light-layout .base-player .content-base-player .playlist .playlist-container .playlist-content {
  background: rgba(255, 255, 255, 0.9);
}
body.light-layout .base-player .content-base-player .playlist .playlist-container .playlist-content ul li {
  background: transparent;
}
body.light-layout .base-player .content-base-player .playlist .playlist-container .playlist-content ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
body.light-layout .base-player .content-base-player .playlist .playlist-container .playlist-content ul li:hover > a i {
  color: #fff;
}
body.light-layout .base-player .content-base-player .playlist .playlist-container .playlist-content ul li .additional-buttons a {
  background: #c4c4c4 !important;
}
body.light-layout .base-player .content-base-player .playlist .playlist-container .playlist-content ul li .additional-buttons a:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.light-layout .base-player .content-base-player .playlist .playlist-container .playlist-content ul li.active > a i {
  color: #fff !important;
}
body.light-layout .full-title {
  background: rgba(241, 241, 241, 0.5);
}
body.light-layout .underline-bg {
  background: #ebebeb;
}
body.light-layout .top-events-albums .events-albums {
  background: rgba(0, 0, 0, 0.4);
}
body.light-layout .top-events-albums .events-albums ul li figure figcaption > img {
  border: 3px solid rgba(0, 0, 0, 0.5);
}
body.light-layout .top-events-albums .events-albums ul li figure figcaption .specification .type {
  background: rgba(241, 241, 241, 0.3);
}
body.light-layout .top-events-albums .events-albums ul li figure figcaption .specification .title-author {
  background: rgba(241, 241, 241, 0.5);
}
body.light-layout .top-events-albums .events-albums ul li figure figcaption .specification .title-author h5 {
  color: #e7e7e7;
}
body.light-layout .top-events-albums .events-albums ul li figure .main-content hr {
  border-color: rgba(0, 0, 0, 0.3);
}
body.light-layout .contact-container {
  background: transparent;
  border: 1px solid #e2e2e2;
}
body.light-layout .content-container {
  background: rgba(241, 241, 241, 0.3);
}
body.light-layout .content-container .content-container-inner {
  background: #FCFCFC;
}
body.light-layout article.simple-event {
  background: transparent;
}
body.light-layout article.event-article figure {
  background: transparent;
  border: 1px solid #e2e2e2;
}
body.light-layout article.event-article figure figcaption p {
  background: rgba(241, 241, 241, 0.5);
}
body.light-layout article.event-article figure .content hr {
  border-color: #e2e2e2;
}
body.light-layout .footer > section {
  background: rgba(241, 241, 241, 0.85);
}
body.light-layout .albums-container article figure,
body.light-layout .videos-container article figure,
body.light-layout .photos-container article figure,
body.light-layout .artists-container article figure {
  border: 3px solid #e2e2e2;
}
body.light-layout .menu {
  background: rgba(255, 255, 255, 0.9);
}
body.light-layout .menu .navbar .navbar-collapse .nav li a {
  color: #242424;
}
body.light-layout .menu .navbar .navbar-collapse .nav li a:hover {
  background: #dadada;
}
body.light-layout .menu .navbar .navbar-collapse .nav li.active {
  color: #242424;
}
body.light-layout .menu .navbar .navbar-collapse .nav li.active > a {
  background: red;
  color: black;
}
body.light-layout .menu .navbar .navbar-collapse .nav li .sub-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.light-layout .menu .navbar .navbar-collapse .nav li .sub-menu li a {
  background: rgba(241, 241, 241, 0.7);
  color: #484746;
}
body.light-layout .menu .navbar .navbar-collapse .nav li .sub-menu li a:hover {
  background: rgba(142, 68, 173, 0.99);
  color: #fff;
}
body.light-layout .menu .navbar .navbar-form button {
  background: #dadada;
}
body.light-layout .menu .navbar .navbar-form input[type=text] {
  background: rgba(0, 0, 0, 0.1);
  color: #242424;
}
body.light-layout .menu .navbar .navbar-form input[type=text]::-webkit-input-placeholder {
  color: #242424;
}
body.light-layout .menu .navbar .navbar-form:hover button {
  background: rgba(142, 68, 173, 0.99);
}
body.light-layout .menu .navbar .my-cart-link {
  background: #DADADA;
}
body.light-layout .menu .navbar .my-cart-link i {
  color: #4e4e4e;
}
body.light-layout .header {
  background: rgba(255, 255, 255, 0.8);
}
body.light-layout body {
  color: #717171;
}
body.light-layout body p {
  color: #717171;
}
body.light-layout .default-list li a:hover {
  border-color: #2b2b2b;
}
body.light-layout .widget .tagcloud a {
  color: #787878;
  border-color: #E2E2E2;
}
body.light-layout .widget .tagcloud a:hover {
  color: #000;
}
body.light-layout .footer .widget .tagcloud a {
  border-color: #979797;
}
body.light-layout .footer .widget .tagcloud a:hover {
  color: #000;
}
body.light-layout article.event-article figure .content h1 a {
  color: #939393;
}
body.light-layout .album-widget figure,
body.light-layout .single-event-widget figure {
  background: transparent;
  border: 1px solid #e2e2e2;
}
body.light-layout .album-widget .date,
body.light-layout .single-event-widget .date {
  background: #e2e2e2;
  color: #939393;
}
body.light-layout .album-widget figure > div p {
  color: #525252;
}
body.light-layout .event-widget figure {
  border: 1px solid #e2e2e2;
  background: transparent;
}
body.light-layout .event-widget figure ul.date li {
  border: 1px solid #e2e2e2;
  color: #787878;
}
body.light-layout .event-widget figure ul.timer li {
  border-color: #e2e2e2;
}
body.light-layout .event-widget figure ul.timer li p {
  border-color: #e2e2e2;
  color: #787878;
}
body.light-layout .event-widget figure ul.timer li span {
  color: #787878;
}
body.light-layout .widget_search .icon {
  background: transparent;
}
body.light-layout .widget_calendar {
  background: transparent;
}
body.light-layout .widget_calendar table tbody tr {
  border-bottom: 1px solid #dadada;
}
body.light-layout .widget_calendar table tbody td {
  border-right: 1px solid #dadada;
}
body.light-layout .widget_calendar table tfoot td {
  border-right: 1px solid #dadada;
}
body.light-layout .artist-widget figure {
  background: transparent;
  border: 1px solid #e2e2e2;
}
body.light-layout .artist-widget figure figcaption .artist-min-details {
  background: rgba(223, 223, 223, 0.425);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(241, 241, 241, 0.85)));
  background: -webkit-linear-gradient(top, transparent, rgba(241, 241, 241, 0.85));
  background: -moz-linear-gradient(top, transparent, rgba(241, 241, 241, 0.85));
  background: -o-linear-gradient(top, transparent, rgba(241, 241, 241, 0.85));
  background: linear-gradient(to bottom, transparent, rgba(241, 241, 241, 0.85));
}
body.light-layout .owl-albums .owl-controls .owl-nav div i {
  color: #e2e2e2;
}
body.light-layout .events-widget article {
  background: transparent;
  border: 1px solid #e2e2e2;
}
body.light-layout .events-widget article .left {
  background: #e2e2e2;
}
body.light-layout .events-widget article .left span {
  color: #939393;
}
body.light-layout .top-albums-widget article {
  background: transparent;
  border: 1px solid #e2e2e2;
}
body.light-layout .top-albums-widget article figure figcaption img {
  border: 3px solid rgba(0, 0, 0, 0.1);
}
body.light-layout .top-albums-widget article .content > a {
  color: #717171;
}
body.light-layout .top-albums-widget article .content > a:hover {
  color: rgba(142, 68, 173, 0.99);
}
body.light-layout .top-albums-widget article .content h4 a {
  color: #525252;
}
body.light-layout .widget_product_search button[type=submit] {
  background: #e2e2e2;
}
body.light-layout .widget_product_search input[type=text] {
  border-color: #e2e2e2;
  color: #939393;
}
body.light-layout .widget_product_search:hover button[type=submit] {
  background: rgba(142, 68, 173, 0.99);
}
body.light-layout .widget_product_search:hover input[type=text] {
  border-color: rgba(142, 68, 173, 0.99);
}
body.light-layout .widget_products ul.product_list_widget li,
body.light-layout .widget_recently_viewed_products ul.product_list_widget li,
body.light-layout .widget_recent_reviews ul.product_list_widget li,
body.light-layout .widget_top_rated_products ul.product_list_widget li {
  border-color: #e2e2e2;
}
body.light-layout .widget_products ul.product_list_widget li .product-img img,
body.light-layout .widget_recently_viewed_products ul.product_list_widget li .product-img img,
body.light-layout .widget_recent_reviews ul.product_list_widget li .product-img img,
body.light-layout .widget_top_rated_products ul.product_list_widget li .product-img img {
  border-color: #e2e2e2;
}
body.light-layout .widget_recently_viewed_products ul.product_list_widget {
  padding: 20px;
  border: 1px solid #e2e2e2;
}
body.light-layout .widget_recently_viewed_products ul.product_list_widget li {
  border: none;
}
body.light-layout .widget_product_categories .product-categories li a {
  border-bottom: 1px solid #e2e2e2;
}
body.light-layout .price_slider_wrapper {
  position: relative;
}
body.light-layout .price_slider_wrapper .price_slider {
  background: #e2e2e2;
}
body.light-layout .price_slider_wrapper .price_slider .ui-slider-range {
  background: #eee;
}
body.light-layout .price_slider_wrapper .price_slider .ui-slider-handle {
  background: #e2e2e2;
}
body.light-layout .widget_shopping_cart_content {
  border: 1px solid #e2e2e2;
}
body.light-layout .widget_shopping_cart_content .product_list_widget li {
  border-bottom: 1px solid #e2e2e2;
}
body.light-layout .widget_shopping_cart_content .product_list_widget li a img {
  border: 2px solid #e2e2e2;
}
body.light-layout .widget_shopping_cart_content p.buttons a {
  border: 1px solid #e2e2e2;
}
body.light-layout .widget_shopping_cart_content p.buttons a:hover {
  color: #afafaf;
}
body.light-layout .images .woocommerce-main-image img {
  border: 2px solid #e2e2e2;
}
body.light-layout .images .thumbnails a img {
  border: 1px solid #e2e2e2;
}
body.light-layout .summary .product_title {
  color: #939393;
}
body.light-layout .cart input[type=number] {
  border: 1px solid #eee;
}
body.light-layout .cart button[type=submit]:before {
  background: rgba(0, 0, 0, 0.25);
}
body.light-layout .cart input[type=button] {
  background: #eee;
  color: #939392;
}
body.light-layout .cart input[type=button]:hover {
  color: #fff;
  background: rgba(142, 68, 173, 0.99);
}
body.light-layout .woocommerce-tabs > .nav li.active > a,
body.light-layout .woocommerce-tabs > .nav li.active > a:hover,
body.light-layout .woocommerce-tabs > .nav li.active > a:focus {
  -webkit-box-shadow: inset 4px 0 0 #e2e2e2;
  -moz-box-shadow: inset 4px 0 0 #e2e2e2;
  box-shadow: inset 4px 0 0 #e2e2e2;
  background: #eee;
}
body.light-layout .woocommerce-tabs > .nav a:hover {
  -webkit-box-shadow: inset 4px 0 0 #e2e2e2;
  -moz-box-shadow: inset 4px 0 0 #e2e2e2;
  box-shadow: inset 4px 0 0 #e2e2e2;
  background: #eee;
}
body.light-layout .woocommerce-tabs .entry-content {
  background: #eee;
}
body.light-layout .woocommerce-tabs .entry-content .comment_container > img {
  border: 3px solid #dadada;
}
body.light-layout .woocommerce-tabs .entry-content .comment_container p.meta strong {
  color: #939393;
}
body.light-layout .woocommerce-tabs .entry-content .comment-respond .comment-reply-title {
  color: #939393;
}
body.light-layout .woocommerce-tabs .entry-content .comment-respond .comment-form p input[type=text],
body.light-layout .woocommerce-tabs .entry-content .comment-respond .comment-form p textarea {
  border-color: #e2e2e2;
}
body.light-layout .woocommerce .login p input[type=text],
body.light-layout .woocommerce .checkout_coupon p input[type=text],
body.light-layout .woocommerce .lost_reset_password p input[type=text],
body.light-layout .woocommerce .checkout p input[type=text],
body.light-layout .woocommerce form.register p input[type=text],
body.light-layout .woocommerce .login p input[type=password],
body.light-layout .woocommerce .checkout_coupon p input[type=password],
body.light-layout .woocommerce .lost_reset_password p input[type=password],
body.light-layout .woocommerce .checkout p input[type=password],
body.light-layout .woocommerce form.register p input[type=password],
body.light-layout .woocommerce .login p input[type=email],
body.light-layout .woocommerce .checkout_coupon p input[type=email],
body.light-layout .woocommerce .lost_reset_password p input[type=email],
body.light-layout .woocommerce .checkout p input[type=email],
body.light-layout .woocommerce form.register p input[type=email],
body.light-layout .woocommerce .login p textarea,
body.light-layout .woocommerce .checkout_coupon p textarea,
body.light-layout .woocommerce .lost_reset_password p textarea,
body.light-layout .woocommerce .checkout p textarea,
body.light-layout .woocommerce form.register p textarea {
  border-color: #e2e2e2;
}
body.light-layout .woocommerce .login input[type=submit]:hover,
body.light-layout .woocommerce .checkout_coupon input[type=submit]:hover,
body.light-layout .woocommerce .lost_reset_password input[type=submit]:hover,
body.light-layout .woocommerce .checkout input[type=submit]:hover,
body.light-layout .woocommerce form.register input[type=submit]:hover {
  background: #DDD;
  color: rgba(142, 68, 173, 0.99);
}
body.light-layout .woocommerce .login a.lost_password {
  color: #939393;
}
body.light-layout .woocommerce input[type=text],
body.light-layout .make-event input[type=text],
body.light-layout .woocommerce textarea,
body.light-layout .make-event textarea {
  border-color: #e2e2e2;
}
body.light-layout .woocommerce input[type=radio],
body.light-layout .make-event input[type=radio] {
  display: none;
}
body.light-layout .woocommerce input[type="radio"] + label span,
body.light-layout .make-event input[type="radio"] + label span {
  border: 1px solid #e2e2e2;
}
body.light-layout .woocommerce input[type=checkbox] + label span,
body.light-layout .make-event input[type=checkbox] + label span {
  border: 1px solid #e2e2e2;
}
body.light-layout .woocommerce .login,
body.light-layout .make-event .login,
body.light-layout .woocommerce .checkout_coupon,
body.light-layout .make-event .checkout_coupon,
body.light-layout .woocommerce .lost_reset_password,
body.light-layout .make-event .lost_reset_password,
body.light-layout .woocommerce form.register,
body.light-layout .make-event form.register {
  border: 1px solid #e2e2e2;
}
body.light-layout .woocommerce .checkout h3,
body.light-layout .make-event .checkout h3 {
  border-bottom: 1px solid #e2e2e2;
}
body.light-layout .woocommerce .checkout button[type=submit] i,
body.light-layout .make-event .checkout button[type=submit] i {
  background: rgba(241, 241, 241, 0.3);
}
body.light-layout .woocommerce .shop_table tr,
body.light-layout .make-event .shop_table tr {
  border-bottom: 1px solid #eee;
}
body.light-layout .woocommerce .shop_table.cart thead th,
body.light-layout .make-event .shop_table.cart thead th {
  background: #eee;
  color: #939393;
}
body.light-layout .woocommerce .shop_table.cart thead .product-price,
body.light-layout .make-event .shop_table.cart thead .product-price,
body.light-layout .woocommerce .shop_table.cart thead .product-subtotal,
body.light-layout .make-event .shop_table.cart thead .product-subtotal {
  background: #e2e2e2;
}
body.light-layout .woocommerce .shop_table.cart thead .product-remove,
body.light-layout .make-event .shop_table.cart thead .product-remove {
  background: none;
}
body.light-layout .woocommerce .shop_table.cart tbody,
body.light-layout .make-event .shop_table.cart tbody {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
body.light-layout .woocommerce .shop_table.cart .product-thumbnail > a img,
body.light-layout .make-event .shop_table.cart .product-thumbnail > a img {
  border: 1px solid #eee;
}
body.light-layout .woocommerce .shop_table.cart .product-price,
body.light-layout .make-event .shop_table.cart .product-price,
body.light-layout .woocommerce .shop_table.cart .product-subtotal,
body.light-layout .make-event .shop_table.cart .product-subtotal {
  background: rgba(241, 241, 241, 0.3);
}
body.light-layout .woocommerce #payment .payment_box,
body.light-layout .make-event #payment .payment_box {
  background: #e2e2e2;
}
body.light-layout .woocommerce .coupon,
body.light-layout .make-event .coupon {
  border: 1px solid #eee;
}
body.light-layout .woocommerce .cart-totals-container,
body.light-layout .make-event .cart-totals-container {
  border: 1px solid #eee;
}
body.light-layout .woocommerce .cart-totals-container .cart_totals,
body.light-layout .make-event .cart-totals-container .cart_totals {
  border-bottom: 1px solid #eee;
}
body.light-layout .woocommerce .cart-totals-container .cart_totals h2,
body.light-layout .make-event .cart-totals-container .cart_totals h2 {
  border-bottom: 1px solid #eee !important;
}
body.light-layout .woocommerce .cart-totals-container > button.checkout-button,
body.light-layout .make-event .cart-totals-container > button.checkout-button {
  color: #fff;
}
body.light-layout .woocommerce .cart-totals-container > button.checkout-button i,
body.light-layout .make-event .cart-totals-container > button.checkout-button i {
  background: rgba(0, 0, 0, 0.25);
}
body.light-layout .woocommerce .shipping-calculator-form-nohide,
body.light-layout .make-event .shipping-calculator-form-nohide {
  border: 1px solid #eee;
}
body.light-layout .woocommerce .cart-totals-container .cart_totals h2 {
  border: none !important;
  border-bottom: 1px solid #eee !important;
}
body.light-layout .woocommerce .cart-totals-container > button {
  border-color: #eee;
  color: #939393;
}
body.light-layout .woocommerce .cart-totals-container > button.checkout-button {
  border-color: transparent;
}
body.light-layout .breadcrumbs-shop a.breadcrumbs-shop-btn:hover {
  background: url('../img/content/shop/arrow-a-bd.png') no-repeat 90% center, rgba(0, 0, 0, 0.2);
}
body.light-layout .woocommerce .shipping-calculator-form-nohide input.input-text,
body.light-layout .woocommerce .shipping-calculator-form-nohide button[type=submit],
body.light-layout .woocommerce .coupon input.input-text,
body.light-layout .woocommerce .coupon button[type=submit],
body.light-layout .woocommerce .coupon input[type=submit] {
  border-color: #eee;
  color: #939393;
}
body.light-layout .cart-collaterals .woocommerce-content-box h2 {
  border: 1px solid #eee !important;
  border-bottom: 0 !important;
}
body.light-layout .footer .textwidget p {
  color: #726C6C;
}
body.light-layout .footer .widget h3 {
  color: #4C4F4F;
}
body.light-layout .footer .widget.widget_recent_entries ul li a,
body.light-layout .footer .widget.widget_meta ul li a {
  color: #726C6C;
}
body.light-layout .footer .widget.widget_recent_entries ul li a:hover,
body.light-layout .footer .widget.widget_meta ul li a:hover {
  color: rgba(142, 68, 173, 0.99);
}
body.light-layout .summary .product-border {
  background: #e2e2e2;
}
body.light-layout .footer .social-list ul li a {
  border-color: transparent;
  background: transparent;
}
body.light-layout .footer .social-list ul li a:hover {
  background: transparent;
}
body.light-layout .footer .social-list ul li a:hover i {
  color: #fff;
}
body.light-layout .footer .social-list ul li a i {
  color: #484848;
}
body.light-layout .footer-info .info p a {
  color: #000;
}
body.light-layout .footer-info .info p a:hover {
  color: rgba(142, 68, 173, 0.99);
}
body.light-layout .footer-info .info p,
body.light-layout .footer-info .info p a:after {
  color: #726c6c;
}
body.light-layout .pagination > li > a,
body.light-layout .pagination > li > span {
  color: #666666;
  background-color: #e2e2e2;
}
body.light-layout .pagination > li > a:hover,
body.light-layout .pagination > li > span:hover,
body.light-layout .pagination > li > a:focus,
body.light-layout .pagination > li > span:focus {
  color: #fff;
  background-color: rgba(142, 68, 173, 0.99);
  border-color: transparent;
}
body.light-layout .pagination > .active > a,
body.light-layout .pagination > .active > span,
body.light-layout .pagination > .active > a:hover,
body.light-layout .pagination > .active > span:hover,
body.light-layout .pagination > .active > a:focus,
body.light-layout .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: rgba(142, 68, 173, 0.99);
  border-color: rgba(142, 68, 173, 0.99);
  cursor: default;
}
body.light-layout .pagination > .disabled > span,
body.light-layout .pagination > .disabled > span:hover,
body.light-layout .pagination > .disabled > span:focus,
body.light-layout .pagination > .disabled > a,
body.light-layout .pagination > .disabled > a:hover,
body.light-layout .pagination > .disabled > a:focus {
  background-color: #ebebeb;
}
body.light-layout .rsDefault,
body.light-layout .rsDefault .rsOverflow,
body.light-layout .rsDefault .rsSlide,
body.light-layout .rsDefault .rsVideoFrameHolder,
body.light-layout .rsDefault .rsThumbs {
  background: #e2e2e2;
}
body.light-layout .rsDefault .rsArrowIcn {
  background: rgba(241, 241, 241, 0.85);
}
body.light-layout .rsDefault.rsHor .rsArrowRight .rsArrowIcn:before,
body.light-layout .rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before {
  color: rgba(0, 0, 0, 0.4);
}
body.light-layout .widget_search .icon {
  background: #e2e2e2;
}
body.light-layout .widget_search input[type=search] {
  background: #eee;
}
body.light-layout .widget_search:hover .icon {
  background: rgba(142, 68, 173, 0.99);
}
body.light-layout .widget_search:hover .icon i {
  color: #fff;
}
body.light-layout .widget_search form input[type=text] {
  background: rgba(0, 0, 0, 0.1);
}
body.light-layout .widget_search form button {
  background: #dadada;
}
body.light-layout .widget_search form:hover button {
  background: rgba(142, 68, 173, 0.99);
}
body.light-layout .widget_calendar caption {
  background: #f7f7f7;
  color: #939393;
}
body.light-layout .widget_calendar tr {
  border-bottom: 1px solid #e2e2e2;
}
body.light-layout .widget_calendar tr th {
  border-right: 1px solid #e2e2e2;
  background: #e2e2e2;
  color: #939393;
}
body.light-layout .widget_calendar tr td {
  color: #BEBEBE;
  background: #f7f7f7;
  border-right: 1px solid #e2e2e2;
}
body.light-layout .widget_calendar tr td:last-child {
  border-color: #f7f7f7;
}
body.light-layout .widget_calendar tr td#today {
  color: #000;
}
body.light-layout .widget_calendar tr td a {
  color: #000;
}
body.light-layout .widget_calendar tfoot a {
  color: #929292 !important;
}
body.light-layout .nav-pills > li.active > a,
body.light-layout .nav-pills > li.active > a:hover,
body.light-layout .nav-pills > li.active > a:focus {
  background: #e2e2e2;
  color: #939393;
}
body.light-layout .nav-pills > li > a:hover,
body.light-layout .nav-pills > li > a:focus {
  background: #e2e2e2;
  color: #939393;
}
body.light-layout .alert strong {
  color: #939393;
}
body.light-layout .nav-tabs > li > a {
  border-color: #e2e2e2;
  color: #939393;
}
body.light-layout .nav-tabs > li.active > a,
body.light-layout .nav-tabs > li.active > a:hover,
body.light-layout .nav-tabs > li.active > a:focus {
  border-color: rgba(142, 68, 173, 0.99);
  color: #939393;
}
body.light-layout .nav-tabs > li > a:hover,
body.light-layout .nav-tabs > li > a:focus {
  border-color: rgba(142, 68, 173, 0.99);
}
body.light-layout .tab-content.tab-default {
  border-color: #e2e2e2;
}
body.light-layout .panel-default > .panel-heading {
  background: #e2e2e2;
}
body.light-layout .panel-group .panel {
  background: #b5b5b5;
  color: #e8e8e8;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.light-layout .panel a {
  color: #000 !important;
}
body.light-layout .panel a.collapsed {
  color: #959595 !important;
}
body.light-layout .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #e2e2e2;
}
body.light-layout .table > thead > tr > th {
  color: #939393;
  background: #eee;
}
body.light-layout .table > tbody > tr > td {
  color: #939393;
}
body.light-layout .table > thead > tr > th:nth-child(2n),
body.light-layout .table > tbody > tr > td:nth-child(2n) {
  background: #e2e2e2;
}
body.light-layout .table > thead > tr > th:first-child {
  background: transparent;
}
body.light-layout .table > thead > tr > th,
body.light-layout .table > tbody > tr > th,
body.light-layout .table > tfoot > tr > th,
body.light-layout .table > thead > tr > td,
body.light-layout .table > tbody > tr > td,
body.light-layout .table > tfoot > tr > td,
body.light-layout .table > tbody {
  border-color: #eee;
}
body.light-layout .post-article .content-article h1,
body.light-layout .post-article .content-event-article h1 a,
body.light-layout .event-details .details p {
  color: #939393;
}
body.light-layout article.simple-event .left {
  background: #e2e2e2;
  color: #939393;
}
body.light-layout article.simple-event .right h4 a {
  color: #939393;
}
body.light-layout article.simple-event .right {
  border: 1px solid #e2e2e2;
}
body.light-layout .post-article.single-post .content-album-article .right::-webkit-scrollbar {
  width: 4px;
  background: #eeeeee;
}
body.light-layout .post-article.single-post .content-album-article .right::-webkit-scrollbar-thumb {
  background: #747474;
  width: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #eeeeee;
  -moz-box-shadow: inset 0 0 0 1px #eeeeee;
  box-shadow: inset 0 0 0 1px #eeeeee;
}
body.light-layout .ablums-posts-right article .right::-webkit-scrollbar {
  width: 4px;
  background: #eeeeee;
}
body.light-layout .ablums-posts-right article .right::-webkit-scrollbar-thumb {
  background: #747474;
  width: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #eeeeee;
  -moz-box-shadow: inset 0 0 0 1px #eeeeee;
  box-shadow: inset 0 0 0 1px #eeeeee;
}
body.light-layout .ablums-posts-bottom article .right::-webkit-scrollbar {
  width: 4px;
  background: #eeeeee;
}
body.light-layout .ablums-posts-bottom article .right::-webkit-scrollbar-thumb {
  background: #747474;
  width: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #eeeeee;
  -moz-box-shadow: inset 0 0 0 1px #eeeeee;
  box-shadow: inset 0 0 0 1px #eeeeee;
}
body.light-layout .base-player .content-base-player .playlist .playlist-container::-webkit-scrollbar {
  width: 4px;
  background: #eeeeee;
}
body.light-layout .base-player .content-base-player .playlist .playlist-container::-webkit-scrollbar-thumb {
  background: #747474;
  width: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #eeeeee;
  -moz-box-shadow: inset 0 0 0 1px #eeeeee;
  box-shadow: inset 0 0 0 1px #eeeeee;
}
@media (max-width: 1030px) {
  body.light-layout .minimal-player ul li .additional-buttons {
    border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
  }
  body.light-layout .minimal-player ul li:first-child .additional-buttons {
    border-bottom: 1px solid solid rgba(0, 0, 0, 0.05);
  }
  body.light-layout .minimal-player ul li:hover > a i {
    color: #fff;
  }
  body.light-layout .minimal-player ul li .additional-buttons a {
    background: #c4c4c4 !important;
  }
  body.light-layout .minimal-player ul li .additional-buttons a:hover {
    color: rgba(0, 0, 0, 0.7) !important;
  }
  body.light-layout .minimal-player ul li.active > a i {
    color: #fff !important;
  }
  body.light-layout .menu .navbar .navbar-toggle {
    border-color: rgba(0, 0, 0, 0.3);
  }
  body.light-layout .menu .navbar .navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, 0.3);
  }
  body.light-layout .menu .navbar .navbar-toggle:hover,
  body.light-layout .menu .navbar .navbar-toggle:focus {
    border-color: rgba(142, 68, 173, 0.99);
  }
  body.light-layout .menu .navbar .navbar-toggle:hover .icon-bar,
  body.light-layout .menu .navbar .navbar-toggle:focus .icon-bar {
    background: #fff;
  }
  body.light-layout .menu .navbar .navbar-collapse .nav li .sub-menu li {
    border-bottom: none !important;
  }
  body.light-layout .menu .navbar .navbar-collapse .nav li > a {
    background: transparent !important;
    border-bottom: none !important;
  }
  body.light-layout .menu .navbar .navbar-collapse .nav li > a:hover {
    background: rgba(142, 68, 173, 0.99) !important;
    color: #fff !important;
  }
}
@media (max-width: 720px) {
  .header header {
    text-align: center;
  }
  .header header .logo {
    display: inline-block;
    margin-bottom: 10px;
    float: none;
	margin-left: auto;
	margin-right: auto;
  }
  }