/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !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^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/plugins/doozy/web/css/fonts/glyphicons-halflings-regular.eot');
  src: url('/plugins/doozy/web/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/plugins/doozy/web/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/plugins/doozy/web/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/plugins/doozy/web/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur: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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover{
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.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 #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  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 .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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;
    -webkit-box-shadow: none;
            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-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    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 {
  color: #555;
  background-color: #e7e7e7;
}
@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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #080808;
}
.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 {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #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 {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.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: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.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,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(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: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          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-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.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: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #c7ddef;
}
.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, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 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,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 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,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333;
  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: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(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;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 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;
  }
}

/*------------------------------------------------------------------
Theme Name: DOOZY
Version:	1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. Global Styles
	2. Topbar
	3. Header  
		3.1. Header - Navmenu
	4. Footer 
	5. Main Content 
	6. 404 Styles 
	7. About Styles 
	8. Blog Styles 
	9. Sidebar Styles 
	10. Team Styles 
	11. Pricing Styles 
	12. Login / Register 
	13. FAQ Styles 
	14. Cart Styles 
	15. Contact Styles 
	16. Shop Styles 
	17. Portfolio Styles 
	18. Responsive Styles 
	
-------------------------------------------------------------------*/

/* 1. Global Styles */

body {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #464545;
	background: #000 url(/plugins/doozy/web/images/pat.png);
}

.index_1 {
	background: #fefcfd url(/plugins/doozy/web/images/pat2.png);
}

.body {
	overflow: hidden;
	width: 100%;
}

p {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #464545;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	font-weight: 700;
}

a {
	color: #ff5969;
	transition: .3s;
}

a:hover {
	text-decoration: none;
	color: #464545;
	transition: .3s;
}

a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}

ul {
	padding: 0;
}

ul > li {
	list-style: none;
}

input, textarea,
input:focus, textarea:focus {
	outline: 0;
}

button, button:hover {
	transition: .4s;
}

.space10 {
	margin-bottom: 10px;
}

.space15 {
	margin-bottom: 15px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.space100 {
	margin-bottom: 100px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* 2. Topbar */

.topbar {
	height: 40px;
	background-color: #363636;
}

.topbar ul {
	margin: 10px -15px;
	display: table;
	float: right;
}

.topbar ul li {
	font-size: 13px;
	color: #fff;
	float: left;
}

.topbar ul li:first-child a {
	border-left: 0px;
}

.topbar ul li:last-child a {
	border-right: 0px;
}

.topbar ul li a {
	color: #fff;
	height: 16px;
	line-height: 16px;
	padding: 0 15px;
	border-right: 1px solid #1e1e1e;
	border-left: 1px solid #4e4e4e;
}

.topbar ul li a:hover {
	color:#ff5969;
}

.topbar ul li a span {
	color: #9a9a9a;
}

.search {
	width: 425px;
	height: 44px;
	float: right;
	position: relative;
	margin-right: 20px;
}

.search input {
	width: 435px;
	height: 44px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 20px;
	font-size: 14px;
	font-style: italic;
	color: #666;
}

.search button {
	width: 44px;
	height: 44px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 45px;
	text-align: center;
	color: #929292;
	font-size: 15px;
}

.shop-cart {
	width: 200px;
	height: 44px;
	background-color: #ff5969;
	color: #fff;
	display: table;
	line-height: 42px;
	padding: 0 15px;
	float: right;
	text-align:center;
	cursor:pointer;
}

.shop-cart i {
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.shop-cart:hover {
	background: #333;
	color: #fff;
}

/* 3. Header */

.header {
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 4px #f7f7f7;
	-moz-box-shadow: 1px 2px 4px #f7f7f7;
	box-shadow: 1px 2px 4px #f7f7f7;
}

header {
	padding: 48px 0;
}

header .col-md-8 {
	padding: 7px 15px;
}

/* 3.1. Header - Navmenu */

#navmenu,
#navmenu ul,
#navmenu ul li,
#navmenu ul li a,
#navmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#navmenu:after,
#navmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#navmenu #menu-button {
	display: none;
}

#navmenu {
	width: auto;
	font-family: 'Noto Sans', sans-serif;
	position: relative;
	z-indeX: 100000;
}

#navmenu > ul > li {
	float: left;
	margin-right: 3px !important;
}

#navmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#navmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#navmenu.align-center ul ul {
	text-align: left;
}

#navmenu.align-right > ul > li {
	float: right;
}

#navmenu.align-right ul ul {
	text-align: right;
}

#navmenu > ul > li > a {
	padding: 27px 25px;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	font-size: 14px;
	text-transform: uppercase;
	color: #464545;
	background: #f7f7f7;
	border-bottom: 5px solid #f1f1f1;
}

#navmenu > ul > li:hover > a,
#navmenu > ul > li.active > a {
	color: #fff;
	background: #ff5969;
	border-bottom: 5px solid #f24d5d;
}

#navmenu > ul > li.has-sub > a {
	padding-right: 30px;
}

#navmenu > ul > li.has-sub > a::after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 12px;
	margin-left: 8px;
}

#navmenu > ul > li.has-sub:hover > a::after {
	border-color: #009ae1;
}

#navmenu ul ul {
	position: absolute;
	left: -9999px;
}

#navmenu li:hover > ul {
	left: auto;
}

#navmenu.align-right li:hover > ul {
	right: 0;
}

#navmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#navmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#navmenu ul ul li {
	height: 0;
	-webkit-transition: height .3s ease;
	-moz-transition: height .3s ease;
	-ms-transition: height .3s ease;
	-o-transition: height .3s ease;
	transition: height .3s ease;
}

#navmenu ul li:hover > ul > li {
	height: 44px;
}

#navmenu ul ul li a {
	padding: 17px 20px;
	width: 180px;
	font-size: 12px;
	background: #333333;
	text-decoration: none;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#navmenu ul ul li:hover > a,
#navmenu ul ul li a:hover {
	color: #ffffff;
	background: #ff5969;
}

#navmenu ul ul li.has-sub > a::after {
	position: absolute;
	top: 23px;
	right: 15px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#navmenu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#navmenu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}

@media only screen and (max-width: 767px)  {
#navmenu {
	width: 100%;
}

#navmenu ul {
	width: 100%;
	display: none;
}

#navmenu.align-center > ul,
  #navmenu.align-right ul ul {
	text-align: left;
}

#navmenu ul li,
  #navmenu ul ul li,
  #navmenu ul li:hover > ul > li {
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(120, 120, 120, 0.15);
}

#navmenu ul li a,
  #navmenu ul ul li a {
	width: 100%;
}

#navmenu > ul > li:hover > a,
#navmenu > ul > li.active > a {
	border-bottom: 0px solid #f24d5d;
}

#navmenu > ul > li,
  #navmenu.align-center > ul > li,
  #navmenu.align-right > ul > li {
	float: none;
	display: block;
}

#navmenu ul ul li a {
	padding: 20px 20px 20px 30px;
	font-size: 12px;
	color: #fff !important;
	background: none;
}

#navmenu ul ul li:hover > a,
  #navmenu ul ul li a:hover {
	color: #fff !important;
}

#navmenu ul ul ul li a {
	padding-left: 40px;
}

#navmenu ul ul,
  #navmenu ul ul ul {
	position: relative;
	left: 0;
	right: auto;
	width: 100%;
	margin: 0;
}

#navmenu > ul > li.has-sub > a::after,
#navmenu ul ul li.has-sub > a::after {
	display: none;
}

#menu-line {
	display: none;
}

#navmenu #menu-button {
	display: block;
	padding: 20px;
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}

#navmenu #menu-button::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 15px;
	height: 2px;
	background: #000000;
}

#navmenu #menu-button::before {
	content: '';
	position: absolute;
	top: 25px;
	right: 20px;
	display: block;
	width: 15px;
	height: 7px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#navmenu .submenu-button {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.15);
	height: 52px;
	width: 52px;
	cursor: pointer;
}

#navmenu .submenu-button::after {
	content: '';
	position: absolute;
	top: 21px;
	left: 26px;
	display: block;
	width: 1px;
	height: 11px;
	background: #000000;
	z-index: 99;
}

#navmenu .submenu-button::before {
	content: '';
	position: absolute;
	left: 21px;
	top: 26px;
	display: block;
	width: 11px;
	height: 1px;
	background: #000000;
	z-index: 99;
}

#navmenu .submenu-button.submenu-opened:after {
	display: none;
}
}

/* 4. Footer */

footer {
	background: #363636;
	padding: 55px 0 0;
}

footer .col-md-7 {
	width: 65%;
}

footer .col-md-5 {
	width: 35%;
}

.f-widget {
	margin-bottom: 55px;
}

.f-widget h5 {
	margin: 0 0 29px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.f-widget a, .f-widget p {
	color: #b3b3b3;
}

.f-widget p {
	margin-bottom: 13px;
}

.f-widget a:hover {
	color: #ff5969;
}

.f-links li {
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.f-links li:last-child {
	margin-bottom: 0;
}

.f-links li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.f-widget .f-info p i {
	width: 30px;
	display: inline-block;
}

.newsletter {
	position: relative;
}

.newsletter input {
	width: 100%;
	height: 40px;
	background-color: #fff;
	padding: 5px 65px 5px 20px;
	border: none;
}

.newsletter button {
	width: 47px;
	height: 40px;
	background-color: #ff5969;
	border: none;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.f-social li {
	float: left;
	margin-right: 7px;
}

.f-social li a {
	font-size: 22px;
}

.footer-bottom-wrap {
	background: url(/plugins/doozy/web/images/sep.png) repeat-x top right;
	padding: 25px 0 85px;
	margin: 0 auto;
}

.footer-bottom p {
	margin-top: 12px;
	color: #525252;
}

.payment {
	display: table;
	float: right;
	margin-right: -3px;
}

.payment li {
	float: left;
}

.payment li img {
	opacity: 0.6;
	transition: .4s;
}

.payment li img:hover {
	opacity: 1;
	transition: .4s;
}

/* 5. Main Content */

.main-content {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px #f0f0f0;
	-moz-box-shadow: 0 0 10px #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
	padding: 40px 60px;
	width: 1230px;
	overflow: hidden;
}

.bcrumbs {
	height: 28px;
	border: solid 1px #dfdfdf;
	overflow: hidden;
	display: table;
	border-radius: 2px;
}

.bcrumbs li {
	float: left;
}

.bcrumbs li a {
	height: 28px;
	border-right: 1px solid #dfdfdf;
	font-size: 16px;
	color: #595959;
	padding: 3px 13px 0;
	display: table;
}

.bcrumbs li span {
	background: #eeeeee;
	padding: 0 25px;
	height: 28px;
	color: #464545;
	font-size: 13px;
	display: table;
	line-height: 27px;
}

/* 6. 404 Styles */

.error-content h4 {
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
	text-align: center;
	font-weight: 400;
	margin: 0 0 55px;
}

.error-content img {
	display: table;
	margin: 0 auto;
}

.error-content p {
	font-size: 24px;
	color: #464545;
	line-height: 40px;
	text-align: center;
	padding: 45px 20% 70px;
}

.error-content p a {
	color: #ff5969;
}

/* 7. About Styles */

.about h4 {
	font-family: Courgette;
	font-size: 24px;
	color: #ff5969;
	margin: 0 0 25px;
	font-weight: 400;
	background: none !important;
}

.about p {
	font-size: 15px;
	color: #464545;
	line-height: 30px;
	margin-bottom: 28px;
}

.about .col-md-8 {
	padding-left: 25px;
}

.about-content {
	padding-bottom: 75px;
}

.about-content h4 {
	background: url(/plugins/doozy/web/images/sep2.png) repeat-x right;
	margin: 0 0 40px;
}

.about-content h4 span {
	background: #fff;
	padding-right: 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
}

.about-info {
	padding: 0 10px;
	margin-bottom: 7px;
}

.ai-info {
	background: #f7f7f7;
	padding: 22px;
}

.ai-info i {
	width: 67px;
	height: 67px;
	-webkit-border-radius: 33px 34px 34px 33px/33px 33px 34px 34px;
	-moz-border-radius: 33px 34px 34px 33px/33px 33px 34px 34px;
	border-radius: 33px 34px 34px 33px/33px 33px 34px 34px;
	background-color: #ff5969;
	margin: 0 auto;
	margin-bottom: 20px;
	display: table;
}

.ai-info h5 {
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	text-align: center;
	margin: 0 0 20px;
}

.ai-info i img {
	display: table;
	margin: 16px auto;
}

.ai-info p {
	text-align: center;
	line-height: 30px;
}

.about-slider {
	margin: 0 -10px;
}

.about-slider .slick-prev, .sblog-slider .slick-prev {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	padding: 0;
	top: -60px;
	right: 25px;
	left: auto;
	height: 20px;
	border: medium none;
	width: 25px;
}

.about-slider .slick-prev:after, .sblog-slider .slick-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.about-slider .slick-prev:before, .sblog-slider .slick-prev:before {
	display: none;
}

.about-slider .slick-next, .sblog-slider .slick-next {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	top: -60px;
	right: 0px;
	left: auto;
	width: 25px;
	border: none;
	height: 20px;
}

.about-slider .slick-next:after, .sblog-slider .slick-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.about-slider .slick-prev:hover:after, .sblog-slider .slick-prev:hover:after  ,
.about-slider .slick-next:hover:after, .sblog-slider .slick-next:hover:after {
	color: #ff5969;
}

.about-slider .slick-next:before, .sblog-slider .slick-next:before {
	display: none;
}

.about-news ul {
	margin-right: -25px;
}

.about-news li {
	width: 33.33333%;
	float: left;
}

.about-news li .date {
	font-size: 18px;
	color: #FF5969;
	float: left;
	line-height: 18px;
}

.about-news li .date span {
	font-size: 60px;
	display: block;
	margin-top: 23px;
}

.an-inner {
	margin-left: 75px;
	padding-right: 25px;
}

.an-inner h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 15px;
}

.an-inner h5 a {
	color: #464545;
}

.rmore {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 2px;
	margin-left: 7px;
}

.rmore:hover {
	background: #ff5969;
	color: #fff;
}

.about-news {
	padding-right: 0;
	width: 69%;
}

.subscribe {
	width: 31%;
	padding-left: 45px;
}

.subscribe input {
	width: 100%;
	height: 43px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.subscribe button {
	background: #5dd6e4;
	padding: 0 20px;
	line-height: 43px;
	color: #fff;
	float: right;
	border: none;
}

.subscribe button:hover {
	background: #ff5969;
	color: #fff;
}

/* 8. Blog Styles */

.blog-content {
}

article h4 a {
	font-size: 24px;
	color: #464545;
}

article h4 a:hover {
	color: #ff5969;
}

.blog-content article .blog-thumb {
	width: 268px;
	float: left;
	transition: .4s;
}

.blog-content .blog-excerpt {
	margin-left: 305px;
}

.blog-excerpt p {
	font-size: 14px;
	color: #464545;
	line-height: 28px;
	margin-top: -8px;
	margin-bottom: 18px;
}

.bmore {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 23px;
	display: table;
	font-size: 15px;
}

.bmore:hover {
	background-color: #ff5969;
	color: #fff !important;
}

.post-meta {
	margin: 20px 0 55px;
	;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	height: 43px;
	line-height: 41px;
	color: #595959;
	padding: 0 10px;
}

.post-meta a {
	color: #595959;
}

.post-meta a:hover {
	color: #ff5969;
}

.post-meta i {
	color: #e7e7e7;
	margin-right: 8px;
}

.post-meta span {
	margin-right: 27px;
}

/* 9. Sidebar Styles */

aside .side-widget {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #F5F5F5;
	display: block;
}

aside .side-widget h5 {
	height: 51px;
	background-color: #ff5969;
	line-height: 51px;
	color: #fff;
	text-align: center;
	margin: 0 0 25px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}

.side-list {
	margin: 0;
}

.side-list li {
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.side-list li:last-child {
	margin-bottom: 0;
}

.side-list li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 8px;
	color: #ff5969;
	font-size: 18px;
}

.side-list li a {
	color: #464545;
}

.side-list li a span {
	color: #c8c8c8;
}

.side-widget.cat, .side-last {
	border-bottom: none !important;
}

.side-widget h6 {
	font-weight: 400;
	color: #595959;
	font-size: 14px;
	margin: 0;
	padding: 0 0 15px 5px;
}

.side-search {
	position: relative;
}

.side-search input {
	height: 39px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 55px 5px 15px;
	color: #555;
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
}

.side-search button {
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 40px;
	text-align: center;
	color: #929292;
	font-size: 15px;
}

.side-search button:hover {
	background-color: #ff5969;
	color: #fff;
}

.pposts img {
	border-bottom: 3px solid #f0f0f0;
	margin-bottom: 20px;
}

.pp-date i {
	color: #f2f2f2;
	margin-right: 10px;
}

.pposts h4 {
	margin: 8px 0 8px;
	padding: 0;
}

.pposts h4 a {
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	text-transform: uppercase;
	line-height: 30px;
	font-family: Noto Sans;
}

.side-widget p {
	font-size: 14px;
	color: #464545;
	line-height: 28px;
	margin-top: -8px;
	margin-bottom: 18px;
}

.side-logreg input {
	height: 39px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 55px 5px 15px;
	color: #555;
	width: 100%;
	border-radius: 2px;
	font-size: 14px;
	margin-bottom: 10px;
}

.side-logreg button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 23px;
	display: table;
	border: none;
	margin: 10px 0;
	font-size: 15px;
}

.side-logreg button:hover {
	background-color: #ff5969;
	color: #fff;
}

.login a {
	margin-top: 15px;
	padding-left: 30px;
	position: relative;
	color: #464545;
	display: block;
}

.login a:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 8px;
	color: #ff5969;
	font-size: 18px;
}

.poll-head {
	line-height: 24px;
	margin-bottom: 25px;
	padding-left: 5px;
	color: #464545;
}

.poll form {
	padding-left: 5px;
}

.poll form button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 35px;
	display: table;
	border: none;
	font-size: 16px;
}

.poll form button:hover {
	background-color: #ff5969;
	color: #fff;
}

.side-widget a:hover {
	color: #ff5969;
}

