@charset "UTF-8";
/*! 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("bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/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: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

cite {
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left;
}

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

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

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

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

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

.input-sm, .form-horizontal .form-group-sm .form-control, .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-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

.input-lg, .form-horizontal .form-group-lg .form-control, .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-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

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

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

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

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

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

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

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

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

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

.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

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

.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.42857;
  color: #777777;
  white-space: nowrap;
}

.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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  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:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  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: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: 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: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

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

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

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.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:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

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

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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,
.progress-bar.active {
  -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: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.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: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #e1edf7;
}

.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: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

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

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  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: hidden;
  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: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  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: #000;
}
.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.42857px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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: 992px) {
  .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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  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;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, 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: #fff;
  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 #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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 {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

  table.visible-xs {
    display: table;
  }

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

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

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

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

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

  table.visible-sm {
    display: table;
  }

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

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

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

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

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

  table.visible-md {
    display: table;
  }

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

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

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

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

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

  table.visible-lg {
    display: table;
  }

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

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

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

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

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

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

  table.visible-print {
    display: table;
  }

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Bootstrap 2 and 3 fix
 */
body .page-body .row .col-sm-12,
body .wpb_row.vc_row-fluid,
body .page-body .wpb_row .vc_span12 {
  position: static;
}

/**
 * Custom Animation
 */
.im-transform .im-animate-element {
  opacity: 0;
  -webkit-perspective: 1000;
}
.im-transform .im-animate-element.im-in-viewport.fade-in {
  -webkit-animation: im_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: im_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: im_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: im_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.im-transform .im-animate-element.im-in-viewport.scale-up {
  -webkit-animation: im_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: im_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: im_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: im_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.im-transform .im-animate-element.im-in-viewport.right-to-left {
  -webkit-animation: im_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: im_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: im_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: im_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.im-transform .im-animate-element.im-in-viewport.left-to-right {
  -webkit-animation: im_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: im_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: im_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: im_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.im-transform .im-animate-element.im-in-viewport.top-to-bottom {
  -webkit-animation: im_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: im_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: im_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: im_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.im-transform .im-animate-element.im-in-viewport.bottom-to-top {
  -webkit-animation: im_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: im_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: im_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: im_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}

/* Scale Up animation */
@-webkit-keyframes im_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes im_scale {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes im_scale {
  0% {
    -moz-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes im_scale {
  0% {
    -o-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes im_scale {
  0% {
    transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Left to Right animation */
@-webkit-keyframes im_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes im_left_to_right {
  0% {
    -moz-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes im_left_to_right {
  0% {
    -o-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes im_left_to_right {
  0% {
    transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right To Left animation */
@-webkit-keyframes im_right_to_left {
  0% {
    -webkit-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes im_right_to_left {
  0% {
    -moz-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes im_right_to_left {
  0% {
    -o-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes im_right_to_left {
  0% {
    transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to Top animation */
@-webkit-keyframes im_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes im_bottom_to_top {
  0% {
    -moz-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes im_bottom_to_top {
  0% {
    -o-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes im_bottom_to_top {
  0% {
    transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Top to Bottom animation */
@-webkit-keyframes im_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes im_top_to_bottom {
  0% {
    -moz-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes im_top_to_bottom {
  0% {
    -o-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes im_top_to_bottom {
  0% {
    transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/**
 * ---------------------------------------------------------------------
 * Preloader
 * ---------------------------------------------------------------------
 */
.im-rogger1 {
  background-color: transparent;
  border: 5px solid rgba(128, 130, 138, 0.1);
  opacity: .9;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: roggerspin .5s infinite linear;
  -webkit-animation: roggerspin .5s infinite linear;
}

.im-rogger2 {
  background-color: transparent;
  border: 5px solid #80828a;
  opacity: .9;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  -moz-animation: roggerspinoff .5s infinite linear;
  -webkit-animation: roggerspinoff .5s infinite linear;
}

/* Isotope */
.isotope {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -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 {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -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;
}

/* New animation */
/* Effect 1: opacity */
.im-transform .im-animate-element.im-in-viewport.fade-in2 {
  -webkit-animation: fadeIn 0.65s ease forwards;
  -moz-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
.im-transform .im-animate-element.im-in-viewport.move-up {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  -moz-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
.im-transform .im-animate-element.im-in-viewport.scale {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  -moz-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
.im-transform .preserve-fall {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.im-transform .preserve-fall .im-animate-element.fall {
  opacity: 0;
}
.im-transform .im-animate-element.im-in-viewport.fall {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  -moz-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards;
}
.im-transform .preserve-fly {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  perspective: 1500px;
}
.im-transform .preserve-fly .im-animate-element.fly {
  opacity: 0;
}
.im-transform .im-animate-element.im-in-viewport.fly {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50% -300px;
  -ms-perspective-origin: 50% 50% -300;
  -o-perspective-origin: 50% 50% -300;
  perspective-origin: 50% 50% -300;
  -webkit-transform: rotateX(-180deg) translateZ(-300px);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  -moz-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards;
}
.im-transform .preserve-flip {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.im-transform .im-animate-element.im-in-viewport.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  -moz-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  -moz-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards;
}
.im-transform .preserve-helix {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.im-transform .im-animate-element.im-in-viewport.helix {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  -moz-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards;
}
.im-transform .preserve-popup {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.im-transform .im-animate-element.im-in-viewport.popup {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  -moz-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards;
}
.im-transform .preserve-vrotate {
  -webkit-perspective: 1500px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.im-transform .preserve-vrotate .im-animate-element.vrotate {
  opacity: 0;
}
.im-transform .im-animate-element.im-in-viewport.vrotate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -50%;
  -moz-transform-origin: 50% 50% -50%;
  transform-origin: 50% 50% -50%;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  -moz-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* Effect 2: Move Up */
@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes moveUp {
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Effect 3: Scale up */
@-webkit-keyframes scaleUp {
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scaleUp {
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* Effect 4: fall perspective */
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes fallPerspective {
  100% {
    -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallPerspective {
  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg) translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes fly {
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fly {
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flip {
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes helix {
  100% {
    -moz-transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes helix {
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 8:  */
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes popUp {
  70% {
    -moz-transform: scale(1.1);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  70% {
    transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Effect 9: vertical rotate */
/* Animation */
.spin {
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin 3s infinite linear;
  -ms-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}

.stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes move {
  0% {
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(0.7);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.7);
  }
}
@-moz-keyframes roggerspin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes roggerspinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes roggerspin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes roggerspinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
/* Jump */
.la-popping {
  -moz-animation: popping 1.5s linear infinite;
  -webkit-animation: popping 1.5s linear infinite;
  animation: popping 1.5s linear infinite;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

@-moz-keyframes popping {
  0% {
    -moz-transform: scale(0.8);
  }
  50% {
    -moz-transform: scale(1.5);
  }
  100% {
    -moz-transform: scale(0.8);
  }
}
@-webkit-keyframes popping {
  0% {
    -webkit-transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.8);
  }
}
@keyframes popping {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
/* Loading Animation */
.progress_animation {
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 0, 0, 0.4)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.4)), color-stop(0.75, rgba(0, 0, 0, 0.4)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 55%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.4) 90%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  -webkit-animation: animate-stripes 2s linear infinite;
}

@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -50px 0;
  }
}
/*
 *  CSS Reset
 *  Created by Mike Myles
 */
html {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
}

body {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
}
body * {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
}

* {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
}

* html body {
  margin-top: 0 !important;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

input {
  outline: none;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

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

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

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
}

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

.no-clear {
  clear: none;
}

.inpageslider ul, .inpageslider ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.inpageslider .flex-control-nav {
  clear: both;
}
.inpageslider .flex-control-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inpageslider .flex-control-nav li a {
  list-style: none;
  display: block;
  float: left;
  width: 32px;
  height: 6px;
  background: #cccccc;
  text-indent: -9999px;
  cursor: pointer;
}
.inpageslider .flex-control-nav li a.active, .inpageslider .flex-control-nav li a:hover {
  background: #999999;
}
.inpageslider .flex-direction-nav {
  z-index: 9999;
}
.inpageslider .flex-direction-nav li a {
  width: 30px;
  height: 30px;
  margin: 0 0 0;
  display: block;
  background: #000000;
  position: absolute;
  top: 0;
  cursor: pointer;
  text-indent: -9999px;
  outline: none;
}
.inpageslider .flex-direction-nav li .next {
  background: rgba(50, 50, 50, 0.5) url(../../images/flex/next.png) no-repeat 13px 10px;
  left: 30px;
}
.inpageslider .flex-direction-nav li .prev {
  background: rgba(50, 50, 50, 0.5) url(../../images/flex/prev.png) no-repeat 13px 10px;
  left: 0px;
}
.inpageslider .flex-direction-nav li a:hover {
  background-color: rgba(50, 50, 50, 0.8);
}

/* Clear Floats */
.clearboth {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 0px !important;
  line-height: 0 !important;
  font-size: 0px !important;
  clear: both !important;
  display: block !important;
}

.divider_padding {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 0px !important;
  line-height: 0 !important;
  font-size: 0px !important;
  clear: both !important;
  display: block !important;
  padding-bottom: 40px;
}

.divider_dotted {
  height: 29px;
  background-image: url(../../images/lines/dotted.png);
  background-repeat: repeat-x;
  background-position: left center;
}

.page-wrap:after, #intro_inner:after, .slider_module:after, #slider_module:after, .main_navigation ul:after, #content_inner:after, #sidebar_inner:after, #main_inner:after, #outro_inner:after, #footer_inner:after, #sub_footer_inner:after, .post_grid:after, .post_list_module:after, .single_post_module:after, .post_nav_module:after, .share_this_content:after, .about_author_content:after, .additional_posts_module:after, .widget:after, .page:after, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Search Widget */
.screen-reader-text {
  display: none;
}

/* Contact Form Widget */
.miss_contact_form_widget .name_row label, .miss_contact_form_widget .email_row label, .miss_contact_form_widget .captcha_row label {
  width: 38%;
  float: right;
  margin-top: 5px;
}
.miss_contact_form_widget .textarea_row label:first-child {
  display: none;
}
.miss_contact_form_widget .textfield {
  width: 55%;
}
.miss_contact_form_widget .textarea {
  width: 85%;
}

/* Required Error */
.miss_message {
  padding: 15px 20px;
  margin-bottom: 20px;
  letter-spacing: .3px;
  border-width: 1px;
  border-style: solid;
}
.miss_message.errors {
  color: #c31b00;
  background: #ffcccc;
  border-color: #ff9999;
}
.miss_message.errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.miss_message.errors li {
  position: relative;
  padding-left: 22px;
}
.miss_message.errors li i {
  position: absolute;
  left: 0px;
}

.required_error {
  border: 1px solid #ff9999 !important;
}

/* Styled Code & Pre Boxes */
.styled_code_box, .styled_pre_box {
  border: 1px solid #eee;
  margin-bottom: 20px;
  line-height: 20px;
  background: #fff;
  padding: 0 20px;
  display: block;
  overflow: auto;
}

.styled_code_box {
  background: url(../../images/shortcodes/code.gif) repeat 0 0;
  border-top: transparent;
}

/* Alert Messages */
.download_box, .warning_box, .success_box, .info_box, .note_box {
  padding: 20px 15px 20px 55px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: .3px;
}

.download_box a, .warning_box a, .success_box a, .info_box a, .note_box a {
  text-decoration: underline !important;
}

.info_box {
  color: #2e6093;
}
.info_box a {
  color: #2e6093;
}

.note_box {
  color: #9e660d;
}
.note_box a {
  color: #9e660d;
}

.warning_box {
  color: #c31b00;
}
.warning_box a {
  color: #c31b00;
}

.download_box {
  color: #5e6f33;
}
.download_box a {
  color: #5e6f33;
}

/* Framed Images  */
.wp-caption {
  margin-bottom: 20px;
  padding-top: 12px;
  text-align: center;
}

.wp-caption-text {
  margin-bottom: 0px;
  text-align: center;
}

.single_post_image a, .post_grid_image a, .post_list_image a, .positioning a, .styled_image_load {
  text-decoration: none !important;
}
.single_post_image a:hover, .post_grid_image a:hover, .post_list_image a:hover, .positioning a:hover, .styled_image_load:hover {
  text-decoration: none !important;
}

/* Image Effect */
.shadow.small {
  background-image: url(../../images/shadows/small.png);
  background-repeat: no-repeat;
  height: 14px;
  width: 116px;
  margin: auto;
  z-index: 0;
  margin-top: -8px;
}

.shadow_frame {
  display: inline-block;
  position: relative;
}
.shadow_frame img {
  display: block;
  margin: 0 auto;
  position: relative;
}

.transparent_frame {
  position: relative;
  display: inline-block;
}

.transparent_border {
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #000;
  opacity: .15;
  width: 290px;
  height: 217px;
}

/* Styled Images */
.styled_images {
  margin-left: -20px;
}

.styled_image {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

/* PNG Preloaders */
.post_list_image, .miss_form_row {
  position: relative;
}

.miss_contact_feedback {
  display: none;
  vertical-align: top;
  margin-left: 0px;
  margin-top: 10px;
  height: 30px;
  overflow: hidden;
}
.miss_contact_feedback img {
  width: 30px;
  height: 30px;
  background-position: bottom left;
}

/* Lists */
.styled_list, .sitemap_list {
  padding-left: 0;
}

.styled_list li, .sitemap_list li {
  padding-left: 22px;
  list-style: none;
  margin-top: 5px;
}

.styled_list li {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -ms-background-size: 20px 20px;
  -o-background-size: 20px 20px;
}

.sitemap_list .children {
  padding-left: 0;
}

/* Dropcaps */
.dropcap, .dropcap3, .dropcap4 {
  text-align: center;
  float: left;
  color: #fff;
}

.dropcap {
  background: #000;
  margin: 2px 10px -5px 0;
  line-height: 36px;
  font-size: 25px;
  height: 36px;
  width: 36px;
}

.dropcap4 {
  line-height: 35px;
  margin: 0 10px 0 0;
  font-size: 17px;
  height: 33px;
  width: 36px;
  border-radius: 4px;
}

.dropcap3 {
  background: #000;
  line-height: 40px;
  margin-right: 5px;
  font-size: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.dropcap2 {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 40px;
  margin: 0 8px -5px 0;
}

/* Pullquotes */
.pullquote, .pullquote2, .pullquote3, .pullquote4 {
  display: inline-block;
  float: left;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.pullquote, .pullquote2, .pullquote3 {
  font-family: Georgia,Times,serif;
  letter-spacing: -0.5px;
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
}

.pullquote1, .pullquote4 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.pullquote {
  padding: 19px;
}

.pullquote2 {
  border-left: 3px solid;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  padding: 0 0 0 17px;
  width: 36%;
}

.pullquote3 {
  padding: 22px 0;
  margin-top: 20px !important;
}

.pullquote4 {
  padding: 19px;
  font-size: 14px;
}

.quotes:before {
  content: '\201C';
  font-weight: bold;
  margin-right: 5px;
  font-size: 150%;
  display: inline;
  vertical-align: middle;
}
.quotes:after {
  content: '\201D';
  font-weight: bold;
  margin-left: 5px;
  font-size: 150%;
  display: inline;
  vertical-align: middle;
}

.pullquote.aligncenter, .pullquote2.aligncenter, .pullquote3.aligncenter, .pullquote4.aligncenter {
  float: none;
  text-align: left;
  width: auto;
  display: block;
}

.pullquote.alignleft, .pullquote.aligncenter {
  margin-left: 2px;
}
.pullquote.alignright, .pullquote.aligncenter {
  margin-right: 2px;
}

/* Blockquotes */
blockquote {
  padding: 40px 15px 10px 25px;
  margin: 20px 0;
  position: relative;
  float: left;
  display: block;
}
blockquote p {
  font-size: 15px !important;
  line-height: 24px;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
blockquote i {
  position: absolute;
  top: 14px;
  font-size: 21px;
}
blockquote .text {
  font-style: italic;
  font-size: 120%;
  padding: 10px 0px;
}

cite {
  font-size: 11px;
  color: #999;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
cite a {
  font-size: 11px;
  color: #999;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
cite a:hover {
  font-size: 11px;
  color: #999;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

/* Tables */
.default_table, .table {
  border-collapse: separate;
  margin-bottom: 20px;
  border-spacing: 1px;
  width: 100%;
  vertical-align: middle;
}

.default_table th {
  font-size: 11px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}
.default_table td {
  padding: 10px 20px;
}

.table {
  width: 99%;
  border: 1px solid #fff;
}
.table th {
  letter-spacing: 1px;
  font-weight: normal;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  background: #f3f3f3 url(../../images/overlays/nav/primary-overlay.png) center center repeat-x;
  text-align: center;
  padding: 15px 20px;
  text-shadow: 1px 1px 1px #fff;
  font-size: 14px;
}
.table td {
  padding: 10px 20px;
  border-top: 1px solid #eee;
  text-align: center;
}
.table tr:hover {
  background: #f3f3f3 url(../../images/overlays/nav/primary-overlay.png) center center repeat-x;
}
.table th:first-child, .table td:first-child {
  text-align: left;
  padding-left: 30px;
}

/* Highlight Styles */
.highlight {
  padding: 2px 6px;
  color: #fff;
  background: #111;
}

.highlight2 {
  padding: 1px;
  border-bottom: 1px solid;
}

/* Dividers */
.divider {
  background: url(../../images/shortcodes/lines/inset_line.png) left center no-repeat;
  clear: both;
  display: block;
  height: 20px;
  margin: 30px 0;
  text-align: right;
  width: 100%;
}

.divider2 {
  background: url(../../images/shortcodes/lines/inset_line4.png) left center no-repeat;
  clear: both;
  display: block;
  height: 20px;
  margin: 30px 0;
  text-align: right;
  width: 100%;
}

.divider3 {
  background: url(../../images/shortcodes/lines/divider3.png) center center repeat-x;
  clear: both;
  display: block;
  height: 20px;
  margin: 30px 0;
  text-align: right;
  width: 100%;
}

.divider4 {
  background: url(../../images/shortcodes/lines/divider4.png) center center repeat-x;
  clear: both;
  display: block;
  height: 20px;
  margin: 30px 0;
  text-align: right;
  width: 100%;
}

.divider5 {
  background: url(../../images/shortcodes/lines/inset_line5.png) center center repeat-x;
  clear: both;
  display: block;
  height: 20px;
  margin: 30px 0;
  text-align: right;
  width: 100%;
}

.divider6 {
  background: url(../../images/shortcodes/lines/inset_line6.png) center center repeat-x;
  clear: both;
  display: block;
  height: 20px;
  margin: 30px 0;
  text-align: right;
  width: 100%;
}

.top {
  background-position: right center;
}
.top a {
  color: #ccc;
  display: block;
  font-size: 8px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.top a:hover {
  text-decoration: none;
}

hr {
  margin-top: 20px;
  margin-bottom: 19px;
  background: #eee;
  color: #eee;
  border: none;
  height: 1px;
}

/*
.post_grid_module
{
  position: relative;
}

.post_grid_image
{
  margin-bottom: 5px;
  display: block;
}

.post_grid_content
{
  position: relative;
}
*/
/* Shared Styles */
.post_title a:hover {
  text-decoration: none !important;
}

.post_meta {
  margin-bottom: 10px;
  font-size: 11px;
}
.post_meta span {
  margin-right: 5px;
}

.post_excerpt {
  margin-bottom: 15px;
}

/* Social Media  */
.miss_sociable {
  float: left;
  margin-right: 20px;
}

/* Margins & Padding */
.margin0 {
  height: 0px !important;
}

.margin10 {
  height: 10px !important;
}

.margin20 {
  height: 20px !important;
}

.margin30 {
  height: 30px !important;
}

.margin40 {
  height: 40px !important;
}

.margin50 {
  height: 50px !important;
}

.margin60 {
  height: 60px !important;
}

.margin70 {
  height: 70px !important;
}

.margin80 {
  height: 80px !important;
}

.margin90 {
  height: 90px !important;
}

.margin100 {
  height: 100px !important;
}

.margin0, .margin10, .margin20, .margin30, .margin40, .margin50, .margin60, .margin70, .margin80, .margin90, .margin100 {
  clear: both;
  overflow: hidden;
}

/* Video Frames */
.video_frame {
  display: block;
}
.video_frame iframe {
  vertical-align: bottom;
}

/* Alignment Shortcodes */
.aligncenter {
  display: block;
  /*  margin: 20px auto; */
  text-align: center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 4%;
}

.alignleft {
  float: left;
  margin: 5px 4% 20px 0;
}

/* Transitions */
.table, .titled_box_content, .styled_box, .pullquote, .toggle_frame {
  border-radius: 4px;
}

/* Misc. Shortcodes */
.hidden {
  display: none;
  visibility: hidden;
}

.styled_amp {
  font-family: Baskerville,"Goudy Old Style","Hoefler Text",Palatino,cursive;
  font-size: 130%;
  font-style: italic;
}

/* SyntaxHighlighter */
.syntaxhighlighter.msmw_syntax {
  background: #f8f8f8 !important;
  border: 1px solid #eee !important;
  width: 99% !important;
  font-size: 12px !important;
  margin: 20px 0 30px !important;
}
.syntaxhighlighter.msmw_syntax .line {
  background: #f8f8f8 !important;
  border-bottom: 1px solid #eee !important;
  line-height: 20px !important;
  height: 20px !important;
  color: #222;
}
.syntaxhighlighter.msmw_syntax .line.alt1 {
  background: #fefefe !important;
}
.syntaxhighlighter.msmw_syntax .line.alt2 {
  background: #f8f8f8 !important;
}
.syntaxhighlighter.msmw_syntax .gutter .line {
  border-right: 3px solid #eee !important;
  padding-right: 5px !important;
  padding-left: 25px !important;
  text-align: right !important;
  color: #afafaf !important;
}
.syntaxhighlighter.msmw_syntax textarea {
  line-height: 21px !important;
}

/* Progress Bar */
.progress-bars {
  width: 100%;
}
.progress-bars .caption {
  margin-bottom: 5px;
}
.progress-bars .caption .score {
  float: right;
}
.progress-bars .scorebar {
  width: 100%;
  margin-bottom: 20px;
}
.progress-bars .scorebar .scorebar-inner {
  padding: 5px 0;
  overflow: hidden;
}
.progress-bars.heavy .scorebar .scorebar-inner {
  padding: 0;
  height: 32px;
  overflow: hidden;
}
.progress-bars.heavy .scorebar .scorebar-inner .caption {
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 2px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  overflow: hidden;
}
.progress-bars .scorebar .scorebar-inner span {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.progress-bars .scorebar .scorebar-inner.has_animation {
  width: 0px;
}
.progress-bars .scorebar .scorebar-inner span.inner {
  padding: 0 10px;
  max-height: 18px;
  position: relative;
}

/* Additional Posts */
.additional_posts_module p {
  margin-bottom: 0;
  max-height: 18px;
  overflow: hidden;
}
.additional_posts_module .post_grid_image img {
  display: block;
}

/* Alert Boxed */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  color: #C09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert h4, .alert p {
  margin-bottom: 0;
}
.alert h4 {
  color: #C09853;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-danger h4, .alert-error h4 {
  color: #B94A48;
}

.alert-danger, .alert-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}

.alert-success {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
.alert-success h4 {
  color: #468847;
  margin-bottom: 0;
}

.alert-info {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}
.alert-info h4 {
  color: #3A87AD;
}

/* Close Buttons */
button.close, .closeBtn {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

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

.label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: 900;
  line-height: 14px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
}

.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: 900;
  line-height: 14px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-success, .badge-success {
  background-color: #468847;
}

.label-warning, .badge-warning {
  background-color: #F89406;
}

.label-important, .badge-important {
  background-color: #B94A48;
}

.label-info, .badge-info {
  background-color: #3A87AD;
}

.label-inverse, .badge-inverse {
  background-color: #333;
}

li.hentry {
  list-style: none;
  padding-bottom: 0;
}

ul {
  margin-bottom: 25px;
}

.italic {
  font-style: italic;
}

.fnormal {
  font-style: normal;
}

.oblique {
  font-style: oblique;
}

.strong {
  font-weight: 700;
}

.think {
  font-weight: 100;
}

.solid {
  font-weight: 600;
}

.hidden {
  display: none;
}

.no-overflow {
  overflow: hidden;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0px 20px 20px;
}

a.prettyPhoto img.size-thumbnail {
  margin: 0px !important;
  padding: 0px !important;
  border: 5px solid whitesmoke !important;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
a.prettyPhoto:hover img.size-thumbnail {
  border: 5px solid #969696 !important;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-bottom: 20px;
}

a {
  outline: none;
}

.widget .children {
  margin-bottom: 0;
}

.entry-content ol ol, .entry-content ol ul {
  margin-bottom: 0;
}
.entry-content ul ul {
  margin-bottom: 0;
}

.comment-body ol ol, .comment-body ol ul {
  margin-bottom: 0;
}
.comment-body ul ul {
  margin-bottom: 0;
}

.widget ul ul {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, caption, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, caption {
  padding: 0;
}

#header-info-banner h1, #header-info-banner h2, #header-info-banner h3, #header-info-banner h4, #header-info-banner h5, #header-info-banner h6 {
  margin-bottom: 0;
}

h1 span {
  font-size: 120%;
}

#page-tagline h2 {
  font-size: 200% !important;
  margin-bottom: 0px !important;
}
#page-tagline h2 span {
  display: block;
  font-family: "PT Sans", Helvetica, Arial !important;
  font-weight: 400 !important;
  font-size: 80% !important;
}

#l1 h1, #l2 h1 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

h1.post_title, h2.post_title, h3.post_title {
  margin-bottom: 0;
}

#contactform input, #contactform textarea {
  display: block;
  padding: 10px;
  font-weight: 400;
  font-size: 12px;
  margin-top: 2px;
  float: left;
  margin-bottom: 10px;
  outline: none;
}
#contactform p {
  clear: both;
}
#contactform label {
  float: left;
  margin-left: 10px;
  margin-top: 12px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
#contactform .error {
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}

/**
 * WP Defaults
 */
/*
 * Content Main
 */
/* Maintenance */
body.maintenance .thinline {
  margin-bottom: 40px;
}
body.maintenance .lightline {
  margin-top: 40px;
}

/* Selection colour */
.page-caption h1, .page-caption #breadcrumbs {
  margin-top: 15px;
}

.left_sidebar .page-wrap #main, .right_sidebar .page-wrap #main {
  width: 650px;
  display: inline-block;
}

.left_sidebar .page-wrap #main {
  float: right;
}

.right_sidebar .page-wrap #main {
  float: left;
}

.page-inner {
  position: relative;
  /*width:950px;*/
  margin: 0 auto;
  /*padding-left: 30px;*/
}

.thinline {
  height: 5px;
  display: block;
  background-color: #132433;
}

.spacer {
  height: 40px;
  display: block;
}

/*
 * Headers
 */
#header {
  margin-top: 0;
  padding-top: 0;
  position: relative;
}
#header .page-wrap {
  padding-top: 25px;
}

.without_page_title #header {
  margin-bottom: 35px;
}

#header .home {
  opacity: .5;
  -moz-opacity: .5;
  text-indent: -9999px;
  width: 20px;
  height: 17px;
  background: url(../../images/icons/home.png) no-repeat center;
  display: block;
  float: left;
  overflow: hidden;
  padding: 6px 12px 7px 12px;
  margin-top: 16px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
#header .home:hover {
  opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
}

#header-banner {
  margin-bottom: 40px;
}

.widget_social_icons .social_icon {
  background-color: transparent;
}

#header-banner .banner-right .sociable .social_icon {
  background-color: transparent;
}
#header-banner .banner-right .feedback .phone {
  background-size: 18px 13px;
}
#header-banner .banner-right .feedback .mail {
  background-size: 17px 12px;
}
#header-banner .banner-right .feedback span {
  display: inline-block;
  height: 18px;
  line-height: 19px;
}
#header-banner .banner-right ul.feedback {
  margin: 0 0 20px 0;
  padding: 0;
  float: right;
  display: inline;
  clear: both;
}
#header-banner .banner-right ul.feedback li {
  list-style: none;
  display: inline;
}
#header-banner .banner-right ul.feedback li:last-child {
  font-family: "PT Sans", Helvetica, Arial;
  padding-left: 24px;
  margin-left: 24px;
}
#header-banner .banner-right ul.feedback li span {
  padding-left: 23px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 13px;
}
#header-banner .banner-right .feedback .mail span.AT {
  padding: 0;
}
#header-banner h4 {
  margin-bottom: 20px;
  text-align: center;
}
#header-banner h2, #header-banner h3 {
  font-family: "Norican", Helvetica, Arial;
  font-weight: 400;
}
#header-banner h2 {
  font-size: 700%;
  line-height: 90%;
}
#header-banner h3 {
  line-height: 100%;
}

/* Header Info Banner */
#header-info-banner {
  margin-top: 1px;
  margin-bottom: 0;
  padding: 0;
  font-family: "PT Sans", Helvetica, Arial;
}
#header-info-banner p {
  margin-bottom: 23px;
}
#header-info-banner h2 {
  margin-bottom: 5px;
}
#header-info-banner h3 {
  font-weight: 600;
}

.cursor {
  cursor: pointer;
}

#infobar .open {
  bottom: 0;
  left: 0;
  height: 14px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}

/* Content */
.topline {
  height: 5px;
  display: block;
  margin: 0 -30px;
}

#content {
  padding: 25px 0px 00px 0px;
}

#l2 {
  float: left;
}
#l2 .entry p {
  margin-bottom: 20px;
}

#l1 .entry p {
  margin-bottom: 20px;
}

html body .page-wrap .google_map img {
  width: auto;
  height: auto;
}

.entry ul {
  list-style: none;
}
.entry ol {
  list-style: none;
  list-style: decimal;
}
.entry ul.list, .entry ol.list {
  margin: 0 0 20px 0;
  list-style: none;
}

#sidebar {
  width: 295px;
  display: inline-block;
  float: left;
}

.right_sidebar #sidebar {
  margin-left: 16px;
  padding-left: 16px;
  clear: right;
}

.left_sidebar #sidebar {
  margin-right: 16px;
  padding-right: 16px;
  clear: left;
}

#l2 p {
  font-size: 12px;
}

#sidebar.sidebar-left {
  width: 215px;
  padding: 30px 0px 30px 0px;
  float: left;
  margin-right: 30px;
}
#sidebar.sidebar-right {
  margin-left: 30px;
}

.search-result {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.search-result .info {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  margin: 5px 0 5px 0;
}

/*
 * Home Post Region
 */
.post-region-block p.summary {
  margin: 0;
}

.post-thumbnail.round {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 2px #ffffff solid;
}
.post-thumbnail.round img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.post-region-block h4 {
  margin-bottom: 0px;
}
.post-region-block .date {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
}

.post-region .synopsis {
  /*display:inline-block;*/
  width: 230px;
  float: left;
}
.post-region .post-container {
  display: inline-block;
  float: left;
}
.post-region .post-container p {
  margin-bottom: 28px;
}
.post-region .entry .post-thumbnail, .post-region .synopsis .post-thumbnail, .post-region .entry .post-thumbnail {
  width: 230px;
  margin-bottom: 22px;
}
.post-region .custom-code {
  width: 230px;
}
.post-region.left_sidebar .custom-code {
  float: left;
}
.post-region.right_sidebar .custom-code {
  float: right;
}
.post-region .entry {
  width: 230px;
  height: auto;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.post-region.full_width .entry, .post-region.right_sidebar .entry {
  margin-right: 20px;
}
.post-region.full_width .entry:nth-child(5n+5) {
  margin-right: 0;
}
.post-region.left_sidebar .entry, .post-region.left_sidebar .post-container h3 {
  margin-left: 20px;
}
.post-region.full_width .post-container h3 {
  margin-left: 0px;
}
.post-region .entry h4 {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
.post-region .entry .date {
  font-family: "PT Sans", Arial, Helvetica, serif;
  font-weight: 400;
  font-size: 12px;
  color: #757b83;
  font-style: normal;
  margin: 0 0 5px 0;
}

/*
 * Partners Carousel
 */
.partner-wrap {
  margin-top: 50px;
  margin-bottom: 30px;
}

#latest-partners {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  margin: 0 0 25px 0px;
  /*padding:0px 30px 15px 30px;*/
  position: relative;
  overflow: hidden;
}

.wp-partners {
  height: 80px;
  padding: 0;
  margin: 0;
}

.wp-partners-holder {
  width: 50px;
  padding-top: 15px;
  margin: auto;
}

.wp-partners-controls {
  float: right;
  display: inline-block;
}
.wp-partners-controls li {
  display: inline-block;
  list-style: none;
  line-height: 16px;
}
.wp-partners-controls li.wp-partners-prev, .wp-partners-controls li.wp-partners-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px 9px;
  -ms-background-size: 6px 9px;
  -moz-background-size: 6px 9px;
  -webkit-background-size: 6px 9px;
  -o-background-size: 6px 9px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  width: 17px;
  height: 17px;
  font-size: 11px;
  padding: 0;
  text-align: center;
  color: white;
  line-height: 16px;
  margin-left: 4px;
  vertical-align: middle;
}

#latest-partners .synopsis {
  width: 213px;
  float: left;
}
#latest-partners .inner {
  overflow: hidden;
  width: 235px;
}
#latest-partners .entry {
  position: relative;
  width: 161px;
  height: 80px;
  float: left;
  text-align: center;
}
#latest-partners ul.carousel-inner {
  display: inline-block;
}
#latest-partners .carousel-inner li {
  text-align: center;
}

/* Preview Overlay */
.post_grid_image {
  position: relative;
  transition: border-color, background 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color, background 0.2s linear;
}

.has_preview {
  position: relative;
  transition: border-color, background 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color, background 0.2s linear;
}
.has_preview .entry {
  position: relative;
  transition: border-color, background 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color, background 0.2s linear;
}
.has_preview .entry img {
  position: relative;
  transition: border-color, background 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color, background 0.2s linear;
}
.has_preview .preview {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 207px;
  height: 207px;
  opacity: 0;
  z-index: 999;
  background-size: 33% auto;
  -ms-background-size: 33%;
  -webkit-background-size: 33% auto;
  -moz-background-size: 33% auto;
  -o-background-size: 33%;
  background-repeat: no-repeat;
  background-position: center center;
}

#latest-work .preview, #latest-posts .preview, .has_preview .pic .preview, #latest-work .entry .pic .preview, #latest-posts .entry .pic .preview, .has_preview .video .preview, #latest-work .entry .video .preview, .has_preview .prettyPhoto .preview, #latest-work .entry .prettyPhoto .preview, .has_preview .prettyPhoto .preview, #latest-work .entry .prettyPhoto .preview {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 207px;
  height: 207px;
  opacity: 0;
  z-index: 999;
  background-size: 33% auto;
  -ms-background-size: 33%;
  -webkit-background-size: 33% auto;
  -moz-background-size: 33% auto;
  -o-background-size: 33%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Styling Thumbnail */
.additional_posts_module .post_grid_image a {
  display: block;
  position: relative;
}

.has_preview a.blog_index_image_load, .has_preview a.pic, .has_preview a.video, .has_preview a.prettyPhoto {
  display: block;
  position: relative;
}
.has_preview img {
  display: block;
}

.preview {
  text-align: center;
}
.preview .inner .icon {
  background-size: 40px 40px;
  -ms-background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
  margin: auto;
}
.preview::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.preview .inner {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.preview .inner h4 {
  margin-bottom: 0;
  vertical-align: middle;
  text-align: center;
}

#latest-work .entry .work-description h4 {
  line-height: 14px;
}
#latest-work .entry .work-description h4 a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
}
#latest-work .entry .work-description h4 span {
  font-style: normal;
  display: block;
  font-size: 12px;
  text-align: center;
  text-transform: lowercase;
}

/*
 * Threaded Comments
 */
#comments {
  clear: both;
}

.comment-text ol li {
  list-style: decimal;
  overflow: visible;
}
.comment-text li {
  margin: 0;
  padding: 2px;
  background: none;
  border: none !important;
}

.commentlist {
  padding-left: 0;
  margin: 0 0 20px 0;
}

.commentmetadata {
  float: left;
  margin-right: 5px;
  text-transform: lowercase;
}
.commentmetadata a {
  display: inline-block;
  padding: 2px 5px;
  background-color: #e1e4e5;
  margin-right: 2px;
}

.commentlist .reply {
  float: left;
  margin-right: 5px;
  text-transform: lowercase;
}
.commentlist li {
  padding: 10px 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  overflow: hidden;
  clear: both;
}
.commentlist li li {
  margin-left: 20px;
}

.children {
  padding: 0;
}

.awaiting_moderation {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 10px;
  background: #fff;
  border: 1px solid #eee;
}

.comment-author .date {
  display: block;
  padding-left: 2px;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 15px;
}
.comment-author cite {
  display: inline-block;
  padding-top: 5px;
  padding-left: 2px;
  font-size: 12px;
  font-style: normal;
  text-transform: capitalize;
}

.trackbacks_pingbacks.commentlist li {
  padding: 10px 0;
  background: none;
}

/* Disqus */
#disqus_thread, h3#comments {
  padding-top: 30px;
  margin-top: 30px;
}

a#cancel-comment-reply-link {
  color: #132433;
  font-weight: 600;
  display: block;
}
a#cancel-comment-reply-link:hover {
  color: #132433;
}

.logged-in-as, .comment-notes, .form-allowed-tags {
  display: none;
}

#respond p.comment-form-author {
  float: left;
  width: 320px;
  position: relative;
}
#respond p.comment-form-email {
  float: right;
  width: 320px;
  position: relative;
}
#respond p.comment-form-url {
  clear: both;
  margin: 0px 0 20px 0;
  padding-top: 20px;
}

.progress-bars.heavy .scorebar .scorebar-inner.r1 .caption, .r1 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.progress-bars.heavy .scorebar .scorebar-inner.r2 .caption, .r2 {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.progress-bars.heavy .scorebar .scorebar-inner.r3 .caption, .r3 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.comment-list li {
  margin-bottom: 30px;
}
.comment-list li:last-child {
  margin-bottom: 8px !important;
}
.comment-list .children {
  margin-left: 66px;
  margin-top: 30px;
}
.comment-list li .avatar {
  width: 38px;
  float: left;
  margin-right: 20px;
}
.comment-list .author {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.comment-list .author span {
  font-weight: 700;
  display: block;
}
.comment-list .author .date {
  font-size: 11px;
}
.comment-list li .comment-text {
  margin-left: 58px;
  background-repeat: no-repeat;
  background-position: 0px -47px;
  padding: 20px 20px 20px 30px;
}
.comment-list li .comment-text .text p {
  font-size: 12px !important;
}

/*
 * Works
 */
.works-next {
  width: 120px;
  float: right;
}

.posts-nav {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 41px;
  height: 20px;
}

/* Single Portfolio Page */
.left_sidebar .portfolio-item .work-detail-description, .right_sidebar .portfolio-item .work-detail-description {
  width: 100%;
  float: none;
  margin: 20px 0;
}

.portfolio-item {
  margin-bottom: 20px;
}
.portfolio-item .about, .portfolio-item .overview, .portfolio-item .taxonomy {
  margin-bottom: 20px;
}

.full_width .portfolio-item .work-detail-thumb {
  width: 65.33%;
  float: left;
  clear: left;
}

.portfolio-item h2 {
  font-size: 26px;
  color: #132433;
}
.portfolio-item .more {
  padding: 10px 5px;
  display: inline-block;
  text-shadow: none;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  color: #f4f5f6;
  background-color: #132433;
  background-image: none;
}
.portfolio-item .more:hover {
  color: #132433;
  background-color: #f5d433;
  text-shadow: none;
}
.portfolio-item .more:active {
  color: #132433;
  background-color: #d3d7db;
  text-shadow: none;
}

.full_width .portfolio-item .work-detail-description {
  width: 30.66%;
  clear: right;
  float: left;
  margin-left: 4%;
}

.work-detail-description h3 {
  margin: 0 0 5px 0;
  padding: 0;
}
.work-detail-description .taxonomy {
  font-family: "PT Sans", Arial, Helvetica, Verdana, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 20px;
}
.work-detail-description p {
  margin-bottom: 20px;
}

#embedd-video {
  width: 600px !important;
  display: none;
}

/* Partner Items */
.partner.isotope-item {
  padding-top: 5px;
}

.partner-item {
  overflow: hidden;
  display: inline-block;
  width: 225px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
  float: left;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0px 10px;
}

.right_sidebar .partner-item, .left_sidebar .partner-item {
  width: 192px;
  height: 100px;
}

.partner-item h3 {
  font-size: 15px;
  margin: 15px 0 2px 0;
  padding: 0;
  font-weight: 400;
}

/**** Isotope CSS3 transitions ****/
.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -moz-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: opacity;
}

/*
 * Details
 */
#home-slider .flex-control-nav {
  display: none;
}
#home-slider .loader {
  position: absolute;
  z-index: 1;
  height: 0;
  width: 0;
  border-bottom: 5px #132433 solid;
}

.home-slider .loader, .home-slider-holder .loader {
  position: absolute;
  z-index: 1;
  height: 0;
  width: 0;
  border-bottom: 5px #132433 solid;
}

#home-slider .loader.stop, .home-slider .loader.stop, .home-slider-holder .loader.stop {
  width: 100% !important;
}

.loader.animate-slider {
  -webkit-animation: slideLoader infinite linear;
  -webkit-animation-duration: 7000ms;
  -moz-animation: slideLoader infinite linear;
  -moz-animation-duration: 7000ms;
  -o-animation: slideLoader infinite linear;
  -o-animation-duration: 7000ms;
  -ms-animation: slideLoader infinite linear;
  -ms-animation-duration: 7000ms;
}

#home-slider .left-corner {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 144px;
  height: 145px;
}
#home-slider .flex-direction-nav {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  right: 0;
  bottom: 0;
  width: 144px;
  height: 145px;
}

#work-slider {
  width: 100%;
  height: auto;
  position: relative;
}
#work-slider .flex-control-nav {
  display: none;
}

/*
 * Content Formatting
 */
.lightline {
  height: 1px;
  margin: 35px 0px 40px 0px;
}

.mediumline {
  height: 0px;
  margin: 30px 0 30px 0;
}

.hearline {
  height: 0px;
  margin: 40px -30px 40px -30px;
}

.shadow-top {
  height: 6px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  opacity: 0.2;
}

.col-4 {
  float: left;
  width: 215px;
  margin-right: 20px;
}

.col-4-last {
  float: left;
  width: 215px;
  margin-right: 20px;
  margin-right: 0;
}

/*
 * Tags Formatting
 */
strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

address {
  font-style: italic;
}

.toggle pre, .toggle code {
  padding: 0px 20px 0px 20px;
  margin: 0 0 0px;
}

.accordion pre, .accordion code {
  padding: 0px 20px 0px 20px;
  margin: 0 0 0px;
}

table {
  margin: 0 0 20px 0;
  text-align: left;
  padding: 0px;
  border-bottom: 3px solid;
}

th, td {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

thead th {
  font-size: 14px;
  font-weight: 700;
  color: #777777;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  padding: 10px 5px;
}

/*
 * Ratings
 */
.scores {
  width: 250px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.scores h2 {
  text-align: center;
  padding: 10px;
  margin-bottom: 0px;
}
.scores .rating_box {
  margin-top: 20px;
}

ul.rates {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.rates li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/*
 * Copyrights
 */
#copyright {
  padding: 10px 30px;
  padding-left: 30px;
  font-size: 11px;
  position: relative;
  clear: both;
}
#copyright span.left {
  padding: 10px 0;
  float: left;
  display: inline-block;
}
#copyright span.right {
  padding: 10px 0;
  float: right;
  display: inline-block;
}
#copyright a:link, #copyright a:visited {
  text-decoration: none;
}
#copyright a:hover {
  color: #b5b5b5;
}

#back-to-top {
  position: absolute;
  top: 12px;
  right: 20px;
}
#back-to-top a {
  border: none;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}
