@charset "utf-8"; /*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: 700;
}
dfn {
 font-style: italic;
}
h1 {
 margin: 0.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: -0.5em;
}
sub {
 bottom: -0.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: 0.35em 0.625em 0.75em;
 margin: 0 2px;
 border: 1px solid silver;
}
legend {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
}
optgroup {
 font-weight: 700;
}
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 {
 *,
 :after,
 :before {
  color: #000 !important;
  text-shadow: none !important;
  background: 0 0 !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: "";
 }
 blockquote,
 pre {
  border: 1px solid #999;
  page-break-inside: avoid;
 }
 thead {
  display: table-header-group;
 }
 img,
 tr {
  page-break-inside: avoid;
 }
 img {
  max-width: 100% !important;
 }
 h2,
 h3,
 p {
  orphans: 3;
  widows: 3;
 }
 h2,
 h3 {
  page-break-after: avoid;
 }
 .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 td,
 .table-bordered th {
  border: 1px solid #ddd !important;
 }
}
@font-face {
 font-family: "Glyphicons Halflings";
 font-display: swap;
 src: url(../fonts/glyphicons-halflings-regular.eot);
 src:
  url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format("embedded-opentype"),
  url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
  url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
  url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
  url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
 position: relative;
 top: 1px;
 display: inline-block;
 font-family: "Glyphicons Halflings";
 font-style: normal;
 font-weight: 400;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
 content: "\002a";
}
.glyphicon-plus:before {
 content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
 content: "\20ac";
}
.glyphicon-minus:before {
 content: "\2212";
}
.glyphicon-cloud:before {
 content: "\2601";
}
.glyphicon-envelope:before {
 content: "\2709";
}
.glyphicon-pencil:before {
 content: "\270f";
}
.glyphicon-glass:before {
 content: "\e001";
}
.glyphicon-music:before {
 content: "\e002";
}
.glyphicon-search:before {
 content: "\e003";
}
.glyphicon-heart:before {
 content: "\e005";
}
.glyphicon-star:before {
 content: "\e006";
}
.glyphicon-star-empty:before {
 content: "\e007";
}
.glyphicon-user:before {
 content: "\e008";
}
.glyphicon-film:before {
 content: "\e009";
}
.glyphicon-th-large:before {
 content: "\e010";
}
.glyphicon-th:before {
 content: "\e011";
}
.glyphicon-th-list:before {
 content: "\e012";
}
.glyphicon-ok:before {
 content: "\e013";
}
.glyphicon-remove:before {
 content: "\e014";
}
.glyphicon-zoom-in:before {
 content: "\e015";
}
.glyphicon-zoom-out:before {
 content: "\e016";
}
.glyphicon-off:before {
 content: "\e017";
}
.glyphicon-signal:before {
 content: "\e018";
}
.glyphicon-cog:before {
 content: "\e019";
}
.glyphicon-trash:before {
 content: "\e020";
}
.glyphicon-home:before {
 content: "\e021";
}
.glyphicon-file:before {
 content: "\e022";
}
.glyphicon-time:before {
 content: "\e023";
}
.glyphicon-road:before {
 content: "\e024";
}
.glyphicon-download-alt:before {
 content: "\e025";
}
.glyphicon-download:before {
 content: "\e026";
}
.glyphicon-upload:before {
 content: "\e027";
}
.glyphicon-inbox:before {
 content: "\e028";
}
.glyphicon-play-circle:before {
 content: "\e029";
}
.glyphicon-repeat:before {
 content: "\e030";
}
.glyphicon-refresh:before {
 content: "\e031";
}
.glyphicon-list-alt:before {
 content: "\e032";
}
.glyphicon-lock:before {
 content: "\e033";
}
.glyphicon-flag:before {
 content: "\e034";
}
.glyphicon-headphones:before {
 content: "\e035";
}
.glyphicon-volume-off:before {
 content: "\e036";
}
.glyphicon-volume-down:before {
 content: "\e037";
}
.glyphicon-volume-up:before {
 content: "\e038";
}
.glyphicon-qrcode:before {
 content: "\e039";
}
.glyphicon-barcode:before {
 content: "\e040";
}
.glyphicon-tag:before {
 content: "\e041";
}
.glyphicon-tags:before {
 content: "\e042";
}
.glyphicon-book:before {
 content: "\e043";
}
.glyphicon-bookmark:before {
 content: "\e044";
}
.glyphicon-print:before {
 content: "\e045";
}
.glyphicon-camera:before {
 content: "\e046";
}
.glyphicon-font:before {
 content: "\e047";
}
.glyphicon-bold:before {
 content: "\e048";
}
.glyphicon-italic:before {
 content: "\e049";
}
.glyphicon-text-height:before {
 content: "\e050";
}
.glyphicon-text-width:before {
 content: "\e051";
}
.glyphicon-align-left:before {
 content: "\e052";
}
.glyphicon-align-center:before {
 content: "\e053";
}
.glyphicon-align-right:before {
 content: "\e054";
}
.glyphicon-align-justify:before {
 content: "\e055";
}
.glyphicon-list:before {
 content: "\e056";
}
.glyphicon-indent-left:before {
 content: "\e057";
}
.glyphicon-indent-right:before {
 content: "\e058";
}
.glyphicon-facetime-video:before {
 content: "\e059";
}
.glyphicon-picture:before {
 content: "\e060";
}
.glyphicon-map-marker:before {
 content: "\e062";
}
.glyphicon-adjust:before {
 content: "\e063";
}
.glyphicon-tint:before {
 content: "\e064";
}
.glyphicon-edit:before {
 content: "\e065";
}
.glyphicon-share:before {
 content: "\e066";
}
.glyphicon-check:before {
 content: "\e067";
}
.glyphicon-move:before {
 content: "\e068";
}
.glyphicon-step-backward:before {
 content: "\e069";
}
.glyphicon-fast-backward:before {
 content: "\e070";
}
.glyphicon-backward:before {
 content: "\e071";
}
.glyphicon-play:before {
 content: "\e072";
}
.glyphicon-pause:before {
 content: "\e073";
}
.glyphicon-stop:before {
 content: "\e074";
}
.glyphicon-forward:before {
 content: "\e075";
}
.glyphicon-fast-forward:before {
 content: "\e076";
}
.glyphicon-step-forward:before {
 content: "\e077";
}
.glyphicon-eject:before {
 content: "\e078";
}
.glyphicon-chevron-left:before {
 content: "\e079";
}
.glyphicon-chevron-right:before {
 content: "\e080";
}
.glyphicon-plus-sign:before {
 content: "\e081";
}
.glyphicon-minus-sign:before {
 content: "\e082";
}
.glyphicon-remove-sign:before {
 content: "\e083";
}
.glyphicon-ok-sign:before {
 content: "\e084";
}
.glyphicon-question-sign:before {
 content: "\e085";
}
.glyphicon-info-sign:before {
 content: "\e086";
}
.glyphicon-screenshot:before {
 content: "\e087";
}
.glyphicon-remove-circle:before {
 content: "\e088";
}
.glyphicon-ok-circle:before {
 content: "\e089";
}
.glyphicon-ban-circle:before {
 content: "\e090";
}
.glyphicon-arrow-left:before {
 content: "\e091";
}
.glyphicon-arrow-right:before {
 content: "\e092";
}
.glyphicon-arrow-up:before {
 content: "\e093";
}
.glyphicon-arrow-down:before {
 content: "\e094";
}
.glyphicon-share-alt:before {
 content: "\e095";
}
.glyphicon-resize-full:before {
 content: "\e096";
}
.glyphicon-resize-small:before {
 content: "\e097";
}
.glyphicon-exclamation-sign:before {
 content: "\e101";
}
.glyphicon-gift:before {
 content: "\e102";
}
.glyphicon-leaf:before {
 content: "\e103";
}
.glyphicon-fire:before {
 content: "\e104";
}
.glyphicon-eye-open:before {
 content: "\e105";
}
.glyphicon-eye-close:before {
 content: "\e106";
}
.glyphicon-warning-sign:before {
 content: "\e107";
}
.glyphicon-plane:before {
 content: "\e108";
}
.glyphicon-calendar:before {
 content: "\e109";
}
.glyphicon-random:before {
 content: "\e110";
}
.glyphicon-comment:before {
 content: "\e111";
}
.glyphicon-magnet:before {
 content: "\e112";
}
.glyphicon-chevron-up:before {
 content: "\e113";
}
.glyphicon-chevron-down:before {
 content: "\e114";
}
.glyphicon-retweet:before {
 content: "\e115";
}
.glyphicon-shopping-cart:before {
 content: "\e116";
}
.glyphicon-folder-close:before {
 content: "\e117";
}
.glyphicon-folder-open:before {
 content: "\e118";
}
.glyphicon-resize-vertical:before {
 content: "\e119";
}
.glyphicon-resize-horizontal:before {
 content: "\e120";
}
.glyphicon-hdd:before {
 content: "\e121";
}
.glyphicon-bullhorn:before {
 content: "\e122";
}
.glyphicon-bell:before {
 content: "\e123";
}
.glyphicon-certificate:before {
 content: "\e124";
}
.glyphicon-thumbs-up:before {
 content: "\e125";
}
.glyphicon-thumbs-down:before {
 content: "\e126";
}
.glyphicon-hand-right:before {
 content: "\e127";
}
.glyphicon-hand-left:before {
 content: "\e128";
}
.glyphicon-hand-up:before {
 content: "\e129";
}
.glyphicon-hand-down:before {
 content: "\e130";
}
.glyphicon-circle-arrow-right:before {
 content: "\e131";
}
.glyphicon-circle-arrow-left:before {
 content: "\e132";
}
.glyphicon-circle-arrow-up:before {
 content: "\e133";
}
.glyphicon-circle-arrow-down:before {
 content: "\e134";
}
.glyphicon-globe:before {
 content: "\e135";
}
.glyphicon-wrench:before {
 content: "\e136";
}
.glyphicon-tasks:before {
 content: "\e137";
}
.glyphicon-filter:before {
 content: "\e138";
}
.glyphicon-briefcase:before {
 content: "\e139";
}
.glyphicon-fullscreen:before {
 content: "\e140";
}
.glyphicon-dashboard:before {
 content: "\e141";
}
.glyphicon-paperclip:before {
 content: "\e142";
}
.glyphicon-heart-empty:before {
 content: "\e143";
}
.glyphicon-link:before {
 content: "\e144";
}
.glyphicon-phone:before {
 content: "\e145";
}
.glyphicon-pushpin:before {
 content: "\e146";
}
.glyphicon-usd:before {
 content: "\e148";
}
.glyphicon-gbp:before {
 content: "\e149";
}
.glyphicon-sort:before {
 content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
 content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
 content: "\e152";
}
.glyphicon-sort-by-order:before {
 content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
 content: "\e154";
}
.glyphicon-sort-by-attributes:before {
 content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
 content: "\e156";
}
.glyphicon-unchecked:before {
 content: "\e157";
}
.glyphicon-expand:before {
 content: "\e158";
}
.glyphicon-collapse-down:before {
 content: "\e159";
}
.glyphicon-collapse-up:before {
 content: "\e160";
}
.glyphicon-log-in:before {
 content: "\e161";
}
.glyphicon-flash:before {
 content: "\e162";
}
.glyphicon-log-out:before {
 content: "\e163";
}
.glyphicon-new-window:before {
 content: "\e164";
}
.glyphicon-record:before {
 content: "\e165";
}
.glyphicon-save:before {
 content: "\e166";
}
.glyphicon-open:before {
 content: "\e167";
}
.glyphicon-saved:before {
 content: "\e168";
}
.glyphicon-import:before {
 content: "\e169";
}
.glyphicon-export:before {
 content: "\e170";
}
.glyphicon-send:before {
 content: "\e171";
}
.glyphicon-floppy-disk:before {
 content: "\e172";
}
.glyphicon-floppy-saved:before {
 content: "\e173";
}
.glyphicon-floppy-remove:before {
 content: "\e174";
}
.glyphicon-floppy-save:before {
 content: "\e175";
}
.glyphicon-floppy-open:before {
 content: "\e176";
}
.glyphicon-credit-card:before {
 content: "\e177";
}
.glyphicon-transfer:before {
 content: "\e178";
}
.glyphicon-cutlery:before {
 content: "\e179";
}
.glyphicon-header:before {
 content: "\e180";
}
.glyphicon-compressed:before {
 content: "\e181";
}
.glyphicon-earphone:before {
 content: "\e182";
}
.glyphicon-phone-alt:before {
 content: "\e183";
}
.glyphicon-tower:before {
 content: "\e184";
}
.glyphicon-stats:before {
 content: "\e185";
}
.glyphicon-sd-video:before {
 content: "\e186";
}
.glyphicon-hd-video:before {
 content: "\e187";
}
.glyphicon-subtitles:before {
 content: "\e188";
}
.glyphicon-sound-stereo:before {
 content: "\e189";
}
.glyphicon-sound-dolby:before {
 content: "\e190";
}
.glyphicon-sound-5-1:before {
 content: "\e191";
}
.glyphicon-sound-6-1:before {
 content: "\e192";
}
.glyphicon-sound-7-1:before {
 content: "\e193";
}
.glyphicon-copyright-mark:before {
 content: "\e194";
}
.glyphicon-registration-mark:before {
 content: "\e195";
}
.glyphicon-cloud-download:before {
 content: "\e197";
}
.glyphicon-cloud-upload:before {
 content: "\e198";
}
.glyphicon-tree-conifer:before {
 content: "\e199";
}
.glyphicon-tree-deciduous:before {
 content: "\e200";
}
.glyphicon-cd:before {
 content: "\e201";
}
.glyphicon-save-file:before {
 content: "\e202";
}
.glyphicon-open-file:before {
 content: "\e203";
}
.glyphicon-level-up:before {
 content: "\e204";
}
.glyphicon-copy:before {
 content: "\e205";
}
.glyphicon-paste:before {
 content: "\e206";
}
.glyphicon-alert:before {
 content: "\e209";
}
.glyphicon-equalizer:before {
 content: "\e210";
}
.glyphicon-king:before {
 content: "\e211";
}
.glyphicon-queen:before {
 content: "\e212";
}
.glyphicon-pawn:before {
 content: "\e213";
}
.glyphicon-bishop:before {
 content: "\e214";
}
.glyphicon-knight:before {
 content: "\e215";
}
.glyphicon-baby-formula:before {
 content: "\e216";
}
.glyphicon-tent:before {
 content: "\26fa";
}
.glyphicon-blackboard:before {
 content: "\e218";
}
.glyphicon-bed:before {
 content: "\e219";
}
.glyphicon-apple:before {
 content: "\f8ff";
}
.glyphicon-erase:before {
 content: "\e221";
}
.glyphicon-hourglass:before {
 content: "\231b";
}
.glyphicon-lamp:before {
 content: "\e223";
}
.glyphicon-duplicate:before {
 content: "\e224";
}
.glyphicon-piggy-bank:before {
 content: "\e225";
}
.glyphicon-scissors:before {
 content: "\e226";
}
.glyphicon-bitcoin:before {
 content: "\e227";
}
.glyphicon-btc:before {
 content: "\e227";
}
.glyphicon-xbt:before {
 content: "\e227";
}
.glyphicon-yen:before {
 content: "\00a5";
}
.glyphicon-jpy:before {
 content: "\00a5";
}
.glyphicon-ruble:before {
 content: "\20bd";
}
.glyphicon-rub:before {
 content: "\20bd";
}
.glyphicon-scale:before {
 content: "\e230";
}
.glyphicon-ice-lolly:before {
 content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
 content: "\e232";
}
.glyphicon-education:before {
 content: "\e233";
}
.glyphicon-option-horizontal:before {
 content: "\e234";
}
.glyphicon-option-vertical:before {
 content: "\e235";
}
.glyphicon-menu-hamburger:before {
 content: "\e236";
}
.glyphicon-modal-window:before {
 content: "\e237";
}
.glyphicon-oil:before {
 content: "\e238";
}
.glyphicon-grain:before {
 content: "\e239";
}
.glyphicon-sunglasses:before {
 content: "\e240";
}
.glyphicon-text-size:before {
 content: "\e241";
}
.glyphicon-text-color:before {
 content: "\e242";
}
.glyphicon-text-background:before {
 content: "\e243";
}
.glyphicon-object-align-top:before {
 content: "\e244";
}
.glyphicon-object-align-bottom:before {
 content: "\e245";
}
.glyphicon-object-align-horizontal:before {
 content: "\e246";
}
.glyphicon-object-align-left:before {
 content: "\e247";
}
.glyphicon-object-align-vertical:before {
 content: "\e248";
}
.glyphicon-object-align-right:before {
 content: "\e249";
}
.glyphicon-triangle-right:before {
 content: "\e250";
}
.glyphicon-triangle-left:before {
 content: "\e251";
}
.glyphicon-triangle-bottom:before {
 content: "\e252";
}
.glyphicon-triangle-top:before {
 content: "\e253";
}
.glyphicon-console:before {
 content: "\e254";
}
.glyphicon-superscript:before {
 content: "\e255";
}
.glyphicon-subscript:before {
 content: "\e256";
}
.glyphicon-menu-left:before {
 content: "\e257";
}
.glyphicon-menu-right:before {
 content: "\e258";
}
.glyphicon-menu-down:before {
 content: "\e259";
}
.glyphicon-menu-up:before {
 content: "\e260";
}
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
:after,
:before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
html {
 font-size: 10px;
 -webkit-tap-highlight-color: transparent;
}
body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 14px;
 line-height: 1.42857143;
 color: #333;
 background-color: #fff;
}
button,
input,
select,
textarea {
 font-family: inherit;
 font-size: inherit;
 line-height: inherit;
}
a {
 color: #337ab7;
 text-decoration: none;
}
a:focus,
a:hover {
 color: #23527c;
 text-decoration: underline;
}
a:focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
figure {
 margin: 0;
}
img {
 vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > 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 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.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;
}
[role="button"] {
 cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: inherit;
 font-weight: 500;
 line-height: 1.1;
 color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
 font-weight: 400;
 line-height: 1;
 color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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: 0.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:focus,
a.text-primary:hover {
 color: #286090;
}
.text-success {
 color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
 color: #2b542c;
}
.text-info {
 color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
 color: #245269;
}
.text-warning {
 color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
 color: #66512c;
}
.text-danger {
 color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
 color: #843534;
}
.bg-primary {
 color: #fff;
 background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
 background-color: #286090;
}
.bg-success {
 background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
 background-color: #c1e2b3;
}
.bg-info {
 background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
 background-color: #afd9ee;
}
.bg-warning {
 background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
 background-color: #f7ecb5;
}
.bg-danger {
 background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
 background-color: #e4b9b9;
}
.page-header {
 padding-bottom: 9px;
 margin: 40px 0 20px;
 border-bottom: 1px solid #eee;
}
ol,
ul {
 margin-top: 0;
 margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
 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;
}
dd,
dt {
 line-height: 1.42857143;
}
dt {
 font-weight: 700;
}
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[data-original-title],
abbr[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 ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
 margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
 display: block;
 font-size: 80%;
 line-height: 1.42857143;
 color: #777;
}
blockquote .small:before,
blockquote footer: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 .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
 content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer: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, 0.25);
 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
 padding: 0;
 font-size: 100%;
 font-weight: 700;
 -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-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
 position: relative;
 min-height: 1px;
 padding-right: 15px;
 padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
 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-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9 {
  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: 100%;
 }
  ul.service_feature.heading_space {
    padding-top: 30px;
}
 .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: 992px) {
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9 {
  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-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9 {
  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 > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
 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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
 border-top: 0;
}
.table > tbody + tbody {
 border-top: 2px solid #ddd;
}
.table .table {
 background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
 padding: 5px;
}
.table-bordered {
 border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
 border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
 border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(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 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
 background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
 background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
 background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
 background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
 background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
 background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
 background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
 background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
 background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
 background-color: #ebcccc;
}
.table-responsive {
 min-height: 0.01%;
 overflow-x: auto;
}
@media screen and (max-width: 767px) {
.contact_img {
    display: none;
}
 .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 > tbody > tr > td,
 .table-responsive > .table > tbody > tr > th,
 .table-responsive > .table > tfoot > tr > td,
 .table-responsive > .table > tfoot > tr > th,
 .table-responsive > .table > thead > tr > td,
 .table-responsive > .table > thead > tr > th {
  white-space: nowrap;
 }
 .table-responsive > .table-bordered {
  border: 0;
 }
 .table-responsive > .table-bordered > tbody > tr > td:first-child,
 .table-responsive > .table-bordered > tbody > tr > th:first-child,
 .table-responsive > .table-bordered > tfoot > tr > td:first-child,
 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
 .table-responsive > .table-bordered > thead > tr > td:first-child,
 .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
 }
 .table-responsive > .table-bordered > tbody > tr > td:last-child,
 .table-responsive > .table-bordered > tbody > tr > th:last-child,
 .table-responsive > .table-bordered > tfoot > tr > td:last-child,
 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
 .table-responsive > .table-bordered > thead > tr > td:last-child,
 .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
 }
 .table-responsive > .table-bordered > tbody > tr:last-child > td,
 .table-responsive > .table-bordered > tbody > tr:last-child > th,
 .table-responsive > .table-bordered > tfoot > tr:last-child > td,
 .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  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: 700;
}
input[type="search"] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
 margin: 4px 0 0;
 line-height: normal;
}
input[type="file"] {
 display: block;
}
input[type="range"] {
 display: block;
 width: 100%;
}
select[multiple],
select[size] {
 height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]: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, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition:
  border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
 -o-transition:
  border-color ease-in-out 0.15s,
  box-shadow ease-in-out 0.15s;
 transition:
  border-color ease-in-out 0.15s,
  box-shadow ease-in-out 0.15s;
}
.form-control:focus {
 border-color: #66afe9;
 outline: 0;
 -webkit-box-shadow:
  inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
 box-shadow:
  inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
 background-color: #eee;
 opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
 cursor: not-allowed;
}
textarea.form-control {
 height: auto;
}
input[type="search"] {
 -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
 input[type="date"].form-control,
 input[type="datetime-local"].form-control,
 input[type="month"].form-control,
 input[type="time"].form-control {
  line-height: 34px;
 }
 .input-group-sm input[type="date"],
 .input-group-sm input[type="datetime-local"],
 .input-group-sm input[type="month"],
 .input-group-sm input[type="time"],
 input[type="date"].input-sm,
 input[type="datetime-local"].input-sm,
 input[type="month"].input-sm,
 input[type="time"].input-sm {
  line-height: 30px;
 }
 .input-group-lg input[type="date"],
 .input-group-lg input[type="datetime-local"],
 .input-group-lg input[type="month"],
 .input-group-lg input[type="time"],
 input[type="date"].input-lg,
 input[type="datetime-local"].input-lg,
 input[type="month"].input-lg,
 input[type="time"].input-lg {
  line-height: 46px;
 }
}
.form-group {
 margin-bottom: 15px;
}
.checkbox,
.radio {
 position: relative;
 display: block;
 margin-top: 10px;
 margin-bottom: 10px;
}
.checkbox label,
.radio label {
 min-height: 20px;
 padding-left: 20px;
 margin-bottom: 0;
 font-weight: 400;
 cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
 position: absolute;
 margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
 margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
 position: relative;
 display: inline-block;
 padding-left: 20px;
 margin-bottom: 0;
 font-weight: 400;
 vertical-align: middle;
 cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
 margin-top: 0;
 margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
 cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
 cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
 cursor: not-allowed;
}
.form-control-static {
 min-height: 34px;
 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 {
 height: 30px;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
select.input-sm {
 height: 30px;
 line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
 height: auto;
}
.form-group-sm .form-control {
 height: 30px;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
.form-group-sm select.form-control {
 height: 30px;
 line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
 height: auto;
}
.form-group-sm .form-control-static {
 height: 30px;
 min-height: 32px;
 padding: 6px 10px;
 font-size: 12px;
 line-height: 1.5;
}
.input-lg {
 height: 46px;
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.3333333;
 border-radius: 6px;
}
select.input-lg {
 height: 46px;
 line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
 height: auto;
}
.form-group-lg .form-control {
 height: 46px;
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.3333333;
 border-radius: 6px;
}
.form-group-lg select.form-control {
 height: 46px;
 line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
 height: auto;
}
.form-group-lg .form-control-static {
 height: 46px;
 min-height: 38px;
 padding: 11px 16px;
 font-size: 18px;
 line-height: 1.3333333;
}
.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;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
 width: 46px;
 height: 46px;
 line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
 width: 30px;
 height: 30px;
 line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
 color: #3c763d;
}
.has-success .form-control {
 border-color: #3c763d;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
 border-color: #2b542c;
 -webkit-box-shadow:
  inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 6px #67b168;
 box-shadow:
  inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 6px #67b168;
}
.has-success .input-group-addon {
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #3c763d;
}
.has-success .form-control-feedback {
 color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
 color: #8a6d3b;
}
.has-warning .form-control {
 border-color: #8a6d3b;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
 border-color: #66512c;
 -webkit-box-shadow:
  inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 6px #c0a16b;
 box-shadow:
  inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
 color: #8a6d3b;
 background-color: #fcf8e3;
 border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
 color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
 color: #a94442;
}
.has-error .form-control {
 border-color: #a94442;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
 border-color: #843534;
 -webkit-box-shadow:
  inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 6px #ce8483;
 box-shadow:
  inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 6px #ce8483;
}
.has-error .input-group-addon {
 color: #a94442;
 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 .form-control,
 .form-inline .input-group .input-group-addon,
 .form-inline .input-group .input-group-btn {
  width: auto;
 }
 .form-inline .input-group > .form-control {
  width: 100%;
 }
 .form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
 }
 .form-inline .checkbox,
 .form-inline .radio {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
 }
 .form-inline .checkbox label,
 .form-inline .radio label {
  padding-left: 0;
 }
 .form-inline .checkbox input[type="checkbox"],
 .form-inline .radio input[type="radio"] {
  position: relative;
  margin-left: 0;
 }
 .form-inline .has-feedback .form-control-feedback {
  top: 0;
 }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
 padding-top: 7px;
 margin-top: 0;
 margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
 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: 11px;
  font-size: 18px;
 }
}
@media (min-width: 768px) {
 .form-horizontal .form-group-sm .control-label {
  padding-top: 6px;
  font-size: 12px;
 }
}
.btn {
 display: inline-block;
 padding: 6px 12px;
 margin-bottom: 0;
 font-size: 14px;
 font-weight: 400;
 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.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
 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, 0.125);
 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
 cursor: not-allowed;
 -webkit-box-shadow: none;
 box-shadow: none;
 opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
 pointer-events: none;
}
.btn-default {
 color: #333;
 background-color: #fff;
 border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
 color: #333;
 background-color: #e6e6e6;
 border-color: #8c8c8c;
}
.btn-default:hover {
 color: #333;
 background-color: #e6e6e6;
 border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
 color: #333;
 background-color: #e6e6e6;
 border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
 color: #333;
 background-color: #d4d4d4;
 border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
 background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
 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.focus,
.btn-primary:focus {
 color: #fff;
 background-color: #286090;
 border-color: #122b40;
}
.btn-primary:hover {
 color: #fff;
 background-color: #286090;
 border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
 color: #fff;
 background-color: #286090;
 border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
 color: #fff;
 background-color: #204d74;
 border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
 background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
 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.focus,
.btn-success:focus {
 color: #fff;
 background-color: #449d44;
 border-color: #255625;
}
.btn-success:hover {
 color: #fff;
 background-color: #449d44;
 border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
 color: #fff;
 background-color: #449d44;
 border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
 color: #fff;
 background-color: #398439;
 border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
 background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
 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.focus,
.btn-info:focus {
 color: #fff;
 background-color: #31b0d5;
 border-color: #1b6d85;
}
.btn-info:hover {
 color: #fff;
 background-color: #31b0d5;
 border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
 color: #fff;
 background-color: #31b0d5;
 border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
 color: #fff;
 background-color: #269abc;
 border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
 background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
 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.focus,
.btn-warning:focus {
 color: #fff;
 background-color: #ec971f;
 border-color: #985f0d;
}
.btn-warning:hover {
 color: #fff;
 background-color: #ec971f;
 border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
 color: #fff;
 background-color: #ec971f;
 border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
 color: #fff;
 background-color: #d58512;
 border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
 background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
 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.focus,
.btn-danger:focus {
 color: #fff;
 background-color: #c9302c;
 border-color: #761c19;
}
.btn-danger:hover {
 color: #fff;
 background-color: #c9302c;
 border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
 color: #fff;
 background-color: #c9302c;
 border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
 color: #fff;
 background-color: #ac2925;
 border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
 background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
 background-color: #d9534f;
 border-color: #d43f3a;
}
.btn-danger .badge {
 color: #d9534f;
 background-color: #fff;
}
.btn-link {
 font-weight: 400;
 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:active,
.btn-link:focus,
.btn-link:hover {
 border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
 color: #23527c;
 text-decoration: underline;
 background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
 color: #777;
 text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.3333333;
 border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
 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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
 width: 100%;
}
.fade {
 opacity: 0;
 -webkit-transition: opacity 0.15s linear;
 -o-transition: opacity 0.15s linear;
 transition: opacity 0.15s linear;
}
.fade.in {
 opacity: 1;
}
.collapse {
 display: none;
}
.collapse.in {
 display: block;
}
tr.collapse.in {
 display: table-row;
}
tbody.collapse.in {
 display: table-row-group;
}
.collapsing {
 position: relative;
 height: 0;
 overflow: hidden;
 -webkit-transition-timing-function: ease;
 -o-transition-timing-function: ease;
 transition-timing-function: ease;
 -webkit-transition-duration: 0.35s;
 -o-transition-duration: 0.35s;
 transition-duration: 0.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 dashed;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
}
.dropdown,
.dropup {
 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, 0.15);
 border-radius: 4px;
 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.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: 400;
 line-height: 1.42857143;
 color: #333;
 white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
 color: #262626;
 text-decoration: none;
 background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
 color: #fff;
 text-decoration: none;
 background-color: #337ab7;
 outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
 color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
 text-decoration: none;
 cursor: not-allowed;
 background-color: transparent;
 background-image: none;
}
.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 dashed;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
 top: auto;
 bottom: 100%;
 margin-bottom: 2px;
}
@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-vertical > .btn,
.btn-group > .btn {
 position: relative;
 float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
 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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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, 0.125);
 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
 -webkit-box-shadow: none;
 box-shadow: none;
}
.btn .caret {
 margin-left: 0;
}
.btn-lg .caret {
 border-width: 5px 5px 0;
 border-bottom-width: 0;
}
.dropup .btn-lg .caret {
 border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
 display: block;
 float: none;
 width: 100%;
 max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
 float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
 margin-top: -1px;
 margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
 border-top-left-radius: 4px;
 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-right-radius: 4px;
 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="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
 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 .form-control:focus {
 z-index: 3;
}
.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.3333333;
 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;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
 height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
 display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
 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="checkbox"],
.input-group-addon input[type="radio"] {
 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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
 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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
 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:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
 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 {
 z-index: 2;
 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:focus,
.nav > li > a:hover {
 text-decoration: none;
 background-color: #eee;
}
.nav > li.disabled > a {
 color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
 color: #777;
 text-decoration: none;
 cursor: not-allowed;
 background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
 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:focus,
.nav-tabs > li.active > a:hover {
 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:focus,
.nav-tabs.nav-justified > .active > a:hover {
 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:focus,
 .nav-tabs.nav-justified > .active > a:hover {
  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:focus,
.nav-pills > li.active > a:hover {
 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:focus,
.nav-tabs-justified > .active > a:hover {
 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:focus,
 .nav-tabs-justified > .active > a:hover {
  border-bottom-color: #fff;
 }
}
.tab-content > .tab-pane {
 display: none;
}
.tab-content > .active {
 display: block;
}
.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, 0.1);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.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;
 }
 .navbar-collapse.in {
  overflow-y: visible;
 }
 .navbar-fixed-bottom .navbar-collapse,
 .navbar-fixed-top .navbar-collapse,
 .navbar-static-top .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
 }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
 max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
 .navbar-fixed-bottom .navbar-collapse,
 .navbar-fixed-top .navbar-collapse {
  max-height: 200px;
 }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
 margin-right: -15px;
 margin-left: -15px;
}
@media (min-width: 768px) {
 .container-fluid > .navbar-collapse,
 .container-fluid > .navbar-header,
 .container > .navbar-collapse,
 .container > .navbar-header {
  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-bottom,
.navbar-fixed-top {
 position: fixed;
 right: 0;
 left: 0;
 z-index: 1030;
}
@media (min-width: 768px) {
 .navbar-fixed-bottom,
 .navbar-fixed-top {
  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: 0;
    /* padding: 15px 1px; */
    font-size: 18px;
    /* line-height: 20px; */
}
.navbar-brand:focus,
.navbar-brand:hover {
 text-decoration: none;
}
.navbar-brand > img {
 display: block;
 width: 40%;
}
@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 .dropdown-header,
 .navbar-nav .open .dropdown-menu > li > a {
  padding: 5px 15px 5px 25px;
 }
 .navbar-nav .open .dropdown-menu > li > a {
  line-height: 20px;
 }
 .navbar-nav .open .dropdown-menu > li > a:focus,
 .navbar-nav .open .dropdown-menu > li > a:hover {
  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, 0.1),
  0 1px 0 rgba(255, 255, 255, 0.1);
 box-shadow:
  inset 0 1px 0 rgba(255, 255, 255, 0.1),
  0 1px 0 rgba(255, 255, 255, 0.1);
}
@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 .form-control,
 .navbar-form .input-group .input-group-addon,
 .navbar-form .input-group .input-group-btn {
  width: auto;
 }
 .navbar-form .input-group > .form-control {
  width: 100%;
 }
 .navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
 }
 .navbar-form .checkbox,
 .navbar-form .radio {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
 }
 .navbar-form .checkbox label,
 .navbar-form .radio label {
  padding-left: 0;
 }
 .navbar-form .checkbox input[type="checkbox"],
 .navbar-form .radio input[type="radio"] {
  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 {
 margin-bottom: 0;
 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:focus,
.navbar-default .navbar-brand:hover {
 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:focus,
.navbar-default .navbar-nav > li > a:hover {
 color: #333;
 background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
 color: #555;
 background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
 color: #ccc;
 background-color: transparent;
}
.navbar-default .navbar-toggle {
 border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
 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:focus,
.navbar-default .navbar-nav > .open > a:hover {
 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:focus,
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #333;
  background-color: transparent;
 }
 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
 }
 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
  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:focus,
.navbar-default .btn-link:hover {
 color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
 color: #ccc;
}
.navbar-inverse {
 background-color: #222;
 border-color: #080808;
}
.navbar-inverse .navbar-brand {
 color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
 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:focus,
.navbar-inverse .navbar-nav > li > a:hover {
 color: #fff;
 background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
 color: #fff;
 background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
 color: #444;
 background-color: transparent;
}
.navbar-inverse .navbar-toggle {
 border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
 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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
 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:focus,
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: transparent;
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #080808;
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
  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:focus,
.navbar-inverse .btn-link:hover {
 color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
 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:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
 z-index: 2;
 color: #23527c;
 background-color: #eee;
 border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
 z-index: 3;
 color: #fff;
 cursor: default;
 background-color: #337ab7;
 border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
 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;
 line-height: 1.3333333;
}
.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;
 line-height: 1.5;
}
.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:focus,
.pager li > a:hover {
 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:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
 color: #777;
 cursor: not-allowed;
 background-color: #fff;
}
.label {
 display: inline;
 padding: 0.2em 0.6em 0.3em;
 font-size: 75%;
 font-weight: 700;
 line-height: 1;
 color: #fff;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
 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]:focus,
.label-default[href]:hover {
 background-color: #5e5e5e;
}
.label-primary {
 background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
 background-color: #286090;
}
.label-success {
 background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
 background-color: #449d44;
}
.label-info {
 background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
 background-color: #31b0d5;
}
.label-warning {
 background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
 background-color: #ec971f;
}
.label-danger {
 background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
 background-color: #c9302c;
}
.badge {
 display: inline-block;
 min-width: 10px;
 padding: 3px 7px;
 font-size: 12px;
 font-weight: 700;
 line-height: 1;
 color: #fff;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 background-color: #777;
 border-radius: 10px;
}
.badge:empty {
 display: none;
}
.btn .badge {
 position: relative;
 top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
 top: 0;
 padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
 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-top: 30px;
 padding-bottom: 30px;
 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 {
 padding-right: 15px;
 padding-left: 15px;
 border-radius: 6px;
}
.jumbotron .container {
 max-width: 100%;
}
@media screen and (min-width: 768px) {
 .jumbotron {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .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 0.2s ease-in-out;
 -o-transition: border 0.2s ease-in-out;
 transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
 margin-right: auto;
 margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
 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: 700;
}
.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, 0.1);
 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
 float: left;
 width: 0;
 height: 100%;
 font-size: 12px;
 line-height: 20px;
 color: #fff;
 text-align: center;
 background-color: #337ab7;
 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
 -webkit-transition: width 0.6s ease;
 -o-transition: width 0.6s ease;
 transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
 background-image: -webkit-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: -o-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
 -webkit-animation: progress-bar-stripes 2s linear infinite;
 -o-animation: progress-bar-stripes 2s linear infinite;
 animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
 background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
 background-image: -webkit-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: -o-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
}
.progress-bar-info {
 background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
 background-image: -webkit-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: -o-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
}
.progress-bar-warning {
 background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
 background-image: -webkit-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: -o-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
}
.progress-bar-danger {
 background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
 background-image: -webkit-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: -o-linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
 background-image: linear-gradient(
  45deg,
  rgba(255, 255, 255, 0.15) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, 0.15) 50%,
  rgba(255, 255, 255, 0.15) 75%,
  transparent 75%,
  transparent
 );
}
.media {
 margin-top: 15px;
}
.media:first-child {
 margin-top: 0;
}
.media,
.media-body {
 overflow: hidden;
 zoom: 1;
}
.media-body {
 width: 10000px;
}
.media-object {
 display: block;
}
.media-object.img-thumbnail {
 max-width: none;
}
.media-right,
.media > .pull-right {
 padding-left: 10px;
}
.media-left,
.media > .pull-left {
 padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
 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,
button.list-group-item {
 color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
 color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
 color: #555;
 text-decoration: none;
 background-color: #f5f5f5;
}
button.list-group-item {
 width: 100%;
 text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
 color: #777;
 cursor: not-allowed;
 background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
 color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
 color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
 z-index: 2;
 color: #fff;
 background-color: #337ab7;
 border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
 color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
 color: #c7ddef;
}
.list-group-item-success {
 color: #3c763d;
 background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
 color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
 color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
 color: #3c763d;
 background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
 color: #fff;
 background-color: #3c763d;
 border-color: #3c763d;
}
.list-group-item-info {
 color: #31708f;
 background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
 color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
 color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
 color: #31708f;
 background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
 color: #fff;
 background-color: #31708f;
 border-color: #31708f;
}
.list-group-item-warning {
 color: #8a6d3b;
 background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
 color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
 color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
 color: #8a6d3b;
 background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
 color: #fff;
 background-color: #8a6d3b;
 border-color: #8a6d3b;
}
.list-group-item-danger {
 color: #a94442;
 background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
 color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
 color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
 color: #a94442;
 background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
 color: #fff;
 background-color: #a94442;
 border-color: #a94442;
}
.list-group-item-heading {
 margin-top: 0;
 margin-bottom: 5px;
}
.list-group-item-text {
 margin-bottom: 0;
 line-height: 1.3;
}
.panel {
 margin-bottom: 20px;
 background-color: #fff;
 border: 1px solid transparent;
 border-radius: 4px;
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
 padding: 15px;
}
.panel-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 > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > 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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
 border-top-width: 0;
}
.list-group + .panel-footer {
 border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
 margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
 padding-right: 15px;
 padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody: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:first-child > thead:first-child > tr:first-child {
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
 border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
 border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
 border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
 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 td,
.panel > .table > tbody:first-child > tr:first-child th {
 border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
 border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
 border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
 border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
 border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
 border-bottom: 0;
}
.panel > .table-responsive {
 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 > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
 border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
 border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
 border-bottom: 1px solid #ddd;
}
.panel-default {
 border-color: #ddd;
}
.panel-default > .panel-heading {
 color: #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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
}
.embed-responsive-16by9 {
 padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
 padding-bottom: 75%;
}
.well {
 min-height: 20px;
 padding: 19px;
 margin-bottom: 20px;
 background-color: #f5f5f5;
 border: 1px solid #e3e3e3;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
 border-color: #ddd;
 border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
 padding: 24px;
 border-radius: 6px;
}
.well-sm {
 padding: 9px;
 border-radius: 3px;
}
.close {
 float: right;
 font-size: 21px;
 font-weight: 700;
 line-height: 1;
 color: #000;
 text-shadow: 0 1px 0 #fff;
 opacity: 0.2;
}
.close:focus,
.close:hover {
 color: #000;
 text-decoration: none;
 cursor: pointer;
 opacity: 0.5;
}
button.close {
 -webkit-appearance: none;
 padding: 0;
 cursor: pointer;
 background: 0 0;
 border: 0;
}
.modal-open {
 overflow: hidden;
}
.modal {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1050;
 display: none;
 overflow: hidden;
 -webkit-overflow-scrolling: touch;
 outline: 0;
}
.modal.fade .modal-dialog {
 -webkit-transition: -webkit-transform 0.3s ease-out;
 -o-transition: -o-transform 0.3s ease-out;
 transition: transform 0.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, 0.2);
 border-radius: 6px;
 outline: 0;
 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1040;
 background-color: #000;
}
.modal-backdrop.fade {
 opacity: 0;
}
.modal-backdrop.in {
 opacity: 0.5;
}
.modal-header {
 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, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 }
 .modal-sm {
  width: 300px;
 }
}
@media (min-width: 992px) {
 .modal-lg {
  width: 900px;
 }
}
.tooltip {
 position: absolute;
 z-index: 1070;
 display: block;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: 1.42857143;
 text-align: left;
 text-align: start;
 text-decoration: none;
 text-shadow: none;
 text-transform: none;
 letter-spacing: normal;
 word-break: normal;
 word-spacing: normal;
 word-wrap: normal;
 white-space: normal;
 opacity: 0;
 line-break: auto;
}
.tooltip.in {
 opacity: 0.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;
 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-style: normal;
 font-weight: 400;
 line-height: 1.42857143;
 text-align: left;
 text-align: start;
 text-decoration: none;
 text-shadow: none;
 text-transform: none;
 letter-spacing: normal;
 word-break: normal;
 word-spacing: normal;
 word-wrap: normal;
 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, 0.2);
 border-radius: 6px;
 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 line-break: auto;
}
.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, 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, 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, 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, 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: 0.6s ease-in-out left;
 -o-transition: 0.6s ease-in-out left;
 transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
 line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
 .carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
 }
 .carousel-inner > .item.active.right,
 .carousel-inner > .item.next {
  left: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
 }
 .carousel-inner > .item.active.left,
 .carousel-inner > .item.prev {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
 }
 .carousel-inner > .item.active,
 .carousel-inner > .item.next.left,
 .carousel-inner > .item.prev.right {
  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, 0.6);
 background-color: rgba(0, 0, 0, 0);
 opacity: 0.5;
}
.carousel-control.left {
 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
 background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
 background-repeat: repeat-x;
}
.carousel-control.right {
 right: 0;
 left: auto;
 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
 background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
 background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
 color: #fff;
 text-decoration: none;
 outline: 0;
 opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
 position: absolute;
 top: 50%;
 z-index: 5;
 display: inline-block;
 margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
 left: 50%;
 margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
 right: 50%;
 margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
 width: 20px;
 height: 20px;
 font-family: serif;
 line-height: 1;
}
.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: 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, 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-next,
 .carousel-control .icon-prev {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
 }
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .icon-prev {
  margin-left: -10px;
 }
 .carousel-control .glyphicon-chevron-right,
 .carousel-control .icon-next {
  margin-right: -10px;
 }
 .carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 30px;
 }
 .carousel-indicators {
  bottom: 20px;
 }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
 display: table;
 content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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;
}
.affix {
 position: fixed;
}
@-ms-viewport {
 width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
 display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
 display: none !important;
}
@media (max-width: 767px) {
 .visible-xs {
  display: block !important;
 }
 table.visible-xs {
  display: table !important;
 }
 tr.visible-xs {
  display: table-row !important;
 }
 td.visible-xs,
 th.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 !important;
 }
 tr.visible-sm {
  display: table-row !important;
 }
 td.visible-sm,
 th.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 !important;
 }
 tr.visible-md {
  display: table-row !important;
 }
 td.visible-md,
 th.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 !important;
 }
 tr.visible-lg {
  display: table-row !important;
 }
 td.visible-lg,
 th.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 !important;
 }
 tr.visible-print {
  display: table-row !important;
 }
 td.visible-print,
 th.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;
 }
}
@font-face {
 font-family: building-icons;
 src: url(../fonts/building-icons4965.eot?z74vbr);
 src:
  url(../fonts/building-iconsd41d.eot?#iefixz74vbr) format("embedded-opentype"),
  url(../fonts/building-icons4965.ttf?z74vbr) format("truetype"),
  url(../fonts/building-icons4965.woff?z74vbr) format("woff"),
  url(../fonts/building-icons4965.svg?z74vbr#icomoon) format("svg");
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}
[class*=" icon-"],
[class^="icon-"] {
 font-family: building-icons;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-lungs:before {
 content: "\ebd9";
}
.icon-ambulanc:before {
 content: "\ebda";
}
.icon-first-aid-box:before {
 content: "\ebdb";
}
.icon-ambulance-siren:before {
 content: "\ebdc";
}
.icon-tooth:before {
 content: "\ebdd";
}
.icon-add-tooth:before {
 content: "\ebde";
}
.icon-remove-tooth:before {
 content: "\ebdf";
}
.icon-aids-symbol:before {
 content: "\ebe0";
}
.icon-blood-drop:before {
 content: "\ebe1";
}
.icon-heart-beat:before {
 content: "\ebe2";
}
.icon-blood-bag:before {
 content: "\ebe3";
}
.icon-medicine-bottle:before {
 content: "\ebe4";
}
.icon-brain:before {
 content: "\ebe5";
}
.icon-DNA:before {
 content: "\ebe6";
}
.icon-doctor:before {
 content: "\ebe7";
}
.icon-medical:before {
 content: "\ebe8";
}
.icon-eye6:before {
 content: "\ebe9";
}
.icon-ambulance:before {
 content: "\ebea";
}
.icon-ambulance2:before {
 content: "\ebeb";
}
.icon-ambulance3:before {
 content: "\ebec";
}
.icon-ambulance4:before {
 content: "\ebed";
}
.icon-medical2:before {
 content: "\ebee";
}
.icon-kidney:before {
 content: "\ebef";
}
.icon-kidney2:before {
 content: "\ebf0";
}
.icon-stomach:before {
 content: "\ebf1";
}
.icon-liver:before {
 content: "\ebf2";
}
.icon-heart10:before {
 content: "\ebf3";
}
.icon-lungs2:before {
 content: "\ebf4";
}
.icon-lung .path1:before {
 content: "\ebf5";
 color: #f5f5f5;
}
.icon-lung .path2:before {
 content: "\ebf6";
 margin-left: -1em;
 color: #f5f5f5;
}
.icon-lung .path3:before {
 content: "\ebf7";
 margin-left: -1em;
 color: #f5f5f5;
}
.icon-lung .path4:before {
 content: "\ebf8";
 margin-left: -1em;
 color: #000;
}
.icon-patient-bed:before {
 content: "\ebf9";
}
.icon-patientbed:before {
 content: "\ebfa";
}
.icon-dropper:before {
 content: "\ebfb";
}
.icon-injection2:before {
 content: "\ebfc";
}
.icon-injection3:before {
 content: "\ebfd";
}
.icon-blood-bag2:before {
 content: "\ebfe";
}
.icon-tablet6:before {
 content: "\ebff";
}
.icon-first-aid-box2:before {
 content: "\ec00";
}
.icon-prescription-pad:before {
 content: "\ec01";
}
.icon-Medicine-bottle:before {
 content: "\ec02";
}
.icon-tablets:before {
 content: "\ec03";
}
.icon-air-ambulance-helicopter:before {
 content: "\ec04";
}
.icon-mortar-pestle:before {
 content: "\ec05";
}
.icon-ecg-line:before {
 content: "\ec06";
}
.icon-currency:before {
 content: "\e600";
}
.icon-dollar:before {
 content: "\e601";
}
.icon-yen:before {
 content: "\e603";
}
.icon-euro:before {
 content: "\e604";
}
.icon-locklockerstreamline:before {
 content: "\e605";
}
.icon-caddieshopshoppingstreamline:before {
 content: "\e606";
}
.icon-caddieshoppingstreamline:before {
 content: "\e607";
}
.icon-icons9:before {
 content: "\e608";
}
.icon-icons20:before {
 content: "\e609";
}
.icon-icons100:before {
 content: "\e60a";
}
.icon-icons104:before {
 content: "\e60b";
}
.icon-icons116:before {
 content: "\e60c";
}
.icon-icons152:before {
 content: "\e60d";
}
.icon-icons170:before {
 content: "\e60e";
}
.icon-icons185:before {
 content: "\e60f";
}
.icon-icons202:before {
 content: "\e610";
}
.icon-icons206:before {
 content: "\e611";
}
.icon-icons214:before {
 content: "\e612";
}
.icon-icons236:before {
 content: "\e613";
}
.icon-icons240:before {
 content: "\e614";
}
.icon-map:before {
 content: "\e615";
}
.icon-pound:before {
 content: "\e602";
}
.icon-truck:before {
 content: "\e616";
}
.icon-heart:before {
 content: "\e617";
}
.icon-cloud:before {
 content: "\e618";
}
.icon-star:before {
 content: "\e619";
}
.icon-tv:before {
 content: "\e61a";
}
.icon-sound:before {
 content: "\e61b";
}
.icon-video:before {
 content: "\e61c";
}
.icon-trash:before {
 content: "\e61d";
}
.icon-user:before {
 content: "\e61e";
}
.icon-key:before {
 content: "\e61f";
}
.icon-search:before {
 content: "\e620";
}
.icon-settings:before {
 content: "\e621";
}
.icon-camera:before {
 content: "\e622";
}
.icon-tag:before {
 content: "\e623";
}
.icon-lock:before {
 content: "\e624";
}
.icon-bulb:before {
 content: "\e625";
}
.icon-pen:before {
 content: "\e626";
}
.icon-diamond:before {
 content: "\e627";
}
.icon-display:before {
 content: "\e628";
}
.icon-location:before {
 content: "\e629";
}
.icon-eye:before {
 content: "\e62a";
}
.icon-bubble:before {
 content: "\e62b";
}
.icon-stack:before {
 content: "\e62c";
}
.icon-cup:before {
 content: "\e62d";
}
.icon-phone:before {
 content: "\e62e";
}
.icon-news:before {
 content: "\e62f";
}
.icon-mail:before {
 content: "\e630";
}
.icon-like:before {
 content: "\e631";
}
.icon-photo:before {
 content: "\e632";
}
.icon-note:before {
 content: "\e633";
}
.icon-clock:before {
 content: "\e634";
}
.icon-paperplane:before {
 content: "\e635";
}
.icon-params:before {
 content: "\e636";
}
.icon-banknote:before {
 content: "\e637";
}
.icon-data:before {
 content: "\e638";
}
.icon-music:before {
 content: "\e639";
}
.icon-megaphone:before {
 content: "\e63a";
}
.icon-study:before {
 content: "\e63b";
}
.icon-lab:before {
 content: "\e63c";
}
.icon-food:before {
 content: "\e63d";
}
.icon-t-shirt:before {
 content: "\e63e";
}
.icon-fire:before {
 content: "\e63f";
}
.icon-clip:before {
 content: "\e640";
}
.icon-shop:before {
 content: "\e641";
}
.icon-calendar:before {
 content: "\e642";
}
.icon-wallet:before {
 content: "\e643";
}
.icon-vynil:before {
 content: "\e644";
}
.icon-truck2:before {
 content: "\e645";
}
.icon-world:before {
 content: "\e646";
}
.icon-mobile:before {
 content: "\e000";
}
.icon-laptop:before {
 content: "\e001";
}
.icon-desktop:before {
 content: "\e002";
}
.icon-tablet:before {
 content: "\e003";
}
.icon-phone2:before {
 content: "\e004";
}
.icon-document:before {
 content: "\e005";
}
.icon-documents:before {
 content: "\e006";
}
.icon-search2:before {
 content: "\e007";
}
.icon-clipboard:before {
 content: "\e008";
}
.icon-newspaper:before {
 content: "\e009";
}
.icon-notebook:before {
 content: "\e00a";
}
.icon-book-open:before {
 content: "\e00b";
}
.icon-browser:before {
 content: "\e00c";
}
.icon-calendar2:before {
 content: "\e00d";
}
.icon-presentation:before {
 content: "\e00e";
}
.icon-picture:before {
 content: "\e00f";
}
.icon-pictures:before {
 content: "\e010";
}
.icon-video2:before {
 content: "\e011";
}
.icon-camera2:before {
 content: "\e012";
}
.icon-printer:before {
 content: "\e013";
}
.icon-toolbox:before {
 content: "\e014";
}
.icon-briefcase:before {
 content: "\e015";
}
.icon-wallet2:before {
 content: "\e016";
}
.icon-gift:before {
 content: "\e017";
}
.icon-bargraph:before {
 content: "\e018";
}
.icon-grid:before {
 content: "\e019";
}
.icon-expand:before {
 content: "\e01a";
}
.icon-focus:before {
 content: "\e01b";
}
.icon-edit:before {
 content: "\e01c";
}
.icon-adjustments:before {
 content: "\e01d";
}
.icon-ribbon:before {
 content: "\e01e";
}
.icon-hourglass:before {
 content: "\e01f";
}
.icon-lock2:before {
 content: "\e020";
}
.icon-megaphone2:before {
 content: "\e021";
}
.icon-shield:before {
 content: "\e022";
}
.icon-trophy:before {
 content: "\e023";
}
.icon-flag:before {
 content: "\e024";
}
.icon-map3:before {
 content: "\e025";
}
.icon-puzzle:before {
 content: "\e026";
}
.icon-basket:before {
 content: "\e027";
}
.icon-envelope:before {
 content: "\e028";
}
.icon-streetsign:before {
 content: "\e029";
}
.icon-telescope:before {
 content: "\e02a";
}
.icon-gears:before {
 content: "\e02b";
}
.icon-key3:before {
 content: "\e02c";
}
.icon-paperclip:before {
 content: "\e02d";
}
.icon-attachment:before {
 content: "\e02e";
}
.icon-pricetags:before {
 content: "\e02f";
}
.icon-lightbulb:before {
 content: "\e030";
}
.icon-layers:before {
 content: "\e031";
}
.icon-pencil:before {
 content: "\e032";
}
.icon-tools:before {
 content: "\e033";
}
.icon-tools-2:before {
 content: "\e034";
}
.icon-scissors:before {
 content: "\e035";
}
.icon-paintbrush:before {
 content: "\e036";
}
.icon-magnifying-glass:before {
 content: "\e037";
}
.icon-circle-compass:before {
 content: "\e038";
}
.icon-linegraph:before {
 content: "\e039";
}
.icon-mic:before {
 content: "\e03a";
}
.icon-strategy:before {
 content: "\e03b";
}
.icon-beaker:before {
 content: "\e03c";
}
.icon-caution:before {
 content: "\e03d";
}
.icon-recycle:before {
 content: "\e03e";
}
.icon-anchor:before {
 content: "\e03f";
}
.icon-profile-male:before {
 content: "\e040";
}
.icon-profile-female:before {
 content: "\e041";
}
.icon-bike:before {
 content: "\e042";
}
.icon-wine:before {
 content: "\e043";
}
.icon-hotairballoon:before {
 content: "\e044";
}
.icon-globe:before {
 content: "\e045";
}
.icon-genius:before {
 content: "\e046";
}
.icon-map-pin:before {
 content: "\e047";
}
.icon-dial:before {
 content: "\e048";
}
.icon-chat:before {
 content: "\e049";
}
.icon-heart2:before {
 content: "\e04a";
}
.icon-cloud2:before {
 content: "\e04b";
}
.icon-upload:before {
 content: "\e04c";
}
.icon-download:before {
 content: "\e04d";
}
.icon-target:before {
 content: "\e04e";
}
.icon-hazardous:before {
 content: "\e04f";
}
.icon-piechart:before {
 content: "\e050";
}
.icon-speedometer:before {
 content: "\e051";
}
.icon-global:before {
 content: "\e052";
}
.icon-compass:before {
 content: "\e053";
}
.icon-lifesaver:before {
 content: "\e054";
}
.icon-clock3:before {
 content: "\e055";
}
.icon-aperture:before {
 content: "\e056";
}
.icon-quote:before {
 content: "\e057";
}
.icon-scope:before {
 content: "\e058";
}
.icon-alarmclock:before {
 content: "\e059";
}
.icon-refresh:before {
 content: "\e05a";
}
.icon-happy:before {
 content: "\e05b";
}
.icon-sad:before {
 content: "\e05c";
}
.icon-facebook:before {
 content: "\e05d";
}
.icon-twitter:before {
 content: "\e05e";
}
.icon-googleplus:before {
 content: "\e05f";
}
.icon-rss:before {
 content: "\e060";
}
.icon-tumblr:before {
 content: "\e061";
}
.icon-linkedin:before {
 content: "\e062";
}
.icon-dribbble:before {
 content: "\e063";
}
.icon-number:before {
 content: "\e647";
}
.icon-number2:before {
 content: "\e648";
}
.icon-number3:before {
 content: "\e649";
}
.icon-number4:before {
 content: "\e64a";
}
.icon-number5:before {
 content: "\e64b";
}
.icon-number6:before {
 content: "\e64c";
}
.icon-number7:before {
 content: "\e64d";
}
.icon-number8:before {
 content: "\e64e";
}
.icon-number9:before {
 content: "\e64f";
}
.icon-number10:before {
 content: "\e650";
}
.icon-number11:before {
 content: "\e651";
}
.icon-number12:before {
 content: "\e652";
}
.icon-number13:before {
 content: "\e653";
}
.icon-number14:before {
 content: "\e654";
}
.icon-number15:before {
 content: "\e655";
}
.icon-number16:before {
 content: "\e656";
}
.icon-number17:before {
 content: "\e657";
}
.icon-number18:before {
 content: "\e658";
}
.icon-number19:before {
 content: "\e659";
}
.icon-number20:before {
 content: "\e65a";
}
.icon-quote2:before {
 content: "\e65b";
}
.icon-quote3:before {
 content: "\e65c";
}
.icon-tag2:before {
 content: "\e65d";
}
.icon-tag3:before {
 content: "\e65e";
}
.icon-link:before {
 content: "\e65f";
}
.icon-link2:before {
 content: "\e660";
}
.icon-cabinet:before {
 content: "\e661";
}
.icon-cabinet2:before {
 content: "\e662";
}
.icon-calendar3:before {
 content: "\e663";
}
.icon-calendar4:before {
 content: "\e664";
}
.icon-calendar5:before {
 content: "\e665";
}
.icon-file:before {
 content: "\e666";
}
.icon-file2:before {
 content: "\e667";
}
.icon-file3:before {
 content: "\e668";
}
.icon-files:before {
 content: "\e669";
}
.icon-phone3:before {
 content: "\e66a";
}
.icon-tablet2:before {
 content: "\e66b";
}
.icon-window:before {
 content: "\e66c";
}
.icon-monitor:before {
 content: "\e66d";
}
.icon-ipod:before {
 content: "\e66e";
}
.icon-tv2:before {
 content: "\e66f";
}
.icon-camera3:before {
 content: "\e670";
}
.icon-camera4:before {
 content: "\e671";
}
.icon-camera5:before {
 content: "\e672";
}
.icon-film:before {
 content: "\e673";
}
.icon-film2:before {
 content: "\e674";
}
.icon-film3:before {
 content: "\e675";
}
.icon-microphone:before {
 content: "\e676";
}
.icon-microphone2:before {
 content: "\e677";
}
.icon-microphone3:before {
 content: "\e678";
}
.icon-drink:before {
 content: "\e679";
}
.icon-drink2:before {
 content: "\e67a";
}
.icon-drink3:before {
 content: "\e67b";
}
.icon-drink4:before {
 content: "\e67c";
}
.icon-coffee:before {
 content: "\e67d";
}
.icon-mug:before {
 content: "\e67e";
}
.icon-icecream:before {
 content: "\e67f";
}
.icon-cake:before {
 content: "\e680";
}
.icon-inbox:before {
 content: "\e681";
}
.icon-download4:before {
 content: "\e682";
}
.icon-upload4:before {
 content: "\e683";
}
.icon-inbox2:before {
 content: "\e684";
}
.icon-checkmark:before {
 content: "\e685";
}
.icon-checkmark3:before {
 content: "\e686";
}
.icon-cancel:before {
 content: "\e687";
}
.icon-cancel2:before {
 content: "\e688";
}
.icon-plus:before {
 content: "\e689";
}
.icon-plus2:before {
 content: "\e68a";
}
.icon-minus:before {
 content: "\e68b";
}
.icon-minus2:before {
 content: "\e68c";
}
.icon-notice:before {
 content: "\e68d";
}
.icon-notice2:before {
 content: "\e68e";
}
.icon-cog:before {
 content: "\e68f";
}
.icon-cogs:before {
 content: "\e690";
}
.icon-cog2:before {
 content: "\e691";
}
.icon-warning:before {
 content: "\e692";
}
.icon-health:before {
 content: "\e693";
}
.icon-suitcase:before {
 content: "\e694";
}
.icon-suitcase2:before {
 content: "\e695";
}
.icon-suitcase3:before {
 content: "\e696";
}
.icon-picture2:before {
 content: "\e697";
}
.icon-pictures2:before {
 content: "\e698";
}
.icon-pictures3:before {
 content: "\e699";
}
.icon-android:before {
 content: "\e69a";
}
.icon-marvin:before {
 content: "\e69b";
}
.icon-pacman:before {
 content: "\e69c";
}
.icon-cassette:before {
 content: "\e69d";
}
.icon-watch:before {
 content: "\e69e";
}
.icon-chronometer:before {
 content: "\e69f";
}
.icon-watch2:before {
 content: "\e6a0";
}
.icon-alarmclock2:before {
 content: "\e6a1";
}
.icon-time:before {
 content: "\e6a2";
}
.icon-time2:before {
 content: "\e6a3";
}
.icon-headphones:before {
 content: "\e6a4";
}
.icon-wallet3:before {
 content: "\e6a5";
}
.icon-checkmark4:before {
 content: "\e6a6";
}
.icon-cancel3:before {
 content: "\e6a7";
}
.icon-eye2:before {
 content: "\e6a8";
}
.icon-position:before {
 content: "\e6a9";
}
.icon-sitemap:before {
 content: "\e6aa";
}
.icon-sitemap2:before {
 content: "\e6ab";
}
.icon-cloud3:before {
 content: "\e6ac";
}
.icon-upload5:before {
 content: "\e6ad";
}
.icon-chart:before {
 content: "\e6ae";
}
.icon-chart2:before {
 content: "\e6af";
}
.icon-chart3:before {
 content: "\e6b0";
}
.icon-chart4:before {
 content: "\e6b1";
}
.icon-chart5:before {
 content: "\e6b2";
}
.icon-chart6:before {
 content: "\e6b3";
}
.icon-location3:before {
 content: "\e6b4";
}
.icon-download5:before {
 content: "\e6b5";
}
.icon-basket2:before {
 content: "\e6b6";
}
.icon-folder:before {
 content: "\e6b7";
}
.icon-gamepad:before {
 content: "\e6b8";
}
.icon-alarm:before {
 content: "\e6b9";
}
.icon-alarm-cancel:before {
 content: "\e6ba";
}
.icon-phone4:before {
 content: "\e6bb";
}
.icon-phone5:before {
 content: "\e6bc";
}
.icon-image:before {
 content: "\e6bd";
}
.icon-open:before {
 content: "\e6be";
}
.icon-sale:before {
 content: "\e6bf";
}
.icon-direction:before {
 content: "\e6c0";
}
.icon-map4:before {
 content: "\e6c1";
}
.icon-trashcan:before {
 content: "\e6c2";
}
.icon-vote:before {
 content: "\e6c3";
}
.icon-graduate:before {
 content: "\e6c4";
}
.icon-lab2:before {
 content: "\e6c5";
}
.icon-tie:before {
 content: "\e6c6";
}
.icon-football:before {
 content: "\e6c7";
}
.icon-eightball:before {
 content: "\e6c8";
}
.icon-bowling:before {
 content: "\e6c9";
}
.icon-bowlingpin:before {
 content: "\e6ca";
}
.icon-baseball:before {
 content: "\e6cb";
}
.icon-soccer:before {
 content: "\e6cc";
}
.icon-3dglasses:before {
 content: "\e6cd";
}
.icon-microwave:before {
 content: "\e6ce";
}
.icon-refrigerator:before {
 content: "\e6cf";
}
.icon-oven:before {
 content: "\e6d0";
}
.icon-washingmachine:before {
 content: "\e6d1";
}
.icon-mouse:before {
 content: "\e6d2";
}
.icon-smiley:before {
 content: "\e6d3";
}
.icon-sad3:before {
 content: "\e6d4";
}
.icon-mute:before {
 content: "\e6d5";
}
.icon-hand:before {
 content: "\e6d6";
}
.icon-radio:before {
 content: "\e6d7";
}
.icon-satellite:before {
 content: "\e6d8";
}
.icon-medal:before {
 content: "\e6d9";
}
.icon-medal2:before {
 content: "\e6da";
}
.icon-switch:before {
 content: "\e6db";
}
.icon-key4:before {
 content: "\e6dc";
}
.icon-cord:before {
 content: "\e6dd";
}
.icon-locked:before {
 content: "\e6de";
}
.icon-unlocked:before {
 content: "\e6df";
}
.icon-locked2:before {
 content: "\e6e0";
}
.icon-unlocked2:before {
 content: "\e6e1";
}
.icon-magnifier:before {
 content: "\e6e2";
}
.icon-zoomin:before {
 content: "\e6e3";
}
.icon-zoomout:before {
 content: "\e6e4";
}
.icon-stack2:before {
 content: "\e6e5";
}
.icon-stack3:before {
 content: "\e6e6";
}
.icon-stack4:before {
 content: "\e6e7";
}
.icon-davidstar:before {
 content: "\e6e8";
}
.icon-cross:before {
 content: "\e6e9";
}
.icon-moonandstar:before {
 content: "\e6ea";
}
.icon-transformers:before {
 content: "\e6eb";
}
.icon-batman:before {
 content: "\e6ec";
}
.icon-spaceinvaders:before {
 content: "\e6ed";
}
.icon-skeletor:before {
 content: "\e6ee";
}
.icon-lamp:before {
 content: "\e6ef";
}
.icon-lamp2:before {
 content: "\e6f0";
}
.icon-umbrella:before {
 content: "\e6f1";
}
.icon-streetlight:before {
 content: "\e6f2";
}
.icon-bomb:before {
 content: "\e6f3";
}
.icon-archive:before {
 content: "\e6f4";
}
.icon-battery:before {
 content: "\e6f5";
}
.icon-battery2:before {
 content: "\e6f6";
}
.icon-battery3:before {
 content: "\e6f7";
}
.icon-battery4:before {
 content: "\e6f8";
}
.icon-battery5:before {
 content: "\e6f9";
}
.icon-megaphone3:before {
 content: "\e6fa";
}
.icon-megaphone4:before {
 content: "\e6fb";
}
.icon-patch:before {
 content: "\e6fc";
}
.icon-pil:before {
 content: "\e6fd";
}
.icon-injection:before {
 content: "\e6fe";
}
.icon-thermometer:before {
 content: "\e6ff";
}
.icon-lamp3:before {
 content: "\e700";
}
.icon-lamp4:before {
 content: "\e701";
}
.icon-lamp5:before {
 content: "\e702";
}
.icon-cube:before {
 content: "\e703";
}
.icon-box:before {
 content: "\e704";
}
.icon-box2:before {
 content: "\e705";
}
.icon-diamond2:before {
 content: "\e706";
}
.icon-bag:before {
 content: "\e707";
}
.icon-moneybag:before {
 content: "\e708";
}
.icon-grid2:before {
 content: "\e709";
}
.icon-grid3:before {
 content: "\e70a";
}
.icon-list:before {
 content: "\e70b";
}
.icon-list3:before {
 content: "\e70c";
}
.icon-ruler:before {
 content: "\e70d";
}
.icon-ruler2:before {
 content: "\e70e";
}
.icon-layout:before {
 content: "\e70f";
}
.icon-layout2:before {
 content: "\e710";
}
.icon-layout3:before {
 content: "\e711";
}
.icon-layout4:before {
 content: "\e712";
}
.icon-layout5:before {
 content: "\e713";
}
.icon-layout6:before {
 content: "\e714";
}
.icon-layout7:before {
 content: "\e715";
}
.icon-layout8:before {
 content: "\e716";
}
.icon-layout9:before {
 content: "\e717";
}
.icon-layout10:before {
 content: "\e718";
}
.icon-layout11:before {
 content: "\e719";
}
.icon-layout12:before {
 content: "\e71a";
}
.icon-layout13:before {
 content: "\e71b";
}
.icon-layout14:before {
 content: "\e71c";
}
.icon-tools2:before {
 content: "\e71d";
}
.icon-screwdriver:before {
 content: "\e71e";
}
.icon-paint:before {
 content: "\e71f";
}
.icon-hammer:before {
 content: "\e720";
}
.icon-brush:before {
 content: "\e721";
}
.icon-pen2:before {
 content: "\e722";
}
.icon-chat2:before {
 content: "\e723";
}
.icon-comments:before {
 content: "\e724";
}
.icon-chat3:before {
 content: "\e725";
}
.icon-chat4:before {
 content: "\e726";
}
.icon-volume:before {
 content: "\e727";
}
.icon-volume2:before {
 content: "\e728";
}
.icon-volume3:before {
 content: "\e729";
}
.icon-equalizer:before {
 content: "\e72a";
}
.icon-resize:before {
 content: "\e72b";
}
.icon-resize2:before {
 content: "\e72c";
}
.icon-stretch:before {
 content: "\e72d";
}
.icon-narrow:before {
 content: "\e72e";
}
.icon-resize3:before {
 content: "\e72f";
}
.icon-download6:before {
 content: "\e730";
}
.icon-calculator:before {
 content: "\e731";
}
.icon-library:before {
 content: "\e732";
}
.icon-auction:before {
 content: "\e733";
}
.icon-justice:before {
 content: "\e734";
}
.icon-stats:before {
 content: "\e735";
}
.icon-stats2:before {
 content: "\e736";
}
.icon-attachment2:before {
 content: "\e737";
}
.icon-hourglass2:before {
 content: "\e738";
}
.icon-abacus:before {
 content: "\e739";
}
.icon-pencil3:before {
 content: "\e73a";
}
.icon-pen3:before {
 content: "\e73b";
}
.icon-pin:before {
 content: "\e73c";
}
.icon-pin2:before {
 content: "\e73d";
}
.icon-discout:before {
 content: "\e73e";
}
.icon-edit2:before {
 content: "\e73f";
}
.icon-scissors2:before {
 content: "\e740";
}
.icon-profile:before {
 content: "\e741";
}
.icon-profile2:before {
 content: "\e742";
}
.icon-profile3:before {
 content: "\e743";
}
.icon-rotate:before {
 content: "\e744";
}
.icon-rotate2:before {
 content: "\e745";
}
.icon-reply:before {
 content: "\e746";
}
.icon-forward:before {
 content: "\e747";
}
.icon-retweet:before {
 content: "\e748";
}
.icon-shuffle:before {
 content: "\e749";
}
.icon-loop:before {
 content: "\e74a";
}
.icon-crop:before {
 content: "\e74b";
}
.icon-square:before {
 content: "\e74c";
}
.icon-square2:before {
 content: "\e74d";
}
.icon-circle:before {
 content: "\e74e";
}
.icon-dollar2:before {
 content: "\e74f";
}
.icon-dollar3:before {
 content: "\e750";
}
.icon-coins:before {
 content: "\e751";
}
.icon-pig:before {
 content: "\e752";
}
.icon-bookmark:before {
 content: "\e753";
}
.icon-bookmark2:before {
 content: "\e754";
}
.icon-addressbook:before {
 content: "\e755";
}
.icon-addressbook2:before {
 content: "\e756";
}
.icon-safe:before {
 content: "\e757";
}
.icon-envelope2:before {
 content: "\e758";
}
.icon-envelope3:before {
 content: "\e759";
}
.icon-radioactive:before {
 content: "\e75a";
}
.icon-music2:before {
 content: "\e75b";
}
.icon-presentation2:before {
 content: "\e75c";
}
.icon-male:before {
 content: "\e75d";
}
.icon-female:before {
 content: "\e75e";
}
.icon-aids:before {
 content: "\e75f";
}
.icon-heart3:before {
 content: "\e760";
}
.icon-info:before {
 content: "\e761";
}
.icon-info2:before {
 content: "\e762";
}
.icon-piano:before {
 content: "\e763";
}
.icon-rain:before {
 content: "\e764";
}
.icon-snow:before {
 content: "\e765";
}
.icon-lightning:before {
 content: "\e766";
}
.icon-sun:before {
 content: "\e767";
}
.icon-moon:before {
 content: "\e768";
}
.icon-cloudy:before {
 content: "\e769";
}
.icon-cloudy2:before {
 content: "\e76a";
}
.icon-car:before {
 content: "\e76b";
}
.icon-bike2:before {
 content: "\e76c";
}
.icon-truck3:before {
 content: "\e76d";
}
.icon-bus:before {
 content: "\e76e";
}
.icon-bike3:before {
 content: "\e76f";
}
.icon-plane:before {
 content: "\e770";
}
.icon-paperplane2:before {
 content: "\e771";
}
.icon-rocket:before {
 content: "\e772";
}
.icon-book:before {
 content: "\e773";
}
.icon-book2:before {
 content: "\e774";
}
.icon-barcode:before {
 content: "\e775";
}
.icon-barcode2:before {
 content: "\e776";
}
.icon-expand2:before {
 content: "\e777";
}
.icon-collapse:before {
 content: "\e778";
}
.icon-popout:before {
 content: "\e779";
}
.icon-popin:before {
 content: "\e77a";
}
.icon-target2:before {
 content: "\e77b";
}
.icon-badge:before {
 content: "\e77c";
}
.icon-badge2:before {
 content: "\e77d";
}
.icon-ticket:before {
 content: "\e77e";
}
.icon-ticket2:before {
 content: "\e77f";
}
.icon-ticket3:before {
 content: "\e780";
}
.icon-microphone4:before {
 content: "\e781";
}
.icon-cone:before {
 content: "\e782";
}
.icon-blocked:before {
 content: "\e783";
}
.icon-stop:before {
 content: "\e784";
}
.icon-keyboard:before {
 content: "\e785";
}
.icon-keyboard2:before {
 content: "\e786";
}
.icon-radio2:before {
 content: "\e787";
}
.icon-printer2:before {
 content: "\e788";
}
.icon-checked:before {
 content: "\e789";
}
.icon-error:before {
 content: "\e78a";
}
.icon-add:before {
 content: "\e78b";
}
.icon-minus3:before {
 content: "\e78c";
}
.icon-alert:before {
 content: "\e78d";
}
.icon-pictures4:before {
 content: "\e78e";
}
.icon-atom:before {
 content: "\e78f";
}
.icon-eyedropper:before {
 content: "\e790";
}
.icon-globe2:before {
 content: "\e791";
}
.icon-globe3:before {
 content: "\e792";
}
.icon-shipping:before {
 content: "\e793";
}
.icon-yingyang:before {
 content: "\e794";
}
.icon-compass3:before {
 content: "\e795";
}
.icon-zip:before {
 content: "\e796";
}
.icon-zip2:before {
 content: "\e797";
}
.icon-anchor2:before {
 content: "\e798";
}
.icon-lockedheart:before {
 content: "\e799";
}
.icon-magnet:before {
 content: "\e79a";
}
.icon-navigation:before {
 content: "\e79b";
}
.icon-tags:before {
 content: "\e79c";
}
.icon-heart4:before {
 content: "\e79d";
}
.icon-heart5:before {
 content: "\e79e";
}
.icon-usb:before {
 content: "\e79f";
}
.icon-clipboard2:before {
 content: "\e7a0";
}
.icon-clipboard3:before {
 content: "\e7a1";
}
.icon-clipboard4:before {
 content: "\e7a2";
}
.icon-switch2:before {
 content: "\e7a3";
}
.icon-ruler3:before {
 content: "\e7a4";
}
.icon-add-to-list:before {
 content: "\e7a5";
}
.icon-classic-computer:before {
 content: "\e7a6";
}
.icon-controller-fast-backward:before {
 content: "\e7a7";
}
.icon-creative-commons-attribution:before {
 content: "\e7a8";
}
.icon-creative-commons-noderivs:before {
 content: "\e7a9";
}
.icon-creative-commons-noncommercial-eu:before {
 content: "\e7aa";
}
.icon-creative-commons-noncommercial-us:before {
 content: "\e7ab";
}
.icon-creative-commons-public-domain:before {
 content: "\e7ac";
}
.icon-creative-commons-remix:before {
 content: "\e7ad";
}
.icon-creative-commons-share:before {
 content: "\e7ae";
}
.icon-creative-commons-sharealike:before {
 content: "\e7af";
}
.icon-creative-commons:before {
 content: "\e7b0";
}
.icon-document-landscape:before {
 content: "\e7b1";
}
.icon-remove-user:before {
 content: "\e7b2";
}
.icon-warning2:before {
 content: "\e7b3";
}
.icon-arrow-bold-down:before {
 content: "\e7b4";
}
.icon-arrow-bold-left:before {
 content: "\e7b5";
}
.icon-arrow-bold-right:before {
 content: "\e7b6";
}
.icon-arrow-bold-up:before {
 content: "\e7b7";
}
.icon-arrow-down:before {
 content: "\e7b8";
}
.icon-arrow-left:before {
 content: "\e7b9";
}
.icon-arrow-long-down:before {
 content: "\e7ba";
}
.icon-arrow-long-left:before {
 content: "\e7bb";
}
.icon-arrow-long-right:before {
 content: "\e7bc";
}
.icon-arrow-long-up:before {
 content: "\e7bd";
}
.icon-arrow-right:before {
 content: "\e7be";
}
.icon-arrow-up:before {
 content: "\e7bf";
}
.icon-arrow-with-circle-down:before {
 content: "\e7c0";
}
.icon-arrow-with-circle-left:before {
 content: "\e7c1";
}
.icon-arrow-with-circle-right:before {
 content: "\e7c2";
}
.icon-arrow-with-circle-up:before {
 content: "\e7c3";
}
.icon-bookmark3:before {
 content: "\e7c4";
}
.icon-bookmarks:before {
 content: "\e7c5";
}
.icon-chevron-down:before {
 content: "\e7c6";
}
.icon-chevron-left:before {
 content: "\e7c7";
}
.icon-chevron-right:before {
 content: "\e7c8";
}
.icon-chevron-small-down:before {
 content: "\e7c9";
}
.icon-chevron-small-left:before {
 content: "\e7ca";
}
.icon-chevron-small-right:before {
 content: "\e7cb";
}
.icon-chevron-small-up:before {
 content: "\e7cc";
}
.icon-chevron-thin-down:before {
 content: "\e7cd";
}
.icon-chevron-thin-left:before {
 content: "\e7ce";
}
.icon-chevron-thin-right:before {
 content: "\e7cf";
}
.icon-chevron-thin-up:before {
 content: "\e7d0";
}
.icon-chevron-up:before {
 content: "\e7d1";
}
.icon-chevron-with-circle-down:before {
 content: "\e7d2";
}
.icon-chevron-with-circle-left:before {
 content: "\e7d3";
}
.icon-chevron-with-circle-right:before {
 content: "\e7d4";
}
.icon-chevron-with-circle-up:before {
 content: "\e7d5";
}
.icon-cloud4:before {
 content: "\e7d6";
}
.icon-controller-fast-forward:before {
 content: "\e7d7";
}
.icon-controller-jump-to-start:before {
 content: "\e7d8";
}
.icon-controller-next:before {
 content: "\e7d9";
}
.icon-controller-paus:before {
 content: "\e7da";
}
.icon-controller-play:before {
 content: "\e7db";
}
.icon-controller-record:before {
 content: "\e7dc";
}
.icon-controller-stop:before {
 content: "\e7dd";
}
.icon-controller-volume:before {
 content: "\e7de";
}
.icon-dot-single:before {
 content: "\e7df";
}
.icon-dots-three-horizontal:before {
 content: "\e7e0";
}
.icon-dots-three-vertical:before {
 content: "\e7e1";
}
.icon-dots-two-horizontal:before {
 content: "\e7e2";
}
.icon-dots-two-vertical:before {
 content: "\e7e3";
}
.icon-download7:before {
 content: "\e7e4";
}
.icon-emoji-flirt:before {
 content: "\e7e5";
}
.icon-flow-branch:before {
 content: "\e7e6";
}
.icon-flow-cascade:before {
 content: "\e7e7";
}
.icon-flow-line:before {
 content: "\e7e8";
}
.icon-flow-parallel:before {
 content: "\e7e9";
}
.icon-flow-tree:before {
 content: "\e7ea";
}
.icon-install:before {
 content: "\e7eb";
}
.icon-layers2:before {
 content: "\e7ec";
}
.icon-open-book:before {
 content: "\e7ed";
}
.icon-resize-100:before {
 content: "\e7ee";
}
.icon-resize-full-screen:before {
 content: "\e7ef";
}
.icon-save:before {
 content: "\e7f0";
}
.icon-select-arrows:before {
 content: "\e7f1";
}
.icon-sound-mute:before {
 content: "\e7f2";
}
.icon-sound2:before {
 content: "\e7f3";
}
.icon-trash2:before {
 content: "\e7f4";
}
.icon-triangle-down:before {
 content: "\e7f5";
}
.icon-triangle-left:before {
 content: "\e7f6";
}
.icon-triangle-right:before {
 content: "\e7f7";
}
.icon-triangle-up:before {
 content: "\e7f8";
}
.icon-uninstall:before {
 content: "\e7f9";
}
.icon-upload-to-cloud:before {
 content: "\e7fa";
}
.icon-upload6:before {
 content: "\e7fb";
}
.icon-add-user:before {
 content: "\e7fc";
}
.icon-address:before {
 content: "\e7fd";
}
.icon-adjust:before {
 content: "\e7fe";
}
.icon-air:before {
 content: "\e7ff";
}
.icon-aircraft-landing:before {
 content: "\e800";
}
.icon-aircraft-take-off:before {
 content: "\e801";
}
.icon-aircraft:before {
 content: "\e802";
}
.icon-align-bottom:before {
 content: "\e803";
}
.icon-align-horizontal-middle:before {
 content: "\e804";
}
.icon-align-left:before {
 content: "\e805";
}
.icon-align-right:before {
 content: "\e806";
}
.icon-align-top:before {
 content: "\e807";
}
.icon-align-vertical-middle:before {
 content: "\e808";
}
.icon-archive2:before {
 content: "\e809";
}
.icon-area-graph:before {
 content: "\e80a";
}
.icon-attachment3:before {
 content: "\e80b";
}
.icon-awareness-ribbon:before {
 content: "\e80c";
}
.icon-back-in-time:before {
 content: "\e80d";
}
.icon-back:before {
 content: "\e80e";
}
.icon-bar-graph:before {
 content: "\e80f";
}
.icon-battery6:before {
 content: "\e810";
}
.icon-beamed-note:before {
 content: "\e811";
}
.icon-bell:before {
 content: "\e812";
}
.icon-blackboard:before {
 content: "\e813";
}
.icon-block:before {
 content: "\e814";
}
.icon-book3:before {
 content: "\e815";
}
.icon-bowl:before {
 content: "\e816";
}
.icon-box3:before {
 content: "\e817";
}
.icon-briefcase2:before {
 content: "\e818";
}
.icon-browser2:before {
 content: "\e819";
}
.icon-brush2:before {
 content: "\e81a";
}
.icon-bucket:before {
 content: "\e81b";
}
.icon-cake2:before {
 content: "\e81c";
}
.icon-calculator2:before {
 content: "\e81d";
}
.icon-calendar6:before {
 content: "\e81e";
}
.icon-camera6:before {
 content: "\e81f";
}
.icon-ccw:before {
 content: "\e820";
}
.icon-chat5:before {
 content: "\e821";
}
.icon-check:before {
 content: "\e822";
}
.icon-circle-with-cross:before {
 content: "\e823";
}
.icon-circle-with-minus:before {
 content: "\e824";
}
.icon-circle-with-plus:before {
 content: "\e825";
}
.icon-circle2:before {
 content: "\e826";
}
.icon-circular-graph:before {
 content: "\e827";
}
.icon-clapperboard:before {
 content: "\e828";
}
.icon-clipboard5:before {
 content: "\e829";
}
.icon-clock4:before {
 content: "\e82a";
}
.icon-code:before {
 content: "\e82b";
}
.icon-cog3:before {
 content: "\e82c";
}
.icon-colours:before {
 content: "\e82d";
}
.icon-compass4:before {
 content: "\e82e";
}
.icon-copy:before {
 content: "\e82f";
}
.icon-credit-card:before {
 content: "\e830";
}
.icon-credit:before {
 content: "\e831";
}
.icon-cross2:before {
 content: "\e832";
}
.icon-cup2:before {
 content: "\e833";
}
.icon-cw:before {
 content: "\e834";
}
.icon-cycle:before {
 content: "\e835";
}
.icon-database:before {
 content: "\e836";
}
.icon-dial-pad:before {
 content: "\e837";
}
.icon-direction2:before {
 content: "\e838";
}
.icon-document2:before {
 content: "\e839";
}
.icon-documents2:before {
 content: "\e83a";
}
.icon-drink5:before {
 content: "\e83b";
}
.icon-drive:before {
 content: "\e83c";
}
.icon-drop:before {
 content: "\e83d";
}
.icon-edit3:before {
 content: "\e83e";
}
.icon-email:before {
 content: "\e83f";
}
.icon-emoji-happy:before {
 content: "\e840";
}
.icon-emoji-neutral:before {
 content: "\e841";
}
.icon-emoji-sad:before {
 content: "\e842";
}
.icon-erase:before {
 content: "\e843";
}
.icon-eraser:before {
 content: "\e844";
}
.icon-export:before {
 content: "\e845";
}
.icon-eye3:before {
 content: "\e846";
}
.icon-feather:before {
 content: "\e847";
}
.icon-flag2:before {
 content: "\e848";
}
.icon-flash:before {
 content: "\e849";
}
.icon-flashlight:before {
 content: "\e84a";
}
.icon-flat-brush:before {
 content: "\e84b";
}
.icon-folder-images:before {
 content: "\e84c";
}
.icon-folder-music:before {
 content: "\e84d";
}
.icon-folder-video:before {
 content: "\e84e";
}
.icon-folder2:before {
 content: "\e84f";
}
.icon-forward4:before {
 content: "\e850";
}
.icon-funnel:before {
 content: "\e851";
}
.icon-game-controller:before {
 content: "\e852";
}
.icon-gauge:before {
 content: "\e853";
}
.icon-globe4:before {
 content: "\e854";
}
.icon-graduation-cap:before {
 content: "\e855";
}
.icon-grid4:before {
 content: "\e856";
}
.icon-hair-cross:before {
 content: "\e857";
}
.icon-hand2:before {
 content: "\e858";
}
.icon-heart-outlined:before {
 content: "\e859";
}
.icon-heart6:before {
 content: "\e85a";
}
.icon-help-with-circle:before {
 content: "\e85b";
}
.icon-help:before {
 content: "\e85c";
}
.icon-home:before {
 content: "\e85d";
}
.icon-hour-glass:before {
 content: "\e85e";
}
.icon-image-inverted:before {
 content: "\e85f";
}
.icon-image2:before {
 content: "\e860";
}
.icon-images:before {
 content: "\e861";
}
.icon-inbox3:before {
 content: "\e862";
}
.icon-infinity:before {
 content: "\e863";
}
.icon-info-with-circle:before {
 content: "\e864";
}
.icon-info3:before {
 content: "\e865";
}
.icon-key5:before {
 content: "\e866";
}
.icon-keyboard3:before {
 content: "\e867";
}
.icon-lab-flask:before {
 content: "\e868";
}
.icon-landline:before {
 content: "\e869";
}
.icon-language:before {
 content: "\e86a";
}
.icon-laptop2:before {
 content: "\e86b";
}
.icon-leaf:before {
 content: "\e86c";
}
.icon-level-down:before {
 content: "\e86d";
}
.icon-level-up:before {
 content: "\e86e";
}
.icon-lifebuoy:before {
 content: "\e86f";
}
.icon-light-bulb:before {
 content: "\e870";
}
.icon-light-down:before {
 content: "\e871";
}
.icon-light-up:before {
 content: "\e872";
}
.icon-line-graph:before {
 content: "\e873";
}
.icon-link3:before {
 content: "\e874";
}
.icon-list4:before {
 content: "\e875";
}
.icon-location-pin:before {
 content: "\e876";
}
.icon-location4:before {
 content: "\e877";
}
.icon-lock-open:before {
 content: "\e878";
}
.icon-lock3:before {
 content: "\e879";
}
.icon-log-out:before {
 content: "\e87a";
}
.icon-login:before {
 content: "\e87b";
}
.icon-loop3:before {
 content: "\e87c";
}
.icon-magnet2:before {
 content: "\e87d";
}
.icon-magnifying-glass2:before {
 content: "\e87e";
}
.icon-mail5:before {
 content: "\e87f";
}
.icon-man:before {
 content: "\e880";
}
.icon-map5:before {
 content: "\e881";
}
.icon-mask:before {
 content: "\e882";
}
.icon-medal3:before {
 content: "\e883";
}
.icon-megaphone5:before {
 content: "\e884";
}
.icon-menu:before {
 content: "\e885";
}
.icon-message:before {
 content: "\e886";
}
.icon-mic2:before {
 content: "\e887";
}
.icon-minus4:before {
 content: "\e888";
}
.icon-mobile3:before {
 content: "\e889";
}
.icon-modern-mic:before {
 content: "\e88a";
}
.icon-moon2:before {
 content: "\e88b";
}
.icon-mouse2:before {
 content: "\e88c";
}
.icon-music3:before {
 content: "\e88d";
}
.icon-network:before {
 content: "\e88e";
}
.icon-new-message:before {
 content: "\e88f";
}
.icon-new:before {
 content: "\e890";
}
.icon-news2:before {
 content: "\e891";
}
.icon-note2:before {
 content: "\e892";
}
.icon-notification:before {
 content: "\e893";
}
.icon-old-mobile:before {
 content: "\e894";
}
.icon-old-phone:before {
 content: "\e895";
}
.icon-palette:before {
 content: "\e896";
}
.icon-paper-plane:before {
 content: "\e897";
}
.icon-pencil4:before {
 content: "\e898";
}
.icon-phone6:before {
 content: "\e899";
}
.icon-pie-chart:before {
 content: "\e89a";
}
.icon-pin3:before {
 content: "\e89b";
}
.icon-plus3:before {
 content: "\e89c";
}
.icon-popup:before {
 content: "\e89d";
}
.icon-power-plug:before {
 content: "\e89e";
}
.icon-price-ribbon:before {
 content: "\e89f";
}
.icon-price-tag:before {
 content: "\e8a0";
}
.icon-print:before {
 content: "\e8a1";
}
.icon-progress-empty:before {
 content: "\e8a2";
}
.icon-progress-full:before {
 content: "\e8a3";
}
.icon-progress-one:before {
 content: "\e8a4";
}
.icon-progress-two:before {
 content: "\e8a5";
}
.icon-publish:before {
 content: "\e8a6";
}
.icon-quote4:before {
 content: "\e8a7";
}
.icon-radio3:before {
 content: "\e8a8";
}
.icon-reply-all:before {
 content: "\e8a9";
}
.icon-reply2:before {
 content: "\e8aa";
}
.icon-retweet2:before {
 content: "\e8ab";
}
.icon-rocket2:before {
 content: "\e8ac";
}
.icon-round-brush:before {
 content: "\e8ad";
}
.icon-rss2:before {
 content: "\e8ae";
}
.icon-ruler4:before {
 content: "\e8af";
}
.icon-scissors3:before {
 content: "\e8b0";
}
.icon-share-alternitive:before {
 content: "\e8b1";
}
.icon-share:before {
 content: "\e8b2";
}
.icon-shareable:before {
 content: "\e8b3";
}
.icon-shield2:before {
 content: "\e8b4";
}
.icon-shop2:before {
 content: "\e8b5";
}
.icon-shopping-bag:before {
 content: "\e8b6";
}
.icon-shopping-basket:before {
 content: "\e8b7";
}
.icon-shopping-cart:before {
 content: "\e8b8";
}
.icon-shuffle2:before {
 content: "\e8b9";
}
.icon-signal:before {
 content: "\e8ba";
}
.icon-sound-mix:before {
 content: "\e8bb";
}
.icon-sports-club:before {
 content: "\e8bc";
}
.icon-spreadsheet:before {
 content: "\e8bd";
}
.icon-squared-cross:before {
 content: "\e8be";
}
.icon-squared-minus:before {
 content: "\e8bf";
}
.icon-squared-plus:before {
 content: "\e8c0";
}
.icon-star-outlined:before {
 content: "\e8c1";
}
.icon-star2:before {
 content: "\e8c2";
}
.icon-stopwatch:before {
 content: "\e8c3";
}
.icon-suitcase4:before {
 content: "\e8c4";
}
.icon-swap:before {
 content: "\e8c5";
}
.icon-sweden:before {
 content: "\e8c6";
}
.icon-switch3:before {
 content: "\e8c7";
}
.icon-tablet3:before {
 content: "\e8c8";
}
.icon-tag4:before {
 content: "\e8c9";
}
.icon-text-document-inverted:before {
 content: "\e8ca";
}
.icon-text-document:before {
 content: "\e8cb";
}
.icon-text:before {
 content: "\e8cc";
}
.icon-thermometer2:before {
 content: "\e8cd";
}
.icon-thumbs-down:before {
 content: "\e8ce";
}
.icon-thumbs-up:before {
 content: "\e8cf";
}
.icon-thunder-cloud:before {
 content: "\e8d0";
}
.icon-ticket4:before {
 content: "\e8d1";
}
.icon-time-slot:before {
 content: "\e8d2";
}
.icon-tools3:before {
 content: "\e8d3";
}
.icon-traffic-cone:before {
 content: "\e8d4";
}
.icon-tree:before {
 content: "\e8d5";
}
.icon-trophy2:before {
 content: "\e8d6";
}
.icon-tv3:before {
 content: "\e8d7";
}
.icon-typing:before {
 content: "\e8d8";
}
.icon-unread:before {
 content: "\e8d9";
}
.icon-untag:before {
 content: "\e8da";
}
.icon-user2:before {
 content: "\e8db";
}
.icon-users:before {
 content: "\e8dc";
}
.icon-v-card:before {
 content: "\e8dd";
}
.icon-video3:before {
 content: "\e8de";
}
.icon-vinyl:before {
 content: "\e8df";
}
.icon-voicemail:before {
 content: "\e8e0";
}
.icon-wallet4:before {
 content: "\e8e1";
}
.icon-water:before {
 content: "\e8e2";
}
.icon-500px-with-circle:before {
 content: "\e8e3";
}
.icon-500px:before {
 content: "\e8e4";
}
.icon-basecamp:before {
 content: "\e8e5";
}
.icon-behance:before {
 content: "\e8e6";
}
.icon-creative-cloud:before {
 content: "\e8e7";
}
.icon-dropbox:before {
 content: "\e8e8";
}
.icon-evernote:before {
 content: "\e8e9";
}
.icon-flattr:before {
 content: "\e8ea";
}
.icon-foursquare:before {
 content: "\e8eb";
}
.icon-google-drive:before {
 content: "\e8ec";
}
.icon-google-hangouts:before {
 content: "\e8ed";
}
.icon-grooveshark:before {
 content: "\e8ee";
}
.icon-icloud:before {
 content: "\e8ef";
}
.icon-mixi:before {
 content: "\e8f0";
}
.icon-onedrive:before {
 content: "\e8f1";
}
.icon-paypal:before {
 content: "\e8f2";
}
.icon-picasa:before {
 content: "\e8f3";
}
.icon-qq:before {
 content: "\e8f4";
}
.icon-rdio-with-circle:before {
 content: "\e8f5";
}
.icon-renren:before {
 content: "\e8f6";
}
.icon-scribd:before {
 content: "\e8f7";
}
.icon-sina-weibo:before {
 content: "\e8f8";
}
.icon-skype-with-circle:before {
 content: "\e8f9";
}
.icon-skype:before {
 content: "\e8fa";
}
.icon-slideshare:before {
 content: "\e8fb";
}
.icon-smashing:before {
 content: "\e8fc";
}
.icon-soundcloud:before {
 content: "\e8fd";
}
.icon-spotify-with-circle:before {
 content: "\e8fe";
}
.icon-spotify:before {
 content: "\e8ff";
}
.icon-swarm:before {
 content: "\eaeb";
}
.icon-vine-with-circle:before {
 content: "\eaec";
}
.icon-vine:before {
 content: "\eaed";
}
.icon-vk-alternitive:before {
 content: "\eaee";
}
.icon-vk-with-circle:before {
 content: "\eaef";
}
.icon-vk:before {
 content: "\eaf0";
}
.icon-xing-with-circle:before {
 content: "\eaf1";
}
.icon-xing:before {
 content: "\eaf2";
}
.icon-yelp:before {
 content: "\eaf3";
}
.icon-dribbble-with-circle:before {
 content: "\eaf4";
}
.icon-dribbble4:before {
 content: "\eaf5";
}
.icon-facebook-with-circle:before {
 content: "\eaf6";
}
.icon-facebook4:before {
 content: "\eaf7";
}
.icon-flickr-with-circle:before {
 content: "\eaf8";
}
.icon-flickr:before {
 content: "\eaf9";
}
.icon-github-with-circle:before {
 content: "\eafa";
}
.icon-github:before {
 content: "\eafb";
}
.icon-google-with-circle:before {
 content: "\eafc";
}
.icon-google:before {
 content: "\eafd";
}
.icon-instagram-with-circle:before {
 content: "\eafe";
}
.icon-instagram:before {
 content: "\eaff";
}
.icon-lastfm-with-circle:before {
 content: "\eb00";
}
.icon-lastfm:before {
 content: "\eb01";
}
.icon-linkedin-with-circle:before {
 content: "\eb02";
}
.icon-linkedin3:before {
 content: "\eb03";
}
.icon-pinterest-with-circle:before {
 content: "\eb04";
}
.icon-pinterest:before {
 content: "\eb05";
}
.icon-rdio:before {
 content: "\eb06";
}
.icon-stumbleupon-with-circle:before {
 content: "\eb07";
}
.icon-stumbleupon:before {
 content: "\eb08";
}
.icon-tumblr-with-circle:before {
 content: "\eb09";
}
.icon-tumblr3:before {
 content: "\eb0a";
}
.icon-twitter-with-circle:before {
 content: "\eb0b";
}
.icon-twitter4:before {
 content: "\eb0c";
}
.icon-vimeo-with-circle:before {
 content: "\eb0d";
}
.icon-vimeo:before {
 content: "\eb0e";
}
.icon-youtube-with-circle:before {
 content: "\eb0f";
}
.icon-youtube:before {
 content: "\eb10";
}
.icon-type:before {
 content: "\eb11";
}
.icon-box4:before {
 content: "\eb12";
}
.icon-archive3:before {
 content: "\eb13";
}
.icon-envelope4:before {
 content: "\eb14";
}
.icon-email2:before {
 content: "\eb15";
}
.icon-files2:before {
 content: "\eb16";
}
.icon-uniEB17:before {
 content: "\eb17";
}
.icon-file-settings:before {
 content: "\eb18";
}
.icon-file-add:before {
 content: "\eb19";
}
.icon-file4:before {
 content: "\eb1a";
}
.icon-align-left2:before {
 content: "\eb1b";
}
.icon-align-right2:before {
 content: "\eb1c";
}
.icon-align-center:before {
 content: "\eb1d";
}
.icon-align-justify:before {
 content: "\eb1e";
}
.icon-file-broken:before {
 content: "\eb1f";
}
.icon-browser3:before {
 content: "\eb20";
}
.icon-windows:before {
 content: "\eb21";
}
.icon-window2:before {
 content: "\eb22";
}
.icon-folder3:before {
 content: "\eb23";
}
.icon-folder-add:before {
 content: "\eb24";
}
.icon-folder-settings:before {
 content: "\eb25";
}
.icon-folder-check:before {
 content: "\eb26";
}
.icon-wifi-low:before {
 content: "\eb27";
}
.icon-wifi-mid:before {
 content: "\eb28";
}
.icon-wifi-full:before {
 content: "\eb29";
}
.icon-connection-empty:before {
 content: "\eb2a";
}
.icon-connection-25:before {
 content: "\eb2b";
}
.icon-connection-50:before {
 content: "\eb2c";
}
.icon-connection-75:before {
 content: "\eb2d";
}
.icon-connection-full:before {
 content: "\eb2e";
}
.icon-list5:before {
 content: "\eb2f";
}
.icon-grid5:before {
 content: "\eb30";
}
.icon-uniEB31:before {
 content: "\eb31";
}
.icon-battery-charging:before {
 content: "\eb32";
}
.icon-battery-empty:before {
 content: "\eb33";
}
.icon-battery-25:before {
 content: "\eb34";
}
.icon-battery-50:before {
 content: "\eb35";
}
.icon-battery-75:before {
 content: "\eb36";
}
.icon-battery-full:before {
 content: "\eb37";
}
.icon-settings2:before {
 content: "\eb38";
}
.icon-arrow-left3:before {
 content: "\eb39";
}
.icon-arrow-up3:before {
 content: "\eb3a";
}
.icon-arrow-down3:before {
 content: "\eb3b";
}
.icon-arrow-right3:before {
 content: "\eb3c";
}
.icon-reload:before {
 content: "\eb3d";
}
.icon-refresh2:before {
 content: "\eb3e";
}
.icon-volume4:before {
 content: "\eb3f";
}
.icon-volume-increase:before {
 content: "\eb40";
}
.icon-volume-decrease:before {
 content: "\eb41";
}
.icon-mute2:before {
 content: "\eb42";
}
.icon-microphone5:before {
 content: "\eb43";
}
.icon-microphone-off:before {
 content: "\eb44";
}
.icon-book4:before {
 content: "\eb45";
}
.icon-checkmark5:before {
 content: "\eb46";
}
.icon-checkbox-checked:before {
 content: "\eb47";
}
.icon-checkbox:before {
 content: "\eb48";
}
.icon-paperclip2:before {
 content: "\eb49";
}
.icon-download8:before {
 content: "\eb4a";
}
.icon-tag5:before {
 content: "\eb4b";
}
.icon-trashcan2:before {
 content: "\eb4c";
}
.icon-search3:before {
 content: "\eb4d";
}
.icon-zoomin2:before {
 content: "\eb4e";
}
.icon-zoomout2:before {
 content: "\eb4f";
}
.icon-chat6:before {
 content: "\eb50";
}
.icon-chat-1:before {
 content: "\eb51";
}
.icon-chat-2:before {
 content: "\eb52";
}
.icon-chat-3:before {
 content: "\eb53";
}
.icon-comment:before {
 content: "\eb54";
}
.icon-calendar7:before {
 content: "\eb55";
}
.icon-bookmark4:before {
 content: "\eb56";
}
.icon-email3:before {
 content: "\eb57";
}
.icon-heart7:before {
 content: "\eb58";
}
.icon-enter:before {
 content: "\eb59";
}
.icon-cloud5:before {
 content: "\eb5a";
}
.icon-book5:before {
 content: "\eb5b";
}
.icon-star3:before {
 content: "\eb5c";
}
.icon-clock5:before {
 content: "\eb5d";
}
.icon-printer3:before {
 content: "\eb5e";
}
.icon-home4:before {
 content: "\eb5f";
}
.icon-flag3:before {
 content: "\eb60";
}
.icon-meter:before {
 content: "\eb61";
}
.icon-switch4:before {
 content: "\eb62";
}
.icon-forbidden:before {
 content: "\eb63";
}
.icon-lock4:before {
 content: "\eb64";
}
.icon-unlocked3:before {
 content: "\eb65";
}
.icon-unlocked4:before {
 content: "\eb66";
}
.icon-users2:before {
 content: "\eb67";
}
.icon-user3:before {
 content: "\eb68";
}
.icon-users3:before {
 content: "\eb69";
}
.icon-user4:before {
 content: "\eb6a";
}
.icon-bullhorn:before {
 content: "\eb6b";
}
.icon-share3:before {
 content: "\eb6c";
}
.icon-screen:before {
 content: "\eb6d";
}
.icon-phone7:before {
 content: "\eb6e";
}
.icon-phone-portrait:before {
 content: "\eb6f";
}
.icon-phone-landscape:before {
 content: "\eb70";
}
.icon-tablet4:before {
 content: "\eb71";
}
.icon-tablet-landscape:before {
 content: "\eb72";
}
.icon-laptop3:before {
 content: "\eb73";
}
.icon-camera7:before {
 content: "\eb74";
}
.icon-microwaveoven:before {
 content: "\eb75";
}
.icon-creditcards:before {
 content: "\eb76";
}
.icon-calculator3:before {
 content: "\eb77";
}
.icon-bag2:before {
 content: "\eb78";
}
.icon-diamond3:before {
 content: "\eb79";
}
.icon-drink6:before {
 content: "\eb7a";
}
.icon-shorts:before {
 content: "\eb7b";
}
.icon-vcard:before {
 content: "\eb7c";
}
.icon-sun2:before {
 content: "\eb7d";
}
.icon-bill:before {
 content: "\eb7e";
}
.icon-coffee2:before {
 content: "\eb7f";
}
.icon-uniEB80:before {
 content: "\eb80";
}
.icon-newspaper2:before {
 content: "\eb81";
}
.icon-stack5:before {
 content: "\eb82";
}
.icon-mapmarker:before {
 content: "\eb83";
}
.icon-map6:before {
 content: "\eb84";
}
.icon-support:before {
 content: "\eb85";
}
.icon-uniEB86:before {
 content: "\eb86";
}
.icon-barbell:before {
 content: "\eb87";
}
.icon-stopwatch2:before {
 content: "\eb88";
}
.icon-atom2:before {
 content: "\eb89";
}
.icon-syringe:before {
 content: "\eb8a";
}
.icon-health2:before {
 content: "\eb8b";
}
.icon-bolt:before {
 content: "\eb8c";
}
.icon-pill:before {
 content: "\eb8d";
}
.icon-bones:before {
 content: "\eb8e";
}
.icon-lab3:before {
 content: "\eb8f";
}
.icon-clipboard6:before {
 content: "\eb90";
}
.icon-mug2:before {
 content: "\eb91";
}
.icon-bucket2:before {
 content: "\eb92";
}
.icon-select:before {
 content: "\eb93";
}
.icon-graph:before {
 content: "\eb94";
}
.icon-crop2:before {
 content: "\eb95";
}
.icon-image3:before {
 content: "\eb96";
}
.icon-cube2:before {
 content: "\eb97";
}
.icon-bars:before {
 content: "\eb98";
}
.icon-chart7:before {
 content: "\eb99";
}
.icon-pencil5:before {
 content: "\eb9a";
}
.icon-measure:before {
 content: "\eb9b";
}
.icon-eyedropper2:before {
 content: "\eb9c";
}
.icon-box5:before {
 content: "\eb9d";
}
.icon-write:before {
 content: "\eb9e";
}
.icon-clock6:before {
 content: "\eb9f";
}
.icon-reply3:before {
 content: "\eba0";
}
.icon-reply-all2:before {
 content: "\eba1";
}
.icon-forward5:before {
 content: "\eba2";
}
.icon-flag4:before {
 content: "\eba3";
}
.icon-search4:before {
 content: "\eba4";
}
.icon-trash3:before {
 content: "\eba5";
}
.icon-envelope5:before {
 content: "\eba6";
}
.icon-bubble3:before {
 content: "\eba7";
}
.icon-bubbles:before {
 content: "\eba8";
}
.icon-user5:before {
 content: "\eba9";
}
.icon-users4:before {
 content: "\ebaa";
}
.icon-cloud6:before {
 content: "\ebab";
}
.icon-download9:before {
 content: "\ebac";
}
.icon-upload7:before {
 content: "\ebad";
}
.icon-rain2:before {
 content: "\ebae";
}
.icon-sun3:before {
 content: "\ebaf";
}
.icon-moon3:before {
 content: "\ebb0";
}
.icon-bell2:before {
 content: "\ebb1";
}
.icon-folder4:before {
 content: "\ebb2";
}
.icon-pin4:before {
 content: "\ebb3";
}
.icon-sound3:before {
 content: "\ebb4";
}
.icon-microphone6:before {
 content: "\ebb5";
}
.icon-camera8:before {
 content: "\ebb6";
}
.icon-image4:before {
 content: "\ebb7";
}
.icon-cog4:before {
 content: "\ebb8";
}
.icon-calendar8:before {
 content: "\ebb9";
}
.icon-book6:before {
 content: "\ebba";
}
.icon-map-marker:before {
 content: "\ebbb";
}
.icon-store:before {
 content: "\ebbc";
}
.icon-support2:before {
 content: "\ebbd";
}
.icon-tag6:before {
 content: "\ebbe";
}
.icon-heart8:before {
 content: "\ebbf";
}
.icon-video-camera:before {
 content: "\ebc0";
}
.icon-trophy3:before {
 content: "\ebc1";
}
.icon-cart:before {
 content: "\ebc2";
}
.icon-eye4:before {
 content: "\ebc3";
}
.icon-cancel4:before {
 content: "\ebc4";
}
.icon-chart8:before {
 content: "\ebc5";
}
.icon-target3:before {
 content: "\ebc6";
}
.icon-printer4:before {
 content: "\ebc7";
}
.icon-location5:before {
 content: "\ebc8";
}
.icon-bookmark5:before {
 content: "\ebc9";
}
.icon-monitor2:before {
 content: "\ebca";
}
.icon-cross3:before {
 content: "\ebcb";
}
.icon-plus4:before {
 content: "\ebcc";
}
.icon-left:before {
 content: "\ebcd";
}
.icon-up:before {
 content: "\ebce";
}
.icon-browser4:before {
 content: "\ebcf";
}
.icon-windows2:before {
 content: "\ebd0";
}
.icon-switch5:before {
 content: "\ebd1";
}
.icon-dashboard:before {
 content: "\ebd2";
}
.icon-play:before {
 content: "\ebd3";
}
.icon-fast-forward:before {
 content: "\ebd4";
}
.icon-next:before {
 content: "\ebd5";
}
.icon-refresh3:before {
 content: "\ebd6";
}
.icon-film4:before {
 content: "\ebd7";
}
.icon-home5:before {
 content: "\ebd8";
}
.icon-home6:before {
 content: "\e900";
}
.icon-home2:before {
 content: "\e901";
}
.icon-home3:before {
 content: "\e902";
}
.icon-office:before {
 content: "\e903";
}
.icon-newspaper3:before {
 content: "\e904";
}
.icon-pencil6:before {
 content: "\e905";
}
.icon-pencil2:before {
 content: "\e906";
}
.icon-quill:before {
 content: "\e907";
}
.icon-pen4:before {
 content: "\e908";
}
.icon-blog:before {
 content: "\e909";
}
.icon-eyedropper3:before {
 content: "\e90a";
}
.icon-droplet:before {
 content: "\e90b";
}
.icon-paint-format:before {
 content: "\e90c";
}
.icon-image5:before {
 content: "\e90d";
}
.icon-images2:before {
 content: "\e90e";
}
.icon-camera9:before {
 content: "\e90f";
}
.icon-headphones2:before {
 content: "\e910";
}
.icon-music4:before {
 content: "\e911";
}
.icon-play4:before {
 content: "\e912";
}
.icon-film5:before {
 content: "\e913";
}
.icon-video-camera2:before {
 content: "\e914";
}
.icon-dice:before {
 content: "\e915";
}
.icon-pacman2:before {
 content: "\e916";
}
.icon-spades:before {
 content: "\e917";
}
.icon-clubs:before {
 content: "\e918";
}
.icon-diamonds:before {
 content: "\e919";
}
.icon-bullhorn2:before {
 content: "\e91a";
}
.icon-connection:before {
 content: "\e91b";
}
.icon-podcast:before {
 content: "\e91c";
}
.icon-feed:before {
 content: "\e91d";
}
.icon-mic3:before {
 content: "\e91e";
}
.icon-book7:before {
 content: "\e91f";
}
.icon-books:before {
 content: "\e920";
}
.icon-library2:before {
 content: "\e921";
}
.icon-file-text:before {
 content: "\e922";
}
.icon-profile4:before {
 content: "\e923";
}
.icon-file-empty:before {
 content: "\e924";
}
.icon-files-empty:before {
 content: "\e925";
}
.icon-file-text2:before {
 content: "\e926";
}
.icon-file-picture:before {
 content: "\e927";
}
.icon-file-music:before {
 content: "\e928";
}
.icon-file-play:before {
 content: "\e929";
}
.icon-file-video:before {
 content: "\e92a";
}
.icon-file-zip:before {
 content: "\e92b";
}
.icon-copy2:before {
 content: "\e92c";
}
.icon-paste:before {
 content: "\e92d";
}
.icon-stack6:before {
 content: "\e92e";
}
.icon-folder5:before {
 content: "\e92f";
}
.icon-folder-open:before {
 content: "\e930";
}
.icon-folder-plus:before {
 content: "\e931";
}
.icon-folder-minus:before {
 content: "\e932";
}
.icon-folder-download:before {
 content: "\e933";
}
.icon-folder-upload:before {
 content: "\e934";
}
.icon-price-tag2:before {
 content: "\e935";
}
.icon-price-tags:before {
 content: "\e936";
}
.icon-barcode3:before {
 content: "\e937";
}
.icon-qrcode:before {
 content: "\e938";
}
.icon-ticket5:before {
 content: "\e939";
}
.icon-cart2:before {
 content: "\e93a";
}
.icon-coin-dollar:before {
 content: "\e93b";
}
.icon-coin-euro:before {
 content: "\e93c";
}
.icon-coin-pound:before {
 content: "\e93d";
}
.icon-coin-yen:before {
 content: "\e93e";
}
.icon-credit-card2:before {
 content: "\e93f";
}
.icon-calculator4:before {
 content: "\e940";
}
.icon-lifebuoy2:before {
 content: "\e941";
}
.icon-phone8:before {
 content: "\e942";
}
.icon-phone-hang-up:before {
 content: "\e943";
}
.icon-address-book:before {
 content: "\e944";
}
.icon-envelop:before {
 content: "\e945";
}
.icon-pushpin:before {
 content: "\e946";
}
.icon-location6:before {
 content: "\e947";
}
.icon-location2:before {
 content: "\e948";
}
.icon-compass5:before {
 content: "\e949";
}
.icon-compass2:before {
 content: "\e94a";
}
.icon-map7:before {
 content: "\e94b";
}
.icon-map2:before {
 content: "\e94c";
}
.icon-history:before {
 content: "\e94d";
}
.icon-clock7:before {
 content: "\e94e";
}
.icon-clock2:before {
 content: "\e94f";
}
.icon-alarm2:before {
 content: "\e950";
}
.icon-bell3:before {
 content: "\e951";
}
.icon-stopwatch3:before {
 content: "\e952";
}
.icon-calendar9:before {
 content: "\e953";
}
.icon-printer5:before {
 content: "\e954";
}
.icon-keyboard4:before {
 content: "\e955";
}
.icon-display2:before {
 content: "\e956";
}
.icon-laptop4:before {
 content: "\e957";
}
.icon-mobile4:before {
 content: "\e958";
}
.icon-mobile2:before {
 content: "\e959";
}
.icon-tablet5:before {
 content: "\e95a";
}
.icon-tv4:before {
 content: "\e95b";
}
.icon-drawer:before {
 content: "\e95c";
}
.icon-drawer2:before {
 content: "\e95d";
}
.icon-box-add:before {
 content: "\e95e";
}
.icon-box-remove:before {
 content: "\e95f";
}
.icon-download10:before {
 content: "\e960";
}
.icon-upload8:before {
 content: "\e961";
}
.icon-floppy-disk:before {
 content: "\e962";
}
.icon-drive2:before {
 content: "\e963";
}
.icon-database2:before {
 content: "\e964";
}
.icon-undo:before {
 content: "\e965";
}
.icon-redo:before {
 content: "\e966";
}
.icon-undo2:before {
 content: "\e967";
}
.icon-redo2:before {
 content: "\e968";
}
.icon-forward6:before {
 content: "\e969";
}
.icon-reply4:before {
 content: "\e96a";
}
.icon-bubble4:before {
 content: "\e96b";
}
.icon-bubbles5:before {
 content: "\e96c";
}
.icon-bubbles2:before {
 content: "\e96d";
}
.icon-bubble2:before {
 content: "\e96e";
}
.icon-bubbles3:before {
 content: "\e96f";
}
.icon-bubbles4:before {
 content: "\e970";
}
.icon-user6:before {
 content: "\e971";
}
.icon-users5:before {
 content: "\e972";
}
.icon-user-plus:before {
 content: "\e973";
}
.icon-user-minus:before {
 content: "\e974";
}
.icon-user-check:before {
 content: "\e975";
}
.icon-user-tie:before {
 content: "\e976";
}
.icon-quotes-left:before {
 content: "\e977";
}
.icon-quotes-right:before {
 content: "\e978";
}
.icon-hour-glass2:before {
 content: "\e979";
}
.icon-spinner:before {
 content: "\e97a";
}
.icon-spinner2:before {
 content: "\e97b";
}
.icon-spinner3:before {
 content: "\e97c";
}
.icon-spinner4:before {
 content: "\e97d";
}
.icon-spinner5:before {
 content: "\e97e";
}
.icon-spinner6:before {
 content: "\e97f";
}
.icon-spinner7:before {
 content: "\e980";
}
.icon-spinner8:before {
 content: "\e981";
}
.icon-spinner9:before {
 content: "\e982";
}
.icon-spinner10:before {
 content: "\e983";
}
.icon-spinner11:before {
 content: "\e984";
}
.icon-binoculars:before {
 content: "\e985";
}
.icon-search5:before {
 content: "\e986";
}
.icon-zoom-in:before {
 content: "\e987";
}
.icon-zoom-out:before {
 content: "\e988";
}
.icon-enlarge:before {
 content: "\e989";
}
.icon-shrink:before {
 content: "\e98a";
}
.icon-enlarge2:before {
 content: "\e98b";
}
.icon-shrink2:before {
 content: "\e98c";
}
.icon-key6:before {
 content: "\e98d";
}
.icon-key2:before {
 content: "\e98e";
}
.icon-lock5:before {
 content: "\e98f";
}
.icon-unlocked5:before {
 content: "\e990";
}
.icon-wrench:before {
 content: "\e991";
}
.icon-equalizer3:before {
 content: "\e992";
}
.icon-equalizer2:before {
 content: "\e993";
}
.icon-cog5:before {
 content: "\e994";
}
.icon-cogs2:before {
 content: "\e995";
}
.icon-hammer3:before {
 content: "\e996";
}
.icon-magic-wand:before {
 content: "\e997";
}
.icon-aid-kit:before {
 content: "\e998";
}
.icon-bug:before {
 content: "\e999";
}
.icon-pie-chart2:before {
 content: "\e99a";
}
.icon-stats-dots:before {
 content: "\e99b";
}
.icon-stats-bars:before {
 content: "\e99c";
}
.icon-stats-bars2:before {
 content: "\e99d";
}
.icon-trophy4:before {
 content: "\e99e";
}
.icon-gift2:before {
 content: "\e99f";
}
.icon-glass:before {
 content: "\e9a0";
}
.icon-glass2:before {
 content: "\e9a1";
}
.icon-mug3:before {
 content: "\e9a2";
}
.icon-spoon-knife:before {
 content: "\e9a3";
}
.icon-leaf2:before {
 content: "\e9a4";
}
.icon-rocket3:before {
 content: "\e9a5";
}
.icon-meter3:before {
 content: "\e9a6";
}
.icon-meter2:before {
 content: "\e9a7";
}
.icon-hammer2:before {
 content: "\e9a8";
}
.icon-fire2:before {
 content: "\e9a9";
}
.icon-lab4:before {
 content: "\e9aa";
}
.icon-magnet3:before {
 content: "\e9ab";
}
.icon-bin:before {
 content: "\e9ac";
}
.icon-bin2:before {
 content: "\e9ad";
}
.icon-briefcase3:before {
 content: "\e9ae";
}
.icon-airplane:before {
 content: "\e9af";
}
.icon-truck4:before {
 content: "\e9b0";
}
.icon-road:before {
 content: "\e9b1";
}
.icon-accessibility:before {
 content: "\e9b2";
}
.icon-target4:before {
 content: "\e9b3";
}
.icon-shield3:before {
 content: "\e9b4";
}
.icon-power:before {
 content: "\e9b5";
}
.icon-switch6:before {
 content: "\e9b6";
}
.icon-power-cord:before {
 content: "\e9b7";
}
.icon-clipboard7:before {
 content: "\e9b8";
}
.icon-list-numbered:before {
 content: "\e9b9";
}
.icon-list6:before {
 content: "\e9ba";
}
.icon-list2:before {
 content: "\e9bb";
}
.icon-tree2:before {
 content: "\e9bc";
}
.icon-menu5:before {
 content: "\e9bd";
}
.icon-menu2:before {
 content: "\e9be";
}
.icon-menu3:before {
 content: "\e9bf";
}
.icon-menu4:before {
 content: "\e9c0";
}
.icon-cloud7:before {
 content: "\e9c1";
}
.icon-cloud-download:before {
 content: "\e9c2";
}
.icon-cloud-upload:before {
 content: "\e9c3";
}
.icon-cloud-check:before {
 content: "\e9c4";
}
.icon-download2:before {
 content: "\e9c5";
}
.icon-upload2:before {
 content: "\e9c6";
}
.icon-download3:before {
 content: "\e9c7";
}
.icon-upload3:before {
 content: "\e9c8";
}
.icon-sphere:before {
 content: "\e9c9";
}
.icon-earth:before {
 content: "\e9ca";
}
.icon-link4:before {
 content: "\e9cb";
}
.icon-flag5:before {
 content: "\e9cc";
}
.icon-attachment4:before {
 content: "\e9cd";
}
.icon-eye5:before {
 content: "\e9ce";
}
.icon-eye-plus:before {
 content: "\e9cf";
}
.icon-eye-minus:before {
 content: "\e9d0";
}
.icon-eye-blocked:before {
 content: "\e9d1";
}
.icon-bookmark6:before {
 content: "\e9d2";
}
.icon-bookmarks2:before {
 content: "\e9d3";
}
.icon-sun4:before {
 content: "\e9d4";
}
.icon-contrast:before {
 content: "\e9d5";
}
.icon-brightness-contrast:before {
 content: "\e9d6";
}
.icon-star-empty:before {
 content: "\e9d7";
}
.icon-star-half:before {
 content: "\e9d8";
}
.icon-star-full:before {
 content: "\e9d9";
}
.icon-heart9:before {
 content: "\e9da";
}
.icon-heart-broken:before {
 content: "\e9db";
}
.icon-man2:before {
 content: "\e9dc";
}
.icon-woman:before {
 content: "\e9dd";
}
.icon-man-woman:before {
 content: "\e9de";
}
.icon-happy3:before {
 content: "\e9df";
}
.icon-happy2:before {
 content: "\e9e0";
}
.icon-smile:before {
 content: "\e9e1";
}
.icon-smile2:before {
 content: "\e9e2";
}
.icon-tongue:before {
 content: "\e9e3";
}
.icon-tongue2:before {
 content: "\e9e4";
}
.icon-sad4:before {
 content: "\e9e5";
}
.icon-sad2:before {
 content: "\e9e6";
}
.icon-wink:before {
 content: "\e9e7";
}
.icon-wink2:before {
 content: "\e9e8";
}
.icon-grin:before {
 content: "\e9e9";
}
.icon-grin2:before {
 content: "\e9ea";
}
.icon-cool:before {
 content: "\e9eb";
}
.icon-cool2:before {
 content: "\e9ec";
}
.icon-angry:before {
 content: "\e9ed";
}
.icon-angry2:before {
 content: "\e9ee";
}
.icon-evil:before {
 content: "\e9ef";
}
.icon-evil2:before {
 content: "\e9f0";
}
.icon-shocked:before {
 content: "\e9f1";
}
.icon-shocked2:before {
 content: "\e9f2";
}
.icon-baffled:before {
 content: "\e9f3";
}
.icon-baffled2:before {
 content: "\e9f4";
}
.icon-confused:before {
 content: "\e9f5";
}
.icon-confused2:before {
 content: "\e9f6";
}
.icon-neutral:before {
 content: "\e9f7";
}
.icon-neutral2:before {
 content: "\e9f8";
}
.icon-hipster:before {
 content: "\e9f9";
}
.icon-hipster2:before {
 content: "\e9fa";
}
.icon-wondering:before {
 content: "\e9fb";
}
.icon-wondering2:before {
 content: "\e9fc";
}
.icon-sleepy:before {
 content: "\e9fd";
}
.icon-sleepy2:before {
 content: "\e9fe";
}
.icon-frustrated:before {
 content: "\e9ff";
}
.icon-frustrated2:before {
 content: "\ea00";
}
.icon-crying:before {
 content: "\ea01";
}
.icon-crying2:before {
 content: "\ea02";
}
.icon-point-up:before {
 content: "\ea03";
}
.icon-point-right:before {
 content: "\ea04";
}
.icon-point-down:before {
 content: "\ea05";
}
.icon-point-left:before {
 content: "\ea06";
}
.icon-warning3:before {
 content: "\ea07";
}
.icon-notification2:before {
 content: "\ea08";
}
.icon-question:before {
 content: "\ea09";
}
.icon-plus5:before {
 content: "\ea0a";
}
.icon-minus5:before {
 content: "\ea0b";
}
.icon-info4:before {
 content: "\ea0c";
}
.icon-cancel-circle:before {
 content: "\ea0d";
}
.icon-blocked2:before {
 content: "\ea0e";
}
.icon-cross4:before {
 content: "\ea0f";
}
.icon-checkmark6:before {
 content: "\ea10";
}
.icon-checkmark2:before {
 content: "\ea11";
}
.icon-spell-check:before {
 content: "\ea12";
}
.icon-enter2:before {
 content: "\ea13";
}
.icon-exit:before {
 content: "\ea14";
}
.icon-play2:before {
 content: "\ea15";
}
.icon-pause:before {
 content: "\ea16";
}
.icon-stop3:before {
 content: "\ea17";
}
.icon-previous:before {
 content: "\ea18";
}
.icon-next3:before {
 content: "\ea19";
}
.icon-backward:before {
 content: "\ea1a";
}
.icon-forward2:before {
 content: "\ea1b";
}
.icon-play3:before {
 content: "\ea1c";
}
.icon-pause2:before {
 content: "\ea1d";
}
.icon-stop2:before {
 content: "\ea1e";
}
.icon-backward2:before {
 content: "\ea1f";
}
.icon-forward3:before {
 content: "\ea20";
}
.icon-first:before {
 content: "\ea21";
}
.icon-last:before {
 content: "\ea22";
}
.icon-previous2:before {
 content: "\ea23";
}
.icon-next2:before {
 content: "\ea24";
}
.icon-eject:before {
 content: "\ea25";
}
.icon-volume-high:before {
 content: "\ea26";
}
.icon-volume-medium:before {
 content: "\ea27";
}
.icon-volume-low:before {
 content: "\ea28";
}
.icon-volume-mute:before {
 content: "\ea29";
}
.icon-volume-mute2:before {
 content: "\ea2a";
}
.icon-volume-increase2:before {
 content: "\ea2b";
}
.icon-volume-decrease2:before {
 content: "\ea2c";
}
.icon-loop4:before {
 content: "\ea2d";
}
.icon-loop2:before {
 content: "\ea2e";
}
.icon-infinite:before {
 content: "\ea2f";
}
.icon-shuffle3:before {
 content: "\ea30";
}
.icon-arrow-up-left:before {
 content: "\ea31";
}
.icon-arrow-up4:before {
 content: "\ea32";
}
.icon-arrow-up-right:before {
 content: "\ea33";
}
.icon-arrow-right4:before {
 content: "\ea34";
}
.icon-arrow-down-right:before {
 content: "\ea35";
}
.icon-arrow-down4:before {
 content: "\ea36";
}
.icon-arrow-down-left:before {
 content: "\ea37";
}
.icon-arrow-left4:before {
 content: "\ea38";
}
.icon-arrow-up-left2:before {
 content: "\ea39";
}
.icon-arrow-up2:before {
 content: "\ea3a";
}
.icon-arrow-up-right2:before {
 content: "\ea3b";
}
.icon-arrow-right2:before {
 content: "\ea3c";
}
.icon-arrow-down-right2:before {
 content: "\ea3d";
}
.icon-arrow-down2:before {
 content: "\ea3e";
}
.icon-arrow-down-left2:before {
 content: "\ea3f";
}
.icon-arrow-left2:before {
 content: "\ea40";
}
.icon-circle-up:before {
 content: "\ea41";
}
.icon-circle-right:before {
 content: "\ea42";
}
.icon-circle-down:before {
 content: "\ea43";
}
.icon-circle-left:before {
 content: "\ea44";
}
.icon-tab:before {
 content: "\ea45";
}
.icon-move-up:before {
 content: "\ea46";
}
.icon-move-down:before {
 content: "\ea47";
}
.icon-sort-alpha-asc:before {
 content: "\ea48";
}
.icon-sort-alpha-desc:before {
 content: "\ea49";
}
.icon-sort-numeric-asc:before {
 content: "\ea4a";
}
.icon-sort-numberic-desc:before {
 content: "\ea4b";
}
.icon-sort-amount-asc:before {
 content: "\ea4c";
}
.icon-sort-amount-desc:before {
 content: "\ea4d";
}
.icon-command:before {
 content: "\ea4e";
}
.icon-shift:before {
 content: "\ea4f";
}
.icon-ctrl:before {
 content: "\ea50";
}
.icon-opt:before {
 content: "\ea51";
}
.icon-checkbox-checked2:before {
 content: "\ea52";
}
.icon-checkbox-unchecked:before {
 content: "\ea53";
}
.icon-radio-checked:before {
 content: "\ea54";
}
.icon-radio-checked2:before {
 content: "\ea55";
}
.icon-radio-unchecked:before {
 content: "\ea56";
}
.icon-crop3:before {
 content: "\ea57";
}
.icon-make-group:before {
 content: "\ea58";
}
.icon-ungroup:before {
 content: "\ea59";
}
.icon-scissors4:before {
 content: "\ea5a";
}
.icon-filter:before {
 content: "\ea5b";
}
.icon-font:before {
 content: "\ea5c";
}
.icon-ligature:before {
 content: "\ea5d";
}
.icon-ligature2:before {
 content: "\ea5e";
}
.icon-text-height:before {
 content: "\ea5f";
}
.icon-text-width:before {
 content: "\ea60";
}
.icon-font-size:before {
 content: "\ea61";
}
.icon-bold:before {
 content: "\ea62";
}
.icon-underline:before {
 content: "\ea63";
}
.icon-italic:before {
 content: "\ea64";
}
.icon-strikethrough:before {
 content: "\ea65";
}
.icon-omega:before {
 content: "\ea66";
}
.icon-sigma:before {
 content: "\ea67";
}
.icon-page-break:before {
 content: "\ea68";
}
.icon-superscript:before {
 content: "\ea69";
}
.icon-subscript:before {
 content: "\ea6a";
}
.icon-superscript2:before {
 content: "\ea6b";
}
.icon-subscript2:before {
 content: "\ea6c";
}
.icon-text-color:before {
 content: "\ea6d";
}
.icon-pagebreak:before {
 content: "\ea6e";
}
.icon-clear-formatting:before {
 content: "\ea6f";
}
.icon-table:before {
 content: "\ea70";
}
.icon-table2:before {
 content: "\ea71";
}
.icon-insert-template:before {
 content: "\ea72";
}
.icon-pilcrow:before {
 content: "\ea73";
}
.icon-ltr:before {
 content: "\ea74";
}
.icon-rtl:before {
 content: "\ea75";
}
.icon-section:before {
 content: "\ea76";
}
.icon-paragraph-left:before {
 content: "\ea77";
}
.icon-paragraph-center:before {
 content: "\ea78";
}
.icon-paragraph-right:before {
 content: "\ea79";
}
.icon-paragraph-justify:before {
 content: "\ea7a";
}
.icon-indent-increase:before {
 content: "\ea7b";
}
.icon-indent-decrease:before {
 content: "\ea7c";
}
.icon-share4:before {
 content: "\ea7d";
}
.icon-new-tab:before {
 content: "\ea7e";
}
.icon-embed:before {
 content: "\ea7f";
}
.icon-embed2:before {
 content: "\ea80";
}
.icon-terminal:before {
 content: "\ea81";
}
.icon-share2:before {
 content: "\ea82";
}
.icon-mail6:before {
 content: "\ea83";
}
.icon-mail2:before {
 content: "\ea84";
}
.icon-mail3:before {
 content: "\ea85";
}
.icon-mail4:before {
 content: "\ea86";
}
.icon-google2:before {
 content: "\ea87";
}
.icon-google-plus:before {
 content: "\ea88";
}
.icon-google-plus2:before {
 content: "\ea89";
}
.icon-google-plus3:before {
 content: "\ea8a";
}
.icon-google-drive2:before {
 content: "\ea8b";
}
.icon-facebook5:before {
 content: "\ea8c";
}
.icon-facebook2:before {
 content: "\ea8d";
}
.icon-facebook3:before {
 content: "\ea8e";
}
.icon-ello:before {
 content: "\ea8f";
}
.icon-instagram2:before {
 content: "\ea90";
}
.icon-twitter5:before {
 content: "\ea91";
}
.icon-twitter2:before {
 content: "\ea92";
}
.icon-twitter3:before {
 content: "\ea93";
}
.icon-feed2:before {
 content: "\ea94";
}
.icon-feed3:before {
 content: "\ea95";
}
.icon-feed4:before {
 content: "\ea96";
}
.icon-youtube5:before {
 content: "\ea97";
}
.icon-youtube2:before {
 content: "\ea98";
}
.icon-youtube3:before {
 content: "\ea99";
}
.icon-youtube4:before {
 content: "\ea9a";
}
.icon-twitch:before {
 content: "\ea9b";
}
.icon-vimeo4:before {
 content: "\ea9c";
}
.icon-vimeo2:before {
 content: "\ea9d";
}
.icon-vimeo3:before {
 content: "\ea9e";
}
.icon-lanyrd:before {
 content: "\ea9f";
}
.icon-flickr5:before {
 content: "\eaa0";
}
.icon-flickr2:before {
 content: "\eaa1";
}
.icon-flickr3:before {
 content: "\eaa2";
}
.icon-flickr4:before {
 content: "\eaa3";
}
.icon-picassa:before {
 content: "\eaa4";
}
.icon-picassa2:before {
 content: "\eaa5";
}
.icon-dribbble5:before {
 content: "\eaa6";
}
.icon-dribbble2:before {
 content: "\eaa7";
}
.icon-dribbble3:before {
 content: "\eaa8";
}
.icon-forrst:before {
 content: "\eaa9";
}
.icon-forrst2:before {
 content: "\eaaa";
}
.icon-deviantart:before {
 content: "\eaab";
}
.icon-deviantart2:before {
 content: "\eaac";
}
.icon-steam:before {
 content: "\eaad";
}
.icon-steam2:before {
 content: "\eaae";
}
.icon-dropbox2:before {
 content: "\eaaf";
}
.icon-onedrive2:before {
 content: "\eab0";
}
.icon-github6:before {
 content: "\eab1";
}
.icon-github2:before {
 content: "\eab2";
}
.icon-github3:before {
 content: "\eab3";
}
.icon-github4:before {
 content: "\eab4";
}
.icon-github5:before {
 content: "\eab5";
}
.icon-wordpress:before {
 content: "\eab6";
}
.icon-wordpress2:before {
 content: "\eab7";
}
.icon-joomla:before {
 content: "\eab8";
}
.icon-blogger:before {
 content: "\eab9";
}
.icon-blogger2:before {
 content: "\eaba";
}
.icon-tumblr4:before {
 content: "\eabb";
}
.icon-tumblr2:before {
 content: "\eabc";
}
.icon-yahoo:before {
 content: "\eabd";
}
.icon-tux:before {
 content: "\eabe";
}
.icon-apple:before {
 content: "\eabf";
}
.icon-finder:before {
 content: "\eac0";
}
.icon-android2:before {
 content: "\eac1";
}
.icon-windows3:before {
 content: "\eac2";
}
.icon-windows8:before {
 content: "\eac3";
}
.icon-soundcloud3:before {
 content: "\eac4";
}
.icon-soundcloud2:before {
 content: "\eac5";
}
.icon-skype2:before {
 content: "\eac6";
}
.icon-reddit:before {
 content: "\eac7";
}
.icon-linkedin4:before {
 content: "\eac8";
}
.icon-linkedin2:before {
 content: "\eac9";
}
.icon-lastfm3:before {
 content: "\eaca";
}
.icon-lastfm2:before {
 content: "\eacb";
}
.icon-delicious:before {
 content: "\eacc";
}
.icon-stumbleupon3:before {
 content: "\eacd";
}
.icon-stumbleupon2:before {
 content: "\eace";
}
.icon-stackoverflow:before {
 content: "\eacf";
}
.icon-pinterest3:before {
 content: "\ead0";
}
.icon-pinterest2:before {
 content: "\ead1";
}
.icon-xing3:before {
 content: "\ead2";
}
.icon-xing2:before {
 content: "\ead3";
}
.icon-flattr2:before {
 content: "\ead4";
}
.icon-foursquare2:before {
 content: "\ead5";
}
.icon-paypal4:before {
 content: "\ead6";
}
.icon-paypal2:before {
 content: "\ead7";
}
.icon-paypal3:before {
 content: "\ead8";
}
.icon-yelp2:before {
 content: "\ead9";
}
.icon-file-pdf:before {
 content: "\eada";
}
.icon-file-openoffice:before {
 content: "\eadb";
}
.icon-file-word:before {
 content: "\eadc";
}
.icon-file-excel:before {
 content: "\eadd";
}
.icon-libreoffice:before {
 content: "\eade";
}
.icon-html5:before {
 content: "\eadf";
}
.icon-html52:before {
 content: "\eae0";
}
.icon-css3:before {
 content: "\eae1";
}
.icon-git:before {
 content: "\eae2";
}
.icon-svg:before {
 content: "\eae3";
}
.icon-codepen:before {
 content: "\eae4";
}
.icon-chrome:before {
 content: "\eae5";
}
.icon-firefox:before {
 content: "\eae6";
}
.icon-IE:before {
 content: "\eae7";
}
.icon-opera:before {
 content: "\eae8";
}
.icon-safari:before {
 content: "\eae9";
}
.icon-IcoMoon:before {
 content: "\eaea";
}
.owl-carousel .owl-wrapper:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.owl-carousel {
 display: none;
 position: relative;
 width: 100%;
 -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
 display: none;
 position: relative;
 -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
 overflow: hidden;
 position: relative;
 width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
 -webkit-transition: height 0.5s ease-in-out;
 -moz-transition: height 0.5s ease-in-out;
 -ms-transition: height 0.5s ease-in-out;
 -o-transition: height 0.5s ease-in-out;
 transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
 float: left;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
 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: transparent;
}
.grabbing {
 cursor:
  url(grabbing.html) 8 8,
  move;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
 -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-theme .owl-controls {
 margin-top: 10px;
 text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
 color: #fff;
 display: inline-block;
 zoom: 1;
 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);
 opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
 filter: Alpha(Opacity=100);
 opacity: 1;
 text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
 display: inline-block;
 zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
 display: block;
 width: 12px;
 height: 12px;
 margin: 5px 7px;
 filter: Alpha(Opacity=50);
 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);
 opacity: 1;
}
.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;
}
.owl-item.loading {
 min-height: 150px;
 background: url(AjaxLoader.html) no-repeat center center;
}
.owl-theme .owl-controls {
 margin-top: 10px;
 text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
 color: #fff;
 display: inline-block;
 zoom: 1;
 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);
 opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
 filter: Alpha(Opacity=100);
 opacity: 1;
 text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
 display: inline-block;
 zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
 display: block;
 width: 12px;
 height: 12px;
 margin: 5px 7px;
 filter: Alpha(Opacity=50);
 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);
 opacity: 1;
}
.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;
}
.owl-item.loading {
 min-height: 150px;
 background: url(AjaxLoader.html) no-repeat center center;
}
.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;
}
.owl-fade-out {
 z-index: 10;
 -webkit-animation: fadeOut 0.7s both ease;
 -moz-animation: fadeOut 0.7s both ease;
 animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
 -webkit-animation: fadeIn 0.7s both ease;
 -moz-animation: fadeIn 0.7s both ease;
 animation: fadeIn 0.7s both ease;
}
.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;
}
.owl-goDown-out {
 -webkit-animation: scaleToFade 0.7s ease both;
 -moz-animation: scaleToFade 0.7s ease both;
 animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
 -webkit-animation: goDown 0.6s ease both;
 -moz-animation: goDown 0.6s ease both;
 animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
 -webkit-animation: scaleUpFrom 0.5s ease both;
 -moz-animation: scaleUpFrom 0.5s ease both;
 animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
 -webkit-animation: scaleUpTo 0.5s ease both;
 -moz-animation: scaleUpTo 0.5s ease both;
 animation: scaleUpTo 0.5s ease both;
}
@-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: 0.5;
  -webkit-transform: translateZ(-500px);
 }
 75% {
  opacity: 0.5;
  -webkit-transform: translateZ(-500px) translateX(-200%);
 }
 100% {
  opacity: 0.5;
  -webkit-transform: translateZ(-500px) translateX(-200%);
 }
}
@-moz-keyframes backSlideOut {
 25% {
  opacity: 0.5;
  -moz-transform: translateZ(-500px);
 }
 75% {
  opacity: 0.5;
  -moz-transform: translateZ(-500px) translateX(-200%);
 }
 100% {
  opacity: 0.5;
  -moz-transform: translateZ(-500px) translateX(-200%);
 }
}
@keyframes backSlideOut {
 25% {
  opacity: 0.5;
  transform: translateZ(-500px);
 }
 75% {
  opacity: 0.5;
  transform: translateZ(-500px) translateX(-200%);
 }
 100% {
  opacity: 0.5;
  transform: translateZ(-500px) translateX(-200%);
 }
}
@-webkit-keyframes backSlideIn {
 0%,
 25% {
  opacity: 0.5;
  -webkit-transform: translateZ(-500px) translateX(200%);
 }
 75% {
  opacity: 0.5;
  -webkit-transform: translateZ(-500px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateZ(0) translateX(0);
 }
}
@-moz-keyframes backSlideIn {
 0%,
 25% {
  opacity: 0.5;
  -moz-transform: translateZ(-500px) translateX(200%);
 }
 75% {
  opacity: 0.5;
  -moz-transform: translateZ(-500px);
 }
 100% {
  opacity: 1;
  -moz-transform: translateZ(0) translateX(0);
 }
}
@keyframes backSlideIn {
 0%,
 25% {
  opacity: 0.5;
  transform: translateZ(-500px) translateX(200%);
 }
 75% {
  opacity: 0.5;
  transform: translateZ(-500px);
 }
 100% {
  opacity: 1;
  transform: translateZ(0) translateX(0);
 }
}
@-webkit-keyframes scaleToFade {
 to {
  opacity: 0;
  -webkit-transform: scale(0.8);
 }
}
@-moz-keyframes scaleToFade {
 to {
  opacity: 0;
  -moz-transform: scale(0.8);
 }
}
@keyframes scaleToFade {
 to {
  opacity: 0;
  transform: scale(0.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);
 }
}
.rtl {
 direction: rtl;
}
@font-face {
 font-family: revicons;
 src: url(../fonts/revicons/revicons90c6.html?5510888);
 src:
  url(../fonts/revicons/revicons90c6.html?5510888#iefix) format("embedded-opentype"),
  url(../fonts/revicons/revicons90c6-2.html?5510888) format("woff"),
  url(../fonts/revicons/revicons90c6-3.html?5510888) format("truetype"),
  url(../fonts/revicons/revicons90c6-4.html?5510888#revicons) format("svg");
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}
[class*=" revicon-"]:before,
[class^="revicon-"]:before {
 font-family: revicons;
 font-style: normal;
 font-weight: 400;
 speak: none;
 display: inline-block;
 text-decoration: inherit;
 width: 1em;
 margin-right: 0.2em;
 text-align: center;
 font-variant: normal;
 text-transform: none;
 line-height: 1em;
 margin-left: 0.2em;
}
.revicon-search-1:before {
 content: "\e802";
}
.revicon-pencil-1:before {
 content: "\e831";
}
.revicon-picture-1:before {
 content: "\e803";
}
.revicon-cancel:before {
 content: "\e80a";
}
.revicon-info-circled:before {
 content: "\e80f";
}
.revicon-trash:before {
 content: "\e801";
}
.revicon-left-dir:before {
 content: "\e817";
}
.revicon-right-dir:before {
 content: "\e818";
}
.revicon-down-open:before {
 content: "\e83b";
}
.revicon-left-open:before {
 content: "\e819";
}
.revicon-right-open:before {
 content: "\e81a";
}
.revicon-angle-left:before {
 content: "\e820";
}
.revicon-angle-right:before {
 content: "\e81d";
}
.revicon-left-big:before {
 content: "\e81f";
}
.revicon-right-big:before {
 content: "\e81e";
}
.revicon-magic:before {
 content: "\e807";
}
.revicon-picture:before {
 content: "\e800";
}
.revicon-export:before {
 content: "\e80b";
}
.revicon-cog:before {
 content: "\e832";
}
.revicon-login:before {
 content: "\e833";
}
.revicon-logout:before {
 content: "\e834";
}
.revicon-video:before {
 content: "\e805";
}
.revicon-arrow-combo:before {
 content: "\e827";
}
.revicon-left-open-1:before {
 content: "\e82a";
}
.revicon-right-open-1:before {
 content: "\e82b";
}
.revicon-left-open-mini:before {
 content: "\e822";
}
.revicon-right-open-mini:before {
 content: "\e823";
}
.revicon-left-open-big:before {
 content: "\e824";
}
.revicon-right-open-big:before {
 content: "\e825";
}
.revicon-left:before {
 content: "\e836";
}
.revicon-right:before {
 content: "\e826";
}
.revicon-ccw:before {
 content: "\e808";
}
.revicon-arrows-ccw:before {
 content: "\e806";
}
.revicon-palette:before {
 content: "\e829";
}
.revicon-list-add:before {
 content: "\e80c";
}
.revicon-doc:before {
 content: "\e809";
}
.revicon-left-open-outline:before {
 content: "\e82e";
}
.revicon-left-open-2:before {
 content: "\e82c";
}
.revicon-right-open-outline:before {
 content: "\e82f";
}
.revicon-right-open-2:before {
 content: "\e82d";
}
.revicon-equalizer:before {
 content: "\e83a";
}
.revicon-layers-alt:before {
 content: "\e804";
}
.revicon-popup:before {
 content: "\e828";
}
.rev_slider_wrapper {
 position: relative;
 z-index: 0;
}
.rev_slider {
 position: relative;
 overflow: visible;
}
.tp-overflow-hidden {
 overflow: hidden;
}
.rev_slider img,
.tp-simpleresponsive img {
 max-width: none !important;
 -moz-transition: none;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 margin: 0;
 padding: 0;
 border-width: 0;
 border: none;
}
.rev_slider .no-slides-text {
 font-weight: 700;
 text-align: center;
 padding-top: 80px;
}
.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
 list-style: none !important;
 position: absolute;
 margin: 0 !important;
 padding: 0 !important;
 overflow-x: visible;
 overflow-y: visible;
 list-style-type: none !important;
 background-image: none;
 background-position: 0 0;
 text-indent: 0;
 top: 0;
 left: 0;
}
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
 visibility: hidden;
}
.tp-revslider-mainul,
.tp-revslider-slidesli {
 padding: 0 !important;
 margin: 0 !important;
 list-style: none !important;
}
.rev_slider li.tp-revslider-slidesli {
 position: absolute !important;
}
.tp-caption .rs-untoggled-content {
 display: block;
}
.tp-caption .rs-toggled-content {
 display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
 display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
 display: none;
}
.rev_slider .caption,
.rev_slider .tp-caption {
 position: relative;
 visibility: hidden;
 white-space: nowrap;
 display: block;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
 margin-bottom: 0;
}
.tp-svg-layer svg {
 width: 100%;
 height: 100%;
 position: relative;
 vertical-align: top;
}
.tp-carousel-wrapper {
 cursor: url(openhand.html), move;
}
.tp-carousel-wrapper.dragged {
 cursor: url(closedhand.html), move;
}
.tp-caption {
 z-index: 1;
}
.tp_inner_padding {
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 max-height: none !important;
}
.tp-caption {
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
 -o-user-select: none;
 position: absolute;
 -webkit-font-smoothing: antialiased !important;
}
.tp-caption.tp-layer-selectable {
 -moz-user-select: all;
 -khtml-user-select: all;
 -webkit-user-select: all;
 -o-user-select: all;
}
.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider {
 visibility: hidden !important;
 display: none !important;
}
.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
 max-width: none !important;
}
.rev_slider_wrapper {
 width: 100%;
}
.fullscreen-container {
 position: relative;
 padding: 0;
}
.fullwidthbanner-container {
 position: relative;
 padding: 0;
 overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
 width: 100%;
 position: relative;
}
.tp-static-layers {
 position: absolute;
 z-index: 101;
 top: 0;
 left: 0;
}
.tp-caption .frontcorner {
 width: 0;
 height: 0;
 border-left: 40px solid transparent;
 border-right: 0 solid transparent;
 border-top: 40px solid #00a8ff;
 position: absolute;
 left: -40px;
 top: 0;
}
.tp-caption .backcorner {
 width: 0;
 height: 0;
 border-left: 0 solid transparent;
 border-right: 40px solid transparent;
 border-bottom: 40px solid #00a8ff;
 position: absolute;
 right: 0;
 top: 0;
}
.tp-caption .frontcornertop {
 width: 0;
 height: 0;
 border-left: 40px solid transparent;
 border-right: 0 solid transparent;
 border-bottom: 40px solid #00a8ff;
 position: absolute;
 left: -40px;
 top: 0;
}
.tp-caption .backcornertop {
 width: 0;
 height: 0;
 border-left: 0 solid transparent;
 border-right: 40px solid transparent;
 border-top: 40px solid #00a8ff;
 position: absolute;
 right: 0;
 top: 0;
}
.tp-layer-inner-rotation {
 position: relative !important;
}
img.tp-slider-alternative-image {
 width: 100%;
 height: auto;
}
.noFilterClass {
 filter: none !important;
}
.rs-background-video-layer {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 visibility: hidden;
 z-index: 0;
}
.tp-caption.coverscreenvideo {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
 left: 0;
 top: 0;
 position: absolute;
 width: 100%;
 height: 100%;
}
.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
 width: 100% !important;
 height: 100% !important;
 display: none;
}
.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
 background: #000;
}
.fullcoveredvideo .tp-poster {
 background-position: center center;
 background-size: cover;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
.videoisplaying .html5vid .tp-poster {
 display: none;
}
.tp-video-play-button {
 background: #000;
 background: rgba(0, 0, 0, 0.3);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 position: absolute;
 top: 50%;
 left: 50%;
 color: #fff;
 z-index: 3;
 margin-top: -25px;
 margin-left: -25px;
 line-height: 50px !important;
 text-align: center;
 cursor: pointer;
 width: 50px;
 height: 50px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 display: inline-block;
 vertical-align: top;
 z-index: 4;
 opacity: 0;
 -webkit-transition: opacity 0.3s ease-out !important;
 -moz-transition: opacity 0.3s ease-out !important;
 -o-transition: opacity 0.3s ease-out !important;
 transition: opacity 0.3s ease-out !important;
}
.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
 display: none !important;
}
.tp-caption .html5vid {
 width: 100% !important;
 height: 100% !important;
}
.tp-video-play-button i {
 width: 50px;
 height: 50px;
 display: inline-block;
 text-align: center;
 vertical-align: top;
 line-height: 50px !important;
 font-size: 40px !important;
}
.tp-caption:hover .tp-video-play-button {
 opacity: 1;
}
.tp-caption .tp-revstop {
 display: none;
 border-left: 5px solid #fff !important;
 border-right: 5px solid #fff !important;
 margin-top: 15px !important;
 line-height: 20px !important;
 vertical-align: top;
 font-size: 25px !important;
}
.videoisplaying .revicon-right-dir {
 display: none;
}
.videoisplaying .tp-revstop {
 display: inline-block;
}
.videoisplaying .tp-video-play-button {
 display: none;
}
.tp-caption:hover .tp-video-play-button {
 display: block;
}
.fullcoveredvideo .tp-video-play-button {
 display: none !important;
}
.fullscreenvideo .fullscreenvideo audio {
 object-fit: contain !important;
}
.fullscreenvideo .fullscreenvideo video {
 object-fit: contain !important;
}
.fullscreenvideo .fullcoveredvideo audio {
 object-fit: cover !important;
}
.fullscreenvideo .fullcoveredvideo video {
 object-fit: cover !important;
}
.tp-video-controls {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 padding: 5px;
 opacity: 0;
 -webkit-transition: opacity 0.3s;
 -moz-transition: opacity 0.3s;
 -o-transition: opacity 0.3s;
 -ms-transition: opacity 0.3s;
 transition: opacity 0.3s;
 background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
 background-image: -o-linear-gradient(bottom, #000 13%, #323232 100%);
 background-image: -moz-linear-gradient(bottom, #000 13%, #323232 100%);
 background-image: -webkit-linear-gradient(bottom, #000 13%, #323232 100%);
 background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, #000), color-stop(1, #323232));
 display: table;
 max-width: 100%;
 overflow: hidden;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.tp-caption:hover .tp-video-controls {
 opacity: 0.9;
}
.tp-video-button {
 background: rgba(0, 0, 0, 0.5);
 border: 0;
 color: #eee;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 -o-border-radius: 3px;
 border-radius: 3px;
 cursor: pointer;
 line-height: 12px;
 font-size: 12px;
 color: #fff;
 padding: 0;
 margin: 0;
 outline: 0;
}
.tp-video-button:hover {
 cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
 padding: 0 5px;
 display: table-cell;
 vertical-align: middle;
}
.tp-video-seek-bar-wrap {
 width: 80%;
}
.tp-video-vol-bar-wrap {
 width: 20%;
}
.tp-seek-bar,
.tp-volume-bar {
 width: 100%;
 cursor: pointer;
 outline: 0;
 line-height: 12px;
 margin: 0;
 padding: 0;
}
.rs-fullvideo-cover {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
 background: 0 0;
 z-index: 5;
}
.rs-background-video-layer video::-webkit-media-controls {
 display: none !important;
}
.rs-background-video-layer audio::-webkit-media-controls {
 display: none !important;
}
.tp-audio-html5 .tp-video-controls {
 opacity: 1 !important;
 visibility: visible !important;
}
.tp-dottedoverlay {
 background-repeat: repeat;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 3;
}
.tp-dottedoverlay.twoxtwo {
 background: url(../assets/gridtile.html);
}
.tp-dottedoverlay.twoxtwowhite {
 background: url(../assets/gridtile_white.html);
}
.tp-dottedoverlay.threexthree {
 background: url(../assets/gridtile_3x3.html);
}
.tp-dottedoverlay.threexthreewhite {
 background: url(../assets/gridtile_3x3_white.html);
}
.tp-shadowcover {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: #fff;
 position: absolute;
 z-index: -1;
}
.tp-shadow1 {
 -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
 -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
 box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
 z-index: -2;
 position: absolute;
 content: "";
 bottom: 10px;
 left: 10px;
 width: 50%;
 top: 85%;
 max-width: 300px;
 background: 0 0;
 -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
 -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
 box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
 -webkit-transform: rotate(-3deg);
 -moz-transform: rotate(-3deg);
 -o-transform: rotate(-3deg);
 -ms-transform: rotate(-3deg);
 transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
 -webkit-transform: rotate(3deg);
 -moz-transform: rotate(3deg);
 -o-transform: rotate(3deg);
 -ms-transform: rotate(3deg);
 transform: rotate(3deg);
 right: 10px;
 left: auto;
}
.tp-shadow5 {
 position: relative;
 -webkit-box-shadow:
  0 1px 4px rgba(0, 0, 0, 0.3),
  0 0 40px rgba(0, 0, 0, 0.1) inset;
 -moz-box-shadow:
  0 1px 4px rgba(0, 0, 0, 0.3),
  0 0 40px rgba(0, 0, 0, 0.1) inset;
 box-shadow:
  0 1px 4px rgba(0, 0, 0, 0.3),
  0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:after,
.tp-shadow5:before {
 content: "";
 position: absolute;
 z-index: -2;
 -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
 -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
 top: 30%;
 bottom: 0;
 left: 20px;
 right: 20px;
 -moz-border-radius: 100px/20px;
 border-radius: 100px/20px;
}
.tp-button {
 padding: 6px 13px 5px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 height: 30px;
 cursor: pointer;
 color: #fff !important;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
 font-size: 15px;
 line-height: 45px !important;
 font-family: arial, sans-serif;
 font-weight: 700;
 letter-spacing: -1px;
 text-decoration: none;
}
.tp-button.big {
 color: #fff;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
 font-weight: 700;
 padding: 9px 20px;
 font-size: 19px;
 line-height: 57px !important;
}
.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
 background-position:
  bottom,
  15px 11px;
}
.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
 background-color: #21a117;
 -webkit-box-shadow: 0 3px 0 0 #104d0b;
 -moz-box-shadow: 0 3px 0 0 #104d0b;
 box-shadow: 0 3px 0 0 #104d0b;
}
.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
 background-color: #1d78cb;
 -webkit-box-shadow: 0 3px 0 0 #0f3e68;
 -moz-box-shadow: 0 3px 0 0 #0f3e68;
 box-shadow: 0 3px 0 0 #0f3e68;
}
.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
 background-color: #cb1d1d;
 -webkit-box-shadow: 0 3px 0 0 #7c1212;
 -moz-box-shadow: 0 3px 0 0 #7c1212;
 box-shadow: 0 3px 0 0 #7c1212;
}
.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
 background-color: #f70;
 -webkit-box-shadow: 0 3px 0 0 #a34c00;
 -moz-box-shadow: 0 3px 0 0 #a34c00;
 box-shadow: 0 3px 0 0 #a34c00;
}
.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
 background-color: #555;
 -webkit-box-shadow: 0 3px 0 0 #222;
 -moz-box-shadow: 0 3px 0 0 #222;
 box-shadow: 0 3px 0 0 #222;
}
.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
 background-color: #888;
 -webkit-box-shadow: 0 3px 0 0 #555;
 -moz-box-shadow: 0 3px 0 0 #555;
 box-shadow: 0 3px 0 0 #555;
}
.rev-btn,
.rev-btn:visited {
 outline: 0 !important;
 box-shadow: none !important;
 text-decoration: none !important;
 line-height: 44px;
 font-size: 17px;
 font-weight: 500;
 padding: 12px 35px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 font-family: Roboto, sans-serif;
 cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
 text-transform: uppercase;
 letter-spacing: 1px;
 font-size: 15px;
 font-weight: 900;
}
.rev-btn.rev-withicon i {
 font-size: 15px;
 font-weight: 400;
 position: relative;
 top: 0;
 -webkit-transition: all 0.2s ease-out !important;
 -moz-transition: all 0.2s ease-out !important;
 -o-transition: all 0.2s ease-out !important;
 -ms-transition: all 0.2s ease-out !important;
 margin-left: 10px !important;
}
.rev-btn.rev-hiddenicon i {
 font-size: 15px;
 font-weight: 400;
 position: relative;
 top: 0;
 -webkit-transition: all 0.2s ease-out !important;
 -moz-transition: all 0.2s ease-out !important;
 -o-transition: all 0.2s ease-out !important;
 -ms-transition: all 0.2s ease-out !important;
 opacity: 0;
 margin-left: 0 !important;
 width: 0 !important;
}
.rev-btn.rev-hiddenicon:hover i {
 opacity: 1 !important;
 margin-left: 10px !important;
 width: auto !important;
}
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
 line-height: 36px;
 font-size: 14px;
 padding: 10px 30px;
}
.rev-btn.rev-medium.rev-withicon i {
 font-size: 14px;
 top: 0;
}
.rev-btn.rev-medium.rev-hiddenicon i {
 font-size: 14px;
 top: 0;
}
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
 line-height: 28px;
 font-size: 12px;
 padding: 7px 20px;
}
.rev-btn.rev-small.rev-withicon i {
 font-size: 12px;
 top: 0;
}
.rev-btn.rev-small.rev-hiddenicon i {
 font-size: 12px;
 top: 0;
}
.rev-maxround {
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
}
.rev-minround {
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
.rev-burger {
 position: relative;
 width: 60px;
 height: 60px;
 box-sizing: border-box;
 padding: 22px 0 0 14px;
 border-radius: 50%;
 border: 1px solid rgba(51, 51, 51, 0.25);
 tap-highlight-color: transparent;
 cursor: pointer;
}
.rev-burger span {
 display: block;
 width: 30px;
 height: 3px;
 background: #333;
 transition: 0.7s;
 pointer-events: none;
 transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
 margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
 transform: translateY(6px) rotate(-45deg);
 -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
 transform: translateY(-6px) rotate(-135deg);
 -webkit-transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
 border: 2px solid rgba(255, 255, 255, 0.2);
}
.rev-burger.revb-white span {
 background: #fff;
}
.rev-burger.revb-whitenoborder {
 border: 0;
}
.rev-burger.revb-whitenoborder span {
 background: #fff;
}
.rev-burger.revb-darknoborder {
 border: 0;
}
.rev-burger.revb-darknoborder span {
 background: #333;
}
.rev-burger.revb-whitefull {
 background: #fff;
 border: none;
}
.rev-burger.revb-whitefull span {
 background: #333;
}
.rev-burger.revb-darkfull {
 background: #333;
 border: none;
}
.rev-burger.revb-darkfull span {
 background: #fff;
}
@-webkit-keyframes rev-ani-mouse {
 0% {
  opacity: 1;
  top: 29%;
 }
 15% {
  opacity: 1;
  top: 50%;
 }
 50% {
  opacity: 0;
  top: 50%;
 }
 100% {
  opacity: 0;
  top: 29%;
 }
}
@-moz-keyframes rev-ani-mouse {
 0% {
  opacity: 1;
  top: 29%;
 }
 15% {
  opacity: 1;
  top: 50%;
 }
 50% {
  opacity: 0;
  top: 50%;
 }
 100% {
  opacity: 0;
  top: 29%;
 }
}
@keyframes rev-ani-mouse {
 0% {
  opacity: 1;
  top: 29%;
 }
 15% {
  opacity: 1;
  top: 50%;
 }
 50% {
  opacity: 0;
  top: 50%;
 }
 100% {
  opacity: 0;
  top: 29%;
 }
}
.rev-scroll-btn {
 display: inline-block;
 position: relative;
 left: 0;
 right: 0;
 text-align: center;
 cursor: pointer;
 width: 35px;
 height: 55px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: 3px solid #fff;
 border-radius: 23px;
}
.rev-scroll-btn > * {
 display: inline-block;
 line-height: 18px;
 font-size: 13px;
 font-weight: 400;
 color: #7f8c8d;
 color: #fff;
 font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
 letter-spacing: 2px;
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
 color: #fff;
}
.rev-scroll-btn.revs-fullwhite {
 background: #fff;
}
.rev-scroll-btn.revs-fullwhite span {
 background: #333;
}
.rev-scroll-btn.revs-fulldark {
 background: #333;
 border: none;
}
.rev-scroll-btn.revs-fulldark span {
 background: #fff;
}
.rev-scroll-btn span {
 position: absolute;
 display: block;
 top: 29%;
 left: 50%;
 width: 8px;
 height: 8px;
 margin: -4px 0 0 -4px;
 background: #fff;
 border-radius: 50%;
 -webkit-animation: rev-ani-mouse 2.5s linear infinite;
 -moz-animation: rev-ani-mouse 2.5s linear infinite;
 animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
 border-color: #333;
}
.rev-scroll-btn.revs-dark span {
 background: #333;
}
.rev-control-btn {
 position: relative;
 display: inline-block;
 z-index: 5;
 color: #fff;
 font-size: 20px;
 line-height: 60px;
 font-weight: 400;
 font-style: normal;
 font-family: Raleway;
 text-decoration: none;
 text-align: center;
 background-color: #000;
 border-radius: 50px;
 text-shadow: none;
 background-color: rgba(0, 0, 0, 0.5);
 width: 60px;
 height: 60px;
 box-sizing: border-box;
 cursor: pointer;
}
.rev-cbutton-dark-sr {
 border-radius: 3px;
}
.rev-cbutton-light {
 color: #333;
 background-color: rgba(255, 255, 255, 0.75);
}
.rev-cbutton-light-sr {
 color: #333;
 border-radius: 3px;
 background-color: rgba(255, 255, 255, 0.75);
}
.rev-sbutton {
 line-height: 37px;
 width: 37px;
 height: 37px;
}
.rev-sbutton-blue {
 background-color: #3b5998;
}
.rev-sbutton-lightblue {
 background-color: #00a0d1;
}
.rev-sbutton-red {
 background-color: #dd4b39;
}
.tp-bannertimer {
 visibility: hidden;
 width: 100%;
 height: 5px;
 background: #fff;
 background: rgba(0, 0, 0, 0.15);
 position: absolute;
 z-index: 200;
 top: 0;
}
.tp-bannertimer.tp-bottom {
 top: auto;
 bottom: 0 !important;
 height: 5px;
}
.tp-simpleresponsive img {
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
 -o-user-select: none;
}
.tp-caption img {
 background: 0 0;
 zoom: 1;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
 width: 3000px;
 height: 1500px;
 background: url(../assets/coloredbg.html) repeat;
}
.tp-caption.slidelink a span {
 background: url(../assets/coloredbg.html) repeat;
}
.tp-shape {
 width: 100%;
 height: 100%;
}
.tp-caption .rs-starring {
 display: inline-block;
}
.tp-caption .rs-starring .star-rating {
 float: none;
}
.tp-caption .rs-starring .star-rating {
 color: #ffc321 !important;
 display: inline-block;
 vertical-align: top;
}
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
 position: relative;
 height: 1em;
 width: 5.4em;
 font-family: star;
}
.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
 content: "\73\73\73\73\73";
 color: #e0dadf;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.tp-caption .rs-starring .star-rating span {
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
 font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before {
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}
.tp-caption .rs-starring .star-rating {
 color: #ffc321 !important;
}
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
 font-size: 1em !important;
 font-family: star;
}
.tp-loader {
 top: 50%;
 left: 50%;
 z-index: 10000;
 position: absolute;
}
.tp-loader.spinner0 {
 width: 40px;
 height: 40px;
 background-color: #fff;
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
 -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
 margin-top: -20px;
 margin-left: -20px;
 -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
 animation: tp-rotateplane 1.2s infinite ease-in-out;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
 width: 40px;
 height: 40px;
 background-color: #fff;
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
 -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
 margin-top: -20px;
 margin-left: -20px;
 -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
 animation: tp-rotateplane 1.2s infinite ease-in-out;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
.tp-loader.spinner5 {
 background: url(../assets/loader.html) no-repeat 10px 10px;
 background-color: #fff;
 margin: -22px -22px;
 width: 44px;
 height: 44px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
 0% {
  -webkit-transform: perspective(120px);
 }
 50% {
  -webkit-transform: perspective(120px) rotateY(180deg);
 }
 100% {
  -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
 }
}
@keyframes tp-rotateplane {
 0% {
  transform: perspective(120px) rotateX(0) rotateY(0);
 }
 50% {
  transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
 }
 100% {
  transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 }
}
.tp-loader.spinner2 {
 width: 40px;
 height: 40px;
 margin-top: -20px;
 margin-left: -20px;
 background-color: red;
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
 -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
 border-radius: 100%;
 -webkit-animation: tp-scaleout 1s infinite ease-in-out;
 animation: tp-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
 0% {
  -webkit-transform: scale(0);
 }
 100% {
  -webkit-transform: scale(1);
  opacity: 0;
 }
}
@keyframes tp-scaleout {
 0% {
  transform: scale(0);
  -webkit-transform: scale(0);
 }
 100% {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0;
 }
}
.tp-loader.spinner3 {
 margin: -9px 0 0 -35px;
 width: 70px;
 text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
 width: 18px;
 height: 18px;
 background-color: #fff;
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
 -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
 border-radius: 100%;
 display: inline-block;
 -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
 animation: tp-bouncedelay 1.4s infinite ease-in-out;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
 -webkit-animation-delay: -0.32s;
 animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
 -webkit-animation-delay: -0.16s;
 animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
 0%,
 100%,
 80% {
  -webkit-transform: scale(0);
 }
 40% {
  -webkit-transform: scale(1);
 }
}
@keyframes tp-bouncedelay {
 0%,
 100%,
 80% {
  transform: scale(0);
 }
 40% {
  transform: scale(1);
 }
}
.tp-loader.spinner4 {
 margin: -20px 0 0 -20px;
 width: 40px;
 height: 40px;
 text-align: center;
 -webkit-animation: tp-rotate 2s infinite linear;
 animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
 width: 60%;
 height: 60%;
 display: inline-block;
 position: absolute;
 top: 0;
 background-color: #fff;
 border-radius: 100%;
 -webkit-animation: tp-bounce 2s infinite ease-in-out;
 animation: tp-bounce 2s infinite ease-in-out;
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
 -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
 top: auto;
 bottom: 0;
 -webkit-animation-delay: -1s;
 animation-delay: -1s;
}
@-webkit-keyframes tp-rotate {
 100% {
  -webkit-transform: rotate(360deg);
 }
}
@keyframes tp-rotate {
 100% {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
 }
}
@-webkit-keyframes tp-bounce {
 0%,
 100% {
  -webkit-transform: scale(0);
 }
 50% {
  -webkit-transform: scale(1);
 }
}
@keyframes tp-bounce {
 0%,
 100% {
  transform: scale(0);
 }
 50% {
  transform: scale(1);
 }
}
.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
 border: none;
 min-height: 0;
 margin: 0;
 border-radius: 0;
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
}
.tp-bullets,
.tp-tabs,
.tp-thumbs {
 position: absolute;
 display: block;
 z-index: 1000;
 top: 0;
 left: 0;
}
.tp-tab,
.tp-thumb {
 cursor: pointer;
 position: absolute;
 opacity: 0.5;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
 background-position: center center;
 background-size: cover;
 width: 100%;
 height: 100%;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
}
.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
 opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
 box-sizing: border-box !important;
 -webkit-box-sizing: border-box !important;
 -moz-box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
 box-sizing: content-box !important;
 -webkit-box-sizing: content-box !important;
 -moz-box-sizing: content-box !important;
}
.tp-bullet {
 width: 15px;
 height: 15px;
 position: absolute;
 background: #fff;
 background: rgba(255, 255, 255, 0.3);
 cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet:hover {
 background: #fff;
}
.tp-bannertimer {
 background: #000;
 background: rgba(0, 0, 0, 0.15);
 height: 5px;
}
.tparrows {
 cursor: pointer;
 background: #000;
 background: rgba(0, 0, 0, 0.5);
 width: 40px;
 height: 40px;
 position: absolute;
 display: block;
 z-index: 1000;
}
.tparrows:hover {
 background: #000;
}
.tparrows:before {
 font-family: revicons;
 font-size: 15px;
 color: #fff;
 display: block;
 line-height: 40px;
 text-align: center;
}
.tparrows.tp-leftarrow:before {
 content: "\e824";
}
.tparrows.tp-rightarrow:before {
 content: "\e825";
}
body.rtl .tp-kbimg {
 left: 0 !important;
}
.dddwrappershadow {
 box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.hglayerinfo {
 position: fixed;
 bottom: 0;
 left: 0;
 color: #fff;
 font-size: 12px;
 line-height: 20px;
 font-weight: 600;
 background: rgba(0, 0, 0, 0.75);
 padding: 5px 10px;
 z-index: 2000;
 white-space: normal;
}
.hginfo {
 position: absolute;
 top: -2px;
 left: -2px;
 color: #e74c3c;
 font-size: 12px;
 font-weight: 600;
 background: #000;
 padding: 2px 5px;
}
.indebugmode .tp-caption:hover {
 border: 1px dashed #c0392b !important;
}
.helpgrid {
 border: 2px dashed #c0392b;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 0;
}
#revsliderlogloglog {
 padding: 15px;
 color: #fff;
 position: fixed;
 top: 0;
 left: 0;
 width: 200px;
 height: 150px;
 background: rgba(0, 0, 0, 0.7);
 z-index: 100000;
 font-size: 10px;
 overflow: scroll;
}
nav.bootsnav .dropdown.megamenu-fw {
 position: static;
}
nav.bootsnav .container {
 position: relative;
}
nav.bootsnav .megamenu-fw .dropdown-menu {
 left: auto;
}
nav.bootsnav .megamenu-content {
 padding: 15px;
 width: 100% !important;
}
nav.bootsnav .megamenu-content .title {
 margin-top: 0;
}
nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
 left: 0;
 right: 0;
}
nav.navbar.bootsnav {
 margin-bottom: 0;
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 -o-border-radius: 0;
 border-radius: 0;
 background-color: #fff;
 border: none;
 border-bottom: solid 1px #e0e0e0;
 z-index: 9;
}
nav.navbar.bootsnav ul.nav > li > a {
 color: #6f6f6f;
 background-color: transparent !important;
}
nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover {
 background-color: transparent;
}
nav.navbar.bootsnav .navbar-toggle {
 background-color: #fff !important;
 border: none;
 padding: 0;
 font-size: 18px;
 position: relative;
 top: 5px;
}
nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
 top: 0;
 left: 100%;
}
nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
 white-space: normal;
}
ul.menu-col {
 padding: 0;
 margin: 0;
 list-style: none;
}
ul.menu-col li a {
 color: #6f6f6f;
}
ul.menu-col li a:focus,
ul.menu-col li a:hover {
 text-decoration: none;
}
nav.bootsnav.navbar-full {
 padding-bottom: 10px;
 padding-top: 10px;
}
nav.bootsnav.navbar-full .navbar-header {
 display: block;
 width: 100%;
}
nav.bootsnav.navbar-full .navbar-toggle {
 display: inline-block;
 margin-right: 0;
 position: relative;
 top: 0;
 font-size: 30px;
 -webkit-transition: all 1s ease-in-out;
 -moz-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 -ms-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
}
nav.bootsnav.navbar-full .navbar-collapse {
 position: fixed;
 width: 100%;
 height: 100% !important;
 top: 0;
 left: 0;
 padding: 0;
 display: none !important;
 z-index: 9;
}
nav.bootsnav.navbar-full .navbar-collapse.in {
 display: block !important;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full {
 overflow: auto;
}
nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
 display: table-cell;
 vertical-align: middle;
 background-color: #fff;
 overflow: auto;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
 width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
 width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
 width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
 width: 0;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav {
 display: block;
 width: 100%;
 overflow: auto;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav a,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover {
 background-color: transparent;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav > li {
 float: none;
 display: block;
 text-align: center;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav > li > a {
 display: table;
 margin: auto;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 2px;
 font-size: 24px;
 padding: 10px 15px;
}
li.close-full-menu > a {
 padding-top: 0 !important;
 padding-bottom: 0 !important;
}
li.close-full-menu {
 padding-top: 30px !important;
 padding-bottom: 30px !important;
}
.attr-nav {
 float: right;
 display: inline-block;
 margin-left: 13px;
 margin-right: -15px;
}
.attr-nav > ul {
 padding: 0;
 margin: 0 0 -7px 0;
 list-style: none;
 display: inline-block;
}
.attr-nav > ul > li {
 float: left;
 display: block;
}
.attr-nav > ul > li > a {
 color: #6f6f6f;
 display: block;
 padding: 28px 15px;
 position: relative;
}
.attr-nav > ul > li > a span.badge {
 position: absolute;
 top: 50%;
 margin-top: -15px;
 right: 5px;
 font-size: 10px;
 padding: 0;
 width: 15px;
 height: 15px;
 padding-top: 2px;
}
.attr-nav > ul > li.dropdown ul.dropdown-menu {
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 -o-border-radius: 0;
 border-radius: 0;
 -moz-box-shadow: 0 0 0;
 -webkit-box-shadow: 0 0 0;
 -o-box-shadow: 0 0 0;
 box-shadow: 0 0 0;
 border: solid 1px #e0e0e0;
}
ul.cart-list {
 padding: 0 !important;
 width: 250px !important;
}
ul.cart-list > li {
 position: relative;
 border-bottom: solid 1px #efefef;
 padding: 15px 15px 23px 15px !important;
}
ul.cart-list > li > a.photo {
 padding: 0 !important;
 margin-right: 15px;
 float: left;
 display: block;
 width: 50px;
 height: 50px;
 left: 15px;
 top: 15px;
}
ul.cart-list > li img {
 width: 50px;
 height: 50px;
 border: solid 1px #efefef;
}
ul.cart-list > li > h6 {
 margin: 0;
}
ul.cart-list > li > h6 > a.photo {
 padding: 0 !important;
 display: block;
}
ul.cart-list > li > p {
 margin-bottom: 0;
}
ul.cart-list > li.total {
 background-color: #f5f5f5;
 padding-bottom: 15px !important;
}
ul.cart-list > li.total > .btn {
 display: inline-block;
 border-bottom: solid 1px #efefef !important;
}
ul.cart-list > li .price {
 font-weight: 700;
}
ul.cart-list > li.total > span {
 padding-top: 8px;
}
.top-search {
 background-color: #333;
 padding: 10px 0;
 display: none;
}
.top-search input.form-control {
 background-color: transparent;
 border: none;
 -moz-box-shadow: 0 0 0;
 -webkit-box-shadow: 0 0 0;
 -o-box-shadow: 0 0 0;
 box-shadow: 0 0 0;
 color: #fff;
 height: 40px;
 padding: 0 15px;
}
.top-search .input-group-addon {
 background-color: transparent;
 border: none;
 color: #fff;
 padding-left: 0;
 padding-right: 0;
}
.top-search .input-group-addon.close-search {
 cursor: pointer;
}
body {
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
body.on-side {
 margin-left: -280px;
}
.side {
 position: fixed;
 overflow-y: auto;
 top: 0;
 right: -280px;
 width: 280px;
 padding: 25px 30px;
 height: 100%;
 display: block;
 background-color: #333;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 z-index: 9;
}
.side.on {
 right: 0;
}
.side .close-side {
 float: right;
 color: #fff;
 position: relative;
 z-index: 2;
 font-size: 16px;
}
.side .widget {
 position: relative;
 z-index: 1;
 margin-bottom: 25px;
}
.side .widget .title {
 color: #fff;
 margin-bottom: 15px;
}
.side .widget ul.link {
 padding: 0;
 margin: 0;
 list-style: none;
}
.side .widget ul.link li a {
 color: #9f9f9f;
 letter-spacing: 1px;
}
.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover {
 color: #fff;
 text-decoration: none;
}
nav.navbar.bootsnav .share {
 padding: 0 30px;
 margin-bottom: 30px;
}
nav.navbar.bootsnav .share ul {
 display: inline-block;
 padding: 0;
 margin: 0 0 -7px 0;
 list-style: none;
}
nav.navbar.bootsnav .share ul > li {
 float: left;
 display: block;
 margin-right: 5px;
}
nav.navbar.bootsnav .share ul > li > a {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
 width: 35px;
 height: 35px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 border-radius: 50%;
 background-color: #cfcfcf;
 color: #fff;
}
nav.navbar.bootsnav.navbar-fixed {
 position: fixed;
 display: block;
 width: 100%;
}
nav.navbar.bootsnav.no-background {
 -webkit-transition: all 1s ease-in-out;
 -moz-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 -ms-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
}
.wrap-sticky {
 position: relative;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.wrap-sticky nav.navbar.bootsnav {
 position: absolute;
 width: 100%;
 left: 0;
 top: 0;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
 position: fixed;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
body.on-side .wrap-sticky nav.navbar.bootsnav.sticked {
 left: -280px;
}
@media (min-width: 1024px) and (max-width: 1400px) {
 body.wrap-nav-sidebar .wrapper .container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
 }
}
@media (min-width: 1024px) {
 nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
  margin-top: -2px;
 }
 nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
  left: -200px;
 }
 nav.navbar.bootsnav ul.nav > li > a {
  padding: 30px 15px;
  font-weight: 600;
 }
 nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-left: 5px;
  margin-top: 2px;
 }
 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  width: 200px;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-top: solid 5px;
 }
 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
  background-color: transparent;
 }
 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  padding: 10px 15px;
  border-bottom: solid 1px #eee;
  color: #6f6f6f;
 }
 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a {
  border-bottom: none;
 }
 nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
  text-align: right;
 }
 nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
  font-family: FontAwesome;
  float: right;
  content: "\f105";
  margin-top: 0;
 }
 nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
  font-family: FontAwesome;
  float: left;
  content: "\f104";
  margin-top: 0;
 }
 nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  top: -3px;
 }
 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
  padding: 0 15px !important;
 }
 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
  padding: 25px 0 20px;
 }
 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed {
  padding: 0;
 }
 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed > li {
  padding: 0;
 }
 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
  padding: 0 30px;
  margin: 0 -0.5px;
  border-left: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
 }
 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
  border-left: none;
 }
 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
  border-right: none;
 }
 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
  display: none;
 }
 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
  text-align: left;
  padding: 5px 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
  color: #6f6f6f;
 }
 nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
  display: block !important;
  height: auto !important;
 }
 nav.navbar.bootsnav.no-background {
  background-color: transparent;
  border: none;
 }
 nav.navbar.bootsnav.navbar-transparent .attr-nav {
  padding-left: 15px;
  margin-left: 30px;
 }
 nav.navbar.bootsnav.navbar-transparent.white {
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px #bbb;
 }
 nav.navbar.bootsnav.navbar-transparent.dark,
 nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px #555;
 }
 nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
  border-left: solid 1px #bbb;
 }
 nav.navbar.bootsnav.navbar-transparent.dark .attr-nav,
 nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav {
  border-left: solid 1px #555;
 }
 nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
 nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
 nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
 nav.navbar.bootsnav.no-background.white ul.nav > li > a {
  color: #fff;
 }
 nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
 nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
  color: #eee;
 }
 nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
 nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
  display: none;
 }
 nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
 nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
  display: block;
 }
 nav.navbar.bootsnav.navbar-fixed .logo-display {
  display: none;
 }
 nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
  display: block;
 }
 .attr-nav > ul > li.dropdown ul.dropdown-menu {
  margin-top: 0;
  margin-left: 55px;
  width: 250px;
  left: -250px;
 }
 nav.navbar.bootsnav.menu-center .container {
  position: relative;
 }
 nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
 }
 nav.navbar.bootsnav.menu-center .attr-nav,
 nav.navbar.bootsnav.menu-center .navbar-header {
  position: absolute;
 }
 nav.navbar.bootsnav.menu-center .attr-nav {
  right: 15px;
 }
 nav.bootsnav.navbar-brand-top .navbar-header {
  display: block;
  width: 100%;
  text-align: center;
 }
 nav.bootsnav.navbar-brand-top ul.nav > li.dropdown > ul.dropdown-menu {
  margin-top: 2px;
 }
 nav.bootsnav.navbar-brand-top ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
  margin-top: 0;
 }
 nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
  display: inline-block;
  float: none;
  margin: 0;
 }
 nav.bootsnav.navbar-brand-top .navbar-collapse {
  text-align: center;
 }
 nav.bootsnav.navbar-brand-top ul.nav {
  display: inline-block;
  float: none;
  margin: 0 0 -5px 0;
 }
 nav.bootsnav.brand-center .navbar-header {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
 }
 nav.bootsnav.brand-center .navbar-brand {
  display: inline-block;
  float: none;
 }
 nav.bootsnav.brand-center .navbar-collapse {
  text-align: center;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
 }
 nav.bootsnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu {
  margin-top: 2px;
 }
 nav.bootsnav.brand-center ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
  margin-top: 0;
 }
 nav.bootsnav.brand-center .navbar-collapse .col-half {
  width: 50%;
  float: left;
  display: block;
 }
 nav.bootsnav.brand-center .navbar-collapse .col-half.left {
  text-align: right;
  padding-right: 100px;
 }
 nav.bootsnav.brand-center .navbar-collapse .col-half.right {
  text-align: left;
  padding-left: 100px;
 }
 nav.bootsnav.brand-center ul.nav {
  float: none !important;
  margin-bottom: -5px !important;
  display: inline-block !important;
 }
 nav.bootsnav.brand-center ul.nav.navbar-right {
  margin: 0;
 }
 nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
  text-align: left;
  padding-right: 100px;
 }
 nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
  text-align: right;
  padding-left: 100px;
 }
 body.wrap-nav-sidebar .wrapper {
  padding-left: 260px;
  overflow-x: hidden;
 }
 nav.bootsnav.navbar-sidebar {
  position: fixed;
  width: 260px;
  overflow: hidden;
  left: 0;
  padding: 0 !important;
  background: #fff;
  -moz-box-shadow: 1px 0 1px 0 #eee;
  -webkit-box-shadow: 1px 0 1px 0 #eee;
  -o-box-shadow: 1px 0 1px 0 #eee;
  box-shadow: 1px 0 1px 0 #eee;
 }
 nav.bootsnav.navbar-sidebar .scroller {
  width: 280px;
  overflow-y: auto;
  overflow-x: hidden;
 }
 nav.bootsnav.navbar-sidebar .container,
 nav.bootsnav.navbar-sidebar .container-fluid {
  padding: 0 !important;
 }
 nav.bootsnav.navbar-sidebar .navbar-header {
  float: none;
  display: block;
  width: 260px;
  padding: 10px 15px;
  margin: 10px 0 0 0 !important;
 }
 nav.bootsnav.navbar-sidebar .navbar-collapse {
  padding: 0 !important;
  width: 260px;
 }
 nav.bootsnav.navbar-sidebar ul.nav {
  float: none;
  display: block;
  width: 100%;
  padding: 0 15px !important;
  margin: 0 0 30px 0;
 }
 nav.bootsnav.navbar-sidebar ul.nav li {
  float: none !important;
 }
 nav.bootsnav.navbar-sidebar ul.nav > li > a {
  padding: 10px 15px;
  font-weight: 700;
 }
 nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > a:after {
  float: right;
 }
 nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
  left: 100%;
  top: 0;
  position: relative !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  background-color: transparent;
  border: none !important;
  padding: 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
 }
 nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
  border: none !important;
 }
 nav.bootsnav.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu {
  margin-bottom: 15px;
 }
 nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
  padding-left: 0;
  float: none;
  margin-bottom: 0;
 }
 nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
  padding: 5px 15px;
  color: #6f6f6f;
  border: none;
 }
 nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  padding-left: 15px;
  margin-top: 0;
 }
 nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown > a:before {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
 }
 nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a:before {
  content: "\f107";
 }
 nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content > li {
  padding: 0 !important;
 }
 nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
  display: block;
  float: none !important;
  padding: 0;
  margin: 0;
  width: 100%;
 }
 nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
  padding: 7px 0;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  cursor: pointer;
  color: #6f6f6f;
 }
 nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
 }
 nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
  content: "\f107";
 }
 nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
  border: none;
 }
 nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
  padding: 0 0 0 15px;
 }
 nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
  padding: 3px 0 !important;
 }
}
@media (max-width: 992px) {
 nav.navbar.bootsnav .navbar-brand {
  display: inline-block;
  float: none !important;
  margin: 0 !important;
 }
 nav.navbar.bootsnav .navbar-header {
  float: none;
  display: block;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
 }
 nav.navbar.bootsnav .navbar-toggle {
  display: inline-block;
  float: left;
  margin-right: -200px;
  margin-top: 10px;
 }
 nav.navbar.bootsnav .navbar-collapse {
  border: none;
  margin-bottom: 0;
 }
 nav.navbar.bootsnav.no-full .navbar-collapse {
  max-height: 350px;
  overflow-y: auto !important;
 }
 nav.navbar.bootsnav .navbar-collapse.collapse {
  display: none !important;
 }
 nav.navbar.bootsnav .navbar-collapse.collapse.in {
  display: block !important;
 }
 nav.navbar.bootsnav .navbar-nav {
  float: none !important;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 -15px;
 }
 nav.navbar.bootsnav .navbar-nav > li {
  float: none;
 }
 nav.navbar.bootsnav li.dropdown a.dropdown-toggle:after {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
  font-size: 16px;
  margin-left: 10px;
 }
 nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:after {
  content: "\f107";
 }
 nav.navbar.bootsnav .navbar-nav > li > a {
  display: block;
  width: 100%;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 0;
  border-top: solid 1px #e0e0e0;
  margin-bottom: -1px;
 }
 nav.navbar.bootsnav .navbar-nav > li:first-child > a {
  border-top: none;
 }
 nav.navbar.bootsnav ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
  border-bottom: solid 1px #e0e0e0;
 }
 nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
  float: none !important;
  position: relative;
  display: block;
  width: 100%;
 }
 nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  width: 100%;
  position: relative !important;
  background-color: transparent;
  float: none;
  border: none;
  padding: 0 0 0 15px !important;
  margin: 0 0 -1px 0 !important;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -moz-border-radius: 0 0 0;
  -webkit-border-radius: 0 0 0;
  -o-border-radius: 0 0 0;
  border-radius: 0 0 0;
 }
 nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  display: block;
  width: 100%;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 0;
  color: #6f6f6f;
 }
 nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus,
 nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover {
  background-color: transparent;
 }
 nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
  float: none !important;
  left: 0;
  padding: 0 0 0 15px;
  position: relative;
  background: 0 0;
  width: 100%;
 }
 nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
  display: inline-block;
  margin-top: -10px;
 }
 nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
  display: none;
 }
 nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
  padding: 10px 15px 10px 0;
  line-height: 24px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  cursor: pointer;
  border-bottom: solid 1px #e0e0e0;
  color: #6f6f6f;
 }
 nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
  display: block;
  width: 100%;
  border-bottom: solid 1px #e0e0e0;
  padding: 8px 0;
 }
 nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  right: -15px;
 }
 nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
  border-bottom: none;
 }
 nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
  border-bottom: solid 1px #e0e0e0;
 }
 nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
  border-bottom: none;
 }
 nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
  content: "\f107";
 }
 nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
  padding: 0 0 0 15px;
 }
 nav.bootsnav.brand-center .navbar-collapse {
  display: block;
 }
 nav.bootsnav.brand-center ul.nav {
  margin-bottom: 0 !important;
 }
 nav.bootsnav.brand-center .navbar-collapse .col-half {
  width: 100%;
  float: none;
  display: block;
 }
 nav.bootsnav.brand-center .navbar-collapse .col-half.left {
  margin-bottom: 0;
 }
 nav.bootsnav .megamenu-content {
  padding: 0;
 }
 nav.bootsnav .megamenu-content .col-menu {
  padding-bottom: 0;
 }
 nav.bootsnav .megamenu-content .title {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-weight: 400;
 }
 nav.bootsnav .megamenu-content .content {
  display: none;
 }
 .attr-nav {
  position: absolute;
  right: 60px;
 }
 .attr-nav > ul {
  padding: 0;
  margin: 0 -15px -7px 0;
 }
 .attr-nav > ul > li > a {
  padding: 16px 15px 15px;
 }
 .attr-nav > ul > li.dropdown > a.dropdown-toggle:before {
  display: none;
 }
 .attr-nav > ul > li.dropdown ul.dropdown-menu {
  margin-top: 2px;
  margin-left: 55px;
  width: 250px;
  left: -250px;
  border-top: solid 5px;
 }
 .top-search .container {
  padding: 0 45px;
 }
 nav.bootsnav.navbar-full ul.nav {
  margin-left: 0;
 }
 nav.bootsnav.navbar-full ul.nav > li > a {
  border: none;
 }
 nav.bootsnav.navbar-full .navbar-brand {
  float: left !important;
  padding-left: 0;
 }
 nav.bootsnav.navbar-full .navbar-toggle {
  display: inline-block;
  float: right;
  margin-right: 0;
  margin-top: 10px;
 }
 nav.bootsnav.navbar-full .navbar-header {
  padding-left: 15px;
  padding-right: 15px;
 }
 nav.navbar.bootsnav.navbar-sidebar .share {
  padding: 30px 15px;
  margin-bottom: 0;
 }
 nav.navbar.bootsnav .tabbed > li {
  padding: 25px 0;
  margin-left: -15px !important;
 }
 body > .wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 }
 body.side-right > .wrapper {
  margin-left: 280px;
  margin-right: -280px !important;
 }
 nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
  position: fixed;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  display: block;
  background: #fff;
  z-index: 99;
  width: 280px;
  height: 100% !important;
  left: -280px;
  top: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 }
 nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
  left: 0;
 }
 nav.navbar.bootsnav.navbar-mobile ul.nav {
  width: 293px;
  padding-right: 0;
  padding-left: 15px;
 }
 nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
  padding: 15px 15px;
 }
 nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
  padding-right: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
 }
 nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
  padding-right: 30px !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
 }
 nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
 }
 nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=" col-"] {
  width: 100%;
 }
 nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
  display: block !important;
 }
 nav.navbar.bootsnav.navbar-fixed .logo-display {
  display: none !important;
 }
 nav.navbar.bootsnav.navbar-mobile .tab-content,
 nav.navbar.bootsnav.navbar-mobile .tab-menu {
  width: 100%;
  display: block;
 }
}
@media (max-width: 767px) {
 nav.navbar.bootsnav .navbar-header {
  padding-left: 15px;
  padding-right: 15px;
 }
 nav.navbar.bootsnav .navbar-nav {
  padding-left: 15px;
  padding-right: 15px;
 }
 .attr-nav {
  right: 30px;
 }
 .attr-nav > ul {
  margin-right: -10px;
 }
 .attr-nav > ul > li > a {
  padding: 16px 10px 15px;
  padding-left: 0 !important;
 }
 .attr-nav > ul > li.dropdown ul.dropdown-menu {
  left: -275px;
 }
 .top-search .container {
  padding: 0 15px;
 }
 nav.bootsnav.navbar-full .navbar-collapse {
  left: 15px;
 }
 nav.bootsnav.navbar-full .navbar-header {
  padding-right: 0;
 }
 nav.bootsnav.navbar-full .navbar-toggle {
  margin-right: -15px;
 }
 nav.bootsnav.navbar-full ul.nav > li > a {
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 5px 10px !important;
 }
 nav.navbar.bootsnav.navbar-sidebar .share {
  padding: 30px 15px !important;
 }
 nav.navbar.bootsnav.navbar-sidebar .share {
  padding: 30px 0 !important;
  margin-bottom: 0;
 }
 nav.navbar.bootsnav.navbar-mobile.navbar-sidebar .share {
  padding: 30px 15px !important;
  margin-bottom: 0;
 }
 body.side-right > .wrapper {
  margin-left: 280px;
  margin-right: -280px !important;
 }
 nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
  margin-left: 0;
 }
 nav.navbar.bootsnav.navbar-mobile ul.nav {
  margin-left: -15px;
 }
 nav.navbar.bootsnav.navbar-mobile ul.nav {
  border-top: solid 1px #fff;
 }
 li.close-full-menu {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
 }
}
@media (min-width: 480px) and (max-width: 640px) {
 nav.bootsnav.navbar-full ul.nav {
  padding-top: 30px;
  padding-bottom: 30px;
 }
}
@font-face {
 font-family: robotoblack;
 src:
  url(../fonts/roboto-black-webfont.woff2) format("woff2"),
  url(../fonts/roboto-black-webfont.woff) format("woff");
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: robotobold;
 src:
  url(../fonts/roboto-bold-webfont.woff2) format("woff2"),
  url(../fonts/roboto-bold-webfont.woff) format("woff");
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: robotoregular;
 src:
  url(../fonts/roboto-regular-webfont.woff2) format("woff2"),
  url(../fonts/roboto-regular-webfont.woff) format("woff");
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}
.animated {
 opacity: 1 !important;
}
.animate {
 opacity: 0;
}
body {
 padding: 0;
 margin: 0;
 color: #0f0f0f;
 overflow-x: hidden;
 font-family: robotoregular;
}
body,
html {
 height: 100%;
 width: 100%;
 font-size: 100%;
 position: relative;
}
#parallax a,
#pricing .price_table .price p,
#review-slider .client_name,
.cart_table .table-responsive thead tr > th,
.items > li > a,
.number-counters .counters-item strong,
.parallax h1,
.shop_info .price_product,
.shop_tab .tabs li,
.shopping_box .shop_content .price_product,
.single_post a,
.widget ul.badge_list li strong,
h2,
h3,
h4,
header ul.company_info li > strong,
nav.bootsnav .megamenu-content .title,
nav.navbar.bootsnav ul.nav > li > a {
 font-family: robotobold;
}
#error .error h1,
.blog-reply .reply,
.btn-common,
.btn-dark,
.btn-light,
.content_wrap .news_box a.readmore,
h1 {
 font-family: robotoblack;
}
ol,
ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
 color: #545454;
}
.form-control:-moz-placeholder,
:-moz-placeholder {
 color: #545454;
}
.form-control::-moz-placeholder,
::-moz-placeholder {
 color: #545454;
}
.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
 color: #545454;
}
textarea::-webkit-input-placeholder {
 color: #545454;
 opacity: 1;
}
textarea:-moz-placeholder {
 color: #545454;
 opacity: 1;
}
textarea::-moz-placeholder {
 color: #545454;
 opacity: 1;
}
textarea:-ms-input-placeholder {
 color: #545454;
 opacity: 1;
}
textarea {
 resize: none;
 box-shadow: 0 0;
}
label {
 font-weight: 400;
 margin: 0;
}
.form-control {
 box-shadow: 0 0;
}
.form-control:focus,
textarea:focus {
 border-color: #002e5b;
 box-shadow: 0 0;
}
a {
 color: inherit;
}
a,
a:focus,
a:hover {
 outline: 0;
 text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin: 0;
}
h1 {
 font-size: 48px;
}
h2 {
 font-size: 32px;
}
h3 {
 font-size: 24px;
}
h4 {
 font-size: 18px;
}
p {
 font-size: 16px;
 font-family: robotoregular;
 line-height: normal;
}
.padding {
 padding-bottom: 80px;
 padding-top: 80px;
}
.padding-top {
 padding-top: 80px;
}
.padding-bottom {
 padding-bottom: 80px;
}
.padding-bottom-half {
 padding-bottom: 40px;
}
.heading_space {
 margin-bottom: 40px;
}
.half_space {
 margin-bottom: 25px;
}
.heading_top {
 margin-top: 25px;
}
.margin_tophalf {
 margin-top: 45px;
}
.margin10 {
 margin-top: 15px;
}
.margin_top {
 margin-top: 90px;
}
.space_50 {
 margin-bottom: 45px;
}
.blue_dark {
 background: #002040;
}
.blue_light {
 background: #002e5b;
}
.bg_grey {
 background-color: #ebeff2;
}
.color {
 color: #ffb600;
}
.bg_blue {
 background-color: #0798bc;
}
.border-radius {
 border-radius: 5px;
}
.heading {
 border-bottom: 1px solid #dadada;
 display: inline-block;
}
.heading .divider-center,
.heading .divider-left {
 height: 4px;
 width: 70px;
 background: #ffb600;
 display: block;
}
.heading .divider-left {
 margin: 10px 0 -2px;
}
.heading .divider-center {
 margin: 10px auto -2px;
}
.btn-dark,
.btn-light {
 border: 1px solid transparent;
}
#parallax a,
.btn-dark,
.btn-light {
 color: #fff;
}
#parallax a,
.btn-common,
.btn-dark,
.btn-light {
 padding: 10px 30px;
 display: inline-block;
 font-size: 13px;
 text-transform: uppercase;
 position: relative;
 z-index: 1;
 overflow: hidden;
}
.btn-common {
 color: #0f0f0f;
 border: 1px solid #0f0f0f;
}
.btn-dark {
 background: #002e5b;
}
.btn-light {
 background: #ffb600;
}
.btn-diagonal {
 color: #68506b;
 transition: all ease 0.5s;
 position: relative;
 overflow: hidden;
 z-index: 1;
}
.btn-diagonal:after {
 content: "";
 width: 0;
 height: 0;
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 border-style: solid;
 border-width: 0;
 border-color: #2e1d31 transparent transparent transparent;
 position: absolute;
 top: 0;
 left: 0;
 box-sizing: border-box;
 z-index: -1;
 transition: all ease 0.5s;
}
.btn-diagonal:hover {
 color: #d3ccd4;
 border: 1px solid transparent;
}
.btn-diagonal:hover::after {
 border-width: 190px 190px 0 0;
}
.btn-diagonal:active {
 background: #4d3151;
}
#director-slider .owl-next,
#director-slider .owl-prev,
#do-slider .owl-next,
#do-slider .owl-prev,
#news-slider .owl-next,
#news-slider .owl-prev,
.button-black,
.button-hover,
.button-yellow {
 -webkit-transition:
  border-color 0.4s,
  color 0.4s;
 -ms-transition:
  border-color 0.4s,
  color 0.4s;
 -o-transition:
  border-color 0.4s,
  color 0.4s;
 -moz-transition:
  border-color 0.4s,
  color 0.4s;
 transition:
  border-color 0.4s,
  color 0.4s;
 z-index: 1;
}
.button-yellow:before {
 background: #ffb600;
}
.button-yellow:focus,
.button-yellow:hover {
 color: #fff;
 border-color: #ffb600;
}
.button-black:before {
 background: #000;
}
.button-black:focus,
.button-black:hover {
 color: #fff;
 border-color: #000;
}
#director-slider .owl-next:before,
#director-slider .owl-prev:before,
#do-slider .owl-next:before,
#do-slider .owl-prev:before,
#news-slider .owl-next:before,
#news-slider .owl-prev:before,
.button-hover:before {
 background: #002e5b;
}
#director-slider .owl-next:before,
#director-slider .owl-prev:before,
#do-slider .owl-next:before,
#do-slider .owl-prev:before,
#news-slider .owl-next:before,
#news-slider .owl-prev:before,
.button-black:before,
.button-hover:before,
.button-yellow:before {
 content: "";
 position: absolute;
 border-radius: 4px;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
 opacity: 0;
 -moz-transform: scale3d(0.7, 1, 1);
 -ms-transform: scale3d(0.7, 1, 1);
 -o-transform: scale3d(0.7, 1, 1);
 -webkit-transform: scale3d(0.7, 1, 1);
 transform: scale3d(0.7, 1, 1);
 -webkit-transition:
  -webkit-transform 0.4s,
  opacity 0.4s;
 -transition:
  transform 0.4s,
  opacity 0.4s;
 -ms-transition:
  transform 0.4s,
  opacity 0.4s;
 -o-transition:
  transform 0.4s,
  opacity 0.4s;
 transition:
  transform 0.4s,
  opacity 0.4s;
}
#director-slider .owl-next,
#director-slider .owl-next:before,
#director-slider .owl-prev,
#director-slider .owl-prev:before,
#do-slider .owl-next,
#do-slider .owl-next:before,
#do-slider .owl-prev,
#do-slider .owl-prev:before,
#news-slider .owl-next,
#news-slider .owl-next:before,
#news-slider .owl-prev,
#news-slider .owl-prev:before,
.button-black,
.button-black:before,
.button-hover,
.button-hover:before,
.button-yellow,
.button-yellow:before {
 -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#director-slider .owl-next:focus,
#director-slider .owl-next:hover,
#director-slider .owl-prev:focus,
#director-slider .owl-prev:hover,
#do-slider .owl-next:focus,
#do-slider .owl-next:hover,
#do-slider .owl-prev:focus,
#do-slider .owl-prev:hover,
#news-slider .owl-next:focus,
#news-slider .owl-next:hover,
#news-slider .owl-prev:focus,
#news-slider .owl-prev:hover,
.button-hover:focus,
.button-hover:hover {
 color: #fff;
 border-color: #002e5b;
}
#director-slider .owl-next:focus::before,
#director-slider .owl-next:hover::before,
#director-slider .owl-prev:focus::before,
#director-slider .owl-prev:hover::before,
#do-slider .owl-next:focus:before,
#do-slider .owl-next:hover:before,
#do-slider .owl-prev:focus::before,
#do-slider .owl-prev:hover::before,
#news-slider .owl-next:focus::before,
#news-slider .owl-next:hover::before,
#news-slider .owl-prev:focus::before,
#news-slider .owl-prev:hover::before,
.button-black:focus::before,
.button-black:hover::before,
.button-hover:focus::before,
.button-hover:hover::before,
.button-yellow:focus::before,
.button-yellow:hover::before {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
aside.sidebar {
 padding: 15px;
}
ul.links li {
 display: inline-block;
 width: 49%;
}
ul.links li a {
 color: #fff;
 font-size: 14px;
 margin-bottom: 15px;
 margin-left: 15px;
 display: block;
}
ul.links li a > i {
 display: inline-table;
 margin-right: 5px;
 vertical-align: middle;
 width: 10px;
 margin-left: -15px;
}
ul.links li a:focus,
ul.links li a:hover {
 color: #ffb600;
}
ul.social_icon li {
 display: inline-block;
}
ul.social_icon li a {
 color: #0f0f0f;
 display: block;
 font-size: 18px;
 height: 40px;
 line-height: 42px;
 text-align: center;
 width: 40px;
 border-radius: 4px;
 position: relative;
 z-index: 1;
 box-shadow: inset 0 0 0 1px #7c7c7c;
}
ul.social_icon li a.facebook:after {
 background: #3b5998;
}
ul.social_icon li a.twitter:after {
 background: #00aced;
}
ul.social_icon li a.dribble:after {
 background: #ea4c89;
}
ul.social_icon li a.instagram:after {
 background: #517fa4;
}
ul.social_icon li a.vimo:after {
 background: #4ebbff;
}
ul.social_icon li a:after {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background: #f7c51e;
 transition: 0.4s;
 border-radius: 4px;
 opacity: 0;
 transform: scale(1.3);
 color: #fff;
 z-index: -1;
}
ul.social_icon li a:hover:after {
 transform: scale(1);
 opacity: 1;
}
ul.social_icon li a:hover {
 color: #fff;
}
.widget p.address > i {
 display: inline-block;
 font-size: 20px;
 margin-right: 5px;
 vertical-align: bottom;
}
.widget ul.badge_list {
 padding: 20px 15px;
}
.widget ul.badge_list li {
 margin-left: 30px;
 margin-bottom: 25px;
}
.widget ul.badge_list li:last-child {
 margin-bottom: 0;
}
.widget ul.badge_list li > .badge {
 background: #ffb600;
 border-radius: 50%;
 font-size: 18px;
 font-weight: 400;
 height: 30px;
 line-height: normal;
 padding: 2px;
 width: 30px;
 margin: 0 5px -10px -30px;
}
.widget ul.badge_list li strong {
 display: block;
 line-height: normal;
 margin-left: 5px;
}
.widget .tags > li {
 display: inline-block;
}
.widget .tags > li a {
 border: 1px solid #797979;
 color: #343434;
 display: block;
 font-size: 13px;
 margin-bottom: 2px;
 padding: 5px 9px;
 background: #fff;
}
.widget .tags > li a:focus,
.widget .tags > li a:hover {
 background: #ffb600;
 border-color: #ffb600;
 color: #fff;
}
ul.comment li {
 display: inline-block;
 margin-left: 15px;
}
ul.comment li:first-child {
 margin-left: 0;
}
ul.comment li a {
 color: #555;
 font-size: 12px;
 display: block;
}
ul.comment li a > i {
 font-size: 16px;
}
.widget_search {
 background: #d8dadb;
 padding: 5px;
 width: 100%;
}
.widget_search .form-control {
 height: 42px;
}
.widget_search .input-group-addon {
 background: #ffb600;
 border: medium none;
 border-radius: 0;
 color: #fff;
 font-size: 24px;
 margin: 5px;
 padding: 0 5px;
 cursor: pointer;
}
.category > li {
 margin-bottom: 20px;
}
.category > li:last-child {
 margin-bottom: 0;
}
.category > li a {
 display: block;
}
.category > li a:before {
 background: #ffb600;
 content: "";
 display: inline-table;
 height: 2px;
 width: 5px;
 margin-right: 5px;
 vertical-align: middle;
}
.category > li a:focus,
.category > li a:hover,
.single_post a:focus,
.single_post a:hover {
 color: #ffb600;
}
.single_post {
 overflow: hidden;
}
.single_post p {
 margin-bottom: 0;
}
.single_post > img {
 display: table-cell;
 float: left;
 margin-right: 10px;
 vertical-align: middle;
}
.scrollToTop {
 width: 32px;
 height: 32px;
 border-radius: 4px;
 text-align: center;
 font-weight: 700;
 line-height: 26px;
 font-size: 25px;
 color: #fff;
 position: fixed;
 z-index: 1000;
 bottom: 16px;
 right: 40px;
 display: none;
 background: #ffb600;
}
.scrollToTop:focus,
.scrollToTop:hover {
 background: #ffb600;
 color: #fff;
}
#director-slider .post,
#pricing .price_table,
#pricing .price_table .plan,
#pricing .price_table .price,
.about_box img,
.about_box:hover,
.attr-nav > ul > li > a,
.category > li a,
.content_wrap .image > img,
.items > li > a.expanded,
.items > li > a:hover,
.overlay,
.overlay .overlay-inner,
.overlay .overlay-inner a,
.scrollToTop,
.shop_tab .tabs li,
.tparrows,
.widget .tags > li a,
.work-filter li a:before,
input[type="submit"],
nav.navbar ul.nav li.dropdown.on > a:before,
nav.navbar.bootsnav ul.nav > li > a:before,
ul.social_icon li a,
ul.tabs li {
 -moz-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
}
.topbar {
 color: #fff;
}
.topbar p {
 font-size: 14px;
 margin: 5px 0;
}
.topbar ul.social_top {
 text-align: right;
 display: block;
}
.topbar ul.social_top li {
 display: inline-block;
}
.topbar ul.social_top li:first-child a {
 border-left: 1px solid #334d66;
}
.topbar ul.social_top li a {
 display: block;
 font-size: 16px;
 line-height: 20px;
 padding: 5px;
 width: 30px;
 height: 28px;
 text-align: center;
 border-right: 1px solid #334d66;
}
.topbar ul.social_top li a:focus,
.topbar ul.social_top li a:hover {
 color: #002e5b;
 background: #ffb600;
 border-color: #ffb600;
}
header {
 background: #002e5b;
}
header ul.company_info {
 float: right;
}
header ul.company_info li {
 display: inline-block;
 font-size: 14px;
 color: #fff;
 margin: 26px 30px;
}
header ul.company_info li:last-child {
 margin-right: 0;
}
header ul.company_info li > i {
 display: inline;
 float: left;
 font-size: 25px;
 line-height: 30px;
 margin-left: -30px;
 margin-right: 0;
 vertical-align: middle;
 width: 30px;
}
header ul.company_info li > strong {
 display: table;
}
nav.navbar.bootsnav {
 background-color: #ffb600;
 z-index: 999;
 border: none;
 box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.35);
}
nav.navbar.bootsnav ul.nav > li {
 margin: 0 15px;
}
nav.navbar.bootsnav ul.nav > li > a {
 color: #000;
 font-size: 14px;
 font-weight: 400;
 padding: 20px 0;
 text-transform: uppercase;
 position: relative;
 border-top: none;
}
nav.navbar.bootsnav .navbar-nav > li > a {
 border: none !important;
}
nav.navbar ul.nav li.dropdown.on > a:before,
nav.navbar.bootsnav ul.nav > li > a:before {
 content: "";
 height: 4px;
 width: 0;
 background: #002e5b;
 position: absolute;
 top: 0;
 left: 50%;
 right: 50%;
}
nav.navbar ul.nav li.dropdown.on > a:before,
nav.navbar.bootsnav ul.nav > li.active > a:before,
nav.navbar.bootsnav ul.nav > li > a:hover::before {
 width: 100%;
 left: 0;
 right: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
 border-top-color: #002e5b;
}
nav.bootsnav .megamenu-content .title {
 font-size: 16px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
 color: #0f0f0f;
 font-size: 12px;
}
nav.navbar.bootsnav .navbar-brand {
 display: inline-block;
 float: left !important;
 height: auto;
 margin-left: 0;
 padding: 10px 1px;
 width: 245px;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:focus,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:focus,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
 color: #002e5b;
}
nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
 color: #0f0f0f;
 border-bottom-color: rgba(15, 15, 15, 0.35);
}
nav.navbar.bootsnav.menu-center .attr-nav {
 right: 15px;
 top: 50%;
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.attr-nav > ul > li > a {
 color: #0f0f0f;
 display: block;
 padding: 0 !important;
 height: 28px;
 width: 28px;
 border-radius: 50%;
 font-size: 15px;
 line-height: 28px;
 text-align: center;
}
.attr-nav > ul > li > a:focus,
.attr-nav > ul > li > a:hover {
 color: #0f0f0f;
 background: #fff;
}
nav.navbar.bootsnav.no-full .navbar-collapse.in {
 min-height: 280px !important;
}
p.banner_title {
 font-size: 18px !important;
}
#rev_slider a {
 display: inline-block;
 margin: 5px;
 font-size: 15px;
}
.tparrows {
 background: #f8c443 !important;
 -webkit-border-radius: 100%;
 border-radius: 4px;
 transform: none;
 position: absolute;
 right: 0;
}
.tparrows::before {
 color: #fff;
 display: block;
 font-family: FontAwesome;
 font-size: 25px;
 line-height: 40px;
 text-align: center;
}
.tparrows.tp-leftarrow:before {
 content: "\f104";
}
.tparrows.tp-rightarrow:before {
 content: "\f105";
}
.tp-leftarrow,
.tp-rightarrow {
 margin: 5px;
}
.tparrows.tp-leftarrow:focus,
.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:focus,
.tparrows.tp-rightarrow:hover {
 background: #002e5b !important;
}
.tparrows:focus::before,
.tparrows:hover::before {
 color: #fff;
}
#about .about_box {
 color: #fff;
 overflow: hidden;
 position: relative;
 top: -100px;
 z-index: 100;
 cursor: pointer;
}
.about_box:before {
 background: rgba(255, 255, 255, 0.2);
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
 -moz-transition: transform 0.7s ease 0.1s;
 -ms-transition: transform 0.7s ease 0.1s;
 -o-transition: transform 0.7s ease 0.1s;
 -webkit-transition: transform 0.7s ease 0.1s;
 transition: transform 0.7s ease 0.1s;
 width: 100%;
 z-index: 101;
}
.about_box:hover::before {
 transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.about_box.active {
 -moz-transform: translateY(-50px);
 -ms-transform: translateY(-50px);
 -o-transform: translateY(-50px);
 -webkit-transform: translateY(-50px);
 transform: translateY(-50px);
}
.about_box:hover img {
 transform: scale(1.1);
}
#about .about_box img.detail {
 position: relative;
 width: 100%;
}
#about .about_box .effect {
 position: absolute;
 width: 100%;
 top: 50%;
 padding: 15px;
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
#about .about_box .effect > img {
 max-width: 100px;
 margin-bottom: 15px;
}
#about .priorty .about-post,
.contact_address .address {
 margin-top: 15px;
 overflow: hidden;
}
#about .priorty .about-post a,
.contact_address .address .icon {
 background: #eaeaea;
 display: inline-block;
 float: left;
 height: 60px;
 width: 64px;
 text-align: center;
 font-size: 35px;
}
#about .priorty .about-post a > img {
 display: inline-block;
}
#about .priorty .about-post h4,
#about .priorty .about-post p {
 color: #0f0f0f;
}
#about .priorty .about-post h4,
.contact_address .address h4 {
 margin: 10px 0 0 80px;
}
#about .priorty .about-post p,
.contact_address .address p {
 display: block;
 margin: 0 0 0 80px;
}
#features {
 background: url(../images/parallax1.html) no-repeat;
 background-size: cover;
 color: #fff;
 background-color: #002e5b;
}
.work-filter li {
 display: inline-block;
 margin: 0 10px;
}
.work-filter li a {
 font-size: 18px;
 position: relative;
 padding: 5px 0;
 display: block;
 color: #fff;
}
.work-filter li a:before {
 content: "";
 height: 1px;
 width: 0;
 background: #ffb600;
 position: absolute;
 bottom: 0;
 left: 50%;
 right: 50%;
}
.work-filter li a.active:before,
.work-filter li a:hover::before {
 width: 100%;
 left: 0;
 right: 0;
}
#projects .work-filter li a.active,
#projects .work-filter li a:hover,
.work-filter li a.active,
.work-filter li a:hover {
 color: #ffb600;
}
#ourstudio .col-1-5,
.gallery .work-item {
 padding: 15px;
 position: relative;
}
.mix {
 display: none;
}
.gallery .item-container:hover img {
 opacity: 0.4;
 transform: scale3d(1.1, 1.1, 1);
}
.overlay {
 background: rgba(255, 182, 0, 0.75);
 position: absolute;
 opacity: 0;
 top: auto;
 left: 0;
 bottom: -100%;
 height: 100%;
 width: 100%;
 color: #fff;
}
.gallery .item-container:hover .overlay,
.shopping_box:hover .overlay,
.zerogrid .item-container:hover .overlay {
 opacity: 1;
 bottom: 0;
}
.overlay .overlay-inner {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 padding: 15px;
 text-align: left;
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
.overlay:hover .overlay-inner {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
.overlay .overlay-inner a {
 background: #fff;
 color: #ffb600;
 font-size: 15px;
 padding: 2px 5px;
 display: inline-block;
 margin-bottom: 5px;
}
.overlay .overlay-inner h4 {
 font-size: 18px;
}
.overlay .overlay-inner p {
 margin-bottom: 0;
}
.number-counters .counters-item {
 margin-bottom: 70px;
 text-align: center;
}
.number-counters .counters-item i {
 color: #ffb600;
 display: block;
 font-size: 50px;
 margin-bottom: 10px;
}
.number-counters .counters-item strong {
 font-size: 48px;
 line-height: 48px;
}
.number-counters .counters-item p {
 font-size: 18px;
}
#facts .fact-image {
 width: 100%;
}
.slider_wrapper {
 margin-left: -15px;
 margin-right: -15px;
}
#do-slider .content_wrap .image {
 margin-bottom: 20px;
}
#director-slider .item,
#do-slider .item,
#news-slider .item {
 padding: 0 15px;
}
#do-slider .item:hover h3 > a,
#news-slider .item:hover h4 > a {
 color: #ffb600;
}
#director-slider .owl-next,
#director-slider .owl-prev,
#do-slider .owl-next,
#do-slider .owl-prev,
#news-slider .owl-next,
#news-slider .owl-prev {
 background: #fff;
 border: 1px solid #b1bec7;
 border-radius: 5px;
 color: #555;
 font-size: 20px;
 height: 36px;
 line-height: 36px;
 opacity: 1;
 padding: 0;
 position: absolute;
 text-align: center;
 top: -88px;
 width: 36px;
 overflow: hidden;
 z-index: 1;
}
#director-slider .owl-prev,
#do-slider .owl-prev,
#news-slider .owl-prev {
 right: 60px;
}
#director-slider .owl-next,
#do-slider .owl-next,
#news-slider .owl-next {
 right: 15px;
}
.content_wrap {
 padding-bottom: 1px;
}
.content_wrap .image {
 margin-bottom: 20px;
 position: relative;
 overflow-y: hidden;
 overflow-x: hidden;
 width: 100%;
}
.content_wrap:hover .image > img {
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
 transition: all 0.5s ease 0.2s;
}
.content_wrap .image > img,
.image > img {
 width: 100%;
}
.content_wrap h3 {
 margin-bottom: 10px;
}
#review-slider {
 position: relative;
}
/* #review-slider:before {
 content: url(../images/quoteLeft.webp);
 left: 0;
}
#review-slider:after {
 content: url(../images/quoteRight.webp);
 right: 0;
} */
#review-slider:after,
#review-slider:before {
 position: absolute;
 display: inline-block;
 top: 50%;
 margin-top: 30px;
}
#review-slider .client_name {
 font-size: 18px;
 color: #ffb600;
}
#review-slider p {
 margin: 0 10%;
}
#review-slider img.client_pic {
 border: 3px solid #d4dfe8;
 margin: 25px 0;
}
#review-slider .owl-page span {
 position: relative;
 background: #7f7f7f;
 opacity: 1;
 border-radius: 4px;
 -webkit-transition:
  -webkit-transform 0.3s ease,
  opacity 0.3s ease,
  background-color 0.3s ease;
 transition:
  transform 0.3s ease,
  opacity 0.3s ease,
  background-color 0.3s ease;
}
#review-slider .owl-page span:after {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 visibility: hidden;
 opacity: 0;
 left: 0;
 border-radius: 4px;
 background: #ffb600;
 -webkit-transform: translateY(200%);
 transform: translateY(200%);
 -webkit-transition:
  -webkit-transform 0.3s ease,
  opacity 0.3s ease,
  visibility 0s 0.3s;
 transition:
  transform 0.3s ease,
  opacity 0.3s ease,
  visibility 0s 0.3s;
}
#review-slider .owl-page span:hover::after,
#review-slider .owl-page.active span:after {
 opacity: 1;
 visibility: visible;
 -webkit-transition:
  -webkit-transform 0.3s ease,
  opacity 0.3s ease;
 transition:
  transform 0.3s ease,
  opacity 0.3s ease;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