input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
	padding-left: 21px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	color: #464545;
}

input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
	background-position: 0 -16px;
}

label.css-label {
	background-image: url(/plugins/doozy/web/images/rbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.css-label1 em {
	color: #c7c7c7;
	font-style: normal;
}

.page_nav {
	height: 38px;
	display: table;
	margin: 0 auto 20px;
}

.page_nav li {
	float: left;
	border: 1px solid #ededed;
	border-right: none;
}

.page_nav li:last-child {
	border-right: 1px solid #ededed;
}

.page_nav li a {
	line-height: 38px;
	color: #464545;
	font-size: 14px;
	padding: 0 15px;
	display: table;
}

.page_nav li a:hover , .page_nav li.active a {
	background: #f9f9f9;
}

.blog-content2 .post-meta {
	margin: 17px 0 22px;
	;
	border-top: none;
	border-bottom: 1px solid #f5f5f5;
	height: 43px;
	line-height: 41px;
	color: #595959;
	padding: 0 10px;
}

.blog-content2 article {
	margin-bottom: 40px;
}

.blog-content2 article:hover img.blog-thumb {
	border: 3px solid #ff5969;
}

.blog-excerpt p a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 2px;
	margin-left: 7px;
	line-height: 23px;
}

.blog-excerpt p a:hover {
	background: #ff5969;
}

.blog-thumb {
	position: relative;
}

.blog-thumb img {
	width: 100%;
}

.blog-thumb:after {
	content: "";
	border: 3px solid #ff5969;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
}

article:hover .blog-thumb:after {
	content: "";
	opacity: 1;
	transition: .4s;
}

.article-head {
	margin-bottom: 20px;
}

.article-head .ah-date {
	width: 70px;
	height: 70px;
	background-color: #5dd6e4;
	text-align: center;
	font-family: Courgette;
	color: #fff;
	font-size: 26px;
	line-height: 28px;
	padding-top: 10px;
	float: left;
}

.article-head .ah-date span {
	display: block;
	font-size: 16px;
}

.ah-inner {
	margin-left: 85px;
}

.article-head h4 {
	margin: 5px 0 0;
}

.ah-inner .post-meta {
	border: none;
	margin: 0;
	padding: 0;
}

.ah-inner .post-meta span {
	margin-right: 17px;
}

.blog-content3 .blog-thumb {
	width: 386px !important;
}

.blog-content3 .blog-excerpt {
	margin-left: 415px !important;
}

.blog-content3 article {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
	display: table;
}

.last-post {
	padding-bottom: 0px !important;
	margin-bottom: 55px !important;
	border-bottom: none !important;
	display: table;
}

.bc4-date {
	font-family: Courgette;
	font-size: 18px;
	color: #464545;
	line-height: 30px;
	float: left;
}

.bc4-date span {
	font-size: 120px;
	color: #464545;
	display: block;
	margin-top: 40px;
}

.bc4-inner {
	margin-left: 180px;
}

.bc4-inner h4 {
	margin: 30px 0 0;
}

.bc4-inner .post-meta {
	border: none;
	margin: 10px 0;
	padding: 0;
}

.bc4-inner .post-meta span {
	margin-right: 17px;
}

.blog-content4 article {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
	display: block;
}

.blog-mason article {
	background: #f7f7f7;
	margin-bottom: 22px;
}

.bm-inner {
	padding: 25px;
	position: relative;
}

.bm-inner h4 {
	margin: 0 0 20px;
	font-family: Courgette;
	font-weight: 400;
}

.bm-inner h4 a {
	color: #464545;
	font-size: 18px;
	color: #464545;
	padding: 0;
}

.bm-inner p {
	color: #464545;
	margin-bottom: 20px;
	line-height: 28px;
}

.bm-meta {
	color: #464545;
}

.bm-meta span {
	margin-right: 16px;
}

.bm-meta i {
	margin-right: 7px;
}

.bm-inner p a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #363636;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 2px;
	margin-left: 7px;
	line-height: 23px;
}

.cat-alt {
	position: absolute;
	top: -40px;
	left: 0;
}

.cat-alt a {
	height: 40px;
	background-color: #5dd6e4;
	line-height: 40px;
	padding: 0 20px;
	display: table;
	color: #fff;
	font-size: 15px;
}

.bm-inner p a:hover {
	background: #ff5969;
}

.blog-mason .row {
	margin: 0 -12px;
}

.blog-mason .col-md-4 {
	padding: 0 12px;
}

.blog-mason article:hover {
	background: #363636;
	transition: .4s;
	cursor: pointer;
}

.blog-mason article:hover h4 a {
	color: #fff;
	transition: .4s;
}

.blog-mason article:hover p {
	color: #fff;
	transition: .4s;
}

.blog-mason article:hover .bm-meta span {
	color: #fff;
	transition: .4s;
}

.blog-mason article:hover p a {
	background: #ffffff;
	color: #363636;
	transition: .4s;
}

.blog-mason article:hover h4 a:hover {
	color: #ff5969;
	transition: .4s;
}

.blog-mason article:hover p a:hover {
	color: #fff;
	background: #ff5969;
	transition: .4s;
}

.lmore {
	height: 46px;
	background-color: #ff5969;
	padding: 0 20px;
	line-height: 46px;
	display: table;
	margin: 40px auto 0;
	color: #fff;
	font-size: 16px;
	padding-left: 50px;
	position: relative;
}

.lmore i {
	position: absolute;
	top: 13px;
	left: 20px;
	font-size: 21px;
}

.lmore:hover {
	color: #fff;
	background: #5DD6E4;
}

.bs-meta {
	margin: 30px 0 40px;
	padding-top: 15px;
	border-top: 1px solid #ededed;
}

.bs-meta i {
	color: #e8e8e8;
	margin-right: 7px;
	position: relative;
	top: 2px;
}

.bs-meta span a {
	color: #464545;
}

.bs-comments {
	border: 1px solid #ededed;
	padding: 25px;
}

.bs-comments h5 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	margin: 0;
}

.bsc-content li {
	margin-top: 20px;
	border-top: 1px solid #ededed;
	padding-top: 20px;
	margin-bottom: -9px;
}

.bsc-content li .comment-author {
	font-size: 15px;
	color: #464545;
}

.ratings {
	margin-left: 10px;
}

.star {
	position: relative;
	top: 2px;
	margin-right: 7px;
}

.star a {
	font-size: 20px;
	color: #ff5969;
}

.star a.no {
	color: #d3d3d3;
}

.ratings em {
	color: #c0c0c0;
	font-style: normal;
}

.comment-date {
	margin: 5px 0 20px;
}

.bsc-content li p {
	margin-bottom: 5px;
}

.count {
	width: 56px;
	height: 56px;
	background: url(/plugins/doozy/web/images/count.png) no-repeat;
	float: left;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
	left: -5px;
}

.cf-info {
	margin-left: 60px;
}

.cf-info h6 {
	font-size: 14px;
	font-weight: bold;
	color: #464545;
	margin-bottom: 10px;
}

.cf-info p {
	font-size: 14px;
	color: #464545;
	margin: 0 0 12px;
}

.cf-info p span {
	display: table;
	float: right;
}

.cf-info form textarea {
	height: 174px;
	background-color: #fff;
	border: solid 1px #f2f2f2;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
}

.star-ratings {
	margin: -5px 0 35px;
}

.star-ratings a {
	font-size: 0px;
	color: #ff5969;
	display: inline-block;
	position: relative;
	width: 17px;
	height: 17px;
}

.star-ratings a:before {
	content: "\f005";
	font-family: FontAwesome;
	position: absolute;
	color: #ff5969;
	top: 0;
	font-size: 18px;
}

.star-ratings a:hover ~ a:before {
	content: "\f005";
	position: absolute;
	font-family: FontAwesome;
	color: #d2d2d2;
	top: 0;
}

.comment-form input {
	width: 100%;
	height: 43px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.comment-form input:focus, .comment-form textarea:focus {
	border: 1px solid #ff5969;
	color: #ff5969;
}

.comment-form label {
	font-size: 14px;
	color: #464545;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 5px;
}

.comment-form button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 40px;
	display: table;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	border: none;
}

.comment-form button:hover {
	background-color: #ff5969;
}

.blog-single article {
	border-bottom: none !important;
}

#index {
	background: #fff;
}

#index .main-content {
	box-shadow: none;
}

.shots-slider {
	width: 150%;
	left: -25%;
	margin: 0;
	position: relative;
}

.shots-slider div img {
	opacity: 1;
	transition: .4s;
}

.shots-slider div img:hover {
	opacity: 0.7;
	transition: .4s;
}

.shots-slider .slick-slide {
	opacity: 1 !important;
}

.shots-slider .slick-prev {
	width: 56px;
	height: 56px;
	background: url(/plugins/doozy/web/images/prev.png) no-repeat center center;
	border: none;
	position: absolute;
	font-size: 0px;
	top: 50%;
	margin-top: -35px;
	left: 17%;
	margin-left: 10px;
}

.shots-slider .slick-prev:after {
	content: " ";
	width: 56px;
	height: 56px;
	border: none;
	content: "\f104";
	font-family: FontAwesome;
	color: #595959;
	font-size: 22px;
}

.shots-slider .slick-next {
	width: 56px;
	height: 56px;
	background: url(/plugins/doozy/web/images/prev.png) no-repeat center center;
	border: none;
	position: absolute;
	font-size: 0px;
	top: 50%;
	margin-top: -35px;
	right: 17%;
	margin-right: 10px;
}

.shots-slider .slick-next:after {
	content: " ";
	width: 56px;
	height: 56px;
	border: none;
	content: "\f105";
	font-family: FontAwesome;
	color: #595959;
	font-size: 22px;
}

.shots-slider .slick-prev:hover ,
.shots-slider .slick-next:hover {
	background: url(/plugins/doozy/web/images/count.png) no-repeat center center;
}

.shots-slider .slick-prev:hover:after ,
.shots-slider .slick-next:hover:after {
	color: #fff;
}

.blog-quote {
	background: #ff5969;
	padding: 20px 35px 1px;
}

.blog-quote p {
	font-family: Courgette;
	font-size: 21px;
	color: #fff;
	line-height: 33px;
	margin-bottom: -5px;
}

.blog-quote .post-meta span {
	color: #fff;
}

.blog-quote .post-meta span i {
	color: #ffa1aa;
}

.blog-quote .post-meta span a {
	color: #fff;
}

.blog-quote .post-meta span a:hover {
	color: #363636;
}

.blog-content-home .bc4-inner {
	margin-left: 150px !important;
}

#blog-slider .owl-page span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
	margin-left: 6px;
	opacity: 1;
	border-radius: 20px;
	background: #595959;
}

#blog-slider .owl-page.active span {
	background: #ff5969;
}

#blog-slider .owl-pagination {
	position: absolute;
	bottom: 18px;
	right: 24px;
}

#blog-slider .item img {
	width: 100%;
}

#quote-content h5, #pricing-content h5, #team h5, #faq-content h5, #checkout-content h5, .cart-main h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	border-bottom: 1px solid #f6f6f6;
	font-weight: 400;
	text-align: center;
	margin: 0 0 37px;
	padding-bottom: 23px;
}

#quote-content p {
	line-height: 34px;
	font-size: 16px;
	font-style: italic;
	color: #464545;
	text-align: center;
	margin: 0 auto 45px;
}

.q-ico {
	display: table;
	margin: 0 auto 45px;
}

.quote-slider {
	padding: 0 100px;
}

.quote-content {
	cursor: pointer;
}

.quote-content img {
	float: left;
	border: 3px solid transparent;
	border-radius: 50%;
	transition: .4s;
}

.quote-content:hover img {
	border-color: #ff5969;
	transition: .4s;
}

.quote-content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #454545;
	margin: 40px 0 0 140px;
	transition: .4s;
}

.quote-content h3 span {
	font-size: 15px;
	color: #c0c0c0;
	display: block;
	font-weight: 400;
	margin: 7px 0 0;
}

.quote-content:hover h3 {
	color: #ff5969;
	transition: .4s;
}

.quote-slider .slick-next {
	position: absolute;
	font-size: 0px;
	padding: 0 !important;
	top: 50%;
	margin-top: -13px;
	right: 0px;
	left: auto;
	border: none;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #5dd6e4;
}

.quote-slider .slick-next:after ,
.quote-slider .slick-prev:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 19px;
	width: 9px;
	height: 100%;
	color: #FFF;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	display: table;
	left: 0;
}

.quote-slider .slick-prev:after {
	content: "\f104";
}

.quote-slider .slick-prev {
	position: absolute;
	font-size: 0px;
	padding: 0 !important;
	top: 50%;
	margin-top: -13px;
	left: 0px;
	right: auto;
	border: none;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #5dd6e4;
}

.quote-slider .slick-prev:hover ,
.quote-slider .slick-next:hover {
	background: #ff5969;
}

/* 10. Team Styles */

#team-content h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	border-bottom: 1px solid #f6f6f6;
	font-weight: 400;
	text-align: center;
	margin: 0 0 37px;
	padding-bottom: 23px;
}

.staff-info {
	margin-top: 50px;
}

.staff-info h3 {
	color: #464545;
	font-size: 30px;
	font-weight: 400;
	margin-top: 12px;
}

.staff-info h3 span {
	display: block;
	font-size: 16px;
	margin: 38px 0 0;
	position: relative;
}

.staff-info h3 span:after {
	content: "";
	background: #ff5969;
	height: 3px;
	width: 49px;
	position: absolute;
	left: 0;
	top: -19px;
}

.staff-info em {
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
	font-style: normal;
	margin: 42px 0 38px;
	display: table;
}

.staff-info p {
	font-size: 16px;
	line-height: 30px;
}

.team-social li {
	float: left;
	margin-right: 10px;
}

.team-social li a {
	color: #464545;
	font-size: 18px;
}

.team-social li a:hover {
	color: #ff5969;
}

.staff-thumb {
	display: table;
	position: relative;
}

.staff-thumb img {
	width: 100%;
}

.staff-thumb:after {
	content: "";
	border: 3px solid #ff5969;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
}

.staff-info:hover .staff-thumb:after {
	content: "";
	opacity: 1;
	transition: .4s;
}

#sblog-slider h6 {
	background: url(/plugins/doozy/web/images/sep2.png) repeat-x right;
	margin: 0 0 40px;
}

#sblog-slider h6 span {
	background: #fff;
	padding-right: 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
}

.sblog-slider {
	margin: 0 -11px;
}

.sblog-info {
	padding: 0 11px;
}

.sblog-info p {
	font-size: 15px;
	color: #464545;
	line-height: 28px;
	margin-bottom: 0px;
}

.sblog-info p a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: -1px;
	margin-left: 7px;
	line-height: 23px;
}

.sblog-info p a:hover {
	background: #ff5969;
}

.sbi-info {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.sbi-info img {
	transition: .4s;
}

.sblog-info:hover .sbi-info img {
	transform: scale(1.15);
	transition: .4s;
}

.sbs-date {
	display: table;
	margin: 13px 0;
}

.sbs-date i {
	color: #e7e7e7;
	margin-right: 8px;
}

/* 11. Pricing Styles */

.pricing-table {
	margin-top: -10px;
}

.pricing-table h4 {
	height: 80px;
	line-height: 75px;
	border-bottom: 5px solid #3b3b3b;
	background: #484848;
	font-family: Courgette;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	position: relative;
}

.pricing-table h4 span {
	background: url(/plugins/doozy/web/images/pricing.png) no-repeat;
	width: 73px;
	height: 73px;
	position: absolute;
	top: -26px;
	right: -15px;
}

.pt-inner {
	padding: 18px 18px 37px;
	background: #f7f7f7;
	width: 96%;
	margin: 0 auto;
}

.pt-list {
	display: table;
	margin: 5px auto 25px;
}

.pt-list li {
	margin-bottom: 13px;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
}

.pt-list li:last-child {
	margin-bottom: 0;
}

.pt-list li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -1px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.sep {
	border-top: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
	height: 9px;
	display: table;
	width: 100%;
}

.plan-price {
	font-family: Courgette;
	font-size: 60px;
	color: #464545;
	display: table;
	margin: -11px auto 0;
	padding: 25px 0;
}

.plan-price span {
	font-family: Noto Sans;
	font-size: 16px;
	color: #464545;
	text-align: right;
	display: block;
	margin: -10px 0 0;
}

.buy-btn {
	height: 55px;
	background-color: #ff5969;
	line-height: 55px;
	padding: 0 50px 0 30px;
	color: #fff;
	font-size: 16px;
	display: table;
	margin: 7px auto 0;
	position: relative;
	transition: .4s;
}

.buy-btn:after {
	content: "\f105";
	font-family: FontAwesome;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	background-color: #f7f7f7;
	color: #FF5969;
	display: table;
	line-height: 45px;
	position: absolute;
	top: 5px;
	right: -24px;
	font-size: 22px;
	padding-left: 17px;
	transition: .4s;
}

.buy-btn i {
	font-size: 18px;
	margin-right: 8px;
}

.buy-btn:hover {
	background: #5DD6E4;
	color: #fff;
	transition: .4s;
}

.buy-btn:hover:after {
	color: #5DD6E4;
	transition: .4s;
}

#pricing-content .row {
	margin: 0 -20px;
}

#pricing-content .col-md-4 {
	padding: 0 20px;
}

.team {
	margin: 0 -10px;
}

.team .col-md-3 {
	padding: 0 10px;
}

.team-info {
	cursor: pointer;
}

.team-info h4 {
	color: #464545;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	position: relative;
}

.team-info h4 span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	margin: 30px 0 0;
	position: relative;
}

.team-info h4 span:after {
	content: "";
	background: #ff5969;
	height: 3px;
	width: 49px;
	position: absolute;
	left: 0;
	top: -19px;
}

.team-info h4 a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 0px;
	margin-top: 10px;
	line-height: 23px;
	display: table;
}

.team-info h4 a:hover {
	background: #ff5969;
}

.ti-thumb {
	position: relative;
}