#back-to-top a:hover {
  opacity: 1;
  border: none;
}

/* Custom Layout */
.page-template-template-contacts-php #l1 .post p {
  padding-bottom: 20px;
}

/* Tools */
.badge-large {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #439ec6;
  /* Old browsers */
  color: #ffffff;
  text-align: center;
  background: -moz-linear-gradient(top, #439ec6 0%, #3281a4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #439ec6), color-stop(100%, #3281a4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #439ec6 0%, #3281a4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #439ec6 0%, #3281a4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #439ec6 0%, #3281a4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #439ec6 0%, #3281a4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#439ec6', endColorstr='#3281a4',GradientType=0 );
  /* IE6-9 */
}
.badge-large i {
  font-size: 16px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}

.fixed {
  position: fixed;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

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

.float-none {
  float: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.display-inline-block {
  display: inline-block;
}

.image-resize.w {
  width: 100% !important;
  height: auto !important;
}
.image-resize.h {
  height: 100% !important;
  width: auto !important;
}

.rounded, .service-icon.rounded {
  border-radius: 10%;
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  -o-border-radius: 10%;
  -ms-border-radius: 10%;
}

.circled, .service-icon.circle {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100% 100%;
}

.show767 {
  display: none;
}

.aligncenter {
  text-align: center;
}

.scroll-box .grid {
  padding: 0;
  margin: 0;
}
.scroll-box .gr-box {
  float: left;
  margin: 0;
  width: 50%;
}

.after_header .gr-box .description {
  text-align: left;
}
.after_header .gr-box .description p {
  text-align: left;
}

.scroll-box .item .description time, .scroll-box .item .description h4 {
  text-align: left;
  display: block;
  width: 100%;
}
.scroll-box.flex_slideshow_container {
  margin-bottom: 0;
}
.scroll-box.flex_slideshow_container.circles ol.flex-control-nav.flex-control-paging {
  margin-top: -8px;
  margin-left: 0px;
}
.scroll-box.flex_slideshow_container.circles ol.flex-control-nav.flex-control-paging li a {
  border-radius: 0;
  width: 60px;
  height: 4px;
  display: block;
}
.scroll-box.flex_slideshow_container.circles .flex-direction-nav {
  display: none;
}
.scroll-box .scroll-2 {
  width: 100%;
}

.slider_module_inner .scroll-box .item {
  float: left;
  position: relative;
  margin: 0px 0px 2px 0px;
  padding-right: 1px;
  overflow: hidden;
  max-height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.scroll-box .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.scroll-box .item.large {
  width: 100%;
}
.scroll-box .item.large img {
  width: 100%;
}

.after_header .slider_module .scroll-box .flex-control-nav.flex-control-paging {
  margin-top: -4px;
}

.scroll-box .item img {
  width: 100%;
  height: auto;
}
.scroll-box .item.half {
  width: 50%;
}
.scroll-box .no-scroll .item.large {
  margin-left: 0;
  width: 100%;
}
.scroll-box .no-scroll .item.large img {
  width: 100%;
}
.scroll-box .no-scroll .item.half {
  width: 100%;
  height: auto;
  margin: 0;
}
.scroll-box .item .inner {
  position: relative;
  margin: 0px 1px 0px 0px;
}
.scroll-box .item .description {
  padding: 0px;
  position: absolute;
  display: block;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(32, 86, 133, 0.6);
  color: #132433;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
}
.scroll-box .item .description .head {
  padding-top: 20px;
  height: 36px;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 15px;
}
.scroll-box .item .description .head i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0px 10px 0px 0px;
  font-size: 28px;
  background-image: none;
}
.scroll-box .item .description.disp {
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
}
.scroll-box .item .description h4 {
  line-height: 1;
  margin: 0px 0 10px;
  font-size: 16px;
}
.scroll-box .item .description p {
  padding: 10px 5px;
  margin-left: 15px;
  margin-right: 15px;
}
.scroll-box .item .description time {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 4px;
  margin-top: 2px;
}
.scroll-box .item .description.disp {
  top: 170px;
}
.scroll-box .item:hover .description.disp {
  top: 0;
}
.scroll-box .item .description p {
  margin-top: 10px;
}

.recent-tabs-widget .tabs dd span {
  background-size: 5px 3px;
  -webkit-background-size: 5px 3px;
}

/* Fullwidth */
.full_width #sidebar {
  display: none;
}

/* Sidebar Elements */
.column-date {
  float: left;
  display: inline-block;
}

.line {
  height: 60px;
  clear: both;
  float: none;
}

#l2 div.type-post.single-post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-thumb-wrap {
  float: left;
}

.post-thumb {
  width: 210px;
  float: left;
}
.post-thumb a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 200px;
  padding: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.post-thumb .preview {
  position: absolute;
  top: 0;
  left: -200px;
  display: block;
  width: 200px;
  height: 200px;
  opacity: 0;
}

.big-post-thumb {
  margin-bottom: 10px;
}
.big-post-thumb img {
  padding: 2px;
}

.post-entry {
  width: 430px;
  margin-left: 30px;
  float: left;
  padding-top: 10px;
}
.post-entry h2 {
  margin-bottom: 15px;
  line-height: 26px;
}

.postmetadata {
  display: none;
}

.meta {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.meta strong {
  font-weight: 700;
}
.meta a {
  font-weight: 700;
}

.navigation a {
  font-family: "PT Sans", sans-serif, Arial, Helvetica, Verdana;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
}
.navigation a:hover {
  background-color: #132433;
  color: #ffffff;
}
.navigation .prev-posts {
  float: left;
}
.navigation .next-posts {
  float: right;
}

.blog_layout7 .post_list_image {
  max-width: 200px;
  margin-right: 15px;
}

/* General */
#footer .textwidget p {
  font-size: 12px;
  line-height: 18px;
}
#footer .widgettitle {
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  line-height: 32px;
}

/* Calendar */
#wp-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 11px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.widget_calendar .widgettitle {
  display: none;
}
.widget_calendar caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background: #fff;
  padding: 12px !important;
}

#wp-calendar caption, #wp-calendar th, #wp-calendar td {
  font-family: Lato, "PT Sans", Helvetica, Arial !important;
  padding: 4px 2px;
}
#wp-calendar tfoot {
  font-family: Lato, "PT Sans", Helvetica, Arial !important;
  padding: 4px 2px;
}
#wp-calendar tfoot td {
  border: none !important;
}
#wp-calendar tbody {
  border-spacing: 1px;
}
#wp-calendar th {
  background-color: rgba(0, 0, 0, 0.35) !important;
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 12px;
}
#wp-calendar thead th:hover {
  background-color: rgba(0, 0, 0, 0.56) !important;
  color: #fff;
}
#wp-calendar tbody td {
  margin-bottom: 1px;
  margin-right: 1px;
  background-color: white !important;
  color: #666666;
  border-right: 1px #f4f4f4 solid;
}
#wp-calendar tbody td:last-child {
  border-right-width: 0;
}
#wp-calendar tbody tr td {
  border-top: 1px #f4f4f4 solid;
}
#wp-calendar tbody td:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.56) !important;
}
#wp-calendar tbody td:hover a {
  color: #fff;
}
#wp-calendar tbody td:last-child:hover {
  background-color: rgba(0, 0, 0, 0.56) !important;
}
#wp-calendar tbody tr:hover {
  background-color: rgba(100, 100, 100, 0.05);
}
#wp-calendar td.pad:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#wp-calendar tr #prev:hover, #wp-calendar tr #next:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#wp-calendar tbody tr td:last-child {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#wp-calendar tbody #today {
  font-weight: 900 !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.9) !important;
}

#next {
  text-align: right;
}

#prev {
  text-align: left;
}

#next a, #prev a {
  text-decoration: none;
  font-weight: 600;
}

/* RSS Widget */
.rss-date {
  color: #bbb;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 5px;
}

.widget_rss li {
  margin-bottom: 15px;
}
.widget_rss li a {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.rssSummary {
  margin-bottom: 5px;
}

/* Facebook Likes Widget */
.fbConnectWidgetTopmost {
  border-width: 0;
  border-color: transparent !important;
}

#footer .widget_recent_entries li:hover, #footer .miss_subnav_widget li:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

/* Social Counters */
.facebook_like iframe[style] {
  width: 100% !important;
}

.feed-counter div {
  width: 30%;
  position: relative;
  margin-right: 5%;
  margin-bottom: 20px;
  float: left;
  height: 100px;
}
.feed-counter div:last-child {
  margin-right: 0 !important;
  clear: right;
}

#socialCounterWidget {
  text-align: center;
}

#socialCounterWidget .socialCounterBox:last-child {
  border-right-width: 0;
}
#socialCounterWidget .count {
  line-height: 15px;
  font-weight: normal;
  display: block;
  font-size: 18px;
  font-family: "PT Sans", "Georgia", serif;
}

.feed_link_widget .title {
  line-height: 15px;
  font-weight: normal;
  display: block;
  font-size: 18px;
  font-family: "PT Sans", "Georgia", serif;
  padding-top: 12px;
}

#socialCounterWidget a#sc_rss {
  display: block;
  width: 99px;
  float: left;
}

.rating_row:last-child {
  border-width: 0;
}
.rating_row:first-child {
  padding-top: 0;
}

.rating_box .red, .rating_box .black, .rating_box .blue, .rating_box .green, .rating_box .purple, .rating_box .yellow {
  background-color: transparent !important;
  border: none !important;
}
.rating_box .rates {
  display: block;
  margin-bottom: 5px;
}
.rating_box .overall_rating, .rating_box .total_rating {
  display: block;
}
.rating_box .overall_rating .star, .rating_box .total_rating .star {
  margin-top: 5px;
}
.rating_box .star, .rating_box .circle {
  display: inline-block;
  background: url(../../images/sprites/scores.png);
  background-repeat: no-repeat;
}
.rating_box .heart {
  display: inline-block;
  background: url(../../images/sprites/scores.png);
  background-repeat: no-repeat;
}
.rating_box .heart.large {
  width: 26px;
  height: 26px;
}
.rating_box .circle.large {
  width: 26px;
  height: 26px;
}
.rating_box .star.large {
  width: 32px;
  height: 32px;
}
.rating_box .star.medium {
  width: 16px;
  height: 16px;
}
.rating_box .heart.medium, .rating_box .circle.medium {
  width: 16px;
  height: 16px;
}
.rating_box .star.small, .rating_box .heart.small, .rating_box .circle.small {
  width: 12px;
  height: 12px;
}
.rating_box .star.medium.red {
  background-position: -310px -68px;
}
.rating_box .star.medium.red.half {
  background-position: -327px -68px;
}
.rating_box .star.medium.blue {
  background-position: -310px -31px;
}
.rating_box .star.medium.blue.half {
  background-position: -327px -31px;
}
.rating_box .star.medium.yellow {
  background-position: -310px -12px;
}
.rating_box .star.medium.yellow.half {
  background-position: -327px -12px;
}
.rating_box .star.medium.green {
  background-position: -310px -50px;
}
.rating_box .star.medium.green.half {
  background-position: -327px -50px;
}
.rating_box .star.medium.purple {
  background-position: -310px -87px;
}
.rating_box .star.medium.purple.half {
  background-position: -327px -87px;
}
.rating_box .star.medium.black {
  background-position: -310px -105px;
}
.rating_box .star.medium.black.half {
  background-position: -327px -105px;
}
.rating_box .star.medium.zero {
  background-position: -343px -12px;
}
.rating_box .circle.medium.red {
  background-position: -362px -68px;
}
.rating_box .circle.medium.red.half {
  background-position: -379px -68px;
}
.rating_box .circle.medium.blue {
  background-position: -362px -30px;
}
.rating_box .circle.medium.blue.half {
  background-position: -379px -30px;
}
.rating_box .circle.medium.yellow {
  background-position: -362px -12px;
}
.rating_box .circle.medium.yellow.half {
  background-position: -379px -12px;
}
.rating_box .circle.medium.green {
  background-position: -362px -50px;
}
.rating_box .circle.medium.green.half {
  background-position: -379px -50px;
}
.rating_box .circle.medium.purple {
  background-position: -362px -86px;
}
.rating_box .circle.medium.purple.half {
  background-position: -379px -86px;
}
.rating_box .circle.medium.black {
  background-position: -362px -105px;
}
.rating_box .circle.medium.black.half {
  background-position: -379px -105px;
}
.rating_box .circle.medium.zero {
  background-position: -395px -12px;
}
.rating_box .heart.medium.red {
  background-position: -411px -68px;
}
.rating_box .heart.medium.red.half {
  background-position: -425px -68px;
}
.rating_box .heart.medium.blue {
  background-position: -411px -31px;
}
.rating_box .heart.medium.blue.half {
  background-position: -425px -31px;
}
.rating_box .heart.medium.yellow {
  background-position: -411px -12px;
}
.rating_box .heart.medium.yellow.half {
  background-position: -425px -12px;
}
.rating_box .heart.medium.green {
  background-position: -411px -49px;
}
.rating_box .heart.medium.green.half {
  background-position: -425px -49px;
}
.rating_box .heart.medium.purple {
  background-position: -411px -86px;
}
.rating_box .heart.medium.purple.half {
  background-position: -425px -86px;
}
.rating_box .heart.medium.black {
  background-position: -410px -104px;
}
.rating_box .heart.medium.black.half {
  background-position: -424px -104px;
}
.rating_box .heart.medium.zero {
  background-position: -440px -12px;
}
.rating_box .star.small.red {
  background-position: -312px -177px;
}
.rating_box .star.small.red.half {
  background-position: -324px -177px;
}
.rating_box .star.small.blue {
  background-position: -312px -149px;
}
.rating_box .star.small.blue.half {
  background-position: -324px -149px;
}
.rating_box .star.small.yellow {
  background-position: -312px -135px;
}
.rating_box .star.small.yellow.half {
  background-position: -324px -135px;
}
.rating_box .star.small.green {
  background-position: -312px -163px;
}
.rating_box .star.small.green.half {
  background-position: -324px -163px;
}
.rating_box .star.small.purple {
  background-position: -312px -191px;
}
.rating_box .star.small.purple.half {
  background-position: -324px -191px;
}
.rating_box .star.small.black {
  background-position: -312px -204px;
}
.rating_box .star.small.black.half {
  background-position: -324px -204px;
}
.rating_box .star.small.zero {
  background-position: -336px -135px;
}
.rating_box .circle.small.red {
  background-position: -351px -177px;
}
.rating_box .circle.small.red.half {
  background-position: -363px -177px;
}
.rating_box .circle.small.blue {
  background-position: -351px -149px;
}
.rating_box .circle.small.blue.half {
  background-position: -363px -149px;
}
.rating_box .circle.small.yellow {
  background-position: -351px -135px;
}
.rating_box .circle.small.yellow.half {
  background-position: -363px -135px;
}
.rating_box .circle.small.green {
  background-position: -351px -163px;
}
.rating_box .circle.small.green.half {
  background-position: -363px -163px;
}
.rating_box .circle.small.purple {
  background-position: -351px -191px;
}
.rating_box .circle.small.purple.half {
  background-position: -363px -191px;
}
.rating_box .circle.small.black {
  background-position: -351px -204px;
}
.rating_box .circle.small.black.half {
  background-position: -363px -204px;
}
.rating_box .circle.small.zero {
  background-position: -375px -135px;
}
.rating_box .heart.small.red {
  background-position: -387px -177px;
}
.rating_box .heart.small.red.half {
  background-position: -399px -177px;
}
.rating_box .heart.small.blue {
  background-position: -387px -149px;
}
.rating_box .heart.small.blue.half {
  background-position: -399px -149px;
}
.rating_box .heart.small.yellow {
  background-position: -387px -135px;
}
.rating_box .heart.small.yellow.half {
  background-position: -399px -135px;
}
.rating_box .heart.small.green {
  background-position: -387px -163px;
}
.rating_box .heart.small.green.half {
  background-position: -399px -163px;
}
.rating_box .heart.small.purple {
  background-position: -387px -191px;
}
.rating_box .heart.small.purple.half {
  background-position: -399px -191px;
}
.rating_box .heart.small.black {
  background-position: -386px -204px;
}
.rating_box .heart.small.black.half {
  background-position: -398px -204px;
}
.rating_box .heart.small.zero {
  background-position: -410px -135px;
}
.rating_box .heart.large.red {
  background-position: -209px -123px;
}
.rating_box .heart.large.red.half {
  background-position: -239px -123px;
}
.rating_box .heart.large.blue {
  background-position: -209px -49px;
}
.rating_box .heart.large.blue.half {
  background-position: -239px -49px;
}
.rating_box .heart.large.yellow {
  background-position: -209px -12px;
}
.rating_box .heart.large.yellow.half {
  background-position: -239px -12px;
}
.rating_box .heart.large.green {
  background-position: -209px -87px;
}
.rating_box .heart.large.green.half {
  background-position: -239px -87px;
}
.rating_box .heart.large.purple {
  background-position: -209px -160px;
}
.rating_box .heart.large.purple.half {
  background-position: -239px -160px;
}
.rating_box .heart.large.black {
  background-position: -208px -196px;
}
.rating_box .heart.large.black.half {
  background-position: -238px -196px;
}
.rating_box .heart.large.zero {
  background-position: -269px -12px;
}
.rating_box .circle.large.red {
  background-position: -111px -123px;
}
.rating_box .circle.large.red.half {
  background-position: -143px -123px;
}
.rating_box .circle.large.blue {
  background-position: -111px -49px;
}
.rating_box .circle.large.blue.half {
  background-position: -143px -49px;
}
.rating_box .circle.large.yellow {
  background-position: -111px -12px;
}
.rating_box .circle.large.yellow.half {
  background-position: -143px -12px;
}
.rating_box .circle.large.green {
  background-position: -111px -87px;
}
.rating_box .circle.large.green.half {
  background-position: -143px -87px;
}
.rating_box .circle.large.purple {
  background-position: -111px -160px;
}
.rating_box .circle.large.purple.half {
  background-position: -143px -160px;
}
.rating_box .circle.large.black {
  background-position: -111px -197px;
}
.rating_box .circle.large.black.half {
  background-position: -143px -197px;
}
.rating_box .circle.large.zero {
  background-position: -175px -12px;
}
.rating_box .star.large.red {
  background-position: -5px -118px;
}
.rating_box .star.large.red.half {
  background-position: -38px -118px;
}
.rating_box .star.large.blue {
  background-position: -5px -44px;
}
.rating_box .star.large.blue.half {
  background-position: -38px -44px;
}
.rating_box .star.large.yellow {
  background-position: -5px -7px;
}
.rating_box .star.large.yellow.half {
  background-position: -38px -7px;
}
.rating_box .star.large.green {
  background-position: -5px -82px;
}
.rating_box .star.large.green.half {
  background-position: -38px -82px;
}
.rating_box .star.large.purple {
  background-position: -5px -156px;
}
.rating_box .star.large.purple.half {
  background-position: -38px -156px;
}
.rating_box .star.large.black {
  background-position: -5px -192px;
}
.rating_box .star.large.black.half {
  background-position: -38px -192px;
}
.rating_box .star.large.zero {
  background-position: -71px -7px;
}
.rating_box .rating_stars {
  float: right;
  width: 100px;
  padding-top: 2px;
}
.rating_box.loop {
  float: right;
  margin-top: 9px;
  display: inline-block;
}

.rating_right {
  float: right;
  margin: 0 5px 0 0;
  padding: 0;
}
.rating_right span {
  float: left;
}

.single_post_module .rating_box {
  width: 228px;
  float: left;
  margin: 3px 20px 20px 0;
  background: #fafafa;
  padding: 15px;
}

.score.total {
  text-align: center;
  font-size: 20px;
  padding: 0;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  float: left;
}