#parallax {
 background: url(../images/delar-since-1973.webp) no-repeat;
 padding: 6% 0;
 color: #fff;
}
#features,
#parallax {
 background-size: cover;
 width: 100%;
 background-attachment: fixed;
}
#parallax h1 {
 font-size: 105px;
 color: #ffb600;
}
#parallax a {
 border: 1px solid #fff;
}
#parallax a:focus,
#parallax a:hover {
 border: 1px solid transparent;
}
.content_wrap .news_box {
 background: #fff;
 margin: -50px auto 0;
 padding: 20px 15px;
 padding-bottom: 0;
 position: relative;
 width: 92%;
 z-index: 1;
}
.content_wrap .news_box .commment li {
 display: inline-block;
 margin: 10px 0 10px 10px;
}
.content_wrap .news_box .commment li:first-child {
 margin-left: 0;
}
.content_wrap .news_box .commment li a {
 display: block;
 color: #454545;
 font-size: 14px;
}
.content_wrap .news_box .commment li a > i {
 margin-right: 5px;
 font-size: 16px;
}
.content_wrap .news_box a.readmore {
 font-size: 13px;
 color: #6c6c6c;
 text-decoration: underline;
 text-transform: uppercase;
}
.content_wrap .news_box .commment li a:focus,
.content_wrap .news_box .commment li a:hover,
.content_wrap .news_box a.readmore:focus,
.content_wrap .news_box a.readmore:hover {
 color: #002e5b;
}
.page_header {
 background: url(../images/page-tittle.html) no-repeat;
 width: 100%;
}
.page_header .page-content {
 position: relative;
  padding-top: 100px !important;
}
.page_header .page-content h1 {
 font-size: 42px;
}
.page_header .page-content .page_nav {
 background: #fff;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 bottom: 0;
 padding: 18px 40px 10px;
 display: inline-block;
 margin-top: 80px;
 color: #7f7f7f;
 font-size: 14px;
}
.page_header .page-content .page_nav a {
 display: inline-block;
 margin: 0 10px;
 color: #0b0b0b;
}
.page_header .page-content .page_nav span i {
 margin-right: 5px;
}
.aboutus .about_feature {
 overflow: hidden;
}
.aboutus .about_feature span {
 display: inline-block;
 float: left;
 height: 80px;
}
.aboutus .about_feature span > img {
 display: block;
}
.aboutus .about_feature h3,
.aboutus .about_feature p {
 margin: 0 0 0 100px;
}
.aboutus .about_feature h3 {
 margin-bottom: 5px;
}
#history .history_wrap {
 overflow: hidden;
}
#history .history_wrap h3 {
 margin-bottom: 10px;
}
#history .history_wrap h3 > span {
 color: #ffb600;
}
#history .history_wrap .col-md-7 {
 padding-left: 0;
}
#counter {
 background: url(../images/counter.webp) no-repeat;
 background-attachment: fixed;
 background-position: center center;
 background-size: cover;
 width: 100%;
 color: #fff;
}
#counter .number-counters .counters-item {
 margin-bottom: 0;
}
#counter .number-counters .counters-item i {
 display: block;
}
.studio {
 background: #fff;
}
.studio a.btn-dark {
 display: table;
}
.studio .block_left {
 display: block;
 height: 100%;
 margin: 26px 0;
}
.studio .block_right {
 height: 100%;
 display: block;
}
.studio .block_right img {
 width: 100%;
}
#ourstudio .col-1-5 {
 padding-left: 15px;
 padding-right: 15px;
}
#director-slider .post,
.content_wrap .post {
 background: rgba(0, 46, 81, 0.75);
 color: #fff;
 font-size: 14px;
 padding: 5px 15px;
 position: absolute;
 right: 0;
 bottom: 0;
 border-bottom-right-radius: 4px;
 opacity: 0;
}
#director-slider .item:hover .post,
.content_wrap:hover .post {
 opacity: 1;
}
.services ul.tabs li {
 display: block;
 background: #ffb600;
 color: #fff;
 font-size: 14px;
 padding: 15px;
 cursor: pointer;
 position: relative;
 border-bottom: #fff solid 1px;
}
.services ul.tabs li:last-child {
 border-bottom: none;
}
.services ul.tabs li:before {
 content: "\f105";
 font-family: FontAwesome;
 display: inline-table;
 vertical-align: middle;
 margin-right: 8px;
}
.services ul.tabs li.active {
 background: #fff;
 color: #002e5b;
}
.services ul.tabs li:focus,
.services ul.tabs li:hover {
 background: #002e5b;
 color: #fff;
}
.services .tab_container,
.services ul.tabs {
 display: block;
}
.faq_content .items > li > a,
.services_content .items > li > a {
 background: #fff;
 color: #0f0f0f;
 display: block;
 margin-bottom: 10px;
 padding: 15px 10px 15px 55px;
 position: relative;
 border: 1px solid #d1d1d1;
}
.faq_content .items > li > a.expanded,
.faq_content .items > li > a:hover,
.services_content .items > li > a.expanded,
.services_content .items > li > a:hover {
 background: #002e5b;
 color: #fff;
}
.faq_content .items > li > a:after,
.services_content .items > li > a:after {
 background: #fff;
 content: "\f105";
 display: inline-block;
 font-family: FontAwesome;
 font-size: 20px;
 height: 100%;
 left: 0;
 line-height: 30px;
 padding: 10px;
 position: absolute;
 text-align: center;
 top: 0;
 width: 40px;
 border-right: 1px solid #d1d1d1;
}
.faq_content .items > li > a.expanded:after,
.faq_content .items > li > a:hover::after,
.services_content .items > li > a.expanded:after,
.services_content .items > li > a:hover::after {
 background: #ffb600;
}
.faq_content .sub-items,
.services_content .sub-items {
 display: none;
 padding: 20px 15px;
 border: 1px solid #d1d1d1;
 border-top: none;
 margin-bottom: 10px;
}
.faq_content .sub-items p,
.services_content .sub-items p {
 margin: 0;
}
.services .tab_container {
 padding: 0;
}
.services .tab_drawer_heading.d_active {
 position: relative;
}
.services .tab_drawer_heading {
 background-color: #dcdcdc;
 padding: 20px 15px;
 margin-bottom: 10px;
 display: none;
 position: relative;
 cursor: pointer;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.services .tab_drawer_heading:after,
faq_content .tab_drawer_heading:after {
 content: "\f107";
 display: inline-block;
 right: 20px;
 position: absolute;
 font-family: FontAwesome;
}
.faq_content .items > li > a.expanded,
.services_content .items > li > a.expanded {
 margin-bottom: 0;
}
.faq_content .items > li > a.expanded:after .services .tab_drawer_heading.d_active:after,
.faq_content .tab_drawer_heading.d_active:after,
.services_content .items > li > a.expanded:after {
 content: "\f106";
}
.service-slider .item img {
 display: block;
 width: 100%;
}
.service-slider .owl-next,
.service-slider .owl-prev {
 background: rgba(255, 182, 0, 0.8) !important;
 border-radius: 4px !important;
 bottom: 0;
 font-size: 20px !important;
 height: 42px;
 line-height: 38px;
 opacity: 1 !important;
 position: absolute;
 width: 42px;
}
.service-slider .owl-prev {
 right: 46px;
}
.service-slider .owl-next {
 right: 0;
}
.panel_list ul.service_feature li {
 display: block;
 margin-bottom: 10px;
 margin-left: 25px;
}
.panel_list ul.service_feature li > i {
 color: #ffb600;
 font-size: 18px;
 margin-left: -25px;
 margin-right: 5px;
 vertical-align: bottom;
 width: 20px;
}
#projects .work-filter li a {
 color: #646464;
}
#blog .blog_item,
#blog .blog_share {
 border-bottom: 1px solid #ccc;
}
#blog .blog_item:last-child {
 border-bottom: none;
}
#blog .blog_share {
 padding: 5px 0;
}
.blog_share ul {
 display: inline-block;
}
.blog_share ul li a {
 font-size: 12px;
}
#blog .blog_newest {
 border: 1px solid #ccc;
 padding: 5px;
}
#blog .blog_newest .post_img {
 height: 65px;
 width: 65px;
 display: table-cell;
 vertical-align: middle;
}
#blog .blog_newest .link {
 font-size: 14px;
 display: block;
}
#blog .blog_newest .post_title {
 display: inline-block;
 font-weight: 700;
 line-height: 18px;
 margin-top: 5px;
}
#blog .blog_newest .post_title:hover {
 color: #ffb600;
}
#blog .blog_newest .text {
 display: table-cell;
 padding: 0 10px;
}
.pager_nav .pagination {
 margin: 0;
}
.pager_nav .pagination > li > a,
.pager_nav .pagination > li > span {
 color: #0f0f0f;
 border: none;
}
.pager_nav .pagination > li > a:focus,
.pager_nav .pagination > li > a:hover,
.pager_nav .pagination > li > span:focus,
.pager_nav .pagination > li > span:hover {
 background-color: transparent;
 color: #ffb600;
}
.blog-reply {
 padding-bottom: 25px;
 position: relative;
 border-bottom: 1px solid #d1d1d1;
}
.blog-reply .reply,
.blog-reply h4 {
 text-transform: uppercase;
}
.blog-reply span {
 font-size: 12px;
 color: #767676;
}
.blog-reply .reply {
 color: #ffb600;
 font-size: 13px;
}
.media-left,
.media > .pull-left {
 padding-right: 10px;
}
form.findus > .row {
 margin-left: -5px;
 margin-right: -5px;
}
form.findus .col-md-12,
form.findus .col-md-4,
form.findus .col-md-6 {
 padding-left: 5px;
 padding-right: 5px;
}
form.findus .form-control {
 height: 48px;
 width: 100%;
}
form.findus .form-group {
 width: 100%;
}
form.findus .form-control,
form.findus textarea {
 padding: 12px 15px;
 margin-bottom: 10px;
 font-size: 14px;
 border: 1px solid #d1d1d1;
}
form.findus textarea {
 width: 100%;
 min-height: 210px;
}
#shop .shopping_box {
 box-shadow: 0 0 2px #d1d1d1;
 min-height: 386px;
}
.shopping_box .shop_content {
 padding: 15px;
}
.cart_table .price_product,
.shop_info .price_product,
.shopping_box .shop_content .price_product {
 color: #ffb600;
}
.shopping_box .image {
 position: relative;
 overflow: hidden;
}
.shopping_box .overlay {
 background: rgba(0, 46, 91, 0.85);
}
.shopping_box:hover a.btn-cart {
 animation-duration: 0.6s;
 animation-fill-mode: both;
 animation-iteration-count: 1;
 animation-name: bounceIn;
 animation-timing-function: ease;
 position: absolute;
 bottom: 15px;
 display: table;
 left: 50%;
 right: 50%;
 margin-left: -73px;
 width: 146px;
}
.shopping_box:hover a.title_link {
 color: #ffb600;
}
.quote .quote {
 border: 1px solid #d1d1d1;
 margin-right: 10px;
 max-width: 50px;
 padding: 8px 10px;
 text-align: center;
 vertical-align: top;
}
.quote .quote,
.quote a {
 display: inline-block;
}
.shop_info .share {
 border-bottom: 1px solid #d1d1d1;
 border-top: 1px solid #d1d1d1;
 padding: 15px 0;
}
.shop_info .share p {
 margin: 0;
}
.blog_share ul li,
.shop_info .share ul li {
 display: inline-block;
}
.blog_share ul li a,
.shop_info .share ul > li a {
 display: block;
 padding: 2px 5px;
 color: #616161;
}
.shop_info .tag_cate {
 font-size: 14px;
 color: #616161;
}
.shop_info .tag_cate > a {
 color: #0f0f0f;
}
.shop_tab {
 border: 1px solid #d1d1d1;
}
.shop_tab .tabs {
 background: #f9f9f9;
 width: 100%;
}
.shop_tab .tabs li {
 border-bottom: 1px solid transparent;
 cursor: pointer;
 display: inline-block;
 margin: 0;
 margin-bottom: -1px;
 margin-right: -4px;
 padding: 20px;
}
.shop_tab .tabs li.active,
.shop_tab .tabs li:focus,
.shop_tab .tabs li:hover {
 color: #ffb600;
 background: #fff;
}
.shop_tab .tab_content {
 border-top: 1px solid #d1d1d1;
 padding: 20px;
 width: 100%;
}
.tab_content ol.commentlist li {
 border-bottom: 1px solid #dcdcdc;
 margin-bottom: 30px;
 padding-bottom: 30px;
 position: relative;
}
.tab_content ol.commentlist li .avator {
 display: inline-block;
 float: left;
 margin-bottom: 55px;
 margin-right: 15px;
 width: 50px;
}
.tab_content ol.commentlist li .avator > img {
 display: block;
}
.tab_content ol.commentlist li .comment-content {
 color: #4c4c4c;
}
.tab_content ol.commentlist li .comment-content .stars {
 position: absolute;
 right: 0;
 top: 0;
}
.tab_content ol.commentlist li .comment-content strong,
.tab_content ol.commentlist li .comment-content time {
 display: inline-block;
 margin-bottom: 10px;
}
.tab_content ol.commentlist li .comment-content time {
 font-size: 14px;
}
.tab_content .review-form label {
 font-weight: 700;
 margin-bottom: 5px;
}
.tab_content .review-form textarea.form-control {
 min-height: 150px;
}
.tab_content .review-form input.form-control {
 height: 40px;
}
.tab_content .review-form .form-control {
 margin-bottom: 15px;
}
.product-info .tab_content p:last-child {
 margin-bottom: 0;
}
.cart_table table {
 margin-bottom: 0;
}
.cart_table .table-responsive thead {
 background: #f9f9f9;
}
.cart_table .table-responsive thead tr > th {
 padding: 15px 20px;
 border-bottom-width: 1px;
}
.cart_table .table-responsive tbody tr > td {
 vertical-align: middle;
 padding: 20px;
}
.cart_table .product-name {
 display: inline-block;
 vertical-align: middle;
}
.cart_table .btn-close {
 display: inline-block;
 color: #ff5b5b;
 font-size: 20px;
}
.apply_coupon {
 border: 1px solid #d1d1d1;
 border-top: none;
 padding: 20px;
}
.apply_coupon .coupon > form input[type="submit"]:focus,
.apply_coupon .coupon > form input[type="submit"]:hover {
 background: #fdb501;
 border-color: #fdb501;
}
.apply_coupon .coupon > form input {
 border: 1px solid #d1d1d1;
 padding: 6px 12px;
 vertical-align: top;
 height: 40px;
}
.apply_coupon .coupon > form .form-group > input {
 width: 100%;
}
.apply_coupon .coupon a {
 display: inline-table;
}
.totals {
 padding: 15px;
}
.total_form input {
 height: 40px;
}
.tab_content .review-form input[type="submit"]:hover,
.total_form input[type="submit"]:focus,
.total_form input[type="submit"]:hover,
form.findus input[type="submit"]:focus,
form.findus input[type="submit"]:hover,
input[type="submit"]:focus {
 background: #002e5b;
}
.total_form .select,
.totals {
 border: 1px solid #d1d1d1;
}
.total_form .select {
 border: 1px solid #ccc;
 overflow: hidden;
 height: 40px;
 width: 100%;
 position: relative;
 display: block;
}
.total_form select {
 height: 40px;
 padding: 5px;
 border: 0;
 width: 100%;
 color: #545454;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.total_form .select:after {
 content: "\f0d7";
 font-family: FontAwesome;
 color: #949494;
 font-size: 16px;
 padding: 9px 8px;
 padding-right: 0;
 position: absolute;
 right: 0;
 top: 0;
 background: 0 0;
 z-index: 1;
 text-align: center;
 width: 10%;
 height: 100%;
 pointer-events: none;
 box-sizing: border-box;
}
.totals .table-responsive tr > td {
 border: none;
 color: #737373;
 padding: 17px 10px;
}
.totals .table-responsive tr > td.yellow {
 color: #ffb600;
}
#error .error {
 position: relative;
}
#error .error h1 {
 position: relative;
 color: #ebebeb;
 font-size: 150px;
}
#error .error h2 {
 font-family: robotoregular;
 font-size: 50px;
 left: 50%;
 position: absolute;
 top: 50%;
 -moz-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