.ti-thumb img {
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

.team-info:hover .ti-thumb img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.ti-thumb:after {
	content: "";
	border: 3px solid #ff5969;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transition: .4s;
}

.team-info:hover .ti-thumb:after {
	content: "";
	border: 3px solid #5dd6e4;
	transition: .4s;
}

.team-sub h6 {
	line-height: 34px;
	font-family: Courgette;
	font-size: 22px;
	color: #464545;
	font-weight: 400;
	text-align: center;
	padding: 0 10%;
	margin: 0 0 60px;
}

.team-sub h6 span {
	color: #ff5969;
}

.team-sub p {
	font-size: 14px;
	line-height: 30px;
}

/* 12. Login / Register */

.logreg-info {
	background: #fe6270 url(/plugins/doozy/web/images/pat1.png);
	padding: 35px;
}

.logreg-info h5 {
	font-family: Courgette;
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 2px #ed4756;
	font-weight: 400;
	margin: 0;
}

.logreg-info ul {
	margin: 30px 0 0px;
}

.logreg-info li {
	margin-bottom: 22px;
	padding-left: 30px;
	position: relative;
	color: #fff;
}

.logreg-info li a {
	color: inherit;
}

.logreg-info li:last-child {
	margin-bottom: 0;
}

.logreg-info li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 0;
	color: #fff;
	font-size: 18px;
}

#logreg-content .row {
	margin: 0 -2px;
}

#logreg-content .col-md-5 {
	width: 43%;
	padding: 0 2px;
}

#logreg-content .col-md-7 {
	width: 57%;
	padding: 0 2px;
}

.logreg-form {
	background: #F7F7F7;
	padding: 30px 40px 50px;
	position: relative;
	height: 530px;
}

.logreg-form h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
}

.logreg-form h5 em {
	padding-left: 15px;
}

.logreg-form h5 span {
	float: right;
	font-family: Noto Sans;
	font-size: 15px;
	color: #464545;
	font-weight: 400;
	position: relative;
	top: 16px;
}

.logreg-form h5 span a {
	color: #464545;
	border-bottom: 1px solid #464545;
}

.logreg-form h5 span a:hover {
	color: #ff6270;
	border-bottom: 1px solid #ff6270;
}

.login-form label {
	font-weight: 400;
	color: #464545;
	margin: 30px 0 20px;
}

.login-form label span {
	color: #ff5969;
}

.login-form input, .checkout-form input {
	height: 44px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 3px #ececec;
	-moz-box-shadow: 1px 1px 3px #ececec;
	box-shadow: 1px 1px 3px #ececec;
	border: solid 1px #ff5969;
	width: 100%;
	line-height: 44px;
	padding: 5px 15px;
	font-size: 14px;
	border: 1px solid #fff;
}

.checkout-form textarea {
	height: 90px;
	background-color: #fff;
	width: 100%;
	padding: 15px 15px;
	font-size: 14px;
	border: 1px solid #fff;
}

.login-form input:focus, .checkout-form input:focus, .checkout-form textarea focus {
	border: 1px solid #ff5969;
	color: #ff5969;
}

.login-form button,.checkout-form button, .payment-method button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 38px;
	display: table;
	border: none;
	margin: 10px 0;
	font-size: 15px;
	text-transform: uppercase;
}

.logreg-form button:hover {
	background: #ff5969 !important;
	color: #fff;
	transition: .4s;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label1 {
	padding-left: 25px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	font-weight: 400;
}

input[type=checkbox].css-checkbox:checked + label.css-label1 {
	background-position: 0 -16px;
}

label.css-label1 {
	background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_5516e6ccfb77bf2b57a1b3f2af97e0c1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cbox {
	display: table;
	float: right;
	margin: 10px 0 12px;
}

.register-form {
	height: auto;
}

.cbox1 {
	width: 100%;
	margin-bottom: 25px;
}

.register-form h6 {
	font-family: Noto Sans;
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	text-transform: uppercase;
	margin: 25px 0 8px;
}

.register-form button {
	font-size: 18px;
	padding: 0 30px;
}

.register-form button span {
	font-weight: 600;
}

.register-form h5 {
	margin-bottom: 15px;
}

.register-form p span {
	color: #fe6270;
}

.register-form p {
	margin-bottom: 15px;
}

.register-form form {
	margin-top: -18px;
}

div.selectBox {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: left;
	line-height: 44px;
	clear: both;
	color: #888;
	width: 100%;
	cursor: pointer;
	z-index: 9999;
}

span.selected {
	width: 100%;
	text-indent: 15px;
	border-right: none;
	overflow: hidden;
	height: 44px;
	background-color: transparent;
	border: solid 1px #ff5969;
	width: 100%;
	line-height: 44px;
	font-size: 14px;
	border: 1px solid #fff;
	color: #bfbfbf;
}

span.selectArrow {
	width: 42px;
	height: 42px;
	line-height: 42px;
	position: absolute !important;
	top: 1px;
	right: 1px;
	text-align: center;
	font-size: 8px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #595959;
	z-index:-1;
}

span.selectArrow i {
	color: #595959;
}

span.selectArrow, span.selected {
	position: relative;
	float: left;
	height: 44px;
}

div.selectOptions {
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	overflow: hidden;
	display: none;
	background-color: #fff;
	width: 100%;
	font-size: 14px;
	z-index: 9999;
	border: 1px solid #e7e7e7;
	border-top: none;
}

span.selectOption {
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 5px 15px;
}

span.selectOption:hover {
	color: #fff;
	background: #fe6270;
}

/* 13. FAQ Styles */

#faq-content ul {
	margin-top: -10px;
}

#faq-content ul li {
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#faq-content ul li h4 {
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	padding: 20px 0;
	padding-left: 75px;
	margin: 0 0 10px;
	position: relative;
}

#faq-content ul li h4:after {
	content: "Q?";
	font-family: Courgette;
	font-size: 44px;
	color: #ff5969;
	position: absolute;
	top: 0;
	left: 0;
}

#faq-content ul li p {
	font-size: 15px;
	line-height: 30px;
	padding-top: 0px;
	padding-left: 75px;
	position: relative;
	margin: 0;
}

#faq-content ul li p:after {
	content: "A.";
	font-family: Courgette;
	font-size: 44px;
	color: #ff5969;
	position: absolute;
	top: 5px;
	left: 0;
}

/* 14. Cart Styles */

#checkout-content h4 {
	font-size: 15px;
	font-weight: bold;
	color: #464545;
	margin: -15px 0 15px;
}

.checkout-form input,
.checkout-form span.selected {
	box-shadow: none;
	border: 1px solid #e7e7e7;
}

span.selected {
	border: 1px solid #e7e7e7;
}

span.selected.active {
	border: 1px solid #ff596a;
}

.checkout-form label {
	font-weight: 400;
	color: #464545;
	margin: 20px 0 15px;
	font-size: 15px;
}

.checkout-form button {
	padding: 0 35px;
}

.ma-content h4 {
	width: 100%;
	height: 45px;
	background-color: #363636;
	line-height: 45px;
	padding: 0 18px 0 28px;
	font-weight: 400 !important;
	font-size: 15px;
	text-transform: uppercase;
	color: #fefefe !important;
	margin: 0 !important;
}

.ma-content h4 span {
	float: right;
	text-transform: none;
}

.ma-content h4 span a {
	color: #fefefe !important;
	border-bottom: 1px solid #fefefe;
	position: relative;
	top: -3px;
}

.ma-inner {
	background: #f7f7f7;
	padding: 23px;
	height: 455px;
}

.ma-inner h6 {
	font-weight: 400;
	border-bottom: 2px solid #ededed;
	padding: 0 0 12px;
	font-size: 15px;
	margin: 0 0 12px !important;
	padding-left: 4px;
	color: #464545;
	line-height: 24px;
}

.ma-inner p {
	padding-left: 4px;
	margin: 0 0 5px;
	color: #464545;
}

.ma-inner p span {
	font-weight: 700;
}

.ma-block {
	background: #ededed;
	line-height: 43px;
	height: 43px;
	padding: 0 20px;
	color: #595959;
	margin: 19px 0 27px !important;
}

.ma-block1 {
	background: none repeat scroll 0% 0% #EDEDED;
	line-height: 21px;
	height: 66px;
	padding: 12px 20px;
	color: #595959;
	margin: 19px 0px 27px !important;
}

.ma-block a {
	color: #595959;
	position: relative;
	top: 12px;
	border-bottom: 1px solid #595959;
	float: right;
	line-height: 16px;
}

.ma-block1 a {
	color: #595959;
	position: relative;
	top: -16px;
	border-bottom: 1px solid #595959;
	float: right;
	line-height: 16px;
}

#ma-content .col-md-4, #ma-content1 .col-md-4  {
	padding: 0 8px;
}

#ma-content ,
#ma-content1 {
	margin: 0 -4px;
	margin-top: 25px;
}

.ma-content h4 span a:hover {
	color: #dc7c8a !important;
	border-bottom: 1px solid #dc7c8a;
}

.ma-content a:hover {
	color: #dc7c8a;
	border-bottom: 1px solid #dc7c8a;
}

.quantity input {
	width: 98px;
	height: 39px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 15px;
	color: #555;
	margin-left: 0;
	margin-right: 5px;
}

.quantity input.qty:focus {
	border: 1px solid #ff5969;
}

#minus1, #add1 {
	width: 39px !important;
	color: #595959;
	float: right;
	margin-left: 5px;
	margin-right: 0px;
}

#minus1:hover, #add1:hover {
	border-color: #595959;
}

.cart-table {
	width: 100%;
	margin-bottom: 25px;
}

.cart-table thead {
	height: 44px;
	background-color: #f7f7f7;
	font-size: 15px;
	color: #464545;
}

.cart-table thead tr th {
	font-weight: 400;
	line-height: 44px;
}

.cart-table thead tr th:nth-child(1) {
	text-align: center;
}

.cart-table tbody tr td {
	padding: 23px 0;
	border-bottom: 1px solid #f0f0f0;
}

.cart-table tbody tr td img {
	float: left;
}

.cart-table tbody tr td h4 {
	font-size: 15px !important;
	color: #464545 !important;
	font-weight: 400 !important;
	margin: 31px 0px 0px 155px !important;
	line-height: 24px !important;
}

.cart-table tbody tr td:nth-child(1) {
	width: 48%;
	padding-right: 55px;
}

.cart-table tbody tr td:nth-child(2) {
	width: 15%;
}

.cart-table tbody tr td:nth-child(3) {
	width: 20%;
}

.cart-table tbody tr td:nth-child(4) {
	width: 17%;
	line-height: 61px;
}

.quantity {
	display: table;
}

.closeit {
	height: 61px;
	width: 61px;
	background: url(/plugins/doozy/web/images/close.png) no-repeat;
	text-align: center;
	line-height: 61px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	float: right;
}

.coupon-form {
	width: 387px;
	position: relative;
}

.coupon-form input {
	color: #000;
	width: 387px;
	height: 47px;
	background-color: #fff;
	border: solid 1px #f0f0f0;
	padding: 5px 15px;
}

.coupon-form input:focus {
	border-color: #ff596a;
}

.coupon-form button {
	background: #ff5969;
	padding: 0 32px;
	line-height: 47px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

.coupon-form button:hover {
	background: #5DD6E4;
	color: #fff;
}

.btn-1 {
	height: 55px;
	background-color: #ff5969;
	line-height: 55px;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	displaY: inline-block;
	margin-right: 5px;
	position: relative;
	transition: .4s;
}

.btn-1:hover {
	background: #5DD6E4;
	color: #fff;
	transition: .4s;
}

.btn-2 {
	background-color: #5DD6E4;
}

.btn-2:hover {
	background: #ff5969;
}

.cart-bottom .col-md-5 {
	padding-left: 0;
}

.cart-bottom ul {
	margin-top: 40px;
}

.cart-bottom ul li {
	margin-bottom: 20px;
	font-size: 15px;
}

.cart-bottom ul li span {
	float: right;
}

.cart-bottom ul li:nth-child(3) {
	font-weight: bold;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 25px 0;
}

.cart-bottom ul li:nth-child(3) span {
	font-size: 20px;
}

.btn-1 {
	background-color: #ff5969 !important;
	border: none;
}

.btn-1:hover {
	background-color: #5DD6E4 !important;
}

.cart-wishlist tbody tr:nth-child(2) td {
	border-bottom: none;
}

.cart-wishlist tbody tr td:nth-child(1) {
	width: 48%;
	padding-right: 55px;
}

.cart-wishlist tbody tr td:nth-child(2) {
	width: 22%;
}

.cart-wishlist tbody tr td:nth-child(3) {
	width: 17%;
}

.cart-wishlist tbody tr td:nth-child(4) {
	width: 13%;
	line-height: 61px;
}

.cbox2 {
	margin-bottom: 10px;
}

.margin-10 {
	margin: 10px 0 0 !important;
}

.payment-method input[type=radio].css-checkbox + label.css-label, .payment-method input[type=radio].css-checkbox + label.css-label.clr {
	font-size: 15px;
	font-weight: bold;
	color: #ff5969;
	padding-left: 30px;
}

.payment-method p {
	padding-left: 30px;
	margin-top: 15px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.payment-method button:hover, .checkout-form button:hover {
	background: #ff596a;
	color: #fff;
}

.p-method3 {
	display: table;
	position: relative;
	padding-right: 75px;
}

.p-method3 img {
	position: absolute;
	right: 0;
	top: -10px;
}

.no-border {
	border: none !important;
}

.no-margin-btm {
	margin-bottom: 0px !important;
}

/* 15. Contact Styles */

.gmap {
	padding: 0px;
	height: 490px;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map {
	display: block;
	width: 100%;
	height: 490px;
	margin: 0 auto;
}

#map.large {
	height: 490px;
}

#map img {
	max-width: none !important;
	height: auto;
}

.c-form-content h3 {
	font-family: Courgette;
	font-size: 24px;
	color: #ff5969;
	margin: 0 0 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
	font-weight: 400;
}

.c-form-content h6 {
	font-size: 14px;
	margin: 0 0 20px;
}

.c-form label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}

.c-form input,.c-form textarea {
	width: 100%;
	max-width: 410px;
	height: 43px;
	background-color: transparent;
	border: solid 1px #f2f2f2;
	padding: 5px 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
	display: table;
}

.c-form input:focus ,.c-form textarea:focus {
	border: 1px solid #ff5969;
}

.c-form textarea {
	height: 182px;
	padding: 20px;
	max-width: 100%;
}

.c-form label {
	font-size: 14px;
	color: #464545;
	font-weight: 400;
	margin-bottom: 18px;
	margin-top: 5px;
}

.c-form button {
	height: 48px;
	background-color: #5dd6e4;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding: 0 40px;
	display: table;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	margin-top: 22px;
}

.c-form button:hover {
	background-color: #ff5969;
}

.c-form-main {
	padding-left: 25px;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	margin: auto;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.1);
	margin: 0 auto 15px;
	padding: 20px;
	border-radius: 5px;
}

.statusMessage p {
	margin: 0;
	color: #888;
}

.successmessage p {
	margin: 0;
	color: #888;
}

.success-ico {
	background: url(/plugins/doozy/web/images/success.png);
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.error-ico {
	background: url(/plugins/doozy/web/images/error.png);
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.errormessage p {
	margin: 0;
	color: #888;
}

/* 16. Shop Styles */

.shop-banner img {
	padding: 2px 15px 15px;
	border: 1px solid #eeeeee;
	float: left;
	width: 205px;
}

.sb-info {
	margin-left: 225px;
	position: relative;
	top: -15px;
}

.sb-info h3 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
	margin: 0px 0 25px;
}

.fw-sort em {
	font-size: 14px;
	color: #464545;
	float: left;
	line-height: 42px;
	margin-right: 15px;
	font-style: normal;
}

.filter-wrap {
	display: table;
	width: 100%;
}

.fw-sort .selectBox, .fw-percount .selectBox {
	width: 268px;
	height: 41px;
	box-shadow: none !important;
	line-height: 41px;
}

.fw-percount .selectBox {
	width: 64px;
	height: 41px;
}

.fw-sort .selected, .fw-percount .selected, .shop-aside .selected {
	box-shadow: none !important;
	line-height: 41px;
	background: transparent;
	height: 41px;
	color: #c0c0c0;
}

.fw-sort, .fw-percount {
	display: table;
	float: left;
	margin-right: 25px;
}

.fw-sort .selectArrow {
	height: 39px;
	line-height: 39px;
}

.fw-percount .selectArrow {
	width: 31px;
	height: 42px;
	line-height: 39px;
}

.fw-percount small {
	font-size: 14px;
	color: #464545;
	float: left;
	line-height: 42px;
	margin-right: 12px;
	font-style: normal;
}

.fw-percount em {
	font-size: 14px;
	color: #bebebe;
	float: right;
	line-height: 42px;
	margin-left: 15px;
	font-style: normal;
}

.fw-grid {
	float: right;
}

.fw-grid a {
	margin-left: 12px;
	font-size: 30px;
	color: #e8e8e8;
}

.fw-grid a.active, .fw-grid a:hover {
	color: #ff5969;
}

.filter-info {
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	margin: 14px 0 33px;
}

.filter-wrap-bottom {
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	padding: 24px 0 19px;
}

.shop-nav {
	border-bottom: 1px solid #F2F2F2;
	display: table;
	width: 100%;
	padding: 24px 0 20px;
}

.shop-nav .page_nav {
	float: left;
	margin-top: 6px;
	margin-bottom: 0;
}

.shop-nav a.sn-btn {
	height: 55px;
	background-color: #5dd6e4;
	line-height: 55px;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	display: table;
	margin: 0;
	position: relative;
	transition: .4s;
	float: right;
}

.shop-nav a.sn-btn:hover {
	background: #ff596a;
	color: #fff;
}

.shop-info .col-md-4 {
	margin-bottom: 55px;
	padding: 0 2px;
}

.product-info {
	width: 270px;
	height: 447px;
	background-color: rgba(250,250,250,0.5);
	border-bottom: 3px solid rgba(242,242,242,.7);
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.product-info:before {
	content: "";
	border: 3px solid #5dd6e4;
	width: 100%;
	height: 447px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
	opacity: 0;
	transition: .4s;
}

.product-info:hover:before {
	content: "";
	opacity: 1;
	transition: .4s;
}

.product-price {
	font-family: Courgette;
	font-size: 30px;
	color: #5dd6e4;
	display: table;
	margin: 0 auto;
	padding: 20px 0 10px;
}

.product-price span {
	font-size: 18px;
	text-decoration: line-through;
	color: #d6d6d6;
	margin-left: 0px;
}

.product-info h4 {
	position: relative;
	z-index: 999;
}

.product-info h4 a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	text-align: center;
	padding: 0px 20px;
	display: table;
	width: 100%;
}

.shop-btn {
	height: 55px;
	line-height: 55px;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 16px;
	display: table;
	margin: 25px auto 0;
	position: relative;
	transition: .4s;
	z-index: 999;
	background: url(/plugins/doozy/web/images/slider-btn.png) no-repeat right;
}

.shop-btn i {
	font-size: 18px;
	margin-right: 8px;
}

.product-info:hover {
	cursor: pointer;
}

.product-info:hover .shop-btn {
	background: url(/plugins/doozy/web/images/slider-btn-hr.png) no-repeat right !important;
	color: #fff;
	transition: .4s;
}

.product-info:hover .shop-btn:after {
	color: #5DD6E4;
	transition: .4s;
}

.shop-info .row {
	margin: 0 -7px;
}

.product-info img {
	width: 100%;
}

.product-thumb {
	position: relative;
}

.product-thumb img {
	position: relative;
}

.product-thumb a {
	height: 36px;
	background-color: #5dd6e4;
	color: #fff;
	line-height: 36px;
	padding: 0 15px;
	display: table;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
	z-index: 999;
	width: 105px;
}

.product-thumb a:hover {
	background: #ff5969;
}

.product-info:hover .product-thumb a {
	opacity: 1;
	transition: .4s;
}

.shop-list .product-info {
	width: 100%;
	height: auto;
	background-color: rgba(250, 250, 250, 0.5);
	border-bottom: 3px solid rgba(242, 242, 242, 0.7);
	margin: 0px auto 30px;
	position: relative;
	z-index: 999;
}

.shop-list .product-thumb {
	width: 268px;
	float: left;
}

.shop-list .pi-inner {
	margin-left: 300px;
	padding: 30px 30px 30px 0px;
}

.shop-list .pi-inner h4 {
	text-align: left;
	margin: 0px 0px 17px -21px !important;
	display: table;
	padding: 0;
	float: none;
}

.shop-list .product-price span {
	color: #ccc;
}

.shop-list .product-price {
	display: table;
	margin: -4px 0 0;
	padding: 0px 0px 10px;
}

.shop-list .shop-btn {
	margin: 0 0 -6px;
}

.shop-list .product-info:before {
	content: "";
	height: 102%;
}

.shop-list .row {
	margin: 0px -15px;
}

.shop-list {
	margin-bottom: 17px;
}

.product-single-nav {
	float: left;
}

.product-single-nav li {
	margin-bottom: 8px;
	cursor: pointer;
}

#product-single {
	margin-left: 125px;
}