.overall_rating {
  margin-bottom: 20px;
}
.overall_rating h4 {
  margin-bottom: 0;
}
.overall_rating .total-inner {
  height: 40px;
  font-weight: 900;
  background-color: #efefef;
  margin: 0;
  line-height: 40px;
  overflow: hidden;
}
.overall_rating .total-inner .right {
  float: right;
  margin-right: 5px;
}

#sidebar .post_list_module .rating_box {
  width: 80px;
  margin-top: 7px;
}
#sidebar .post_list_module p.post_meta {
  width: 110px;
  float: left;
}

ul.rates {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.rates li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.rating_box ul.rates .star.medium, .rating_box ul.rates .heart.medium, .rating_box ul.rates .circle.medium {
  float: left;
  margin-top: 2px;
}

.rating_row {
  border-bottom: 1px rgba(0, 0, 0, 0.04) solid;
  padding-top: 4px;
  padding-bottom: 4px;
}

.single_post_module .rating_box {
  width: 228px;
  float: left;
  margin: 3px 20px 20px 0;
  background: #fafafa;
  padding: 15px;
}

.score.total {
  text-align: center;
  font-size: 20px;
  padding: 0;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  background-color: #132433;
  color: #f5db39;
  float: left;
}

.overall_rating {
  margin-bottom: 20px;
}
.overall_rating h4 {
  margin-bottom: 0;
}
.overall_rating .total-inner {
  height: 40px;
  font-weight: 900;
  background-color: #efefef;
  margin: 0;
  line-height: 40px;
  overflow: hidden;
}
.overall_rating .total-inner .right {
  float: right;
  margin-right: 5px;
}

#sidebar .post_list_module .rating_box {
  width: 80px;
  margin-top: 7px;
}
#sidebar .post_list_module p.post_meta {
  width: 110px;
  float: left;
}

ul.rates {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.rates li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.rating_box ul.rates .star.medium, .rating_box ul.rates .heart.medium, .rating_box ul.rates .circle.medium {
  float: left;
  margin-top: 2px;
}

.rating_row {
  border-bottom: 1px rgba(0, 0, 0, 0.04) solid;
  padding-top: 4px;
  padding-bottom: 4px;
}

.rank_steam {
  float: left;
  margin-left: 2px;
  position: relative;
}
.rank_steam .cone {
  left: 0;
  position: absolute;
  overflow: hidden;
}
.rank_steam .cone i {
  line-height: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.rank_steam .ctwo {
  right: 0;
  position: absolute;
  overflow: hidden;
}
.rank_steam .ctwo i {
  padding: 0;
  line-height: 100%;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
}

h2 {
  font-size: 30px;
  margin: 5px 0px 25px 0px;
}

h3 {
  font-size: 24px;
  margin: 5px 0px 20px 0px;
}

h4 {
  font-size: 20px;
  margin: 5px 0px 15px 0px;
}

h5 {
  font-size: 18px;
  margin: 5px 0px 10px 0px;
}

h6 {
  font-size: 16px;
  margin: 5px 0px 5px 0px;
}

body {
  word-wrap: break-word;
  line-height: 20px;
}
body .wpb_row img {
  max-width: 100%;
}
body.boxed_layout.responsive_disabled .page-body.boxed.container, body.boxed_layout .page-body.boxed.container .container {
  max-width: 960px;
}
body.boxed_layout.responsive_disabled .page-body.boxed-bootstrap, body.boxed_layout .page-body.boxed-bootstrap .container {
  max-width: 1170px;
}

.page-body.boxed-bootstrap {
  margin: 0 auto;
}
.page-body.boxed-bootstrap.container {
  margin: 0 auto;
}

body.boxed_layout .page-body {
  max-width: 960px;
  padding-left: 25px;
  padding-right: 25px;
}
body.boxed_layout .page-body.boxed1170, body.boxed_layout .page-body.boxed-bootstrap {
  max-width: 1170px;
}
body.boxed_layout .page-body.boxed1170.container .container, body.boxed_layout .page-body.boxed-bootstrap.container .container {
  max-width: 1170px;
}
body.boxed_layout .before_header, body.boxed_layout header, body.boxed_layout .extra_header, body.boxed_layout .before_footer, body.boxed_layout footer, body.boxed_layout .before_footer_twitter {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}

.boxed_layout .fullwidthbanner .banner {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}

body.boxed_layout .after_header, body.boxed_layout .page_caption, body.boxed_layout .partners_section, body.boxed_layout .after_main_content, body.boxed_layout .region_separator, body.boxed_layout .before_main_content {
  margin-left: -25px;
  margin-right: -25px;
}
body.boxed_layout .partners_section .region_separator {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.clearboth {
  clear: both;
}

[class^="fa-icon-"], [class*=" fa-icon-"], [class^="im-icon-"], [class*=" im-icon-"], [class^="fa-icon-"]:before, [class*=" fa-icon-"]:before, [class^="im-icon-"]:before, [class*=" im-icon-"]:before {
  padding: 0px;
  text-decoration: inherit;
  line-height: inherit;
}

/* tools */
ins {
  text-decoration: none;
}

a:link, a:hover {
  text-decoration: none;
}

header.fixed {
  margin-top: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.boxed_layout .header.fixed {
  width: auto;
}

i.add_to_last {
  float: left;
  position: relative;
}

.relative {
  position: relative;
}

.main_content {
  margin-bottom: 10px;
}

/* color scheme */
.btn1, button {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

input[type="submit"], input[type="button"] {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

.single_module.portfolio .post_nav_module a, #comments .commentmetadata a, .miss_form_row input[type="submit"] {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

.form-submit input[type="submit"], .form-submit button {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

.nivo-main-image {
  height: auto !important;
}

.nivoSlider .nivo-box {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}

.flex-direction-nav li a {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  text-shadow: none;
}

.loop_content.products .cart .single_add_to_cart_button, .loop_content.products .cart .minus, .loop_content.products .cart .plus {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

.widget_shopping_cart .buttons .button {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.woocommerce .cart .quantity .minus, .woocommerce .cart .quantity .plus {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.woocommerce .shop_table input.button {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.woocommerce .shop_table input.button.alt {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

.products .product_item .box a.button {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

.main_content .woocommerce .buttons a.button, .main_content .woocommerce a.button {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.main_content .woocommerce-page a.button, .main_content .woocommerce button.button, .main_content .woocommerce-page button.button, .main_content .woocommerce input.button, .main_content .woocommerce-page input.button, .main_content .woocommerce #respond input#submit, .main_content .woocommerce-page #respond input#submit, .main_content .woocommerce #content input.button, .main_content .woocommerce-page #content input.button {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.main_content .woocommerce .buttons a.button, .main_content .woocommerce a.button.alt {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.main_content .woocommerce-page a.button.alt, .main_content .woocommerce button.button.alt, .main_content .woocommerce-page button.button.alt, .main_content .woocommerce input.button.alt, .main_content .woocommerce-page input.button.alt, .main_content .woocommerce #respond input#submit.alt, .main_content .woocommerce-page #respond input#submit.alt, .main_content .woocommerce #content input.button.alt, .main_content .woocommerce-page #content input.button.alt, .main_content .woocommerce .quantity .plus, .main_content .woocommerce-page .quantity .plus, .main_content .woocommerce #content .quantity .plus, .main_content .woocommerce-page #content .quantity .plus, .main_content .woocommerce .quantity .minus, .main_content .woocommerce-page .quantity .minus, .main_content .woocommerce #content .quantity .minus, .main_content .woocommerce-page #content .quantity .minus {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.main_content .woocommerce .buttons a.button:hover, .main_content .woocommerce a.button:hover:hover {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.main_content .woocommerce-page a.button:hover, .main_content .woocommerce button.button:hover, .main_content .woocommerce-page button.button:hover, .main_content .woocommerce input.button:hover, .main_content .woocommerce-page input.button:hover, .main_content .woocommerce #respond input#submit:hover, .main_content .woocommerce-page #respond input#submit:hover, .main_content .woocommerce #content input.button:hover, .main_content .woocommerce-page #content input.button:hover {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.main_content .woocommerce .buttons a.button:hover, .main_content .woocommerce a.button.alt:hover {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.main_content .woocommerce-page a.button.alt:hover, .main_content .woocommerce button.button.alt:hover, .main_content .woocommerce-page button.button.alt:hover, .main_content .woocommerce input.button.alt:hover, .main_content .woocommerce-page input.button.alt:hover, .main_content .woocommerce #respond input#submit.alt:hover, .main_content .woocommerce-page #respond input#submit.alt:hover, .main_content .woocommerce #content input.button.alt:hover, .main_content .woocommerce-page #content input.button.alt:hover, .main_content .woocommerce .quantity .plus:hover, .main_content .woocommerce-page .quantity .plus:hover, .main_content .woocommerce #content .quantity .plus:hover, .main_content .woocommerce-page #content .quantity .plus:hover, .main_content .woocommerce .quantity .minus:hover, .main_content .woocommerce-page .quantity .minus:hover, .main_content .woocommerce #content .quantity .minus:hover, .main_content .woocommerce-page #content .quantity .minus:hover .main_content .woocommerce .buttons a.button:active, .main_content .woocommerce a.button:active:active, .main_content .woocommerce-page a.button:active, .main_content .woocommerce button.button:active, .main_content .woocommerce-page button.button:active, .main_content .woocommerce input.button:active, .main_content .woocommerce-page input.button:active, .main_content .woocommerce #respond input#submit:active, .main_content .woocommerce-page #respond input#submit:active, .main_content .woocommerce #content input.button:active, .main_content .woocommerce-page #content input.button:active {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.main_content .woocommerce .buttons a.button:active, .main_content .woocommerce a.button.alt:active {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.main_content .woocommerce-page a.button.alt:active, .main_content .woocommerce button.button.alt:active, .main_content .woocommerce-page button.button.alt:active, .main_content .woocommerce input.button.alt:active, .main_content .woocommerce-page input.button.alt:active, .main_content .woocommerce #respond input#submit.alt:active, .main_content .woocommerce-page #respond input#submit.alt:active, .main_content .woocommerce #content input.button.alt:active, .main_content .woocommerce-page #content input.button.alt:active, .main_content .woocommerce .quantity .plus:active, .main_content .woocommerce-page .quantity .plus:active, .main_content .woocommerce #content .quantity .plus:active, .main_content .woocommerce-page #content .quantity .plus:active, .main_content .woocommerce .quantity .minus:active, .main_content .woocommerce-page .quantity .minus:active, .main_content .woocommerce #content .quantity .minus:active, .main_content .woocommerce-page #content .quantity .minus:active {
  display: inline-block;
  border: 0px none;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.3);
  text-shadow: none;
}

.btn1 {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.btn1.medium_button {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}

.single_module.portfolio .post_nav_module a, .miss_form_row input[type="submit"], .form-submit input[type="submit"], input[type="submit"], .form-submit button, .woocommerce .shop_table input.button {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}

.loop_content.products .cart .single_add_to_cart_button, .loop_content.products .cart .minus, .loop_content.products .cart .plus {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}

.woocommerce .buttons a.button, .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}

.products .product_item .box a.button {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}

.main_content .woocommerce .buttons a.button, .main_content .woocommerce a.button {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce-page a.button, .main_content .woocommerce button.button, .main_content .woocommerce-page button.button, .main_content .woocommerce input.button, .main_content .woocommerce-page input.button, .main_content .woocommerce #respond input#submit, .main_content .woocommerce-page #respond input#submit, .main_content .woocommerce #content input.button, .main_content .woocommerce-page #content input.button {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce .buttons a.button, .main_content .woocommerce a.button.alt {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce-page a.button.alt, .main_content .woocommerce button.button.alt, .main_content .woocommerce-page button.button.alt, .main_content .woocommerce input.button.alt, .main_content .woocommerce-page input.button.alt, .main_content .woocommerce #respond input#submit.alt, .main_content .woocommerce-page #respond input#submit.alt, .main_content .woocommerce #content input.button.alt, .main_content .woocommerce-page #content input.button.alt, .main_content .woocommerce .quantity .plus, .main_content .woocommerce-page .quantity .plus, .main_content .woocommerce #content .quantity .plus, .main_content .woocommerce-page #content .quantity .plus, .main_content .woocommerce .quantity .minus, .main_content .woocommerce-page .quantity .minus, .main_content .woocommerce #content .quantity .minus, .main_content .woocommerce-page #content .quantity .minus {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce .buttons a.button:hover, .main_content .woocommerce a.button:hover:hover {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce-page a.button:hover, .main_content .woocommerce button.button:hover, .main_content .woocommerce-page button.button:hover, .main_content .woocommerce input.button:hover, .main_content .woocommerce-page input.button:hover, .main_content .woocommerce #respond input#submit:hover, .main_content .woocommerce-page #respond input#submit:hover, .main_content .woocommerce #content input.button:hover, .main_content .woocommerce-page #content input.button:hover {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce .buttons a.button:hover, .main_content .woocommerce a.button.alt:hover {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce-page a.button.alt:hover, .main_content .woocommerce button.button.alt:hover, .main_content .woocommerce-page button.button.alt:hover, .main_content .woocommerce input.button.alt:hover, .main_content .woocommerce-page input.button.alt:hover, .main_content .woocommerce #respond input#submit.alt:hover, .main_content .woocommerce-page #respond input#submit.alt:hover, .main_content .woocommerce #content input.button.alt:hover, .main_content .woocommerce-page #content input.button.alt:hover {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce .buttons a.button:active, .main_content .woocommerce a.button:active:active {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce-page a.button:active, .main_content .woocommerce button.button:active, .main_content .woocommerce-page button.button:active, .main_content .woocommerce input.button:active, .main_content .woocommerce-page input.button:active, .main_content .woocommerce #respond input#submit:active, .main_content .woocommerce-page #respond input#submit:active, .main_content .woocommerce #content input.button:active, .main_content .woocommerce-page #content input.button:active {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce .buttons a.button:active, .main_content .woocommerce a.button.alt:active {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
.main_content .woocommerce-page a.button.alt:active, .main_content .woocommerce button.button.alt:active, .main_content .woocommerce-page button.button.alt:active, .main_content .woocommerce input.button.alt:active, .main_content .woocommerce-page input.button.alt:active, .main_content .woocommerce #respond input#submit.alt:active, .main_content .woocommerce-page #respond input#submit.alt:active, .main_content .woocommerce #content input.button.alt:active, .main_content .woocommerce-page #content input.button.alt:active {
  padding: 6px 20px 7px 20px;
  font-size: 14px;
  line-height: 20px;
}

.btn1.small_button, .commentmetadata a {
  padding: 4px 15px 4px 15px;
  font-size: 85% !important;
}

.btn1.large_button {
  padding: 8px 25px 11px 25px;
  font-size: 125% !important;
}
.btn1:hover.btn2:hover {
  opacity: 0.8;
}

input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.8;
}

.single_module.portfolio .post_nav_module a:hover *, #comments .commentmetadata a:hover, .miss_form_row input[type="submit"]:hover {
  opacity: 0.8;
}

.form-submit input[type="submit"]:hover, .form-submit button:hover {
  opacity: 0.8;
}

.flex-direction-nav li a:hover {
  opacity: 0.8;
}

.btn1:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}

input[type="submit"]:hover, input[type="button"]:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.single_module.portfolio .post_nav_module a:hover *, #comments .commentmetadata a:hover, .miss_form_row input[type="submit"]:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.form-submit input[type="submit"]:hover, .form-submit button:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.loop_content.products .cart .single_add_to_cart_button:hover, .loop_content.products .cart .minus:hover, .loop_content.products .cart .plus:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.main_content .woocommerce .buttons a.button:hover, .main_content .woocommerce a.button:hover:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.main_content .woocommerce-page a.button:hover, .main_content .woocommerce button.button:hover, .main_content .woocommerce-page button.button:hover, .main_content .woocommerce input.button:hover, .main_content .woocommerce-page input.button:hover, .main_content .woocommerce #respond input#submit:hover, .main_content .woocommerce-page #respond input#submit:hover, .main_content .woocommerce #content input.button:hover, .main_content .woocommerce-page #content input.button:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.main_content .woocommerce .buttons a.button:hover, .main_content .woocommerce a.button.alt:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.main_content .woocommerce-page a.button.alt:hover, .main_content .woocommerce button.button.alt:hover, .main_content .woocommerce-page button.button.alt:hover, .main_content .woocommerce input.button.alt:hover, .main_content .woocommerce-page input.button.alt:hover, .main_content .woocommerce #respond input#submit.alt:hover, .main_content .woocommerce-page #respond input#submit.alt:hover, .main_content .woocommerce #content input.button.alt:hover, .main_content .woocommerce-page #content input.button.alt:hover, .main_content .woocommerce .quantity .plus:hover, .main_content .woocommerce-page .quantity .plus:hover, .main_content .woocommerce #content .quantity .plus:hover, .main_content .woocommerce-page #content .quantity .plus:hover, .main_content .woocommerce .quantity .minus:hover, .main_content .woocommerce-page .quantity .minus:hover, .main_content .woocommerce #content .quantity .minus:hover, .main_content .woocommerce-page #content .quantity .minus:hover {
  -webkit-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 13px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.btn1:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}

input[type="submit"]:active, input[type="button"]:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}

.single_module.portfolio .post_nav_module a:active *, #comments .commentmetadata a:active, .miss_form_row input[type="submit"]:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}

.form-submit input[type="submit"]:active, .form-submit button:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}

.loop_content.products .cart .single_add_to_cart_button:active, .loop_content.products .cart .minus:active, .loop_content.products .cart .plus:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}

.main_content .woocommerce .buttons a.button:active, .main_content .woocommerce a.button:active:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}
.main_content .woocommerce-page a.button:active, .main_content .woocommerce button.button:active, .main_content .woocommerce-page button.button:active, .main_content .woocommerce input.button:active, .main_content .woocommerce-page input.button:active, .main_content .woocommerce #respond input#submit:active, .main_content .woocommerce-page #respond input#submit:active, .main_content .woocommerce #content input.button:active, .main_content .woocommerce-page #content input.button:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}
.main_content .woocommerce .buttons a.button:active, .main_content .woocommerce a.button.alt:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}
.main_content .woocommerce-page a.button.alt:active, .main_content .woocommerce button.button.alt:active, .main_content .woocommerce-page button.button.alt:active, .main_content .woocommerce input.button.alt:active, .main_content .woocommerce-page input.button.alt:active, .main_content .woocommerce #respond input#submit.alt:active, .main_content .woocommerce-page #respond input#submit.alt:active, .main_content .woocommerce #content input.button.alt:active, .main_content .woocommerce-page #content input.button.alt:active, .main_content .woocommerce .quantity .plus:active, .main_content .woocommerce-page .quantity .plus:active, .main_content .woocommerce #content .quantity .plus:active, .main_content .woocommerce-page #content .quantity .plus:active, .main_content .woocommerce .quantity .minus:active, .main_content .woocommerce-page .quantity .minus:active, .main_content .woocommerce #content .quantity .minus:active, .main_content .woocommerce-page #content .quantity .minus:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px 30px 30px rgba(0, 0, 0, 0.2), inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}

.btn2 {
  display: inline-block;
  border: 0px none;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  padding: 9px 25px 11px 25px;
  font-size: 20px;
}
.btn2.small_button {
  padding: 2px 10px 2px 10px;
  font-size: 16px;
}
.btn2.medium_button {
  padding: 9px 25px 11px 25px;
  font-size: 20px;
}
.btn2.large_button {
  padding: 11px 35px 14px 35px;
  font-size: 24px;
  font-weight: 600;
}
.btn2:hover {
  -webkit-box-shadow: inset 0px -50px 30px -30px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0px -50px 30px -30px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0px -50px 30px -30px rgba(255, 255, 255, 0.7);
}
.btn2:active {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px -50px 30px -30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px -50px 30px -30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.3), inset 0px -50px 30px -30px rgba(0, 0, 0, 0.1);
}

/* extra_header */
.extra_header {
  min-height: 32px;
  line-height: 32px;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}
.extra_header .extra_item {
  height: 20px;
  padding: 7px 0;
  line-height: 20px !important;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}
.extra_header .extra_item .flag-icon img {
  border-radius: 0;
}
.extra_header .langs .nav {
  z-index: 100;
}
.extra_header .langs .nav li.dropdown {
  z-index: 101;
  opacity: 0.8;
}
.extra_header .langs .nav li.dropdown ul.dropdown-menu {
  z-index: 102;
  border: none;
  margin-top: 6px;
}
.extra_header .langs .nav li.dropdown ul.dropdown-menu li {
  z-index: 103;
  background: transparent;
  padding: 5px;
}
.extra_header .langs .nav li.dropdown ul li a {
  padding: 0;
  margin: 0;
}
.extra_header .langs .nav li.dropdown ul li a img {
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.extra_header .extra_item:last-child {
  margin-right: 0px;
}
.extra_header .extra_item .nav {
  margin: 0px;
}
.extra_header .extra_item .nav ul > li {
  display: block;
  float: none;
}
.extra_header .extra_item .nav li a {
  padding: 0px 10px;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
}
.extra_header .extra_item a * {
  color: inherit;
}
.extra_header .extra_item .nav li {
  float: left;
}
.extra_header .extra_item .nav li a:hover, .extra_header .extra_item .nav li a:focus {
  background-color: transparent;
  outline: none;
}
.extra_header .extra_item .nav li:first-child a {
  border: 0px none;
}
.extra_header .extra_item .nav.extra li ul, .extra_header .extra_item .nav.extra li:hover ul {
  display: none;
}
.extra_header .social_icon i {
  font-size: 14px;
  padding: 0px 5px;
  text-align: center;
  cursor: pointer;
}
.extra_header .nav .dropdown.open ul {
  display: inline-block;
}

/* header */
.site_info .v_aligning, .site_info .item_contact {
  line-height: 150%;
}
.site_info .site_contacts {
  text-align: right;
}
.site_info .item_contact {
  text-align: left;
  display: block;
  position: relative;
  margin: 0px;
  padding-left: 22px;
}
.site_info .item_contact > i {
  position: absolute;
  display: inline-block;
  width: 18px;
  text-align: center;
  left: 0px;
  line-height: inherit;
  font-size: inherit;
}
.site_info .site_logo img {
  max-width: 100%;
}
.site_info .site_description span {
  line-height: 1.6em;
}
.site_info .sociable {
  float: right;
  display: block;
}
.site_info .sociable .social_icon {
  display: block;
  float: left;
  text-align: center;
  margin: 5px;
}
.site_info .sociable .social_icon:last-child {
  margin-right: 0px;
}
.site_info .sociable .social_icon > i {
  display: inline-block;
  height: 32px;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.site_info .sociable .social_icon > i:before {
  padding-top: 3px;
}
.site_info .company_logo.col-sm-12 {
  text-align: center;
}
.site_info .company_logo > a {
  display: inline-block;
}
.site_info .company_logo .site_logo {
  display: inline-block;
  vertical-align: middle;
}
.site_info .company_logo .site_title {
  display: inline-block;
  vertical-align: middle;
}
.site_info .company_logo .site_title h1 {
  margin: 0px;
  font-size: 32px;
}
.site_info .company_logo .site_title h1 span {
  line-height: 100%;
}
.site_info > .container > .row > div > * {
  display: inline-block;
  vertical-align: middle;
}

/* Navigation */
body > .page-body > header {
  border-width: 1px 0px;
  border-style: solid;
}
body > .page-body > header .container .row .col-sm-12 {
  position: relative;
  float: none;
}

header .navbar {
  border-width: 0;
  margin: 0px;
  position: relative;
  width: 100%;
  float: right;
}
header .navbar.navbar-relative-top {
  opacity: 1;
}
header .navbar .menu-logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
}
header .navbar .menu-logo img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 0 5px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
header .navbar .menu-logo.mobile {
  display: none;
}
header .navbar .btn-menu {
  position: relative;
  outline: none;
  cursor: pointer;
  background: transparent;
  background-image: none;
  padding: 0px;
}
header .navbar .btn-menu .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  padding: 0px;
  margin: 0px 0px 3px 0px;
}
header .navbar .nav-collapse .nav > li > .dropdown-wrap > .dropdown-menu {
  margin: 0px;
  z-index: 5000;
}
header .navbar nav {
  text-align: left;
  float: left;
  display: inline-block;
  float: none;
  margin: -1px auto 0px;
  position: static;
  z-index: 9500;
}
header .navbar nav.navbar-collapse {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
header .navbar nav.centered {
  text-align: center;
}
header .navbar nav.centered .navbar-nav {
  display: inline-block;
  float: none;
}
header .navbar nav li {
  position: relative;
}
header .navbar nav li.submenu_enable_full_width {
  position: static;
}
header .navbar nav li.nav-search-box {
  position: absolute;
  right: 10px;
  width: 40px;
  text-align: right;
}
header .navbar nav li.nav-search-box .search-button {
  padding: 0 20px;
  float: right;
  text-align: center;
}
header .navbar nav li.nav-search-box .search-button > i {
  padding: 0;
  margin: 0;
  float: none;
}
header .navbar nav li.nav-search-box .search-button::after {
  content: none;
}
header .navbar nav li.nav-search-box .icosearch {
  font-size: 20px;
  right: 0px;
  float: right;
}
header .navbar nav li.nav-search-box .search-form {
  display: none;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  width: 285px;
  margin: 0px;
  float: right;
  left: 0px;
  top: 0;
  position: relative;
  z-index: 5;
  max-width: 1170px;
}
header .navbar nav li.nav-search-box .search-form fieldset {
  position: relative;
  border: 0px none;
  padding: 5px 8px;
  overflow: visible;
  height: 62px;
}
header .navbar nav li.nav-search-box .search-form fieldset input[type="text"] {
  height: 62px;
  font-size: 16px;
  padding: 26px 10px;
}
header .navbar nav li.nav-search-box .search-form fieldset:before {
  content: ' ';
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  top: -7px;
  right: 22px;
  border-style: solid;
  border-width: 0px 7px 7px 7px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
header .navbar nav li.nav-search-box .search-form fieldset i {
  display: none;
}
header .navbar nav li .hl {
  height: 3px;
  width: 3px;
  top: 50%;
  margin-top: -4px;
  border-radius: 12px;
  display: block;
  font-size: 8px;
  position: absolute;
  left: 8px;
  z-index: 999;
  padding: 0;
  margin: 0;
}
header .navbar nav li > a {
  text-shadow: none;
  text-transform: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: relative;
}
header .navbar nav li:last-child > a {
  padding-right: 0px;
}
header .navbar nav li > a > i {
  float: left;
}
header .navbar nav li ul {
  text-align: left;
}
header .navbar nav .nav {
  /* Addon captions */
}
header .navbar nav .nav a {
  cursor: default;
}
header .navbar nav .nav a[href] {
  cursor: pointer;
}
header .navbar nav .nav > li:hover > a:before, header .navbar nav .nav > .current-menu-item > a:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
}
header .navbar nav .nav > li:hover > a:before, header .navbar nav .nav > .current-menu-item > a:before {
  top: 100%;
  height: 1px;
}
header .navbar nav .nav > li.nav-search-box:hover > a:before {
  display: none;
  content: none;
}
header .navbar nav .nav > li > a.with_icon {
  padding-right: 35px;
}
header .navbar nav .nav > li > a.with_icon > .half, header .navbar nav .nav > li > a.with_icon > .teaser {
  margin-left: 38px;
}
header .navbar nav .nav > .current-menu-item > a:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 100%;
  margin-top: -8px;
  left: 7px;
  border-width: 4px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
header .navbar nav .nav li > a > .half {
  display: block;
  position: relative;
}
header .navbar nav .nav > li > a.with_teaser > .half > span {
  display: block;
  position: relative;
  white-space: nowrap;
  bottom: 0px;
  line-height: 100%;
  text-align: left;
}
header .navbar nav .nav > li > a.with_teaser small.teaser {
  position: relative;
  display: block;
  margin-top: 3px;
  line-height: 100%;
  white-space: nowrap;
  text-transform: lowercase;
  text-align: left;
}
header .navbar nav .nav ul ul a.with_teaser small.teaser {
  display: none;
}
header .navbar nav .nav li a .teaser {
  display: none;
}
header .navbar nav .nav > li > .dropdown-wrap > .dropdown-menu.floafright {
  float: right;
  right: 0px;
  left: auto;
}

/* Navigation Dropdown variations */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
}

.navbar .nav li:hover > .dropdown-wrap > .dropdown-menu, .navbar .nav-collapse .nav ul.dropdown-menu li:hover > ul.dropdown-menu {
  display: block;
}
.navbar .nav li:hover > .dropdown-wrap > .dropdown-menu.multicolumn_dropdown, .navbar .nav li:hover > .dropdown-wrap > .dropdown-menu.recent_posts_dropdown, .navbar .nav li:hover > .dropdown-wrap > .dropdown-menu.pages_gallery_dropdown {
  display: inline-block;
}

.nav .dropdown-menu li:after {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  clear: both;
}

.menu_item_without_text .link_text {
  display: none;
}

.nav > li > .dropdown-wrap {
  position: absolute;
}
.nav > li > .dropdown-wrap > .dropdown-menu {
  position: relative;
  width: auto;
}
.nav > li > .dropdown-wrap > .dropdown-menu.std_dropdown {
  min-width: 210px;
}
.nav > li > .dropdown-wrap > .dropdown-menu .post_preview {
  position: static;
}
.nav > li > .dropdown-wrap > .dropdown-menu .post_preview > a {
  padding: 1px;
}
.nav > li > .dropdown-wrap > .dropdown-menu.recent_posts_dropdown > li, .nav > li > .dropdown-wrap > .dropdown-menu.pages_gallery_dropdown > li, .nav > li > .dropdown-wrap > .dropdown-menu.multicolumn_dropdown > li {
  float: left;
}
.nav > li > .dropdown-wrap > .dropdown-menu li a {
  position: relative;
  width: auto;
  padding: 7px 20px 7px 15px;
  line-height: 20px;
  margin: 0px;
  white-space: normal;
}
.nav > li > .dropdown-wrap > .dropdown-menu li > a.with_teaser > .half, .nav > li > .dropdown-wrap > .dropdown-menu li > a.with_teaser > .teaser {
  display: block;
  line-height: 100%;
  padding-bottom: 3px;
}
.nav > li > .dropdown-wrap > .dropdown-menu li > a.with_icon > .half, .nav > li > .dropdown-wrap > .dropdown-menu li > a.with_icon > .teaser {
  margin-left: 26px;
}
.nav > li.submenu_enable_full_width > .dropdown-wrap {
  left: 0;
  width: 100%;
}
.nav > li.submenu_enable_full_width > .dropdown-wrap > .dropdown-menu {
  width: 100%;
  padding: 15px;
}
.nav > li.submenu_enable_full_width > .dropdown-wrap > .dropdown-menu.std_dropdown, .nav > li.submenu_enable_full_width > .dropdown-wrap > .dropdown-menu.static_dropdown, .nav > li.submenu_enable_full_width > .dropdown-wrap > .dropdown-menu.multicolumn_dropdown, .nav > li.submenu_enable_full_width > .dropdown-wrap > .dropdown-menu.pages_gallery_dropdown, .nav > li.submenu_enable_full_width > .dropdown-wrap > .dropdown-menu.recent_posts_dropdown, .nav > li.submenu_enable_full_width > .dropdown-wrap > .dropdown-menu > li .after_menu_details {
  width: 100%;
  padding: 15px;
}
.nav li .dropdown-menu.submenu_disable_icons li > a > i {
  display: none;
}
.nav li .dropdown-menu a.with_icon .link_text {
  margin-left: 27px;
  display: block;
}
.nav li .dropdown-menu.submenu_disable_icons li a.with_icon .link_text {
  margin-left: 0px;
}
.nav li .dropdown-menu.std_dropdown {
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
}
.nav li a.with_icon i {
  display: block;
  float: left;
  line-height: 20px;
  padding-right: 14px;
  height: 100%;
}
.nav li a.disable_icon i {
  display: none;
}

/* std_dropdown */
.navbar .nav-collapse .nav > li > .dropdown-wrap > .dropdown-menu.std_dropdown {
  border-width: 2px 0px;
  border-style: solid;
  padding: 0px;
}
.navbar .nav-collapse .nav .dropdown-menu.std_dropdown li {
  position: relative;
}
.navbar .nav > li > .dropdown-wrap > .dropdown-menu:before {
  content: '';
  display: none;
}
.navbar .nav > li > .dropdown-wrap > .dropdown-menu:after {
  display: none;
}

.nav > li > .dropdown-wrap > .dropdown-menu.std_dropdown > li > a, .nav > li > .dropdown-wrap > .dropdown-menu.std_dropdown li a {
  font-size: 12px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}

.dropdown-menu.std_dropdown.submenu_disable_icons li > a {
  padding: 3px 20px;
}

.nav-collapse .dropdown-menu.std_dropdown.submenu_disable_icons li + li a, .nav-collapse .dropdown-menu.std_dropdown.submenu_disable_icons a {
  padding: 3px 20px;
}

.dropdown-menu.std_dropdown li > a:hover, .nav-collapse .dropdown-menu.std_dropdown li + li a:hover {
  background-image: none;
}

.nav > li > .dropdown-wrap > .dropdown-menu.std_dropdown > li > .dropdown-wrap > .dropdown-menu li:first-child {
  margin-left: -4px;
}
.nav > li > .dropdown-wrap > .dropdown-menu.std_dropdown > li > .dropdown-wrap > .dropdown-menu li:first-child > a i {
  padding-left: 4px;
}
.nav > li > .dropdown-wrap > .dropdown-menu.std_dropdown li a:before {
  content: '\f105';
  font-family: FontAwesome;
  text-align: center;
  font-weight: 800;
  display: block;
  height: 20px;
  width: 10px;
  line-height: 20px;
  font-size: 8px;
  position: absolute;
  right: 6px;
}
.nav > li > .dropdown-wrap > .dropdown-menu.std_dropdown li a:last-child:before {
  content: '';
}
.nav > li > .dropdown-wrap > .dropdown-menu.std_dropdown li .dropdown-menu {
  left: 100%;
  top: 0px;
}
.nav > li.submenu_enable_full_width .dropdown-menu.std_dropdown li .dropdown-menu {
  position: relative;
  top: 0px;
  left: 0px;
  float: none;
  width: auto;
  margin-left: 0px;
}
.nav > li.submenu_enable_full_width .dropdown-menu.std_dropdown li .dropdown-menu li:first-child {
  margin-left: 0px;
}
.nav > li.submenu_enable_full_width .dropdown-menu.std_dropdown li .dropdown-menu li:first-child > a i {
  padding-left: 0px;
}
.nav .dropdown-menu.multicolumn_dropdown > li {
  margin-bottom: 25px;
}
.nav .dropdown-menu.multicolumn_dropdown li {
  display: block;
  position: static;
}
.nav .dropdown-menu.multicolumn_dropdown .dropdown-menu {
  display: block;
  position: static;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.nav .dropdown-menu.multicolumn_dropdown .dropdown-menu a {
  font-size: 12px;
}

/* multicolumn_dropdown */
/* static_dropdown */
.submenu_custom_content {
  display: block;
}
.submenu_custom_content > .row > * {
  margin-bottom: 10px;
}

.nav > li > .dropdown-wrap > .dropdown-menu.static_dropdown, .nav > li > .dropdown-wrap > .dropdown-menu.multicolumn_dropdown, .nav > li > .dropdown-wrap > .dropdown-menu.pages_gallery_dropdown, .nav > li > .dropdown-wrap > .dropdown-menu.recent_posts_dropdown {
  width: 479px;
  padding: 15px;
}
.nav > li > .dropdown-wrap > .dropdown-menu > li .after_menu_details {
  width: 479px;
  padding: 15px;
}
.nav > li > .dropdown-wrap > .dropdown-menu > li .after_menu_details img {
  margin-bottom: 10px;
}
.nav > li > .dropdown-wrap > .dropdown-menu > li .after_menu_details .post_title, .nav > li > .dropdown-wrap > .dropdown-menu > li .after_menu_details .post_excerpt {
  margin: 0px;
}
.nav > li > .dropdown-wrap > .dropdown-menu.pages_gallery_dropdown li .after_menu_details .post_title {
  line-height: 48px;
}
.nav > li > .dropdown-wrap > .dropdown-menu > li .after_menu_details a {
  padding: 0px;
  margin: 0px;
}
.nav .dropdown-menu > li .after_menu_details .post_title a {
  background-color: transparent !important;
}
.nav .dropdown-menu > li .after_menu_details {
  position: absolute;
  display: none;
  top: 100%;
  left: 0px;
  border-width: 2px 0px;
  border-style: solid;
}
.nav .dropdown-menu > li:hover .after_menu_details {
  display: block;
}
.nav .dropdown-menu.recent_posts_dropdown > li a, .nav .dropdown-menu.pages_gallery_dropdown > li a {
  text-align: center;
  margin: 2px;
  padding: 0px;
  overflow: hidden;
}
.nav .dropdown-menu.recent_posts_dropdown > li a.disable_icon {
  display: block;
}
.nav .dropdown-menu.pages_gallery_dropdown > li a.disable_icon {
  display: block;
}
.nav .dropdown-menu.pages_gallery_dropdown > li a i {
  display: block;
  width: 100%;
  text-align: center;
}
.nav .dropdown-menu.recent_posts_dropdown > li a i {
  display: block;
  width: 100%;
  text-align: center;
}
.nav .dropdown-menu.pages_gallery_dropdown > li a .link_text {
  display: none;
}
.nav .dropdown-menu.pages_gallery_dropdown > li a i {
  float: none;
  padding: 0px;
}
.nav .dropdown-menu.recent_posts_dropdown > li a i {
  float: none;
  padding: 0px;
}
.nav > li > .dropdown-wrap > .dropdown-menu {
  position: relative;
  display: none;
  top: 0;
  left: 0;
  border-width: 2px 0px;
  border-style: solid;
}
.nav > li:hover > .dropdown-wrap > .dropdown-menu {
  margin-top: 0;
  opacity: 1;
}

/* recent_posts_dropdown */
/* pages_gallery_dropdown */
header .navbar .nav li ul.dropdown-menu.pages_gallery_dropdown li:hover > ul.dropdown-menu {
  display: none;
}

/* dropdown columns */
/* 2 */
.nav .dropdown-menu.multicolumn_dropdown.columns2 > li, .nav .dropdown-menu.pages_gallery_dropdown.columns2 > li, .nav .dropdown-menu.recent_posts_dropdown.columns2 > li {
  width: 50%;
}
.nav .dropdown-menu.multicolumn_dropdown.columns2 > li:nth-child(2n+3), .nav .dropdown-menu.pages_gallery_dropdown.columns2 > li:nth-child(2n+3), .nav .dropdown-menu.recent_posts_dropdown.columns2 > li:nth-child(2n+3) {
  clear: left;
}
.nav .dropdown-menu.multicolumn_dropdown.columns3 > li, .nav .dropdown-menu.pages_gallery_dropdown.columns3 > li, .nav .dropdown-menu.recent_posts_dropdown.columns3 > li {
  width: 33.3%;
}
.nav .dropdown-menu.multicolumn_dropdown.columns3 > li:nth-child(3n+4), .nav .dropdown-menu.pages_gallery_dropdown.columns3 > li:nth-child(3n+4), .nav .dropdown-menu.recent_posts_dropdown.columns3 > li:nth-child(3n+4) {
  clear: left;
}
.nav .dropdown-menu.multicolumn_dropdown.columns4 > li, .nav .dropdown-menu.pages_gallery_dropdown.columns4 > li, .nav .dropdown-menu.recent_posts_dropdown.columns4 > li {
  width: 25%;
}
.nav .dropdown-menu.multicolumn_dropdown.columns4 > li:nth-child(4n+5), .nav .dropdown-menu.pages_gallery_dropdown.columns4 > li:nth-child(4n+5), .nav .dropdown-menu.recent_posts_dropdown.columns4 > li:nth-child(4n+5) {
  clear: left;
}
.nav .dropdown-menu.multicolumn_dropdown.columns5 > li, .nav .dropdown-menu.pages_gallery_dropdown.columns5 > li, .nav .dropdown-menu.recent_posts_dropdown.columns5 > li {
  width: 20%;
}
.nav .dropdown-menu.multicolumn_dropdown.columns5 > li:nth-child(5n+6), .nav .dropdown-menu.pages_gallery_dropdown.columns5 > li:nth-child(5n+6), .nav .dropdown-menu.recent_posts_dropdown.columns5 > li:nth-child(5n+6) {
  clear: left;
}
.nav .dropdown-menu.multicolumn_dropdown.columns6 > li, .nav .dropdown-menu.pages_gallery_dropdown.columns6 > li, .nav .dropdown-menu.recent_posts_dropdown.columns6 > li {
  width: 16.6%;
}
.nav .dropdown-menu.multicolumn_dropdown.columns6 > li:nth-child(6n+7), .nav .dropdown-menu.pages_gallery_dropdown.columns6 > li:nth-child(6n+7), .nav .dropdown-menu.recent_posts_dropdown.columns6 > li:nth-child(6n+7) {
  clear: left;
}
.nav .dropdown-menu.multicolumn_dropdown.columns8 > li, .nav .dropdown-menu.pages_gallery_dropdown.columns8 > li, .nav .dropdown-menu.recent_posts_dropdown.columns8 > li {
  width: 12.5%;
}
.nav .dropdown-menu.multicolumn_dropdown.columns8 > li:nth-child(8n+9), .nav .dropdown-menu.pages_gallery_dropdown.columns8 > li:nth-child(8n+9), .nav .dropdown-menu.recent_posts_dropdown.columns8 > li:nth-child(8n+9) {
  clear: left;
}
.nav .dropdown-menu.multicolumn_dropdown.columns10 > li, .nav .dropdown-menu.pages_gallery_dropdown.columns10 > li, .nav .dropdown-menu.recent_posts_dropdown.columns10 > li {
  width: 10%;
}
.nav .dropdown-menu.multicolumn_dropdown.columns10 > li:nth-child(10n+11), .nav .dropdown-menu.pages_gallery_dropdown.columns10 > li:nth-child(10n+11), .nav .dropdown-menu.recent_posts_dropdown.columns10 > li:nth-child(10n+11) {
  clear: left;
}
.nav .dropdown-menu.multicolumn_dropdown.columns12 > li, .nav .dropdown-menu.pages_gallery_dropdown.columns12 > li, .nav .dropdown-menu.recent_posts_dropdown.columns12 > li {
  width: 8.3%;
}
.nav .dropdown-menu.multicolumn_dropdown.columns12 > li:nth-child(12n+13), .nav .dropdown-menu.pages_gallery_dropdown.columns12 > li:nth-child(12n+13), .nav .dropdown-menu.recent_posts_dropdown.columns12 > li:nth-child(12n+13) {
  clear: left;
}
.nav .dropdown-menu.pages_gallery_dropdown.columns2 > li a > i, .nav .dropdown-menu.recent_posts_dropdown.columns2 > li a > i {
  line-height: 220px;
  height: 220px;
  font-size: 100px;
}
.nav .dropdown-menu.pages_gallery_dropdown.columns3 > li a > i, .nav .dropdown-menu.recent_posts_dropdown.columns3 > li a > i {
  line-height: 145px;
  height: 145px;
  font-size: 70px;
}
.nav .dropdown-menu.pages_gallery_dropdown.columns4 > li a > i, .nav .dropdown-menu.recent_posts_dropdown.columns4 > li a > i {
  line-height: 108px;
  height: 108px;
  font-size: 50px;
}
.nav .dropdown-menu.pages_gallery_dropdown.columns5 > li a > i, .nav .dropdown-menu.recent_posts_dropdown.columns5 > li a > i {
  line-height: 85px;
  height: 85px;
  font-size: 40px;
}
.nav .dropdown-menu.pages_gallery_dropdown.columns6 > li a > i, .nav .dropdown-menu.recent_posts_dropdown.columns6 > li a > i {
  line-height: 70px;
  height: 70px;
  font-size: 25px;
}
.nav .dropdown-menu.pages_gallery_dropdown.columns8 > li a > i, .nav .dropdown-menu.recent_posts_dropdown.columns8 > li a > i {
  line-height: 52px;
  height: 52px;
  font-size: 20px;
}
.nav .dropdown-menu.pages_gallery_dropdown.columns10 > li a > i, .nav .dropdown-menu.recent_posts_dropdown.columns10 > li a > i {
  line-height: 41px;
  height: 41px;
  font-size: 18px;
}
.nav .dropdown-menu.pages_gallery_dropdown.columns12 > li a > i, .nav .dropdown-menu.recent_posts_dropdown.columns12 > li a > i {
  line-height: 33px;
  height: 33px;
  font-size: 16px;
}
.nav .submenu_enable_full_width .dropdown-menu.pages_gallery_dropdown.columns2 > li a > i, .nav .submenu_enable_full_width .dropdown-menu.recent_posts_dropdown.columns2 > li a > i {
  line-height: 558px;
  height: 558px;
  font-size: 100px;
}
.nav .submenu_enable_full_width .dropdown-menu.pages_gallery_dropdown.columns3 > li a > i, .nav .submenu_enable_full_width .dropdown-menu.recent_posts_dropdown.columns3 > li a > i {
  line-height: 376px;
  height: 376px;
  font-size: 70px;
}
.nav .submenu_enable_full_width .dropdown-menu.pages_gallery_dropdown.columns4 > li a > i, .nav .submenu_enable_full_width .dropdown-menu.recent_posts_dropdown.columns4 > li a > i {
  line-height: 281px;
  height: 281px;
  font-size: 50px;
}
.nav .submenu_enable_full_width .dropdown-menu.pages_gallery_dropdown.columns5 > li a > i, .nav .submenu_enable_full_width .dropdown-menu.recent_posts_dropdown.columns5 > li a > i {
  line-height: 224px;
  height: 224px;
  font-size: 40px;
}
.nav .submenu_enable_full_width .dropdown-menu.pages_gallery_dropdown.columns6 > li a > i, .nav .submenu_enable_full_width .dropdown-menu.recent_posts_dropdown.columns6 > li a > i {
  line-height: 185px;
  height: 185px;
  font-size: 25px;
}
.nav .submenu_enable_full_width .dropdown-menu.pages_gallery_dropdown.columns8 > li a > i, .nav .submenu_enable_full_width .dropdown-menu.recent_posts_dropdown.columns8 > li a > i {
  line-height: 139px;
  height: 139px;
  font-size: 20px;
}
.nav .submenu_enable_full_width .dropdown-menu.pages_gallery_dropdown.columns10 > li a > i, .nav .submenu_enable_full_width .dropdown-menu.recent_posts_dropdown.columns10 > li a > i {
  line-height: 110px;
  height: 110px;
  font-size: 18px;
}
.nav .submenu_enable_full_width .dropdown-menu.pages_gallery_dropdown.columns12 > li a > i, .nav .submenu_enable_full_width .dropdown-menu.recent_posts_dropdown.columns12 > li a > i {
  line-height: 91px;
  height: 91px;
  font-size: 16px;
}

/* 3 */
/* 4 */
/* 5 */
/* 6 */
/* 8 */
/* 10 */
/* 12 */
/* dropdown columns item title span */
/* dropdown columns icons */
/* dropdown columns icons fullwidth */
/* END Navigation */
/* page_caption */
.page_caption {
  margin-bottom: 50px;
  position: relative;
}

.caption_nomargin .page_caption {
  margin-bottom: 0;
}

.has_slider .page_caption {
  margin-bottom: 0px;
}

.page_caption > .container > .row > .col-sm-12 {
  position: relative;
  min-height: 80px;
  line-height: 80px;
  display: block;
}
.page_caption h1.page_title {
  position: absolute;
  float: left;
  z-index: 1;
  white-space: normal !important;
}
.page_caption #breadcrumbs {
  margin: -10px 0 0 0 0;
  white-space: nowrap;
  display: inline-block;
  text-align: right;
  position: absolute;
  line-height: 100%;
  right: 10px;
  top: 50%;
  z-index: 5;
}
.page_caption #breadcrumbs a, .page_caption #breadcrumbs .delimiter {
  font-size: 130%;
  margin: 0px;
  text-transform: uppercase;
}

/* after_header */
.after_header {
  text-align: center;
  overflow: hidden;
  margin-bottom: 50px;
}
.after_header img {
  /*width: 100%;*/
  /*height:auto;*/
  /*margin-bottom: 30px;*/
}

/* before_main_content */
.before_main_content {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  font-weight: 400;
}
.before_main_content .container .row > .col-sm-12 {
  padding: 18px 10px 23px 10px;
}
.before_main_content h1 {
  font-size: 24px;
  margin: 6px 0;
}
.before_main_content h2 {
  font-size: 22px;
}
.before_main_content h3 {
  font-size: 18px;
}
.before_main_content h4 {
  font-size: 16px;
}
.before_main_content p {
  font-size: 13px;
}

/* main_content */
/* loop_module */
/*
.loop_module 
{
    margin-bottom: 40px;
}
*/
.loop_module .page_content {
  margin-bottom: 40px;
}

.miss_billboard {
  text-align: left;
}
.miss_billboard .btn_wrap {
  height: 90px;
  line-height: 90px;
}
.miss_billboard h2, .miss_billboard p {
  font-family: "PT Sans", Helvetica, Arial;
  line-height: 100%;
}

/* bottom_bulk_box_field (very similar .message barowing his clsses) */
.bottom_bulk_box_field .box {
  padding: 15px;
  margin: 0px;
}

/* blog */
.blog_header {
  margin-bottom: 20px;
}
.blog_header .caption, .blog_header .tagline {
  float: left;
}

.main_content .caption, section .blog_header h4.caption, .products_loop_module .product_title {
  margin: 5px 5px 5px 0px;
  line-height: 100%;
  text-align: left;
}

.products_loop_content .woocommerce-tabs .panel .wrap h2, .products_loop_content .related h2 {
  margin: 5px 5px 5px 0px;
  line-height: 100%;
  text-align: left;
}

.page_caption h1.page_title span.page_tagline, .blog_header h6 {
  text-transform: uppercase;
}

.container .post_excerpt h4 {
  margin: 5px 5px 10px 0px;
  text-align: left;
}

.page_caption h1.page_title span.page_tagline, .blog_header .tagline {
  margin: 5px;
  padding-top: 16px;
  line-height: 100%;
  text-align: left;
}

/* post_grid */
.sc_layout.grid .column {
  border-width: 0px;
  border-style: solid;
  margin-bottom: 30px;
}
.sc_layout.grid .image {
  margin-bottom: 18px;
  position: relative;
}

.blog_layout5.col-sm-3.post_grid_image a img {
  -webkit-transition: border-radius 0.2s;
  -moz-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}

.sc_layout.grid .data-image {
  -webkit-transition: border-radius 0.2s;
  -moz-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}
.sc_layout .data-image {
  -webkit-transition: border-radius 0.2s;
  -moz-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}
.sc_layout .data-image img {
  -webkit-transition: border-radius 0.2s;
  -moz-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}

.blog_layout5.col-sm-3 .post_grid_image a img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sc_layout.grid .data-image {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sc_layout .data-image img, .sc_layout .data-image > img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sc_layout.grid .column .data-image img {
  margin: 0px;
}

.post_grid_image iframe, .single_post_image iframe {
  width: 100% !important;
}

/* blog hover circle ico */
.gallery-single-item a.has_preview:hover .preview_info_wrap, .blog .post_grid_image:hover .preview_info_wrap {
  opacity: 1;
}

.loop_module.portfolio .portfolio_item .post_grid_image:hover .preview_info_wrap, .loop_module.miss_gallery .alb > a:hover .preview_info_wrap {
  opacity: 1;
}

.image:hover a .preview_info_wrap, .image:hover .preview_info_wrap {
  opacity: 1;
}

.single_post_image:hover .preview_info_wrap {
  opacity: 1;
}

.preview_info_wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  text-align: center;
}

.sidebar .preview_info_wrap, .before_footer .preview_info_wrap {
  display: none;
}

/* controls behavior without hover */
a .preview_info_wrap .controls {
  opacity: 0;
}

.preview_info_wrap .controls {
  opacity: 0;
}
.preview_info_wrap .controls.img {
  right: auto;
  left: 0px;
  margin-top: 22px;
  margin-bottom: -22px;
}
.preview_info_wrap .controls.link {
  left: auto;
  right: 0px;
  margin-top: 22px;
  margin-bottom: -22px;
}
.preview_info_wrap .controls.single.img {
  right: auto;
  left: 50%;
  bottom: 0px;
  margin-left: -22px;
  font-size: 110%;
}

/* controls behavior with hover */
a .preview_info_wrap .controls {
  /* easeInOutQuint */
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  display: block;
  opacity: 1;
  height: 46px;
  width: 46px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -23px;
  line-height: 46px;
  font-size: 24px;
}

.preview_info_wrap .controls {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  opacity: 1;
  height: 46px;
  width: 46px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -23px;
  line-height: 46px;
  font-size: 24px;
}
.preview_info_wrap:hover .controls.img {
  left: 50%;
  right: auto;
  margin-left: -51px;
}
.preview_info_wrap:hover .controls.link {
  right: 50%;
  left: auto;
  margin-right: -51px;
}
.preview_info_wrap:hover .controls.single.img {
  margin-left: -22px;
  left: 50%;
  bottom: 50%;
}
.preview_info_wrap .controls i {
  display: block;
}

.sc_layout .post_title, .sc_layout a {
  text-decoration: none;
}

#respond #reply-title {
  text-decoration: none;
}