#pricing .price_table {
 border: 1px solid #c8c8c8;
}
#pricing .price_table .plan {
 background: #ffb600;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 padding: 15px 20px;
 color: #fff;
}
#pricing .price_table.active .plan {
 background: #002e5b;
}
#pricing .price_table .price p {
 font-size: 75px;
 color: #ffb600;
}
#pricing .price_table.active .price p {
 color: #002e5b;
}
#pricing .price_table .price span.month {
 font-size: 12px;
}
#pricing .price_table .price span.dollor {
 font-size: 32px;
}
#pricing .price_table ul {
 margin-top: 20px;
}
#pricing .price_table ul li {
 display: block;
 line-height: 41px;
 border-bottom: 1px solid #c8c8c8;
}
#pricing .price_table a {
 margin: 20px 0;
}
#pricing .price_table.active a.button-hover,
#pricing .price_table:hover a.button-hover {
 background: #002e5b;
}
#pricing .price_table.active a.button-hover::before,
#pricing .price_table:hover a.button-hover::before {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.testinomial_wrap .testinomial_text {
 color: #fff;
 padding: 20px;
 position: relative;
}
.testinomial_wrap .testinomial_text::after {
 border-right: 30px solid transparent;
 border-top: 25px solid #002040;
 bottom: -25px;
 content: "";
 height: 0;
 left: 20px;
 position: absolute;
 width: 0;
}
.testinomial_wrap .testinomial_text > .quote {
 display: inline-block;
 width: auto;
 margin-bottom: 15px;
}
.testinomial_wrap .testinomial_pic {
 display: inline-block;
 margin-top: 30px;
 width: 100%;
}
.testinomial_wrap .testinomial_pic > img {
 width: 60px;
 float: left;
 margin-right: 10px;
 display: inline-block;
}
.testinomial_wrap .testinomial_pic span {
 display: block;
}
.testinomial_wrap .testinomial_pic span.color {
 margin-top: 9px;
}
.testinomial_wrap .testinomial_pic span.post_img {
 color: #646464;
 font-size: 14px;
}
#contact .contact_img > img {
 display: block;
 width: 100%;
}
#contact .contact_img .caption-number, #careers .contact_img .caption-number{
 background: rgba(255, 182, 0, 0.9);
 padding: 15px;
}
#contact .contact_img .caption-number,
#contact .contact_img .caption_link, #careers .contact_img .caption-number, #careers .contact_img .caption_link{
 display: block;
 font-size: 18px;
 text-align: center;
 color: #fff;
}
.contact_address .address .icon {
 line-height: 60px;
}
#map_canvas {
 height: 400px;
 width: 100%;
}
.contact_address .address p > a:focus,
.contact_address .address p > a:hover {
 color: #ffb600;
}
footer {
 background: #002e5a;
 color: #fff;
}
footer p {
 color: #a1a1a1;
}
footer .footer_panel h3 {
 display: block;
}
footer .footer_panel .footer_logo {
 display: inline-block;
}
footer .footer_panel ul.social_icon li a {
 color: #fff;
}
.services p.address,
footer .footer_panel p.address {
 margin-left: 25px;
 margin-bottom: 15px;
}
footer .footer_panel p.address a:hover {
 color: #ffb600;
}
.services p.address > i,
footer .footer_panel p.address > i {
 display: inline-block;
 font-size: 19px;
 margin-left: -30px;
 vertical-align: middle;
 width: 25px;
}
.copyright {
 background: #002040;
 width: 100%;
 padding: 24px 0;
 color: #fff;
}
.copyright p {
 margin: 0;
 font-size: 14px;
}
.copyright p > a:hover {
 color: #ffb600;
}
@media screen and (max-width: 1024px) {
 nav.navbar li.dropdown ul.dropdown-menu {
  border-top: solid 5px;
 }
 nav.navbar-center .navbar-brand {
  margin: 0 !important;
 }
 #history .history_wrap .col-md-7 {
  padding-left: 15px;
 }
}
@media screen and (max-width: 992px) {
 h2 {
  font-size: 26px;
 }
 h3 {
  font-size: 20px;
 }
 h4 {
  font-size: 16px;
 }
 p {
  font-size: 14px;
 }
 /*
 .navbar-brand {
  display: none;
 }
 */
 header ul.company_info {
  float: none;
 }
 nav.navbar.bootsnav.menu-center .attr-nav {
  display: none !important;
 }
 nav.navbar.bootsnav .navbar-brand {
  display: inline-block !important;
 }
 nav.navbar.bootsnav .navbar-toggle {
  display: inline-block;
  float: right;
  background-color: transparent !important;
  margin: 0;
  height: 20px;
  line-height: 20px;
  margin-top: 20px;
  top: 50%;
 }
 nav.navbar.bootsnav .navbar-header {
  padding-left: 15px;
  padding-right: 15px;
 }
 nav.navbar.bootsnav ul.nav > li > a {
  padding: 10px 0;
 }
 nav.navbar.bootsnav ul.nav > li > a:focus,
 nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #002e5b;
 }
 nav.navbar ul.nav li.dropdown.on > a::before,
 nav.navbar.bootsnav ul.nav > li.active > a::before,
 nav.navbar.bootsnav ul.nav > li > a:hover::before {
  width: 0;
 }
 #about .about_box .effect > img {
  margin-bottom: 10px;
  max-width: 60px;
 }
 .number-counters .counters-item strong {
  font-size: 36px;
 }
 .number-counters .counters-item p {
  font-size: 14px;
 }
 #counter .number-counters .counters-item {
  margin-bottom: 30px;
 }
 #counter,
 #features,
 #parallax {
  background-position: center center !important;
 }
 .single_post {
  font-size: 12px;
 }
 .copyright p {
  font-size: 11px;
 }
}
@media screen and (min-width: 640px) and (max-width: 992px) {
 .gallery.zerogrid .col-1-4 {
  width: 50%;
 }
}
@media screen and (max-width: 767px) {
 /*
 .topbar,
 header ul.company_info {
  display: none;
 }
 */
 #about .about_box {
  top: 0;
  margin-left: -15px;
  margin-right: -15px;
 }
 #about .about_box:nth-child(3) {
  margin-bottom: 50px;
 }
 .about_box.active {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
 #about .priorty {
  margin-bottom: 20px;
 }
 .work-filter li a {
  font-size: 14px;
 }
 .number-counters .counters-item {
  text-align: center;
 }
 .number-counters .counters-item.last {
  margin-bottom: 0;
 }
 .number-counters .counters-item i {
  display: block;
 }
 #parallax h1 {
  font-size: 55px;
  margin-bottom: 10px;
 }
 .page_header .page-content .page_nav {
  font-size: 12px;
 }
 #history .history_wrap h3 {
  margin-top: 10px;
 }
 .services ul.tabs {
  display: none;
 }
 .services .tab_drawer_heading {
  display: block;
 }
 .blog_item .image > img {
  margin-bottom: 20px;
 }
 aside.sidebar {
  margin-top: 50px;
 }
}
@media screen and (max-width: 480px) {
 .page_header .page-content .page_nav {
  width: 100%;
 }
 .shop_tab .tabs li {
  padding: 15px;
 }
 .tab_content ol.commentlist li .comment-content .stars {
  bottom: 10px;
  top: auto;
 }
 .scrollToTop {
  right: 15px;
 }
 .copyright .col-md-12.text-center {
  text-align: left;
 }
}
body.swal2-shown {
 overflow-y: hidden;
}
body.swal2-iosfix {
 position: fixed;
 left: 0;
 right: 0;
}
.swal2-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 position: fixed;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 padding: 10px;
 background-color: transparent;
 z-index: 1060;
}
.swal2-container.swal2-top {
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}
.swal2-container.swal2-top-left {
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
.swal2-container.swal2-top-right {
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
}
.swal2-container.swal2-center {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.swal2-container.swal2-center-left {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
.swal2-container.swal2-center-right {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
}
.swal2-container.swal2-bottom {
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
}
.swal2-container.swal2-bottom-left {
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
.swal2-container.swal2-bottom-right {
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 -ms-flex-item-align: stretch;
 align-self: stretch;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.swal2-container.swal2-grow-column {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-top-left {
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-right {
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(
  .swal2-center-right
 ):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right)
 > .swal2-modal {
 margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .swal2-container .swal2-modal {
  margin: 0 !important;
 }
}
.swal2-container.swal2-fade {
 -webkit-transition: background-color 0.1s;
 transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
 background-color: rgba(0, 0, 0, 0.4);
}
.swal2-modal {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 background-color: #fff;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 border-radius: 5px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 text-align: center;
 overflow-x: hidden;
 overflow-y: auto;
 display: none;
 position: relative;
 max-width: 100%;
}
.swal2-modal:focus {
 outline: 0;
}
.swal2-modal.swal2-loading {
 overflow-y: hidden;
}
.swal2-modal .swal2-title {
 color: #595959;
 font-size: 30px;
 text-align: center;
 font-weight: 600;
 text-transform: none;
 position: relative;
 margin: 0 0 0.4em;
 padding: 0;
 display: block;
 word-wrap: break-word;
}
.swal2-modal .swal2-buttonswrapper {
 margin-top: 15px;
}
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
 opacity: 0.4;
 cursor: no-drop;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 border: 4px solid transparent;
 border-color: transparent;
 width: 40px;
 height: 40px;
 padding: 0;
 margin: 7.5px;
 vertical-align: top;
 background-color: transparent !important;
 color: transparent;
 cursor: default;
 border-radius: 100%;
 -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
 animation: rotate-loading 1.5s linear 0s infinite normal;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
 margin-left: 30px;
 margin-right: 30px;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
 display: inline-block;
 content: "";
 margin-left: 5px;
 vertical-align: -1px;
 height: 15px;
 width: 15px;
 border: 3px solid #999;
 -webkit-box-shadow: 1px 1px 1px #fff;
 box-shadow: 1px 1px 1px #fff;
 border-right-color: transparent;
 border-radius: 50%;
 -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
 animation: rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-modal .swal2-styled {
 border: 0;
 border-radius: 3px;
 -webkit-box-shadow: none;
 box-shadow: none;
 color: #fff;
 cursor: pointer;
 font-size: 17px;
 font-weight: 500;
 margin: 15px 5px 0;
 padding: 10px 32px;
}
.swal2-modal .swal2-styled:focus {
 outline: 0;
 -webkit-box-shadow:
  0 0 0 2px #fff,
  0 0 0 4px rgba(50, 100, 150, 0.4);
 box-shadow:
  0 0 0 2px #fff,
  0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-modal .swal2-image {
 margin: 20px auto;
 max-width: 100%;
}
.swal2-modal .swal2-close {
 background: 0 0;
 border: 0;
 margin: 0;
 padding: 0;
 width: 38px;
 height: 40px;
 font-size: 36px;
 line-height: 40px;
 font-family: serif;
 position: absolute;
 top: 5px;
 right: 8px;
 cursor: pointer;
 color: #ccc;
 -webkit-transition: color 0.1s ease;
 transition: color 0.1s ease;
}
.swal2-modal .swal2-close:hover {
 color: #d55;
}
.swal2-modal > .swal2-checkbox,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-textarea {
 display: none;
}
.swal2-modal .swal2-content {
 font-size: 18px;
 text-align: center;
 font-weight: 300;
 position: relative;
 float: none;
 margin: 0;
 padding: 0;
 line-height: normal;
 color: #545454;
 word-wrap: break-word;
}
.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
 margin: 20px auto;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
 width: 100%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 font-size: 18px;
 border-radius: 3px;
 border: 1px solid #d9d9d9;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
 -webkit-transition:
  border-color 0.3s,
  -webkit-box-shadow 0.3s;
 transition:
  border-color 0.3s,
  -webkit-box-shadow 0.3s;
 transition:
  border-color 0.3s,
  box-shadow 0.3s;
 transition:
  border-color 0.3s,
  box-shadow 0.3s,
  -webkit-box-shadow 0.3s;
}
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
 border-color: #f27474 !important;
 -webkit-box-shadow: 0 0 2px #f27474 !important;
 box-shadow: 0 0 2px #f27474 !important;
}
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
 outline: 0;
 border: 1px solid #b4dbed;
 -webkit-box-shadow: 0 0 3px #c4e6f5;
 box-shadow: 0 0 3px #c4e6f5;
}
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
 color: #ccc;
}
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
 color: #ccc;
}
.swal2-modal .swal2-file::-ms-input-placeholder,
.swal2-modal .swal2-input::-ms-input-placeholder,
.swal2-modal .swal2-textarea::-ms-input-placeholder {
 color: #ccc;
}
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
 color: #ccc;
}
.swal2-modal .swal2-range input {
 float: left;
 width: 80%;
}
.swal2-modal .swal2-range output {
 float: right;
 width: 20%;
 font-size: 20px;
 font-weight: 600;
 text-align: center;
}
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
 height: 43px;
 line-height: 43px;
 vertical-align: middle;
 margin: 20px auto;
 padding: 0;
}
.swal2-modal .swal2-input {
 height: 43px;
 padding: 0 12px;
}
.swal2-modal .swal2-input[type="number"] {
 max-width: 150px;
}
.swal2-modal .swal2-file {
 font-size: 20px;
}
.swal2-modal .swal2-textarea {
 height: 108px;
 padding: 12px;
}
.swal2-modal .swal2-select {
 color: #545454;
 font-size: inherit;
 padding: 5px 10px;
 min-width: 40%;
 max-width: 100%;
}
.swal2-modal .swal2-radio {
 border: 0;
}
.swal2-modal .swal2-radio label:not(:first-child) {
 margin-left: 20px;
}
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
 vertical-align: middle;
}
.swal2-modal .swal2-radio input {
 margin: 0 3px 0 0;
}
.swal2-modal .swal2-checkbox {
 color: #545454;
}
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
 vertical-align: middle;
}
.swal2-modal .swal2-validationerror {
 background-color: #f0f0f0;
 margin: 0 -20px;
 overflow: hidden;
 padding: 10px;
 color: gray;
 font-size: 16px;
 font-weight: 300;
 display: none;
}
.swal2-modal .swal2-validationerror::before {
 content: "!";
 display: inline-block;
 width: 24px;
 height: 24px;
 border-radius: 50%;
 background-color: #ea7d7d;
 color: #fff;
 line-height: 24px;
 text-align: center;
 margin-right: 10px;
}
@supports (-ms-accelerator: true) {
 .swal2-range input {
  width: 100% !important;
 }
 .swal2-range output {
  display: none;
 }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .swal2-range input {
  width: 100% !important;
 }
 .swal2-range output {
  display: none;
 }
}
.swal2-icon {
 width: 80px;
 height: 80px;
 border: 4px solid transparent;
 border-radius: 50%;
 margin: 20px auto 30px;
 padding: 0;
 position: relative;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 cursor: default;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.swal2-icon.swal2-error {
 border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
 position: relative;
 display: block;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
 position: absolute;
 height: 5px;
 width: 47px;
 background-color: #f27474;
 display: block;
 top: 37px;
 border-radius: 2px;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 left: 17px;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 right: 16px;
}
.swal2-icon.swal2-warning {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 color: #f8bb86;
 border-color: #facea8;
 font-size: 60px;
 line-height: 80px;
 text-align: center;
}
.swal2-icon.swal2-info {
 font-family: "Open Sans", sans-serif;
 color: #3fc3ee;
 border-color: #9de0f6;
 font-size: 60px;
 line-height: 80px;
 text-align: center;
}
.swal2-icon.swal2-question {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 color: #87adbd;
 border-color: #c9dae1;
 font-size: 60px;
 line-height: 80px;
 text-align: center;
}
.swal2-icon.swal2-success {
 border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
 border-radius: 50%;
 position: absolute;
 width: 60px;
 height: 120px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
 border-radius: 120px 0 0 120px;
 top: -7px;
 left: -33px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transform-origin: 60px 60px;
 transform-origin: 60px 60px;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
 border-radius: 0 120px 120px 0;
 top: -11px;
 left: 30px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transform-origin: 0 60px;
 transform-origin: 0 60px;
}
.swal2-icon.swal2-success .swal2-success-ring {
 width: 80px;
 height: 80px;
 border: 4px solid rgba(165, 220, 134, 0.2);
 border-radius: 50%;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 position: absolute;
 left: -4px;
 top: -4px;
 z-index: 2;
}
.swal2-icon.swal2-success .swal2-success-fix {
 width: 7px;
 height: 90px;
 position: absolute;
 left: 28px;
 top: 8px;
 z-index: 1;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
 height: 5px;
 background-color: #a5dc86;
 display: block;
 border-radius: 2px;
 position: absolute;
 z-index: 2;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
 width: 25px;
 left: 14px;
 top: 46px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
 width: 47px;
 right: 8px;
 top: 38px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.swal2-progresssteps {
 font-weight: 600;
 margin: 0 0 20px;
 padding: 0;
}
.swal2-progresssteps li {
 display: inline-block;
 position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
 background: #3085d6;
 border-radius: 2em;
 color: #fff;
 height: 2em;
 line-height: 2em;
 text-align: center;
 width: 2em;
 z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
 margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
 margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
 background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
 background: #add8e6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
 background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
 background: #3085d6;
 height: 0.4em;
 margin: 0 -1px;
 z-index: 10;
}
[class^="swal2"] {
 -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes showSweetAlert {
 0% {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
 }
 45% {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
 }
 80% {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
 }
 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
 }
}
@keyframes showSweetAlert {
 0% {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
 }
 45% {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
 }
 80% {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
 }
 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
 }
}
@-webkit-keyframes hideSweetAlert {
 0% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
 }
 100% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
 }
}
@keyframes hideSweetAlert {
 0% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
 }
 100% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
 }
}
.swal2-show {
 -webkit-animation: showSweetAlert 0.3s;
 animation: showSweetAlert 0.3s;
}
.swal2-show.swal2-noanimation {
 -webkit-animation: none;
 animation: none;
}
.swal2-hide {
 -webkit-animation: hideSweetAlert 0.15s forwards;
 animation: hideSweetAlert 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
 -webkit-animation: none;
 animation: none;
}
@-webkit-keyframes animate-success-tip {
 0% {
  width: 0;
  left: 1px;
  top: 19px;
 }
 54% {
  width: 0;
  left: 1px;
  top: 19px;
 }
 70% {
  width: 50px;
  left: -8px;
  top: 37px;
 }
 84% {
  width: 17px;
  left: 21px;
  top: 48px;
 }
 100% {
  width: 25px;
  left: 14px;
  top: 45px;
 }
}
@keyframes animate-success-tip {
 0% {
  width: 0;
  left: 1px;
  top: 19px;
 }
 54% {
  width: 0;
  left: 1px;
  top: 19px;
 }
 70% {
  width: 50px;
  left: -8px;
  top: 37px;
 }
 84% {
  width: 17px;
  left: 21px;
  top: 48px;
 }
 100% {
  width: 25px;
  left: 14px;
  top: 45px;
 }
}
@-webkit-keyframes animate-success-long {
 0% {
  width: 0;
  right: 46px;
  top: 54px;
 }
 65% {
  width: 0;
  right: 46px;
  top: 54px;
 }
 84% {
  width: 55px;
  right: 0;
  top: 35px;
 }
 100% {
  width: 47px;
  right: 8px;
  top: 38px;
 }
}
@keyframes animate-success-long {
 0% {
  width: 0;
  right: 46px;
  top: 54px;
 }
 65% {
  width: 0;
  right: 46px;
  top: 54px;
 }
 84% {
  width: 55px;
  right: 0;
  top: 35px;
 }
 100% {
  width: 47px;
  right: 8px;
  top: 38px;
 }
}
@-webkit-keyframes rotatePlaceholder {
 0% {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 5% {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 12% {
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
 }
 100% {
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
 }
}
@keyframes rotatePlaceholder {
 0% {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 5% {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 12% {
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
 }
 100% {
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
 }
}
.swal2-animate-success-line-tip {
 -webkit-animation: animate-success-tip 0.75s;
 animation: animate-success-tip 0.75s;
}
.swal2-animate-success-line-long {
 -webkit-animation: animate-success-long 0.75s;
 animation: animate-success-long 0.75s;
}
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
 -webkit-animation: rotatePlaceholder 4.25s ease-in;
 animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animate-error-icon {
 0% {
  -webkit-transform: rotateX(100deg);
  transform: rotateX(100deg);
  opacity: 0;
 }
 100% {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
 }
}
@keyframes animate-error-icon {
 0% {
  -webkit-transform: rotateX(100deg);
  transform: rotateX(100deg);
  opacity: 0;
 }
 100% {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
 }
}
.swal2-animate-error-icon {
 -webkit-animation: animate-error-icon 0.5s;
 animation: animate-error-icon 0.5s;
}
@-webkit-keyframes animate-x-mark {
 0% {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  margin-top: 26px;
  opacity: 0;
 }
 50% {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  margin-top: 26px;
  opacity: 0;
 }
 80% {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  margin-top: -6px;
 }
 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-top: 0;
  opacity: 1;
 }
}
@keyframes animate-x-mark {
 0% {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  margin-top: 26px;
  opacity: 0;
 }
 50% {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  margin-top: 26px;
  opacity: 0;
 }
 80% {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  margin-top: -6px;
 }
 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-top: 0;
  opacity: 1;
 }
}
.swal2-animate-x-mark {
 -webkit-animation: animate-x-mark 0.5s;
 animation: animate-x-mark 0.5s;
}
@-webkit-keyframes rotate-loading {
 0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
 }
 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
@keyframes rotate-loading {
 0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
 }
 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
header ul.company_info li {
 display: inline-block;
 font-size: 14px;
 color: #000;
 margin: 26px 30px;
}
.text-justify {
 text-align: justify;
}
.page_header_manufacture {
 background: url(../images/mangla-product-manufacturing.jpg) no-repeat;
 background-position: top center;
 width: 100%;
  border-radius: 0px;
}
section.hidden-xs.dekstop-img {
    margin-top: 66px;
}
section.hidden-xs.dekstop-img img {
    border-radius: 0px !important;
}
.page_header_about {
 background: url(../images/about/about-banner.jpg);
 background-position: center;
 background-repeat: no-repeat;
 width: 100%;
  border-radius: 0px;
}
.core-strength_about {
 background: url(../images/wide-range-product.webp) no-repeat;
 width: 100%;
 background-attachment: fixed;
 background-position: top;
 background-size: cover;
 color: #fff;
 position: relative;
}
#counter-product-page {
 background: url(../images/counter.jpg) no-repeat;
 background-attachment: fixed;
 background-position: center center;
 background-size: cover;
 width: 100%;
 color: #fff;
}
.range_td_th {
 border: 1px solid #ddd;
 text-align: left;
 padding: 8px;
}
.range_tr {
 background-color: #ddd;
}
.mb-10 {
 margin-bottom: 10px;
}
.main-timeline {
 position: relative;
}
.main-timeline:before {
 content: "";
 display: block;
 width: 2px;
 height: 100%;
 background: #c6c6c6;
 margin: 0 auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
}
.main-timeline .timeline {
 margin-bottom: 40px;
 position: relative;
}
.main-timeline .timeline:after {
 content: "";
 display: block;
 clear: both;
}
.main-timeline .icon {
 width: 18px;
 height: 18px;
 line-height: 18px;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
}
.main-timeline .icon:after,
.main-timeline .icon:before {
 content: "";
 width: 100%;
 height: 100%;
 border-radius: 50%;
 position: absolute;
 top: 0;
 left: 0;
 transition: all 0.33s ease-out 0s;
}
.main-timeline .icon:before {
 background: #fff;
 border: 2px solid #232323;
 left: -3px;
}
.main-timeline .icon:after {
 border: 2px solid #c6c6c6;
 left: 3px;
}
.main-timeline .timeline:hover .icon:before {
 left: 3px;
}
.main-timeline .timeline:hover .icon:after {
 left: -3px;
}
.main-timeline .date-content {
 width: 50%;
 float: left;
 margin-top: 22px;
 position: relative;
}
.main-timeline .date-content:before {
 content: "";
 width: 36.5%;
 height: 2px;
 background: #c6c6c6;
 margin: auto 0;
 position: absolute;
 top: 0;
 right: 10px;
 bottom: 0;
}
.main-timeline .date-outer {
 width: 125px;
 height: 125px;
 font-size: 16px;
 text-align: center;
 margin: auto;
 z-index: 1;
}
.main-timeline .date-outer:after,
.main-timeline .date-outer:before {
 content: "";
 width: 125px;
 height: 125px;
 margin: 0 auto;
 border-radius: 50%;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 transition: all 0.33s ease-out 0s;
}
.main-timeline .date-outer:before {
 background: #fff;
 border: 2px solid #ffb600;
 left: -6px;
}
.main-timeline .date-outer:after {
 border: 2px solid #c6c6c6;
 left: 6px;
}
.main-timeline .timeline:hover .date-outer:before {
 left: 6px;
}
.main-timeline .timeline:hover .date-outer:after {
 left: -6px;
}
.main-timeline .date {
 width: 100%;
 margin: auto;
 position: absolute;
 top: 33%;
 left: 0;
}
.main-timeline .month {
 font-size: 18px;
 font-weight: 700;
}
.main-timeline .year {
 display: block;
 font-size: 30px;
 font-weight: 700;
 color: #232323;
 line-height: 36px;
}
.main-timeline .timeline-content {
 width: 50%;
 padding: 20px 0 20px 50px;
 float: right;
}
.main-timeline .title {
 font-size: 19px;
 font-weight: 700;
 line-height: 24px;
 margin: 0 0 15px 0;
}
.main-timeline .description {
 margin-bottom: 0;
}
.main-timeline .timeline:nth-child(2n) .date-content {
 float: right;
}
.main-timeline .timeline:nth-child(2n) .date-content:before {
 left: 10px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content {
 padding: 20px 50px 20px 0;
 text-align: right;
}
@media only screen and (max-width: 991px) {
 .main-timeline .date-content {
  margin-top: 35px;
 }
 .main-timeline .date-content:before {
  width: 22.5%;
 }
 .main-timeline .timeline-content {
  padding: 10px 0 10px 30px;
 }
 .main-timeline .title {
  font-size: 17px;
 }
 .main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 10px 30px 10px 0;
 }
}
@media only screen and (max-width: 767px) {
 .main-timeline:before {
  margin: 0;
  left: 7px;
 }
 .main-timeline .timeline {
  margin-bottom: 20px;
 }
 .main-timeline .timeline:last-child {
  margin-bottom: 0;
 }
 .main-timeline .icon {
  margin: auto 0;
 }
 .main-timeline .date-content {
  width: 95%;
  float: right;
  margin-top: 0;
 }
 .main-timeline .date-content:before {
  display: none;
 }
 .main-timeline .date-outer {
  width: 110px;
  height: 110px;
 }
 .main-timeline .date-outer:after,
 .main-timeline .date-outer:before {
  width: 110px;
  height: 110px;
 }
 .main-timeline .date {
  top: 30%;
 }
 .main-timeline .year {
  font-size: 24px;
 }
 .main-timeline .timeline-content,
 .main-timeline .timeline:nth-child(2n) .timeline-content {
  width: 95%;
  text-align: center;
  padding: 10px 0;
 }
 .main-timeline .title {
  margin-bottom: 10px;
 }
 
  .page_header .page-content h1 {
    font-size: 42px;
    padding-bottom: 30px;
}
}
.icon-bar {
    position: fixed;
    right: 5px;
    width: 100px;
    height: 100px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  z-index: 9;
}
.icon-bar a {
 display: block;
 text-align: center;
}
.icon-bar a img {
    height: 70px !important;
    width: 70px !important;
}
.dropdown-menu .dropdown-toggle:after {
 border-top: 0.3em solid transparent;
 border-right: 0;
 border-bottom: 0.3em solid transparent;
 border-left: 0.3em solid;
}
.dropdown-menu .dropdown-menu {
 margin-left: 0;
 margin-right: 0;
}
.dropdown-menu li {
 position: relative;
}
.nav-item .submenu {
 display: none;
 position: absolute;
 left: 100%;
 top: -7px;
}
.nav-item .submenu-left {
 right: 100%;
 left: auto;
}
.dropdown-menu > li:hover > .submenu {
 display: block;
}
.whatsapp-float {
    position: fixed;
    bottom: 60px;
    right: 30px;
    text-align: center;
    z-index: 1000;
}

.whatsapp-float img {
  width: 100%;
  margin-top: 12px;
}



@media (max-width: 575.98px) {
      section.mobile-banner {
        display: block !important;
        margin-top: 50px;
    }
section.hidden-xs.dekstop-img{
    display: none;
}

#facts .counters-item {
    display: flex;
    gap: 10px;
    margin-bottom: 30px !important;
}
 .visible-xs {
    display: none !important;
}
     .number-counters .counters-item p {
        font-size: 15px !important;
    }
  .padding{
  padding: 30px 0px 30px;
 }
  .topbar ul.social_top{
  display: none;
 }
 .topbar p {
    text-align: center;
}
 .content_wrap .image > img, .image > img {
    width: 50%;
    margin: 0 auto;
}
    #wedo .content_wrap .image > img, .image > img {
        width: 100%;
        height: 300px;
    }
 #facts .fact-image {
    width: 100%;
    display: none;
}
 .counters-item img {
    width: 10% !important;
}
  header ul.company_info {
        display: none;
    }
    .navbar-brand {
        height: auto;
  
    }
 .navbar-brand > img {
    display: block;
    width: 50%;
        position: absolute;
        z-index: 9999999;
        top: 0;
        padding: 0px;
}
     nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: right;
        background-color: transparent !important;
        margin: 0;
        height: 0;
        line-height: 0px;
        margin-top: 3%;
        top: 0;
    }
 ul.nav.navbar-nav.navbar-center {
    margin-top: 30px;
}
 .page_header .page-content .page_nav {
    margin-top: 0px !important;
}
.wrap-sticky .navbar-brand > img {
    width: 50% !important;
}

  .page_header .page-content h1 {
    font-size: 30px;
    padding-bottom: 30px;
}
  /*
  section#about img {
    width: 100% !important;
}
*/
  .icon-bar .icon-bar {
    top: 73%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    section.mobile-banner{
    display: block !important;
}
section.hidden-xs.dekstop-img{
    display: none;
}
 #facts .counters-item {
    display: flex;
    gap: 10px;
    margin-bottom: 30px !important;
}
 .visible-xs {
    display: none !important;
}
    .number-counters .counters-item p {
        font-size: 15px !important;
    }
 .padding{
  padding: 30px 0px 30px;
 }
 .topbar ul.social_top{
  display: none;
 }
  .topbar p {
    text-align: center;
}
 .content_wrap .image > img, .image > img {
    width: 50%;
    margin: 0 auto;
}
 #facts .fact-image {
    width: 100%;
    display: none;
}
 .counters-item img {
    width: 10% !important;
}
     header ul.company_info {
        display: none;
    }
   header ul.company_info {
        display: none;
    }
    .navbar-brand {
        height: auto;
       
    }
 .navbar-brand > img {
    display: block;
    width: 35%;
   position: absolute;
        z-index: 9999999;
        top: 0;
        padding: 0px;
}
     nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: right;
        background-color: transparent !important;
        margin: 0;
        height: 0;
        line-height: 0px;
        margin-top: 3%;
        top: 0;
    }
 .page_header .page-content .page_nav {
    margin-top: 0px !important;
}
 ul.nav.navbar-nav.navbar-center {
    margin-top: 30px;
}
  #wedo .content_wrap .image > img, .image > img {
    width: 100%;
}
.wrap-sticky .navbar-brand > img {
    width: 35% !important;
}
  .panel_list{
    padding-top: 40px;
  }
  .page_header .page-content h1 {
    font-size: 42px;
    padding-bottom: 30px;
}
  section#about img {
    width: 100% !important;
}
   .icon-bar .icon-bar {
    top: 73%;
  }
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
nav.navbar.bootsnav li.dropdown a.dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  font-size: 16px;
  margin-left: 10px;
}
.wrap-sticky .navbar-brand > img
 {
    display: block;
    width: 90%;
}
.wrap-sticky nav.navbar.bootsnav ul.nav > li {
    margin: 0 12px;
}