.product-single .col-md-7 {
	padding-right: 28px;
	width: 54.3333%;
}

.product-single .col-md-5 {
	padding-left: 0px;
	width: 45.6666%;
}

.product-single h4 {
	font-family: Courgette;
	font-size: 26px;
	color: #464545;
	margin: 0 0 20px;
	font-weight: 400;
}

.ps-ratings {
	margin: 0;
}

.ps-ratings em a {
	color: #464545;
	border-bottom: 1px solid #464545;
	margin-left: 18px;
	position: relative;
	top: -3px;
}

.product-single .product-price {
	margin: 0 0 15px;
}

.ps-size h6,
.ps-width h6,
.ps-color h6,
.ps-quantity h6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	margin: 0 0 15px;
}

.ps-size .selectBox {
	width: 178px;
	height: 41px;
	box-shadow: none !important;
	line-height: 41px;
}

.ps-size .selected {
	box-shadow: none !important;
	line-height: 41px;
	background: transparent;
	height: 41px;
	color: #c0c0c0;
	border: 1px solid #ededed;
}

.ps-size .selectArrow {
	height: 39px;
	line-height: 39px;
}

.ps-size {
	margin-bottom: 15px;
}

.ps-size h6 a {
	color: #bebebe;
	border-bottom: 1px solid #bebebe;
	margin-left: 22px;
	position: relative;
	top: -3px;
	text-transform: none;
	font-weight: 400;
}

.ps-width {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.ps-width li {
	float: left;
	margin-right: 7px;
}

.ps-width li a {
	width: 43px;
	height: 39px;
	background-color: #f2f2f2;
	color: #464545;
	text-transform: uppercase;
	display: table;
	text-align: center;
	line-height: 39px;
}

.ps-width li.active a {
	background-color: #ff5969;
	color: #fff;
}

.ps-color ul li {
	float: left;
	margin-right: 7px;
}

.ps-color ul li a {
	width: 38px;
	height: 39px;
	background-color: #ffc9e0;
	display: table;
}

.ps-color ul li:nth-child(1) a {
	background-color: #ffc9e0;
}

.ps-color ul li:nth-child(2) a {
	background-color: #d3f2c6;
}

.ps-color ul li:nth-child(3) a {
	background-color: #eef1c3;
}

.ps-color ul li:nth-child(4) a {
	background-color: #dbcbf2;
}

.ps-color ul li:nth-child(5) a {
	background-color: #dbdbdb;
}

.ps-color, .ps-quantity {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.ps-quantity {
	margin-bottom: 25px;
}

.addcart {
	height: 55px;
	line-height: 55px;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 7px 41px 0px 0px;
	position: relative;
	transition: .4s;
	background: url(/plugins/doozy/web/images/slider-btn.png) no-repeat right;
}

.addcart i {
	font-size: 18px;
	margin-right: 8px;
}

.addcart:hover {
	background: url(/plugins/doozy/web/images/slider-btn-hr.png) no-repeat right !important;
	color: #fff;
	transition: .4s;
}

.addcart:hover:after {
	color: #5DD6E4;
	transition: .4s;
}

.addwishlist {
	color: #464545;
}

.addwishlist i {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	background-color: #464545;
	display: inline-block;
	color: #fff;
	line-height: 37px;
	text-align: center;
	margin-right: 7px;
}

#tabs-container {
	border: 1px solid #ededed;
	padding: 25px;
	display: table;
	width: 100%;
}

.tabs-menu {
	float: left;
	clear: both;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

.tabs-menu li {
	float: left;
	margin-right: 30px;
}

.tabs-menu li.current {
	position: relative;
	z-index: 5;
}

.tabs-menu li a {
	padding: 0 0 15px 0;
	display: table;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #dadada;
}

.tabs-menu .current a {
	color: #464545;
}

.tab {
	float: left;
	width: auto;
}

.tab-content {
	width: 100%;
	display: none;
	padding: 5px 0 0;
}

#tab-1 {
	display: block;
}

.ps-inner {
	padding-left: 35px;
	margin-bottom: 47px;
}

.tab-content p {
	font-size: 15px;
}

.tab-content p span {
	color: #bebebe;
}

.tab-content p em {
	height: 31px;
	background-color: #5dd6e4;
	line-height: 31px;
	padding: 0 15px;
	color: #fff;
	font-style: normal;
	display: inline-block;
	margin-left: 15px;
}

.product-details li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

.product-details li:last-child {
	margin-bottom: 0;
}

.product-details li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -2px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.tab-content .bs-comments {
	border: medium none;
	padding: 0px;
	margin-top: -35px;
}

.tab-content .bsc-content li:first-child {
	border-top: none;
}

.tab-content .bsc-content h5 {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}

#portfolio-content h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	margin: 0 0 25px;
	text-align: center;
	font-weight: 400;
}

/* 17. Portfolio Styles */

.folio-filter {
	display: table;
	margin: 0 auto;
}

.folio-filter li {
	display: inline-block;
	margin: 0 1px;
}

.folio-filter li a {
	height: 37px;
	color: #464545;
	font-weight: 400;
	font-size: 15px;
	line-height: 37px;
	padding: 0 25px;
	display: table;
	background: #f7f7f7;
}

.folio-filter li a:hover, .folio-filter li a.selected {
	color: #fff;
	background: #ff5969;
	opacity: 1;
	transition: .4s;
}

.folio-thumb img {
	border: 1px solid #ffffff;
	width: 100%;
}

.folio-thumb {
	position: relative;
}

.folio-thumb:after {
	content: "";
	border: 3px solid #ff5969;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s;
}

.folio-item:hover .folio-thumb:after {
	content: "";
	opacity: 1;
	transition: .4s;
}

.folio-item h4 {
	margin: 25px 0 15px;
	font-weight: 400;
}

.folio-item h4 a {
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
}

.folio-item p {
	line-height: 28px;
	margin: 0 0 50px;
}

.home-banners {
	padding: 55px 0;
}

.banner {
	padding: 25px 20px;
	border: 4px solid #FFF;
}

.banner1 {
	background: #ff5969;
}

.banner2 {
	background: #5dd6e4;
}

.banner3 {
	background: #363636;
}

.hb-main {
	border: 4px solid #ff5969;
}

.hb-main2 {
	border: 4px solid #5dd6e4;
}

.hb-main3 {
	border: 4px solid #363636;
}

.banner h4 {
	font-family: Courgette;
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.banner h5 {
	font-size: 18px;
	font-style: italic;
	color: #fff;
	font-weight: 400;
	margin: 10px 0 25px;
	text-align: center;
}

.banner a {
	background: #ffffff;
	height: 48px;
	text-align: center;
	padding: 0 20px;
	line-height: 44px;
	border: 2px solid #fff;
	display: table;
	margin: 0 auto;
	font-size: 15px;
	color: #545353;
}

.banner a:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.hb-ico1 {
	width: 81px;
	height: 81px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(/plugins/doozy/web/images/ico/8.png) no-repeat center 70%;
	background-color: #ff5969;
	margin: -37px auto;
	position: relative;
	z-index: -1;
}

.hb-ico2 {
	width: 81px;
	height: 81px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(/plugins/doozy/web/images/ico/9.png) no-repeat center 70%;
	background-color: #5dd6e4;
	margin: -37px auto;
	position: relative;
	z-index: -1;
}

.hb-ico3 {
	width: 81px;
	height: 81px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(/plugins/doozy/web/images/ico/10.png) no-repeat center 70%;
	background-color: #363636;
	margin: -37px auto;
	position: relative;
	z-index: -1;
}

.home-welcome h4 {
	font-family: Courgette;
	font-size: 45px;
	font-weight: 400;
	text-align: center;
	margin: 60px 0 40px;
	background: url(/plugins/doozy/web/images/sep3.png) repeat-x center;
}

.home-welcome h4 span {
	background: #fff;
	padding: 0 35px;
	display: table;
	margin: 0 auto;
}

.home-welcome p {
	line-height: 30px;
	text-align: center;
}

.btn-s2 {
	height: 55px;
	line-height: 55px;
	padding: 0 55px 0 35px;
	color: #fff;
	font-size: 18px;
	display: table;
	margin: 25px auto 0;
	position: relative;
	background: url(/plugins/doozy/web/images/slider-btn.png) no-repeat right;
	transition: .4s;
}

.btn-s2:hover {
	background: url(/plugins/doozy/web/images/slider-btn-hr.png) no-repeat right !important;
	color: #fff !important;
	transition: .4s;
}

.home-services {
	padding: 55px 0;
}

.hs-inner {
	width: 100%;
	height: 273px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px #f0f0f0;
	-moz-box-shadow: 0 0 10px #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
	padding: 25px 30px 35px;
}

.hs-inner img {
	display: table;
	margin: 0 auto;
}

.hs-inner h4 {
	text-align: center;
	margin: 20px 0 25px;
	font-family: Courgette;
	font-size: 24px;
	color: #363636;
	font-weight: 400;
}

.hs-inner p {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	margin: 0;
}

.home-welcome2 {
	padding: 70px 0 60px;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background: #ffe3e6 url(/plugins/doozy/web/images/pat3.png);
}

.home-welcome2 .btn-s2 {
	font-family: Courgette;
	font-size: 20px;
	padding: 0 45px 0 25px;
	overflow:hidden;
}

.home-welcome2 h4 {
	font-family: Courgette;
	font-size: 65px;
	color: #ff5969;
	font-weight: 400;
	margin: 0 0 40px;
}

.home-welcome2 p {
	font-size: 15px;
	line-height: 30px;
	margin: 0;
}

p.text-medium {
	font-size: 18px;
	line-height: 30px;
}

.home-info {
	padding: 110px 0;
}

.home-info h5 {
	font-family: Courgette;
	font-size: 30px;
	color: #363636;
	font-weight: 400;
	margin: 0 0 30px;
}

.home-info h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff5969;
	margin: 25px 0 18px;
}

.home-info h4 a {
	color: #ff5969;
}

.home-info h4 a:hover {
	color: #5cd6e3;
}

.home-info .btn-s2 {
	font-family: Courgette;
	font-size: 20px;
	padding: 0 45px 0 25px;
}

.sidebar {
	border: 3px solid #f5f5f5;
	display: block;
	width: 100%;
	padding: 22px 15px;
}

.side-widget1 h6 {
	font-family: Courgette;
	font-size: 30px;
	color: #464545;
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
}

.side-widget1 h6 span {
	font-family: Noto Sans;
	font-size: 18px;
	color: #464545;
	display: block;
	margin-bottom: 12px;
}

.ss-social {
	margin: 40px auto 40px;
	display: table;
}

.ss-social li {
	float: left;
}

.ss-social li:nth-child(2) {
	margin-top: -10px;
}

.ss-social li:nth-child(4) {
	margin-top: -10px;
}

.ss-social li a {
	width: 56px;
	height: 56px;
	background: url(/plugins/doozy/web/images/count.png) no-repeat;
	color: #fff;
	line-height: 56px;
	text-align: center;
	display: table;
}

.ss-social li a:hover {
	background: url(/plugins/doozy/web/images/count-hr.png) no-repeat;
	color: #fff;
}

.text-center {
	text-align: center;
}

.side-head {
	font-family: Courgette;
	font-size: 24px !important;
	color: #464545;
	font-weight: 400;
	margin-bottom: 12px !important;
}

.pins {
	margin: 0 -3px;
}

.pins li {
	width: 50%;
	float: left;
	padding: 0 3px 6px 3px;
}

.lposts li img {
	float: left;
}

.lpost-inner {
	margin-left: 85px;
}

.lpost-inner a:hover {
	color:#5cd6e3;
}

.lpost-inner h4 {
	margin-bottom: 12px;
}

.lpost-inner p {
	font-size: 13px;
	color: #464545;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 18px;
}

.lposts ul li {
	margin-bottom: 15px;
	display: table;
}

.lposts ul li:last-child {
	margin-bottom: 0;
}

.tags-list li {
	float: left;
	margin-right: 5px;
	line-height: 15px;
	display: inline-block;
	height: 31px;
}

.tags-list li a {
	font-size: 18px;
	color: #464545;
	font-weight: 400;
}

.tags-list li.tl-big a {
	font-size: 24px;
}

.tags-list li.tl-small a {
	font-size: 14px;
}

.slick-slide {
	opacity: 0 !important;
	transition:.4s;
}

.slick-active {
	opacity: 1 !important;
	transition:.4s;
}

.slick-list {
	overflow: visible;
}

.shop-featured h5 {
	background: url("/plugins/doozy/web/images/sep2.png") repeat-x scroll right center transparent;
	margin: 0px 0px 40px;
}

.shop-featured h5 span {
	background: none repeat scroll 0% 0% #FFF;
	padding-right: 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
}

.shop-featured .product-price {
	margin: 0 auto !important;
}

.shop-featured .product-info h4 a {
	font-family: Noto Sans;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	text-align: center;
	padding: 0px 20px;
	display: table;
	width: 100%;
}

.shop-slider1,
.shop-slider2,
.shop-slider3 {
	margin: 0 -10px;
}

.shop-featured .slick-prev {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	padding: 0;
	top: -60px;
	right: 25px;
	left: auto;
	height: 20px;
	border: medium none;
	width: 25px;
}

.shop-featured .slick-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.shop-featured .slick-prev:before {
	display: none;
}

.shop-featured .slick-next {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	top: -60px;
	right: 0px;
	left: auto;
	width: 25px;
	border: none;
	height: 20px;
}

.shop-featured .slick-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.shop-featured .slick-next:before {
	display: none;
}

.shop-featured .slick-prev:hover:after,
.shop-featured .slick-next:hover:after {
	color: #ff5969;
}

.topbar2 {
	border-bottom: 1px solid #f6f6f6;
	padding: 10px 0;
}

.topbar2 .selectBox {
	width: auto;
	height: 41px;
	box-shadow: none !important;
	line-height: 41px;
	display: table;
}

.topbar2 ul {
	position: relative;
	left: -15px;
}

.topbar2 ul li:nth-child(1) .selectBox {
	width: 120px;
}

.topbar2 ul li:nth-child(2) .selectBox {
	width: 50px;
}

.topbar2 ul li:nth-child(3) .selectBox {
	width: 60px;
}

.topbar2 .selected {
	box-shadow: none !important;
	line-height: 41px;
	background: transparent;
	height: 41px;
	color: #464545;
	font-size: 13px;
	border: 1px solid transparent;
}

.topbar2 .selectArrow {
	width: 31px;
	height: 42px;
	line-height: 39px;
}

.topbar2 li {
	float: left;
	background: url(/plugins/doozy/web/images/sep4.png) no-repeat right center;
}

.topbar2 li:last-child {
	background: none;
}

.topbar2 li p {
	font-size: 13px;
	padding-left: 15px;
	margin-top: 8px;
}

.t2-cart {
	float: right;
	margin-top: -7px;
}

.shop-cart2-i {
	width: 42px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #ff5969;
	font-size: 19px;
	margin-right: 10px;
}

.t2-cart span {
	font-size: 13px;
	cursor:pointer;
}

.t2-cart span a em {
	font-style:normal;
}

.t2-cart span a {
color:#464545;
}

.t2-cart span a:hover {
color:#FF5969;
}

.t2-search {
	position: relative;
	width: 206px;
	float: right;
	margin-top: -7px;
	margin-right: 11px;
}