.sc_layout .post_title {
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  margin-bottom: 2px;
  display: block;
}
.sc_layout .post_title * {
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  margin-bottom: 2px;
  display: block;
}
.sc_layout.list > li .post_meta, .sc_layout.grid .post_meta {
  margin: 0 0px 13px 0px;
}
.sc_layout.list > li .post_meta *, .sc_layout.grid .post_meta * {
  line-height: 17px;
  font-size: 12px;
}
.sc_layout .post_meta * {
  line-height: 17px;
}

.widget .post_list.small_post_list .post_title {
  overflow: hidden;
  height: 20px;
}

.sc_layout {
  margin-bottom: 20px;
}
.sc_layout.post_list.small_post_list .post_title {
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
.sc_layout .post_excerpt {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 33px;
}

/* grid.staff */
.type-staff .sc_layout.post_excerpt {
  margin: 0;
}

.grid.staff .post_title {
  margin-bottom: 3px;
}
.grid.staff .post_meta {
  display: none;
}
.grid.staff .employee_position {
  margin: 2px 0px 13px 0px;
}
.grid.staff .image img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.grid.staff .preview_info_wrap {
  display: none;
  opacity: 0;
}

.post_preview .image:hover .preview_info_wrap {
  display: none;
  opacity: 0;
}

.grid.staff {
  margin-bottom: 30px;
}
.grid.staff .sociable_icon {
  height: 18px;
  width: 18px;
  font-size: 18px;
  text-align: center;
  display: block;
  float: left;
  margin: 18px 8px;
  text-decoration: none;
  cursor: pointer;
}
.grid.staff .sociable_icon * {
  cursor: pointer;
}
.grid.staff .post_grid_module {
  margin-bottom: 30px;
}

/* post_list */
.news {
  margin-bottom: 30px;
}

.sc_layout.list {
  margin: 0px;
}
.sc_layout.list > li {
  margin-bottom: 35px;
}
.sc_layout.list > li .image {
  float: left;
}

.small_post_list > li .image {
  width: 50px;
}

ul.blogging.list {
  margin-left: 0;
  margin-bottom: 0;
}

.medium_post_list > li .image {
  width: 100px;
}

.large_post_list > li .image {
  width: 200px;
}

.image {
  position: relative;
  display: block;
}
.image a {
  position: relative;
  display: block;
}

.sc_layout.list > li .image img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.date_likes_holder {
  float: left;
}

.sc_layout.list > li .month, .loop_module.blog .month, .single_module.post .month, .month {
  display: block;
  width: 60px;
  height: 63px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
}

.sc_layout.list > li .month .day, .loop_module.blog .month .day, .single_module.post .month .day, .month .day {
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
  font-size: 38px;
  line-height: 28px;
  white-space: nowrap;
  font-weight: 400;
  position: relative;
  display: block;
  top: -1px;
}

.sc_layout.list > li .month.year .day span, .loop_module.blog .month.year .day span, .single_module.post .month.year .day span, .month.year .day span {
  font-size: 14px;
}

.sc_layout.list > li .month .day span, .loop_module.blog .month .day span, .single_module.post .month .day span, .month .day span {
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.sc_layout.list > li .post_icon, .loop_module.blog .post_icon, .single_module.post .post_icon, .date_likes_holder .post_icon {
  display: block;
  width: 48px;
  height: 48px;
}

.post_icon i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
}

.main_content .small_post_list > li .post_title, .main_content .small_post_list > li .post_meta, .main_content .small_post_list > li .content {
  margin-left: 80px;
}

.single_module .single_content > .media-images, .single_module .single_content > .post_grid_image {
  margin-left: 65px;
}

.loop_module .media-images, .loop_module .post_grid_image {
  margin-left: 80px;
}

.single_module .single_content > .single_post_image, .single_module .single_content > .post_meta, .single_module .single_content > .post_title, .single_module .single_content > .post_excerpt {
  margin-left: 80px;
}
.single_module.post .single_content > .single_post_image, .single_module.post .single_content > .post_meta, .single_module.post .single_content > .post_title, .single_module.post .single_content > .post_excerpt {
  margin-left: 80px;
}
.single_module.testimonials .single_content > .single_post_image, .single_module.testimonials .single_content > .post_meta, .single_module.testimonials .single_content > .post_title, .single_module.testimonials .single_content > .post_excerpt {
  margin-left: 80px;
}
.single_module.news .single_content > .single_post_image, .single_module.news .single_content > .post_meta, .single_module.news .single_content > .post_title, .single_module.news .single_content > .post_excerpt {
  margin-left: 80px;
}

.loop_module .col-sm-3 .media-images {
  margin-left: 0;
}

.main_content .small_post_list.without_date > li .post_title, .main_content .small_post_list.without_date > li .post_meta, .main_content .small_post_list.without_date > li .content {
  margin-left: 0px;
}

.single_module.without_date .media-images, .single_module.without_date .post_grid_image {
  margin-left: 0px;
}
.single_module.portfolio .single_content > .single_post_image {
  margin-left: 0px;
}
.single_module.without_date .single_content > .single_post_image, .single_module.without_date .single_content > .post_meta, .single_module.without_date .single_content > .post_title, .single_module.without_date .single_content > .post_excerpt {
  margin-left: 0px;
}
.single_module.post.without_date .single_content > .single_post_image, .single_module.post.without_date .single_content > .post_meta, .single_module.post.without_date .single_content > .post_title, .single_module.post.without_date .single_content > .post_excerpt {
  margin-left: 0px;
}
.single_module.testimonials.without_date .single_content > .single_post_image, .single_module.testimonials.without_date .single_content > .post_meta, .single_module.testimonials.without_date .single_content > .post_title, .single_module.testimonials.without_date .single_content > .post_excerpt {
  margin-left: 0px;
}
.single_module.news.without_date .single_content > .single_post_image, .single_module.news.without_date .single_content > .post_meta, .single_module.news.without_date .single_content > .post_title, .single_module.news.without_date .single_content > .post_excerpt {
  margin-left: 0px;
}

.medium_post_list > li .post_title, .medium_post_list > li .post_meta, .medium_post_list > li .content {
  margin-left: 120px;
}

.large_post_list > li .post_title, .large_post_list > li .post_meta, .large_post_list > li .content {
  margin-left: 220px;
}

.sc_layout.list > li .post_title {
  margin-bottom: 5px;
}
.sc_layout.list > li .post_meta {
  margin-bottom: 5px;
  font-size: 12px;
}
.sc_layout.list > li .content .post_more_link {
  display: inline;
  padding-left: 6px;
}

/* loop_module.blog */
/* rules for all .blog_layout */
.loop_module.blog .blog_index_image_load {
  display: block;
}
.loop_module .blog_index_image_load img, .loop_module img {
  /*width: 100%;*/
}
.loop_module.blog .loop_content.blog .post_title > a {
  height: 30px;
  display: block;
  line-height: 30px;
}

.single_module.post .single_content.post > .post_title {
  display: block;
  line-height: 30px;
}

.loop_module.blog .loop_content.blog .post_meta {
  display: block;
  height: 20px;
}
.loop_module.blog .loop_content.blog .post_meta span {
  float: left;
  margin-right: 20px;
}

.post_meta span i {
  font-size: 14px;
  margin-right: 3px;
}

.loop_module.blog .loop_content.blog .post_meta span a {
  text-decoration: none;
}
.loop_module.blog .loop_content.blog p {
  margin: 0px 0px 7px 0px;
}
.loop_module.blog .loop_content.blog .post_meta, .loop_module.blog .loop_content.blog .post_excerpt {
  margin-bottom: 20px;
}

.single_module .post_meta .meta_post_tag a, .single_module .post_meta .meta_category a {
  text-decoration: none;
  padding: 7px 10px 8px 10px;
}

.isonav li a {
  text-decoration: none;
  padding: 7px 10px 8px 10px;
  display: block;
}

.loop_module.blog a {
  text-decoration: none;
}
.loop_module.blog .post_excerpt .post_more_link {
  display: block;
  margin: 8px 0px;
}

.column .post_more_link {
  display: block;
  margin: 8px 0px;
}

.meta_edit_post, .loop_module.blog .loop_content.blog .post_meta .meta_edit_post {
  margin-right: 5px;
}

.edit_post_link {
  margin: 0px;
}

.post-edit-link {
  display: none;
}

.miss_hearts {
  float: left;
  clear: left;
  text-align: center;
  width: 60px;
}
.miss_hearts .icon {
  opacity: .8;
  line-height: 32px;
  height: 32px;
  font-size: 20px;
}
.miss_hearts.active .icon {
  opacity: 1;
}
.miss_hearts .text {
  display: block;
  line-height: 100%;
  font-size: 11px;
}

.password_protect_field > * {
  float: left;
  margin-right: 10px;
}
.password_protect_field .password_protect_label {
  line-height: 36px;
}

/* all .blog_layouts */
.loop_module.blog .loop_content.blog {
  margin: 0px 0px 40px 0px;
  padding-bottom: 15px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}
.loop_module.blog.blog_layout1 .loop_content.blog .post_title, .loop_module.blog.blog_layout2 .loop_content.blog .post_title, .loop_module.blog.blog_layout3 .loop_content.blog .post_title {
  height: 30px;
  overflow: hidden;
}
.loop_module.blog .loop_content.blog .post_meta span:last-child {
  margin-right: 0px;
}
.loop_module.blog .loop_content .post_grid_image {
  margin-bottom: 34px;
}
.loop_module.blog.blog_layout1 .loop_content.blog .blog_index_image_load {
  margin: 0px 0px 34px 0px;
}
.loop_module.blog.blog_layout1 .loop_content.blog .post_grid_image, .loop_module.blog.blog_layout1 .loop_content.blog .post_title, .loop_module.blog.blog_layout1 .loop_content.blog .post_meta {
  margin-left: 80px;
  padding: 0px;
}
.loop_module.blog.blog_layout1 .post_excerpt {
  margin-left: 80px;
  padding: 0px;
}
.loop_module.blog.blog_layout1 .post_title {
  margin-bottom: 2px;
  font-size: 25px;
}
.loop_module.blog.blog_layout1 .post_excerpt {
  margin-bottom: 20px;
}
.loop_module.blog.blog_layout1 .without_date .loop_content.blog .post_title, .loop_module.blog.blog_layout1 .without_date .loop_content.blog .post_excerpt {
  margin-left: 0px;
}
.loop_module.blog.blog_layout2 .loop_content.blog .post_grid_image {
  float: left;
  margin: 0px 20px 20px 0px;
}
.loop_module.blog.blog_layout2 .date_likes_holder {
  margin-right: 20px;
}
.loop_module.blog.blog_layout2 .post_title {
  font-size: 30px;
  margin: 0px 5px 5px 420px;
}
.loop_module.blog.blog_layout2 .post_meta, .loop_module.blog.blog_layout2 .post_excerpt {
  margin: 0px 5px 5px 420px;
}
.loop_module.blog.blog_layout2 .without_date .loop_content.blog .post_meta.after, .loop_module.blog.blog_layout2 .post_meta.after {
  margin-left: 0px;
}
.loop_module.blog.blog_layout2 .testimonials .post_meta {
  margin: 0;
  float: right;
  display: inline-block;
  clear: right;
}
.loop_module.blog.blog_layout2 .testimonials .post_meta .meta_author {
  display: none;
}
.loop_module.blog.blog_layout2 .without_date .loop_content.blog .post_title, .loop_module.blog.blog_layout2 .without_date .loop_content.blog .post_meta, .loop_module.blog.blog_layout2 .without_date .loop_content.blog .post_excerpt {
  margin: 0px 0px 10px 340px;
}

/* .blog_layout1 */
/* .blog_layout2 */
/* .blog_layout3 */
.blog_layout3.col-sm-6:nth-child(2n+3) {
  margin-left: 0px;
  clear: left;
}

.loop_module.blog.blog_layout3 .loop_content.blog .blog_index_image_load {
  width: 100%;
  margin: 0px 0px 28px 0px;
}
.loop_module.blog.blog_layout3 .post_title {
  font-size: 30px;
}
.loop_module.blog.blog_layout3 .loop_content.blog .post_grid_image, .loop_module.blog.blog_layout3 .post_title, .loop_module.blog.blog_layout3 .post_meta, .loop_module.blog.blog_layout3 .post_excerpt {
  margin: 0px 5px 8px 80px;
}
.loop_module.blog.blog_layout3 .without_date .loop_content.blog .post_title, .loop_module.blog.blog_layout3 .without_date .loop_content.blog .post_excerpt {
  margin: 0px 0px 10px 0px;
}
.loop_module.blog.blog_layout3 .loop_content.blog .post_meta .meta_comments {
  margin-right: 0px;
}

/* .blog_layout4 */
.blog_layout4.col-sm-4:nth-child(3n+4) {
  margin-left: 0px;
  clear: left;
}

.loop_module.blog.blog_layout4 .loop_content.blog .blog_index_image_load {
  width: 100%;
  margin: 0px 0px 28px 0px;
}
.loop_module.blog.blog_layout4 .loop_content.blog .post_title {
  font-size: 21px;
  height: 32px;
  overflow: hidden;
}
.loop_module.blog.blog_layout4 .post_title, .loop_module.blog.blog_layout4 .post_meta, .loop_module.blog.blog_layout4 .post_excerpt {
  margin: 0px 5px 8px 80px;
}
.loop_module.blog.blog_layout4 .post_title a {
  font-size: 21px;
}
.loop_module.blog.blog_layout4 .without_date .loop_content.blog .post_title, .loop_module.blog.blog_layout4 .without_date .loop_content.blog .post_excerpt {
  margin: 0px 0px 10px 0px;
}

/* .blog_layout5 */
.blog_layout5.col-sm-3:nth-child(4n+5) {
  margin-left: 0px;
  clear: left;
}

.loop_module.blog.blog_layout5 .loop_content.blog .post_grid_image {
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.loop_module.blog.blog_layout5 .loop_content.blog img {
  -webkit-transition: border-radius 0.2s;
  -moz-transition: border-radius 0.2s;
  transition: border-radius 0.2s;
}
.loop_module.blog.blog_layout5 .post_title, .loop_module.blog.blog_layout5 .post_excerpt {
  margin: 0px;
}
.loop_module.blog.blog_layout5 .loop_content.blog .post_title * {
  font-size: 18px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  display: block;
}

legend {
  font-size: 18px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  display: block;
}

.loop_module.blog.blog_layout5 .loop_content.blog .post_meta {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  border: none;
}
.loop_module.blog.blog_layout5 .loop_content.blog .post_meta span {
  margin-right: 8px;
}

.sc_layout .column .post_meta span {
  margin-right: 8px;
}

.loop_module.portfolio .second_layer .portfolio_item_meta span {
  margin-right: 8px;
}
.loop_module.blog.blog_layout5 .loop_content.blog .post_meta span .edit_post_link {
  margin: 0px;
}
.loop_module .media-images {
  margin-left: 65px;
  width: auto;
  position: relative;
  top: -25px;
}

/* custom post types */
.single_module .media-images {
  margin-left: 65px;
  width: auto;
  position: relative;
  top: -25px;
}

.portfolio .page_content {
  clear: both;
}

.media-images.portfolio {
  margin-top: 0px;
  margin-left: 0px;
}
.media-images .single_post_image.has_preview.small-single-image {
  margin: 0px 1% 5px 0px;
  display: block;
  position: relative;
  width: 15.82%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.media-images .single_post_image.has_preview.small-single-image:nth-child(6n) {
  margin-right: 0;
}
.media-images .single_post_image.has_preview.small-single-image img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.post_grid_image .custom_quote {
  position: relative;
  font-size: 150%;
  margin-bottom: 30px;
}
.post_grid_image .custom_quote:hover {
  opacity: 0.8;
}
.post_grid_image .custom_quote a {
  display: block;
  padding: 28px 28px 28px 50px;
}
.post_grid_image .custom_quote i {
  position: absolute;
  left: 16px;
  top: 30px;
}

/* single_content staff */
.single_module .single_content.staff .single_post_image {
  width: 320px;
  float: left;
  margin-left: 0px;
}
.single_module .single_content.staff .page_content {
  margin-left: 340px;
}

/* wp-pagenavi */
.miss_pagenavi {
  text-align: center;
}

.wp-pagenavi, .pagination-links {
  display: inline-block;
  margin: 5px 0px 40px 0px;
}

.wp-pagenavi span.extend, .wp-pagenavi .pagenavi-pages, .wp-pagenavi .pagenavi-page, .wp-pagenavi .current, .wp-pagenavi a {
  height: 30px;
  line-height: 30px;
  padding: 0px 9px;
  display: block;
  float: left;
}

.pagination-links .page-numbers, .pagination-links .current {
  height: 30px;
  line-height: 30px;
  padding: 0px 9px;
  display: block;
  float: left;
}

.wp-pagenavi span.extend, .wp-pagenavi .pagenavi-page, .wp-pagenavi .current, .wp-pagenavi a {
  display: block;
  min-width: 11px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.pagination-links .page-numbers, .pagination-links .current {
  display: block;
  min-width: 11px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.wp-pagenavi .pagenavi-pages {
  margin-right: 10px;
}
.wp-pagenavi a {
  margin-right: 2px;
  text-decoration: none;
}

.pagination-links .page-numbers {
  margin-right: 2px;
  text-decoration: none;
}

.wp-pagenavi .current {
  margin-right: 2px;
}

.pagination-links .current {
  margin-right: 2px;
}
.pagination-links .page-numbers.next {
  overflow: hidden;
}
.pagination-links .page-numbers.next:before {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 30px;
}

/* .loop_module.miss_gallery  gallery */
.main_content.miss_gallery > .container {
  width: auto;
}

.loop_module.miss_gallery .alb {
  position: relative;
  cursor: pointer;
}
.loop_module.miss_gallery .alb > a {
  display: block;
  position: relative;
  cursor: pointer;
}
.loop_module.miss_gallery .alb > a > img {
  overflow: hidden;
  position: relative;
}
.loop_module.miss_gallery .alb > a .more {
  position: relative;
  top: 47%;
  margin: -25px auto;
}

/* loop_module.portfolio */
.isonav {
  margin: 0px 0px 15px 0px;
}
.isonav li {
  display: block;
  float: left;
  margin-right: 1px;
}

.loop_module.portfolio .portfolio_item {
  margin-bottom: 45px;
}
.loop_module.portfolio .portfolio_item > * {
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: relative;
}
.loop_module.portfolio .post_grid_image {
  z-index: 200;
}
.loop_module.portfolio .row > .circle img, .loop_module.portfolio .row > .circle .preview_info_wrap {
  border-radius: 100%;
}
.loop_module.portfolio .row > .circle .first_layer {
  display: none;
}
.loop_module.portfolio .row > .without_title .first_layer {
  display: none;
}
.loop_module.portfolio .first_layer {
  padding-bottom: 4px;
  z-index: 100;
  top: -10px;
}
.loop_module.portfolio .second_layer {
  padding: 20px 15px 10px 15px;
}
.loop_module.portfolio .second_layer .portfolio_item_title {
  margin-bottom: 3px;
}
.loop_module.portfolio .col-sm-3 .second_layer .portfolio_item_title {
  font-size: 14px;
  margin-bottom: 3px;
}
.loop_module.portfolio .second_layer .portfolio_item_meta {
  font-size: 12px;
}
.loop_module.partners .row:last-child {
  border-color: transparent;
}
.loop_module.search {
  margin-bottom: 30px;
}
.loop_module.search .post_grid_image {
  margin-left: 0px;
}

/* .loop_module.search */
/* single_module */
.single_module p {
  margin: 0px 0px 15px 0px;
}
.single_module .single_content .post_excerpt .unlimited_list {
  margin: 0px 0px 15px 10px;
}
.single_module .single_content .post_excerpt .unlimited_list ul {
  margin: 0px 0px 0px 25px;
}
.single_module .single_content .post_excerpt > ul:not([class]) {
  margin: 0px 0px 15px 10px;
}
.single_module .single_content .post_excerpt > ul:not([class]) ul {
  margin: 0px 0px 0px 25px;
}
.single_module .single_content .post_excerpt > ul:not([class]) li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: block;
  float: left;
  margin-right: 8px;
}
.single_module .single_content .post_excerpt > ul[class] li:before {
  content: "";
  display: none;
}
.single_module.pricetable .single_content .post_excerpt ul li:before {
  content: "";
  display: none;
}

.g_chart {
  max-width: 100%;
  overflow: hidden;
}

/* single_module.post */
.single_module.post .single_post_image {
  margin-bottom: 35px;
}

.single_content .single_post_image img {
  margin-bottom: 28px;
}

.single_module.post .single_content.post > .post_title {
  margin-bottom: 10px;
}
.single_module .post_meta {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single_module .list .post_meta {
  margin-top: 0px;
  margin-bottom: 0px;
}
.single_module .post_meta span {
  line-height: 35px;
}

.unlimited_list li {
  position: relative;
  padding-left: 25px;
}
.unlimited_list li i {
  display: block;
  width: 15px;
  line-height: inherit;
  text-align: center;
  position: absolute;
  left: 3px;
}

.single_content.post .post_nav_module {
  padding: 9px 13px;
}
.single_content.post .post_nav_module .previous_post {
  float: left;
  text-align: left;
  max-width: 50%;
}
.single_content.post .post_nav_module .next_post {
  float: right;
  text-align: right;
  max-width: 50%;
}
.single_content.post .post_nav_module .previous_post i {
  padding-right: 10px;
}
.single_content.post .post_nav_module .previous_post span {
  padding-left: 25px;
}
.single_content.post .post_nav_module .next_post i {
  padding-left: 10px;
}
.single_content.post .post_nav_module .next_post span {
  padding-right: 28px;
}
.single_content.post .post_nav_module a {
  display: block;
  text-decoration: none;
}

.about_author_module {
  padding: 1px 60px 40px 60px;
}
.about_author_module .about_author_title {
  font-size: 24px;
  margin: 25px 0px 13px 0px;
}
.about_author_module .about_author_content img {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0px;
}
.about_author_module .about_author_content .author_bio {
  margin-left: 100px;
}
.about_author_module .about_author_content .author_bio .author_name {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
.about_author_module .about_author_content .author_bio a {
  display: block;
}

.share_this_module {
  margin-bottom: 40px;
}
.share_this_module h3 {
  display: none;
}
.share_this_module .share_this_content .share_this_list {
  margin: 0px;
}
.share_this_module .share_this_content .share_this_list li {
  float: left;
  text-align: center;
}
.share_this_module .share_this_content .share_this_list li a {
  text-decoration: none;
}
.share_this_module .share_this_content .share_this_list li a i {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.share_this_module .share_this_content .share_this_list li a:hover i {
  font-size: 26px;
}

.additional_posts_module {
  margin-bottom: 30px;
}
.additional_posts_module img {
  width: 100%;
}
.additional_posts_module .post_list .post_list_module {
  margin-bottom: 10px;
}
.additional_posts_module .post_list .post_list_image {
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.additional_posts_module .blog_tabs_content .post_grid_module {
  position: relative;
  min-height: 30px;
}
.additional_posts_module .blog_tabs_content .post_grid_module .post_grid_content {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.additional_posts_module .blog_tabs_content .post_grid_module .post_grid_content > * {
  margin: 6px 5px;
}

#comments {
  margin-bottom: 20px;
  border-width: 0;
  border-style: solid;
}
#comments .blog_tabs_content {
  padding: 2px 0px 0px 0px;
  border-radius: 0px;
  background-image: none;
}
#comments .blog_tabs_content .commentlist {
  padding: 0;
  border-radius: 0px;
}

.commentlist > .comment {
  border-width: 0;
  border-style: solid;
}
.commentlist .comment > div {
  padding: 5px;
}
.commentlist .comment.bypostauthor > div, .commentlist .comment:last-child {
  border: none;
}
.commentlist > .comment .comment-author {
  width: 80px;
  float: left;
}
.commentlist > .comment .comment-author * {
  display: block;
  text-align: center;
}
.commentlist > .comment .comment-text {
  margin-left: 100px;
}
.commentlist > .comment .comment-text:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.commentlist > .comment img {
  margin: 0px;
}
.commentlist > .comment .fn {
  font-size: 14px;
  padding: 0px;
}
.commentlist > .comment .fn * {
  font-size: 14px;
  padding: 0px;
}

#respond {
  margin-bottom: 40px;
}
#respond #reply-title {
  font-size: 24px;
  margin: 0px 0px 20px 0px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="submit"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"] {
  min-height: 33px;
  max-height: 33px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  border-radius: 0;
  border-width: 1px;
}

textarea, button {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  border-radius: 0;
  border-width: 1px;
}

#respond #commentform .col-sm-4 input, #respond #commentform textarea {
  margin-bottom: 20px;
  line-height: 20px;
  min-height: 33px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

section .miss_form .col-sm-4 input, section .miss_form .col-sm-6 input, section .miss_form .captcha_field input, section .miss_form .col-sm-12 textarea, section .miss_form .radio_field, section .miss_form .checkbox_field {
  margin-bottom: 20px;
  line-height: 20px;
  min-height: 33px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.woocommerce .input-text {
  margin-bottom: 20px;
  line-height: 20px;
  min-height: 33px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"] {
  margin-bottom: 20px;
  line-height: 20px;
  min-height: 33px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

textarea, select {
  margin-bottom: 20px;
  line-height: 20px;
  min-height: 33px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#respond #commentform .col-sm-4 input[type="radio"], #respond #commentform .col-sm-4 input[type="checkbox"] {
  margin-bottom: 0px;
}

.miss_form .col-sm-4 input[type="radio"], .miss_form .col-sm-4 input[type="checkbox"] {
  margin-bottom: 0px;
}
.miss_form .col-sm-6 input[type="radio"], .miss_form .col-sm-6 input[type="checkbox"] {
  margin-bottom: 0px;
}

.woocommerce .input-text[type="radio"] {
  margin-bottom: 0px;
}

input[type="radio"], input[type="checkbox"] {
  margin-bottom: 0px;
}

form {
  margin: auto;
}

.miss_form .col-sm-4:nth-child(3n+4) {
  margin-left: 0px;
  clear: left;
}

#respond #commentform .col-sm-4 input {
  display: block;
  padding: 7px 6px;
  min-height: 33px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"] {
  display: block;
  padding: 7px 6px;
  min-height: 33px;
}

textarea, .miss_form .captcha_field input, .woocommerce .input-text {
  display: block;
  padding: 7px 6px;
  min-height: 33px;
}

.miss_required, .miss_name_required, .miss_email_required, .miss_zip_required, .miss_date_required {
  display: none;
}

.checkbox_field input, .radio_field input, .captcha_field label {
  float: left;
}

.checkbox_field label {
  margin-right: 8px;
}

.radio_field input {
  clear: left;
}
.radio_field label.radio_label {
  margin-left: 25px;
}

.checkbox_field label.radio_label {
  margin-left: 25px;
}

.captcha_field input[class*="span"] {
  float: left;
}
.captcha_field label {
  display: inline-block !important;
  line-height: 33px;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
}

.miss_form .submit_field input {
  float: right;
}

/* single_module.portfolio */
.single_module.portfolio .single_content {
  padding-top: 1px;
}
.single_module.portfolio .post_title {
  float: left;
  margin: 0px;
  height: 44px;
  line-height: 44px;
}
.single_module.portfolio .post_nav_module {
  float: right;
  padding-top: 14px;
}
.single_module.portfolio .post_nav_module > div {
  float: left;
}
.single_module.portfolio .post_nav_module > div a {
  width: 22px;
  height: 25px;
  padding: 0px;
  display: block;
  overflow: hidden;
  margin-left: 1px;
}
.single_module.portfolio .post_nav_module > div a > i {
  width: 22px;
  height: 25px;
  display: block;
  text-align: center;
  line-height: 25px;
}
.single_module.portfolio .single_post_image {
  margin-top: 60px;
}

/* .single_module.miss_gallery */
.miss_gallery {
  margin-bottom: 30px;
}
.miss_gallery .gallery_info {
  margin: 0px 25px;
}
.miss_gallery .gallery_info .widgettitle {
  margin: 0px 10px;
}

.gallery.scroll-box {
  margin-top: 15px;
}

.row.gallery .gallery.scroll-box .col-sm-12 {
  margin-left: 0;
  margin-right: 0;
}

.gallery.item .gallery-single-item {
  margin: 0 10px 0 0;
}
.gallery.item:last-child .gallery-single-item {
  margin: 0 0 0 0;
}

.air-outset {
  position: absolute;
  z-index: 1;
}

.boxed_layout .gallery.air {
  padding-right: 25px;
}

.gallery.air {
  position: absolute;
  z-index: 500;
  top: 15px;
  overflow: hidden;
}

.air-outset .details {
  position: absolute;
  bottom: 0px;
  z-index: 600;
}

.gallery.air .widget .widgettitle .btn1 {
  text-align: center;
  width: 8px;
}
.gallery.air .widget ul {
  margin-bottom: 25px;
}

/* pricing tables */
.pricing-table {
  padding: 25px 0px;
  margin-bottom: 20px;
}
.pricing-table .pricetable-inner:after {
  content: ' ';
  display: block;
  height: 0px;
  width: 100%;
  clear: both;
}
.pricing-table .pricetable-inner .pricetable-column .pricetable-column-inner {
  padding: 3px 0px;
  overflow: hidden;
}
.pricing-table .pricetable-inner .pricetable-column .pricetable-column-inner ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
.pricing-table .pricetable-inner .pricetable-column .pricetable-column-inner .table-head .pricetable-name {
  text-align: center;
  font-size: 20px;
  line-height: 46px;
  padding: 10px 8px;
  margin: 0px;
}
.pricing-table .pricetable-inner .pricetable-column .pricetable-column-inner .table-head {
  overflow: hidden;
  line-height: 0px;
}

.pricetable-inner .pricetable-column .pricetable-column-inner .table-head .price {
  text-align: center;
  margin: 0px;
  font-weight: 700;
}

.pricing-table .pricetable-inner .pricetable-column .pricetable-column-inner .table-head .price .holder {
  display: inline-block;
  margin: 5px auto;
  height: 60px;
}

.pricetable-inner .pricetable-column .pricetable-column-inner .table-head .price .holder span {
  display: block;
  line-height: 100%;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .table-head .price .currency {
  font-size: 24px;
  float: left;
  padding-top: 7px;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .table-head .price .before_dot {
  font-size: 56px;
  float: left;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .table-head .price .sup_sub {
  float: left;
  text-align: left;
  padding-top: 8px;
  padding-left: 2px;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .table-head .price .after_dot {
  font-size: 20px;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .table-head .price .after {
  font-size: 12px;
  font-weight: 400;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .pricing_table_price_shadow {
  margin: 0px;
  vertical-align: top;
  line-height: 0px;
  width: 100%;
}

.pricetable-inner .pricetable-column .pricetable-column-inner .features {
  overflow: hidden;
  margin: 0px;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .features .details {
  padding: 6px 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  margin: 0px 20px;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .features .pricetable-feature {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  margin: 0px;
  padding: 7px 20px;
  text-align: center;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .features .pricetable-first, .pricetable-inner .pricetable-column .pricetable-column-inner .features li.pricetable-button-container {
  border: 0px none;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .features .pricetable-feature span {
  font-weight: 700;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .features .pricetable-feature span.sub {
  font-weight: 400;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .pricetable-button-container {
  text-align: center;
}
.pricetable-inner .pricetable-column .pricetable-column-inner .btn1 {
  text-transform: none;
  font-weight: 600;
  margin: 12px auto;
  min-width: 40%;
}

/* union pricetable */
.pricing-table.union .pricetable-inner .pricetable-column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
}
.pricing-table.union .pricetable-inner .pricetable-column:first-child {
  border-width: 0px;
  border-style: none;
}
.pricing-table.union .pricetable-inner .pricetable-column.pricetable-featured {
  border-width: 0px;
  border-style: none;
}
.pricing-table.union .pricetable-inner .pricetable-column.pricetable-featured .pricetable-column-inner {
  box-shadow: 35px 0px 40px -40px black, -35px 0px 40px -40px black;
  width: 101%;
}
.pricing-table.separated .pricetable-inner .pricetable-column .pricetable-column-inner {
  margin: 0px 10px;
}
.pricing-table .pricetable-inner .pricetable-column.pricetable-featured .pricetable-column-inner {
  position: relative;
  margin-top: -20px;
  margin-bottom: -20px;
}
.pricing-table .pricetable-inner .pricetable-column.pricetable-featured .pricetable-column-inner .table-head .pricetable-name {
  padding: 20px 8px;
  font-weight: 700;
}
.pricing-table .pricetable-inner .pricetable-column.pricetable-featured .pricetable-column-inner .features li.pricetable-button-container {
  padding-bottom: 20px;
}

/* separated pricetable */
/* pricetable-featured */
/* after_main_content */
.after_main_content {
  margin-bottom: 60px;
}

.footer_banner {
  padding: 32px 0px;
}
.footer_banner .btn_wrap {
  padding: 0px 32px;
}

/* partners */
.partners {
  margin-bottom: 30px;
}
.partners .container {
  margin: auto !important;
}
.partners .partner_item {
  float: left;
}
.partners .partner_item .partner_link {
  display: block;
  text-align: center;
  line-height: 100px;
  max-width: 100%;
}
.partners .partner_item .partner_link img {
  max-height: 100px;
  max-width: 100%;
  display: inline;
}
.partners .partner_item .partner_link:hover {
  opacity: 1;
}

.loop_module.partners .row {
  border-style: solid;
  border-width: 0px;
  border-width: 0px 0px 1px 0px;
}
.loop_module.partners .row .col-sm-2 .partner_link {
  border-style: solid;
  border-width: 0px;
  border-width: 0px 1px 0px 0px;
  display: block;
  padding-right: 14.53%;
  overflow: hidden;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.loop_module.partners .row .col-sm-2:last-child .partner_link {
  border-color: transparent;
}

/* h4 AND h6 for all footers */
.before_footer h4, footer h4 {
  margin: 11px 0px 0px 0px;
}

.before_footer h6, footer h6 {
  margin: 0px;
  text-transform: uppercase;
}

/* before_footer */
.before_footer {
  padding: 30px 0px 5px 0px;
}
.before_footer * {
  line-height: 18px;
}

/* twitter-crousel */
.before_footer_twitter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.before_footer_twitter .container {
  overflow: hidden;
  position: relative;
  height: 28px;
}
.before_footer_twitter .container .twitter-crousel {
  width: 100%;
  margin-right: 64px;
  overflow: hidden;
}
.before_footer_twitter .tweet_holder {
  width: 100%;
}
.before_footer_twitter .tweet_holder li {
  min-width: 100%;
  width: 100%;
  display: block;
}
.before_footer_twitter .tweet_holder li a {
  line-height: 1.6em;
}
.before_footer_twitter .twitter-controls, .before_footer_twitter .twitter_controls div {
  height: 28px;
}
.before_footer_twitter .twitter_controls div, .before_footer_twitter .tweet_holder li {
  list-style: none;
  line-height: 28px;
}
.before_footer_twitter .twitter_controls {
  position: absolute;
  right: 0px;
}
.before_footer_twitter .twitter_controls div {
  float: left;
  width: 28px;
  margin-left: 2px;
  text-align: center;
}
.before_footer_twitter .twitter_controls div i {
  position: relative;
  top: 1px;
}
.before_footer_twitter .tweet_holder li i {
  font-size: 18px;
}

/* footer */
footer {
  display: block;
  padding: 70px 0px 70px 0px;
}
footer .container .footer_contact_info {
  font-size: 25px;
  font-weight: 600;
}
footer .copyrights, footer .contacts {
  font-size: 12px;
  margin-bottom: 10px;
  border: 0px;
  background: transparent;
  padding: 0px;
  font-family: inherit;
  line-height: 130%;
}
footer .footer_contact_info {
  margin: 0px 0px 10px 0px;
}
footer .sociable {
  display: inline-block;
}
footer .sociable .social_icon {
  float: left;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 0px 5px 10px 5px;
  padding: 5px;
  text-align: center;
}
footer .sociable .social_icon:first-child {
  margin-left: 0px;
}
footer .sociable .social_icon i {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
footer .navbar {
  margin-bottom: 10px;
}
footer .navbar .nav {
  display: inline-block;
  float: none;
}
footer .navbar .nav > li > a:hover, footer .navbar .nav > li > a:active, footer .navbar .nav > li > a:focus {
  background-color: transparent;
}
footer .navbar .nav li {
  display: inline-block;
}
footer .navbar .nav li a {
  height: 12px;
  padding: 0px 10px;
  overflow: hidden;
  border-left: 1px solid rgba(128, 128, 128, 0.2);
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  text-shadow: none;
}
footer .navbar .nav li .sub-menu {
  display: none;
}
footer .navbar .nav li:first-child a {
  border-left: none;
  padding-left: 0px;
}

/* bbpress or budypress forums */
.thinline {
  margin-bottom: 10px;
}

.main_content {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.main_content #group-dir-search, .main_content #members-dir-search {
  padding: 5px 0px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 10px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.main_content #groups_search, .main_content #members_search {
  margin: 0px 8px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  box-shadow: none;
  height: 25px;
  min-height: 25px;
}
.main_content #groups_search_submit, .main_content #members_search_submit {
  margin-top: 0px;
}

.item-list h3 {
  margin: 0px;
}

.main_content #whats-new-textarea, .main_content #whats-new-options, .main_content #whats-new-submit {
  margin-bottom: 10px;
}

.activity-inner p:after {
  content: " ";
  display: block;
  clear: both;
}

/* Browser Resets */
.flex-container a:active, .flexslider a:active {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles */
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex-control-nav {
  position: relative;
  z-index: 8000;
  margin-top: -30px;
}
.flex-control-nav li {
  list-style: none;
}

.flex-control-paging {
  text-align: center;
}
.flex-control-paging li {
  list-style: none;
  text-align: center;
  display: inline-block;
  height: 11px;
}
.flex-control-paging li a {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 2px;
  border-radius: 100%;
}

.flexslider .slides {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: visible;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider .slides {
  padding: 0;
}

.flexslider .slides > li {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}

/* Header slider */
.miss_flexslider .flex-control-paging {
  text-align: left;
}
.miss_flexslider .flex-control-paging li a {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 4px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 2px;
  border-radius: 0;
}
.miss_flexslider ul.slides li {
  position: relative;
}
.miss_flexslider ul.slides li .slider_desc {
  text-align: left;
}
.miss_flexslider ul.slides li h2 {
  text-align: left;
  margin: 0;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme */
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
}

.flex-container {
  zoom: 1;
  position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  zoom: 1;
  width: 100%;
  padding: 10px 30px 40px 30px;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-family: Helvetica, Arial, Helvetica, serif;
  font-weight: 300;
  outline: none;
}

#home-slider {
  position: relative;
}
#home-slider .flex-direction-nav li a {
  width: 55px;
  height: 30px;
  margin: 0px 0 0;
  display: block;
  position: absolute;
  bottom: 7px;
  cursor: pointer;
  text-indent: -9999px;
  outline: none;
}
#home-slider .flex-direction-nav li .next {
  right: 0px;
}
#home-slider .flex-direction-nav li .prev {
  right: 5px;
}

/* Direction Nav */
.posts-prev a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  float: right;
}

.posts-next a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  float: right;
  margin-left: 1px;
}

a.wp-carousel-next, a.wp-carousel-prev {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  float: left;
}

#home-slider .flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}

.flex-direction-nav {
  z-index: 9999;
  margin: 0;
  padding: 0;
}
.flex-direction-nav li {
  display: inline;
  list-style: none;
  padding: 0;
}
.flex-direction-nav li a {
  padding-top: 2px;
  width: 27px;
  height: 56px;
  line-height: 28px;
  text-align: center;
  font-family: Fontawesome;
  margin: 0 0 -14px 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 50%;
  cursor: pointer;
  z-index: 80;
  outline: none;
}
.flex-direction-nav li a li {
  width: 32px;
  height: 32px;
  font-size: 26px;
  text-align: center;
}

.flex-direction-nav li a.flex-next {
  border: none;
  content: "\f054";
  font-family: Fontawesome;
  right: -29px;
}
.flex-direction-nav li a.flex-prev {
  border: none;
  content: "\f053";
  font-family: Fontawesome;
  left: -29px;
}

/* Override Margins For Wiki Page */
.featured_tabs_content .flex-direction-nav li a.flex-prev {
  left: 5px;
}
.featured_tabs_content .flex-direction-nav li a.flex-next {
  right: 5px;
}

/* Control Nav */
#home-slider .flex-control-nav {
  width: 980px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  margin: 0;
}
#home-slider .flex-control-nav li {
  margin: 0px;
  padding: 0px;
  height: 5px;
  display: block;
  float: left;
  zoom: 1;
}
#home-slider .flex-control-nav li:first-child {
  margin: 0;
}
#home-slider .flex-control-nav li a {
  width: 163px;
  height: 5px;
  padding: 0;
  margin: 0;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  float: left;
}
#home-slider .flex-control-nav li a.active {
  cursor: default;
}

/* Preloader */
.miss_preloader, .miss_preloader_large {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -17px;
}

.miss_preloader img, .miss_preloader_large img, .miss_contact_feedback img {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  border: none !important;
  background-color: transparent !important;
  background-image: url("../../images/preloaders/preloader.gif") !important;
}

/* Border radius elemments */
.has_soft_borders .btn1, .has_soft_borders button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders input[type="submit"], .has_soft_borders input[type="button"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .single_module.portfolio .post_nav_module a, .has_soft_borders #comments .commentmetadata a, .has_soft_borders .miss_form_row input[type="submit"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .form-submit input[type="submit"], .has_soft_borders .form-submit button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .loop_content.products .cart .single_add_to_cart_button, .has_soft_borders .loop_content.products .cart .minus, .has_soft_borders .loop_content.products .cart .plus {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .widget_shopping_cart .buttons .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce .cart .quantity .minus, .has_soft_borders .woocommerce .cart .quantity .plus {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce .shop_table input.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce .shop_table input.button.alt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .products .product_item .box a.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce .buttons a.button, .has_soft_borders .main_content .woocommerce a.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce-page a.button, .has_soft_borders .main_content .woocommerce button.button, .has_soft_borders .main_content .woocommerce-page button.button, .has_soft_borders .main_content .woocommerce input.button, .has_soft_borders .main_content .woocommerce-page input.button, .has_soft_borders .main_content .woocommerce #respond input#submit, .has_soft_borders .main_content .woocommerce-page #respond input#submit, .has_soft_borders .main_content .woocommerce #content input.button, .has_soft_borders .main_content .woocommerce-page #content input.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce .buttons a.button, .has_soft_borders .main_content .woocommerce a.button.alt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce-page a.button.alt, .has_soft_borders .main_content .woocommerce button.button.alt, .has_soft_borders .main_content .woocommerce-page button.button.alt, .has_soft_borders .main_content .woocommerce input.button.alt, .has_soft_borders .main_content .woocommerce-page input.button.alt, .has_soft_borders .main_content .woocommerce #respond input#submit.alt, .has_soft_borders .main_content .woocommerce-page #respond input#submit.alt, .has_soft_borders .main_content .woocommerce #content input.button.alt, .has_soft_borders .main_content .woocommerce-page #content input.button.alt, .has_soft_borders .main_content .woocommerce .quantity .plus, .has_soft_borders .main_content .woocommerce-page .quantity .plus, .has_soft_borders .main_content .woocommerce #content .quantity .plus, .has_soft_borders .main_content .woocommerce-page #content .quantity .plus, .has_soft_borders .main_content .woocommerce .quantity .minus, .has_soft_borders .main_content .woocommerce-page .quantity .minus, .has_soft_borders .main_content .woocommerce #content .quantity .minus, .has_soft_borders .main_content .woocommerce-page #content .quantity .minus {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce .buttons a.button:hover, .has_soft_borders .main_content .woocommerce a.button:hover:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce-page a.button:hover, .has_soft_borders .main_content .woocommerce button.button:hover, .has_soft_borders .main_content .woocommerce-page button.button:hover, .has_soft_borders .main_content .woocommerce input.button:hover, .has_soft_borders .main_content .woocommerce-page input.button:hover, .has_soft_borders .main_content .woocommerce #respond input#submit:hover, .has_soft_borders .main_content .woocommerce-page #respond input#submit:hover, .has_soft_borders .main_content .woocommerce #content input.button:hover, .has_soft_borders .main_content .woocommerce-page #content input.button:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce .buttons a.button:hover, .has_soft_borders .main_content .woocommerce a.button.alt:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce-page a.button.alt:hover, .has_soft_borders .main_content .woocommerce button.button.alt:hover, .has_soft_borders .main_content .woocommerce-page button.button.alt:hover, .has_soft_borders .main_content .woocommerce input.button.alt:hover, .has_soft_borders .main_content .woocommerce-page input.button.alt:hover, .has_soft_borders .main_content .woocommerce #respond input#submit.alt:hover, .has_soft_borders .main_content .woocommerce-page #respond input#submit.alt:hover, .has_soft_borders .main_content .woocommerce #content input.button.alt:hover, .has_soft_borders .main_content .woocommerce-page #content input.button.alt:hover, .has_soft_borders .main_content .woocommerce .quantity .plus:hover, .has_soft_borders .main_content .woocommerce-page .quantity .plus:hover, .has_soft_borders .main_content .woocommerce #content .quantity .plus:hover, .has_soft_borders .main_content .woocommerce-page #content .quantity .plus:hover, .has_soft_borders .main_content .woocommerce .quantity .minus:hover, .has_soft_borders .main_content .woocommerce-page .quantity .minus:hover, .has_soft_borders .main_content .woocommerce #content .quantity .minus:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.main_content .woocommerce-page #content .quantity .minus:hover .has_soft_borders .main_content .woocommerce .buttons a.button:active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.has_soft_borders .main_content .woocommerce a.button:active:active, .has_soft_borders .main_content .woocommerce-page a.button:active, .has_soft_borders .main_content .woocommerce button.button:active, .has_soft_borders .main_content .woocommerce-page button.button:active, .has_soft_borders .main_content .woocommerce input.button:active, .has_soft_borders .main_content .woocommerce-page input.button:active, .has_soft_borders .main_content .woocommerce #respond input#submit:active, .has_soft_borders .main_content .woocommerce-page #respond input#submit:active, .has_soft_borders .main_content .woocommerce #content input.button:active, .has_soft_borders .main_content .woocommerce-page #content input.button:active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce .buttons a.button:active, .has_soft_borders .main_content .woocommerce a.button.alt:active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .woocommerce-page a.button.alt:active, .has_soft_borders .main_content .woocommerce button.button.alt:active, .has_soft_borders .main_content .woocommerce-page button.button.alt:active, .has_soft_borders .main_content .woocommerce input.button.alt:active, .has_soft_borders .main_content .woocommerce-page input.button.alt:active, .has_soft_borders .main_content .woocommerce #respond input#submit.alt:active, .has_soft_borders .main_content .woocommerce-page #respond input#submit.alt:active, .has_soft_borders .main_content .woocommerce #content input.button.alt:active, .has_soft_borders .main_content .woocommerce-page #content input.button.alt:active, .has_soft_borders .main_content .woocommerce .quantity .plus:active, .has_soft_borders .main_content .woocommerce-page .quantity .plus:active, .has_soft_borders .main_content .woocommerce #content .quantity .plus:active, .has_soft_borders .main_content .woocommerce-page #content .quantity .plus:active, .has_soft_borders .main_content .woocommerce .quantity .minus:active, .has_soft_borders .main_content .woocommerce-page .quantity .minus:active, .has_soft_borders .main_content .woocommerce #content .quantity .minus:active, .has_soft_borders .main_content .woocommerce-page #content .quantity .minus:active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .btn2 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .nav .dropdown-menu.multicolumn_dropdown > li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .nav .dropdown-menu.recent_posts_dropdown > li a, .has_soft_borders .nav .dropdown-menu.pages_gallery_dropdown > li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.has_soft_borders .blog_layout5.col-sm-3.post_grid_image a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .sc_layout.grid .data-image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .sc_layout .data-image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .sc_layout .data-image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .sc_layout.grid .column .data-image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .blog.blog_layout5 .col-sm-3 .post_grid_image a:hover > img, .has_soft_borders .sc_layout.grid .column.col-sm-3:hover .data-image > img, .has_soft_borders .preview_info_wrap, .has_soft_borders a .preview_info_wrap:hover .controls, .has_soft_borders .preview_info_wrap:hover .controls {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .sc_layout.list > li .image img, .has_soft_borders .sc_layout.list > li .month {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .loop_module.blog .month, .has_soft_borders .single_module.post .month, .has_soft_borders .month, .has_soft_borders .sc_layout.list > li .month .day, .has_soft_borders .loop_module.blog .month .day, .has_soft_borders .single_module.post .month .day, .has_soft_borders .month .day {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .loop_module .blog_index_image_load img, .has_soft_borders .loop_module img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .single_module .post_meta .meta_post_tag a, .has_soft_borders .single_module .post_meta .meta_category a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .isonav li a, .has_soft_borders .loop_module.blog.blog_layout5 .loop_content.blog .post_grid_image:hover img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .wp-pagenavi .pagenavi-pages, .has_soft_borders .wp-pagenavi .pagenavi-page, .has_soft_borders .wp-pagenavi .current, .has_soft_borders .wp-pagenavi a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .pagination-links .page-numbers, .has_soft_borders .pagination-links .current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .loop_module.portfolio .first_layer, .has_soft_borders .loop_module.portfolio .second_layer {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .single_content .single_post_image img, .has_soft_borders .single_content.post .post_nav_module {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .share_this_module {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders #respond #commentform .col-sm-4 input, .has_soft_borders #respond #commentform textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders section .miss_form .col-sm-4 input, .has_soft_borders section .miss_form .col-sm-6 input, .has_soft_borders section .miss_form .captcha_field input, .has_soft_borders section .miss_form .col-sm-12 textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce .input-text {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders input[type="text"], .has_soft_borders input[type="password"], .has_soft_borders input[type="datetime"], .has_soft_borders input[type="datetime-local"], .has_soft_borders input[type="date"], .has_soft_borders input[type="month"], .has_soft_borders input[type="time"], .has_soft_borders input[type="week"], .has_soft_borders input[type="number"], .has_soft_borders input[type="email"], .has_soft_borders input[type="url"], .has_soft_borders input[type="search"], .has_soft_borders input[type="tel"], .has_soft_borders input[type="color"], .has_soft_borders input[type="file"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .single_module.portfolio .post_nav_module > .previous_post a > i, .has_soft_borders .single_module.portfolio .post_nav_module > .next_post a > i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .gallery.item .gallery-single-item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .pricing-table.separated .pricetable-inner .pricetable-column .pricetable-column-inner, .has_soft_borders .pricing-table .pricetable-inner .pricetable-column.pricetable-featured .pricetable-column-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content #group-dir-search, .has_soft_borders .main_content #members-dir-search {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .miss_message, .has_soft_borders .additional_posts_module .post_grid_image img, .has_soft_borders .alert, .has_soft_borders .label, .has_soft_borders .post_grid_image .custom_quote, .has_soft_borders blockquote, .has_soft_borders .single_content .rating_box, .has_soft_borders .message_center, .has_soft_borders .overall_rating .score.total, .has_soft_borders .tabs_container.vertical, .has_soft_borders .benefit.box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .toggle_frame_set .toggle_header.toggle_accordion, .has_soft_borders .toggle_frame_set .toggle_header.toggle, .has_soft_borders .toggle_frame_set .toggle_header .plus_minus {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .toggle_frame_set.framed .toggle_header .plus_minus {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .toggle_frame_set.framed .toggle_header .plus_minus .plus_minus_alt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .main_content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders #socialCounterWidget .socialCounterBox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders #socialCounterWidget .socialCounterBox .icon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders #socialCounterWidget .socialCounterBox .icon i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .search-form fieldset {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .sidebar .widgettitle, .has_soft_borders .sidebar .woocommerce .widgettitle, .has_soft_borders .sidebar .widget_shopping_cart .widgettitle {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .cart-collaterals .cart_totals h2, .has_soft_borders .sidebar .miss_gallery .gallery_info .widgettitle, .has_soft_borders .before_footer .miss_hot_updates_widget .hot_updates, .has_soft_borders .woocommerce > form, .has_soft_borders .widget_tag_cloud .tagcloud a, .has_soft_borders .commentmetadata a, .has_soft_borders .miss_form_row input[type="submit"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .form-submit input[type="submit"], .has_soft_borders .form-submit button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .tabs.button li a, .has_soft_borders .miss_hot_updates_widget .hot_updates .wrap .post_list .image img, .has_soft_borders .miss_popular_widget ul li .image img, .has_soft_borders .miss_recent_widget ul li .image img, .has_soft_borders .miss_in_focus_widget .in_focus .in_focus_image img, .has_soft_borders .before_footer .miss_recent_widget ul .post_list_module .image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .widget .month {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .widget .month .day {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .before_footer .flickr_widget .row .col-sm-4 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .miss_flickr_widget .flickr_badge_image a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .miss_flickr_widget .flickr_badge_image a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .ttw-music-player .player-controls {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .ttw-music-player .player-controls .ttw-music-player .rating-level.rating-star {
  color: #ffd600;
}
.has_soft_borders input[type="number"], .has_soft_borders input[type="submit"], .has_soft_borders input[type="button"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders textarea, .has_soft_borders button, .has_soft_borders .products .product_item, .has_soft_borders .loop_content.products .col-sm-5 .images .woocommerce-main-image img, .has_soft_borders .woocommerce > form > table.shop_table {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .shop_table tbody tr td.product-thumbnail img, .has_soft_borders .shop_table tbody tr td.product-quantity .quantity {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce .checkout .color_frame {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce .checkout .color_frame .wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce .checkout .color_frame .wrap h3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce #order_review #payment div.payment_box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .woocommerce-page #order_review #payment div.payment_box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.has_soft_borders .single_module.portfolio .post_nav_module > .previous_post a > i, .has_soft_borders .pricing-table.union .pricetable-inner .pricetable-column:first-child .pricetable-column-inner, .has_soft_borders .before_footer_twitter .twitter_controls .twitter-prev, .has_soft_borders .flex-direction-nav li a.flex-prev, .has_soft_borders .tabs.vertical {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -ms-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.has_soft_borders .single_module.portfolio .post_nav_module > .next_post a > i, .has_soft_borders .pricing-table.union .pricetable-inner .pricetable-column:last-child .pricetable-column-inner, .has_soft_borders .before_footer_twitter .twitter_controls .twitter-next, .has_soft_borders .flex-direction-nav li a.flex-next {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -ms-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.has_soft_borders .tabs_content.vertical {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -ms-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.has_soft_borders .tabs_content.vertical .tabs_wrap {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -ms-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.has_soft_borders .pricing-table.separated .pricetable-inner .pricetable-column .pricetable-column-inner .table-head, .has_soft_borders .pricing-table .pricetable-inner .pricetable-column.pricetable-featured .pricetable-column-inner .table-head {
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.has_soft_borders .tabs.button li a, .has_soft_borders .miss_hot_updates_widget .hot_updates_tabs li a, .has_soft_borders .tabs_container.framed .tabs li a, .has_soft_borders .blog_tabs_container .blog_tabs li a, .has_soft_borders .main_content .woocommerce-tabs .tabs li a, .has_soft_borders .wpb_tabs.style1 ul.wpb_tabs_nav li a {
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.has_soft_borders .product_item .frame {
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.has_soft_borders .product_item .frame .wrap {
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.has_soft_borders .pricing-table.separated .pricetable-inner .pricetable-column .pricetable-column-inner .features, .has_soft_borders .pricing-table .pricetable-inner .pricetable-column.pricetable-featured .pricetable-column-inner .features {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .additional_posts_module .blog_tabs_content .post_grid_module .post_grid_content, .has_soft_borders .widget_tag_cloud .tagcloud .wrap {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .miss_hot_updates_widget .hot_updates, .has_soft_borders .tabs_container.framed .tabs_content.framed {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .miss_hot_updates_widget .hot_updates .wrap, .has_soft_borders .tabs_container.framed .tabs_content.framed .wrap {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .blog_tabs_content, .has_soft_borders .additional_posts_module .blog_tabs_content .post_grid, .has_soft_borders .blog_tabs_content .commentlist {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .woocommerce-tabs .panel {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .woocommerce-tabs .panel .wrap {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .miss_in_focus_widget .in_focus .in_focus_bottom .bottom_bulk_box_field .box, .has_soft_borders .wpb_tabs.style1.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .product_item .bottom_bulk_box_field {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .product_item .bottom_bulk_box_field .box {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.has_soft_borders .pricing-table.union .pricetable-inner .pricetable-column:first-child .pricetable-column-inner .table-head {
  -webkit-border-radius: 3px 0px 0px 0px;
  -moz-border-radius: 3px 0px 0px 0px;
  -ms-border-radius: 3px 0px 0px 0px;
  -o-border-radius: 3px 0px 0px 0px;
  border-radius: 3px 0px 0px 0px;
}
.has_soft_borders .pricing-table.union .pricetable-inner .pricetable-column:last-child .pricetable-column-inner .table-head {
  -webkit-border-radius: 0px 3px 0px 0px;
  -moz-border-radius: 0px 3px 0px 0px;
  -ms-border-radius: 0px 3px 0px 0px;
  -o-border-radius: 0px 3px 0px 0px;
  border-radius: 0px 3px 0px 0px;
}
.has_soft_borders .pricing-table.union .pricetable-inner .pricetable-column:first-child .pricetable-column-inner .features {
  -webkit-border-radius: 0px 0px 0px 3px;
  -moz-border-radius: 0px 0px 0px 3px;
  -ms-border-radius: 0px 0px 0px 3px;
  -o-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.has_soft_borders .woocommerce .checkout table.shop_table tfoot tr:last-child th:first-child {
  -webkit-border-radius: 0px 0px 0px 3px;
  -moz-border-radius: 0px 0px 0px 3px;
  -ms-border-radius: 0px 0px 0px 3px;
  -o-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.has_soft_borders .pricing-table.union .pricetable-inner .pricetable-column:last-child .pricetable-column-inner .features, .has_soft_borders .woocommerce .checkout table.shop_table tfoot tr:last-child td:last-child {
  -webkit-border-radius: 0px 0px 3px 0px;
  -moz-border-radius: 0px 0px 3px 0px;
  -ms-border-radius: 0px 0px 3px 0px;
  -o-border-radius: 0px 0px 3px 0px;
  border-radius: 0px 0px 3px 0px;
}

/* widgets */
.widget {
  margin-bottom: 10px;
  padding-bottom: 1px;
}

.sidebar .widget, .before_footer .widget {
  margin-bottom: 35px;
  padding-bottom: 1px;
}

.layerslider_widget {
  overflow: hidden;
}

.msmw_map img {
  max-width: none !important;
}

.widget.miss_workhours_widget .weekdays {
  border-bottom: 1px rgba(200, 200, 200, 0.2) solid;
  margin-bottom: 11px;
}
.widget.miss_workhours_widget .weekdays div:first-child {
  overflow: hidden;
  white-space: nowrap;
}
.widget.miss_workhours_widget .weekdays.weekday_sat, .widget.miss_workhours_widget .weekdays.weekday_sun {
  opacity: .5;
}

.facebook_like iframe[style] {
  width: 100% !important;
}

.feed-counter div {
  width: 30%;
  position: relative;
  margin-right: 5%;
  margin-bottom: 20px;
  float: left;
  height: 100px;
}
.feed-counter div:last-child {
  margin-right: 0 !important;
  clear: right;
}

.socialCounterWidget {
  width: auto;
  display: block;
  position: relative;
}

#socialCounterWidget {
  text-align: center;
  margin: 0px;
}

.socialCounterContainer {
  float: left;
}

#socialCounterWidget .socialCounterBox {
  display: block;
  margin: 0px 1px;
  padding: 20px 2px;
}

#socialCounterWidget .icon {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin: 0px auto;
}
#socialCounterWidget .icon i {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin: 0px auto;
}

.before_footer #socialCounterWidget .count {
  font-size: 15px;
  letter-spacing: -1px;
}

#socialCounterWidget .count {
  line-height: 15px;
  font-weight: normal;
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
#socialCounterWidget .title {
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
  font-size: 80%;
}

.feed_link_widget .title {
  line-height: 15px;
  font-weight: normal;
  margin-left: 48px;
  display: block;
  font-size: 120%;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  padding-top: 12px;
}
.feed_link_widget .icon {
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  line-height: 48px;
  text-align: center;
  font-size: 28px;
}
.feed_link_widget .description {
  display: block;
  margin-left: 48px;
  letter-spacing: 1px;
  font-style: italic;
  padding-bottom: 6px;
}

/* sidebar widgets */
.widget .preview_info_wrap {
  display: none;
}

.before_footer .container .widget h6 {
  margin-top: 5px;
  display: block;
}

.widget > h6 {
  display: none;
}

.sidebar .widget .small_post_list .post_title, .sidebar .widget .small_post_list .post_meta, .sidebar .widget .small_post_list .content {
  margin-left: 0px;
}

/* widget_social_icons */
.widget_social_icons .social_icon {
  display: block;
  float: left;
}
.widget_social_icons .social_icon i {
  display: block;
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

/* widget_search */
.widget .search-form {
  margin: 0px;
}

.search-form {
  margin: 0px 0px 20px 0px;
}
.search-form fieldset {
  padding: 5px 35px 5px 8px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: block;
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 !important;
}
.search-form input.search-input {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  box-shadow: none;
  height: 25px;
  min-height: 25px;
}

.main_content .search-form .search-input {
  padding-left: 5px;
}

.search-form .fa-icon-search {
  display: block;
  position: absolute;
  border: none;
  background: none;
  right: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  z-index: 10;
}
.search-form .search-submit {
  margin: 0px;
  padding: 0px;
  display: block;
  position: absolute;
  border: none;
  background: none;
  overflow: hidden;
  right: 0px;
  text-indent: 100px;
  width: 35px;
  height: 25px;
  z-index: 50;
}

/* widget_categories AND miss_twitter_widget */
.sidebar .widgettitle, .sidebar .woocommerce .widgettitle, .sidebar .widget_shopping_cart .widgettitle {
  display: block;
  margin: 0px 0px 10px 0px;
  text-align: left;
  position: relative;
}

.cart-collaterals .cart_totals h2 {
  display: block;
  margin: 0px 0px 10px 0px;
  text-align: left;
  position: relative;
}

.sidebar .miss_gallery .gallery_info .widgettitle {
  display: block;
  margin: 0px 0px 10px 0px;
  text-align: left;
  position: relative;
}
.sidebar .widget > div, .sidebar .widget > p, .sidebar .widget > ul {
  margin: 0px;
}
.sidebar .widget > select {
  margin: 0px auto;
  display: block;
}
.sidebar .widget.widget_tag_cloud > div, .sidebar .widget.widget_irishmissw_sc_widget > div, .sidebar .widget.miss_recent_widget > ul, .sidebar .widget.miss_popular_widget > ul, .sidebar .widget.miss_contact_form_widget > div, .sidebar .widget.widget_social_icons > div, .sidebar .widget.miss_workhours_widget > div, .sidebar .widget.widget_text > div, .sidebar .widget.widget_sponsor_banners > div {
  margin-top: 20px;
}
.sidebar .widget.miss_hot_updates_widget > *, .sidebar .widget.miss_in_focus_widget > div, .sidebar .widget.widget_tag_cloud > div, .sidebar .widget.widget_feedburner > div {
  margin: 0px;
}
.sidebar .widget.miss_hot_updates_widget h4.post_title {
  margin-bottom: 10px;
}
.sidebar .widget.miss_hot_updates_widget h4.post_title a {
  font-weight: 600;
}

.miss_twitter_widget h6 {
  display: none;
}

.widget ul {
  padding: 0px;
  margin: 0px;
}

.widget_categories ul > li, .miss_twitter_widget ul > li, .widget_archive ul > li, .widget_nav_menu ul > li, .widget_meta ul > li, .widget_recent_entries ul > li, .widget_recent_comments > ul > li, .widget_pages ul > li, .miss_subnav_widget ul > li, .miss_contact_widget > ul > li, .woocommerce ul > li, .widget_shopping_cart ul > li {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  display: block;
}

.widget_categories > ul > li, .miss_twitter_widget > ul > li, .widget_archive > ul > li, .widget_nav_menu ul > li, .widget_meta > ul > li, .widget_pages > ul > li, .miss_subnav_widget ul > li, .miss_contact_widget > ul > li, .woocommerce ul > li, .widget_shopping_cart ul.cart_list > li {
  padding: 0px;
  margin: 0px;
}

.widget_categories > ul.children > li > a, .widget_nav_menu > ul > li > a, .widget_pages ul.children > li > a, .widget_nav_menu ul.sub-menu > li > a {
  margin-left: 20px;
}

.widget_categories > ul.children > li a, .widget_archive > ul.children > li ul > li > a, .widget_nav_menu > ul.children > li ul > li > a, .widget_pages ul.children > li ul > li > a, .widget ul.children > li ul > li > a {
  margin-left: 40px;
}

.widget_categories > ul > li:first-child, .miss_twitter_widget > ul > li:first-child, .widget_archive > ul > li:first-child, .widget_nav_menu > div > ul > li:first-child, .widget_meta > ul > li:first-child, .widget_recent_entries > ul > li:first-child, .widget_recent_comments > ul > li:first-child, .widget_pages > ul > li:first-child, .miss_subnav_widget ul > li:first-child, .miss_contact_widget > ul > li:first-child, .woocommerce ul > li:first-child, .widget_shopping_cart ul > li:first-child {
  border: none;
}

.widget_categories ul li a, .widget_archive ul li a, .widget_nav_menu ul li a, .widget_meta ul li a, .widget_recent_entries ul li a, .widget_pages ul li a, .miss_subnav_widget ul > li a, .woocommerce ul > li a {
  display: inline-block;
  line-height: 25px;
  text-decoration: none;
  padding: 5px 5px 5px 30px;
  position: relative;
}

.widget_recent_comments ul li, .miss_contact_widget > ul > li {
  line-height: 25px;
  text-decoration: none;
  padding: 5px 5px 5px 30px;
  position: relative;
}

.miss_twitter_widget ul li a {
  display: block;
  padding: 20px 0px;
  text-decoration: none;
}
.miss_twitter_widget ul li a i {
  display: block;
  height: 18px;
  width: 18px;
  font-size: 18px;
  text-decoration: none;
}
.miss_twitter_widget ul li a .comment {
  margin: 0px 0px 0px 24px;
  overflow: hidden;
}

.widget_categories ul li a:before, .widget_archive ul li a:before, .widget_nav_menu ul li a:before, .widget_meta ul li a:before, .widget_recent_entries ul li a:before, .widget_recent_comments ul li:before, .widget_pages ul li a:before, .miss_subnav_widget ul > li a:before, .widget_product_categories ul > li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 700;
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 15px;
}

.miss_hot_updates_widget .hot_updates, .before_footer .miss_hot_updates_widget .hot_updates, .tabs_container.framed .tabs_content.framed, .blog_tabs_content, .woocommerce-tabs .panel, .woocommerce > form {
  padding-bottom: 4px;
  margin: 0px;
  overflow: hidden;
}

.widget_tag_cloud .tagcloud .wrap, .miss_hot_updates_widget .hot_updates .wrap, .tabs_container.framed .tabs_content.framed .wrap, .additional_posts_module .blog_tabs_content .post_grid, .blog_tabs_content .commentlist, .woocommerce-tabs .panel .wrap {
  padding: 17px 19px;
  margin: 0px;
}

.widget_tag_cloud .tagcloud a {
  display: block;
  float: left;
  margin: 1px;
  padding: 7px 10px;
  text-decoration: none;
}
.widget_tag_cloud > div, .widget_tag_cloud > p, .widget_tag_cloud > ul {
  margin: 10px 0px 0px 0px;
}

/* miss_hot_updates_widget */
.miss_hot_updates_widget .hot_updates_tabs {
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: visible;
  position: relative;
  display: block;
  background: transparent;
}

.tabs_container.framed .tabs, .blog_tabs_container .blog_tabs, .woocommerce-tabs .tabs, .tabs {
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: visible;
  position: relative;
  display: block;
  background: transparent;
}

.miss_hot_updates_widget .hot_updates_tabs:after, .tabs_container.framed .tabs:after, .blog_tabs_container .blog_tabs:after, .woocommerce-tabs .tabs:after, .tabs:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}

.miss_hot_updates_widget .hot_updates_tabs li, .tabs_container.framed .tabs li, .woocommerce-tabs .tabs li, .tabs li, .blog_tabs_container .blog_tabs li {
  cursor: pointer;
  float: left;
}

.miss_hot_updates_widget .hot_updates .wrap .tabbed {
  display: none;
  margin: 0px;
}

.miss_popular_widget ul, .miss_recent_widget ul {
  margin: 0px;
}

.miss_popular_widget ul li, .miss_recent_widget ul li {
  margin: 10px 0px;
}

.miss_hot_updates_widget .hot_updates .wrap .tabbed:first-child {
  display: block;
}

.tabs.button li a, .miss_hot_updates_widget .hot_updates_tabs li a, .tabs_container.framed .tabs li a, .blog_tabs_container .blog_tabs li a, .main_content .woocommerce-tabs .tabs li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px 8px 15px;
  margin-right: 1px;
  border: 0px none;
  line-height: 20px;
  text-transform: none;
  text-shadow: 0px 0px 0px transparent;
  box-shadow: inset 0 -5px 0 0 rgba(28, 28, 28, 0.1);
  -webkit-box-shadow: inset 0 -5px 0 0 rgba(28, 28, 28, 0.1);
  -moz-box-shadow: inset 0 -5px 0 0 rgba(28, 28, 28, 0.1);
}

.commentmetadata a, .miss_form_row input[type="submit"] {
  clear: right;
  float: none;
}

.form-submit input[type="submit"], .form-submit button {
  clear: right;
  float: none;
}

.commentmetadata a {
  font-size: 11px;
  line-height: 20px;
}

.miss_hot_updates_widget .hot_updates_tabs li a.current, .miss_hot_updates_widget .hot_updates_tabs li a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tabs_container .tabs li a.current, .tabs_container .tabs li a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.blog_tabs_container .blog_tabs li a.current, .blog_tabs_container .blog_tabs li a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.woocommerce-tabs .tabs li a.current, .woocommerce-tabs .tabs li a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.miss_hot_updates_widget .hot_updates_tabs li a.current, .miss_hot_updates_widget .hot_updates_tabs li a:hover {
  box-shadow: 0px -4px 0px 0px;
}

.tabs_container.framed .tabs li a:hover, .tabs_container.framed .tabs li a.current {
  box-shadow: 0px -4px 0px 0px;
}

.blog_tabs_container .blog_tabs li a:hover, .blog_tabs_container .blog_tabs li a.current {
  box-shadow: 0px -4px 0px 0px;
}

.woocommerce-tabs .tabs li a:hover, .woocommerce-tabs .tabs li a.current {
  box-shadow: 0px -4px 0px 0px;
}

.miss_hot_updates_widget .hot_updates .wrap .post_list li {
  padding: 20px 0px;
  margin: 0px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
}
.miss_hot_updates_widget .hot_updates .wrap .post_list li:first-child {
  border: none;
  padding: 0px 0px 20px 0px;
}
.miss_hot_updates_widget .hot_updates .wrap .post_list .image {
  float: left;
  height: 80px;
  width: 80px;
  margin: 0px 15px 0px 0px;
}

.miss_popular_widget ul li .image, .miss_recent_widget ul li .image {
  float: left;
  height: 80px;
  width: 80px;
  margin: 0px 15px 0px 0px;
}

.miss_hot_updates_widget .hot_updates .wrap .post_list .image img, .miss_popular_widget ul li .image img, .miss_recent_widget ul li .image img {
  width: 100%;
  height: auto;
}

.wpb_widgetised_column .post_title {
  margin-left: 0;
  padding-left: 0;
}

.post_list .post_title, .post_list .post_meta {
  padding: 0px;
  margin: 0px;
}

/*.miss_hot_updates_widget .hot_updates .wrap*/
.sidebar .post_list .post_title a, .before_footer .post_list .post_title a {
  padding: 0px;
  font-size: 15px;
}

/* miss_in_focus_widget */
.miss_in_focus_widget .in_focus {
  position: relative;
  margin-bottom: 30px;
}
.miss_in_focus_widget .in_focus .in_focus_image img {
  width: 100%;
  height: auto;
}
.miss_in_focus_widget .in_focus .in_focus_bottom {
  position: absolute;
  width: 100%;
  bottom: -1px;
}
.miss_in_focus_widget .in_focus .in_focus_bottom:before {
  content: " ";
  display: block;
  height: 0px;
  width: 0px;
  border-width: 0px 8px 10px 8px;
  border-color: transparent;
  border-style: solid;
  margin-left: 10%;
}
.miss_in_focus_widget .in_focus .in_focus_bottom .post_title a {
  font-size: 16px;
}

/* miss_contact_widget */
.miss_contact_widget ul li {
  padding-left: 35px;
}
.miss_contact_widget ul li i {
  display: block;
  height: 15px;
  width: 15px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
}
.miss_contact_widget ul li a {
  text-decoration: none;
}

/* im contacts widget */
.im_contacts_widget .contacts-details {
  float: left;
  clear: left;
  min-width: 72px;
}
.im_contacts_widget span.phone {
  font-size: 16px;
}

/* miss_contact_form_widget */
.miss_contact_form_widget .captcha_field .col-sm-3 {
  width: auto;
  white-space: nowrap;
  margin-right: 8px;
}
.miss_contact_form_widget .captcha_field .col-sm-9 {
  width: 40px;
}

.widget_sponsor_banners img {
  margin-bottom: 10px;
}

.widget .post_list .post_list_module:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

/* footer widgets */
.before_footer .widget ul {
  margin: 0px;
}
.before_footer .widget > ul, .before_footer .widget > div {
  margin: 30px 0px 0px 0px;
}
.before_footer .woocommerce ul.cart_list, .before_footer .woocommerce-page ul.cart_list, .before_footer .woocommerce ul.product_list_widget, .before_footer .woocommerce-page ul.product_list_widget {
  margin: 30px 0px 0px 0px;
}
.before_footer .miss_recent_widget ul .post_list_module {
  margin-bottom: 20px;
  padding: 0px;
  line-height: normal;
}
.before_footer .miss_recent_widget ul .post_list_module .image {
  float: left;
  margin-right: 10px;
}

.widget .month {
  width: 34px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  top: 3px;
}
.widget .month .day {
  max-width: 100%;
  max-height: 96%;
  margin-bottom: 2px;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
  position: relative;
  display: block;
}
.widget .month .day span {
  font-size: 12px;
  line-height: 9px;
}

.before_footer ul .post_list_module .post_title {
  display: block;
  margin: 0px;
  font-size: 110%;
}
.before_footer .flickr_widget .row .col-sm-4 {
  margin-bottom: 10px;
}
.before_footer .flickr_badge_image {
  margin: 5px;
}
.before_footer .flickr_badge_image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.before_footer .flickr_widget .row-fluid .col-sm-4:nth-child(4) {
  margin-left: 0px;
}
.before_footer .flickr_widget .col-sm-4 img {
  width: 100%;
}
.before_footer .miss_twitter_widget ul li {
  margin-bottom: 25px;
  border: 0px none;
}
.before_footer .miss_twitter_widget ul li a {
  padding: 0px 0px 0px 25px;
  text-decoration: none;
  position: relative;
}
.before_footer .miss_twitter_widget ul li a > i {
  font-size: 18px;
  position: absolute;
  left: 0px;
}
.before_footer .miss_twitter_widget ul li a .comment {
  margin-left: 30px;
}

/* miss_flickr_widget */
.miss_flickr_widget .flickr_badge_image {
  float: left;
  /*width: 33.33%;*/
  padding: 0;
  margin: 2px;
  height: auto;
}
.miss_flickr_widget .flickr_badge_image a {
  padding: 3px;
  display: block;
}
.miss_flickr_widget .flickr_badge_image a img {
  border-width: 1px;
  border-style: solid;
  position: relative;
}

/* Visual composer */
.main_content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  font-size: 16px;
  line-height: 42px;
  padding: 5px 2px 5px 18px;
  margin: 0px 0px 10px 0px;
  display: block;
  position: relative;
  white-space: normal;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}
.main_content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding: 0px 50px 0px 0px;
}
.main_content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon {
  height: 42px;
  width: 42px;
  margin: 0px;
  display: block;
  line-height: 42px;
  text-align: center;
  font-size: 32px;
  float: right;
  position: relative;
  top: 0px;
  right: 3px;
  background-image: none;
}

.unlimited_list {
  margin: 0;
}
.unlimited_list > li {
  padding: 5px 24px;
}
.unlimited_list > li li {
  padding: 5px 32px;
}

.main_content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon:before {
  content: "\002B";
}
.main_content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active .ui-accordion-header-icon:before {
  content: "\2013";
  position: relative;
  top: -3px;
}
.main_content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 10px 26px 20px 26px;
}

.vc_row-fluid .wpb_wrapper .vc_span12 {
  margin-left: 0px;
}

/* fullwidthbanner */
.fullwidthbanner:before, .message:before, .fullwidthbanner:after, .message:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
}

.fullwidthbanner {
  position: static;
  width: 100%;
  margin-bottom: 50px;
  padding: 0px 0px 40px 0px;
}
.fullwidthbanner.nomargins {
  margin-bottom: 0;
  padding-bottom: 0;
}
.fullwidthbanner .banner {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 3;
  /*
    padding: 20px 0px;
  */
  background-position: center;
  background-repeat: repeat;
}

.boxed_layout .fullwidthbanner .banner {
  position: relative;
  width: 100%;
  left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: center;
  background-repeat: repeat;
}

/* fullwidthbanner */
@media (min-width: 768px) {
  .fullwidthbanner:before, .message:before, .fullwidthbanner:after, .message:after {
    content: ' ';
    display: block;
    clear: both;
    width: 100%;
  }

  .fullwidthbanner {
    position: static;
    width: 100%;
    /*padding: 0px 0px 40px 0px; */
  }
  .fullwidthbanner.nomargins {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .fullwidthbanner .banner {
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 20px 0px;
    background-position: center;
    background-repeat: repeat;
  }

  .boxed_layout .fullwidthbanner .banner {
    position: relative;
    width: 100%;
    left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center;
    background-repeat: repeat;
  }

  .col-md-12, .col-lg-12 {
    position: static;
  }
}
@media (max-width: 767px) {
  .fullwidthbanner {
    height: auto !important;
  }
  .fullwidthbanner .banner {
    height: auto !important;
  }
}
/* buttons */
.btn1 * {
  line-height: 20px;
  white-space: nowrap;
}
.btn1 i, .btn1.small_button i {
  position: relative;
  top: 0px;
}
.btn1.large_button i {
  position: relative;
  top: 1px;
}

/* styled links */
.styled_link {
  display: inline-block;
}
.styled_link i {
  display: inline-block;
  /*  width: 16px;
  */
  text-align: center;
}
.styled_link:hover {
  text-decoration: underline;
}

/* tabs */
.tabs_container {
  margin: 0px 0px 35px 0px;
}

.tabs.button li {
  margin-right: 1px;
}
.tabs.vertical {
  margin: 0px;
  height: auto;
  list-style-type: none;
  width: auto;
}
.tabs.vertical li {
  float: none;
}

/* tabs.vertical */
.tabs_container.vertical {
  position: relative;
}
.tabs_container.vertical:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}

.tabs_content.vertical {
  padding: 2px 2px 2px 0px;
  overflow: hidden;
  top: 0;
  position: relative;
}
.tabs_content.vertical .tabs_wrap {
  padding: 20px 40px;
  overflow: hidden;
}

.tabs_button li {
  display: inline-block;
}

.featured_tabs {
  margin: 0;
  list-style-type: none;
  font-size: 120%;
}

.tabs.vertical li, .featured_tabs li {
  float: none;
}

.tabs.vertical li {
  height: 59px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  /*
    border-bottom-color: rgb(192,211,223); 
  */
  overflow: hidden;
}
.tabs.vertical li:last-child {
  border-bottom: none;
}

.featured_tabs_frame {
  float: left;
  padding: 2px 0px;
}

.featured_tabs li a {
  font-size: 12px;
}

.tabs.vertical {
  overflow: hidden;
  display: block;
  float: left;
  padding: 2px 0px;
}
.tabs.vertical li a {
  display: block;
  position: relative;
  height: 59px;
  line-height: 59px;
  padding: 0px 20px;
  font-size: 120%;
  text-decoration: none;
}
.tabs.vertical li a i {
  font-size: 32px;
  line-height: 59px;
  height: 59px;
  width: 60px;
  margin-left: -20px;
  text-align: center;
  display: block;
  float: left;
}

.tabs_content.vertical, .featured_tabs_content {
  overflow: hidden;
}

/* message */
.message {
  margin-bottom: 50px;
}
.message .message_center {
  position: relative;
  padding: 20px;
  margin: 0px;
}
.message .message_center .btn_wrap {
  text-align: center;
  float: right;
}
.message .message_center .content_wrap h4 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-align: left;
  margin: 0 0 10px;
}
.message .message_center .content_wrap p {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  margin: 0px;
}
.message .message_bottom {
  border-width: 6px 10px 0px 10px;
  border-color: transparent;
  border-style: solid;
  height: 0;
  margin: 0px 5px;
}

.bottom_bulk_box_field .bulk {
  border-width: 6px 10px 0px 10px;
  border-color: transparent;
  border-style: solid;
  height: 0;
  margin: 0px 5px;
}

.message .message_shadow, .bottom_bulk_box_field .shadow {
  height: 30px;
  border-top-right-radius: 20px 12px;
  border-top-left-radius: 20px 12px;
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
}

/* testimony */
.testimony_avatar_holder {
  width: 240px;
  height: 240px;
  float: left;
  padding: 0px 30px 30px 0px;
  margin-right: 10px;
}

.testimony_avatar {
  display: inline-block;
  position: relative;
  padding: 9px;
  border: none;
  border-radius: 100%;
}
.testimony_avatar:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: -30px;
  z-index: -1;
  display: inline-block;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-width: 30px 0px 30px 30px;
  border-style: solid;
}
.testimony_avatar img {
  z-index: 2;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  width: 100%;
  height: auto;
}

.testimony-inner {
  padding: 0px;
}
.testimony-inner h3 {
  line-height: inherit;
  font-size: 24px;
  margin: 0px 0px 10px 10px;
}
.testimony-inner blockquote {
  border: none;
  margin: 0px;
  background-color: transparent;
}

/* toggle_frame_set */
.toggle_frame_set .toggle_header {
  margin-bottom: 10px;
  cursor: pointer;
}
.toggle_frame_set.framed .toggle_header a {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding: 5px 2px 5px 18px;
  margin: 0px;
  display: block;
  position: relative;
  white-space: normal;
  text-decoration: none;
  overflow: hidden;
}
.toggle_frame_set .toggle_header .plus_minus {
  margin-left: 5px;
  width: 8px;
  text-align: center;
  display: inline-block;
  text-align: center;
}
.toggle_frame_set.framed .toggle_header .plus_minus {
  height: 32px;
  width: 32px;
  margin: 0px;
  display: block;
  line-height: 32px;
  text-align: center;
  font-size: 32px;
  float: right;
  position: relative;
  top: 4px;
  right: 4px;
}
.toggle_frame_set .toggle_header .plus_minus:before, .toggle_frame_set.framed .toggle_header .plus_minus .plus_minus_alt:before {
  content: "\002B";
}
.toggle_frame_set .toggle_header.active .plus_minus:before {
  content: "\2013";
  position: relative;
}
.toggle_frame_set.framed .toggle_header.active .plus_minus .plus_minus_alt:before {
  content: "\2013";
  position: relative;
  top: -3px;
}
.toggle_frame_set.framed .toggle_header.active .plus_minus:before {
  top: -3px;
}
.toggle_frame_set .toggle_header.active .plus_minus:before {
  top: -1px;
}
.toggle_frame_set.framed .toggle_header:hover .plus_minus:before {
  content: ' ';
}
.toggle_frame_set.framed .toggle_header .plus_minus .plus_minus_alt {
  display: none;
  height: 32px;
  width: 32px;
  margin: 0px;
  position: relative;
  z-index: 2;
  bottom: 0px;
}
.toggle_frame_set.framed .toggle_header:hover .plus_minus .plus_minus_alt {
  display: block;
}
.toggle_frame_set.framed .toggle_header .plus_minus:before {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.toggle_frame_set .toggle_content {
  padding: 0px 0px 15px 0px;
  line-height: 18px;
  display: none;
}
.toggle_frame_set.framed .toggle_content {
  padding: 10px 26px 20px 26px;
  display: none;
}

/* ranks */
.post.type-post .single_content .rating_box {
  float: left;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 265px;
}
.post.type-post .single_content .rating_box.shortcode {
  margin-right: 0px;
  width: auto;
}

.overall_rating i, .rating_row i {
  display: inline-block;
}

.overall_rating i.small {
  line-height: 12;
  font-size: 11px;
}
.overall_rating i.medium {
  line-height: 18px;
  font-size: 18px;
}
.overall_rating i.large {
  line-height: 40px;
  font-size: 32px;
}

#bbp-search-form {
  display: inline-block;
}
#bbp-search-form > div input {
  float: left;
  margin-left: 5px;
}

/* Flex */
.flex_slideshow_container {
  margin-bottom: 20px;
}
.flex_slideshow_container .flex-control-paging {
  margin: 0px;
}
.flex_slideshow_container.circles .flex-direction-nav, .flex_slideshow_container.arrows .flex-control-paging {
  display: none;
}
.flex_slideshow_container.arrows_top .flex-control-paging {
  display: none;
}
.flex_slideshow_container.arrows_top .flex-direction-nav li a {
  top: -55px;
}
.flex_slideshow_container.arrows_top .flex-direction-nav li a.flex-prev {
  right: 30px;
  left: auto;
}
.flex_slideshow_container.arrows_top .flex-direction-nav li a.flex-next {
  right: 0px;
  left: auto;
}

/**
 * Skill Meter and Charts Frontend
 * 
 * @package startup
 */
.im-skill-meter {
  margin-bottom: 15px;
}
.im-skill-meter .im-skill-meter-title {
  margin-bottom: 6px;
  font-weight: bold;
  display: block;
  line-height: 14px;
}
.im-skill-meter .im-progress-bar {
  background-color: #dcdcdc;
  background-color: rgba(0, 0, 0, 0.12);
  position: relative;
  height: 14px;
  display: block;
}
.im-skill-meter .im-progress-bar .progress-outer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.im-skill-meter .im-progress-bar .progress-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.progress-outer, .progress-inner, .im-progress-bar {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* Shortcode : Skill Meter Chart
-------------------------------------------------------------------- */
.im-skill-chart {
  text-align: center;
}

/* Charts
-------------------------------------------------------------------- */
.im-chart {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.im-chart canvas {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.im-chart i, .im-chart .chart-custom-text, .im-chart .chart-percent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  text-align: center;
  width: 100%;
  color: #444;
}
.im-chart .chart-custom-text {
  font-size: 18px;
}
.im-chart .chart-percent {
  font-size: 16px;
  font-weight: bold;
}

.im-chart-desc {
  font-size: 12px;
  text-align: center;
  display: block;
}

/**
 * --------------------------------------------------------------------
 * Captcha
 * --------------------------------------------------------------------
 */
.im-capthca_input {
  margin-left: 5px;
  font-size: 11px;
}

.captcha-label.sum {
  margin: 0;
  margin-right: 0.5%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url(../../images/backgrounds/noise.gif);
  color: #fff;
}

.captcha-label.sum.half, .captcha-input.sum.half {
  width: 49%;
  margin: 0;
  margin-right: 0.5%;
  float: left;
}

/**
 * ---------------------------------------------------------------------
 * Separators
 * ---------------------------------------------------------------------
 */
.wpb_separator.wpb_content_element {
  padding-bottom: 35px;
}

/**
 * ---------------------------------------------------------------------
 * Testimonials
 * ---------------------------------------------------------------------
 */
.testimonials > li {
  list-style: none;
}

#testimonials {
  overflow: hidden;
}
#testimonials li {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 8px;
}
#testimonials li p {
  margin: 0;
  padding: 0;
}
#testimonials .inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 25px;
}
#testimonials .arrow {
  margin: auto;
  width: 15px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center top;
}
#testimonials .author {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#testimonials .author .person {
  width: 42px;
  height: 42px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
}
#testimonials .author h4 {
  display: inline-block;
  padding-left: 10px;
}

/* .benefits */
.benefits .column {
  margin-bottom: 30px;
  text-align: center;
}

.benefit .header {
  padding: 0px 10px;
  margin-bottom: 17px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.benefit > a {
  text-align: center;
}
.benefit > i, .benefit > a > i {
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 32px;
  display: block;
  margin: 0px auto;
  float: none;
  text-align: center;
}
.benefit > i, .benefit > a > i {
  width: 57px;
  height: 57px;
}
.benefit.clean > i, .benefit.circle > i, .benefit.clean > a > i, .benefit.circle > a > i {
  border-width: 4px;
  border-style: solid;
}
.benefit.clean > a > i, .benefit.clean > i {
  border-width: 0px;
  border-style: none;
}
.benefit.clean > .header {
  margin-top: 0px;
}
.benefit.box > .header {
  margin-top: 0px;
}
.benefit.circle > a > i, .benefit.circle > i {
  border-radius: 100%;
}
.benefit.box {
  padding: 15px;
}
.benefit.box > .post_excerpt {
  margin: 10px 15px 25px 15px;
}
.benefit > .header {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  display: block;
  margin: 10px 0px;
  float: none;
  text-align: center;
}
.benefit > .post_excerpt {
  margin: 0px;
  text-align: center;
}

/* Buttons */
.btn.more {
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
  border: 0px none;
  padding-left: 18px;
  padding-right: 18px;
}

.main_content .btn-turquoise * {
  color: #f8f8f8 !important;
}

.btn-turquoise, .btn.btn-turquoise {
  background: #1abc9c;
}

.main_content .btn-green-sea * {
  color: #f8f8f8 !important;
}

.btn-green-sea, .btn.btn-green-sea {
  background: #16a085;
}

.main_content .btn-emerald * {
  color: #f8f8f8 !important;
}

.btn-emerald, .btn.btn-emerald {
  background: #2ecc71;
}

.main_content .btn-nephritis * {
  color: #f8f8f8 !important;
}

.btn-nephritis, .btn.btn-nephritis {
  background: #27ae60;
}

.main_content .btn-peter-river * {
  color: #f8f8f8 !important;
}

.btn-peter-river, .btn.btn-peter-river {
  background: #3498db;
}

.main_content .btn-belize-hole * {
  color: #f8f8f8 !important;
}

.btn-belize-hole, .btn.btn-belize-hole {
  background: #2980b9;
}

.main_content .btn-amethyst * {
  color: #f8f8f8 !important;
}

.btn-amethyst, .btn.btn-amethyst {
  background: #9b59b6;
}

.main_content .btn-wisteria * {
  color: #f8f8f8 !important;
}

.btn-wisteria, .btn.btn-wisteria {
  background: #8e44ad;
}

.main_content .btn-wet-asphalt * {
  color: #f8f8f8 !important;
}

.btn-wet-asphalt, .btn.btn-wet-asphalt {
  background: #34495e;
  color: #f8f8f8;
}

.main_content .btn-midnight-blue * {
  color: #f8f8f8 !important;
}

.btn-midnight-blue, .btn.btn-midnight-blue {
  background: #2c3e50;
}

.main_content .btn-sun-flower * {
  color: #f8f8f8 !important;
}

.btn-sun-flower, .btn.btn-sun-flower {
  background: #f1c40f;
}

.main_content .btn-orange * {
  color: #f8f8f8 !important;
}

.btn-orange, .btn.btn-orange {
  background: #f39c12;
}

.main_content .btn-carrot * {
  color: #f8f8f8 !important;
}

.btn-carrot, .btn.btn-carrot {
  background: #e67e22;
}

.main_content .btn-pumpkin * {
  color: #f8f8f8 !important;
}

.btn-pumpkin, .btn.btn-pumpkin {
  background: #d35400;
}

.main_content .btn-alizarin * {
  color: #f8f8f8 !important;
}

.btn-alizarin, .btn.btn-alizarin {
  background: #e74c3c;
}

.main_content .btn-pomegranate * {
  color: #f8f8f8 !important;
}

.btn-pomegranate, .btn.btn-pomegranate {
  background: #c0392b;
}

.btn-clouds, .btn.btn-clouds {
  color: #5c5c5c;
  background: #ecf0f1;
}

.main_content .btn-silver * {
  color: #f8f8f8 !important;
}

.btn-silver, .btn.btn-silver {
  color: #5c5c5c;
  background: #bdc3c7;
}

.main_content .btn-concrete * {
  color: #f8f8f8 !important;
}

.btn-concrete, .btn.btn-concrete {
  background: #95a5a6;
}

.main_content .btn-asbestos * {
  color: #f8f8f8 !important;
}

.btn-asbestos {
  background: #7f8c8d;
}

.btn.btn-asbestos {
  background: #7f8c8d;
}
.btn.liteui.btn-large, .btn.liteui.btn-lg, .btn-group-lg > .btn.liteui {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
.btn.flatui.btn-large, .btn.flatui.btn-lg, .btn-group-lg > .btn.flatui {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
.btn.liteui.btn-small, .btn.liteui.btn-sm, .btn-group-sm > .btn.liteui {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn.flatui.btn-small, .btn.flatui.btn-sm, .btn-group-sm > .btn.flatui {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn.liteui.btn-xsmall, .btn.liteui.btn-xs, .btn-group-xs > .btn.liteui {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}
.btn.flatui.btn-xsmall, .btn.flatui.btn-xs, .btn-group-xs > .btn.flatui {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}
.btn.liteui.btn-medium, .btn.liteui.btn-md {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
}
.btn.flatui.btn-medium, .btn.flatui.btn-md {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
}

a.btn.flatui {
  color: #ffffff;
  border: none;
}
a.btn.flatui:link, a.btn.flatui:visited, a.btn.flatui:hover {
  color: #ffffff;
  border: none;
}

.btn.flatui, .btn.liteui {
  margin-right: 20px;
}
.btn.flatui.right, .btn.liteui.right {
  background-color: transparent;
  background-image: none;
  margin-left: 20px;
  margin-right: 0;
}
.btn.lite, .btn.liteui {
  background-color: transparent;
  background-image: none;
  border: 1px #dddddd solid;
}
.btn.btn1.btn-xsmall, .btn.btn1.btn-xs, .btn-group-xs > .btn.btn1 {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
}
.btn.btn1.magnifity {
  -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;
  position: relative;
  display: inline-block;
}
.btn.btn1.btn-large.magnifity:hover, .btn.btn1.btn-lg.magnifity:hover, .btn-group-lg > .btn.btn1.magnifity:hover {
  border: none;
  padding: 5px 19px;
}
.btn.btn1.btn-large, .btn.btn1.btn-lg, .btn-group-lg > .btn.btn1 {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
}
.btn.btn1.btn-small, .btn.btn1.btn-sm, .btn-group-sm > .btn.btn1 {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
}
.btn.btn1.btn-medium, .btn.btn1.btn-md {
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 15px;
}

.btn-group .btn1, .btn-group .btn2, .btn-group .btn {
  border-radius: 0;
}

.btn.btn-information, .btn.btn-info, .btn.btn-success, .btn.btn-danger, .btn.btn-inverse {
  color: #fff;
}
.btn.btn-default {
  color: #303030;
}

.btn-group .btn {
  border-radius: 0;
}

/**
 * Video Background for Banner Hero
 */
.im-section-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}
.im-section-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.im-section-video .mejs-container .mejs-controls, .im-section-video .mejs-overlay-loading {
  display: none !important;
}
.im-section-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.im-video-container iframe, .im-video-container object, .im-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.im-video-color-mask {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

/* 
 * Contact Form 7
 */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7-form-control-wrap:after {
  content: ' ';
  display: table;
  clear: both;
  width: 100%;
}
.wpcf7-form-control-wrap > * {
  width: 100% !important;
}

/* Auto Columns */
.auto_column {
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
}
.auto_column.col2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
}
.auto_column.col3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
}
.auto_column.col4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
}
.auto_column.col5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  -ms-column-count: 5;
  -o-column-count: 5;
}
.auto_column.col6 {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  -ms-column-count: 6;
  -o-column-count: 6;
}
.auto_column.col7 {
  -moz-column-count: 7;
  -webkit-column-count: 7;
  -ms-column-count: 7;
  -o-column-count: 7;
}
.auto_column.col8 {
  -moz-column-count: 8;
  -webkit-column-count: 8;
  -ms-column-count: 8;
  -o-column-count: 8;
}
.auto_column.col9 {
  -moz-column-count: 9;
  -webkit-column-count: 9;
  -ms-column-count: 9;
  -o-column-count: 9;
}

@media handheld, only screen and (max-width: 600px) {
  .im-chart {
    margin: 0 auto;
  }
}
/* VC Tabs */
.wpb_tabs.style1 ul.wpb_tabs_nav li {
  margin: 0px;
  background-color: transparent;
}
.wpb_tabs.style1 ul.wpb_tabs_nav li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px 8px 15px;
  margin-right: 1px;
  border: 0 none;
  height: 20px;
  line-height: 20px;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
}
.wpb_tabs.style1 ul.wpb_tabs_nav li:hover a, .wpb_tabs.style1 ul.wpb_tabs_nav li.ui-tabs-active a {
  box-shadow: 0 -4px 0 0;
}
.wpb_tabs.style1.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  box-shadow: 0 4px 0 0;
}

/**
 * Miss Form
 */
.wpb_wrapper .miss_form .textfield_field, .wpb_wrapper .miss_form .textarea_field, .wpb_column > .wpb_wrapper *:last-child .miss_form .textfield_field, .wpb_column > .wpb_wrapper *:last-child .miss_form .textarea_field, .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element .miss_form .textfield_field, .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element .miss_form .textarea_field, .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row .miss_form .textfield_field, .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row .miss_form .textarea_field {
  padding-bottom: 20px;
}
.wpb_wrapper .miss_form input[type="text"], .wpb_wrapper .miss_form input[type="number"], .wpb_wrapper .miss_form textarea, .wpb_column > .wpb_wrapper *:last-child .miss_form input[type="text"], .wpb_column > .wpb_wrapper *:last-child .miss_form input[type="number"], .wpb_column > .wpb_wrapper *:last-child .miss_form textarea, .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element .miss_form input[type="text"], .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element .miss_form input[type="number"], .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element .miss_form textarea, .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row .miss_form input[type="text"], .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row .miss_form input[type="number"], .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row .miss_form textarea {
  padding: 10px;
}
.wpb_wrapper .miss_form form .row:last-child > div, .wpb_column > .wpb_wrapper *:last-child .miss_form form .row:last-child > div, .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element .miss_form form .row:last-child > div, .wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row .miss_form form .row:last-child > div {
  margin-bottom: 0;
  margin-top: 20px;
}

.gallery.air {
  display: none;
  width: 0;
}
.gallery.air .widgettitle {
  margin-left: 34px;
}

.gallery-single-item {
  position: relative;
}
.gallery-single-item a.has_preview {
  display: block;
  position: relative;
}

.air-outset {
  position: absolute;
  right: 0;
  max-width: 25%;
  width: 50px;
}
.air-outset .details {
  position: absolute;
  top: 8%;
  right: 48px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin-top: -26px;
  z-index: 9999;
}
.air-outset .details .btn2 {
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#ascrail2000-hr div:after {
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -3px;
  z-index: 9999;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #dddddd;
  border-left: 6px solid transparent;
  content: '';
}

/* borders */
/*.loop_content.products .span5 .images .woocommerce-main-image img, 
.loop_content.products .summary .price_and_cart_holder, 
.woocommerce .checkout table.shop_table tr td, 
.shop_table tbody tr td.product-quantity .quantity
{
	border-color: rgb(230,230,230);
}
*/
/* product list (grid) */
.products .product_item {
  margin-bottom: 5px;
  position: relative;
}

.product_item {
  overflow: visible;
}

.products .frame .wrap > a {
  display: block;
  overflow: hidden;
  position: relative;
  top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.products .product_item .onsale {
  z-index: 2;
  display: block;
  position: absolute;
  top: 10px;
  right: 6px;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  height: 59px;
  width: 59px;
  overflow: hidden;
  text-align: center;
  line-height: 59px;
  border-radius: 100%;
}

.loop_content.products .col-sm-5 .onsale {
  z-index: 2;
  display: block;
  position: absolute;
  top: 10px;
  right: 6px;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  height: 59px;
  width: 59px;
  overflow: hidden;
  text-align: center;
  line-height: 59px;
  border-radius: 100%;
}

.products .product_item h3 {
  margin: 5px 5px 0px 5px;
}
.products .product_item h3 a {
  text-decoration: none;
}

.primary_content .loop_module.products:first-child .loop_content .page-title, .primary_content .loop_module.products:first-child .loop_content .woocommerce-result-count, .primary_content .loop_module.products:first-child .loop_content .woocommerce-ordering {
  display: block;
}
.primary_content .loop_module.products .loop_content .page-title, .primary_content .loop_module.products .loop_content .woocommerce-result-count, .primary_content .loop_module.products .loop_content .woocommerce-ordering {
  display: none;
}

.loop_module.products .loop_content.products .page-title {
  display: none;
}
.loop_module.products .loop_content.products .woocommerce-result-count, .loop_module.products .loop_content.products .woocommerce-ordering {
  float: left;
  height: 35px;
  margin: 0px 20px 20px 0px;
}
.loop_module.products .loop_content.products .woocommerce-result-count {
  line-height: 35px;
}
.loop_module.products .price .amount {
  text-decoration: none;
}

.products .price ins {
  text-decoration: none;
}
.products .price ins .amount {
  text-decoration: none;
}

.row.auto .col-sm-3:nth-child(4n+1), .row.auto .col-sm-4:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}

.products.row.auto .product_item .attachment-shop_catalog.wp-post-image {
  width: 100%;
  height: auto;
}
.products .add_to_cart_button {
  /*
  	margin: 0;
  	padding: 0;
  	float: none;
  	text-align: center;
  */
  text-decoration: none;
  text-shadow: 0px 0px 0px transparent;
}
.products .add_to_cart_button.button {
  /*
  	margin: 0;
  	padding: 0;
  	float: none;
  	text-align: center;
  */
  text-decoration: none;
  text-shadow: 0px 0px 0px transparent;
}

.product_item .frame {
  padding: 0px 0px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.products .product_item > div {
  position: relative;
  top: -1px;
}

.product_item .frame .wrap {
  padding: 19px 19px;
  opacity: 1;
  position: relative;
}
.product_item .bottom_bulk_box_field {
  padding-bottom: 3px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.product_item img.attachment-shop_catalog.wp-post-image {
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  position: relative;
}
.product_item:hover img.attachment-shop_catalog.wp-post-image {
  border: none;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product_item:hover .bottom_bulk_box_field {
  visibility: visible;
  opacity: 1;
}
.product_item .bottom_bulk_box_field .box {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  text-align: center;
}
.product_item .bottom_bulk_box_field .box .added_to_cart {
  position: absolute;
  display: block;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  top: -19px;
  right: 7px;
}

/*
.product_item .bottom_bulk_box_field .box .add_to_cart_button {
	display: block;
	padding: 18px 10px;
}
*/
/* single product */
.images .woocommerce-main-image img {
  max-width: 100%;
  height: auto;
}

.loop_content.products .first_info {
  margin-bottom: 35px;
}
.loop_content.products .col-sm-5 {
  position: relative;
}
.loop_content.products .col-sm-5 .onsale {
  left: 6px;
}
.loop_content.products .col-sm-5 .images .woocommerce-main-image img {
  border-style: solid;
  border-width: 1px;
  max-width: 100%;
  height: auto;
}
.loop_content.products .col-sm-5 .images .thumbnails {
  margin-top: 30px;
}
.loop_content.products .col-sm-5 .images .thumbnails .col-sm-3 {
  margin-bottom: 8px;
}
.loop_content.products .col-sm-5 .images .thumbnails .col-sm-3:nth-child(4n+5) {
  margin-left: 0px;
  clear: left;
}
.loop_content.products .col-sm-5 .images .thumbnails img {
  width: 100%;
  height: auto;
}
.loop_content.products .summary .price_and_cart_holder {
  display: block;
  margin: 0px;
  padding: 0px 10px;
  border-width: 1px 0px;
  border-style: solid;
}
.loop_content.products .summary .price_and_cart_holder .offers_container {
  float: left;
  width: 30%;
}
.loop_content.products .summary .price_and_cart_holder .price {
  display: block;
  margin: 0px;
  padding: 0px;
}
.loop_content.products .summary .price_and_cart_holder .price > .amount {
  line-height: 68px;
}
.loop_content.products .summary .price_and_cart_holder .price del > .amount {
  line-height: 38px;
  /*	color: rgb(68,68,68);
  */
}
.loop_content.products .summary .price_and_cart_holder .price ins {
  text-decoration: none;
}
.loop_content.products .summary .price_and_cart_holder .price ins > .amount {
  line-height: 6px;
}
.loop_content.products .summary .price_and_cart_holder .cart {
  display: block;
  margin: 0px;
  padding: 0px;
}
.loop_content.products .summary .price_and_cart_holder .price del, .loop_content.products .summary .price_and_cart_holder .price ins {
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  clear: both;
}
.loop_content.products .price_and_cart_holder .cart input {
  display: block;
  width: 32px;
  margin: 18px 2px;
}
.loop_content.products .price_and_cart_holder .cart .single_add_to_cart_button {
  float: right;
  margin: 18px 2px;
}
.loop_content.products .cart .single_add_to_cart_button, .loop_content.products .cart .minus, .loop_content.products .cart .plus {
  float: left;
}
.loop_content.products .cart .buttons_added .minus, .loop_content.products .cart .buttons_added .plus {
  padding-right: 0px;
  padding-left: 0px;
}

.main_content .woocommerce .cart .quantity .minus, .main_content .woocommerce .cart .quantity .plus {
  padding-right: 0px;
  padding-left: 0px;
}

.loop_content.products .summary .price_and_cart_holder .cart {
  margin-left: 30%;
}
.loop_content.products .summary .price_and_cart_holder .cart .quantity.buttons_added {
  float: left;
}
.loop_content.products .summary .cart .qty {
  width: 50px;
  height: 33px;
  min-height: 33px;
  padding: 6px 0px 7px 0px;
  display: block;
  float: left;
  text-align: center;
}
.loop_content.products .summary .product_meta {
  clear: left;
}
.loop_content.products .woocommerce-tabs {
  margin-bottom: 30px;
}

.pp_woocommerce .stars span a {
  margin-right: 10px;
}

.loop_content.products .products.related {
  margin-bottom: 85px;
}

/* cart cart_page single_module */
.woocommerce > form > table.shop_table {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  border: 0px none;
  position: relative;
  top: -1px;
}
.woocommerce table.shop_table thead th {
  border-width: 0px;
}

.woocommerce-page table.shop_table thead th {
  border-width: 0px;
}

.shop_table tbody tr td {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
}
.shop_table tbody tr td.product-remove {
  width: 30px;
}
.shop_table tbody tr td.product-thumbnail {
  width: 80px;
}
.shop_table tbody tr td.product-thumbnail img {
  width: 80px;
  height: auto;
}
.shop_table tbody tr td.product-quantity .quantity {
  width: auto;
  margin: 0px auto;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
}
.shop_table tbody tr td.product-quantity .quantity input {
  float: left;
  position: static;
  border: 0px none;
  margin: 2px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  border: transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
}
.shop_table tbody tr td.product-quantity .quantity input.qty {
  min-height: 30px;
  height: 30px;
}
.shop_table tbody tr td.actions {
  padding: 20px;
  /*	background-color: rgb(255,255,255);
  */
}

.woocommerce table.shop_table td.actions .coupon input.input-text, .shop_table td.actions .coupon input {
  margin-right: 10px;
}

.woocommerce table.shop_table td.actions .coupon input.input-text {
  min-height: 33px;
  height: 33px;
}
.woocommerce table.shop_table td.actions input.button {
  float: left;
  margin-right: 10px;
}
.woocommerce > form.checkout {
  background-image: none;
}
.woocommerce .checkout .color_frame {
  padding: 0px 0px 3px 0px;
  margin-top: 70px;
  margin-bottom: 25px;
}
.woocommerce .checkout .color_frame .wrap {
  padding: 15px 20px 20px 20px;
  position: relative;
  top: -1px;
}
.woocommerce .checkout .color_frame .wrap #shiptobilling {
  position: absolute;
  z-index: 8;
  top: -45px;
  right: 0px;
  line-height: 40px;
  height: 20px;
  white-space: nowrap;
}
.woocommerce .checkout .color_frame .wrap #shiptobilling * {
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  padding: 0px;
}
.woocommerce .checkout .color_frame .wrap h3 {
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 100%;
  top: -45px;
  left: 0px;
}
.woocommerce .checkout #order_review_heading {
  margin: 0px;
}
.woocommerce form .form-row label {
  white-space: nowrap;
}

/* checkout */
.woocommerce-page form .form-row label {
  white-space: nowrap;
}

.woocommerce form.checkout .form-row input.input-text {
  margin-bottom: 6px;
}
.woocommerce .checkout table.shop_table {
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 3px 0px;
  overflow: hidden;
  border: 0px none;
}
.woocommerce .checkout table.shop_table thead tr th {
  padding-top: 15px;
}
.woocommerce .checkout table.shop_table tr td {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
}
.woocommerce .checkout table.shop_table tfoot tr th {
  border-bottom-color: white;
  border-width: 1px 0px;
  border-style: solid;
}
.woocommerce .checkout table.shop_table tr th, .woocommerce .checkout table.shop_table tr td {
  text-align: left;
  padding-left: 30px;
}
.woocommerce .checkout table.shop_table tr th:first-child, .woocommerce .checkout table.shop_table tr td:first-child {
  width: 70%;
}
.woocommerce #order_review #payment ul, .woocommerce #order_review #payment .form-row {
  border: 0px none;
}

/*
.woocommerce .checkout table.shop_table tfoot tr:last-child th:first-child 
{
	border-radius: 0px 0px 0px 3px;
}
.woocommerce .checkout table.shop_table tfoot tr:last-child td:last-child 
{
	border-radius: 0px 0px 3px 0px;
}
*/
.main_content .woocommerce #payment div.payment_box, .main_content .woocommerce-page #payment div.payment_box {
  text-shadow: 0px 0px 0px;
}

.woocommerce #order_review #payment div.payment_box, .woocommerce-page #order_review #payment div.payment_box {
  background-image: none;
  box-shadow: none;
}

.woocommerce #order_review #payment ul.payment_methods li, .woocommerce-page #order_review #payment ul.payment_methods li {
  border: 0px none;
}