@media (min-width: 768px) and (max-width:992px) {
  a.navbar-brand {
    display: none;
}
.mobile-banner{
    display: none;
}
}

section.mobile-banner{
    display: none;
}
.wrap-sticky{
  height: auto !important;
}
.modal-footer .btn {
    margin-top: 20px;
}
#wireropebanner{
  background-image: url('../images/wire-rope-header-image.png') !important;
  background-size: cover; 
  position: relative;
}
#wireropebanner::before{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 50%;
  height: 100%;
  width: 100%;
  clear: both;
  content: '';
  border-radius: 0px;
}
.core-strength_about::before{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 70%;
  height: 100%;
  width: 100%;
  clear: both;
  content: '';
}



.content_wrap .image{
    width: 100%;
    height: 170PX;
}

.content_wrap .image img{
    width: 100%;
    height: 100%;
  object-fit: cover;
}

.mb-20{
    margin-bottom: 20px;
}


.tabel-box .table thead th {
vertical-align: middle;
background: #d9e4ef;
font-weight: 600;
}
.tabel-box .table tbody th {
background: #f3f6fa;
font-weight: 600;
white-space: nowrap;
}






#service .content_wrap .image {
    width: 100%;
    height: 400px;
  object-fit: cover;
}


#webbingsling-banner{
  background-image: url('../images/ferretero-cover-image.png');
  background-position: center;
  position: relative;
  width: 100%;
  background-size: cover;
}
#webbingsling-bannerr::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 50%;
    height: 100%;
    width: 100%;
    clear: both;
    content: '';
    border-radius: 30px;
}
.blog-header img{
    height: 400px;
  object-fit: cover;
  object-position: top;
    width: 100%;

}

.client-logo-size .content_wrap .image {
    width: 100%;
   height: auto !important;
}
.counters-item img {
    border-radius: 0px;
}
div#client-logo .image img {
    object-fit: unset !important;
    height: auto;
    width: 100%;
}





@media (min-width: 320px) and (max-width:430px) {
.icon-bar {
    top: 75%;
  right: 0;
  height: 80px;
  width: 80px;
  }
.whatsapp-float {
    right: 10px;
}
.page_header .page-content {
    position: relative;
    padding-top: 20px !important;
}
   .heading{
    padding-bottom: 40px;
  }
  .content_wrap .image {
    width: 100%;
    height: auto;
}
.col-md-12.text-center.page-content p {
    padding-bottom: 30px;
}
}


@media (min-width: 431px) and (max-width:768px) {
.footer_panel.half_space a img {
    width: 210px !important;
}
footer .col-sm-4 {
        width: 50%;
    }
  .contact_img{
    display: none;
  }
  .heading{
    padding-bottom: 20px;
  }
  .content_wrap .image {
    width: 100%;
    height: auto;
}
.col-md-12.text-center.page-content p {
    padding-bottom: 30px;
}
}

#about img {
    margin: 0 auto;
}