.t2-search input {
	height: 36px;
	background-color: transparent;
	border: solid 1px #ededed;
	padding: 5px 55px 5px 15px;
	color: #555;
	width: 100%;
	font-size: 13px;
}

.t2-search input:focus {
	border: 1px solid #ff5969;
	color: #ff5969;
}

.t2-search button {
	width: 36px;
	height: 36px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 36px;
	text-align: center;
	color: #929292;
	font-size: 15px;
}

.t2-search button:hover {
	background-color: #ff5969;
	color: #fff;
}

.header3 {
	box-shadow: none;
}

.header3 .img-centered {
	display: table;
	margin: -19px auto;
}

.header2 #navmenu > ul > li > a,
.header3 #navmenu > ul > li > a {
	padding: 26px 25px;
	text-decoration: none;
	transition: color 0.2s ease 0s;
	font-size: 14px;
	text-transform: uppercase;
	color: #464545;
	background: transparent !important;
	border-bottom: none !important;
}

.header2 #navmenu > ul > li > a {
	padding: 23px 25px;
}

.header2 #navmenu > ul > li:first-child > a {
	padding-left: 0;
}

.header3 #navmenu {
	display: table;
	margin: 0 auto;
}

.header3 .nav-main {
	border-top: 1px solid #f6f6f6;
}

.header2 {
	background: #fff url(/plugins/doozy/web/images/sep5.png) repeat-x top right;
}

.h3-info1 {
	border-bottom: 1px dotted #d6dcdc;
	padding-bottom: 30px;
	display: table;
	width: 100%;
}

.h3-info1 ul {
	display: table;
	float: left;
}

.h3-info1 ul li {
	float: left;
	padding-left: 50px;
	font-size: 14px;
	text-transform: uppercase;
	color: #464545;
	font-style: normal;
	position: relative;
	padding-right: 15px;
	border-right: 1px solid #f1f1f1;
	margin-right: 15px;
}

.h3-info1 ul li span {
	font-size: 13px;
	color: #b4b4b4;
	text-transform: none;
	display: block;
}

.h3-info1 ul li i {
	position: absolute;
	top: 0;
	left: 0;
}

.h31-cart .shop-cart1 {
	padding: 0 15px 0 62px;
	border: 1px solid #e2e2e2;
	height: 47px;
	width: 184px;
	line-height: 45px;
	font-size: 14px;
	color: #9a9a9a;
	float: right;
	position: relative;
}

.h31-cart .shop-cart1:after {
	content: "";
	width: 55px;
	height: 47px;
	background: url(/plugins/doozy/web/images/ico/17.png) no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
}

.h31-cart .shop-cart1 {
	color:#464545;
	cursor:pointer;
}

.h31-cart .shop-cart1:hover {
	color:#FF5969;
}

.h31-cart ul li {
	padding-left:0;
}

.h31-cart ul li span {
	display:inline-block;
}

.h3-info2 {
	padding: 25px 0;
	border-bottom: 1px solid #d7d7d7;
}

.h3-info2 ul {
	margin-top: -8px;
}

.h3-info2 ul li {
	float: left;
	font-size: 13px;
	padding-right: 10px;
	margin-right: 10px;
	background: url(/plugins/doozy/web/images/sep6.png) no-repeat right center;
}

.h3-info2 ul li:first-child ,
.h3-info2 ul li:last-child {
	background: none;
}

.h3-info2 ul li p {
	margin: -3px 0 0;
	font-size: 13px;
	padding-right: 15px;
}

.h3-info2 ul li p a {
	color: #ff596a;
}

.h3-info2 ul li p a:hover {
	color: #363636;
}

.h3-info2 ul li a {
	color: #454545;
}

.h3-info2 ul li a:hover {
	color: #ff596a;
}

.h3-info3 {
	border-bottom: 1px solid #EDEDED;
	display: table;
	width: 100%;
}

.h3-info3 nav {
	display: table;
	float: left;
}

.h3-info3 .t2-search {
	position: relative;
	width: 206px;
	float: right;
	margin-top: 14px;
	margin-right: 0px;
}

.header2 header {
	padding: 35px 0px 22px;
}

.header2 .logo img {
	margin-top: 40px;
}

.magazine-slider {
	margin: 0;
}

.mag-info {
	position: relative;
}

.mi-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 50px 15px 22px;
	background: rgba(0,0,0,0.5);
}

.mi-inner h5 {
	margin: 0;
	font-family: Courgette;
	font-size: 26px;
	color: #fff;
	font-weight: 400;
}

.mi-inner h5 a {
	color:#fff;
}

.mi-inner h5 a:hover {
	color:#ff5969;
}

.mi-inner p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.magazine-slider .slick-prev,
.magazine-slider .slick-next {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #ff5969;
	border: none;
	position: relative;
	font-size: 0px;
	transition: .4s;
}

.magazine-slider .slick-next {
	display: inline-block;
	position: absolute;
	bottom: 38px;
	right: 20px;
}

.magazine-slider .slick-prev {
	display: inline-block;
	position: absolute;
	bottom: 38px;
	right: 52px;
}

.magazine-slider .slick-prev:after {
	content: "\f104";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 21px;
	color: #FFF;
	top: -2px;
	left: 0;
	padding: 0 0 0 8px;
}

.magazine-slider .slick-next:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 21px;
	color: #FFF;
	top: -2px;
	left: 0;
	padding: 0 0 0 9px;
}

.magazine-slider .slick-prev:hover,
.magazine-slider .slick-next:hover {
	background-color: #5DD6E4;
	transition: .4s;
}

.sblog-slider2 {
	margin-bottom: 110px;
}

.sblog-slider2 .slick-prev {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	padding: 0;
	top: -80px;
	right: 32px;
	left: auto;
	height: 20px;
	border: medium none;
	width: 25px;
}

.sblog-slider2 .slick-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.sblog-slider2 .slick-prev:before {
	display: none;
}

.sblog-slider2 .slick-next {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	top: -80px;
	right: 7px;
	left: auto;
	width: 25px;
	border: none;
	height: 20px;
}

.sblog-slider2 .slick-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.sblog-slider2 .slick-next:before {
	display: none;
}

.sblog-slider2 .sbs-date {
	color: #ff5969;
}

.sblog-slider2 .sbs-date i {
	color: #ff5969;
}

#lnews-slider h6 {
	background: url("/plugins/doozy/web/images/sep2.png") repeat-x scroll right center transparent;
	margin: 0px 0px 30px;
}

#lnews-slider h6 span {
	background: none repeat scroll 0% 0% #FFF;
	padding-right: 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
}

.lnews-slider .slick-prev {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	padding: 0;
	top: -50px;
	right: 25px;
	left: auto;
	height: 20px;
	border: medium none;
	width: 25px;
}

.lnews-slider .slick-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.lnews-slider .slick-prev:before {
	display: none;
}

.lnews-slider .slick-next {
	position: absolute;
	font-size: 0px;
	background: #fff;
	padding: 0 !important;
	top: -50px;
	right: 0px;
	left: auto;
	width: 25px;
	border: none;
	height: 20px;
}

.lnews-slider .slick-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 25px;
	color: #5dd6e4;
	top: -8px;
	right: 0;
}

.lnews-slider .slick-prev:hover:after ,
.lnews-slider .slick-next:hover:after {
	color: #ff5969;
}

.lnews-slider .slick-next:before {
	display: none;
}

.lnews-thumb img {
	float: left;
}

.lnews-thumb h4 {
	font-family: Courgette;
	font-size: 20px;
	color: #ff5969;
	font-weight: 400;
	line-height: 26px;
	margin-left: 170px;
	padding-top: 16px;
}

.lnews-slider {
	margin: 0 -15px;
}

.lnews-info {
	padding: 0 15px;
}

.lnews-info ul li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

.lnews-info ul li:last-child {
	margin-bottom: 0;
}

.lnews-info ul li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.lnews-info li a {
	color:#464545;
}

.lnews-info li a:hover {
	color:#ff5969;
}

.ln-more {
	font-family: Courgette;
	font-size: 16px;
	color: #ff5969;
	margin: 15px 0;
	display: table;
}

.lnews-wrap {
	padding-bottom: 35px;
	border-bottom: 1px solid #f6f6f6;
	margin-bottom: 30px;
}

.lnews-wrap .col-md-8 {
	padding-right: 45px;
}

.m-posts {
	background: #f7f7f7;
	padding: 35px 30px 30px;
	-webkit-box-shadow: 0 5px #f1f1f1;
	-moz-box-shadow: 0 5px #f1f1f1;
	box-shadow: 0 5px #f1f1f1;
}

.m-posts h5 {
	font-family: Courgette;
	font-size: 28px;
	color: #464545;
	font-weight: 400;
	margin: -10px 0 35px;
}

.m-link {
	font-family: Courgette;
	font-size: 20px;
	color: #464545;
}

.m-link:hover {
    color: #ff5969;
}

.m-posts li {
	margin-bottom: 30px;
}

.m-posts li img {
	float: left;
}

.mp-inner {
	margin-left: 113px;
}

.mp-inner h4 {
	font-size: 14px;
	font-weight: bold;
	color: #ff5969;
	margin: 0 0 6px;
}

.mp-inner h4 a {
	color: #ff5969;
}

.mp-inner h4 a:hover {
	color: #5cd6e3;
}

.mp-inner p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}

.mp-inner p a {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;
	background: #5DD6E4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: 0px;
	margin-left: 7px;
	line-height: 23px;
}

.mp-inner p a:hover {
	background: #ff5969;
}

.mw-info1 h4 {
	margin: 0 0 15px;
	font-family: Courgette;
	font-size: 24px;
	color: #5dd6e4;
	font-weight: 400;
}

.mw-info1 li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

.mw-info1 li:last-child {
	margin-bottom: 0;
}

.mw-info1 li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: -4px;
	left: 0;
	color: #ff5969;
	font-size: 18px;
}

.mw-info2 h5 {
	margin: 0 0 15px;
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
	font-weight: 400;
	padding-left: 40px;
	position: relative;
}

.mw-info2 h5 img {
	position: absolute;
	top: 0;
	left: 0;
}

.mw-info-ad ul {
	margin: 0 -5px;
}

.mw-info-ad li {
	width: 50%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.f-link {
	font-family: Courgette;
	font-size: 20px;
	color: #FF5969;
}

.f-articles h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
	margin: 0 0 22px;
}

.f-articles ul li {
	border-bottom: 1px solid #f6f6f6;
	margin-bottom: 8px;
	padding-bottom: 9px;
}

.f-articles ul li:last-child {
	border-bottom: none;
}

.f-articles ul li h4 {
	margin: 0 0 5px;
	font-weight: 400;
}

.f-articles ul li h4 a {
	font-size: 16px;
	color: #464545;
	line-height: 24px;
}

.f-articles ul li h4 a:hover {
	color: #FF5969;
}

.f-articles ul li p {
	font-size: 14px;
	font-style: italic;
	color: #cccbcb;
	margin: 0;
}

.home-events {
	padding: 25px 0;
}

.home-events h3 {
	font-family: Courgette;
	font-size: 50px;
	color: #ff5969;
	font-weight: 400;
	text-align: center;
	margin: 0 0 45px;
	padding-bottom: 45px;
	background: url(/plugins/doozy/web/images/sep2.png) repeat-x bottom right;
}

.home-events h3 span {
	font-size: 28px;
	color: #363636;
	transform: rotate(-12deg);
	display: inline-block;
	position: relative;
	top: -5px;
}

.event-info h4 {
	font-family: Courgette;
	font-size: 32px;
	color: #363636;
	font-weight: 400;
	margin: 0 0 35px;
}

.event-info h4 span {
	display: block;
	font-size: 15px;
	color: #979797;
	font-family: Noto Sans;
	margin-top: 9px;
}

.ei-date {
	background: url(/plugins/doozy/web/images/date.png);
	width: 76px;
	height: 76px;
	color: #fff;
	float: left;
	font-size: 22px;
	font-family: Courgette;
	text-align: center;
	line-height: 16px;
	padding-top: 24px;
}

.ei-date span {
	display: block;
	font-size: 15px;
}

.event-info ul {
	padding-right: 90px;
}

.event-info li {
	display: table;
	margin-bottom: 30px;
	width: 100%;
}

.ei-inner {
	margin-left: 95px;
}

.ei-inner p {
	margin: 0;
}

.ei-inner h5 {
	font-family: Courgette;
	font-size: 20px;
	color: #ff5969;
	font-weight: 400;
	margin: 10px 0 7px;
}

.he-main {
	width: 100%;
	padding: 0 65px;
}

.home-pricing {
	padding: 90px 0;
	background: #f7f7f7;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.home-pricing h4 {
	font-family: Courgette;
	font-size: 50px;
	color: #ff5969;
	margin: 0 0 40px;
	padding-bottom: 40px;
	background: url(/plugins/doozy/web/images/sep2.png) repeat-x bottom right;
	font-weight: 400;
	text-align: center;
	position: relative;
}

.home-pricing h5 span {
	background: url(/plugins/doozy/web/images/pricing.png) no-repeat;
	width: 73px;
	height: 73px;
	display: table;
	position: absolute;
	right: -30px;
	top: -26px;
}

.home-plan {
	background:#fff;
}

.home-plan h5 {
	background: url(/plugins/doozy/web/images/plan-bg.png) repeat-x right;
	text-align: center;
	line-height: 80px;
	font-family: Courgette;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	position: relative;
}

.home-plan .hp-ico {
	width: 106px;
	height: 106px;
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
	background-color: #f0f0f0;
	display: table;
	margin: 20px auto 30px;
	padding: 19px 0;
}

.home-plan .hp-ico img {
	display: table;
	margin: 0 auto;
}

.hp-price {
	background: url(/plugins/doozy/web/images/plan-bg2.png) no-repeat center top;
	font-family: Courgette;
	font-size: 40px;
	color: #595959;
	text-align: center;
	padding: 21px 15px;
}

.hp-price span {
	font-size: 18px;
}

.home-plan ul {
	display: table;
	margin: 10px auto 15px;
}

.home-plan ul li {
	font-size: 15px;
	color: #595959;
	margin: 10px 0;
}

.home-plan ul li span {
	font-weight: bold;
	color: #ff5969;
}

.hp-btn {
	background: url(/plugins/doozy/web/images/plan-bg1.png) repeat-x right;
	text-align: center;
	line-height: 76px;
	font-family: Courgette;
	font-size: 24px;
	color: #FFF;
	font-weight: 400;
	display: table;
	width: 100%;
	padding-top: 10px;
}

.hp-btn:hover {
	background: url(/plugins/doozy/web/images/plan-bg1-hr.png) repeat-x right;
	color: #fff !important;
}

.home-pricing .row {
	margin: 0 -25px;
}

.home-pricing .col-md-4 {
	padding: 0 25px;
}

#element-content h2 {
	font-family: Courgette;
	font-size: 32px;
	color: #ff5969;
	border-bottom: 1px solid #f6f6f6;
	font-weight: 400;
	text-align: center;
	margin: 37px 0 20px;
	padding-bottom: 9px;
}

.alert {
	border-radius: 0px;
	color: #1f1f1f;
	font-size: 14px;
}

.alert-general {
	background-color: #f5f5f5;
	border-color: #d4d4d4;
}

.alert-success {
	background-color: #e4fac1;
	border-color: #a3d94c;
}

.alert-danger {
	background-color: #ffcdcd;
	border-color: #ff3333;
}

.alert-warning {
	background-color: #ffefd0;
	border-color: #e6b960;
}

.alert button span {
	font-size: 16px;
}

.alert-help {
	background-color: #d4f4ff;
	border-color: #98d5ec;
}

.alert-info {
	background-color: #fafcd4;
	border-color: #d9d864;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -1px;
	right: -25px;
	color: inherit;
}

.alert-ico {
	padding-left: 60px;
	position: relative;
}

.alert-ico i {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 32px;
}

#element-content h3 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 25px;
}