.woocommerce #order_review #payment ul.payment_methods li input, .woocommerce-page #order_review #payment ul.payment_methods li input, .woocommerce form.checkout .form-row .input-checkbox, .woocommerce-page form.checkout .form-row .input-checkbox {
  margin: 3px 8px 0px 0px;
}

.woocommerce #order_review #payment ul.payment_methods li input, .woocommerce-page #order_review #payment ul.payment_methods li input {
  float: left;
}

.single_module .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  margin: 30px 0px;
}

.single_module .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
  min-width: 260px;
}

.single_module .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
  width: 100%;
  margin: 20px 0px;
}

.woocommerce .cart-collaterals .cart_totals table tr th {
  border-bottom-color: white;
  border-width: 1px 0px;
  border-style: solid;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button {
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  content: "\f0d7";
  display: inline;
  font-family: FontAwesome;
  width: 10px;
  padding-left: 3px;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button span {
  display: none;
}

/* widget_shopping_cart Widget Area */
.sidebar .woocommerce ul.cart_list li a, .sidebar .woocommerce-page ul.cart_list li a, .sidebar .woocommerce ul.product_list_widget li a, .sidebar .woocommerce-page ul.product_list_widget li a {
  font-weight: 400;
}

.widget .amount {
  font-weight: 400;
  font-size: 12px;
}
.widget .amount:before {
  content: '— ';
}
.widget del {
  display: none;
}

.widget_shopping_cart.woocommerce ul.cart_list li img, .widget_shopping_cart.woocommerce-page ul.cart_list li img, .widget_shopping_cart.woocommerce ul.product_list_widget li img, .widget_shopping_cart.woocommerce-page ul.product_list_widget li img {
  box-shadow: none;
}
.widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a {
  padding-left: 0px;
}
.widget_shopping_cart .widget_shopping_cart_content .total, .widget_shopping_cart .widget_shopping_cart_content .buttons {
  padding: 0px;
  margin: 0px;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
  padding: 10px 0px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  float: left;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px 8px 8px 0px;
  /*	font-size: 12px;
  */
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button:first-child {
  /*	height: 16px;
  	color: rgb(255,255,255);
  */
  width: 20px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button:first-child:before {
  content: "\f07a";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  font-size: 16px;
  margin-right: 30px;
  text-align: center;
  float: left;
  /*	color: rgb(255,255,255);
  	height: 16px;
  */
}

.main_content .row.woocommerce-footer-spacer {
  margin-bottom: 7%;
}

.product_meta {
  padding-top: 15px;
}
.product_meta .sku_wrapper i, .product_meta .posted_in i, .product_meta .tagged_as i {
  margin-right: 4px;
}

/**
 * Catalog stylese
 * @since 1.8
 *
 */
.products li.product-category {
  list-style: none;
  display: block;
  padding-bottom: 30px;
  height: 100px;
  clear: both;
}
.products li.product-category.product a {
  float: left;
}
.products li.product-category.product a img {
  float: left;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  display: inline-block;
}
.products li.product-category.product a h3 {
  float: left;
  display: inline-block;
  margin-left: 20px;
}

/* variations */
table.variations {
  width: 100%;
}
table.variations td {
  background-color: transparent !important;
  color: inherit;
  border-radius: 0px;
  display: table-cell;
}
table.variations td * {
  background-color: transparent !important;
  color: inherit;
  border-radius: 0px;
  width: 100%;
}
table.variations td.value {
  text-align: left;
}
table.variations td.value .reset_variations {
  display: block !important;
}

/* END */
@media (min-width: 768px) and (max-width: 979px) {
  .loop_content.products .summary .cart .quantity.buttons_added {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce table.shop_table tr td {
    font-size: 14px;
  }
  .woocommerce table.shop_table .product-price {
    display: none;
  }
  .woocommerce table.shop_table .quantity input.qty {
    width: 20px;
  }
  .woocommerce table.shop_table tr td {
    padding: 5px;
  }

  .woocommerce-page table.shop_table tr td {
    padding: 5px;
  }

  .woocommerce table.shop_table td.product-quantity, .woocommerce-page table.shop_table td.product-quantity {
    min-width: 20px;
  }

  .woocommerce table.cart td.actions .button.alt {
    float: none;
    width: 100%;
    margin: 5px 0px 0px 0px;
  }
}
@media (max-width: 480px) {
  .loop_content.products .summary .cart .quantity.buttons_added {
    display: none;
  }

  .woocommerce table.shop_table tr td {
    font-size: 13px;
  }
  .woocommerce table.shop_table .product-price, .woocommerce table.shop_table .product-thumbnail {
    display: none;
  }
  .woocommerce table.shop_table .quantity input.qty {
    width: 20px;
  }
  .woocommerce table.shop_table tr td {
    padding: 5px;
  }

  .woocommerce-page table.shop_table tr td {
    padding: 5px;
  }

  .woocommerce table.shop_table td.product-quantity, .woocommerce-page table.shop_table td.product-quantity {
    min-width: 20px;
  }

  .woocommerce table.shop_table td.actions .coupon, .woocommerce table.shop_table td.actions > input.button, .woocommerce table.shop_table td.actions .button.alt {
    float: none;
    width: 100%;
    margin: 0px 0px 5px 0px;
  }
}
/*
Buddypress Defaults
*/
/* bp overalls */
.bbp-pagination, .bbp-pagination-count {
  float: none;
  clear: both;
}

.normal-style {
  font-style: normal;
}

.bp_section {
  padding: 0 0 40px 0;
}

.divider.small {
  margin: 10px 0 !important;
}
.divider.noline {
  background: transparent;
  margin: 10px 0 0 0 !important;
}

.spacer-bottom {
  margin-bottom: 20px !important;
}

/* bp header */
#item-nav {
  margin: 0;
}
#item-nav li.current {
  font-weight: 600;
  opacity: .3;
}

#item-header {
  background-color: rgba(200, 200, 200, 0.05);
  padding: 20px;
  margin-bottom: 30px;
}

#item-header-content, #item-nav {
  overflow: auto;
}

.bp-sub-tabs ul, #item-header-content ul, #item-body ul {
  padding: 0;
  margin: 0;
}

.bp-sub-tabs li a {
  padding: 10px 15px;
  line-height: 32px;
}

#item-header-content li, .bp-sub-tabs li {
  list-style: none;
  display: inline;
}

#item-header-content li {
  border-right-width: 0;
}

.bp-sub-tabs li:last-child {
  border-right-width: 0;
}
.bp-sub-tabs li.current {
  font-weight: 600;
  opacity: .3;
}

#item-header-content li:last-child, #item-body li:last-child {
  border-right-width: 0;
}

.bp_header_add_button {
  float: right;
  margin-right: 0;
}

/* bp list defaults */
/* .item-list-tabs .item-list li { */
.item-list-tabs li {
  padding: 0 25px 0 0;
}
.item-list-tabs li:last-child {
  padding-right: 0;
}

.item-list li {
  list-style: none;
  display: inline;
}
.item-list li.current {
  font-weight: 600;
}

/* bp navigation & list*/
#item-nav .item-list-tabs ul, .item-list {
  margin: 0;
  padding: 0;
}

/* bp navigation */
#item-nav .item-list-tabs li {
  list-style: none;
  display: inline-block;
  /* 	padding: 0 10px 0 0; */
}

.item-list-tabs #home:before {
  font-family: FontAwesome;
  content: "\f015  ";
}
.item-list-tabs #members:before {
  font-family: FontAwesome;
  content: "\f0c0  ";
}
.item-list-tabs #invite:before {
  font-family: FontAwesome;
  content: "\f0e0  ";
}
.item-list-tabs #admin:before {
  font-family: FontAwesome;
  content: "\f084  ";
}