.progress {
	height: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.progress-s3 .progress-bar {
	width: 0%;
	transition: .8s;
}

.progress-bar {
	background-color: #1f1f1f;
}

.color1 {
	background-color: #239fdc;
}

.color2 {
	background-color: #5f208f;
}

.color3 {
	background-color: #d72524;
}

.color4 {
	background-color: #278f20;
}

.color5 {
	background-color: #525252;
}

.color6 {
	background-color: #f07d0c;
}

.color7 {
	background-color: #ae8300;
}

.progress-s3 .progress-bar span {
	color: #1F1F1F;
	background: #fff;
	border-radius: 2px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 7px 0;
	position: relative;
	top: 4px;
	float: left;
	left: 4px;
	line-height: 17px;
}

.progress-s3 .progress-bar em {
	float: right;
	position: relative;
	right: 5px;
	top: 2px;
	font-style: normal;
}

.progress-s4 {
	height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: none;
}

.progress-s4 .progress-bar {
	height: 5px;
	margin-top: 19px;
	width: 0%;
	transition: .5s;
}

.progress-s4 .progress-bar span {
	color: #1F1F1F;
	background: none repeat scroll 0% 0% #FFF;
	border-radius: 0;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0;
	position: relative;
	top: -20px;
	float: left;
	left: 0;
	line-height: 17px;
}

.progress-s4 .progress-bar em {
	float: right;
	position: relative;
	right: 0;
	top: -19px;
	font-style: normal;
	padding: 0 5px;
	border: 1px solid #f0f0f0;
	color: #9e9e9e;
	font-size: 10px;
	line-height: 15px;
	border-radius: 4px;
}

.offer-badge {
	width: 61px;
	height: 61px;
	background: url(/plugins/doozy/web/images/close.png) no-repeat;
	color: #fff;
	text-align: center;
	line-height: 61px;
	position: absolute;
	z-index: 999;
	right: -19px;
	top: -22px;
	letter-spacing: -0.06em;
}

.product-thumb .offer-badge {
	font-family: Courgette;
	font-size: 15px;
	color: #fff;
}

.shop-aside .side-list li span {
	color: #c7c7c7;
}

.side-p {
	margin: 0px !important;
	color: #C7C7C7 !important;
}

.special-banner {
	border: 1px solid #ededed;
	padding: 20px;
	position: relative;
	padding-right: 14px;
}

.special-banner img {
	float: left;
}

.sb-inner {
	margin-left: 97px;
}

.sb-inner h6 {
	line-height: 24px;
	margin: 29px 0 -10px;
}

.sb-inner h6 a {
	color: #464545;
}

.sb-inner .product-price {
	font-size: 20px;
	color: #ff5969;
	margin: 0;
	padding: 0;
}

.sb-inner .product-price span {
	font-size: 15px;
}

.sb-badge {
	line-height: 36px;
	position: absolute;
	background: #ff5969;
	padding: 0 20px;
	color: #fff;
	top: -1px;
	right: -1px;
}

.s_range {
	margin-top: 25px;
	display: table;
	width: 100%;
	margin-bottom: -20px;
}

.range_v {
	margin-top: 30px;
}

.range_v span {
	font-size: 14px;
	color: #5b5b5b;
	float: left;
	margin-right: 0px;
	line-height: 23px;
}

.range_v input {
	display: table;
	float: left;
	width: 40px;
	font-size: 14px;
	color: #464545;
	margin-right: 0;
	background: transparent;
	border: 0px none;
	outline: 0px none;
	text-align: center;
}

.filter-btn {
	padding: 0px;
	font-size: 14px;
	color: #464545;
	float: right;
	margin-top: -3px;
	line-height: 40px;
	background: #5dd6e4;
	padding: 0 30px;
	color: #fff;
}

.filter-btn:hover {
	background: #ff5969;
	color: #fff !important;
}

.range_v {
	margin-top: 30px;
	position: relative;
	top: 9px;
}

.range_v span {
	float: left;
}

.range_sep {
	display: table;
	float: left;
	padding: 0 8px;
}

.home-team {
	background: url(/plugins/doozy/web/images/xtra/4.png) no-repeat center top fixed;
	background-size: auto 100%;
	height: 694px;
	position: relative;
	z-index: 888;
	overflow:hidden;
}

.home-team:after {
	content: "";
	background: #ff5969;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.ht-head {
	background: #ff5969;
	height: 694px;
}

.team-home li {
	width: 50%;
	float: left;
	cursor: pointer;
}

.home-team .col-md-5 {
	width: 45%;
}

.home-team .col-md-7 {
	width: 55%;
}

.team-home {
	padding: 70px 0;
}

.team-home li h4 {
	font-family: Courgette;
	font-size: 20px;
	color: #3D3D3D;
	font-weight: 400;
	text-align: center;
	margin: 18px auto 45px;
}

.th-thumb {
	width: 215px;
	display: table;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
}

.th-thumb img {
	background: transition;
	padding: 4px;
	border-radius: 50%;
	transition: .3s;
}

.team-home li:hover .th-thumb img {
	background: #ff5969;
	transition: .3s;
}

.th-thumb a {
	width: 46px;
	height: 46px;
	background: transparent;
	color: #363636;
	display: table;
	line-height: 45px;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	position: absolute;
	bottom: 21px;
	right: 23px;
}

.team-home li:hover .th-thumb a {
	background: #fcfcfc;
	transition: .3s;
	color: #ff5969;
}

.ht-inner h3 {
	font-family: Courgette;
	font-size: 90px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.ht-inner h3 span {
	font-size: 40px;
	display: inline-block;
	transform: rotate(-12deg);
	margin-right: 7px;
	position: relative;
	top: -14px;
}

.ht-inner img {
	display: table;
	margin: 20px auto 25px;
}

.ht-inner p {
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 20px;
}

.ht-inner p b {
	font-size: 16px;
}

.ht-inner {
	display: table;
	padding: 11px 8% 0px;
	height: 356px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -178px;
}

.home-lblog {
	padding: 100px 0;
}

.home-lblog h3 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
	text-align: center;
	margin: -7px 0 0;
}

#hlblog {
	margin: 50px 0;
}

#hlblog li {
	padding: 0 55px;
}

#hlblog li img {
	width: 306px;
	float: left;
}

#hlblog li .hlb-inner {
	margin-left: 365px;
}

#hlblog h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #363636;
	margin: 55px 0 20px;
}

#hlblog p {
	font-size: 15px;
	line-height: 24px;
	color: #363636;
	margin: 0 0 5px;
}

.hlb-nav {
	display: table;
	margin: 0 auto;
}

.hlb-nav li {
	float: left;
	cursor: pointer;
}

.hlb-nav li span {
	font-family: Courgette;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	width: 56px;
	height: 56px;
	display: table;
	background: url(/plugins/doozy/web/images/ico/26.png) no-repeat;
	text-align: center;
	line-height: 56px;
	transition: .3s;
}

.hlb-nav li:nth-child(2) {
	position: relative;
	top: -12px;
}

.hlb-nav li:hover span, .hlb-nav li.flex-active span {
	color: #fff;
	background: url(/plugins/doozy/web/images/ico/25.png) no-repeat;
	transition: .3s;
}

.home-upevent {
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #f3f3f3;
	-moz-box-shadow: 0 0 5px #f3f3f3;
	box-shadow: 0 0 5px #f3f3f3;
	padding: 0px 0 0;
}

.home-upevent .countdown {
	margin: 0 -22px;
}

.home-upevent .countdown em {
	font-family: Courgette;
	font-size: 80px;
	text-transform: uppercase;
	color: #fff;
	font-style: normal;
	width: 140px;
	height: 140px;
	background-color: #363636;
	-webkit-box-shadow: inset 0 -5px #272727;
	-moz-box-shadow: inset 0 -5px #272727;
	box-shadow: inset 0 -5px #272727;
	line-height: 140px;
	text-align: center;
	display: table;
}

.countdown span {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #363636;
	padding-top: 12px;
}

.countdown div {
	width: 140px;
	float: left;
	margin: 0 22px;
}

.home-upevent h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
	margin: 80px 0 40px;
}

.event-details {
	margin-bottom: 100px;
}

.event-details .btn-s2 {
	font-family: Courgette;
	float: right;
	margin-top: 42px;
	margin-right: 58px;
}

.event-details h4 {
	font-family: Courgette;
	font-size: 24px;
	color: #ff5969;
	font-weight: 400;
	margin: 40px 0 10px;
}

.ed-meta span {
	color: #363636;
	font-size: 15px;
	margin-right: 30px;
}

.ed-meta span i {
	color: #ff5969;
	font-size: 18px;
	margin-right: 7px;
}

.ed-inner {
	display: table;
	float: left;
}

.home-upevent img {
	position: relative;
	right: 25px;
}

.home-gallery {
	padding: 100px 0 0;
}

.home-gallery .container {
	width: 100%;
	padding: 0px;
}

.folio-thumb1 {
	position: relative;
	overflow: hidden;
}

.home-gallery .folio-item {
	width: 25%;
	float: left;
	cursor: pointer;
}

.folio-overlay {
	background: #ff5969;
	padding: 30px 30px 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: -100%;
	width: 100%;
	transition: .5s;
}

.home-gallery .folio-item:hover .folio-overlay {
	bottom: 0;
	transition: .5s;
}

.folio-overlay:after {
	width: 56px;
	height: 56px;
	background: url(/plugins/doozy/web/images/zoom.png) no-repeat;
	content: "";
	position: absolute;
	top: -25px;
	right: 20px;
}

.folio-overlay h4 {
	margin: 0 0 12px;
	font-family: Courgette;
	font-size: 24px;
	color: #464545;
	color: #fff;
}

.folio-overlay p {
	color: #fff;
	margin: 0;
}

.home-contact {
	padding: 105px 0 115px;
}

.home-contact h5 {
	font-family: Courgette;
	font-size: 40px;
	color: #ff5969;
	font-weight: 400;
	margin: 0 0 60px;
}

.home-contact li {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

.home-contact li:after {
	position: absolute;
	top: -1px;
}

.hc-form input, .hc-form textarea {
	background: transparent;
	height: 47px;
	border: none;
	border-bottom: 1px solid #ff5969;
	padding: 5px 0px;
	width: 100%;
	margin-bottom: 50px;
	color: #000;
}

.hc-form textarea {
	height: 120px;
	margin-bottom: 65px;
}

.hc-form button {
	border: none;
	font-family: Courgette;
	padding: 0 45px 0 30px;
	font-size: 20px;
	margin: 0;
}

.hc-form button.btn-s2:after {
	padding-left: 0px;
}

.footer2 {
	padding: 0;
}

.footer2 p {
	color: #808080;
	margin: 16px 0;
}

.f3-widget p span, .footer4 p span {
	color: #fff;
}

.f2-social {
	margin: 0px;
	float: right;
	position: relative;
	top: -25px;
}

.f2-social li a {
	font-size: 16px;
}

#slider {
	position: relative;
	width: 100%;
}

.tp-banner .btn-s2 {
	font-size: 18px;
	background: url(/plugins/doozy/web/images/slider-btn.png) no-repeat right;
	width: 213px;
	height: 55px;
	padding: 0;
	padding-left: 35px;
}

.tp-banner .btn-s2:hover {
	background: url(/plugins/doozy/web/images/slider-btn-hr.png) no-repeat right !important;
}

.tp-banner .btn-s2:after {
	display: none;
}

.tp-bullets {
	z-index: 1000;
	position: absolute;
	opacity: 1 !important;
	transition: .4s;
	bottom: 50px !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
	display: table;
	width: 170px;
}

.tp-bullets .bullet {
	width: 56px;
	height: 56px;
	display: table;
	background: url(/plugins/doozy/web/images/ico/26.png) no-repeat;
	text-align: center;
	line-height: 56px;
	transition: .3s;
	float: left;
	position: relative;
	cursor: pointer;
}

.tp-bullets .bullet:hover, 
.tp-bullets .bullet.selected {
	background: url(/plugins/doozy/web/images/ico/25.png) no-repeat;
	transition: .4s;
}

.index_1 .tp-bullets .bullet:hover, 
.index_1 .tp-bullets .bullet.selected {
	background: url(/plugins/doozy/web/images/ico/25-1.png) no-repeat;
	transition: .4s;
}

.tp-bullets .bullet:after {
	content: "1";
	font-family: Courgette;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	line-height: 56px;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.tp-bullets .bullet:nth-child(2) {
	position: relative;
	top: -12px;
}

.tp-bullets .bullet:nth-child(2):after {
	content: "2";
}

.tp-bullets .bullet:nth-child(3):after {
	content: "3";
}

.tp-bullets .bullet:nth-child(4):after {
	content: "4";
}

.tp-bullets .bullet:nth-child(5):after {
	content: "5";
}

.hlb-nav li:hover span, .hlb-nav li.flex-active span {
	color: #fff;
	background: url(/plugins/doozy/web/images/ico/25.png) no-repeat;
	transition: .3s;
}

.index_1 .tp-bullets .bullet:hover:after ,
.index_1 .tp-bullets .bullet.selected:after {
	color: #363636 !important;
}

.mag-content {
	padding: 40px 40px !important;
	background: #fff;
}

.magazine-slider .slick-list {
	overflow: hidden;
}

.magazine-slider .slick-slide {
	display: block !important;
	opacity: 1 !important;
}

.mag-info img {
	width: 100%;
}

.shots-slider img {
	width: 100%;
}

.newsletter1 input {
	border: 1px solid #ededed;
}

.newsletter1 input:focus {
	border: 1px solid #ff5969;
	color: #ff5969;
}

.tweet, .query {
}

.tweet .tweet_list,
.query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.tweet .tweet_list .awesome,
.tweet .tweet_list .epic,
.query .tweet_list .awesome,
.query .tweet_list .epic {
	text-transform: uppercase;
}

.tweet .tweet_list li,
.query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	margin-bottom: 27px;
	line-height: 24px;
	padding-left: 26px;
	position: relative;
}

.tweet .tweet_list li:last-child,
.query .tweet_list li:last-child {
	margin-bottom: 0;
}

.tweet .tweet_list li:after, 
.query .tweet_list li:after {
	content: "\f099";
	font-family: 'FontAwesome';
	color: #ff5969;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 19px;
}

.tweet .tweet_list li:last-child,
.query .tweet_list li:last-child {
	border-bottom: none;
}

.tweet .tweet_list li a,
.query .tweet_list li a {
	text-decoration: none;
	color: #ff5969;
}

.tweet .tweet_list li a:hover,
.query .tweet_list li a:hover {
	border-bottom: 1px dotted #999;
}

.tweet .tweet_list .tweet_avatar,
.query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}

.tweet .tweet_list .tweet_avatar img,
.query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet .tweet_list .tweet_time a {
	font-size: 14px;
	color: #ff5969;
}

.tweet .tweet_list .tweet_text {
	color: #464545;
	font-size: 14px;
}

.main-shop-content {
	background-color: #FFF;
	box-shadow: 0px 0px 10px #F0F0F0;
	padding: 0 0 80px !important;
	width: 1230px;
	overflow: hidden;
}

.footer3 {
	background: #363636;
	position: relative;
}

.footer3:after {
	width: 100%;
	height: 12px;
	content: "";
	background: url(/plugins/doozy/web/images/footer3.png) repeat-x left;
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
}

.footer3 .f3-widget {
	margin-bottom: 30px;
}

.footer3 .f3-widget h5 {
	margin: 0 0 25px;
	font-family: Courgette;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}

.f3-widget p, .f3-widget li a {
	color: #b4b4b4;
	line-height: 26px;
}

.f3-widget li a:hover {
	color: #ff5969;
}

.footer3 .col-md-4 {
	width: auto;
	margin-right: 74px;
}

.footer3 .col-md-4.last-widget,
.footer3 .col-md-4:last-child {
	margin-right: 0px !important;
}

.footer3 .footer-bottom p {
	text-align: center;
}

.footer3 .footer-bottom-wrap {
	padding: 25px 0px 45px;
}

.f3-social {
	display: table;
	margin: 5px auto 35px;
}

.f3-social li {
	float: left;
	margin: 0 3px;
}

.f3-social li a {
	display: table;
	width: 45px;
	height: 45px;
	border: solid 1px #b4b4b4;
	background: transparent;
	transition: .3s;
	text-align: center;
	line-height: 43px;
	font-size: 20px;
	color: #fff;
}

.f3-social li a:hover {
	border: solid 1px #ff5969;
	background: #ff5969;
	transition: .3s;
	color: #fff;
}

.footer4 h5 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 22px;
}

.footer4 p, .footer4 .f4-links li a {
	color: #b4b4b4;
	line-height: 26px;
}

.footer4 .f4-links li a:hover {
	color: #ff5969;
}

.footer2-2 {
	padding: 0 15px 20px;
}

.footer2-2 .col-md-3 {
	width: auto;
	padding-left: 0px;
}

.footer2-2 .col-md-3:nth-child(1) {
	margin-right: 6%;
	background: url(/plugins/doozy/web/images/sep.png) repeat-x left top;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}

.footer2-2 .col-md-3:nth-child(2) ,
.footer2-2 .col-md-3:nth-child(3) ,
.footer2-2 .col-md-3:nth-child(4) ,
.footer2-2 .col-md-3:nth-child(5) {
	padding-right: 6%;
	background: url(/plugins/doozy/web/images/sep.png) repeat-x left top;
	padding-top: 30px;
}

.footer2-2 .col-md-3:nth-child(5) {
	padding-right: 0;
	margin: 0;
}

.footer4 .footer-bottom-wrap {
	padding: 20px 0;
}

.footer4 .footer-bottom-wrap p {
	color: #4e4e4e;
	text-align: center;
}

.call-us {
	background: url(/plugins/doozy/web/images/ico/31.png) no-repeat left center;
	line-height: 35px;
	color: #b4b4b4;
	display: table;
	padding-left: 42px;
	margin-top: 15px;
}

.remodal h6 {
	text-align: left;
}

.remodal .ps-size {
	margin-bottom: 15px;
	display: table;
}

.remodal .product-single h4 {
	text-align: left;
}

.remodal .ps-ratings {
	margin: 0px;
	display: table;
}

.remodal .ps-btn {
	display: table;
	margin-bottom: -40px;
}

.remodal .product-single .col-md-7 {
	width: 58.3%;
}

.remodal .product-single .col-md-5 {
	width: 41.7%;
}

.topbar2-main {
	background: #fff;
}

.slick-prev,
.slick-next {
	outline:0;
}

.cart-main {
	position: relative;
	display: inline-block;
	float: right;
}

#cart-main {
	width: 320px;
	position: absolute;
	top: 44px;
	border: 1px solid #e4e4e4;
	padding: 30px;
	right: 0;
	background: #fff;
	z-index: 100010;
	display: none;
}

#cart-main ul {
}

#cart-main ul li {
	list-style: none;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
	position: relative;
}

#cart-main ul li img {
	width: 70px;
	float: left;
}

#cart-main .description {
	margin-left: 85px;
	padding-right: 20px;
}

#cart-main .description a {
	font-family: Noto Sans;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #464545;
	margin: 0px 0 8px;
	display: table;
}

#cart-main .description a:hover {
	color: #FF5969;
}

#cart-main .position p {
	margin: 0;
}

.bottom a {
	height: 48px;
	background-color: #5DD6E4;
	line-height: 48px;
	color: #FFF;
	text-align: center;
	padding: 0px 25px;
	display: table;
	border: medium none;
	margin: 10px 0px 0;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
}

.bottom a i {
	margin-left: 5px;
}

.bottom a:hover {
	background: #FF5969;
	color: #fff;
}

#cart-main .position .sign {
	margin: 0 8px;
}

#cart-main .position input {
	width: 40px;
	border: 1px solid #e4e4e4;
	text-align: center;
	color: #666;
}

#cart-main .total {
	float: right;
	margin: -5px 0 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

#cart-main .description .closeit {
	width: 30px;
	height: 30px;
	background-size: 100%;
	line-height: 28px;
	position: absolute;
	top: 0;
	right: -10px;
}

/* 18. Responsive Styles */

@media only screen and (min-width: 768px) and (max-width: 1250px)   {

.main-content {
	background-color: #FFF;
	box-shadow: 0px 0px 10px #F0F0F0;
	padding: 40px 60px;
	width: 90%;
}

.main-shop-content {
    width: 100%;
    margin: 0 auto;
}

}

@media only screen and (min-width: 100px) and (max-width: 350px)   {
#cart-main {
    width: 95%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1050px)   {

#navmenu {
	z-indeX: 1000;
}