#item-nav .item-list-tabs li a {
  line-height: 28px;
}
#item-nav .item-list-tabs li:last-child {
  padding-right: 0;
}

#item-sub-nav .item-list-tabs li {
  list-style: none;
  padding: 5px 10px;
  display: inline;
}

#item-nav .item-list-tabs li:first-child {
  padding-left: 0px;
}
#item-nav .item-list-tabs li:last-child {
  padding-right: 0px;
}

.download_box, .warning_box, .success_box, .info_box, .note_box {
  text-align: center;
  padding: 20px 0 0;
}

.download_box p, .warning_box p, .success_box p, .info_box p, .note_box p {
  padding: 0 0;
}

/* bp tables */
th.yes, th.no {
  width: 30px;
  text-align: center;
}

td.yes, td.no {
  width: 30px;
  text-align: center;
}

/* bp activity */
.expand {
  height: 24px;
}

.activity-inner p {
  padding: 20px;
  background-color: rgba(100, 100, 100, 0.04);
}

#whats-new-form h4 {
  margin-bottom: 10px;
}

.activity li.activity-item {
  list-style: none;
}
.activity li.activity-item li {
  list-style: none;
}
.activity li.activity-item .activity-avatar img {
  margin-right: 20px;
}

.activity-comments {
  margin-top: 20px;
}