.index_1 .tp-caption {
	display:none;
}

#navmenu > ul > li > a {
    padding: 27px 15px;
}

.index_1 .search {
    width: 240px;
    position: relative;
    margin-right: 20px;
    margin-top: 0px;
}

.index_1 .search input {
	width:100%;
}

.hs-inner h4 {
    font-size: 20px;
}

.hs-inner p {
    font-size: 12px;
    line-height: 21px;
}

.home-team .col-md-7,
.home-team .col-md-5 {
    width: 100%;
}

.home-team:after {
	display:none;
}

.team-home {
    padding: 70px 0px;
    display: table;
    width: 70%;
    margin: 0 auto;
}

.event-info ul {
    padding-right: 15px;
}

.home-pricing .row {
	margin:0 -10px;
}

.home-pricing .col-md-4 {
	padding:0 10px;
}

#hlblog li img {
    width: 250px;
    float: left;
}

#hlblog li .hlb-inner {
    margin-left: 295px;
}

.home-upevent .countdown em {
	font-size: 60px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: table;
}

.countdown div {
	width: 100px;
	float: left;
	margin: 0 10px;
}

.home-upevent .countdown {
	margin: 0 -10px;
}

.home-gallery .folio-item {
    width: 50%;
	float:left;
}

#blog-content .col-md-9 {
	width:60%;
}

#blog-content .col-md-3 {
	width:40%;
}

.ss-social li a ,
.ss-social li a:hover {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-size: cover;
}

.f-articles ul li h4 a {
    font-size: 14px;
    line-height: 21px;
}

.f-articles h5 {
    font-size: 23px;
}

.lnews-thumb img {
    float: none;
}

.lnews-thumb h4 {
    margin-left: 0;
}

.m-posts li img {
    float: none;
}

.mp-inner {
    margin-left: 0;
    margin-top: 16px;
}

.m-posts {
    padding: 35px 15px 30px;
}

.m-posts h5 {
    font-size: 25px;
}

.mw-info2 h5 {
    font-size: 19px;
}

.f-widget a, .f-widget p {
    font-size: 10px;
}

.topbar2 li:last-child {
    display: none;
}

.header2 #navmenu > ul > li > a, .header3 #navmenu > ul > li > a {
    padding: 26px 20px;
}

.tp-caption .btn-s2 {
	display:none;
}

.main-shop-content {
    width: 100%;
    margin: 0 auto;
}

.remodal-close {
    position: absolute;
    top: 12px;
    right: 12px;
}

.f3-widget p, .f3-widget li a {
    color: #B4B4B4;
    line-height: 26px;
    font-size: 11px;
}

.footer3 .col-md-4 {
    margin-right: -4px;
}

.blog-content-home .bc4-inner {
    margin-left: 115px !important;
}

.shop-list .product-thumb {
	width: 100%;
	float: none;
}

.shop-list .pi-inner {
	margin-left: 0;
	padding: 30px 30px 30px 30px;
}

.shop-list .product-info:before {
	content: "";
	height: 100.5%;
}

.shop-info .col-md-4 {
	margin-bottom: 55px;
	padding: 0px 2px;
	width: 50%;
	float: left;
}

.product-info {
	width: 100%;
}

.shop-btn {
	padding: 0px 35px 0px 20px;
}

.tabs-menu li {
	float: left;
	margin-right: 10px;
}

.addwishlist {
	display: table;
	margin-top: 20px;
}

.search {
	margin-right: 0px;
	margin-top: 20px;
}

.main-content {
	background-color: #FFF;
	box-shadow: 0px 0px 10px #F0F0F0;
	padding: 40px 60px;
	width: 90%;
}

.error-content p {
	padding: 45px 10% 70px;
}

.f-widget span p i {
	width: 20px;
	display: inline-block;
}

.f-widget span p i img {
	width: 14px;
}

.f-widget a, .f-widget p {
	color: #B3B3B3;
	font-size: 11px;
}

.f-links li:after {
	top: -1px;
}

.f-widget h5 {
	font-size: 13px;
}

.payment {
	margin-top: 10px;
}

.ai-info {
	padding: 22px 10px;
	height: 355px;
}

.ai-info p {
	text-align: center;
	line-height: 26px;
	font-size: 13px;
}

.ai-info h5 {
	font-size: 13px;
	line-height: 20px;
}

.about-news li .date {
	font-size: 18px;
	float: none;
}

.an-inner {
	margin-left: 0px;
	padding-right: 17px;
	padding-top: 39px;
}

.an-inner p {
	font-size: 13px;
}

.subscribe {
	padding-left: 15px;
}

.subscribe p {
	font-size: 13px;
}

.bc4-date span {
	font-size: 87px;
}

.bc4-inner {
	margin-left: 115px;
}

.side-list li {
	font-size: 11px;
}

.bmore {
	padding: 0px 19px;
	color: #fff !important;
}

.bsc-content li .comment-author {
	font-size: 13px;
	color: #464545;
}

.star a {
	font-size: 14px;
	color: #FF5969;
}

.ratings {
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.ratings em {
	font-size: 11px;
}

.cf-info p {
	font-size: 12px;
}

.blog-content article .blog-thumb {
	float: none;
}

.blog-content .blog-excerpt {
	margin-left: 0;
	margin-top: 27px;
}

.post-meta span:nth-child(3),
.post-meta span:nth-child(4),
.post-meta span:nth-child(5) {
	display: none;
}

input.css-checkbox[type="radio"] + label.css-label, input.css-checkbox[type="radio"] + label.css-label.clr {
	font-size: 11px;
}

.cart-table tbody tr td:nth-child(1) {
	width: 35%;
	padding-right: 0px;
}

.cart-table tbody tr td:nth-child(3) {
	width: 28%;
}

.quantity input {
	width: 40px;
	height: 39px;
}

.coupon-form {
	width: 312px;
	position: relative;
}

.coupon-form input {
	color: #000;
	width: 100%;
}

.dual-btns a {
	height: 47px;
	line-height: 47px;
	padding: 0px 13px;
	font-size: 10px;
}

.logreg-form h5 span {
	font-size: 11px;
	top: 21px;
}

.ma-inner p {
	padding-left: 4px;
	margin: 0px 0px -2px;
	color: #464545;
	font-size: 12px;
}

.ma-block {
	line-height: 17px;
	height: 67px;
	padding: 15px 20px;
	margin: 15px 0px 15px !important;
}

.ma-block a {
	position: relative;
	top: -9px;
}

.ma-inner {
	background: none repeat scroll 0% 0% #F7F7F7;
	padding: 23px;
	height: 495px;
}

#pricing-content .col-md-4 {
	padding: 0px 10px;
}

#pricing-content .row {
	margin: 0px -10px;
}

.pricing-table h4 {
	font-size: 23px;
}

.pt-list li {
	font-size: 13px;
}

.plan-price {
	font-family: Courgette;
	font-size: 38px;
}

.buy-btn {
	padding: 0px 28px 0px 16px;
	font-size: 12px;
	display: table;
	margin: 7px auto 0px;
}

.pt-inner {
	height: 425px;
}

}

@media only screen and (max-width: 767px)  {

#navmenu {
	z-indeX: 1000;
}

.remodal .product-single .col-md-7 ,
.remodal .product-single .col-md-5 {
	width: 100%;
}

.remodal .product-single-nav {
	width: 100%;
}

.remodal .product-single-nav li img {
	display: table;
	margin: 0 auto;
}

.home-welcome2 h4 {
	font-size: 54px;
}

.home-welcome2 img {
	margin-top: 40px;
}

.home-info {
	padding: 80px 0px 110px;
}

.home-team:after {
	display: none;
}

.home-team .col-md-5 ,
.home-team .col-md-7 {
	width: 100%;
}

.team-home {
	padding: 70px 0px;
	display: table;
}

.team-home li {
	width: 100%;
}

.home-team {
	width: 100%;
	display: table;
	height: auto;
}

.ht-inner {
	position: relative;
	margin: 0;
}

.he-main {
	width: 100%;
	padding: 0px 15px;
}

.event-info ul {
	padding-right: 0px;
}

#hlblog li img {
	width: 100%;
	float: none;
}

#hlblog li .hlb-inner {
	margin-left: 0;
	padding-top: 15px;
}

#hlblog h4 {
	margin: 35px 0px 20px;
	line-height: 24px;
}

#hlblog li {
	padding: 0px 0px;
}

.ht-head {
	height: auto;
}

.countdown div {
	display: table;
}

.countdown span {
	margin-bottom: 20px;
}

.ed-meta span {
	font-size: 12px;
	margin-right: 11px;
}

#sblog-slider h6 {
	position: relative;
	top: 29px;
}

.lnews-thumb img {
	float: none;
}

.lnews-thumb h4 {
	margin-left: 0px;
}

.m-posts li img {
	float: none;
}

.mp-inner {
	margin-left: 0;
	margin-top: 15px;
}

.mw-info2 {
	margin-top: 50px;
}

.tp-banner .btn-s2 {
	display: none;
}

.tp-bullets {
	display: none;
}

.home-banners .col-md-4 {
	margin-bottom: 60px;
}

.shop-btn {
	padding: 0px 35px 0px 15px;
}

.index_2 .header2 .logo img {
	display: table;
	margin: 0 auto 20px;
}

.h3-info1 ul li {
	float: left;
	padding-left: 50px;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 21px;
	margin-left: 30px;
}

.h31-cart {
	display: table;
	margin: 0 auto;
	float: none;
}

.h3-info2 {
	padding: 25px 0px;
	border-bottom: 1px solid #D7D7D7;
	display: none;
}

.h3-info3 .t2-search {
	display: none;
}

.h3-info3 nav {
	display: table;
	float: left;
	width: 100%;
}

.t2-cart ,
.t2-search {
	display: none;
}

.topbar2 li p {
	display: none;
}

.topbar2 ul {
	position: relative;
	left: 0;
	display: table;
	margin: 0 auto;
}

.home-upevent img {
	position: relative;
	right: 0;
	width: 100%;
	margin-top: -50px;
}

.home-gallery .folio-item {
	width: 100%;
}

.hc-form button {
	margin-bottom: 50px;
}

.f2-social {
	margin: 0 auto;
	float: none;
	position: relative;
	top: 0;
	display: table;
	padding: 10px 0 20px;
}

.mi-inner {
	display: none;
}

.home-info h5 {
	margin: 30px 0px 30px;
}

.index_1 .tp-caption {
	display: none;
}

.quote-slider {
	padding: 0px 10px;
}

.shop-list .product-thumb {
	width: 100%;
	float: none;
}

.shop-list .pi-inner {
	margin-left: 0;
	padding: 30px 30px 30px 30px;
}

.shop-list .product-info:before {
	content: "";
	height: 100.5%;
}

.staff-info em {
	font-family: Courgette;
	font-size: 21px;
}

.staff-info .col-md-6 {
	display: table;
}

.staff-thumb {
	margin-top: 40px;
}

.product-info {
	width: 100%;
}

.shop-nav a.sn-btn {
	height: 55px;
	line-height: 55px;
	padding: 0px 30px;
	font-size: 16px;
	display: table;
	margin: 12px 0 0;
	float: left;
	width: 100%;
	text-align: center;
}

.fw-grid {
	float: none;
	display: table;
	margin: 0 auto;
}

.fw-sort, .fw-percount {
	display: table;
	float: left;
	margin-right: 0px;
}

.fw-sort .selectBox {
	width: 170px;
	font-size: 11px;
}

.fw-sort .selected, .fw-percount .selected {
	font-size: 12px;
}

.fw-percount {
	padding-left: 15px;
}

.shop-banner img {
	float: none;
}

.sb-info {
	margin-left: 0;
	position: relative;
	top: 0;
	margin-top: 20px;
}

.tab-content p {
	font-size: 13px;
}

.tabs-menu li a {
	font-size: 11px;
}

.tabs-menu li {
	float: left;
	margin-right: 15px;
}

.product-single-nav li {
	margin-bottom: 8px;
	cursor: pointer;
	width: 25%;
	float: left;
}

.product-single .col-md-7 {
	padding-right: 15px;
	width: 100%;
}

.product-single-nav {
	float: none;
	display: table;
}

.product-single .col-md-5 {
	padding-left: 0px;
	width: 100%;
	padding-top: 26px;
}

.ps-inner {
	padding-left: 15px;
	margin-bottom: 47px;
}

.addwishlist {
	color: #464545;
	margin-top: 16px;
	display: table;
}

#product-single {
	margin-left: 0;
	display: block;
}

.pricing-table {
	margin-top: -10px;
	margin-bottom: 45px;
}

.folio-filter li {
	font-size: 12px;
	padding: 3px;
	float: none !important;
	display: table;
	margin: 0 auto;
}

.ma-inner {
	height: auto;
	margin-bottom: 25px;
}

.logreg-form {
	height: auto;
	display: table;
}

.logreg-form h5 span {
	float: none;
	font-size: 11px;
	top: 0px;
	display: block;
	margin-top: 13px;
}

.logreg-form h5 span a {
	position: relative;
	top: -2px;
}

.blog-content-home .bc4-inner {
	margin-left: 0px !important;
}

#logreg-content .col-md-5 ,
#logreg-content .col-md-7 {
	width: 100%;
	padding: 0px 2px;
}

#faq-content ul li h4 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 20px 75px;
	margin: 0px 0px 10px;
	position: relative;
	line-height: 23px;
}

.c-form-content {
	margin-top: 30px;
}

.cart-table tbody tr td h4 {
	margin: -6px 0px 0px 136px !important;
}

.cart-table thead tr th:nth-child(2) ,
.cart-table thead tr th:nth-child(3) ,
.cart-table thead tr th:nth-child(4) {
	display: none;
}

.cart-table tbody tr td:nth-child(1) {
	padding-right: 35px;
}

.coupon-form {
	width: 100%;
	position: relative;
}

.coupon-form input {
	color: #000;
	width: 100%;
}

.cart-bottom .col-md-5 {
	padding-left: 15px;
}

.dual-btns a {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.cart-table tbody tr td {
	padding: 23px 0px;
	border-bottom: 1px solid #F0F0F0;
	width: 100% !important;
	display: block;
}

.bm-meta span {
	margin-right: 11px;
	font-size: 11px;
}

.bm-inner p {
	font-size: 13px;
}

#navmenu ul {
	width: 100%;
	display: none;
	position: absolute;
}

.blog-content3 article {
	display: block;
}

article h4 a {
	font-size: 22px;
	color: #464545;
}

.blog-content3 .post-meta {
	display: none;
}

.blog-content3 .blog-thumb {
	width: 100% !important;
}

.blog-content3 .blog-excerpt {
	margin-left: 0 !important;
}

.topbar .container, header .container {
	width: 100%;
}

.blog-content2 article h4 {
	margin-bottom: 40px;
}

.ratings {
	margin-left: 0px;
	display: table;
	margin-bottom: 20px;
}

.cf-info h6 {
	font-size: 13px;
	line-height: 20px;
}

.cf-info p span {
	display: none;
}

.blog-content article .blog-thumb {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.blog-content .blog-excerpt {
	margin-left: 0;
	padding-top: 30px;
}

.post-meta span:nth-child(3),
.post-meta span:nth-child(4),
.post-meta span:nth-child(5),
.post-meta span:nth-child(6) {
	display: none;
}

.post-meta span {
	margin-right: 13px;
}

.star a {
	font-size: 16px;
	color: #FF5969;
}

.bc4-date {
	float: none;
}

.bc4-inner {
	margin-left: 0px;
	margin-top: 70px;
}

.bc4-inner h4 {
	margin: 20px 0 0 !important;
	font-size: 11px;
}

.topbar ul {
	margin: 10px auto;
	display: table;
	float: none;
}

.shop-cart {
	font-size: 0px;
}

.shop-cart span {
	font-size: 14px;
}

.shop-cart {
	font-size: 0px;
	width: auto;
}

header .col-md-4 {
	width: 65%;
	float: left;
}

header .col-md-8 {
	width: 35%;
	float: left;
}

.search {
	display: none;
}

#navmenu #menu-button {
	padding: 15px 20px;
	color: #fff;
	background: #222;
	border-radius: 6px;
}

#navmenu #menu-button:after {
	background: #fff;
	top: 15px;
}

#navmenu #menu-button:before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top: 20px;
}

.shop-cart {
	margin-top: -3px;
}

header {
	padding: 30px 0px;
}

#navmenu ul {
	width: 100%;
	display: none;
	background: #222;
	margin-top: -5px;
}

#navmenu > ul > li > a {
	padding: 20px 25px;
	color: #fff;
	background: none;
	border-bottom: none;
}

#navmenu .submenu-button {
	border-left: none;
}

#navmenu .submenu-button:before {
	content: "";
	background: #fff;
	left: 22px;
	top: 26px;
	width: 10px;
	height: 2px;
}

#navmenu .submenu-button:after {
	content: "";
	position: absolute;
	top: 22px;
	left: 26px;
	display: block;
	width: 2px;
	height: 10px;
	background: #fff;
	z-index: 99;
}

#navmenu ul ul li a {
	color: #fff;
}

#navmenu ul ul li:hover > a,
  #navmenu ul ul li a:hover {
	color: #FF5969;
}

#navmenu > ul > li > a {
	font-size: 13px;
}

.main-content {
	background-color: #FFF;
	box-shadow: 0px 0px 10px #F0F0F0;
	padding: 35px 40px;
	width: 90%;
}

.error-content p {
	font-size: 21px;
	color: #464545;
	line-height: 35px;
	text-align: center;
	padding: 45px 0 50px;
}

.container {
	width: 90%;
}

footer .col-md-7 {
	width: 100%;
}

footer .col-md-5 {
	width: 100%;
}

.footer-bottom-wrap {
	margin: 35px auto 0;
}

.footer-bottom p {
	margin-top: 5px;
	color: #525252;
	text-align: center;
	margin-bottom: 20px;
}

.payment {
	display: table;
	float: none;
	margin: 0 auto;
}

.about-content h4 {
	margin: 0px 0px 30px;
}

.about h4 {
	background: none;
	margin: 20px 0 25px;
}