ul#activity-stream {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
ul#activity-stream li.activity {
  display: block;
  padding: 20px !important;
  border: rgba(0, 0, 0, 0.05) 1px solid !important;
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px !important;
}

/* Meta */
#item-meta {
  margin-top: 10px;
}

.activity-meta a {
  margin: 0 10px 0 0;
}
.activity-meta a:last-child {
  margin: 0;
}

.button.delete-activity:before {
  font-family: FontAwesome;
  content: "\f00d  ";
}

.activity-inreplyto a {
  font-weight: 600;
}

.activity-inner.reply, .replied {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: #ddd 1px dashed;
}

/* bp forms */
.ac-input {
  width: 96.7% !important;
}

.input-wrap {
  width: 100%;
  min-height: 26px;
  background: #fff;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0px 1px rgba(255, 255, 255, 0.5), inset 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#item-body textarea, .textarea {
  min-height: 64px;
  padding: 10px;
  width: 100%;
}

.input-button {
  width: 16px;
  height: 16px;
  position: relative;
  text-indent: -9999px;
  float: right;
  cursor: pointer;
  background-color: transparent;
  background: url("../images/icons/search.png") 0 0 no-repeat;
  border: 0;
  margin: 2px 0px 0 0;
  opacity: .5;
}
.input-button:hover {
  background-color: transparent !important;
  opacity: .8;
}

.input-field {
  clear: both;
  float: left;
  color: #666;
  background: none;
  border: 0;
  box-shadow: none;
  width: 80%;
  padding: 8px 8px 7px 8px;
}
.input-field:focus {
  outline: none;
}

/* Search
-------------------------------------------------------------- */
.buddypress.forum .widget_search {
  display: none;
}

#group-dir-search, #members-dir-search {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0px 1px rgba(255, 255, 255, 0.5), inset 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#groups_search_submit, #members_search_submit {
  display: none;
  width: 16px;
  height: 16px;
  position: relative;
  text-indent: -9999px;
  float: right;
  cursor: pointer;
  background-color: transparent;
  font-family: Fontawesome;
  border: 0;
  margin: 7px 7px 0 0;
  opacity: .5;
}

#groups_search_submit:hover, #members_search_submit:hover {
  background-color: transparent !important;
  opacity: .8;
}

#groups_search, #members_search {
  clear: both;
  float: left;
  color: #666;
  background: none;
  border: 0;
  box-shadow: none;
  width: 80%;
  padding: 8px 8px 7px 8px;
}

#groups_search:focus, #members_search:focus {
  outline: none;
}

/* Activity */
#aw-whats-new-submit {
  float: right;
}

.activity-meta {
  float: right;
}

.activity-header p {
  margin-bottom: 0;
}

#whats-new-textarea, #whats-new-options, #whats-new-submit {
  margin: 0;
}

/* bp removing not interesting items */
#settings-personal-li {
  /* 	float: right; */
}
#settings-personal-li a {
  /* 	padding-left: 20px !important; */
  /* 	background: url(../../images/bp/settings.png) left center no-repeat; */
}

/* bp filter */
#item-body select {
  margin-bottom: 0;
}

#activity-filter-select {
  display: inline-block;
  width: 100%;
}
#activity-filter-select select {
  width: 100%;
}

/* bp group create */
.radio ul {
  margin: 0 0 20px 0;
}

#group-create-tabs ul {
  padding: 0;
  margin: 0;
}
#group-create-tabs li {
  list-style: none;
  display: inline-block;
  padding: 5px 20px 0 0;
}
#group-create-tabs li.current a {
  font-size: 150%;
}

.fleft {
  float: left !important;
}

/* bp group admins */
#group-admins {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: -10px;
  margin-top: -4px;
}
#group-admins ul {
  padding: 0;
  margin: 0;
}
#group-admins li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* bp avatar margins */
.activity-avatar {
  max-width: 38px;
  float: left;
}

a.activity.avatar img.avatar {
  height: 24px;
  width: auto;
}

.item-avatar, #item-header-avatar, #whats-new-avatar, .left-menu.avatar-preview, .item-list {
  /* 	display: inline-block; */
  /* 	float: left; */
}

img.avatar, #item-header-avatar img, #whats-new-avatar img, .left-menu.avatar-preview img, .item-list img {
  margin-right: 10px;
  padding: 2px;
  border: 1px rgba(100, 100, 100, 0.1) solid;
}

#group-admins img.avatar {
  border-color: rgba(255, 255, 255, 0.5);
  padding: 0;
}

.activity-header img.avatar {
  height: 24px;
  width: auto;
}

.bbp-author-avatar.prettyPhoto {
  display: none;
}

#message-threads .thread-avatar img {
  margin-right: 0 !important;
}
#message-threads .thread-info p {
  margin-bottom: 0 !important;
}

.pag-count {
  font-weight: 100;
  font-size: 100%;
}

#member-list h4 {
  margin-bottom: 10px;
}

/* bp group list */
#groups-list h3, #groups-dir-list h3 {
  margin-bottom: 0px;
}

#groups-list .item-desc {
  margin-bottom: 20px;
  font-style: italic;
}
#groups-list .divider.noline.clearfix {
  display: none;
}

/* bp main */
/* bp hidden elements */
#new-topic-post {
  display: none;
}

.bbp-topics {
  padding: 0;
  margin: 0 !important;
}

li.topic {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bbp-topic-freshness-author {
  display: none;
}

/* bp forum */
li.bbp-forum-freshness, li.bbp-topic-freshness {
  width: auto;
}

.forum .entry-title, .bbp-body .bbp-forum-info {
  box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -ms-box-sizing: padding-box;
  font-weight: 600;
  background: url(../images/icons/list.png) no-repeat left -10px;
}

.item_meta h3, .item_meta h4 {
  margin-bottom: 0px;
}

.thread-options a.confirm {
  padding-left: 16px;
  /* 	background: url(../../images/bp/remove.png) no-repeat left center; */
  text-indent: -999px;
}

/* wp errors */
div.error {
  display: inline-block;
  margin-bottom: 10px;
}

.regform p {
  margin-bottom: 0px;
}

/* bp friend */
.friendship-button a {
  /* 	background: url(../../images/bp/add-friend.png) no-repeat left center; */
  padding: 2px;
  padding-left: 21px;
}
.friendship-button.is_friend a {
  /* 	background: url(../../images/bp/remove-friend.png) no-repeat left center; */
  padding: 2px;
  padding-left: 21px;
}

#post-mention a {
  /* 	background: url(../../images/bp/mentions.png) no-repeat left center; */
  padding: 2px;
  padding-left: 21px;
}

#send-private-message a {
  /* 	background: url(../../images/bp/mail.png) no-repeat left center; */
  padding: 2px;
  padding-left: 21px;
}

/* bp prodile */
.profile-fields p {
  margin-bottom: 0;
}
.profile-fields tr td {
  border-bottom: 1px #eee solid;
}

.right {
  float: right;
}

/* Forum Counters */
/*.bbp-body li.bbp-forum-topic-count, .bbp-body li.bbp-topic-voice-count, .bbp-body li.bbp-forum-reply-count, .bbp-body li.bbp-topic-reply-count {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	font-size: 9px;
	line-height: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
*/
.bbp-body .bbp-forum-freshness {
  line-height: 30px;
  font-size: 11px;
}

/* Forums */
#bbpress-forums .bbp-forums-list {
  font-size: 11px;
  margin: 15px 0 0 0 !important;
  line-height: 30px;
}

table.forum, table.notification-settings {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
}
table.forum th, table.notification-settings th {
  text-align: left;
  font-weight: 600;
}
table.forum {
  text-align: center;
}
table.forum th#th-postcount, table.forum td.td-postcount {
  text-align: center;
}
table.notification-settings th, table.notification-settings td {
  text-align: left;
  padding: 10px;
}
table.forum td, table.forum th {
  text-align: left;
  padding: 10px;
}
table.notification-settings, table.forum {
  border: 2px rgba(200, 200, 200, 0.05) solid;
}
table.notification-settings td, table.forum td {
  border: 2px rgba(200, 200, 200, 0.05) solid;
}
table.notification-settings tr.alt td, table.forum tr.alt td {
  background-color: rgba(200, 200, 200, 0.1);
}

/* Widgets */
.widget.widget_bp_groups_widget.buddypress #groups-list-options {
  opacity: .8;
  -moz-opacity: .8;
}
.widget.widget_bp_groups_widget.buddypress #groups-list-options a {
  font-size: 10px;
  line-height: 30px;
}
.widget.widget_bp_groups_widget.buddypress .item-avatar {
  width: 20%;
  float: left;
  clear: left;
}
.widget.widget_bp_groups_widget.buddypress .item {
  width: 75%;
  float: left;
  margin-left: 5%;
  clear: right;
  font-size: 12px;
}
.widget.widget_bp_groups_widget.buddypress .item .item-meta .activity {
  font-size: 10px;
}
.widget.widget_bp_core_whos_online_widget.buddypress .item-avatar {
  float: left;
  width: 25%;
}

/* bbPress */
.main_content.topic #bbpress-forums fieldset.bbp-form {
  border: none;
  border-width: 0;
  padding: 0;
  margin: 0;
}

.bbp-forums .bbp-forum-info {
  width: 60%;
}
.bbp-forums .bbp-forum-topic-count, .bbp-forums .bbp-forum-reply-count {
  width: 10%;
}
.bbp-forums .bbp-forum-freshness {
  width: 20%;
}

.widget dt {
  width: 85%;
  clear: left;
  float: left;
  font-weight: 100;
}
.widget dd {
  clear: right;
  float: left;
  width: 10%;
}

#bbpress-forums fieldset.bbp-form {
  border-width: 0;
  padding: 0;
}

.primary_content #bbpress-forums ul.bbp-lead-topic, .primary_content #bbpress-forums ul.bbp-topics, .primary_content #bbpress-forums ul.bbp-forums, .primary_content #bbpress-forums ul.bbp-replies, .primary_content #bbpress-forums ul.bbp-search-results {
  border: none;
  border-width: 0;
}

.bbp-template-notice p {
  line-height: 24px;
}
.bbp-template-notice img {
  float: left;
  line-height: 24px;
  height: 24px;
  width: 24px;
}

#jpreOverlay {
  /*background-color:#ffffff;*/
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  -khtml-opacity: .9;
  opacity: .9;
}

#jpreSlide {
  font-size: 22px;
  font-weight: 700;
  color: #ccc;
  text-align: center;
  width: 50%;
  height: 30%;
}

#jpreLoader {
  width: 500px;
  height: 25px;
}

#jpreBar {
  border-radius: 25px;
}

#jprePercentage {
  color: #ccc;
  font-size: 80px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
  top: -100%;
}

.hover_fade_js {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.hover_fade_js:hover {
  opacity: 0.7;
}

/* _search.scss */
/* Search Overlay */
.nav-search-box .results-content {
  line-height: 1.6em;
}
.nav-search-box .single-item, .nav-search-box .single-item .item-row {
  clear: both;
}
.nav-search-box .status-bar i {
  font-size: 46px;
  line-height: 46px;
  font-style: normal;
}
.nav-search-box .status-bar i.count {
  font-size: 30px;
}
.nav-search-box .destroy-search {
  cursor: pointer;
  font-size: 36px;
  font-weight: 300;
  border: none;
  border-width: 0;
  padding: inherit;
  line-height: 36px;
  height: 36px;
  border-radius: 42px;
  margin-bottom: 60px;
  text-align: right;
  width: 100%;
  display: block;
}
.nav-search-box.active .search-results {
  opacity: 1;
}
.nav-search-box .search-results {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  right: 0;
  width: 0;
  position: absolute;
  margin-right: 285px;
  z-index: 999;
  text-align: left;
  background-color: #000;
  max-height: 500px;
  overflow: auto;
}
.nav-search-box .search-results .item-row {
  margin-bottom: 20px;
}
.nav-search-box .search-results .single-item {
  margin-left: 10px;
  margin-right: 10px;
}
.nav-search-box .search-results::-webkit-scrollbar {
  width: 2px;
}
.nav-search-box .search-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: transparent;
  border-radius: 0;
}
.nav-search-box .search-results::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #dee0df;
}
.nav-search-box .searchResult.single-item h3.search-title {
  margin-bottom: 0;
}

.red {
  color: #AF0000;
}

.yellow {
  color: yellow;
}

.green {
  color: green;
}

.searchResult.single-item {
  margin-left: 30px;
  opacity: 0;
}

.fs-container {
  position: relative;
}
.fs-container ul.fs-loop {
  position: relative;
  height: 405px;
  overflow: hidden;
  margin: 0 0 1px;
  padding: 0;
}
.fs-container ul.fs-loop li {
  position: absolute;
  top: 0;
  left: 0;
  height: 405px;
  width: 100%;
  display: block;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.fs-container ul.fs-loop li.active {
  opacity: 1;
  z-index: 2;
}
.fs-container ul.fs-loop li.active .fs-inner.upscale {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.fs-container ul.fs-loop li.active .fs-inner.downscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fs-container ul.fs-loop li.active .fs-inner.fit {
  background-size: 100%;
}
.fs-container ul.fs-loop li.active .fs-inner.topToBottom {
  background-position-y: bottom;
}
.fs-container ul.fs-loop li.active .fs-inner.bottomToTop {
  background-position-y: top;
}
.fs-container ul.fs-loop li.active .fs-inner.leftToRight {
  background-position: right;
}
.fs-container ul.fs-loop li.active .fs-inner.rightToLeft {
  background-position-x: left;
}
.fs-container ul.fs-loop li.active .fs-inner.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.fs-container ul.fs-loop li.active .fs-inner.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.fs-container ul.fs-loop li .fs-inner {
  width: 100%;
  height: 100%;
  -webkit-transition: all 30s linear;
  -moz-transition: all 30s linear;
  -o-transition: all 30s linear;
  transition: all 30s linear;
}
.fs-container ul.fs-loop li .fs-inner.downscale {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.fs-container ul.fs-loop li .fs-inner.fit {
  background-size: 150%;
  background-position: center;
}
.fs-container ul.fs-loop li .fs-inner.topToBottom {
  background-position-y: top;
}
.fs-container ul.fs-loop li .fs-inner.bottomToTop {
  background-position-y: bottom;
}
.fs-container ul.fs-loop li .fs-inner.leftToRight {
  background-position: left;
}
.fs-container ul.fs-loop li .fs-inner.rightToLeft {
  background-position-x: right;
}
.fs-container ul.fs-loop li .fs-inner.cover {
  background-size: cover;
  -ms-background-size: cover;
}
.fs-container ul.fs-loop li .fs-inner.grayscale {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.fs-container ul.fs-loop li .fs-inner.blur {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.fs-container ul.fs-navigation {
  margin: 0;
  padding: 0;
}
.fs-container ul.fs-navigation li, .fs-container ul.fs-navigation li * {
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.fs-container ul.fs-navigation li {
  position: relative;
  float: left;
  background: #f7f8f8;
  border-right: 1px rgba(255, 255, 255, 0.8) solid;
}
.fs-container ul.fs-navigation li:last-child {
  border-right-width: 0;
}
.fs-container ul.fs-navigation li .fs-inner {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 11;
  background-color: #f7f8f8;
  min-height: 86px;
  border-bottom: 1px #ebebeb solid;
  border-top: 2px transparent solid;
}
.fs-container ul.fs-navigation li .fs-inner .feature-icon {
  float: left;
  width: 75px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
}
.fs-container ul.fs-navigation li .fs-inner h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 22px;
}
.fs-container ul.fs-navigation li .fs-inner h4 {
  font-size: 13px;
}
.fs-container ul.fs-navigation li .details {
  background-color: #2a2f35;
  background-color: rgba(42, 47, 53, 0.75);
  color: #fff;
  text-align: left;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  opacity: 0;
  bottom: 80px;
  margin-bottom: 1px;
  padding: 32px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fs-container ul.fs-navigation li.active .fs-inner {
  border-bottom-color: #12a0ea;
  border-top-color: #c6c9ca;
  background: -moz-linear-gradient(top, #e0e4e5 0%, rgba(247, 248, 248, 0.11) 89%, rgba(247, 248, 248, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e4e5), color-stop(89%, rgba(247, 248, 248, 0.11)), color-stop(100%, rgba(247, 248, 248, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e0e4e5 0%, rgba(247, 248, 248, 0.11) 89%, rgba(247, 248, 248, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e0e4e5 0%, rgba(247, 248, 248, 0.11) 89%, rgba(247, 248, 248, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e0e4e5 0%, rgba(247, 248, 248, 0.11) 89%, rgba(247, 248, 248, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e0e4e5 0%, rgba(247, 248, 248, 0.11) 89%, rgba(247, 248, 248, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e4e5', endColorstr='#00f7f8f8',GradientType=0 );
  /* IE6-9 */
}
.fs-container ul.fs-navigation li.active .fs-inner::before {
  content: '';
  position: absolute;
  left: 50%;
  border: 4px transparent solid;
  border-top-color: #c6c9ca;
  margin-left: -2px;
}
.fs-container ul.fs-navigation li.active .fs-inner .feature-icon {
  color: #12a0ea;
}
.fs-container ul.fs-navigation li.active .details {
  height: auto;
  bottom: 100%;
  opacity: 1;
}
.fs-container ul.fs-navigation li .fs-inner {
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .fs-container ul.fs-navigation {
    position: static;
  }
  .fs-container ul.fs-navigation li {
    position: static;
    width: 100% !important;
    margin: 0;
  }
  .fs-container ul.fs-navigation li.active .details {
    top: 0;
    bottom: 0;
  }
  .fs-container ul.fs-navigation li .fs-inner {
    position: relative;
    z-index: 99;
  }
}

/*# sourceMappingURL=main.css.map */