.about-slider .slick-prev, .sblog-slider .slick-prev {
	top: -50px;
}

.about-slider .slick-next, .sblog-slider .slick-next {
	top: -50px;
}

.about-news {
	padding-right: 0px;
	width: 95%;
}

.about-news li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.subscribe {
	width: 100%;
	padding-left: 15px;
	display: table;
}

}

@font-face{font-family:'Icon-Font';src:url("/site/web/fonts/wettingen/icomoon.woff") format('woff')}.iconfont,.wett-icon,.gallery > .strip > .prev,.gallery > .strip > .next,.gallery > .fullscreen-button,.wok-filter .filters .filter.wok-filter-options:after,.wok-filter .filters input[data-wok-filter-search] + button{text-transform:none;font-weight:normal;font-family:"Icon-Font";font-variant-ligatures:common-ligatures;-ms-font-feature-settings:"liga" 1,"dlig" 1;-webkit-font-feature-settings:"liga" 1,"dlig" 1;-moz-font-feature-settings:"liga=1,dlig=1";-moz-font-feature-settings:"liga" 1,"dlig" 1;font-feature-settings:"liga" 1,"dlig" 1}a[href],a[href].text-link > span.read-more{color:inherit;text-decoration:none;padding-bottom:1px}a[href]:hover,a[href].text-link:hover > span.read-more,a[href].text-link > span.read-more{color:#ff5969}.main-content{min-height:500px}iframe{border:0}.f-articles ul li{position:static;padding-left:0;}.f-articles ul li:after{content:none}a[href].text-link,.appointment h4 a[href]{border-bottom:0}a[href].read-more,span.read-more{font-size:.8em;line-height:.9em}a[href].read-more:before,span.read-more:before,#footer-content .list a[href]:before{content:'\A';white-space:pre}a[href].read-more:first-child:before,span.read-more:first-child:before,#footer-content .list a[href]:first-child:before{content:none}.gallery{margin-top:1em;padding-bottom:2em;background-color:#000;width:100%;padding-bottom:75%;position:relative;color:#fff;}.gallery:fullscreen{height:100%;width:100%;padding-bottom:0;}.gallery:fullscreen > .image{bottom:90px}.gallery:fullscreen > .strip{background:transparent;}.gallery:fullscreen > .strip > .prev,.gallery:fullscreen > .strip > .next{color:rgba(255,255,255,0.5)}.gallery:-moz-fullscreen{height:100%;width:100%;padding-bottom:0;}.gallery:-moz-fullscreen > .image{bottom:90px}.gallery:-moz-fullscreen > .strip{background:transparent;}.gallery:-moz-fullscreen > .strip > .prev,.gallery:-moz-fullscreen > .strip > .next{color:rgba(255,255,255,0.5)}.gallery:-webkit-fullscreen{height:100%;width:100%;padding-bottom:0;}.gallery:-webkit-fullscreen > .image{bottom:90px}.gallery:-webkit-fullscreen > .strip{background:transparent;}.gallery:-webkit-fullscreen > .strip > .prev,.gallery:-webkit-fullscreen > .strip > .next{color:rgba(255,255,255,0.5)}.gallery:-ms-fullscreen{height:100%;width:100%;padding-bottom:0;}.gallery:-ms-fullscreen > .image{bottom:90px}.gallery:-ms-fullscreen > .strip{background:transparent;}.gallery:-ms-fullscreen > .strip > .prev,.gallery:-ms-fullscreen > .strip > .next{color:rgba(255,255,255,0.5)}.gallery:-moz-full-screen{height:100%;width:100%;padding-bottom:0;}.gallery:-moz-full-screen > .image{bottom:90px}.gallery:-moz-full-screen > .strip{background:transparent;}.gallery:-moz-full-screen > .strip > .prev,.gallery:-moz-full-screen > .strip > .next{color:rgba(255,255,255,0.5)}.gallery:-webkit-full-screen{height:100%;width:100%;padding-bottom:0;}.gallery:-webkit-full-screen > .image{bottom:90px}.gallery:-webkit-full-screen > .strip{background:transparent;}.gallery:-webkit-full-screen > .strip > .prev,.gallery:-webkit-full-screen > .strip > .next{color:rgba(255,255,255,0.5)}.gallery:-ms-full-screen{height:100%;width:100%;padding-bottom:0;}.gallery:-ms-full-screen > .image{bottom:90px}.gallery:-ms-full-screen > .strip{background:transparent;}.gallery:-ms-full-screen > .strip > .prev,.gallery:-ms-full-screen > .strip > .next{color:rgba(255,255,255,0.5)}.gallery > *{position:absolute;bottom:0;left:0;right:0;top:0}.gallery > .image > img{position:absolute;bottom:0;left:0;right:0;top:0;max-width:100%;max-height:100%;width:auto;height:auto;margin:auto;display:block}.gallery > .strip{height:90px;top:auto;background-color:rgba(0,0,0,0.6);}.gallery > .strip > *{position:absolute;top:0;bottom:0}.gallery > .strip > .prev,.gallery > .strip > .next{cursor:pointer;width:54px;line-height:90px;font-size:62.99999999999999px;text-align:center}.gallery > .strip > .prev{left:0}.gallery > .strip > .next{right:0}.gallery > .strip.at-first > .prev{opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);cursor:default}.gallery > .strip.at-last > .next{opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);cursor:default}.gallery > .strip > .thumbnails{left:54px;right:54px;text-align:center;margin:10px;overflow:hidden;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:distribute;-moz-box-pack:distribute;-o-box-pack:distribute;-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}.gallery > .strip > .thumbnails > .image{width:10%;padding:0 3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.gallery > .strip > .thumbnails > .image > img{display:inline;vertical-align:middle;border:2px solid transparent;width:auto;height:auto;max-height:70px;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);cursor:pointer;}.gallery > .strip > .thumbnails > .image > img.current{cursor:default}.gallery > .strip > .thumbnails > .image > img.current,.gallery > .strip > .thumbnails > .image > img:hover{opacity:1;-ms-filter:none;filter:none}.gallery > .fullscreen-button{bottom:auto;left:auto;cursor:pointer;margin:10px;}.gallery > .info{bottom:auto;right:auto;margin:10px}.gallery-detail-link{display:block;float:left;width:140px;height:139px;background-color:#f1f1f1;margin:0 2px 1px 0;padding-bottom:none;border-bottom:none;}.gallery-detail-link .gallery-item,.gallery-detail-link .gallery-item-holder{display:block;height:100%;width:100%}.gallery-detail-link .gallery-item-holder{text-align:center;overflow:hidden;}.gallery-detail-link .gallery-item-holder img{max-width:none;position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);min-width:100%}.wok-filter{height:3.5em;font-weight:600;zoom:1;}.wok-filter:before,.wok-filter:after{content:"";display:table}.wok-filter:after{clear:both}.wok-filter h1{font-family:Courgette;float:left}.wok-filter .filters{height:21px;line-height:23px;float:right;font-size:.9em;}.wok-filter .filters .filter{display:inline-block;height:21px;line-height:21px;text-transform:uppercase;vertical-align:middle;margin-left:.3rem;}.wok-filter .filters .filter .hidden_filter{display:none}.wok-filter .filters .filter .iconfont{font-size:21px}.wok-filter .filters .filter.wok-filter-toggle{overflow:hidden;margin-left:0;}.wok-filter .filters .filter.wok-filter-toggle > *{cursor:pointer;margin-left:.3rem;}.wok-filter .filters .filter.wok-filter-toggle > *:not(.iconfont){padding:0 .3em}.wok-filter .filters .filter.wok-filter-options{background-color:#e4e1dd;position:relative;padding-right:1.3em;}.wok-filter .filters .filter.wok-filter-options .available > *{cursor:pointer;margin-right:1.3em;}.wok-filter .filters .filter.wok-filter-options .available > *.selected{color:#fff}.wok-filter .filters .filter.wok-filter-options:after{content:"↓";position:absolute;margin-right:.3em;top:.15em;right:0;}.wok-filter .filters .filter.wok-filter-toggle > *,.wok-filter .filters .filter.wok-filter-datePager,.wok-filter .filters .filter.wok-filter-pager{display:inline-block;color:#5f594a;background-color:#e4e1dd;}.wok-filter .filters .filter.wok-filter-toggle > *.iconfont,.wok-filter .filters .filter.wok-filter-datePager.iconfont,.wok-filter .filters .filter.wok-filter-pager.iconfont{color:#e4e1dd;background-color:#fff}.wok-filter .filters .filter.wok-filter-toggle > *.active,.wok-filter .filters .filter.wok-filter-datePager.active,.wok-filter .filters .filter.wok-filter-pager.active{background-color:#5dd6e4;color:#fff;}.wok-filter .filters .filter.wok-filter-toggle > *.active.iconfont,.wok-filter .filters .filter.wok-filter-datePager.active.iconfont,.wok-filter .filters .filter.wok-filter-pager.active.iconfont{color:#5dd6e4;background-color:#fff}.wok-filter .filters .filter.wok-filter-datePager > .next,.wok-filter .filters .filter.wok-filter-pager > .next,.wok-filter .filters .filter.wok-filter-datePager > .prev,.wok-filter .filters .filter.wok-filter-pager > .prev{cursor:pointer;font-size:1em;padding:0 .4em}.wok-filter .filters .filter.wok-filter-datePager > *,.wok-filter .filters .filter.wok-filter-pager > *{vertical-align:text-bottom;display:inline-block}.wok-filter .filters .filter.wok-filter-datePager > .current,.wok-filter .filters .filter.wok-filter-pager > .current{min-width:4em;text-align:center}.wok-filter .filters .filter.wok-filter-datePager.granularity-month > .current,.wok-filter .filters .filter.wok-filter-pager.granularity-month > .current{min-width:5em}.wok-filter .filters input[data-wok-filter-search]{text-transform:none;height:21px;font-size:inherit;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.wok-filter .filters input[data-wok-filter-search]::-webkit-input-placeholder{font-size:inherit;text-transform:uppercase;color:inherit}.wok-filter .filters input[data-wok-filter-search]::-moz-placeholder{text-transform:uppercase;color:inherit}.wok-filter .filters input[data-wok-filter-search]::-ms-input-placeholder{text-transform:uppercase;color:inherit}.popup-links{position:relative;overflow:hidden;vertical-align:top;display:inline-block;}.popup-links > .link-label{cursor:pointer;min-width:2em;text-align:center;padding:0 .3em}.popup-links > .links{text-align:right;visibility:hidden;margin:0;padding:.3em;padding-bottom:.5em;padding-left:.5em;margin-top:-1px;background-color:inherit;position:absolute;right:0;z-index:1;font-weight:normal}.popup-links.open,.popup-links:hover,.popup-links:focus,.popup-links.hover{outline:none;overflow:visible;}.popup-links.open .links,.popup-links:hover .links,.popup-links:focus .links,.popup-links.hover .links{visibility:visible;}.popup-links.open .links > *,.popup-links:hover .links > *,.popup-links:focus .links > *,.popup-links.hover .links > *,.popup-links.open .links > li,.popup-links:hover .links > li,.popup-links:focus .links > li,.popup-links.hover .links > li{white-space:nowrap;margin:0;padding:0;line-height:1.4}.popup-links.force-close{overflow:hidden}.popup-links ul li{padding-left:5px;background:none;}.popup-links ul li:after{content:none}.popup-links.share-options .links{background-color:#dddad5;margin-left:1.1em;font-size:.9em;line-height:1.3em}.popup-links.share-options > .link-label{min-width:auto;width:1.1em;text-align:right;line-height:1.7;padding:0}.auxiliary-element{width:50px;display:block;margin-bottom:12px;position:absolute;margin-top:1em;right:0;height:0;text-align:right;}.auxiliary-element .link-label{font-size:1.4em}.auxiliary-element > *{margin-top:-109%;display:inline-block;text-align:left}.calendar-overview .event{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;}.calendar-overview .event .event-date{margin-right:10px}.event-date{width:2.69em;height:2.69em;background-color:#5dd6e4;text-align:center;font-family:Courgette;color:#fff;font-size:26px;line-height:1.077em;padding-top:.3846em;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;margin-right:default_padding;margin-top:.115em;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.event-date > *{text-align:center}.event-date > .event-month{color:#fff;line-height:1.3;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-o-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;font-size:.615em}.wok-calendar{clear:both;}.wok-calendar > .month,.wok-calendar > .year{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.wok-calendar > .year > .month-wrapper{width:22%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:0;flex-shrink:0;margin-right:.6em;cursor:pointer;margin-bottom:2em;}.wok-calendar > .year > .month-wrapper:hover{background-color:rgba(222,222,222,0.1)}.wok-calendar > .year > .month-wrapper:nth-child(4n){margin-right:0}.wok-calendar > .year > .month-wrapper .month-label{margin-bottom:.5em}.wok-calendar > .year > .month-wrapper.current .month-label{color:#5dd6e4}.wok-calendar > .year > .month-wrapper > .month{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.3em}.wok-calendar .month .day{width:13%;height:8vw;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:0;flex-shrink:0;margin-top:.4em;margin-right:.4em;padding:.3em;background-color:rgba(96,64,0,0.06);}.wok-calendar .month .day:nth-child(7n){margin-right:0;background-color:#edeae2}.wok-calendar .month .day:nth-child(7n - 1){background-color:#f1eee9}.wok-calendar .month .day.blind-date{background-color:transparent;}.wok-calendar .month .day.blind-date .date{color:#bbb19f}.wok-calendar .month .day .date{text-align:right;font-weight:600;color:#70695a}.wok-calendar .month .day.today.date{border:relative_border_width solid #5dd6e4;}.wok-calendar .month .day.today.date .date{color:#5dd6e4}.wok-calendar .month .day .appointment{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-bottom:relative_border_width;}.wok-calendar .month .day .appointment > .content{display:inline;}.wok-calendar .month .day .appointment > .content .title{font-size:13px}.wok-calendar .month .day .appointment .iconfont{margin-right:.3em}.wok-calendar .month.minified .day{height:7em}.wok-calendar > .appointments-detailed > .appointment{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;margin-bottom:.5em;}.wok-calendar > .appointments-detailed > .appointment > *{margin-right:.5em}.wok-calendar > .appointments-detailed > .appointment > .dates{-webkit-flex-shrink:0;flex-shrink:0;text-align:left;}.wok-calendar > .appointments-detailed > .appointment > .dates.same-day > .event-date.from,.wok-calendar > .appointments-detailed > .appointment > .dates.same-day .until{visibility:hidden}.wok-calendar > .appointments-detailed > .appointment > .dates > span{font-size:12px;font-weight:600;vertical-align:super}.wok-calendar > .appointments-detailed > .appointment > .dates > .event-date{margin-right:0;display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex;vertical-align:sub}.wok-calendar > .appointments-detailed > .appointment > .content > h4{font-family:Courgette;}.wok-calendar > .appointments-detailed > .appointment > .content > h4 span:first-child{padding-right:.5em}.wok-calendar > .appointments-detailed > .appointment .iconfont{margin-left:.2em;font-weight:normal;font-size:1.2em}.wok-calendar > .appointments-detailed > .appointment.past .content{opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70)}.wok-calendar > .appointments-detailed > .appointment.past:hover .content{opacity:1;-ms-filter:none;filter:none}.wok-calendar > .appointments-detailed > .appointment.past + .appointment.future{border-top:.2em solid #5dd6e4;padding-top:.7em;margin-top:1em;}.wok-calendar > .appointments-detailed > .appointment.past + .appointment.future ~ .appointment.future{border-top:none}.wok-calendar .month .day.has-events{background-color:#ff5969;color:#000;}.wok-calendar .month .day.has-events > .date{color:inherit}.wok-calendar .month .day.has-dates{background-color:rgba(255,89,105,0.5);color:#000;}.wok-calendar .month .day.has-dates > .date{color:inherit}.wok-calendar > .appointments-detailed > .appointment .iconfont{color:#ff5969}.tag_item{color:#ff5969}.gallery > .strip > .thumbnails > .image > img.current{border-color:#ff5969}a[href],.lnews-info li a[href]:not(:hover){color:#5dd6e4}h1 a[href],h2 a[href],h3 a[href],h4 a[href],h5 a[href]{color:inherit}a.text-link[href],.wok-calendar .month a[href],.wok-calendar .month a[href]:hover{color:inherit}.popup-links ul li a[href]{color:#464545 !important;}.popup-links ul li a[href]:hover{color:#ff5969 !important}.logreg-info,.lnews-info .logreg-info{color:#fff;}.logreg-info li a[href],.lnews-info .logreg-info li a[href],.logreg-info li:after,.lnews-info .logreg-info li:after{color:inherit}.logreg-info li:hover a,.lnews-info .logreg-info li:hover a,.logreg-info li:hover:after,.lnews-info .logreg-info li:hover:after{color:#5dd6e4}.bc4-date{text-align:center;}.bc4-date .today{font-size:1em}ol{padding-left:25px;}ol > li{margin-bottom:15px}@media only screen and (max-width:767px){#navmenu,.header2 #navmenu{margin-top:1em;}#navmenu > ul > li a,.header2 #navmenu > ul > li a{color:#fff}#navmenu > ul > li:first-child > a,.header2 #navmenu > ul > li:first-child > a{padding:26px 20px}.wok-calendar{margin-top:3em}.event-date{font-size:16px}}
header h1 {
	font-family: Courgette;
}
@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("/plugins/doozy/web/js/vendor/slick/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("/plugins/doozy/web/js/vendor/slick/fonts/slick.eot"); src: url("/plugins/doozy/web/js/vendor/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/plugins/doozy/web/js/vendor/slick/fonts/slick.woff") format("woff"), url("/plugins/doozy/web/js/vendor/slick/fonts/slick.ttf") format("truetype"), url("/plugins/doozy/web/js/vendor/slick/fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 0px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1;color:#1273ce; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: #1273ce; opacity: 1; }


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/plugins/doozy/web/js/vendor/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/plugins/doozy/web/js/vendor/owl-carousel/AjaxLoader.gif) no-repeat center center
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/plugins/doozy/web/css/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:1100000000}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:1200000000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/plugins/doozy/web/css/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/plugins/doozy/web/css/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/plugins/doozy/web/css/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
