/* You can add global styles to this file, and also import other style files */

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eaeaea;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .container {
    width: 470px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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 .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;

}
.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, .15);
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition:         transform .3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #33373d;
opacity: 0.9;
filter: alpha(opacity=90); }
.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;
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: transparent;
border: 0;
-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: Arial, Baskerville, monospace; }
.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%; }
.mfp-counter {
position: absolute;
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: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
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: 0; }
.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: 0; }
.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-figure figure {
margin: 0; }
.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; }
.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 {
transform: scale(0.75); }
.mfp-arrow-left {
transform-origin: 0; }
.mfp-arrow-right {
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; }
@font-face {
    font-family: 'titilliumlight_upright';
    src: url('titillium-lightupright-webfont.html');
    src: url('titillium-lightupright-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('titillium-lightupright-webfont.woff') format('woff'),
         url('titillium-lightupright-webfont.ttf') format('truetype'),
         url('titillium-lightupright-webfont-2.html#titilliumlight_upright') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titilliumregular_upright';
    src: url('titillium-regularupright-webfont.eot');
    src: url('titillium-regularupright-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('titillium-regularupright-webfont.woff') format('woff'),
         url('titillium-regularupright-webfont.ttf') format('truetype'),
         url('titillium-regularupright-webfont.html#titilliumregular_upright') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium-semibold';
    src: url('titillium-semibold-webfont.eot');
    src: url('titillium-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('titillium-semibold-webfont.woff') format('woff'),
         url('titillium-semibold-webfont.ttf') format('truetype'),
         url('titillium-semibold-webfont.svg#titilliumbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_bdbold';
    src: url('titillium-bold-webfont.html');
    src: url('titillium-bold-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('titillium-bold-webfont.woff') format('woff'),
         url('titillium-bold-webfont.ttf') format('truetype'),
         url('titillium-bold-webfont-2.html#titillium_bdbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titilliumthin_upright';
    src: url('titillium-thinupright-webfont.eot');
    src: url('titillium-thinupright-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('titillium-thinupright-webfont.woff') format('woff'),
         url('titillium-thinupright-webfont.ttf') format('truetype'),
         url('titillium-thinupright-webfont.html#titilliumthin_upright') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight';
    src: url('OpenSans-Light-webfont.html');
    src: url('OpenSans-Light-webfontd41d.html?#iefix') format('embedded-opentype'),
 		 url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont-2.html#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansitalic';
    src: url('OpenSans-Italic-webfont.html');
    src: url('OpenSans-Italic-webfontd41d.html?#iefix') format('embedded-opentype'),
 		 url('OpenSans-Italic-webfont.woff') format('woff'),
         url('OpenSans-Italic-webfont.ttf') format('truetype'),
         url('OpenSans-Italic-webfont-2.html#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansbold';
    src: url('OpenSans-Bold-webfont.html');
    src: url('OpenSans-Bold-webfontd41d.html?#iefix') format('embedded-opentype'),
		url('OpenSans-Bold-webfont.woff') format('woff'),
		url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.html#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanssemibold';
    src: url('OpenSans-Semibold-webfont.html');
    src: url('OpenSans-Semibold-webfontd41d.html?#iefix') format('embedded-opentype'),
 		 url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont-2.html#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight_italic';
    src: url('OpenSans-LightItalic-webfont.html');
    src: url('OpenSans-LightItalic-webfontd41d.html?#iefix') format('embedded-opentype'),
		 url('OpenSans-LightItalic-webfont.woff') format('woff'),
         url('OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('OpenSans-LightItalic-webfont-2.html#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.html');
    src: url('OpenSans-Regular-webfontd41d.html?#iefix') format('embedded-opentype'),
		 url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont-2.html#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
  font-family: 'fontello';
  src: url('fontello41e0.eot?6403121');
  src: url('fontello41e0.eot?6403121#iefix') format('embedded-opentype'),
       url('fontello41e0.woff?6403121') format('woff'),
       url('fontello41e0.ttf?6403121') format('truetype'),
       url('fontello41e0.svg?6403121#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */




/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */




/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?6403121#fontello') format('svg');
  }
}
*/




[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}




.icon-emo-happy:before { content: '\e800'; }




/* '' */




.icon-emo-wink:before { content: '\e801'; }




/* '' */




.icon-emo-wink2:before { content: '\e802'; }




/* '' */




.icon-emo-unhappy:before { content: '\e803'; }




/* '' */




.icon-emo-sleep:before { content: '\e804'; }




/* '' */




.icon-emo-thumbsup:before { content: '\e805'; }




/* '' */




.icon-emo-devil:before { content: '\e806'; }




/* '' */




.icon-emo-surprised:before { content: '\e807'; }




/* '' */




.icon-emo-tongue:before { content: '\e808'; }




/* '' */




.icon-emo-coffee:before { content: '\e809'; }




/* '' */




.icon-emo-sunglasses:before { content: '\e80a'; }




/* '' */




.icon-emo-displeased:before { content: '\e80b'; }




/* '' */




.icon-emo-beer:before { content: '\e80c'; }




/* '' */




.icon-emo-grin:before { content: '\e80d'; }




/* '' */




.icon-emo-angry:before { content: '\e80e'; }




/* '' */




.icon-emo-saint:before { content: '\e80f'; }




/* '' */




.icon-emo-cry:before { content: '\e810'; }




/* '' */




.icon-emo-shoot:before { content: '\e811'; }




/* '' */




.icon-emo-squint:before { content: '\e812'; }




/* '' */




.icon-emo-laugh:before { content: '\e813'; }




/* '' */




.icon-spin1:before { content: '\e814'; }




/* '' */




.icon-spin2:before { content: '\e815'; }




/* '' */




.icon-spin3:before { content: '\e816'; }




/* '' */




.icon-spin4:before { content: '\e817'; }




/* '' */




.icon-spin5:before { content: '\e818'; }




/* '' */




.icon-spin6:before { content: '\e819'; }




/* '' */




.icon-firefox:before { content: '\e81a'; }




/* '' */




.icon-chrome:before { content: '\e81b'; }




/* '' */




.icon-opera:before { content: '\e81c'; }




/* '' */




.icon-ie:before { content: '\e81d'; }




/* '' */




.icon-crown:before { content: '\e81e'; }




/* '' */




.icon-crown-plus:before { content: '\e81f'; }




/* '' */




.icon-crown-minus:before { content: '\e820'; }




/* '' */




.icon-marquee:before { content: '\e821'; }




/* '' */




.icon-glass:before { content: '\e822'; }




/* '' */




.icon-music:before { content: '\e823'; }




/* '' */




.icon-search:before { content: '\e824'; }




/* '' */




.icon-mail:before { content: '\e825'; }




/* '' */




.icon-mail-alt:before { content: '\e826'; }




/* '' */




.icon-mail-squared:before { content: '\e827'; }




/* '' */




.icon-heart:before { content: '\e828'; }




/* '' */




.icon-heart-empty:before { content: '\e829'; }




/* '' */




.icon-star-1:before { content: '\e82a'; }




/* '' */




.icon-star-empty-1:before { content: '\e82b'; }




/* '' */




.icon-star-half:before { content: '\e82c'; }




/* '' */




.icon-star-half-alt:before { content: '\e82d'; }




/* '' */




.icon-user:before { content: '\e82e'; }




/* '' */




.icon-user-plus:before { content: '\e82f'; }




/* '' */




.icon-user-times:before { content: '\e830'; }




/* '' */




.icon-users:before { content: '\e831'; }




/* '' */




.icon-male:before { content: '\e832'; }




/* '' */




.icon-female:before { content: '\e833'; }




/* '' */




.icon-child:before { content: '\e834'; }




/* '' */




.icon-user-secret:before { content: '\e835'; }




/* '' */




.icon-video:before { content: '\e836'; }




/* '' */




.icon-videocam:before { content: '\e837'; }




/* '' */




.icon-picture:before { content: '\e838'; }




/* '' */




.icon-camera:before { content: '\e839'; }




/* '' */




.icon-camera-alt:before { content: '\e83a'; }




/* '' */




.icon-th-large:before { content: '\e83b'; }




/* '' */




.icon-th:before { content: '\e83c'; }




/* '' */




.icon-th-list:before { content: '\e83d'; }




/* '' */




.icon-ok:before { content: '\e83e'; }




/* '' */




.icon-ok-circled:before { content: '\e83f'; }




/* '' */




.icon-ok-circled2:before { content: '\e840'; }




/* '' */




.icon-ok-squared:before { content: '\e841'; }




/* '' */




.icon-cancel:before { content: '\e842'; }




/* '' */




.icon-cancel-circled:before { content: '\e843'; }




/* '' */




.icon-cancel-circled2:before { content: '\e844'; }




/* '' */




.icon-plus:before { content: '\e845'; }




/* '' */




.icon-plus-circled:before { content: '\e846'; }




/* '' */




.icon-plus-squared:before { content: '\e847'; }




/* '' */




.icon-plus-squared-alt:before { content: '\e848'; }




/* '' */




.icon-minus:before { content: '\e849'; }




/* '' */




.icon-minus-circled:before { content: '\e84a'; }




/* '' */




.icon-minus-squared:before { content: '\e84b'; }




/* '' */




.icon-minus-squared-alt:before { content: '\e84c'; }




/* '' */




.icon-help:before { content: '\e84d'; }




/* '' */




.icon-help-circled:before { content: '\e84e'; }




/* '' */




.icon-info-circled:before { content: '\e84f'; }




/* '' */




.icon-info:before { content: '\e850'; }




/* '' */




.icon-home:before { content: '\e851'; }




/* '' */




.icon-link:before { content: '\e852'; }




/* '' */




.icon-unlink:before { content: '\e853'; }




/* '' */




.icon-link-ext:before { content: '\e854'; }




/* '' */




.icon-link-ext-alt:before { content: '\e855'; }




/* '' */




.icon-attach:before { content: '\e856'; }




/* '' */




.icon-lock:before { content: '\e857'; }




/* '' */




.icon-lock-open:before { content: '\e858'; }




/* '' */




.icon-lock-open-alt:before { content: '\e859'; }




/* '' */




.icon-pin:before { content: '\e85a'; }




/* '' */




.icon-eye:before { content: '\e85b'; }




/* '' */




.icon-eye-off:before { content: '\e85c'; }




/* '' */




.icon-tag-1:before { content: '\e85d'; }




/* '' */




.icon-tags:before { content: '\e85e'; }




/* '' */




.icon-bookmark:before { content: '\e85f'; }




/* '' */




.icon-bookmark-empty:before { content: '\e860'; }




/* '' */




.icon-flag:before { content: '\e861'; }




/* '' */




.icon-flag-empty:before { content: '\e862'; }




/* '' */




.icon-flag-checkered:before { content: '\e863'; }




/* '' */




.icon-thumbs-up:before { content: '\e864'; }




/* '' */




.icon-thumbs-down:before { content: '\e865'; }




/* '' */




.icon-thumbs-up-alt:before { content: '\e866'; }




/* '' */




.icon-thumbs-down-alt:before { content: '\e867'; }




/* '' */




.icon-download:before { content: '\e868'; }




/* '' */




.icon-upload:before { content: '\e869'; }




/* '' */




.icon-download-cloud:before { content: '\e86a'; }




/* '' */




.icon-upload-cloud:before { content: '\e86b'; }




/* '' */




.icon-reply:before { content: '\e86c'; }




/* '' */




.icon-reply-all:before { content: '\e86d'; }




/* '' */




.icon-forward:before { content: '\e86e'; }




/* '' */




.icon-quote-left:before { content: '\e86f'; }




/* '' */




.icon-quote-right:before { content: '\e870'; }




/* '' */




.icon-code:before { content: '\e871'; }




/* '' */




.icon-export:before { content: '\e872'; }




/* '' */




.icon-export-alt:before { content: '\e873'; }




/* '' */




.icon-share:before { content: '\e874'; }




/* '' */




.icon-share-squared:before { content: '\e875'; }




/* '' */




.icon-pencil:before { content: '\e876'; }




/* '' */




.icon-pencil-squared:before { content: '\e877'; }




/* '' */




.icon-edit:before { content: '\e878'; }




/* '' */




.icon-print:before { content: '\e879'; }




/* '' */




.icon-retweet:before { content: '\e87a'; }




/* '' */




.icon-keyboard:before { content: '\e87b'; }




/* '' */




.icon-gamepad:before { content: '\e87c'; }




/* '' */




.icon-comment:before { content: '\e87d'; }




/* '' */




.icon-chat:before { content: '\e87e'; }




/* '' */




.icon-comment-empty:before { content: '\e87f'; }




/* '' */




.icon-chat-empty:before { content: '\e880'; }




/* '' */




.icon-bell:before { content: '\e881'; }




/* '' */




.icon-bell-alt:before { content: '\e882'; }




/* '' */




.icon-bell-off:before { content: '\e883'; }




/* '' */




.icon-bell-off-empty:before { content: '\e884'; }




/* '' */




.icon-attention-alt:before { content: '\e885'; }




/* '' */




.icon-attention:before { content: '\e886'; }




/* '' */




.icon-attention-circled:before { content: '\e887'; }




/* '' */




.icon-location:before { content: '\e888'; }




/* '' */




.icon-direction:before { content: '\e889'; }




/* '' */




.icon-compass:before { content: '\e88a'; }




/* '' */




.icon-trash:before { content: '\e88b'; }




/* '' */




.icon-trash-empty:before { content: '\e88c'; }




/* '' */




.icon-doc:before { content: '\e88d'; }




/* '' */




.icon-docs:before { content: '\e88e'; }




/* '' */




.icon-doc-text:before { content: '\e88f'; }




/* '' */




.icon-doc-inv:before { content: '\e890'; }




/* '' */




.icon-doc-text-inv:before { content: '\e891'; }




/* '' */




.icon-file-pdf:before { content: '\e892'; }




/* '' */




.icon-file-word:before { content: '\e893'; }




/* '' */




.icon-file-excel:before { content: '\e894'; }




/* '' */




.icon-file-powerpoint:before { content: '\e895'; }




/* '' */




.icon-file-image:before { content: '\e896'; }




/* '' */




.icon-file-archive:before { content: '\e897'; }




/* '' */




.icon-file-audio:before { content: '\e898'; }




/* '' */




.icon-file-video:before { content: '\e899'; }




/* '' */




.icon-file-code:before { content: '\e89a'; }




/* '' */




.icon-folder:before { content: '\e89b'; }




/* '' */




.icon-folder-open:before { content: '\e89c'; }




/* '' */




.icon-folder-empty:before { content: '\e89d'; }




/* '' */




.icon-folder-open-empty:before { content: '\e89e'; }




/* '' */




.icon-box:before { content: '\e89f'; }




/* '' */




.icon-rss:before { content: '\e8a0'; }




/* '' */




.icon-rss-squared:before { content: '\e8a1'; }




/* '' */




.icon-phone:before { content: '\e8a2'; }




/* '' */




.icon-phone-squared:before { content: '\e8a3'; }




/* '' */




.icon-fax:before { content: '\e8a4'; }




/* '' */




.icon-menu:before { content: '\e8a5'; }




/* '' */




.icon-cog:before { content: '\e8a6'; }




/* '' */




.icon-cog-alt:before { content: '\e8a7'; }




/* '' */




.icon-wrench:before { content: '\e8a8'; }




/* '' */




.icon-sliders:before { content: '\e8a9'; }




/* '' */




.icon-basket:before { content: '\e8aa'; }




/* '' */




.icon-cart-plus:before { content: '\e8ab'; }




/* '' */




.icon-cart-arrow-down:before { content: '\e8ac'; }




/* '' */




.icon-calendar:before { content: '\e8ad'; }




/* '' */




.icon-calendar-empty:before { content: '\e8ae'; }




/* '' */




.icon-login:before { content: '\e8af'; }




/* '' */




.icon-logout:before { content: '\e8b0'; }




/* '' */




.icon-mic:before { content: '\e8b1'; }




/* '' */




.icon-mute:before { content: '\e8b2'; }




/* '' */




.icon-volume-off:before { content: '\e8b3'; }




/* '' */




.icon-volume-down:before { content: '\e8b4'; }




/* '' */




.icon-volume-up:before { content: '\e8b5'; }




/* '' */




.icon-headphones:before { content: '\e8b6'; }




/* '' */




.icon-clock:before { content: '\e8b7'; }




/* '' */




.icon-lightbulb:before { content: '\e8b8'; }




/* '' */




.icon-block:before { content: '\e8b9'; }




/* '' */




.icon-resize-full:before { content: '\e8ba'; }




/* '' */




.icon-resize-full-alt:before { content: '\e8bb'; }




/* '' */




.icon-resize-small:before { content: '\e8bc'; }




/* '' */




.icon-resize-vertical:before { content: '\e8bd'; }




/* '' */




.icon-resize-horizontal:before { content: '\e8be'; }




/* '' */




.icon-move:before { content: '\e8bf'; }




/* '' */




.icon-zoom-in:before { content: '\e8c0'; }




/* '' */




.icon-zoom-out:before { content: '\e8c1'; }




/* '' */




.icon-down-circled2:before { content: '\e8c2'; }




/* '' */




.icon-up-circled2:before { content: '\e8c3'; }




/* '' */




.icon-left-circled2:before { content: '\e8c4'; }




/* '' */




.icon-right-circled2:before { content: '\e8c5'; }




/* '' */




.icon-down-dir:before { content: '\e8c6'; }




/* '' */




.icon-up-dir:before { content: '\e8c7'; }




/* '' */




.icon-left-dir:before { content: '\e8c8'; }




/* '' */




.icon-right-dir:before { content: '\e8c9'; }




/* '' */




.icon-down-open:before { content: '\e8ca'; }




/* '' */




.icon-left-open:before { content: '\e8cb'; }




/* '' */




.icon-right-open:before { content: '\e8cc'; }




/* '' */




.icon-up-open:before { content: '\e8cd'; }




/* '' */




.icon-angle-left:before { content: '\e8ce'; }




/* '' */




.icon-angle-right:before { content: '\e8cf'; }




/* '' */




.icon-angle-up:before { content: '\e8d0'; }




/* '' */




.icon-angle-down:before { content: '\e8d1'; }




/* '' */




.icon-angle-circled-left:before { content: '\e8d2'; }




/* '' */




.icon-angle-circled-right:before { content: '\e8d3'; }




/* '' */




.icon-angle-circled-up:before { content: '\e8d4'; }




/* '' */




.icon-angle-circled-down:before { content: '\e8d5'; }




/* '' */




.icon-angle-double-left:before { content: '\e8d6'; }




/* '' */




.icon-angle-double-right:before { content: '\e8d7'; }




/* '' */




.icon-angle-double-up:before { content: '\e8d8'; }




/* '' */




.icon-angle-double-down:before { content: '\e8d9'; }




/* '' */




.icon-down:before { content: '\e8da'; }




/* '' */




.icon-left:before { content: '\e8db'; }




/* '' */




.icon-right:before { content: '\e8dc'; }




/* '' */




.icon-up:before { content: '\e8dd'; }




/* '' */




.icon-down-big:before { content: '\e8de'; }




/* '' */




.icon-left-big:before { content: '\e8df'; }




/* '' */




.icon-right-big:before { content: '\e8e0'; }




/* '' */




.icon-up-big:before { content: '\e8e1'; }




/* '' */




.icon-right-hand:before { content: '\e8e2'; }




/* '' */




.icon-left-hand:before { content: '\e8e3'; }




/* '' */




.icon-up-hand:before { content: '\e8e4'; }




/* '' */




.icon-down-hand:before { content: '\e8e5'; }




/* '' */




.icon-left-circled:before { content: '\e8e6'; }




/* '' */




.icon-right-circled:before { content: '\e8e7'; }




/* '' */




.icon-up-circled:before { content: '\e8e8'; }




/* '' */




.icon-down-circled:before { content: '\e8e9'; }




/* '' */




.icon-cw:before { content: '\e8ea'; }




/* '' */




.icon-ccw:before { content: '\e8eb'; }




/* '' */




.icon-arrows-cw:before { content: '\e8ec'; }




/* '' */




.icon-level-up:before { content: '\e8ed'; }




/* '' */




.icon-level-down:before { content: '\e8ee'; }




/* '' */




.icon-shuffle:before { content: '\e8ef'; }




/* '' */




.icon-exchange:before { content: '\e8f0'; }




/* '' */




.icon-history:before { content: '\e8f1'; }




/* '' */




.icon-expand:before { content: '\e8f2'; }




/* '' */




.icon-collapse:before { content: '\e8f3'; }




/* '' */




.icon-expand-right:before { content: '\e8f4'; }




/* '' */




.icon-collapse-left:before { content: '\e8f5'; }




/* '' */




.icon-play:before { content: '\e8f6'; }




/* '' */




.icon-play-circled:before { content: '\e8f7'; }




/* '' */




.icon-play-circled2:before { content: '\e8f8'; }




/* '' */




.icon-stop:before { content: '\e8f9'; }




/* '' */




.icon-pause:before { content: '\e8fa'; }




/* '' */




.icon-to-end:before { content: '\e8fb'; }




/* '' */




.icon-to-end-alt:before { content: '\e8fc'; }




/* '' */




.icon-to-start:before { content: '\e8fd'; }




/* '' */




.icon-to-start-alt:before { content: '\e8fe'; }




/* '' */




.icon-fast-fw:before { content: '\e8ff'; }




/* '' */




.icon-fast-bw:before { content: '\e900'; }




/* '' */




.icon-eject:before { content: '\e901'; }




/* '' */




.icon-target:before { content: '\e902'; }




/* '' */




.icon-signal:before { content: '\e903'; }




/* '' */




.icon-wifi:before { content: '\e904'; }




/* '' */




.icon-award:before { content: '\e905'; }




/* '' */




.icon-desktop:before { content: '\e906'; }




/* '' */




.icon-laptop:before { content: '\e907'; }




/* '' */




.icon-tablet:before { content: '\e908'; }




/* '' */




.icon-mobile:before { content: '\e909'; }




/* '' */




.icon-inbox:before { content: '\e90a'; }




/* '' */




.icon-globe:before { content: '\e90b'; }




/* '' */




.icon-sun:before { content: '\e90c'; }




/* '' */




.icon-cloud:before { content: '\e90d'; }




/* '' */




.icon-flash:before { content: '\e90e'; }




/* '' */




.icon-moon:before { content: '\e90f'; }




/* '' */




.icon-umbrella-1:before { content: '\e910'; }




/* '' */




.icon-flight:before { content: '\e911'; }




/* '' */




.icon-fighter-jet:before { content: '\e912'; }




/* '' */




.icon-paper-plane:before { content: '\e913'; }




/* '' */




.icon-paper-plane-empty:before { content: '\e914'; }




/* '' */




.icon-space-shuttle:before { content: '\e915'; }




/* '' */




.icon-leaf:before { content: '\e916'; }




/* '' */




.icon-font:before { content: '\e917'; }




/* '' */




.icon-bold:before { content: '\e918'; }




/* '' */




.icon-medium:before { content: '\e919'; }




/* '' */




.icon-italic:before { content: '\e91a'; }




/* '' */




.icon-header:before { content: '\e91b'; }




/* '' */




.icon-paragraph:before { content: '\e91c'; }




/* '' */




.icon-text-height:before { content: '\e91d'; }




/* '' */




.icon-text-width:before { content: '\e91e'; }




/* '' */




.icon-align-left:before { content: '\e91f'; }




/* '' */




.icon-align-center:before { content: '\e920'; }




/* '' */




.icon-align-right:before { content: '\e921'; }




/* '' */




.icon-align-justify:before { content: '\e922'; }




/* '' */




.icon-list:before { content: '\e923'; }




/* '' */




.icon-indent-left:before { content: '\e924'; }




/* '' */




.icon-indent-right:before { content: '\e925'; }




/* '' */




.icon-list-bullet:before { content: '\e926'; }




/* '' */




.icon-list-numbered:before { content: '\e927'; }




/* '' */




.icon-strike:before { content: '\e928'; }




/* '' */




.icon-underline:before { content: '\e929'; }




/* '' */




.icon-superscript:before { content: '\e92a'; }




/* '' */




.icon-subscript:before { content: '\e92b'; }




/* '' */




.icon-table:before { content: '\e92c'; }




/* '' */




.icon-columns:before { content: '\e92d'; }




/* '' */




.icon-crop:before { content: '\e92e'; }




/* '' */




.icon-scissors:before { content: '\e92f'; }




/* '' */




.icon-paste:before { content: '\e930'; }




/* '' */




.icon-briefcase:before { content: '\e931'; }




/* '' */




.icon-suitcase:before { content: '\e932'; }




/* '' */




.icon-ellipsis:before { content: '\e933'; }




/* '' */




.icon-ellipsis-vert:before { content: '\e934'; }




/* '' */




.icon-off:before { content: '\e935'; }




/* '' */




.icon-road:before { content: '\e936'; }




/* '' */




.icon-list-alt:before { content: '\e937'; }




/* '' */




.icon-qrcode:before { content: '\e938'; }




/* '' */




.icon-barcode:before { content: '\e939'; }




/* '' */




.icon-book:before { content: '\e93a'; }




/* '' */




.icon-ajust:before { content: '\e93b'; }




/* '' */




.icon-tint:before { content: '\e93c'; }




/* '' */




.icon-toggle-off:before { content: '\e93d'; }




/* '' */




.icon-toggle-on:before { content: '\e93e'; }




/* '' */




.icon-check:before { content: '\e93f'; }




/* '' */




.icon-check-empty:before { content: '\e940'; }




/* '' */




.icon-circle:before { content: '\e941'; }




/* '' */




.icon-circle-empty:before { content: '\e942'; }




/* '' */




.icon-circle-thin:before { content: '\e943'; }




/* '' */




.icon-circle-notch:before { content: '\e944'; }




/* '' */




.icon-dot-circled:before { content: '\e945'; }




/* '' */




.icon-asterisk:before { content: '\e946'; }




/* '' */




.icon-gift:before { content: '\e947'; }




/* '' */




.icon-fire:before { content: '\e948'; }




/* '' */




.icon-magnet:before { content: '\e949'; }




/* '' */




.icon-chart-bar:before { content: '\e94a'; }




/* '' */




.icon-chart-area:before { content: '\e94b'; }




/* '' */




.icon-chart-pie:before { content: '\e94c'; }




/* '' */




.icon-chart-line:before { content: '\e94d'; }




/* '' */




.icon-ticket:before { content: '\e94e'; }




/* '' */




.icon-credit-card:before { content: '\e94f'; }




/* '' */




.icon-floppy:before { content: '\e950'; }




/* '' */




.icon-megaphone:before { content: '\e951'; }




/* '' */




.icon-hdd:before { content: '\e952'; }




/* '' */




.icon-key:before { content: '\e953'; }




/* '' */




.icon-fork:before { content: '\e954'; }




/* '' */




.icon-rocket:before { content: '\e955'; }




/* '' */




.icon-bug:before { content: '\e956'; }




/* '' */




.icon-certificate:before { content: '\e957'; }




/* '' */




.icon-tasks:before { content: '\e958'; }




/* '' */




.icon-filter:before { content: '\e959'; }




/* '' */




.icon-beaker:before { content: '\e95a'; }




/* '' */




.icon-magic:before { content: '\e95b'; }




/* '' */




.icon-cab:before { content: '\e95c'; }




/* '' */




.icon-taxi:before { content: '\e95d'; }




/* '' */




.icon-truck:before { content: '\e95e'; }




/* '' */




.icon-bus:before { content: '\e95f'; }




/* '' */




.icon-bicycle:before { content: '\e960'; }




/* '' */




.icon-motorcycle:before { content: '\e961'; }




/* '' */




.icon-train:before { content: '\e962'; }




/* '' */




.icon-subway:before { content: '\e963'; }




/* '' */




.icon-ship:before { content: '\e964'; }




/* '' */




.icon-money:before { content: '\e965'; }




/* '' */




.icon-euro:before { content: '\e966'; }




/* '' */




.icon-pound:before { content: '\e967'; }




/* '' */




.icon-dollar:before { content: '\e968'; }




/* '' */




.icon-rupee:before { content: '\e969'; }




/* '' */




.icon-yen:before { content: '\e96a'; }




/* '' */




.icon-rouble:before { content: '\e96b'; }




/* '' */




.icon-shekel:before { content: '\e96c'; }




/* '' */




.icon-try:before { content: '\e96d'; }




/* '' */




.icon-won:before { content: '\e96e'; }




/* '' */




.icon-bitcoin:before { content: '\e96f'; }




/* '' */




.icon-viacoin:before { content: '\e970'; }




/* '' */




.icon-sort:before { content: '\e971'; }




/* '' */




.icon-sort-down:before { content: '\e972'; }




/* '' */




.icon-sort-up:before { content: '\e973'; }




/* '' */




.icon-sort-alt-up:before { content: '\e974'; }




/* '' */




.icon-sort-alt-down:before { content: '\e975'; }




/* '' */




.icon-sort-name-up:before { content: '\e976'; }




/* '' */




.icon-sort-name-down:before { content: '\e977'; }




/* '' */




.icon-sort-number-up:before { content: '\e978'; }




/* '' */




.icon-sort-number-down:before { content: '\e979'; }




/* '' */




.icon-hammer:before { content: '\e97a'; }




/* '' */




.icon-gauge:before { content: '\e97b'; }




/* '' */




.icon-sitemap:before { content: '\e97c'; }




/* '' */




.icon-spinner:before { content: '\e97d'; }




/* '' */




.icon-coffee:before { content: '\e97e'; }




/* '' */




.icon-food:before { content: '\e97f'; }




/* '' */




.icon-beer:before { content: '\e980'; }




/* '' */




.icon-user-md:before { content: '\e981'; }




/* '' */




.icon-stethoscope:before { content: '\e982'; }




/* '' */




.icon-heartbeat:before { content: '\e983'; }




/* '' */




.icon-ambulance:before { content: '\e984'; }




/* '' */




.icon-medkit:before { content: '\e985'; }




/* '' */




.icon-h-sigh:before { content: '\e986'; }




/* '' */




.icon-bed:before { content: '\e987'; }




/* '' */




.icon-hospital:before { content: '\e988'; }




/* '' */




.icon-building:before { content: '\e989'; }




/* '' */




.icon-building-filled:before { content: '\e98a'; }




/* '' */




.icon-bank:before { content: '\e98b'; }




/* '' */




.icon-smile:before { content: '\e98c'; }




/* '' */




.icon-frown:before { content: '\e98d'; }




/* '' */




.icon-meh:before { content: '\e98e'; }




/* '' */




.icon-anchor:before { content: '\e98f'; }




/* '' */




.icon-terminal:before { content: '\e990'; }




/* '' */




.icon-eraser:before { content: '\e991'; }




/* '' */




.icon-puzzle:before { content: '\e992'; }




/* '' */




.icon-shield:before { content: '\e993'; }




/* '' */




.icon-extinguisher:before { content: '\e994'; }




/* '' */




.icon-bullseye:before { content: '\e995'; }




/* '' */




.icon-wheelchair:before { content: '\e996'; }




/* '' */




.icon-language:before { content: '\e997'; }




/* '' */




.icon-graduation-cap:before { content: '\e998'; }




/* '' */




.icon-paw:before { content: '\e999'; }




/* '' */




.icon-spoon:before { content: '\e99a'; }




/* '' */




.icon-cube:before { content: '\e99b'; }




/* '' */




.icon-cubes:before { content: '\e99c'; }




/* '' */




.icon-recycle:before { content: '\e99d'; }




/* '' */




.icon-tree:before { content: '\e99e'; }




/* '' */




.icon-database:before { content: '\e99f'; }




/* '' */




.icon-server:before { content: '\e9a0'; }




/* '' */




.icon-lifebuoy:before { content: '\e9a1'; }




/* '' */




.icon-rebel:before { content: '\e9a2'; }




/* '' */




.icon-empire:before { content: '\e9a3'; }




/* '' */




.icon-bomb:before { content: '\e9a4'; }




/* '' */




.icon-soccer-ball:before { content: '\e9a5'; }




/* '' */




.icon-tty:before { content: '\e9a6'; }




/* '' */




.icon-binoculars:before { content: '\e9a7'; }




/* '' */




.icon-plug:before { content: '\e9a8'; }




/* '' */




.icon-newspaper:before { content: '\e9a9'; }




/* '' */




.icon-calc:before { content: '\e9aa'; }




/* '' */




.icon-copyright:before { content: '\e9ab'; }




/* '' */




.icon-at:before { content: '\e9ac'; }




/* '' */




.icon-eyedropper:before { content: '\e9ad'; }




/* '' */




.icon-brush:before { content: '\e9ae'; }




/* '' */




.icon-birthday:before { content: '\e9af'; }




/* '' */




.icon-diamond:before { content: '\e9b0'; }




/* '' */




.icon-street-view:before { content: '\e9b1'; }




/* '' */




.icon-venus:before { content: '\e9b2'; }




/* '' */




.icon-mars:before { content: '\e9b3'; }




/* '' */




.icon-mercury:before { content: '\e9b4'; }




/* '' */




.icon-transgender:before { content: '\e9b5'; }




/* '' */




.icon-transgender-alt:before { content: '\e9b6'; }




/* '' */




.icon-venus-double:before { content: '\e9b7'; }




/* '' */




.icon-mars-double:before { content: '\e9b8'; }




/* '' */




.icon-venus-mars:before { content: '\e9b9'; }




/* '' */




.icon-mars-stroke:before { content: '\e9ba'; }




/* '' */




.icon-mars-stroke-v:before { content: '\e9bb'; }




/* '' */




.icon-mars-stroke-h:before { content: '\e9bc'; }




/* '' */




.icon-neuter:before { content: '\e9bd'; }




/* '' */




.icon-cc-visa:before { content: '\e9be'; }




/* '' */




.icon-cc-mastercard:before { content: '\e9bf'; }




/* '' */




.icon-cc-discover:before { content: '\e9c0'; }




/* '' */




.icon-cc-amex:before { content: '\e9c1'; }




/* '' */




.icon-cc-paypal:before { content: '\e9c2'; }




/* '' */




.icon-cc-stripe:before { content: '\e9c3'; }




/* '' */




.icon-adn:before { content: '\e9c4'; }




/* '' */




.icon-android:before { content: '\e9c5'; }




/* '' */




.icon-angellist:before { content: '\e9c6'; }




/* '' */




.icon-apple:before { content: '\e9c7'; }




/* '' */




.icon-behance:before { content: '\e9c8'; }




/* '' */




.icon-behance-squared:before { content: '\e9c9'; }




/* '' */




.icon-bitbucket:before { content: '\e9ca'; }




/* '' */




.icon-bitbucket-squared:before { content: '\e9cb'; }




/* '' */




.icon-buysellads:before { content: '\e9cc'; }




/* '' */




.icon-cc:before { content: '\e9cd'; }




/* '' */




.icon-codeopen:before { content: '\e9ce'; }




/* '' */




.icon-connectdevelop:before { content: '\e9cf'; }




/* '' */




.icon-css3:before { content: '\e9d0'; }




/* '' */




.icon-dashcube:before { content: '\e9d1'; }




/* '' */




.icon-delicious:before { content: '\e9d2'; }




/* '' */




.icon-deviantart:before { content: '\e9d3'; }




/* '' */




.icon-digg:before { content: '\e9d4'; }




/* '' */




.icon-dribbble:before { content: '\e9d5'; }




/* '' */




.icon-dropbox:before { content: '\e9d6'; }




/* '' */




.icon-drupal:before { content: '\e9d7'; }




/* '' */




.icon-facebook:before { content: '\e9d8'; }




/* '' */




.icon-facebook-squared:before { content: '\e9d9'; }




/* '' */




.icon-facebook-official:before { content: '\e9da'; }




/* '' */




.icon-flickr:before { content: '\e9db'; }




/* '' */




.icon-forumbee:before { content: '\e9dc'; }




/* '' */




.icon-foursquare:before { content: '\e9dd'; }




/* '' */




.icon-git-squared:before { content: '\e9de'; }




/* '' */




.icon-git:before { content: '\e9df'; }




/* '' */




.icon-github:before { content: '\e9e0'; }




/* '' */




.icon-github-squared:before { content: '\e9e1'; }




/* '' */




.icon-github-circled:before { content: '\e9e2'; }




/* '' */




.icon-gittip:before { content: '\e9e3'; }




/* '' */




.icon-google:before { content: '\e9e4'; }




/* '' */




.icon-gplus:before { content: '\e9e5'; }




/* '' */




.icon-gplus-squared:before { content: '\e9e6'; }




/* '' */




.icon-gwallet:before { content: '\e9e7'; }




/* '' */




.icon-hacker-news:before { content: '\e9e8'; }




/* '' */




.icon-html5:before { content: '\e9e9'; }




/* '' */




.icon-instagram:before { content: '\e9ea'; }




/* '' */




.icon-ioxhost:before { content: '\e9eb'; }




/* '' */




.icon-joomla:before { content: '\e9ec'; }




/* '' */




.icon-jsfiddle:before { content: '\e9ed'; }




/* '' */




.icon-lastfm:before { content: '\e9ee'; }




/* '' */




.icon-lastfm-squared:before { content: '\e9ef'; }




/* '' */




.icon-leanpub:before { content: '\e9f0'; }




/* '' */




.icon-linkedin-squared:before { content: '\e9f1'; }




/* '' */




.icon-linux:before { content: '\e9f2'; }




/* '' */




.icon-linkedin:before { content: '\e9f3'; }




/* '' */




.icon-maxcdn:before { content: '\e9f4'; }




/* '' */




.icon-meanpath:before { content: '\e9f5'; }




/* '' */




.icon-openid:before { content: '\e9f6'; }




/* '' */




.icon-pagelines:before { content: '\e9f7'; }




/* '' */




.icon-paypal:before { content: '\e9f8'; }




/* '' */




.icon-pied-piper-squared:before { content: '\e9f9'; }




/* '' */




.icon-pied-piper-alt:before { content: '\e9fa'; }




/* '' */




.icon-pinterest:before { content: '\e9fb'; }




/* '' */




.icon-pinterest-circled:before { content: '\e9fc'; }




/* '' */




.icon-pinterest-squared:before { content: '\e9fd'; }




/* '' */




.icon-qq:before { content: '\e9fe'; }




/* '' */




.icon-reddit:before { content: '\e9ff'; }




/* '' */




.icon-reddit-squared:before { content: '\ea00'; }




/* '' */




.icon-renren:before { content: '\ea01'; }




/* '' */




.icon-sellsy:before { content: '\ea02'; }




/* '' */




.icon-shirtsinbulk:before { content: '\ea03'; }




/* '' */




.icon-simplybuilt:before { content: '\ea04'; }




/* '' */




.icon-skyatlas:before { content: '\ea05'; }




/* '' */




.icon-skype:before { content: '\ea06'; }




/* '' */




.icon-slack:before { content: '\ea07'; }




/* '' */




.icon-slideshare:before { content: '\ea08'; }




/* '' */




.icon-soundcloud:before { content: '\ea09'; }




/* '' */




.icon-spotify:before { content: '\ea0a'; }




/* '' */




.icon-stackexchange:before { content: '\ea0b'; }




/* '' */




.icon-stackoverflow:before { content: '\ea0c'; }




/* '' */




.icon-steam:before { content: '\ea0d'; }




/* '' */




.icon-steam-squared:before { content: '\ea0e'; }




/* '' */




.icon-stumbleupon:before { content: '\ea0f'; }




/* '' */




.icon-stumbleupon-circled:before { content: '\ea10'; }




/* '' */




.icon-tencent-weibo:before { content: '\ea11'; }




/* '' */




.icon-trello:before { content: '\ea12'; }




/* '' */




.icon-tumblr:before { content: '\ea13'; }




/* '' */




.icon-tumblr-squared:before { content: '\ea14'; }




/* '' */




.icon-twitch:before { content: '\ea15'; }




/* '' */




.icon-note:before { content: '\ea16'; }




/* '' */




.icon-note-beamed:before { content: '\ea17'; }




/* '' */




.icon-music-1:before { content: '\ea18'; }




/* '' */




.icon-search-1:before { content: '\ea19'; }




/* '' */




.icon-flashlight:before { content: '\ea1a'; }




/* '' */




.icon-mail-1:before { content: '\ea1b'; }




/* '' */




.icon-heart-1:before { content: '\ea1c'; }




/* '' */




.icon-heart-empty-1:before { content: '\ea1d'; }




/* '' */




.icon-star:before { content: '\ea1e'; }




/* '' */




.icon-star-empty:before { content: '\ea1f'; }




/* '' */




.icon-user-1:before { content: '\ea20'; }




/* '' */




.icon-users-1:before { content: '\ea21'; }




/* '' */




.icon-user-add:before { content: '\ea22'; }




/* '' */




.icon-video-1:before { content: '\ea23'; }




/* '' */




.icon-picture-1:before { content: '\ea24'; }




/* '' */




.icon-camera-1:before { content: '\ea25'; }




/* '' */




.icon-layout:before { content: '\ea26'; }




/* '' */




.icon-menu-1:before { content: '\ea27'; }




/* '' */




.icon-check-1:before { content: '\ea28'; }




/* '' */




.icon-cancel-1:before { content: '\ea29'; }




/* '' */




.icon-cancel-circled-1:before { content: '\ea2a'; }




/* '' */




.icon-cancel-squared:before { content: '\ea2b'; }




/* '' */




.icon-plus-1:before { content: '\ea2c'; }




/* '' */




.icon-plus-circled-1:before { content: '\ea2d'; }




/* '' */




.icon-plus-squared-1:before { content: '\ea2e'; }




/* '' */




.icon-minus-1:before { content: '\ea2f'; }




/* '' */




.icon-minus-circled-1:before { content: '\ea30'; }




/* '' */




.icon-minus-squared-1:before { content: '\ea31'; }




/* '' */




.icon-help-1:before { content: '\ea32'; }




/* '' */




.icon-help-circled-1:before { content: '\ea33'; }




/* '' */




.icon-info-1:before { content: '\ea34'; }




/* '' */




.icon-info-circled-1:before { content: '\ea35'; }




/* '' */




.icon-back:before { content: '\ea36'; }




/* '' */




.icon-home-1:before { content: '\ea37'; }




/* '' */




.icon-link-1:before { content: '\ea38'; }




/* '' */




.icon-attach-1:before { content: '\ea39'; }




/* '' */




.icon-lock-1:before { content: '\ea3a'; }




/* '' */




.icon-lock-open-1:before { content: '\ea3b'; }




/* '' */




.icon-eye-1:before { content: '\ea3c'; }




/* '' */




.icon-tag:before { content: '\ea3d'; }




/* '' */




.icon-bookmark-1:before { content: '\ea3e'; }




/* '' */




.icon-bookmarks:before { content: '\ea3f'; }




/* '' */




.icon-flag-1:before { content: '\ea40'; }




/* '' */




.icon-thumbs-up-1:before { content: '\ea41'; }




/* '' */




.icon-thumbs-down-1:before { content: '\ea42'; }




/* '' */




.icon-download-1:before { content: '\ea43'; }




/* '' */




.icon-upload-1:before { content: '\ea44'; }




/* '' */




.icon-upload-cloud-1:before { content: '\ea45'; }




/* '' */




.icon-reply-1:before { content: '\ea46'; }




/* '' */




.icon-reply-all-1:before { content: '\ea47'; }




/* '' */




.icon-forward-1:before { content: '\ea48'; }




/* '' */




.icon-quote:before { content: '\ea49'; }




/* '' */




.icon-code-1:before { content: '\ea4a'; }




/* '' */




.icon-export-1:before { content: '\ea4b'; }




/* '' */




.icon-pencil-1:before { content: '\ea4c'; }




/* '' */




.icon-feather:before { content: '\ea4d'; }




/* '' */




.icon-print-1:before { content: '\ea4e'; }




/* '' */




.icon-retweet-1:before { content: '\ea4f'; }




/* '' */




.icon-keyboard-1:before { content: '\ea50'; }




/* '' */




.icon-comment-1:before { content: '\ea51'; }




/* '' */




.icon-chat-1:before { content: '\ea52'; }




/* '' */




.icon-bell-1:before { content: '\ea53'; }




/* '' */




.icon-attention-1:before { content: '\ea54'; }




/* '' */




.icon-alert:before { content: '\ea55'; }




/* '' */




.icon-vcard:before { content: '\ea56'; }




/* '' */




.icon-address:before { content: '\ea57'; }




/* '' */




.icon-location-1:before { content: '\ea58'; }




/* '' */




.icon-map:before { content: '\ea59'; }




/* '' */




.icon-direction-1:before { content: '\ea5a'; }




/* '' */




.icon-compass-1:before { content: '\ea5b'; }




/* '' */




.icon-cup:before { content: '\ea5c'; }




/* '' */




.icon-trash-1:before { content: '\ea5d'; }




/* '' */




.icon-doc-1:before { content: '\ea5e'; }




/* '' */




.icon-docs-1:before { content: '\ea5f'; }




/* '' */




.icon-doc-landscape:before { content: '\ea60'; }




/* '' */




.icon-doc-text-1:before { content: '\ea61'; }




/* '' */




.icon-doc-text-inv-1:before { content: '\ea62'; }




/* '' */




.icon-newspaper-1:before { content: '\ea63'; }




/* '' */




.icon-book-open:before { content: '\ea64'; }




/* '' */




.icon-book-1:before { content: '\ea65'; }




/* '' */




.icon-folder-1:before { content: '\ea66'; }




/* '' */




.icon-archive:before { content: '\ea67'; }




/* '' */




.icon-box-1:before { content: '\ea68'; }




/* '' */




.icon-rss-1:before { content: '\ea69'; }




/* '' */




.icon-phone-1:before { content: '\ea6a'; }




/* '' */




.icon-cog-1:before { content: '\ea6b'; }




/* '' */




.icon-tools:before { content: '\ea6c'; }




/* '' */




.icon-share-1:before { content: '\ea6d'; }




/* '' */




.icon-shareable:before { content: '\ea6e'; }




/* '' */




.icon-basket-1:before { content: '\ea6f'; }




/* '' */




.icon-bag:before { content: '\ea70'; }




/* '' */




.icon-calendar-1:before { content: '\ea71'; }




/* '' */




.icon-login-1:before { content: '\ea72'; }




/* '' */




.icon-logout-1:before { content: '\ea73'; }




/* '' */




.icon-mic-1:before { content: '\ea74'; }




/* '' */




.icon-mute-1:before { content: '\ea75'; }




/* '' */




.icon-sound:before { content: '\ea76'; }




/* '' */




.icon-volume:before { content: '\ea77'; }




/* '' */




.icon-clock-1:before { content: '\ea78'; }




/* '' */




.icon-hourglass:before { content: '\ea79'; }




/* '' */




.icon-lamp:before { content: '\ea7a'; }




/* '' */




.icon-light-down:before { content: '\ea7b'; }




/* '' */




.icon-light-up:before { content: '\ea7c'; }




/* '' */




.icon-adjust:before { content: '\ea7d'; }




/* '' */




.icon-block-1:before { content: '\ea7e'; }




/* '' */




.icon-resize-full-1:before { content: '\ea7f'; }




/* '' */




.icon-resize-small-1:before { content: '\ea80'; }




/* '' */




.icon-popup:before { content: '\ea81'; }




/* '' */




.icon-publish:before { content: '\ea82'; }




/* '' */




.icon-window:before { content: '\ea83'; }




/* '' */




.icon-arrow-combo:before { content: '\ea84'; }




/* '' */




.icon-down-circled-1:before { content: '\ea85'; }




/* '' */




.icon-left-circled-1:before { content: '\ea86'; }




/* '' */




.icon-right-circled-1:before { content: '\ea87'; }




/* '' */




.icon-up-circled-1:before { content: '\ea88'; }




/* '' */




.icon-down-open-1:before { content: '\ea89'; }




/* '' */




.icon-left-open-1:before { content: '\ea8a'; }




/* '' */




.icon-right-open-1:before { content: '\ea8b'; }




/* '' */




.icon-up-open-1:before { content: '\ea8c'; }




/* '' */




.icon-down-open-mini:before { content: '\ea8d'; }




/* '' */




.icon-left-open-mini:before { content: '\ea8e'; }




/* '' */




.icon-right-open-mini:before { content: '\ea8f'; }




/* '' */




.icon-up-open-mini:before { content: '\ea90'; }




/* '' */




.icon-down-open-big:before { content: '\ea91'; }




/* '' */




.icon-left-open-big:before { content: '\ea92'; }




/* '' */




.icon-right-open-big:before { content: '\ea93'; }




/* '' */




.icon-up-open-big:before { content: '\ea94'; }




/* '' */




.icon-down-1:before { content: '\ea95'; }




/* '' */




.icon-left-1:before { content: '\ea96'; }




/* '' */




.icon-right-1:before { content: '\ea97'; }




/* '' */




.icon-up-1:before { content: '\ea98'; }




/* '' */




.icon-down-dir-1:before { content: '\ea99'; }




/* '' */




.icon-left-dir-1:before { content: '\ea9a'; }




/* '' */




.icon-right-dir-1:before { content: '\ea9b'; }




/* '' */




.icon-up-dir-1:before { content: '\ea9c'; }




/* '' */




.icon-down-bold:before { content: '\ea9d'; }




/* '' */




.icon-left-bold:before { content: '\ea9e'; }




/* '' */




.icon-right-bold:before { content: '\ea9f'; }




/* '' */




.icon-up-bold:before { content: '\eaa0'; }




/* '' */




.icon-down-thin:before { content: '\eaa1'; }




/* '' */




.icon-left-thin:before { content: '\eaa2'; }




/* '' */




.icon-right-thin:before { content: '\eaa3'; }




/* '' */




.icon-up-thin:before { content: '\eaa4'; }




/* '' */




.icon-ccw-1:before { content: '\eaa5'; }




/* '' */




.icon-cw-1:before { content: '\eaa6'; }




/* '' */




.icon-arrows-ccw:before { content: '\eaa7'; }




/* '' */




.icon-level-down-1:before { content: '\eaa8'; }




/* '' */




.icon-level-up-1:before { content: '\eaa9'; }




/* '' */




.icon-shuffle-1:before { content: '\eaaa'; }




/* '' */




.icon-loop:before { content: '\eaab'; }




/* '' */




.icon-switch:before { content: '\eaac'; }




/* '' */




.icon-play-1:before { content: '\eaad'; }




/* '' */




.icon-stop-1:before { content: '\eaae'; }




/* '' */




.icon-pause-1:before { content: '\eaaf'; }




/* '' */




.icon-record:before { content: '\eab0'; }




/* '' */




.icon-to-end-1:before { content: '\eab1'; }




/* '' */




.icon-to-start-1:before { content: '\eab2'; }




/* '' */




.icon-fast-forward:before { content: '\eab3'; }




/* '' */




.icon-fast-backward:before { content: '\eab4'; }




/* '' */




.icon-progress-0:before { content: '\eab5'; }




/* '' */




.icon-progress-1:before { content: '\eab6'; }




/* '' */




.icon-progress-2:before { content: '\eab7'; }




/* '' */




.icon-progress-3:before { content: '\eab8'; }




/* '' */




.icon-target-1:before { content: '\eab9'; }




/* '' */




.icon-palette:before { content: '\eaba'; }




/* '' */




.icon-list-1:before { content: '\eabb'; }




/* '' */




.icon-list-add:before { content: '\eabc'; }




/* '' */




.icon-signal-1:before { content: '\eabd'; }




/* '' */




.icon-trophy:before { content: '\eabe'; }




/* '' */




.icon-battery:before { content: '\eabf'; }




/* '' */




.icon-back-in-time:before { content: '\eac0'; }




/* '' */




.icon-monitor:before { content: '\eac1'; }




/* '' */




.icon-mobile-1:before { content: '\eac2'; }




/* '' */




.icon-network:before { content: '\eac3'; }




/* '' */




.icon-cd:before { content: '\eac4'; }




/* '' */




.icon-inbox-1:before { content: '\eac5'; }




/* '' */




.icon-install:before { content: '\eac6'; }




/* '' */




.icon-globe-1:before { content: '\eac7'; }




/* '' */




.icon-cloud-1:before { content: '\eac8'; }




/* '' */




.icon-cloud-thunder:before { content: '\eac9'; }




/* '' */




.icon-flash-1:before { content: '\eaca'; }




/* '' */




.icon-moon-1:before { content: '\eacb'; }




/* '' */




.icon-flight-1:before { content: '\eacc'; }




/* '' */




.icon-paper-plane-1:before { content: '\eacd'; }




/* '' */




.icon-leaf-1:before { content: '\eace'; }




/* '' */




.icon-lifebuoy-1:before { content: '\eacf'; }




/* '' */




.icon-mouse:before { content: '\ead0'; }




/* '' */




.icon-briefcase-1:before { content: '\ead1'; }




/* '' */




.icon-suitcase-1:before { content: '\ead2'; }




/* '' */




.icon-dot:before { content: '\ead3'; }




/* '' */




.icon-dot-2:before { content: '\ead4'; }




/* '' */




.icon-dot-3:before { content: '\ead5'; }




/* '' */




.icon-brush-1:before { content: '\ead6'; }




/* '' */




.icon-magnet-1:before { content: '\ead7'; }




/* '' */




.icon-infinity:before { content: '\ead8'; }




/* '' */




.icon-erase:before { content: '\ead9'; }




/* '' */




.icon-chart-pie-1:before { content: '\eada'; }




/* '' */




.icon-chart-line-1:before { content: '\eadb'; }




/* '' */




.icon-chart-bar-1:before { content: '\eadc'; }




/* '' */




.icon-chart-area-1:before { content: '\eadd'; }




/* '' */




.icon-tape:before { content: '\eade'; }




/* '' */




.icon-graduation-cap-1:before { content: '\eadf'; }




/* '' */




.icon-language-1:before { content: '\eae0'; }




/* '' */




.icon-ticket-1:before { content: '\eae1'; }




/* '' */




.icon-water:before { content: '\eae2'; }




/* '' */




.icon-droplet:before { content: '\eae3'; }




/* '' */




.icon-air:before { content: '\eae4'; }




/* '' */




.icon-credit-card-1:before { content: '\eae5'; }




/* '' */




.icon-floppy-1:before { content: '\eae6'; }




/* '' */




.icon-clipboard:before { content: '\eae7'; }




/* '' */




.icon-megaphone-1:before { content: '\eae8'; }




/* '' */




.icon-database-1:before { content: '\eae9'; }




/* '' */




.icon-drive:before { content: '\eaea'; }




/* '' */




.icon-bucket:before { content: '\eaeb'; }




/* '' */




.icon-thermometer:before { content: '\eaec'; }




/* '' */




.icon-key-1:before { content: '\eaed'; }




/* '' */




.icon-flow-cascade:before { content: '\eaee'; }




/* '' */




.icon-flow-branch:before { content: '\eaef'; }




/* '' */




.icon-flow-tree:before { content: '\eaf0'; }




/* '' */




.icon-flow-line:before { content: '\eaf1'; }




/* '' */




.icon-flow-parallel:before { content: '\eaf2'; }




/* '' */




.icon-rocket-1:before { content: '\eaf3'; }




/* '' */




.icon-gauge-1:before { content: '\eaf4'; }




/* '' */




.icon-traffic-cone:before { content: '\eaf5'; }




/* '' */




.icon-cc-1:before { content: '\eaf6'; }




/* '' */




.icon-cc-by:before { content: '\eaf7'; }




/* '' */




.icon-cc-nc:before { content: '\eaf8'; }




/* '' */




.icon-cc-nc-eu:before { content: '\eaf9'; }




/* '' */




.icon-cc-nc-jp:before { content: '\eafa'; }




/* '' */




.icon-cc-sa:before { content: '\eafb'; }




/* '' */




.icon-cc-nd:before { content: '\eafc'; }




/* '' */




.icon-cc-pd:before { content: '\eafd'; }




/* '' */




.icon-cc-zero:before { content: '\eafe'; }




/* '' */




.icon-cc-share:before { content: '\eaff'; }




/* '' */




.icon-cc-remix:before { content: '\eb00'; }




/* '' */




.icon-github-1:before { content: '\eb01'; }




/* '' */




.icon-github-circled-1:before { content: '\eb02'; }




/* '' */




.icon-flickr-1:before { content: '\eb03'; }




/* '' */




.icon-flickr-circled:before { content: '\eb04'; }




/* '' */




.icon-vimeo:before { content: '\eb05'; }




/* '' */




.icon-vimeo-circled:before { content: '\eb06'; }




/* '' */




.icon-twitter:before { content: '\eb07'; }




/* '' */




.icon-twitter-circled:before { content: '\eb08'; }




/* '' */




.icon-facebook-1:before { content: '\eb09'; }




/* '' */




.icon-facebook-circled:before { content: '\eb0a'; }




/* '' */




.icon-facebook-squared-1:before { content: '\eb0b'; }




/* '' */




.icon-gplus-1:before { content: '\eb0c'; }




/* '' */




.icon-gplus-circled:before { content: '\eb0d'; }




/* '' */




.icon-pinterest-1:before { content: '\eb0e'; }




/* '' */




.icon-pinterest-circled-1:before { content: '\eb0f'; }




/* '' */




.icon-tumblr-1:before { content: '\eb10'; }




/* '' */




.icon-tumblr-circled:before { content: '\eb11'; }




/* '' */




.icon-linkedin-1:before { content: '\eb12'; }




/* '' */




.icon-linkedin-circled:before { content: '\eb13'; }




/* '' */




.icon-dribbble-1:before { content: '\eb14'; }




/* '' */




.icon-dribbble-circled:before { content: '\eb15'; }




/* '' */




.icon-stumbleupon-1:before { content: '\eb16'; }




/* '' */




.icon-stumbleupon-circled-1:before { content: '\eb17'; }




/* '' */




.icon-lastfm-1:before { content: '\eb18'; }




/* '' */




.icon-lastfm-circled:before { content: '\eb19'; }




/* '' */




.icon-rdio:before { content: '\eb1a'; }




/* '' */




.icon-rdio-circled:before { content: '\eb1b'; }




/* '' */




.icon-spotify-1:before { content: '\eb1c'; }




/* '' */




.icon-spotify-circled:before { content: '\eb1d'; }




/* '' */




.icon-qq-1:before { content: '\eb1e'; }




/* '' */




.icon-instagram-1:before { content: '\eb1f'; }




/* '' */




.icon-dropbox-1:before { content: '\eb20'; }




/* '' */




.icon-evernote:before { content: '\eb21'; }




/* '' */




.icon-flattr:before { content: '\eb22'; }




/* '' */




.icon-skype-1:before { content: '\eb23'; }




/* '' */




.icon-skype-circled:before { content: '\eb24'; }




/* '' */




.icon-renren-1:before { content: '\eb25'; }




/* '' */




.icon-sina-weibo:before { content: '\eb26'; }




/* '' */




.icon-paypal-1:before { content: '\eb27'; }




/* '' */




.icon-picasa:before { content: '\eb28'; }




/* '' */




.icon-soundcloud-1:before { content: '\eb29'; }




/* '' */




.icon-mixi:before { content: '\eb2a'; }




/* '' */




.icon-behance-1:before { content: '\eb2b'; }




/* '' */




.icon-google-circles:before { content: '\eb2c'; }




/* '' */




.icon-vkontakte:before { content: '\eb2d'; }




/* '' */




.icon-music-outline:before { content: '\eb2e'; }




/* '' */




.icon-music-2:before { content: '\eb2f'; }




/* '' */




.icon-search-outline:before { content: '\eb30'; }




/* '' */




.icon-search-2:before { content: '\eb31'; }




/* '' */




.icon-mail-2:before { content: '\eb32'; }




/* '' */




.icon-heart-2:before { content: '\eb33'; }




/* '' */




.icon-heart-filled:before { content: '\eb34'; }




/* '' */




.icon-star-2:before { content: '\eb35'; }




/* '' */




.icon-star-filled:before { content: '\eb36'; }




/* '' */




.icon-user-outline:before { content: '\eb37'; }




/* '' */




.icon-user-2:before { content: '\eb38'; }




/* '' */




.icon-users-outline:before { content: '\eb39'; }




/* '' */




.icon-users-2:before { content: '\eb3a'; }




/* '' */




.icon-user-add-outline:before { content: '\eb3b'; }




/* '' */




.icon-user-add-1:before { content: '\eb3c'; }




/* '' */




.icon-user-delete-outline:before { content: '\eb3d'; }




/* '' */




.icon-user-delete:before { content: '\eb3e'; }




/* '' */




.icon-video-2:before { content: '\eb3f'; }




/* '' */




.icon-videocam-outline:before { content: '\eb40'; }




/* '' */




.icon-videocam-1:before { content: '\eb41'; }




/* '' */




.icon-picture-outline:before { content: '\eb42'; }




/* '' */




.icon-picture-2:before { content: '\eb43'; }




/* '' */




.icon-camera-outline:before { content: '\eb44'; }




/* '' */




.icon-camera-2:before { content: '\eb45'; }




/* '' */




.icon-th-outline:before { content: '\eb46'; }




/* '' */




.icon-th-1:before { content: '\eb47'; }




/* '' */




.icon-th-large-outline:before { content: '\eb48'; }




/* '' */




.icon-th-large-1:before { content: '\eb49'; }




/* '' */




.icon-th-list-outline:before { content: '\eb4a'; }




/* '' */




.icon-th-list-1:before { content: '\eb4b'; }




/* '' */




.icon-ok-outline:before { content: '\eb4c'; }




/* '' */




.icon-ok-1:before { content: '\eb4d'; }




/* '' */




.icon-cancel-outline:before { content: '\eb4e'; }




/* '' */




.icon-cancel-2:before { content: '\eb4f'; }




/* '' */




.icon-cancel-alt:before { content: '\eb50'; }




/* '' */




.icon-cancel-alt-filled:before { content: '\eb51'; }




/* '' */




.icon-cancel-circled-outline:before { content: '\eb52'; }




/* '' */




.icon-cancel-circled-2:before { content: '\eb53'; }




/* '' */




.icon-plus-outline:before { content: '\eb54'; }




/* '' */




.icon-plus-2:before { content: '\eb55'; }




/* '' */




.icon-minus-outline:before { content: '\eb56'; }




/* '' */




.icon-minus-2:before { content: '\eb57'; }




/* '' */




.icon-divide-outline:before { content: '\eb58'; }




/* '' */




.icon-divide:before { content: '\eb59'; }




/* '' */




.icon-eq-outline:before { content: '\eb5a'; }




/* '' */




.icon-eq:before { content: '\eb5b'; }




/* '' */




.icon-info-outline:before { content: '\eb5c'; }




/* '' */




.icon-info-2:before { content: '\eb5d'; }




/* '' */




.icon-home-outline:before { content: '\eb5e'; }




/* '' */




.icon-home-2:before { content: '\eb5f'; }




/* '' */




.icon-link-outline:before { content: '\eb60'; }




/* '' */




.icon-link-2:before { content: '\eb61'; }




/* '' */




.icon-attach-outline:before { content: '\eb62'; }




/* '' */




.icon-attach-2:before { content: '\eb63'; }




/* '' */




.icon-lock-2:before { content: '\eb64'; }




/* '' */




.icon-lock-filled:before { content: '\eb65'; }




/* '' */




.icon-lock-open-2:before { content: '\eb66'; }




/* '' */




.icon-lock-open-filled:before { content: '\eb67'; }




/* '' */




.icon-pin-outline:before { content: '\eb68'; }




/* '' */




.icon-pin-1:before { content: '\eb69'; }




/* '' */




.icon-eye-outline:before { content: '\eb6a'; }




/* '' */




.icon-eye-2:before { content: '\eb6b'; }




/* '' */




.icon-tag-2:before { content: '\eb6c'; }




/* '' */




.icon-tags-1:before { content: '\eb6d'; }




/* '' */




.icon-bookmark-2:before { content: '\eb6e'; }




/* '' */




.icon-flag-2:before { content: '\eb6f'; }




/* '' */




.icon-flag-filled:before { content: '\eb70'; }




/* '' */




.icon-thumbs-up-2:before { content: '\eb71'; }




/* '' */




.icon-thumbs-down-2:before { content: '\eb72'; }




/* '' */




.icon-download-outline:before { content: '\eb73'; }




/* '' */




.icon-download-2:before { content: '\eb74'; }




/* '' */




.icon-upload-outline:before { content: '\eb75'; }




/* '' */




.icon-upload-2:before { content: '\eb76'; }




/* '' */




.icon-upload-cloud-outline:before { content: '\eb77'; }




/* '' */




.icon-upload-cloud-2:before { content: '\eb78'; }




/* '' */




.icon-reply-outline:before { content: '\eb79'; }




/* '' */




.icon-reply-2:before { content: '\eb7a'; }




/* '' */




.icon-forward-outline:before { content: '\eb7b'; }




/* '' */




.icon-forward-2:before { content: '\eb7c'; }




/* '' */




.icon-code-outline:before { content: '\eb7d'; }




/* '' */




.icon-code-2:before { content: '\eb7e'; }




/* '' */




.icon-export-outline:before { content: '\eb7f'; }




/* '' */




.icon-export-2:before { content: '\eb80'; }




/* '' */




.icon-pencil-2:before { content: '\eb81'; }




/* '' */




.icon-pen:before { content: '\eb82'; }




/* '' */




.icon-feather-1:before { content: '\eb83'; }




/* '' */




.icon-edit-1:before { content: '\eb84'; }




/* '' */




.icon-print-2:before { content: '\eb85'; }




/* '' */




.icon-comment-2:before { content: '\eb86'; }




/* '' */




.icon-chat-2:before { content: '\eb87'; }




/* '' */




.icon-chat-alt:before { content: '\eb88'; }




/* '' */




.icon-bell-2:before { content: '\eb89'; }




/* '' */




.icon-attention-2:before { content: '\eb8a'; }




/* '' */




.icon-attention-filled:before { content: '\eb8b'; }




/* '' */




.icon-warning-empty:before { content: '\eb8c'; }




/* '' */




.icon-warning:before { content: '\eb8d'; }




/* '' */




.icon-contacts:before { content: '\eb8e'; }




/* '' */




.icon-vcard-1:before { content: '\eb8f'; }




/* '' */




.icon-address-1:before { content: '\eb90'; }




/* '' */




.icon-location-outline:before { content: '\eb91'; }




/* '' */




.icon-location-2:before { content: '\eb92'; }




/* '' */




.icon-map-1:before { content: '\eb93'; }




/* '' */




.icon-direction-outline:before { content: '\eb94'; }




/* '' */




.icon-direction-2:before { content: '\eb95'; }




/* '' */




.icon-compass-2:before { content: '\eb96'; }




/* '' */




.icon-trash-2:before { content: '\eb97'; }




/* '' */




.icon-doc-2:before { content: '\eb98'; }




/* '' */




.icon-doc-text-2:before { content: '\eb99'; }




/* '' */




.icon-doc-add:before { content: '\eb9a'; }




/* '' */




.icon-doc-remove:before { content: '\eb9b'; }




/* '' */




.icon-news:before { content: '\eb9c'; }




/* '' */




.icon-folder-2:before { content: '\eb9d'; }




/* '' */




.icon-folder-add:before { content: '\eb9e'; }




/* '' */




.icon-folder-delete:before { content: '\eb9f'; }




/* '' */




.icon-archive-1:before { content: '\eba0'; }




/* '' */




.icon-box-2:before { content: '\eba1'; }




/* '' */




.icon-rss-outline:before { content: '\eba2'; }




/* '' */




.icon-rss-2:before { content: '\eba3'; }




/* '' */




.icon-phone-outline:before { content: '\eba4'; }




/* '' */




.icon-phone-2:before { content: '\eba5'; }




/* '' */




.icon-menu-outline:before { content: '\eba6'; }




/* '' */




.icon-menu-2:before { content: '\eba7'; }




/* '' */




.icon-cog-outline:before { content: '\eba8'; }




/* '' */




.icon-cog-2:before { content: '\eba9'; }




/* '' */




.icon-wrench-outline:before { content: '\ebaa'; }




/* '' */




.icon-wrench-1:before { content: '\ebab'; }




/* '' */




.icon-basket-2:before { content: '\ebac'; }




/* '' */




.icon-calendar-outlilne:before { content: '\ebad'; }




/* '' */




.icon-calendar-2:before { content: '\ebae'; }




/* '' */




.icon-mic-outline:before { content: '\ebaf'; }




/* '' */




.icon-mic-2:before { content: '\ebb0'; }




/* '' */




.icon-volume-off-1:before { content: '\ebb1'; }




/* '' */




.icon-volume-low:before { content: '\ebb2'; }




/* '' */




.icon-volume-middle:before { content: '\ebb3'; }




/* '' */




.icon-volume-high:before { content: '\ebb4'; }




/* '' */




.icon-headphones-1:before { content: '\ebb5'; }




/* '' */




.icon-clock-2:before { content: '\ebb6'; }




/* '' */




.icon-wristwatch:before { content: '\ebb7'; }




/* '' */




.icon-stopwatch:before { content: '\ebb8'; }




/* '' */




.icon-lightbulb-1:before { content: '\ebb9'; }




/* '' */




.icon-block-outline:before { content: '\ebba'; }




/* '' */




.icon-block-2:before { content: '\ebbb'; }




/* '' */




.icon-resize-full-outline:before { content: '\ebbc'; }




/* '' */




.icon-resize-full-2:before { content: '\ebbd'; }




/* '' */




.icon-resize-normal-outline:before { content: '\ebbe'; }




/* '' */




.icon-resize-normal:before { content: '\ebbf'; }




/* '' */




.icon-move-outline:before { content: '\ebc0'; }




/* '' */




.icon-move-1:before { content: '\ebc1'; }




/* '' */




.icon-popup-1:before { content: '\ebc2'; }




/* '' */




.icon-zoom-in-outline:before { content: '\ebc3'; }




/* '' */




.icon-zoom-in-1:before { content: '\ebc4'; }




/* '' */




.icon-zoom-out-outline:before { content: '\ebc5'; }




/* '' */




.icon-zoom-out-1:before { content: '\ebc6'; }




/* '' */




.icon-popup-2:before { content: '\ebc7'; }




/* '' */




.icon-left-open-outline:before { content: '\ebc8'; }




/* '' */




.icon-left-open-2:before { content: '\ebc9'; }




/* '' */




.icon-right-open-outline:before { content: '\ebca'; }




/* '' */




.icon-right-open-2:before { content: '\ebcb'; }




/* '' */




.icon-down-2:before { content: '\ebcc'; }




/* '' */




.icon-left-2:before { content: '\ebcd'; }




/* '' */




.icon-right-2:before { content: '\ebce'; }




/* '' */




.icon-up-2:before { content: '\ebcf'; }




/* '' */




.icon-down-outline:before { content: '\ebd0'; }




/* '' */




.icon-left-outline:before { content: '\ebd1'; }




/* '' */




.icon-right-outline:before { content: '\ebd2'; }




/* '' */




.icon-up-outline:before { content: '\ebd3'; }




/* '' */




.icon-down-small:before { content: '\ebd4'; }




/* '' */




.icon-left-small:before { content: '\ebd5'; }




/* '' */




.icon-right-small:before { content: '\ebd6'; }




/* '' */




.icon-up-small:before { content: '\ebd7'; }




/* '' */




.icon-cw-outline:before { content: '\ebd8'; }




/* '' */




.icon-cw-2:before { content: '\ebd9'; }




/* '' */




.icon-arrows-cw-outline:before { content: '\ebda'; }




/* '' */




.icon-arrows-cw-1:before { content: '\ebdb'; }




/* '' */




.icon-loop-outline:before { content: '\ebdc'; }




/* '' */




.icon-loop-1:before { content: '\ebdd'; }




/* '' */




.icon-loop-alt-outline:before { content: '\ebde'; }




/* '' */




.icon-loop-alt:before { content: '\ebdf'; }




/* '' */




.icon-shuffle-2:before { content: '\ebe0'; }




/* '' */




.icon-play-outline:before { content: '\ebe1'; }




/* '' */




.icon-play-2:before { content: '\ebe2'; }




/* '' */




.icon-stop-outline:before { content: '\ebe3'; }




/* '' */




.icon-stop-2:before { content: '\ebe4'; }




/* '' */




.icon-pause-outline:before { content: '\ebe5'; }




/* '' */




.icon-pause-2:before { content: '\ebe6'; }




/* '' */




.icon-fast-fw-outline:before { content: '\ebe7'; }




/* '' */




.icon-fast-fw-1:before { content: '\ebe8'; }




/* '' */




.icon-rewind-outline:before { content: '\ebe9'; }




/* '' */




.icon-rewind:before { content: '\ebea'; }




/* '' */




.icon-record-outline:before { content: '\ebeb'; }




/* '' */




.icon-record-1:before { content: '\ebec'; }




/* '' */




.icon-eject-outline:before { content: '\ebed'; }




/* '' */




.icon-eject-1:before { content: '\ebee'; }




/* '' */




.icon-eject-alt-outline:before { content: '\ebef'; }




/* '' */




.icon-eject-alt:before { content: '\ebf0'; }




/* '' */




.icon-bat1:before { content: '\ebf1'; }




/* '' */




.icon-bat2:before { content: '\ebf2'; }




/* '' */




.icon-bat3:before { content: '\ebf3'; }




/* '' */




.icon-bat4:before { content: '\ebf4'; }




/* '' */




.icon-bat-charge:before { content: '\ebf5'; }




/* '' */




.icon-plug-1:before { content: '\ebf6'; }




/* '' */




.icon-target-outline:before { content: '\ebf7'; }




/* '' */




.icon-target-2:before { content: '\ebf8'; }




/* '' */




.icon-wifi-outline:before { content: '\ebf9'; }




/* '' */




.icon-wifi-1:before { content: '\ebfa'; }




/* '' */




.icon-desktop-1:before { content: '\ebfb'; }




/* '' */




.icon-laptop-1:before { content: '\ebfc'; }




/* '' */




.icon-tablet-1:before { content: '\ebfd'; }




/* '' */




.icon-mobile-2:before { content: '\ebfe'; }




/* '' */




.icon-contrast:before { content: '\ebff'; }




/* '' */




.icon-globe-outline:before { content: '\ec00'; }




/* '' */




.icon-globe-2:before { content: '\ec01'; }




/* '' */




.icon-globe-alt-outline:before { content: '\ec02'; }




/* '' */




.icon-globe-alt:before { content: '\ec03'; }




/* '' */




.icon-sun-1:before { content: '\ec04'; }




/* '' */




.icon-sun-filled:before { content: '\ec05'; }




/* '' */




.icon-cloud-2:before { content: '\ec06'; }




/* '' */




.icon-flash-outline:before { content: '\ec07'; }




/* '' */




.icon-flash-2:before { content: '\ec08'; }




/* '' */




.icon-moon-2:before { content: '\ec09'; }




/* '' */




.icon-waves-outline:before { content: '\ec0a'; }




/* '' */




.icon-waves:before { content: '\ec0b'; }




/* '' */




.icon-rain:before { content: '\ec0c'; }




/* '' */




.icon-cloud-sun:before { content: '\ec0d'; }




/* '' */




.icon-drizzle:before { content: '\ec0e'; }




/* '' */




.icon-snow:before { content: '\ec0f'; }




/* '' */




.icon-cloud-flash:before { content: '\ec10'; }




/* '' */




.icon-cloud-wind:before { content: '\ec11'; }




/* '' */




.icon-wind:before { content: '\ec12'; }




/* '' */




.icon-plane-outline:before { content: '\ec13'; }




/* '' */




.icon-plane:before { content: '\ec14'; }




/* '' */




.icon-leaf-2:before { content: '\ec15'; }




/* '' */




.icon-lifebuoy-2:before { content: '\ec16'; }




/* '' */




.icon-briefcase-2:before { content: '\ec17'; }




/* '' */




.icon-brush-2:before { content: '\ec18'; }




/* '' */




.icon-pipette:before { content: '\ec19'; }




/* '' */




.icon-power-outline:before { content: '\ec1a'; }




/* '' */




.icon-power:before { content: '\ec1b'; }




/* '' */




.icon-check-outline:before { content: '\ec1c'; }




/* '' */




.icon-check-2:before { content: '\ec1d'; }




/* '' */




.icon-gift-1:before { content: '\ec1e'; }




/* '' */




.icon-temperatire:before { content: '\ec1f'; }




/* '' */




.icon-chart-outline:before { content: '\ec20'; }




/* '' */




.icon-chart:before { content: '\ec21'; }




/* '' */




.icon-chart-alt-outline:before { content: '\ec22'; }




/* '' */




.icon-chart-alt:before { content: '\ec23'; }




/* '' */




.icon-chart-bar-outline:before { content: '\ec24'; }




/* '' */




.icon-chart-bar-2:before { content: '\ec25'; }




/* '' */




.icon-chart-pie-outline:before { content: '\ec26'; }




/* '' */




.icon-chart-pie-2:before { content: '\ec27'; }




/* '' */




.icon-ticket-2:before { content: '\ec28'; }




/* '' */




.icon-credit-card-2:before { content: '\ec29'; }




/* '' */




.icon-clipboard-1:before { content: '\ec2a'; }




/* '' */




.icon-database-2:before { content: '\ec2b'; }




/* '' */




.icon-key-outline:before { content: '\ec2c'; }




/* '' */




.icon-key-2:before { content: '\ec2d'; }




/* '' */




.icon-flow-split:before { content: '\ec2e'; }




/* '' */




.icon-flow-merge:before { content: '\ec2f'; }




/* '' */




.icon-flow-parallel-1:before { content: '\ec30'; }




/* '' */




.icon-flow-cross:before { content: '\ec31'; }




/* '' */




.icon-certificate-outline:before { content: '\ec32'; }




/* '' */




.icon-certificate-1:before { content: '\ec33'; }




/* '' */




.icon-scissors-outline:before { content: '\ec34'; }




/* '' */




.icon-scissors-1:before { content: '\ec35'; }




/* '' */




.icon-flask:before { content: '\ec36'; }




/* '' */




.icon-wine:before { content: '\ec37'; }




/* '' */




.icon-coffee-1:before { content: '\ec38'; }




/* '' */




.icon-beer-1:before { content: '\ec39'; }




/* '' */




.icon-anchor-outline:before { content: '\ec3a'; }




/* '' */




.icon-anchor-1:before { content: '\ec3b'; }




/* '' */




.icon-puzzle-outline:before { content: '\ec3c'; }




/* '' */




.icon-puzzle-1:before { content: '\ec3d'; }




/* '' */




.icon-tree-1:before { content: '\ec3e'; }




/* '' */




.icon-calculator:before { content: '\ec3f'; }




/* '' */




.icon-infinity-outline:before { content: '\ec40'; }




/* '' */




.icon-infinity-1:before { content: '\ec41'; }




/* '' */




.icon-pi-outline:before { content: '\ec42'; }




/* '' */




.icon-pi:before { content: '\ec43'; }




/* '' */




.icon-at-1:before { content: '\ec44'; }




/* '' */




.icon-at-circled:before { content: '\ec45'; }




/* '' */




.icon-looped-square-outline:before { content: '\ec46'; }




/* '' */




.icon-looped-square-interest:before { content: '\ec47'; }




/* '' */




.icon-sort-alphabet-outline:before { content: '\ec48'; }




/* '' */




.icon-sort-alphabet:before { content: '\ec49'; }




/* '' */




.icon-sort-numeric-outline:before { content: '\ec4a'; }




/* '' */




.icon-sort-numeric:before { content: '\ec4b'; }




/* '' */




.icon-dribbble-circled-1:before { content: '\ec4c'; }




/* '' */




.icon-dribbble-2:before { content: '\ec4d'; }




/* '' */




.icon-facebook-circled-1:before { content: '\ec4e'; }




/* '' */




.icon-facebook-2:before { content: '\ec4f'; }




/* '' */




.icon-flickr-circled-1:before { content: '\ec50'; }




/* '' */




.icon-flickr-2:before { content: '\ec51'; }




/* '' */




.icon-github-circled-2:before { content: '\ec52'; }




/* '' */




.icon-github-2:before { content: '\ec53'; }




/* '' */




.icon-lastfm-circled-1:before { content: '\ec54'; }




/* '' */




.icon-lastfm-2:before { content: '\ec55'; }




/* '' */




.icon-linkedin-circled-1:before { content: '\ec56'; }




/* '' */




.icon-linkedin-2:before { content: '\ec57'; }




/* '' */




.icon-pinterest-circled-2:before { content: '\ec58'; }




/* '' */




.icon-pinterest-2:before { content: '\ec59'; }




/* '' */




.icon-skype-outline:before { content: '\ec5a'; }




/* '' */




.icon-skype-2:before { content: '\ec5b'; }




/* '' */




.icon-tumbler-circled:before { content: '\ec5c'; }




/* '' */




.icon-tumbler:before { content: '\ec5d'; }




/* '' */




.icon-twitter-circled-1:before { content: '\ec5e'; }




/* '' */




.icon-twitter-1:before { content: '\ec5f'; }




/* '' */




.icon-vimeo-circled-1:before { content: '\ec60'; }




/* '' */




.icon-vimeo-1:before { content: '\ec61'; }




/* '' */




.icon-search-3:before { content: '\ec62'; }




/* '' */




.icon-mail-3:before { content: '\ec63'; }




/* '' */




.icon-heart-3:before { content: '\ec64'; }




/* '' */




.icon-heart-empty-2:before { content: '\ec65'; }




/* '' */




.icon-star-3:before { content: '\ec66'; }




/* '' */




.icon-user-3:before { content: '\ec67'; }




/* '' */




.icon-video-3:before { content: '\ec68'; }




/* '' */




.icon-picture-3:before { content: '\ec69'; }




/* '' */




.icon-camera-3:before { content: '\ec6a'; }




/* '' */




.icon-ok-2:before { content: '\ec6b'; }




/* '' */




.icon-ok-circle:before { content: '\ec6c'; }




/* '' */




.icon-cancel-3:before { content: '\ec6d'; }




/* '' */




.icon-cancel-circle:before { content: '\ec6e'; }




/* '' */




.icon-plus-3:before { content: '\ec6f'; }




/* '' */




.icon-plus-circle:before { content: '\ec70'; }




/* '' */




.icon-minus-3:before { content: '\ec71'; }




/* '' */




.icon-minus-circle:before { content: '\ec72'; }




/* '' */




.icon-help-2:before { content: '\ec73'; }




/* '' */




.icon-info-3:before { content: '\ec74'; }




/* '' */




.icon-home-3:before { content: '\ec75'; }




/* '' */




.icon-link-3:before { content: '\ec76'; }




/* '' */




.icon-attach-3:before { content: '\ec77'; }




/* '' */




.icon-lock-3:before { content: '\ec78'; }




/* '' */




.icon-lock-empty:before { content: '\ec79'; }




/* '' */




.icon-lock-open-3:before { content: '\ec7a'; }




/* '' */




.icon-lock-open-empty:before { content: '\ec7b'; }




/* '' */




.icon-pin-2:before { content: '\ec7c'; }




/* '' */




.icon-eye-3:before { content: '\ec7d'; }




/* '' */




.icon-tag-3:before { content: '\ec7e'; }




/* '' */




.icon-tag-empty:before { content: '\ec7f'; }




/* '' */




.icon-download-3:before { content: '\ec80'; }




/* '' */




.icon-upload-3:before { content: '\ec81'; }




/* '' */




.icon-download-cloud-1:before { content: '\ec82'; }




/* '' */




.icon-upload-cloud-3:before { content: '\ec83'; }




/* '' */




.icon-quote-left-1:before { content: '\ec84'; }




/* '' */




.icon-quote-right-1:before { content: '\ec85'; }




/* '' */




.icon-quote-left-alt:before { content: '\ec86'; }




/* '' */




.icon-quote-right-alt:before { content: '\ec87'; }




/* '' */




.icon-pencil-3:before { content: '\ec88'; }




/* '' */




.icon-pencil-neg:before { content: '\ec89'; }




/* '' */




.icon-pencil-alt:before { content: '\ec8a'; }




/* '' */




.icon-undo:before { content: '\ec8b'; }




/* '' */




.icon-comment-3:before { content: '\ec8c'; }




/* '' */




.icon-comment-inv:before { content: '\ec8d'; }




/* '' */




.icon-comment-alt:before { content: '\ec8e'; }




/* '' */




.icon-comment-inv-alt:before { content: '\ec8f'; }




/* '' */




.icon-comment-alt2:before { content: '\ec90'; }




/* '' */




.icon-comment-inv-alt2:before { content: '\ec91'; }




/* '' */




.icon-chat-3:before { content: '\ec92'; }




/* '' */




.icon-chat-inv:before { content: '\ec93'; }




/* '' */




.icon-location-3:before { content: '\ec94'; }




/* '' */




.icon-location-inv:before { content: '\ec95'; }




/* '' */




.icon-location-alt:before { content: '\ec96'; }




/* '' */




.icon-compass-3:before { content: '\ec97'; }




/* '' */




.icon-trash-3:before { content: '\ec98'; }




/* '' */




.icon-trash-empty-1:before { content: '\ec99'; }




/* '' */




.icon-doc-3:before { content: '\ec9a'; }




/* '' */




.icon-doc-inv-1:before { content: '\ec9b'; }




/* '' */




.icon-doc-alt:before { content: '\ec9c'; }




/* '' */




.icon-doc-inv-alt:before { content: '\ec9d'; }




/* '' */




.icon-article:before { content: '\ec9e'; }




/* '' */




.icon-article-alt:before { content: '\ec9f'; }




/* '' */




.icon-book-open-1:before { content: '\eca0'; }




/* '' */




.icon-folder-3:before { content: '\eca1'; }




/* '' */




.icon-folder-empty-1:before { content: '\eca2'; }




/* '' */




.icon-box-3:before { content: '\eca3'; }




/* '' */




.icon-rss-3:before { content: '\eca4'; }




/* '' */




.icon-rss-alt:before { content: '\eca5'; }




/* '' */




.icon-cog-3:before { content: '\eca6'; }




/* '' */




.icon-wrench-2:before { content: '\eca7'; }




/* '' */




.icon-share-2:before { content: '\eca8'; }




/* '' */




.icon-calendar-3:before { content: '\eca9'; }




/* '' */




.icon-calendar-inv:before { content: '\ecaa'; }




/* '' */




.icon-calendar-alt:before { content: '\ecab'; }




/* '' */




.icon-mic-3:before { content: '\ecac'; }




/* '' */




.icon-volume-off-2:before { content: '\ecad'; }




/* '' */




.icon-volume-up-1:before { content: '\ecae'; }




/* '' */




.icon-headphones-2:before { content: '\ecaf'; }




/* '' */




.icon-clock-3:before { content: '\ecb0'; }




/* '' */




.icon-lamp-1:before { content: '\ecb1'; }




/* '' */




.icon-block-3:before { content: '\ecb2'; }




/* '' */




.icon-resize-full-3:before { content: '\ecb3'; }




/* '' */




.icon-resize-full-alt-1:before { content: '\ecb4'; }




/* '' */




.icon-resize-small-2:before { content: '\ecb5'; }




/* '' */




.icon-resize-small-alt:before { content: '\ecb6'; }




/* '' */




.icon-resize-vertical-1:before { content: '\ecb7'; }




/* '' */




.icon-resize-horizontal-1:before { content: '\ecb8'; }




/* '' */




.icon-move-2:before { content: '\ecb9'; }




/* '' */




.icon-popup-3:before { content: '\ecba'; }




/* '' */




.icon-down-3:before { content: '\ecbb'; }




/* '' */




.icon-left-3:before { content: '\ecbc'; }




/* '' */




.icon-right-3:before { content: '\ecbd'; }




/* '' */




.icon-up-3:before { content: '\ecbe'; }




/* '' */




.icon-down-circle:before { content: '\ecbf'; }




/* '' */




.icon-left-circle:before { content: '\ecc0'; }




/* '' */




.icon-right-circle:before { content: '\ecc1'; }




/* '' */




.icon-up-circle:before { content: '\ecc2'; }




/* '' */




.icon-cw-3:before { content: '\ecc3'; }




/* '' */




.icon-loop-2:before { content: '\ecc4'; }




/* '' */




.icon-loop-alt-1:before { content: '\ecc5'; }




/* '' */




.icon-exchange-1:before { content: '\ecc6'; }




/* '' */




.icon-split:before { content: '\ecc7'; }




/* '' */




.icon-arrow-curved:before { content: '\ecc8'; }




/* '' */




.icon-play-3:before { content: '\ecc9'; }




/* '' */




.icon-play-circle2:before { content: '\ecca'; }




/* '' */




.icon-stop-3:before { content: '\eccb'; }




/* '' */




.icon-pause-3:before { content: '\eccc'; }




/* '' */




.icon-to-start-2:before { content: '\eccd'; }




/* '' */




.icon-to-end-2:before { content: '\ecce'; }




/* '' */




.icon-eject-2:before { content: '\eccf'; }




/* '' */




.icon-target-3:before { content: '\ecd0'; }




/* '' */




.icon-signal-2:before { content: '\ecd1'; }




/* '' */




.icon-award-1:before { content: '\ecd2'; }




/* '' */




.icon-award-empty:before { content: '\ecd3'; }




/* '' */




.icon-list-2:before { content: '\ecd4'; }




/* '' */




.icon-list-nested:before { content: '\ecd5'; }




/* '' */




.icon-bat-empty:before { content: '\ecd6'; }




/* '' */




.icon-bat-half:before { content: '\ecd7'; }




/* '' */




.icon-bat-full:before { content: '\ecd8'; }




/* '' */




.icon-bat-charge-1:before { content: '\ecd9'; }




/* '' */




.icon-mobile-3:before { content: '\ecda'; }




/* '' */




.icon-cd-1:before { content: '\ecdb'; }




/* '' */




.icon-equalizer:before { content: '\ecdc'; }




/* '' */




.icon-cursor:before { content: '\ecdd'; }




/* '' */




.icon-aperture:before { content: '\ecde'; }




/* '' */




.icon-aperture-alt:before { content: '\ecdf'; }




/* '' */




.icon-steering-wheel:before { content: '\ece0'; }




/* '' */




.icon-book-2:before { content: '\ece1'; }




/* '' */




.icon-book-alt:before { content: '\ece2'; }




/* '' */




.icon-brush-3:before { content: '\ece3'; }




/* '' */




.icon-brush-alt:before { content: '\ece4'; }




/* '' */




.icon-eyedropper-1:before { content: '\ece5'; }




/* '' */




.icon-layers:before { content: '\ece6'; }




/* '' */




.icon-layers-alt:before { content: '\ece7'; }




/* '' */




.icon-sun-2:before { content: '\ece8'; }




/* '' */




.icon-sun-inv:before { content: '\ece9'; }




/* '' */




.icon-cloud-3:before { content: '\ecea'; }




/* '' */




.icon-rain-1:before { content: '\eceb'; }




/* '' */




.icon-flash-3:before { content: '\ecec'; }




/* '' */




.icon-moon-3:before { content: '\eced'; }




/* '' */




.icon-moon-inv:before { content: '\ecee'; }




/* '' */




.icon-umbrella:before { content: '\ecef'; }




/* '' */




.icon-chart-bar-3:before { content: '\ecf0'; }




/* '' */




.icon-chart-pie-3:before { content: '\ecf1'; }




/* '' */




.icon-chart-pie-alt:before { content: '\ecf2'; }




/* '' */




.icon-key-3:before { content: '\ecf3'; }




/* '' */




.icon-key-inv:before { content: '\ecf4'; }




/* '' */




.icon-hash:before { content: '\ecf5'; }




/* '' */




.icon-at-2:before { content: '\ecf6'; }




/* '' */




.icon-pilcrow:before { content: '\ecf7'; }




/* '' */




.icon-dial:before { content: '\ecf8'; }




/* '' */




.icon-search-4:before { content: '\ecf9'; }




/* '' */




.icon-mail-4:before { content: '\ecfa'; }




/* '' */




.icon-heart-4:before { content: '\ecfb'; }




/* '' */




.icon-star-4:before { content: '\ecfc'; }




/* '' */




.icon-user-4:before { content: '\ecfd'; }




/* '' */




.icon-user-woman:before { content: '\ecfe'; }




/* '' */




.icon-user-pair:before { content: '\ecff'; }




/* '' */




.icon-video-alt:before { content: '\ed00'; }




/* '' */




.icon-videocam-2:before { content: '\ed01'; }




/* '' */




.icon-videocam-alt:before { content: '\ed02'; }




/* '' */




.icon-camera-4:before { content: '\ed03'; }




/* '' */




.icon-th-2:before { content: '\ed04'; }




/* '' */




.icon-th-list-2:before { content: '\ed05'; }




/* '' */




.icon-ok-3:before { content: '\ed06'; }




/* '' */




.icon-cancel-4:before { content: '\ed07'; }




/* '' */




.icon-cancel-circle-1:before { content: '\ed08'; }




/* '' */




.icon-plus-4:before { content: '\ed09'; }




/* '' */




.icon-home-4:before { content: '\ed0a'; }




/* '' */




.icon-lock-4:before { content: '\ed0b'; }




/* '' */




.icon-lock-open-4:before { content: '\ed0c'; }




/* '' */




.icon-eye-4:before { content: '\ed0d'; }




/* '' */




.icon-tag-4:before { content: '\ed0e'; }




/* '' */




.icon-thumbs-up-3:before { content: '\ed0f'; }




/* '' */




.icon-thumbs-down-3:before { content: '\ed10'; }




/* '' */




.icon-download-4:before { content: '\ed11'; }




/* '' */




.icon-export-3:before { content: '\ed12'; }




/* '' */




.icon-pencil-4:before { content: '\ed13'; }




/* '' */




.icon-pencil-alt-1:before { content: '\ed14'; }




/* '' */




.icon-edit-2:before { content: '\ed15'; }




/* '' */




.icon-chat-4:before { content: '\ed16'; }




/* '' */




.icon-print-3:before { content: '\ed17'; }




/* '' */




.icon-bell-3:before { content: '\ed18'; }




/* '' */




.icon-attention-3:before { content: '\ed19'; }




/* '' */




.icon-info-4:before { content: '\ed1a'; }




/* '' */




.icon-question:before { content: '\ed1b'; }




/* '' */




.icon-location-4:before { content: '\ed1c'; }




/* '' */




.icon-trash-4:before { content: '\ed1d'; }




/* '' */




.icon-doc-4:before { content: '\ed1e'; }




/* '' */




.icon-article-1:before { content: '\ed1f'; }




/* '' */




.icon-article-alt-1:before { content: '\ed20'; }




/* '' */




.icon-rss-4:before { content: '\ed21'; }




/* '' */




.icon-wrench-3:before { content: '\ed22'; }




/* '' */




.icon-basket-3:before { content: '\ed23'; }




/* '' */




.icon-basket-alt:before { content: '\ed24'; }




/* '' */




.icon-calendar-4:before { content: '\ed25'; }




/* '' */




.icon-calendar-alt-1:before { content: '\ed26'; }




/* '' */




.icon-volume-off-3:before { content: '\ed27'; }




/* '' */




.icon-volume-down-1:before { content: '\ed28'; }




/* '' */




.icon-volume-up-2:before { content: '\ed29'; }




/* '' */




.icon-bullhorn:before { content: '\ed2a'; }




/* '' */




.icon-clock-4:before { content: '\ed2b'; }




/* '' */




.icon-clock-alt:before { content: '\ed2c'; }




/* '' */




.icon-stop-4:before { content: '\ed2d'; }




/* '' */




.icon-resize-full-4:before { content: '\ed2e'; }




/* '' */




.icon-resize-small-3:before { content: '\ed2f'; }




/* '' */




.icon-zoom-in-2:before { content: '\ed30'; }




/* '' */




.icon-zoom-out-2:before { content: '\ed31'; }




/* '' */




.icon-popup-4:before { content: '\ed32'; }




/* '' */




.icon-down-dir-2:before { content: '\ed33'; }




/* '' */




.icon-left-dir-2:before { content: '\ed34'; }




/* '' */




.icon-right-dir-2:before { content: '\ed35'; }




/* '' */




.icon-up-dir-2:before { content: '\ed36'; }




/* '' */




.icon-down-4:before { content: '\ed37'; }




/* '' */




.icon-up-4:before { content: '\ed38'; }




/* '' */




.icon-cw-4:before { content: '\ed39'; }




/* '' */




.icon-signal-3:before { content: '\ed3a'; }




/* '' */




.icon-award-2:before { content: '\ed3b'; }




/* '' */




.icon-mobile-4:before { content: '\ed3c'; }




/* '' */




.icon-mobile-alt:before { content: '\ed3d'; }




/* '' */




.icon-tablet-2:before { content: '\ed3e'; }




/* '' */




.icon-ipod:before { content: '\ed3f'; }




/* '' */




.icon-cd-2:before { content: '\ed40'; }




/* '' */




.icon-grid:before { content: '\ed41'; }




/* '' */




.icon-book-3:before { content: '\ed42'; }




/* '' */




.icon-easel:before { content: '\ed43'; }




/* '' */




.icon-globe-3:before { content: '\ed44'; }




/* '' */




.icon-chart-1:before { content: '\ed45'; }




/* '' */




.icon-chart-bar-4:before { content: '\ed46'; }




/* '' */




.icon-chart-pie-4:before { content: '\ed47'; }




/* '' */




.icon-dollar-1:before { content: '\ed48'; }




/* '' */




.icon-at-3:before { content: '\ed49'; }




/* '' */




.icon-colon:before { content: '\ed4a'; }




/* '' */




.icon-semicolon:before { content: '\ed4b'; }




/* '' */




.icon-squares:before { content: '\ed4c'; }




/* '' */




.icon-money-1:before { content: '\ed4d'; }




/* '' */




.icon-facebook-3:before { content: '\ed4e'; }




/* '' */




.icon-facebook-rect:before { content: '\ed4f'; }




/* '' */




.icon-twitter-2:before { content: '\ed50'; }




/* '' */




.icon-twitter-bird:before { content: '\ed51'; }




/* '' */




.icon-twitter-rect:before { content: '\ed52'; }




/* '' */




.icon-youtube:before { content: '\ed53'; }




/* '' */




.icon-windy-rain-inv:before { content: '\ed54'; }




/* '' */




.icon-snow-inv:before { content: '\ed55'; }




/* '' */




.icon-snow-heavy-inv:before { content: '\ed56'; }




/* '' */




.icon-hail-inv:before { content: '\ed57'; }




/* '' */




.icon-clouds-inv:before { content: '\ed58'; }




/* '' */




.icon-clouds-flash-inv:before { content: '\ed59'; }




/* '' */




.icon-temperature:before { content: '\ed5a'; }




/* '' */




.icon-compass-4:before { content: '\ed5b'; }




/* '' */




.icon-na:before { content: '\ed5c'; }




/* '' */




.icon-celcius:before { content: '\ed5d'; }




/* '' */




.icon-fahrenheit:before { content: '\ed5e'; }




/* '' */




.icon-clouds-flash-alt:before { content: '\ed5f'; }




/* '' */




.icon-sun-inv-1:before { content: '\ed60'; }




/* '' */




.icon-moon-inv-1:before { content: '\ed61'; }




/* '' */




.icon-cloud-sun-inv:before { content: '\ed62'; }




/* '' */




.icon-cloud-moon-inv:before { content: '\ed63'; }




/* '' */




.icon-cloud-inv:before { content: '\ed64'; }




/* '' */




.icon-cloud-flash-inv:before { content: '\ed65'; }




/* '' */




.icon-drizzle-inv:before { content: '\ed66'; }




/* '' */




.icon-rain-inv:before { content: '\ed67'; }




/* '' */




.icon-windy-inv:before { content: '\ed68'; }




/* '' */




.icon-sunrise:before { content: '\ed69'; }




/* '' */




.icon-sun-3:before { content: '\ed6a'; }




/* '' */




.icon-moon-4:before { content: '\ed6b'; }




/* '' */




.icon-eclipse:before { content: '\ed6c'; }




/* '' */




.icon-mist:before { content: '\ed6d'; }




/* '' */




.icon-wind-1:before { content: '\ed6e'; }




/* '' */




.icon-snowflake:before { content: '\ed6f'; }




/* '' */




.icon-cloud-sun-1:before { content: '\ed70'; }




/* '' */




.icon-cloud-moon:before { content: '\ed71'; }




/* '' */




.icon-fog-sun:before { content: '\ed72'; }




/* '' */




.icon-fog-moon:before { content: '\ed73'; }




/* '' */




.icon-fog-cloud:before { content: '\ed74'; }




/* '' */




.icon-fog:before { content: '\ed75'; }




/* '' */




.icon-cloud-4:before { content: '\ed76'; }




/* '' */




.icon-cloud-flash-1:before { content: '\ed77'; }




/* '' */




.icon-cloud-flash-alt:before { content: '\ed78'; }




/* '' */




.icon-drizzle-1:before { content: '\ed79'; }




/* '' */




.icon-rain-2:before { content: '\ed7a'; }




/* '' */




.icon-windy:before { content: '\ed7b'; }




/* '' */




.icon-windy-rain:before { content: '\ed7c'; }




/* '' */




.icon-snow-1:before { content: '\ed7d'; }




/* '' */




.icon-snow-alt:before { content: '\ed7e'; }




/* '' */




.icon-snow-heavy:before { content: '\ed7f'; }




/* '' */




.icon-hail:before { content: '\ed80'; }




/* '' */




.icon-clouds:before { content: '\ed81'; }




/* '' */




.icon-clouds-flash:before { content: '\ed82'; }




/* '' */




.icon-search-5:before { content: '\ed83'; }




/* '' */




.icon-mail-5:before { content: '\ed84'; }




/* '' */




.icon-heart-5:before { content: '\ed85'; }




/* '' */




.icon-heart-broken:before { content: '\ed86'; }




/* '' */




.icon-star-5:before { content: '\ed87'; }




/* '' */




.icon-star-empty-2:before { content: '\ed88'; }




/* '' */




.icon-star-half-1:before { content: '\ed89'; }




/* '' */




.icon-star-half_empty:before { content: '\ed8a'; }




/* '' */




.icon-user-5:before { content: '\ed8b'; }




/* '' */




.icon-user-male:before { content: '\ed8c'; }




/* '' */




.icon-user-female:before { content: '\ed8d'; }




/* '' */




.icon-users-3:before { content: '\ed8e'; }




/* '' */




.icon-movie:before { content: '\ed8f'; }




/* '' */




.icon-videocam-3:before { content: '\ed90'; }




/* '' */




.icon-isight:before { content: '\ed91'; }




/* '' */




.icon-camera-5:before { content: '\ed92'; }




/* '' */




.icon-menu-3:before { content: '\ed93'; }




/* '' */




.icon-th-thumb:before { content: '\ed94'; }




/* '' */




.icon-th-thumb-empty:before { content: '\ed95'; }




/* '' */




.icon-th-list-3:before { content: '\ed96'; }




/* '' */




.icon-ok-4:before { content: '\ed97'; }




/* '' */




.icon-ok-circled-1:before { content: '\ed98'; }




/* '' */




.icon-cancel-5:before { content: '\ed99'; }




/* '' */




.icon-cancel-circled-3:before { content: '\ed9a'; }




/* '' */




.icon-plus-5:before { content: '\ed9b'; }




/* '' */




.icon-help-circled-2:before { content: '\ed9c'; }




/* '' */




.icon-help-circled-alt:before { content: '\ed9d'; }




/* '' */




.icon-info-circled-2:before { content: '\ed9e'; }




/* '' */




.icon-info-circled-alt:before { content: '\ed9f'; }




/* '' */




.icon-home-5:before { content: '\eda0'; }




/* '' */




.icon-link-4:before { content: '\eda1'; }




/* '' */




.icon-attach-4:before { content: '\eda2'; }




/* '' */




.icon-lock-5:before { content: '\eda3'; }




/* '' */




.icon-lock-alt:before { content: '\eda4'; }




/* '' */




.icon-lock-open-5:before { content: '\eda5'; }




/* '' */




.icon-lock-open-alt-1:before { content: '\eda6'; }




/* '' */




.icon-eye-5:before { content: '\eda7'; }




/* '' */




.icon-download-5:before { content: '\eda8'; }




/* '' */




.icon-upload-4:before { content: '\eda9'; }




/* '' */




.icon-download-cloud-2:before { content: '\edaa'; }




/* '' */




.icon-upload-cloud-4:before { content: '\edab'; }




/* '' */




.icon-reply-3:before { content: '\edac'; }




/* '' */




.icon-pencil-5:before { content: '\edad'; }




/* '' */




.icon-export-4:before { content: '\edae'; }




/* '' */




.icon-print-4:before { content: '\edaf'; }




/* '' */




.icon-retweet-2:before { content: '\edb0'; }




/* '' */




.icon-comment-4:before { content: '\edb1'; }




/* '' */




.icon-chat-5:before { content: '\edb2'; }




/* '' */




.icon-bell-4:before { content: '\edb3'; }




/* '' */




.icon-attention-4:before { content: '\edb4'; }




/* '' */




.icon-attention-alt-1:before { content: '\edb5'; }




/* '' */




.icon-location-5:before { content: '\edb6'; }




/* '' */




.icon-trash-5:before { content: '\edb7'; }




/* '' */




.icon-doc-5:before { content: '\edb8'; }




/* '' */




.icon-newspaper-2:before { content: '\edb9'; }




/* '' */




.icon-folder-4:before { content: '\edba'; }




/* '' */




.icon-folder-open-1:before { content: '\edbb'; }




/* '' */




.icon-folder-empty-2:before { content: '\edbc'; }




/* '' */




.icon-folder-open-empty-1:before { content: '\edbd'; }




/* '' */




.icon-cog-4:before { content: '\edbe'; }




/* '' */




.icon-calendar-5:before { content: '\edbf'; }




/* '' */




.icon-login-2:before { content: '\edc0'; }




/* '' */




.icon-logout-2:before { content: '\edc1'; }




/* '' */




.icon-mic-4:before { content: '\edc2'; }




/* '' */




.icon-mic-off:before { content: '\edc3'; }




/* '' */




.icon-clock-5:before { content: '\edc4'; }




/* '' */




.icon-stopwatch-1:before { content: '\edc5'; }




/* '' */




.icon-hourglass-1:before { content: '\edc6'; }




/* '' */




.icon-zoom-in-3:before { content: '\edc7'; }




/* '' */




.icon-zoom-out-3:before { content: '\edc8'; }




/* '' */




.icon-down-open-2:before { content: '\edc9'; }




/* '' */




.icon-left-open-3:before { content: '\edca'; }




/* '' */




.icon-right-open-3:before { content: '\edcb'; }




/* '' */




.icon-up-open-2:before { content: '\edcc'; }




/* '' */




.icon-down-5:before { content: '\edcd'; }




/* '' */




.icon-left-4:before { content: '\edce'; }




/* '' */




.icon-right-4:before { content: '\edcf'; }




/* '' */




.icon-up-5:before { content: '\edd0'; }




/* '' */




.icon-down-bold-1:before { content: '\edd1'; }




/* '' */




.icon-left-bold-1:before { content: '\edd2'; }




/* '' */




.icon-right-bold-1:before { content: '\edd3'; }




/* '' */




.icon-up-bold-1:before { content: '\edd4'; }




/* '' */




.icon-down-fat:before { content: '\edd5'; }




/* '' */




.icon-left-fat:before { content: '\edd6'; }




/* '' */




.icon-right-fat:before { content: '\edd7'; }




/* '' */




.icon-up-fat:before { content: '\edd8'; }




/* '' */




.icon-ccw-2:before { content: '\edd9'; }




/* '' */




.icon-shuffle-3:before { content: '\edda'; }




/* '' */




.icon-play-4:before { content: '\eddb'; }




/* '' */




.icon-pause-4:before { content: '\eddc'; }




/* '' */




.icon-stop-5:before { content: '\eddd'; }




/* '' */




.icon-to-end-3:before { content: '\edde'; }




/* '' */




.icon-to-start-3:before { content: '\eddf'; }




/* '' */




.icon-fast-forward-1:before { content: '\ede0'; }




/* '' */




.icon-fast-backward-1:before { content: '\ede1'; }




/* '' */




.icon-trophy-1:before { content: '\ede2'; }




/* '' */




.icon-monitor-1:before { content: '\ede3'; }




/* '' */




.icon-tablet-3:before { content: '\ede4'; }




/* '' */




.icon-mobile-5:before { content: '\ede5'; }




/* '' */




.icon-data-science:before { content: '\ede6'; }




/* '' */




.icon-data-science-inv:before { content: '\ede7'; }




/* '' */




.icon-inbox-2:before { content: '\ede8'; }




/* '' */




.icon-globe-4:before { content: '\ede9'; }




/* '' */




.icon-globe-inv:before { content: '\edea'; }




/* '' */




.icon-flash-4:before { content: '\edeb'; }




/* '' */




.icon-cloud-5:before { content: '\edec'; }




/* '' */




.icon-coverflow:before { content: '\eded'; }




/* '' */




.icon-coverflow-empty:before { content: '\edee'; }




/* '' */




.icon-math:before { content: '\edef'; }




/* '' */




.icon-math-circled:before { content: '\edf0'; }




/* '' */




.icon-math-circled-empty:before { content: '\edf1'; }




/* '' */




.icon-paper-plane-2:before { content: '\edf2'; }




/* '' */




.icon-paper-plane-alt:before { content: '\edf3'; }




/* '' */




.icon-paper-plane-alt2:before { content: '\edf4'; }




/* '' */




.icon-fontsize:before { content: '\edf5'; }




/* '' */




.icon-color-adjust:before { content: '\edf6'; }




/* '' */




.icon-fire-1:before { content: '\edf7'; }




/* '' */




.icon-chart-bar-5:before { content: '\edf8'; }




/* '' */




.icon-hdd-1:before { content: '\edf9'; }




/* '' */




.icon-connected-object:before { content: '\edfa'; }




/* '' */




.icon-ruler:before { content: '\edfb'; }




/* '' */




.icon-vector:before { content: '\edfc'; }




/* '' */




.icon-vector-pencil:before { content: '\edfd'; }




/* '' */




.icon-at-4:before { content: '\edfe'; }




/* '' */




.icon-hash-1:before { content: '\edff'; }




/* '' */




.icon-female-1:before { content: '\ee00'; }




/* '' */




.icon-male-1:before { content: '\ee01'; }




/* '' */




.icon-spread:before { content: '\ee02'; }




/* '' */




.icon-king:before { content: '\ee03'; }




/* '' */




.icon-anchor-2:before { content: '\ee04'; }




/* '' */




.icon-joystick:before { content: '\ee05'; }




/* '' */




.icon-spinner1:before { content: '\ee06'; }




/* '' */




.icon-spinner2:before { content: '\ee07'; }




/* '' */




.icon-github-3:before { content: '\ee08'; }




/* '' */




.icon-github-circled-3:before { content: '\ee09'; }




/* '' */




.icon-github-circled-alt:before { content: '\ee0a'; }




/* '' */




.icon-github-circled-alt2:before { content: '\ee0b'; }




/* '' */




.icon-twitter-3:before { content: '\ee0c'; }




/* '' */




.icon-twitter-circled-2:before { content: '\ee0d'; }




/* '' */




.icon-facebook-4:before { content: '\ee0e'; }




/* '' */




.icon-facebook-circled-2:before { content: '\ee0f'; }




/* '' */




.icon-gplus-2:before { content: '\ee10'; }




/* '' */




.icon-gplus-circled-1:before { content: '\ee11'; }




/* '' */




.icon-linkedin-3:before { content: '\ee12'; }




/* '' */




.icon-linkedin-circled-2:before { content: '\ee13'; }




/* '' */




.icon-dribbble-3:before { content: '\ee14'; }




/* '' */




.icon-dribbble-circled-2:before { content: '\ee15'; }




/* '' */




.icon-instagram-2:before { content: '\ee16'; }




/* '' */




.icon-instagram-circled:before { content: '\ee17'; }




/* '' */




.icon-soundcloud-2:before { content: '\ee18'; }




/* '' */




.icon-soundcloud-circled:before { content: '\ee19'; }




/* '' */




.icon-mfg-logo:before { content: '\ee1a'; }




/* '' */




.icon-mfg-logo-circled:before { content: '\ee1b'; }




/* '' */




.icon-aboveground-rail:before { content: '\ee1c'; }




/* '' */




.icon-airfield:before { content: '\ee1d'; }




/* '' */




.icon-airport:before { content: '\ee1e'; }




/* '' */




.icon-art-gallery:before { content: '\ee1f'; }




/* '' */




.icon-bar:before { content: '\ee20'; }




/* '' */




.icon-baseball:before { content: '\ee21'; }




/* '' */




.icon-basketball:before { content: '\ee22'; }




/* '' */




.icon-beer-2:before { content: '\ee23'; }




/* '' */




.icon-belowground-rail:before { content: '\ee24'; }




/* '' */




.icon-bicycle-1:before { content: '\ee25'; }




/* '' */




.icon-bus-1:before { content: '\ee26'; }




/* '' */




.icon-cafe:before { content: '\ee27'; }




/* '' */




.icon-campsite:before { content: '\ee28'; }




/* '' */




.icon-cemetery:before { content: '\ee29'; }




/* '' */




.icon-cinema:before { content: '\ee2a'; }




/* '' */




.icon-college:before { content: '\ee2b'; }




/* '' */




.icon-commerical-building:before { content: '\ee2c'; }




/* '' */




.icon-credit-card-3:before { content: '\ee2d'; }




/* '' */




.icon-cricket:before { content: '\ee2e'; }




/* '' */




.icon-embassy:before { content: '\ee2f'; }




/* '' */




.icon-fast-food:before { content: '\ee30'; }




/* '' */




.icon-ferry:before { content: '\ee31'; }




/* '' */




.icon-fire-station:before { content: '\ee32'; }




/* '' */




.icon-football:before { content: '\ee33'; }




/* '' */




.icon-fuel:before { content: '\ee34'; }




/* '' */




.icon-garden:before { content: '\ee35'; }




/* '' */




.icon-giraffe:before { content: '\ee36'; }




/* '' */




.icon-golf:before { content: '\ee37'; }




/* '' */




.icon-grocery-store:before { content: '\ee38'; }




/* '' */




.icon-harbor:before { content: '\ee39'; }




/* '' */




.icon-heliport:before { content: '\ee3a'; }




/* '' */




.icon-hospital-1:before { content: '\ee3b'; }




/* '' */




.icon-industrial-building:before { content: '\ee3c'; }




/* '' */




.icon-library:before { content: '\ee3d'; }




/* '' */




.icon-lodging:before { content: '\ee3e'; }




/* '' */




.icon-london-underground:before { content: '\ee3f'; }




/* '' */




.icon-minefield:before { content: '\ee40'; }




/* '' */




.icon-monument:before { content: '\ee41'; }




/* '' */




.icon-museum:before { content: '\ee42'; }




/* '' */




.icon-pharmacy:before { content: '\ee43'; }




/* '' */




.icon-pitch:before { content: '\ee44'; }




/* '' */




.icon-police:before { content: '\ee45'; }




/* '' */




.icon-post:before { content: '\ee46'; }




/* '' */




.icon-prison:before { content: '\ee47'; }




/* '' */




.icon-rail:before { content: '\ee48'; }




/* '' */




.icon-religious-christian:before { content: '\ee49'; }




/* '' */




.icon-religious-islam:before { content: '\ee4a'; }




/* '' */




.icon-religious-jewish:before { content: '\ee4b'; }




/* '' */




.icon-restaurant:before { content: '\ee4c'; }




/* '' */




.icon-roadblock:before { content: '\ee4d'; }




/* '' */




.icon-school:before { content: '\ee4e'; }




/* '' */




.icon-shop:before { content: '\ee4f'; }




/* '' */




.icon-skiing:before { content: '\ee50'; }




/* '' */




.icon-soccer:before { content: '\ee51'; }




/* '' */




.icon-swimming:before { content: '\ee52'; }




/* '' */




.icon-tennis:before { content: '\ee53'; }




/* '' */




.icon-theatre:before { content: '\ee54'; }




/* '' */




.icon-toilet:before { content: '\ee55'; }




/* '' */




.icon-town-hall:before { content: '\ee56'; }




/* '' */




.icon-trash-6:before { content: '\ee57'; }




/* '' */




.icon-tree-2:before { content: '\ee58'; }




/* '' */




.icon-tree-3:before { content: '\ee59'; }




/* '' */




.icon-warehouse:before { content: '\ee5a'; }




/* '' */




.icon-duckduckgo:before { content: '\ee5b'; }




/* '' */




.icon-aim:before { content: '\ee5c'; }




/* '' */




.icon-delicious-1:before { content: '\ee5d'; }




/* '' */




.icon-paypal-2:before { content: '\ee5e'; }




/* '' */




.icon-flattr-1:before { content: '\ee5f'; }




/* '' */




.icon-android-1:before { content: '\ee60'; }




/* '' */




.icon-eventful:before { content: '\ee61'; }




/* '' */




.icon-smashmag:before { content: '\ee62'; }




/* '' */




.icon-gplus-3:before { content: '\ee63'; }




/* '' */




.icon-wikipedia:before { content: '\ee64'; }




/* '' */




.icon-lanyrd:before { content: '\ee65'; }




/* '' */




.icon-calendar-6:before { content: '\ee66'; }




/* '' */




.icon-stumbleupon-2:before { content: '\ee67'; }




/* '' */




.icon-fivehundredpx:before { content: '\ee68'; }




/* '' */




.icon-pinterest-3:before { content: '\ee69'; }




/* '' */




.icon-bitcoin-1:before { content: '\ee6a'; }




/* '' */




.icon-w3c:before { content: '\ee6b'; }




/* '' */




.icon-foursquare-1:before { content: '\ee6c'; }




/* '' */




.icon-html5-1:before { content: '\ee6d'; }




/* '' */




.icon-ie-1:before { content: '\ee6e'; }




/* '' */




.icon-call:before { content: '\ee6f'; }




/* '' */




.icon-grooveshark:before { content: '\ee70'; }




/* '' */




.icon-ninetyninedesigns:before { content: '\ee71'; }




/* '' */




.icon-forrst:before { content: '\ee72'; }




/* '' */




.icon-digg-1:before { content: '\ee73'; }




/* '' */




.icon-spotify-2:before { content: '\ee74'; }




/* '' */




.icon-reddit-1:before { content: '\ee75'; }




/* '' */




.icon-guest:before { content: '\ee76'; }




/* '' */




.icon-gowalla:before { content: '\ee77'; }




/* '' */




.icon-appstore:before { content: '\ee78'; }




/* '' */




.icon-blogger:before { content: '\ee79'; }




/* '' */




.icon-cc-2:before { content: '\ee7a'; }




/* '' */




.icon-dribbble-4:before { content: '\ee7b'; }




/* '' */




.icon-evernote-1:before { content: '\ee7c'; }




/* '' */




.icon-flickr-3:before { content: '\ee7d'; }




/* '' */




.icon-google-1:before { content: '\ee7e'; }




/* '' */




.icon-viadeo:before { content: '\ee7f'; }




/* '' */




.icon-instapaper:before { content: '\ee80'; }




/* '' */




.icon-weibo:before { content: '\ee81'; }




/* '' */




.icon-klout:before { content: '\ee82'; }




/* '' */




.icon-linkedin-4:before { content: '\ee83'; }




/* '' */




.icon-meetup:before { content: '\ee84'; }




/* '' */




.icon-vk:before { content: '\ee85'; }




/* '' */




.icon-plancast:before { content: '\ee86'; }




/* '' */




.icon-disqus:before { content: '\ee87'; }




/* '' */




.icon-rss-5:before { content: '\ee88'; }




/* '' */




.icon-skype-3:before { content: '\ee89'; }




/* '' */




.icon-twitter-4:before { content: '\ee8a'; }




/* '' */




.icon-youtube-1:before { content: '\ee8b'; }




/* '' */




.icon-vimeo-2:before { content: '\ee8c'; }




/* '' */




.icon-windows:before { content: '\ee8d'; }




/* '' */




.icon-xing:before { content: '\ee8e'; }




/* '' */




.icon-yahoo:before { content: '\ee8f'; }




/* '' */




.icon-chrome-1:before { content: '\ee90'; }




/* '' */




.icon-email:before { content: '\ee91'; }




/* '' */




.icon-macstore:before { content: '\ee92'; }




/* '' */




.icon-myspace:before { content: '\ee93'; }




/* '' */




.icon-podcast:before { content: '\ee94'; }




/* '' */




.icon-amazon:before { content: '\ee95'; }




/* '' */




.icon-steam-1:before { content: '\ee96'; }




/* '' */




.icon-cloudapp:before { content: '\ee97'; }




/* '' */




.icon-dropbox-2:before { content: '\ee98'; }




/* '' */




.icon-ebay:before { content: '\ee99'; }




/* '' */




.icon-facebook-5:before { content: '\ee9a'; }




/* '' */




.icon-github-4:before { content: '\ee9b'; }




/* '' */




.icon-github-circled-4:before { content: '\ee9c'; }




/* '' */




.icon-googleplay:before { content: '\ee9d'; }




/* '' */




.icon-itunes:before { content: '\ee9e'; }




/* '' */




.icon-plurk:before { content: '\ee9f'; }




/* '' */




.icon-songkick:before { content: '\eea0'; }




/* '' */




.icon-lastfm-3:before { content: '\eea1'; }




/* '' */




.icon-gmail:before { content: '\eea2'; }




/* '' */




.icon-pinboard:before { content: '\eea3'; }




/* '' */




.icon-openid-1:before { content: '\eea4'; }




/* '' */




.icon-quora:before { content: '\eea5'; }




/* '' */




.icon-soundcloud-3:before { content: '\eea6'; }




/* '' */




.icon-tumblr-2:before { content: '\eea7'; }




/* '' */




.icon-eventasaurus:before { content: '\eea8'; }




/* '' */




.icon-wordpress:before { content: '\eea9'; }




/* '' */




.icon-yelp:before { content: '\eeaa'; }




/* '' */




.icon-intensedebate:before { content: '\eeab'; }




/* '' */




.icon-eventbrite:before { content: '\eeac'; }




/* '' */




.icon-scribd:before { content: '\eead'; }




/* '' */




.icon-posterous:before { content: '\eeae'; }




/* '' */




.icon-stripe:before { content: '\eeaf'; }




/* '' */




.icon-opentable:before { content: '\eeb0'; }




/* '' */




.icon-cart:before { content: '\eeb1'; }




/* '' */




.icon-print-5:before { content: '\eeb2'; }




/* '' */




.icon-angellist-1:before { content: '\eeb3'; }




/* '' */




.icon-instagram-3:before { content: '\eeb4'; }




/* '' */




.icon-dwolla:before { content: '\eeb5'; }




/* '' */




.icon-appnet:before { content: '\eeb6'; }




/* '' */




.icon-statusnet:before { content: '\eeb7'; }




/* '' */




.icon-acrobat:before { content: '\eeb8'; }




/* '' */




.icon-drupal-1:before { content: '\eeb9'; }




/* '' */




.icon-buffer:before { content: '\eeba'; }




/* '' */




.icon-pocket:before { content: '\eebb'; }




/* '' */




.icon-bitbucket-1:before { content: '\eebc'; }




/* '' */




.icon-lego:before { content: '\eebd'; }




/* '' */




.icon-login-3:before { content: '\eebe'; }




/* '' */




.icon-stackoverflow-1:before { content: '\eebf'; }




/* '' */




.icon-hackernews:before { content: '\eec0'; }




/* '' */




.icon-lkdto:before { content: '\eec1'; }




/* '' */




.icon-glass-1:before { content: '\eec2'; }




/* '' */




.icon-music-3:before { content: '\eec3'; }




/* '' */




.icon-search-6:before { content: '\eec4'; }




/* '' */




.icon-search-circled:before { content: '\eec5'; }




/* '' */




.icon-mail-6:before { content: '\eec6'; }




/* '' */




.icon-mail-circled:before { content: '\eec7'; }




/* '' */




.icon-heart-6:before { content: '\eec8'; }




/* '' */




.icon-heart-circled:before { content: '\eec9'; }




/* '' */




.icon-heart-empty-3:before { content: '\eeca'; }




/* '' */




.icon-star-6:before { content: '\eecb'; }




/* '' */




.icon-star-circled:before { content: '\eecc'; }




/* '' */




.icon-star-empty-3:before { content: '\eecd'; }




/* '' */




.icon-user-6:before { content: '\eece'; }




/* '' */




.icon-group:before { content: '\eecf'; }




/* '' */




.icon-group-circled:before { content: '\eed0'; }




/* '' */




.icon-torso:before { content: '\eed1'; }




/* '' */




.icon-video-4:before { content: '\eed2'; }




/* '' */




.icon-video-circled:before { content: '\eed3'; }




/* '' */




.icon-video-alt-1:before { content: '\eed4'; }




/* '' */




.icon-videocam-4:before { content: '\eed5'; }




/* '' */




.icon-video-chat:before { content: '\eed6'; }




/* '' */




.icon-picture-4:before { content: '\eed7'; }




/* '' */




.icon-camera-6:before { content: '\eed8'; }




/* '' */




.icon-photo:before { content: '\eed9'; }




/* '' */




.icon-photo-circled:before { content: '\eeda'; }




/* '' */




.icon-th-large-2:before { content: '\eedb'; }




/* '' */




.icon-th-3:before { content: '\eedc'; }




/* '' */




.icon-th-list-4:before { content: '\eedd'; }




/* '' */




.icon-view-mode:before { content: '\eede'; }




/* '' */




.icon-ok-5:before { content: '\eedf'; }




/* '' */




.icon-ok-circled-2:before { content: '\eee0'; }




/* '' */




.icon-ok-circled2-1:before { content: '\eee1'; }




/* '' */




.icon-cancel-6:before { content: '\eee2'; }




/* '' */




.icon-cancel-circled-4:before { content: '\eee3'; }




/* '' */




.icon-cancel-circled2-1:before { content: '\eee4'; }




/* '' */




.icon-plus-6:before { content: '\eee5'; }




/* '' */




.icon-plus-circled-2:before { content: '\eee6'; }




/* '' */




.icon-minus-4:before { content: '\eee7'; }




/* '' */




.icon-minus-circled-2:before { content: '\eee8'; }




/* '' */




.icon-help-3:before { content: '\eee9'; }




/* '' */




.icon-help-circled-3:before { content: '\eeea'; }




/* '' */




.icon-info-circled-3:before { content: '\eeeb'; }




/* '' */




.icon-home-6:before { content: '\eeec'; }




/* '' */




.icon-home-circled:before { content: '\eeed'; }




/* '' */




.icon-website:before { content: '\eeee'; }




/* '' */




.icon-website-circled:before { content: '\eeef'; }




/* '' */




.icon-attach-5:before { content: '\eef0'; }




/* '' */




.icon-attach-circled:before { content: '\eef1'; }




/* '' */




.icon-lock-6:before { content: '\eef2'; }




/* '' */




.icon-lock-circled:before { content: '\eef3'; }




/* '' */




.icon-lock-open-6:before { content: '\eef4'; }




/* '' */




.icon-lock-open-alt-2:before { content: '\eef5'; }




/* '' */




.icon-eye-6:before { content: '\eef6'; }




/* '' */




.icon-eye-off-1:before { content: '\eef7'; }




/* '' */




.icon-tag-5:before { content: '\eef8'; }




/* '' */




.icon-tags-2:before { content: '\eef9'; }




/* '' */




.icon-bookmark-3:before { content: '\eefa'; }




/* '' */




.icon-bookmark-empty-1:before { content: '\eefb'; }




/* '' */




.icon-flag-3:before { content: '\eefc'; }




/* '' */




.icon-flag-circled:before { content: '\eefd'; }




/* '' */




.icon-thumbs-up-4:before { content: '\eefe'; }




/* '' */




.icon-thumbs-down-4:before { content: '\eeff'; }




/* '' */




.icon-download-6:before { content: '\ef00'; }




/* '' */




.icon-download-alt:before { content: '\ef01'; }




/* '' */




.icon-upload-5:before { content: '\ef02'; }




/* '' */




.icon-share-3:before { content: '\ef03'; }




/* '' */




.icon-quote-1:before { content: '\ef04'; }




/* '' */




.icon-quote-circled:before { content: '\ef05'; }




/* '' */




.icon-export-5:before { content: '\ef06'; }




/* '' */




.icon-pencil-6:before { content: '\ef07'; }




/* '' */




.icon-pencil-circled:before { content: '\ef08'; }




/* '' */




.icon-edit-3:before { content: '\ef09'; }




/* '' */




.icon-edit-circled:before { content: '\ef0a'; }




/* '' */




.icon-edit-alt:before { content: '\ef0b'; }




/* '' */




.icon-print-6:before { content: '\ef0c'; }




/* '' */




.icon-retweet-3:before { content: '\ef0d'; }




/* '' */




.icon-comment-5:before { content: '\ef0e'; }




/* '' */




.icon-comment-alt-1:before { content: '\ef0f'; }




/* '' */




.icon-bell-5:before { content: '\ef10'; }




/* '' */




.icon-warning-1:before { content: '\ef11'; }




/* '' */




.icon-exclamation:before { content: '\ef12'; }




/* '' */




.icon-error:before { content: '\ef13'; }




/* '' */




.icon-error-alt:before { content: '\ef14'; }




/* '' */




.icon-location-6:before { content: '\ef15'; }




/* '' */




.icon-location-circled:before { content: '\ef16'; }




/* '' */




.icon-compass-5:before { content: '\ef17'; }




/* '' */




.icon-compass-circled:before { content: '\ef18'; }




/* '' */




.icon-trash-7:before { content: '\ef19'; }




/* '' */




.icon-trash-circled:before { content: '\ef1a'; }




/* '' */




.icon-doc-6:before { content: '\ef1b'; }




/* '' */




.icon-doc-circled:before { content: '\ef1c'; }




/* '' */




.icon-doc-new:before { content: '\ef1d'; }




/* '' */




.icon-doc-new-circled:before { content: '\ef1e'; }




/* '' */




.icon-folder-5:before { content: '\ef1f'; }




/* '' */




.icon-folder-circled:before { content: '\ef20'; }




/* '' */




.icon-folder-close:before { content: '\ef21'; }




/* '' */




.icon-folder-open-2:before { content: '\ef22'; }




/* '' */




.icon-rss-6:before { content: '\ef23'; }




/* '' */




.icon-phone-3:before { content: '\ef24'; }




/* '' */




.icon-phone-circled:before { content: '\ef25'; }




/* '' */




.icon-cog-5:before { content: '\ef26'; }




/* '' */




.icon-cog-circled:before { content: '\ef27'; }




/* '' */




.icon-cogs:before { content: '\ef28'; }




/* '' */




.icon-wrench-4:before { content: '\ef29'; }




/* '' */




.icon-wrench-circled:before { content: '\ef2a'; }




/* '' */




.icon-basket-4:before { content: '\ef2b'; }




/* '' */




.icon-basket-circled:before { content: '\ef2c'; }




/* '' */




.icon-calendar-7:before { content: '\ef2d'; }




/* '' */




.icon-calendar-circled:before { content: '\ef2e'; }




/* '' */




.icon-mic-5:before { content: '\ef2f'; }




/* '' */




.icon-mic-circled:before { content: '\ef30'; }




/* '' */




.icon-volume-off-4:before { content: '\ef31'; }




/* '' */




.icon-volume-down-2:before { content: '\ef32'; }




/* '' */




.icon-volume-1:before { content: '\ef33'; }




/* '' */




.icon-volume-up-3:before { content: '\ef34'; }




/* '' */




.icon-headphones-3:before { content: '\ef35'; }




/* '' */




.icon-clock-6:before { content: '\ef36'; }




/* '' */




.icon-clock-circled:before { content: '\ef37'; }




/* '' */




.icon-lightbulb-2:before { content: '\ef38'; }




/* '' */




.icon-lightbulb-alt:before { content: '\ef39'; }




/* '' */




.icon-block-4:before { content: '\ef3a'; }




/* '' */




.icon-resize-full-5:before { content: '\ef3b'; }




/* '' */




.icon-resize-full-alt-2:before { content: '\ef3c'; }




/* '' */




.icon-resize-small-4:before { content: '\ef3d'; }




/* '' */




.icon-resize-vertical-2:before { content: '\ef3e'; }




/* '' */




.icon-resize-horizontal-2:before { content: '\ef3f'; }




/* '' */




.icon-move-3:before { content: '\ef40'; }




/* '' */




.icon-zoom-in-4:before { content: '\ef41'; }




/* '' */




.icon-zoom-out-4:before { content: '\ef42'; }




/* '' */




.icon-down-open-3:before { content: '\ef43'; }




/* '' */




.icon-left-open-4:before { content: '\ef44'; }




/* '' */




.icon-right-open-4:before { content: '\ef45'; }




/* '' */




.icon-up-open-3:before { content: '\ef46'; }




/* '' */




.icon-down-6:before { content: '\ef47'; }




/* '' */




.icon-left-5:before { content: '\ef48'; }




/* '' */




.icon-right-5:before { content: '\ef49'; }




/* '' */




.icon-up-6:before { content: '\ef4a'; }




/* '' */




.icon-down-circled-2:before { content: '\ef4b'; }




/* '' */




.icon-left-circled-2:before { content: '\ef4c'; }




/* '' */




.icon-right-circled-2:before { content: '\ef4d'; }




/* '' */




.icon-up-circled-2:before { content: '\ef4e'; }




/* '' */




.icon-down-hand-1:before { content: '\ef4f'; }




/* '' */




.icon-left-hand-1:before { content: '\ef50'; }




/* '' */




.icon-right-hand-1:before { content: '\ef51'; }




/* '' */




.icon-up-hand-1:before { content: '\ef52'; }




/* '' */




.icon-cw-5:before { content: '\ef53'; }




/* '' */




.icon-cw-circled:before { content: '\ef54'; }




/* '' */




.icon-arrows-cw-2:before { content: '\ef55'; }




/* '' */




.icon-shuffle-4:before { content: '\ef56'; }




/* '' */




.icon-play-5:before { content: '\ef57'; }




/* '' */




.icon-play-circled-1:before { content: '\ef58'; }




/* '' */




.icon-play-circled2-1:before { content: '\ef59'; }




/* '' */




.icon-stop-6:before { content: '\ef5a'; }




/* '' */




.icon-stop-circled:before { content: '\ef5b'; }




/* '' */




.icon-pause-5:before { content: '\ef5c'; }




/* '' */




.icon-pause-circled:before { content: '\ef5d'; }




/* '' */




.icon-record-2:before { content: '\ef5e'; }




/* '' */




.icon-eject-3:before { content: '\ef5f'; }




/* '' */




.icon-backward:before { content: '\ef60'; }




/* '' */




.icon-backward-circled:before { content: '\ef61'; }




/* '' */




.icon-fast-backward-2:before { content: '\ef62'; }




/* '' */




.icon-fast-forward-2:before { content: '\ef63'; }




/* '' */




.icon-forward-3:before { content: '\ef64'; }




/* '' */




.icon-forward-circled:before { content: '\ef65'; }




/* '' */




.icon-step-backward:before { content: '\ef66'; }




/* '' */




.icon-step-forward:before { content: '\ef67'; }




/* '' */




.icon-target-4:before { content: '\ef68'; }




/* '' */




.icon-signal-4:before { content: '\ef69'; }




/* '' */




.icon-desktop-2:before { content: '\ef6a'; }




/* '' */




.icon-desktop-circled:before { content: '\ef6b'; }




/* '' */




.icon-laptop-2:before { content: '\ef6c'; }




/* '' */




.icon-laptop-circled:before { content: '\ef6d'; }




/* '' */




.icon-network-1:before { content: '\ef6e'; }




/* '' */




.icon-inbox-3:before { content: '\ef6f'; }




/* '' */




.icon-inbox-circled:before { content: '\ef70'; }




/* '' */




.icon-inbox-alt:before { content: '\ef71'; }




/* '' */




.icon-globe-5:before { content: '\ef72'; }




/* '' */




.icon-globe-alt-1:before { content: '\ef73'; }




/* '' */




.icon-cloud-6:before { content: '\ef74'; }




/* '' */




.icon-cloud-circled:before { content: '\ef75'; }




/* '' */




.icon-flight-2:before { content: '\ef76'; }




/* '' */




.icon-leaf-3:before { content: '\ef77'; }




/* '' */




.icon-font-1:before { content: '\ef78'; }




/* '' */




.icon-fontsize-1:before { content: '\ef79'; }




/* '' */




.icon-bold-1:before { content: '\ef7a'; }




/* '' */




.icon-italic-1:before { content: '\ef7b'; }




/* '' */




.icon-text-height-1:before { content: '\ef7c'; }




/* '' */




.icon-text-width-1:before { content: '\ef7d'; }




/* '' */




.icon-align-left-1:before { content: '\ef7e'; }




/* '' */




.icon-align-center-1:before { content: '\ef7f'; }




/* '' */




.icon-align-right-1:before { content: '\ef80'; }




/* '' */




.icon-align-justify-1:before { content: '\ef81'; }




/* '' */




.icon-list-3:before { content: '\ef82'; }




/* '' */




.icon-indent-left-1:before { content: '\ef83'; }




/* '' */




.icon-indent-right-1:before { content: '\ef84'; }




/* '' */




.icon-briefcase-3:before { content: '\ef85'; }




/* '' */




.icon-off-1:before { content: '\ef86'; }




/* '' */




.icon-road-1:before { content: '\ef87'; }




/* '' */




.icon-qrcode-1:before { content: '\ef88'; }




/* '' */




.icon-barcode-1:before { content: '\ef89'; }




/* '' */




.icon-braille:before { content: '\ef8a'; }




/* '' */




.icon-book-4:before { content: '\ef8b'; }




/* '' */




.icon-adjust-1:before { content: '\ef8c'; }




/* '' */




.icon-tint-1:before { content: '\ef8d'; }




/* '' */




.icon-check-3:before { content: '\ef8e'; }




/* '' */




.icon-check-empty-1:before { content: '\ef8f'; }




/* '' */




.icon-asterisk-1:before { content: '\ef90'; }




/* '' */




.icon-gift-2:before { content: '\ef91'; }




/* '' */




.icon-fire-2:before { content: '\ef92'; }




/* '' */




.icon-magnet-2:before { content: '\ef93'; }




/* '' */




.icon-chart-2:before { content: '\ef94'; }




/* '' */




.icon-chart-circled:before { content: '\ef95'; }




/* '' */




.icon-credit-card-4:before { content: '\ef96'; }




/* '' */




.icon-megaphone-2:before { content: '\ef97'; }




/* '' */




.icon-clipboard-2:before { content: '\ef98'; }




/* '' */




.icon-hdd-2:before { content: '\ef99'; }




/* '' */




.icon-key-4:before { content: '\ef9a'; }




/* '' */




.icon-certificate-2:before { content: '\ef9b'; }




/* '' */




.icon-tasks-1:before { content: '\ef9c'; }




/* '' */




.icon-filter-1:before { content: '\ef9d'; }




/* '' */




.icon-gauge-2:before { content: '\ef9e'; }




/* '' */




.icon-smiley:before { content: '\ef9f'; }




/* '' */




.icon-smiley-circled:before { content: '\efa0'; }




/* '' */




.icon-address-book:before { content: '\efa1'; }




/* '' */




.icon-address-book-alt:before { content: '\efa2'; }




/* '' */




.icon-asl:before { content: '\efa3'; }




/* '' */




.icon-glasses:before { content: '\efa4'; }




/* '' */




.icon-hearing-impaired:before { content: '\efa5'; }




/* '' */




.icon-iphone-home:before { content: '\efa6'; }




/* '' */




.icon-person:before { content: '\efa7'; }




/* '' */




.icon-adult:before { content: '\efa8'; }




/* '' */




.icon-child-1:before { content: '\efa9'; }




/* '' */




.icon-blind:before { content: '\efaa'; }




/* '' */




.icon-guidedog:before { content: '\efab'; }




/* '' */




.icon-accessibility:before { content: '\efac'; }




/* '' */




.icon-universal-access:before { content: '\efad'; }




/* '' */




.icon-male-2:before { content: '\efae'; }




/* '' */




.icon-female-2:before { content: '\efaf'; }




/* '' */




.icon-behance-2:before { content: '\efb0'; }




/* '' */




.icon-blogger-1:before { content: '\efb1'; }




/* '' */




.icon-cc-3:before { content: '\efb2'; }




/* '' */




.icon-css:before { content: '\efb3'; }




/* '' */




.icon-delicious-2:before { content: '\efb4'; }




/* '' */




.icon-deviantart-1:before { content: '\efb5'; }




/* '' */




.icon-digg-2:before { content: '\efb6'; }




/* '' */




.icon-dribbble-5:before { content: '\efb7'; }




/* '' */




.icon-facebook-6:before { content: '\efb8'; }




/* '' */




.icon-flickr-4:before { content: '\efb9'; }




/* '' */




.icon-foursquare-2:before { content: '\efba'; }




/* '' */




.icon-friendfeed:before { content: '\efbb'; }




/* '' */




.icon-friendfeed-rect:before { content: '\efbc'; }




/* '' */




.icon-github-5:before { content: '\efbd'; }




/* '' */




.icon-github-text:before { content: '\efbe'; }




/* '' */




.icon-googleplus:before { content: '\efbf'; }




/* '' */




.icon-instagram-4:before { content: '\efc0'; }




/* '' */




.icon-linkedin-5:before { content: '\efc1'; }




/* '' */




.icon-path:before { content: '\efc2'; }




/* '' */




.icon-picasa-1:before { content: '\efc3'; }




/* '' */




.icon-pinterest-4:before { content: '\efc4'; }




/* '' */




.icon-reddit-2:before { content: '\efc5'; }




/* '' */




.icon-skype-4:before { content: '\efc6'; }




/* '' */




.icon-slideshare-1:before { content: '\efc7'; }




/* '' */




.icon-stackoverflow-2:before { content: '\efc8'; }




/* '' */




.icon-stumbleupon-3:before { content: '\efc9'; }




/* '' */




.icon-twitter-5:before { content: '\efca'; }




/* '' */




.icon-tumblr-3:before { content: '\efcb'; }




/* '' */




.icon-vimeo-3:before { content: '\efcc'; }




/* '' */




.icon-vkontakte-1:before { content: '\efcd'; }




/* '' */




.icon-w3c-1:before { content: '\efce'; }




/* '' */




.icon-wordpress-1:before { content: '\efcf'; }




/* '' */




.icon-youtube-2:before { content: '\efd0'; }




/* '' */




.icon-music-4:before { content: '\efd1'; }




/* '' */




.icon-search-7:before { content: '\efd2'; }




/* '' */




.icon-mail-7:before { content: '\efd3'; }




/* '' */




.icon-heart-7:before { content: '\efd4'; }




/* '' */




.icon-star-7:before { content: '\efd5'; }




/* '' */




.icon-user-7:before { content: '\efd6'; }




/* '' */




.icon-videocam-5:before { content: '\efd7'; }




/* '' */




.icon-camera-7:before { content: '\efd8'; }




/* '' */




.icon-photo-1:before { content: '\efd9'; }




/* '' */




.icon-attach-6:before { content: '\efda'; }




/* '' */




.icon-lock-7:before { content: '\efdb'; }




/* '' */




.icon-eye-7:before { content: '\efdc'; }




/* '' */




.icon-tag-6:before { content: '\efdd'; }




/* '' */




.icon-thumbs-up-5:before { content: '\efde'; }




/* '' */




.icon-pencil-7:before { content: '\efdf'; }




/* '' */




.icon-comment-6:before { content: '\efe0'; }




/* '' */




.icon-location-7:before { content: '\efe1'; }




/* '' */




.icon-cup-1:before { content: '\efe2'; }




/* '' */




.icon-trash-8:before { content: '\efe3'; }




/* '' */




.icon-doc-7:before { content: '\efe4'; }




/* '' */




.icon-note-1:before { content: '\efe5'; }




/* '' */




.icon-cog-6:before { content: '\efe6'; }




/* '' */




.icon-params:before { content: '\efe7'; }




/* '' */




.icon-calendar-8:before { content: '\efe8'; }




/* '' */




.icon-sound-1:before { content: '\efe9'; }




/* '' */




.icon-clock-7:before { content: '\efea'; }




/* '' */




.icon-lightbulb-3:before { content: '\efeb'; }




/* '' */




.icon-tv:before { content: '\efec'; }




/* '' */




.icon-desktop-3:before { content: '\efed'; }




/* '' */




.icon-mobile-6:before { content: '\efee'; }




/* '' */




.icon-cd-3:before { content: '\efef'; }




/* '' */




.icon-inbox-4:before { content: '\eff0'; }




/* '' */




.icon-globe-6:before { content: '\eff1'; }




/* '' */




.icon-cloud-7:before { content: '\eff2'; }




/* '' */




.icon-paper-plane-3:before { content: '\eff3'; }




/* '' */




.icon-fire-3:before { content: '\eff4'; }




/* '' */




.icon-graduation-cap-2:before { content: '\eff5'; }




/* '' */




.icon-megaphone-3:before { content: '\eff6'; }




/* '' */




.icon-database-3:before { content: '\eff7'; }




/* '' */




.icon-key-5:before { content: '\eff8'; }




/* '' */




.icon-beaker-1:before { content: '\eff9'; }




/* '' */




.icon-truck-1:before { content: '\effa'; }




/* '' */




.icon-money-2:before { content: '\effb'; }




/* '' */




.icon-food-1:before { content: '\effc'; }




/* '' */




.icon-shop-1:before { content: '\effd'; }




/* '' */




.icon-diamond-1:before { content: '\effe'; }




/* '' */




.icon-t-shirt:before { content: '\efff'; }




/* '' */




.icon-wallet:before { content: '\f000'; }




/* '' */




.icon-search-8:before { content: '\f001'; }




/* '' */




.icon-mail-8:before { content: '\f002'; }




/* '' */




.icon-heart-8:before { content: '\f003'; }




/* '' */




.icon-heart-empty-4:before { content: '\f004'; }




/* '' */




.icon-star-8:before { content: '\f005'; }




/* '' */




.icon-user-8:before { content: '\f006'; }




/* '' */




.icon-video-5:before { content: '\f007'; }




/* '' */




.icon-picture-5:before { content: '\f008'; }




/* '' */




.icon-th-large-3:before { content: '\f009'; }




/* '' */




.icon-th-4:before { content: '\f00a'; }




/* '' */




.icon-th-list-5:before { content: '\f00b'; }




/* '' */




.icon-ok-6:before { content: '\f00c'; }




/* '' */




.icon-ok-circle-1:before { content: '\f00d'; }




/* '' */




.icon-cancel-7:before { content: '\f00e'; }




/* '' */




.icon-cancel-circle-2:before { content: '\f00f'; }




/* '' */




.icon-plus-circle-1:before { content: '\f010'; }




/* '' */




.icon-minus-circle-1:before { content: '\f011'; }




/* '' */




.icon-link-5:before { content: '\f012'; }




/* '' */




.icon-attach-7:before { content: '\f013'; }




/* '' */




.icon-lock-8:before { content: '\f014'; }




/* '' */




.icon-lock-open-7:before { content: '\f015'; }




/* '' */




.icon-tag-7:before { content: '\f016'; }




/* '' */




.icon-reply-4:before { content: '\f017'; }




/* '' */




.icon-reply-all-2:before { content: '\f018'; }




/* '' */




.icon-forward-4:before { content: '\f019'; }




/* '' */




.icon-code-3:before { content: '\f01a'; }




/* '' */




.icon-retweet-4:before { content: '\f01b'; }




/* '' */




.icon-comment-7:before { content: '\f01c'; }




/* '' */




.icon-comment-alt-2:before { content: '\f01d'; }




/* '' */




.icon-chat-6:before { content: '\f01e'; }




/* '' */




.icon-attention-5:before { content: '\f01f'; }




/* '' */




.icon-location-8:before { content: '\f020'; }




/* '' */




.icon-doc-8:before { content: '\f021'; }




/* '' */




.icon-docs-landscape:before { content: '\f022'; }




/* '' */




.icon-folder-6:before { content: '\f023'; }




/* '' */




.icon-archive-2:before { content: '\f024'; }




/* '' */




.icon-rss-7:before { content: '\f025'; }




/* '' */




.icon-rss-alt-1:before { content: '\f026'; }




/* '' */




.icon-cog-7:before { content: '\f027'; }




/* '' */




.icon-logout-3:before { content: '\f028'; }




/* '' */




.icon-clock-8:before { content: '\f029'; }




/* '' */




.icon-block-5:before { content: '\f02a'; }




/* '' */




.icon-resize-full-6:before { content: '\f02b'; }




/* '' */




.icon-resize-full-circle:before { content: '\f02c'; }




/* '' */




.icon-popup-5:before { content: '\f02d'; }




/* '' */




.icon-left-open-5:before { content: '\f02e'; }




/* '' */




.icon-right-open-5:before { content: '\f02f'; }




/* '' */




.icon-down-circle-1:before { content: '\f030'; }




/* '' */




.icon-left-circle-1:before { content: '\f031'; }




/* '' */




.icon-right-circle-1:before { content: '\f032'; }




/* '' */




.icon-up-circle-1:before { content: '\f033'; }




/* '' */




.icon-down-dir-3:before { content: '\f034'; }




/* '' */




.icon-right-dir-3:before { content: '\f035'; }




/* '' */




.icon-down-micro:before { content: '\f036'; }




/* '' */




.icon-up-micro:before { content: '\f037'; }




/* '' */




.icon-cw-circle:before { content: '\f038'; }




/* '' */




.icon-arrows-cw-3:before { content: '\f039'; }




/* '' */




.icon-updown-circle:before { content: '\f03a'; }




/* '' */




.icon-target-5:before { content: '\f03b'; }




/* '' */




.icon-signal-5:before { content: '\f03c'; }




/* '' */




.icon-progress-4:before { content: '\f03d'; }




/* '' */




.icon-progress-5:before { content: '\f03e'; }




/* '' */




.icon-progress-6:before { content: '\f03f'; }




/* '' */




.icon-progress-7:before { content: '\f040'; }




/* '' */




.icon-progress-8:before { content: '\f041'; }




/* '' */




.icon-progress-9:before { content: '\f042'; }




/* '' */




.icon-progress-10:before { content: '\f043'; }




/* '' */




.icon-progress-11:before { content: '\f044'; }




/* '' */




.icon-font-2:before { content: '\f045'; }




/* '' */




.icon-list-4:before { content: '\f046'; }




/* '' */




.icon-list-numbered-1:before { content: '\f047'; }




/* '' */




.icon-indent-left-2:before { content: '\f048'; }




/* '' */




.icon-indent-right-2:before { content: '\f049'; }




/* '' */




.icon-cloud-8:before { content: '\f04a'; }




/* '' */




.icon-terminal-1:before { content: '\f04b'; }




/* '' */




.icon-facebook-rect-1:before { content: '\f04c'; }




/* '' */




.icon-twitter-bird-1:before { content: '\f04d'; }




/* '' */




.icon-vimeo-rect:before { content: '\f04e'; }




/* '' */




.icon-tumblr-rect:before { content: '\f04f'; }




/* '' */




.icon-googleplus-rect:before { content: '\f050'; }




/* '' */




.icon-linkedin-rect:before { content: '\f051'; }




/* '' */




.icon-skype-5:before { content: '\f052'; }




/* '' */




.icon-vkontakte-rect:before { content: '\f053'; }




/* '' */




.icon-youtube-3:before { content: '\f054'; }




/* '' */




.icon-odnoklassniki-rect:before { content: '\f055'; }




/* '' */




.icon-facebook-7:before { content: '\f056'; }




/* '' */




.icon-facebook-rect-2:before { content: '\f057'; }




/* '' */




.icon-twitter-6:before { content: '\f058'; }




/* '' */




.icon-twitter-bird-2:before { content: '\f059'; }




/* '' */




.icon-vimeo-4:before { content: '\f05a'; }




/* '' */




.icon-vimeo-rect-1:before { content: '\f05b'; }




/* '' */




.icon-tumblr-4:before { content: '\f05c'; }




/* '' */




.icon-tumblr-rect-1:before { content: '\f05d'; }




/* '' */




.icon-googleplus-rect-1:before { content: '\f05e'; }




/* '' */




.icon-github-text-1:before { content: '\f05f'; }




/* '' */




.icon-github-6:before { content: '\f060'; }




/* '' */




.icon-skype-6:before { content: '\f061'; }




/* '' */




.icon-icq:before { content: '\f062'; }




/* '' */




.icon-yandex:before { content: '\f063'; }




/* '' */




.icon-yandex-rect:before { content: '\f064'; }




/* '' */




.icon-vkontakte-rect-1:before { content: '\f065'; }




/* '' */




.icon-odnoklassniki:before { content: '\f066'; }




/* '' */




.icon-odnoklassniki-rect-1:before { content: '\f067'; }




/* '' */




.icon-friendfeed-1:before { content: '\f068'; }




/* '' */




.icon-friendfeed-rect-1:before { content: '\f069'; }




/* '' */




.icon-blogger-2:before { content: '\f06a'; }




/* '' */




.icon-blogger-rect:before { content: '\f06b'; }




/* '' */




.icon-deviantart-2:before { content: '\f06c'; }




/* '' */




.icon-jabber:before { content: '\f06d'; }




/* '' */




.icon-lastfm-4:before { content: '\f06e'; }




/* '' */




.icon-lastfm-rect:before { content: '\f06f'; }




/* '' */




.icon-linkedin-6:before { content: '\f070'; }




/* '' */




.icon-linkedin-rect-1:before { content: '\f071'; }




/* '' */




.icon-picasa-2:before { content: '\f072'; }




/* '' */




.icon-wordpress-2:before { content: '\f073'; }




/* '' */




.icon-instagram-5:before { content: '\f074'; }




/* '' */




.icon-instagram-filled:before { content: '\f075'; }




/* '' */




.icon-diigo:before { content: '\f076'; }




/* '' */




.icon-box-4:before { content: '\f077'; }




/* '' */




.icon-box-rect:before { content: '\f078'; }




/* '' */




.icon-tudou:before { content: '\f079'; }




/* '' */




.icon-youku:before { content: '\f07a'; }




/* '' */




.icon-win8:before { content: '\f07b'; }




/* '' */




.icon-amex:before { content: '\f07c'; }




/* '' */




.icon-discover:before { content: '\f07d'; }




/* '' */




.icon-visa:before { content: '\f07e'; }




/* '' */




.icon-mastercard:before { content: '\f07f'; }




/* '' */




.icon-houzz:before { content: '\f080'; }




/* '' */




.icon-bandcamp:before { content: '\f081'; }




/* '' */




.icon-codepen:before { content: '\f082'; }




/* '' */




/*ETLINE*/




@font-face {
	font-family: 'et-line';
	src:url('et-line.eot');
	src:url('et-lined41d.eot?#iefix') format('embedded-opentype'),
		url('et-line.woff') format('woff'),
		url('et-line.ttf') format('truetype'),
		url('et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}




/* Use the following CSS code if you want to use data attributes for inserting your icons */




[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}




/* Use the following CSS code if you want to have a class per icon */




/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/




.ic-mobile, .ic-laptop, .ic-desktop, .ic-tablet, .ic-phone, .ic-document, .ic-documents, .ic-search, .ic-clipboard, .ic-newspaper, .ic-notebook, .ic-book-open, .ic-browser, .ic-calendar, .ic-presentation, .ic-picture, .ic-pictures, .ic-video, .ic-camera, .ic-printer, .ic-toolbox, .ic-briefcase, .ic-wallet, .ic-gift, .ic-bargraph, .ic-grid, .ic-expand, .ic-focus, .ic-edit, .ic-adjustments, .ic-ribbon, .ic-hourglass, .ic-lock, .ic-megaphone, .ic-shield, .ic-trophy, .ic-flag, .ic-map, .ic-puzzle, .ic-basket, .ic-envelope, .ic-streetsign, .ic-telescope, .ic-gears, .ic-key, .ic-paperclip, .ic-attachment, .ic-pricetags, .ic-lightbulb, .ic-layers, .ic-pencil, .ic-tools, .ic-tools-2, .ic-scissors, .ic-paintbrush, .ic-magnifying-glass, .ic-circle-compass, .ic-linegraph, .ic-mic, .ic-strategy, .ic-beaker, .ic-caution, .ic-recycle, .ic-anchor, .ic-profile-male, .ic-profile-female, .ic-bike, .ic-wine, .ic-hotairballoon, .ic-globe, .ic-genius, .ic-map-pin, .ic-dial, .ic-chat, .ic-heart, .ic-cloud, .ic-upload, .ic-download, .ic-target, .ic-hazardous, .ic-piechart, .ic-speedometer, .ic-global, .ic-compass, .ic-lifesaver, .ic-clock, .ic-aperture, .ic-quote, .ic-scope, .ic-alarmclock, .ic-refresh, .ic-happy, .ic-sad, .ic-facebook, .ic-twitter, .ic-googleplus, .ic-rss, .ic-tumblr, .ic-linkedin, .ic-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}




.ic-mobile:before {
	content: "\e000";
}




.ic-laptop:before {
	content: "\e001";
}




.ic-desktop:before {
	content: "\e002";
}




.ic-tablet:before {
	content: "\e003";
}




.ic-phone:before {
	content: "\e004";
}




.ic-document:before {
	content: "\e005";
}




.ic-documents:before {
	content: "\e006";
}




.ic-search:before {
	content: "\e007";
}




.ic-clipboard:before {
	content: "\e008";
}




.ic-newspaper:before {
	content: "\e009";
}




.ic-notebook:before {
	content: "\e00a";
}




.ic-book-open:before {
	content: "\e00b";
}




.ic-browser:before {
	content: "\e00c";
}




.ic-calendar:before {
	content: "\e00d";
}




.ic-presentation:before {
	content: "\e00e";
}




.ic-picture:before {
	content: "\e00f";
}




.ic-pictures:before {
	content: "\e010";
}




.ic-video:before {
	content: "\e011";
}




.ic-camera:before {
	content: "\e012";
}




.ic-printer:before {
	content: "\e013";
}




.ic-toolbox:before {
	content: "\e014";
}




.ic-briefcase:before {
	content: "\e015";
}




.ic-wallet:before {
	content: "\e016";
}




.ic-gift:before {
	content: "\e017";
}




.ic-bargraph:before {
	content: "\e018";
}




.ic-grid:before {
	content: "\e019";
}




.icon-expand:before {
	content: "\e01a";
}




.ic-focus:before {
	content: "\e01b";
}




.ic-edit:before {
	content: "\e01c";
}




.ic-adjustments:before {
	content: "\e01d";
}




.ic-ribbon:before {
	content: "\e01e";
}




.ic-hourglass:before {
	content: "\e01f";
}




.ic-lock:before {
	content: "\e020";
}




.ic-megaphone:before {
	content: "\e021";
}




.ic-shield:before {
	content: "\e022";
}




.ic-trophy:before {
	content: "\e023";
}




.ic-flag:before {
	content: "\e024";
}




.ic-map:before {
	content: "\e025";
}




.ic-puzzle:before {
	content: "\e026";
}




.ic-basket:before {
	content: "\e027";
}




.ic-envelope:before {
	content: "\e028";
}




.ic-streetsign:before {
	content: "\e029";
}




.ic-telescope:before {
	content: "\e02a";
}




.ic-gears:before {
	content: "\e02b";
}




.ic-key:before {
	content: "\e02c";
}




.ic-paperclip:before {
	content: "\e02d";
}




.ic-attachment:before {
	content: "\e02e";
}




.ic-pricetags:before {
	content: "\e02f";
}




.ic-lightbulb:before {
	content: "\e030";
}




.ic-layers:before {
	content: "\e031";
}




.ic-pencil:before {
	content: "\e032";
}




.ic-tools:before {
	content: "\e033";
}




.ic-tools-2:before {
	content: "\e034";
}




.ic-scissors:before {
	content: "\e035";
}




.ic-paintbrush:before {
	content: "\e036";
}




.ic-magnifying-glass:before {
	content: "\e037";
}




.ic-circle-compass:before {
	content: "\e038";
}




.ic-linegraph:before {
	content: "\e039";
}




.ic-mic:before {
	content: "\e03a";
}




.ic-strategy:before {
	content: "\e03b";
}




.ic-beaker:before {
	content: "\e03c";
}




.ic-caution:before {
	content: "\e03d";
}




.ic-recycle:before {
	content: "\e03e";
}




.ic-anchor:before {
	content: "\e03f";
}




.ic.profile-male:before {
	content: "\e040";
}




.ic-profile-female:before {
	content: "\e041";
}




.ic-bike:before {
	content: "\e042";
}




.ic-wine:before {
	content: "\e043";
}




.ic-hotairballoon:before {
	content: "\e044";
}




.ic-globe:before {
	content: "\e045";
}




.ic-genius:before {
	content: "\e046";
}




.ic-map-pin:before {
	content: "\e047";
}




.ic-dial:before {
	content: "\e048";
}




.ic-chat:before {
	content: "\e049";
}




.ic-heart:before {
	content: "\e04a";
}




.ic-cloud:before {
	content: "\e04b";
}




.ic-upload:before {
	content: "\e04c";
}




.ic-download:before {
	content: "\e04d";
}




.ic-target:before {
	content: "\e04e";
}




.ic-hazardous:before {
	content: "\e04f";
}




.ic-piechart:before {
	content: "\e050";
}




.ic-speedometer:before {
	content: "\e051";
}




.ic-global:before {
	content: "\e052";
}




.ic-compass:before {
	content: "\e053";
}




.ic-lifesaver:before {
	content: "\e054";
}




.ic-clock:before {
	content: "\e055";
}




.ic-aperture:before {
	content: "\e056";
}




.ic-scope:before {
	content: "\e058";
}




.ic-alarmclock:before {
	content: "\e059";
}




.ic-refresh:before {
	content: "\e05a";
}




.ic-presentation:before {
	content: "\e00e";
}
/*
*	DIFFERENCE (HTML version)
* 	Copyright 2016
* 	www.mutationmedia.net
* 	Created by : mutationthemes
*
*/



/* Table of Content
==================================================
1-Reset & Basics
2-Basic Styles
3-Typography
4-Links
5-Misc




/* Reset & Basics (Inspired by E. Meyers)*/



*, *:before, *:after {
    -moz-box-sizing: border-box;
	-webkit-box-sizing :border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}



* { margin:0; padding:0; }



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; 
		text-decoration:none;}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }



ol, ul {
		list-style: none; }



blockquote, q {
		quotes: none; }



blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }



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



a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}



img {
    height: auto;
    max-width: 100%;
	display: inline-block;
    vertical-align: middle;
}



#map img { max-width: none; }



*::-moz-selection {
    background: #199cdb;
    color: #ffffff;
}



a:focus {
outline: 0;
}



iframe{
	width:100%;
	frameborder:0;
	display:inline-block;
	vertical-align: bottom;
}



/* Basic Styles*/



body {
		background: #ffffff;
		font: 14px/22px "open_sans",Arial,sans-serif;
		color: #777777;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		


		
 }



h1, h2, h3, h4, h5, h6 {color: #333333;}



em { font-style: italic; }



strong {color:#333333;}



small { font-size: 80%; }



.uppercase{
		text-transform:uppercase;
	}



.white{
		color:#ffffff;
	}



.spinner, .spinner:after, .exp:after , .edu:after, .hb-list ul li span, .thumbs li img, .thumbs li a span, .img-profile img, 
.comments .author-img img, .comments .author-img  {
	    border-radius: 100%;
		-moz-border-radius:100%;
		-webkit-border-radius :100%;
		-ms-border-radius:100%;
		-o-border-radius: 100%;
	
	}



.overlay:before{
	    background: rgba(35, 35, 35, .6);
	    content: "";
	    height: 100%;
	    position: absolute;
	    width: 100%;
		left:0;
		top:0;
		z-index:0;
	}



ul.list li{
		line-height:32px;
	}



ul.list li a{
		color:#777777;
	}



ul.list li a:before {
	    content: '\ea8f';
	    display: inline-block;
	    font-family: "fontello";
	 	font-size: 12px;
	    margin-right: 10px;
	}



.block-background-image {
	    -webkit-backface-visibility: hidden;
	            backface-visibility: hidden;
		background-attachment: fixed;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    box-sizing: border-box;
	    display: block;
	    overflow: visible;
	    position: relative;
	    width: 100%;
	}



.block-background-image.large{
			padding: 200px 0;
	}



.block-background-image.medium{
			padding: 100px 0;
	}



.title{
		font-size:29px;
		position:relative;
	}



.title.medium{
		font-size:28px;
	}



.title:before{
		content:"";
		position:absolute;
		background:#199cdb;
		height:2px;
		left:0;
		top: -20px;
		width: 30px;
	}



.title.medium:before{
		width: 28px;
	}



/* Typography*/



.block-teaser h1, .fact-list li .desc-fact span, .name-profile h5{
		font-family: 'titillium-semibold',Arial,sans-serif;
	}



.menu li {
		font-family: 'titillium_bdbold',Arial,sans-serif;
	}



.fact-list li .desc-fact, .testi-thumbs h3{
		font-family: 'titilliumthin_upright',Arial,sans-serif;
	}



.title{
		font-family: 'titilliumlight_upright',Arial,sans-serif;
	}



.filter li, .comments .reply-btn a, .but  {
		font-family: "titilliumregular_upright",Arial,sans-serif;

	}



.block-teaser h3, .name-profile h5 span, .block-about.one h5 , .block-table .table h6,
	.block-single h1.large-title, .socials.round li a, .testi-details .td blockquote{
		font-family: "open_sanslight",Arial,sans-serif;
	}



.block-price span.price, .post-details h4 a,.post-details h4, .block-about ul.info span, .exp-det h6, .exp .hgroup h4, .edu .hgroup h4, .ast-list ul li, .blog-widget h6, .author a, .serv-det h5, .info-det h5, .block-feed h6, .skill-list h4 {
	    font-family: "open_sansbold",Arial,sans-serif;
	}



.exp .hgroup h6 , .edu .hgroup h6 {
	    font-family: "open_sansitalic",Arial,sans-serif;
	}



.testi-details .td h6, .item a .desc h5, strong, .post-meta li.date  {
		font-family: "open_sanssemibold",Arial,sans-serif;
	}



.testi-details .td span, .block-price  span.per {
		font-family: "open_sansregular",Arial,sans-serif;
	}



.item a .desc  span {
		font-family: "open_sanslight_italic",Arial,sans-serif;
	}



/*Links*/



a, .t-active span,.desc, .item img, .contact-form .submit, .reply-form .submit,input, textarea, .insta-Feed li a:before{
		
		transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		-webkit-transition:all 0.4s ease-in-out 0s;
		-moz-transition: all 0.4s ease-in-out 0s;
		-o-transition: all 0.4s ease-in-out 0s;
		
		
	}



.but{

		padding:7px 40px;
		display:inline-block;
		border-radius: 20px;
		-moz-border-radius:20px;
		-webkit-border-radius :20px;
		-ms-border-radius:20px;
		-o-border-radius: 20px;
		font-size:15px;

	}



.but.ico i{
		position:relative;
		left:-12px;
	}



.but.opc{

		background:#199cdb;	
	}



.but.opc:hover{

		background:#ffffff;	
		color:#199cdb;
	}



.but.brd{
		background:none;
		border:2px solid #199cdb;
		color:#199cdb;
	}



.but.brd:hover{
		background:#199cdb;	
		color:#ffffff;
	}



/*Misc*/



.pt-10{padding-top:10px !important;}



.pb-10{padding-bottom:10px !important;}



.pt-15{padding-top:15px !important;}



.pb-15{padding-bottom:15px !important;}



.pt-20{padding-top:20px !important;}



.pb-20{padding-bottom:20px !important;}



.pt-30{padding-top:30px !important;}



.pb-30{padding-bottom:30px !important;}



.pt-40{padding-top:40px !important;}



.pb-40{padding-bottom:40px !important;}



.pt-50{padding-top:50px !important;}



.pb-50{padding-bottom:50px !important;}



.pt-60{padding-top:60px !important;}



.pb-60{padding-bottom:60px !important;}



.pt-70{padding-top:70px !important;}



.pb-70{padding-bottom:70px !important;}



.pt-80{padding-top:80px !important;}



.pb-80{padding-bottom:80px !important;}



.pt-100{padding-top:100px !important;}



.pb-100{padding-bottom:100px !important;}



.pt-160{padding-top:160px !important;}



.pb-160{padding-bottom:160px !important;}



.mt-5{margin-top:5px !important;}



.mb-5{margin-bottom:5px !important;}



.mt-10{margin-top:10px !important;}



.mb-10{margin-bottom:10px !important;}



.mt-15{margin-top:15px !important;}



.mb-15{margin-bottom:15px !important;}



.mt-20{margin-top:20px !important;}



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



.mt-30{margin-top:30px !important;}



.mb-30{margin-bottom:30px !important;}



.mt-40{margin-top:40px !important;}



.mb-40{margin-bottom:40px !important;}



.mt-50{margin-top:50px !important;}



.mb-50{margin-bottom:50px !important;}



.mt-60{margin-top:60px !important;}



.mb-60{margin-bottom:60px !important;}



.mt-70{margin-top:70px !important;}



.mb-70{margin-bottom:70px !important;}



.mt-80{margin-top:80px !important;}



.mb-80{margin-bottom:80px !important;}



.mt-90{margin-top:90px !important;}



.mb-90{margin-bottom:90px !important;}



.mt-100{margin-top:100px !important;}



.mb-100{margin-bottom:100px !important;}



.mt-150{margin-top:150px !important;}



.mb-150{margin-bottom:150px !important;}



.mt-200{margin-top:200px !important;}



.mb-200{margin-bottom:200px !important;}



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



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



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



.bg-grey{background:#f7f7f7;}



.bg-grey-dark{background:#333333;}



.bg-grey-1{background:#f5f5f5;}



.bg-grey-2{background:#f0f0f0;}



.bg-white{background:#ffffff;}



.bg-blue{background:#199cdb;}



.pd-0{padding:0 !important;}


/*
*	DIFFERENCE (HTML version)
* 	Copyright 2016
* 	www.mutationmedia.net
* 	Created by : mutationthemes
*
*/


/* Table of Content
==================================================
1-Preloader
2-Header
3-Main Slider Section
4-About Section
5-Services Section
6-Portfolio Section
7-Blog Section
8-Contact Section
9-UI to the top
10-Media queries






/*Preloader*/


.loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.loader-inner {

    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	opacity:1;
	text-align:center;

}


.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 0 auto;
	
}


.sk-cube-grid .sk-cube {
  width: 30%;
  height: 30%;
  background-color: #199cdb;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}


.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s; }


.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s; }


.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s; }


.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s; }


.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s; }


.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s; }


.sk-cube-grid .sk-cube7 {
  animation-delay: 0s; }


.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s; }


.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s; }


@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  } 35% {
    transform: scale3D(0, 0, 1);
  } 
}


/*End preloader*/


#wrapper{
	position:relative;
}


/*Teaser section*/


.block-teaser{
	margin-top:-65px;
}


.block-teaser h1{
	font-size:50px;
}


.block-teaser h3{
	font-size:15px;
	display:block;
}


p.short-email{
	font-size:13px;
	position: relative;
    top: 12px;
}


p.short-email a{
	color:#199cdb;
}


/*End teaser section*/


/*Main navigation*/


.nav-container{
	width:100%;
	z-index:1000;
	background: #ffffff;
	position:absolute ;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow :0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);


}


.nav-container.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}


.nav-container.base{
	margin-top:-64px;


}


.switched-header {
    position: fixed;
	background:#ffffff;
	left:0;
	top:0;
	border-bottom:1px solid #eaeaea;
	
	
}


.main-nav{
	width:100%;
	text-align:center;
}


.menu {
    display: inline-block;
}


.menu li {
    display:inline-block;
    font-size: 13px;
	text-transform:uppercase;
	border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}


.menu li:first-child, .menu li:nth-child(2){
	border-right:none;
}


.menu li a {
	color: #333333;
    display: block;
    left: 1px;
    padding: 22px 25px 20px;
    position: relative;
}


.menu li a i {
    color: #199cdb;
	padding-left:10px;
}


.mobile-menu-holder{
	position:relative;
}


a.mobile-btn{
	color:#33373d;
	font-size:20px;
	position:absolute;
	right:0;
	display:none;
}


.img-profile {
	position:relative;
	width: 180px;
}


.img-profile img{
 	border: 10px solid #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow :0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    height: 180px;
    left: 3px;
    position: absolute;
    top: -60px;
    width: 180px;
}


.name-profile h5{
    font-size: 28px;
    left: -8px;
    padding-top: 10px;
    position: relative;
}


.name-profile h5 span{
 	display: block;
    font-size: 12px;
	color:#999999;
	position: relative;
	top: 2px;
}


.name-profile h5 a{
	color:#333333;
}


.name-profile{
	display:none;
}


.switched-header .name-profile{
	display:block;
}


.switched-header .img-profile{
	display:none;
}


/*End main navigation*/


/*About section*/


.block-about{
    padding: 95px 50px 46px;
    position: relative;
	box-sizing: border-box;
	display: table-cell;
	width:33.3333%;
}


.block-icon{
	position:absolute;
	right: 50px;
	top: 50px;
}


.block-icon i{
	font-size:45px;
	color:#a8b1b6;
}


.block-about.one h5{
	line-height: 28px;
	font-size:19px;
	padding-right:15px;
	color:#333333;
}


.block-about ul li{
	line-height:27px;
}


.block-about ul.info span {
	color:#333333;
}


.socials li {
    color: #199cdb;
    display: inline;
	margin-right:5px;
}


.socials li a {
    color: #199cdb;
}


.exp-ico, .exp-det {
    float: left;
}


.exp-ico span.ico {
    color: #d0d0d0;
    display: inline-block;
    font-size: 32px;
    font-weight: 100 !important;
    line-height: 52px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    width: 40px;
}


.exp-det {
    border-bottom: 1px solid #e6e6e6;
    margin-left: 10px;
    padding-bottom: 10px;
    width: 280px;
}


.expertise:last-child .exp-det {
    border-bottom:none;
}


/*End about section*/


/*Resume section*/


.container .resume-boxe.masonry {
    margin-bottom: 30px;
}


.container .resume-boxe.masonry {
    max-width: 100%;
}


.inner-resume-boxe {
	border:1px solid #eaeaea;
	position:relative;
	padding: 70px 30px 46px;
}


.timeline {
    position: relative;
}


.timeline:before {
	background: #eaeaea; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 1%,#eaeaea 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    content: "";
    left: 1px;
    position: absolute;
    top: 0;
    width: 1px;
	height:100%;
	
}


.exp, .edu {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
}


.exp:after, .edu:after {
    background: #199cdb;
    border: 3px solid #ffffff;
    content: "";
    height: 14px;
    left: -5px;
    position: absolute;
    text-align: center;
    top: 33px;
    width: 14px;
}


.exp .hgroup h6 , .edu .hgroup h6 {
  	color: #666666;
    font-size: 12px;
}


.exp .hgroup h6 span.current {
    background: #199cdb;
    border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius :6px;
	-ms-border-radius:6px;
	-o-border-radius: 6px;
    color: #ffffff;
    padding: 1px 12px;

}


.skill-list li {
    margin-bottom: 15px;
}


.skill-list li:last-child {
    margin-bottom: 0;
}


.skill-list h4 {
    display: block;
    width: 144px;
    font-size: 13px;
}


.rating {
    margin-top: -6px;
}


.rating span {
  	background: #199cdb;
    display: inline-block;
    height: 2px;
    margin-right: 10px;
    width: 45px;
}


.rating span.transparent {
    opacity: 0.1;
	background:#888888;
}


.hb-list ul li{
	display:inline-block;
	text-align:center;
	margin-right:10px;
}


.hb-list ul li span{
  	border: 1px solid #199cdb;
    color: #199cdb;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 52px;
    margin: 0 auto;
    width: 50px;
	
}


.hb-list ul li h6{
	color:#777777;
	margin-top:10px;
	
}


.ast-list ul li {
	display:inline-block;
	background:#f5f5f5;
	width:100%;
	color:#333333;
}


.ast-list ul li span{
	padding:6px 0 6px 23px;
	display:inline-block;
}


.ast-list ul li:nth-child(2) {
	background:#f0f0f0;
}


.fact-list li{
	display:inline-block;
	padding:60px 0;
	color:#ffffff;
	position:relative;
}


.fact-list li:first-child{
	background:#199cdb;
}


.fact-list li:nth-child(2){
	background:#2396CE;
}


.fact-list li:nth-child(3){
	background:#228CC2;
}


.fact-list li:last-child{
	background:#1F83B5;
}


.fact-list li .inner-fact{
	margin-left: 45px;
}


.fact-list li span.ico-fact, .fact-list li .desc-fact{
	float: left;
}


.fact-list li .desc-fact{
	font-size:20px;
	line-height:32px;
	color:#ffffff;
}


.fact-list li .desc-fact span{
	display:block;
	font-size: 30px;
	margin-bottom: 2px;
}


.fact-list li span.ico-fact{
  	color: #ffffff;
    display: inline-block;
    font-size: 45px;
    line-height: 52px;
    margin-right: 30px;
    margin-top: 8px;
    position: relative;
    text-align: center;
    width: 45px;
}


.serv-ico, .serv-det {
    float: left;
}


.serv-ico span.ico {
   	color: #199cdb;
    display: inline-block;
    font-size: 45px;
    line-height: 52px;
    margin-left: 20px;
    margin-right: 40px;
    position: relative;
    text-align: center;
    width: 40px;
}


.serv-det {
    width: 234px;
}


.serv-det h5{
	text-transform:uppercase;
}


#client-carousel li {
    text-align: center;
}


#client-carousel li img {
    opacity: 0.4;
    width: 50%;
}


.testi-thumbs h3{
	font-size:30px;
}


.t-active span {
    opacity: 1 !important;
}


.thumbs li {
    display: inline;
    margin-right: 15px;
}


.thumbs li img {
	 border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    height: 60px;
    padding: 5px;
    width: 60px;
}


.thumbs li a {
    display: inline-block;
    position: relative;
}


.thumbs li a span {
    background-color: rgba(25,156,219, 0.9);
    background-image: url('quote.png');
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
   	display: block;
    height: 80%;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 80%;
}


.testi-details .td {
    display: none;
}


.testi-details .td.first {
    display: block;
}


.testi-details .td blockquote {
    font-size: 17px;
    line-height: 30px;
	color:#ffffff;
}


.testi-details .td h6 {
    color: #ffffff;
	text-transform:uppercase;
}


.testi-details .td span {
    font-size: 12px;
    position: relative;
	display:block;
	text-transform:none;
	color:#ffffff;
}


.block-table .table{
	border:1px solid #eaeaea;
}


.block-table .col-md-3:nth-child(3) .table{
	background:#199cdb;
	border:1px solid #199cdb;
	color:#ffffff;
	position:relative;
}


.block-table .col-md-3:nth-child(3) .table:before  {
    border-bottom: 30px solid #199cdb;
    border-left: 50px solid rgba(0, 0, 0, 0);
    border-right: 50px solid rgba(0, 0, 0, 0);
    bottom: -1px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -22px;
    width: 0;
	transform: translate3d(-50%, 0, 0px);
	-moz-transform:translate3d(-50%, 0, 0px);
	-webkit-transform :translate3d(-50%, 0, 0px);
	-ms-transform:translate3d(-50%, 0, 0px);
	-ms-transform:translate(-50%, 0px);
	-o-transform: translate3d(-50%, 0, 0px);
}


.block-table .col-md-3:nth-child(3) .block-price{
	color:#ffffff;
}


.block-table .col-md-3:nth-child(3) .table h6, .block-table .col-md-3:nth-child(3) .block-price span.dollar{
	color:#ffffff;
}


.block-table .col-md-3:nth-child(3) .but{
	color:#ffffff;
	border-color:#ffffff;
}


.block-table .col-md-3:nth-child(3) .but:hover{
	background:#ffffff;
	color:#199cdb;
}


.block-table .table h6{
	text-transform:uppercase;
	font-size: 16px;
	letter-spacing:3px;
}


.block-price{
	color:#199cdb;
}


.block-price span.dollar{
 	color: #199cdb;
    font-size: 12px;
    position: relative;
    top: -35px;
}


.block-price span.price{
	font-size: 60px;
}


.block-price  span.per{
	font-size: 12px;
}


.block-table .table ul > li{
	line-height:30px;
}


.block-table .table ul > li > span{
	opacity:.3;
}


.block-more-info p.short-email{
	top:0;
}


/*End resume section*/


/*Portfolio section*/


.block-filter ul {
    display: inline-block;
    position: relative;
}


.filter li {
    display: inline-block;
    font-size: 15px;
    margin-right:10px;
    position: relative;

}


.filter li a {
    border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius :20px;
	-ms-border-radius:20px;
	-o-border-radius: 20px;
    display: inline-block;
    padding: 5px 28px;
	border: 2px solid #eaeaea;
	color: #666666;
	background:#f0f0f0;
	transition: none;
	-ms-transition: none;
	-webkit-transition:none;
	-moz-transition: none;
	-o-transition: none;
	
}


.filter li a.active {
    background: #199cdb;
	color:#ffffff;
	border: 2px solid #228cc2;
}


.container .item-block.masonry {
    max-width: 100%;
	
}


.container .item-block{
    padding: 0 15px;
}


.item {
    margin-bottom: 30px;
    position: relative;
	overflow:hidden;
}


.item img{
	
    display: inline-block;
    width: 100%;
	margin:0 !important;
}


.item a .desc:before{  
	border: 1px solid rgba(255,255,255,.25);
    bottom: 10px;
    content: " ";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;

}


.item.disable a:hover img{
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
}


.disable:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12;
}


.item a .desc {
    background: rgba(35, 35, 35, 0.6) ;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}


.item a .desc:hover {
    opacity: 1;
}


.item a .desc h5 {
    bottom: 0;
    color: #ffffff;
    font-size: 13px;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	text-transform:uppercase;
}


.item a .desc span {
    display: inline-block;
    font-size: 12px;
    text-transform: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    height: 50px;
    margin: auto;
    bottom: 0;
    width: 100%;
}


.block-nav-work {
    display: inline-block;
    position: relative;
    width: 100%;
}


.block-nav-work ul {
    text-align: center;
}


.block-nav-work li {
    display: inline-block;
    margin: 0 2px;
}


.block-nav-work li a {
    border: 1px solid #efefef;
    color: #cccccc;
    display: inline-block;
    font-size: 15px;
    padding: 5px;
}


.block-nav-work li a:hover {
    color: #cd5353;
}


.block-single h1.large-title{
	font-size:40px;
	letter-spacing:20px;
	line-height:50px;
}


.block-single ul{
	font-size:13px;
}


/*End porfolio section*/


/*Blog section*/


.post-details{
	border:1px solid #eaeaea;
}


.post-details h4{
	font-size:15px;
	border-bottom:1px solid #eaeaea;
	padding-left:20px;
	padding-right:20px;

	
}


.post-details h4 a{
	color:#333333;
}


.post-meta{
	padding-left:20px;
	border-bottom:1px solid #eaeaea;
	font-size:13px;
}


.post-meta li {
    float:left;
    margin-right: 15px;
}


.post-meta i {
    font-size: 17px;
    margin-right: 8px;
    position: relative;
    top: 0;
}


.post-meta li.date {
 	background: #199cdb none repeat scroll 0 0;
    border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius :20px;
	-ms-border-radius:20px;
	-o-border-radius: 20px;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 15px;
    text-transform: uppercase;
	display:inline-block;
}


.post-meta li a {
    color: #777777;
}


.post-meta li a:hover {
    color: #199cdb;
}


.post p{
	padding-left:20px;
	padding-right:30px;
}


.post a.more{
	padding-left:20px;
	color:#199cdb;
	display:inline-block;
}


.block-quote {
    padding: 40px 30px 20px 35px;
    position: relative;
}


.block-quote i {
    position:absolute;
	right:30px;
	top:60px;
	font-size: 80px;
	color:#999999;
	opacity:.1;
}


.block-quote blockquote {
    font-family: "Georgia",Times New Roman,Times,serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    overflow: hidden;
}


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


.block-pagination ul li {
    color: #cccccc;
    display: inline;
    font-size: 12px;
}


.block-pagination ul li.prev a {
    border-radius: 3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius :3px 0 0 3px;
	-ms-border-radius:3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
}


.block-pagination ul li.next a {
    border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius : 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius:  0 3px 3px 0;
}


.block-pagination ul li a {
    background: #ffffff;
    border: 1px solid #eaeaea;
    color: #cccccc;
    float: left;
    height: 35px;
    line-height: 36px;
    margin-right: 5px;
    width: 35px;
}


.block-pagination ul li a:hover, .block-pagination ul li span:hover {
    color: #333333;
}


.block-pagination ul li a.selected {
    color: #199cdb;
}


.block-pagination ul li i {
    margin: 0;
    width: auto;
}


.block-comment .comments,  .block-reply .reply-form{
	padding: 50px;
	border:1px solid #eaeaea;
}


.comment-content {
    margin-bottom: 15px;
    margin-left: 120px;
}


.comments .author-img {
    float: left;
    height: 80px;
    padding: 8px;
    width: 80px;
	border:1px solid #eaeaea;
}


.comments .author-img img {
   	display: block;
    height: 100%;
    max-width: 100%;
}


.comment {
    position: relative;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #eaeaea;
}


.comments li:last-child .comment{
	border:none;
	margin-bottom: 0;
    padding-bottom: 0;
}


.comments a {
    display: inline-block;
}


.author a {
   	color: #333333;
    font-size: 12px;
    text-transform: uppercase;
}


.comment-content .date a {
    color: #199cdb;
    display: inline-block;
    font-size: 11px;
    position: relative;
    top: -5px;
}


.comments .replys {
    margin-left: 40px;
}


.comments .replys.children {
    margin-left: 80px;
}


.comments .reply-btn {
    left: -15px;
    position: relative;
    top: 18px;
}


.comments .reply-btn a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  background: #199cdb;
  border-radius: 6px;
 -moz-border-radius:6px;
 -webkit-border-radius :6px;
 -ms-border-radius:6px;
 -o-border-radius: 6px;
  font-size: 10px;
  margin-left: 20px;
  padding: 0 12px;
  position: relative;
}


.block-sidebar{
	padding:0 40px 40px;
}


.blog-widget{
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
    padding-bottom: 40px;
}


.blog-widget:last-child{
	border-bottom: 0;
}


.blog-widget h6{
	text-transform: uppercase;
	font-size:13px;
}


.search-form{
    position: relative;
	
}


.search-form input[type="text"] {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    width: 100%;
	font-size:12px;	
}


.search-form input[type="submit"] {
  	height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
	display:none;
	
}


.search-form  i {
    color: #333333;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
	cursor:pointer;
}


ul.latest-post li {
    margin-bottom: 12px;
    position: relative;
}


ul.latest-post span {
    color: #888888;
    display: block;
    font-size: 13px;
}


ul.latest-post a {
    display: block;
    width: 100%;
	color:#333333;
}


ul.latest-post a i {
   font-size: 12px;
   padding: 3px;
   position: absolute;
   right: 0;
   top: -3px;
}


/*End blog section*/


/*Contact section*/


.block-contact {
	position:relative;
}


#map{
	height: 800px;
	width:100%;
}


.contact-overlay {
    position: absolute;
    left: 9.33%;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform :translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
    width: 33%;
	padding:100px 50px 80px;
}


.input-columns .column1, .input-columns .column2 {
    float: left;
    width: 50%;
}


.input-columns .column1 .column-inner {
    padding: 0 15px 0 0;
}


.contact-form, .reply-form{
	position:relative;
}


.contact-form input[type="text"], .contact-form textarea, .reply-form input[type="text"], .reply-form textarea {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, 0);
    color: #ffffff;
    font-size: 12px;
    margin: 0 0 14px;
    outline: 0 none;
    overflow: hidden;
    padding: 9px 15px;
    resize: none;
    width: 100%;
	font-family:"open_sansregular",Arial,sans-serif;
}


.reply-form input[type="text"], .reply-form textarea {
    background: #ffffff;
    border: 1px solid #eaeaea;
    color: #777777;
}


.contact-form textarea, .reply-form textarea {
    color: #ffffff;
    width: 100%;
	font-family:"open_sansregular",Arial,sans-serif;
	height:150px;
}


.reply-form textarea {
	height:250px;
}


.reply-form textarea {
    color: #777777;
}


.contact-form .submit {
    cursor: pointer;
	border:none;
	float:right;
}


.reply-form .submit {
	float:right;
}


.contact-form *::-moz-placeholder{
    color: rgba(255, 255, 255, 1);
}


#success, #error {
    display: none;
    position: relative;
}


#success h2, #error h2 {
    color: #199cdb;
    font-size: 11px;
    left: 0;
    position: absolute;
    text-transform: none;
    top: 20px;
}


.errorForm {
    border: 1px solid #199cdb !important;
}


.info-ico, .info-det {
    float: left;
}


.info-ico span.ico {
   	color: #199cdb;
    display: inline-block;
    font-size: 50px;
    line-height: 52px;
    margin-left: 20px;
    margin-right: 40px;
    position: relative;
    text-align: center;
    width: 40px;
}


.info-det {
    width: 234px;
}


.info-det h5{
	text-transform:uppercase;
}


.block-feed h6{
	font-size: 13px;

}


.block-feed h6 i{
	margin-right: 5px;
    position: relative;
    top: -0.5px;
}


.insta-Feed li ,.insta-Feed li a{
	position:relative;
	display:inline;
	width:11%;
	
}


.insta-Feed li a{
	display:inline-block;

	
}


.insta-Feed li img {
	display:inline-block;
	width:100%;
	
	
}


.insta-Feed li a:before{
    background: rgba(51, 51, 51, 0.3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	left:0;
	top:0;
	z-index:0;
	display: block
}


.insta-Feed li a:hover:before{
	background: rgba(51, 51, 51, 0);
}


.socials.round {

	margin:0 auto;
	max-width:50%;
	
}


.socials.round li{
	margin-right:15px;
	margin-left:15px;
}


.socials.round li a{
	color:#777777;

	
}


.socials.round li a i{
	font-size:30px;
	color:#f0f0f0;
	margin-right:5px;
}


.socials.round li span{
	position: relative;
	top:-5px
}


.socials.round li a:hover{
	color:#199cdb;
}


.footer hr, .block-share hr{
	width:50%;
	border:none;
	border-bottom: 3px solid #f7f7f7;
	background:none;
	margin:0 auto;
}


.footer p{
	font-size:13px;
}


.footer p a{
	color:#333333;
	text-decoration:underline;
}


/*End contact section*/


/*UI to the top*/


#toTop {
    bottom: 100px;
    display: none;
    position: fixed;
    right: 50px;
    text-decoration: none;
    z-index: 10000;
}


#toTop i {
    background:#199cdb;
    color: #ffffff;
    font-size: 16px;
    padding: 3px 4px;
    z-index: 10000;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius :2px;
	-ms-border-radius:2px;
	-o-border-radius: 2px;
	position:relative;
	display:block;

}


#toTop:active, #toTop:focus {
    outline: medium none;
}


/*End UI to the top*/


/* -------------------- Media queries -------------------- */


@media screen and (max-width: 1366px) {
	.exp-det{width:255px;}
}


@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation: portrait) {
	
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.block-background-image{background-attachment: scroll;background-position:top center !important;}
	.img-profile img{left:-15px}
	.menu li a{padding:22px 15px 20px;}
	.name-profile h5{font-size:26px;}
	.block-about.one h2{font-size:18px;}
	.exp-det{width:150px;}
	.block-icon {top: 20px;}
	.rating span{width:30px;}
	.fact-list li .inner-fact{margin-left:30px;}
	.fact-list li span.ico-fact, .fact-list li .desc-fact{float:none;}
	.info-det {width: 170px;}
	.serv-det {width: 190px;}
	.block-service .col-md-4 img{margin-top:40px;}
	.block-list-services{margin-top: 0 !important;}
	.block-works .row .col-md-3{width:24.9%;}
	.socials.round {max-width:60%;}
	.footer hr, .block-share hr{width:60%;}
	.styler{display: none !important;}
	
}


@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation: landscape) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.block-background-image{background-attachment: scroll;background-position:top center !important;}
	.styler{display: none !important;}
	
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.block-background-image{background-attachment: scroll;background-position:top center !important;}
	.img-profile img{left:-15px}
	.menu li a{padding:22px 15px 20px;}
	.name-profile h5{font-size:26px;}
	.block-about.one h5{font-size:18px;}
	.exp-det{width:150px;}
	.block-icon {top: 20px;}
	.rating span{width:30px;}
	.fact-list li span.ico-fact, .fact-list li .desc-fact{float:none;}
	.info-det {width: 170px;}
	.serv-det {width: 190px;}
	.block-service .col-md-4 img{margin-top:40px;}
	.block-list-services{margin-top: 0 !important;}
	.block-works .row .col-md-3{width:24.9%;}
	.socials.round {max-width:60%;}
	.footer hr, .block-share hr{width:60%;}
	.styler{display: none !important;}

}


@media only screen and (min-width: 768px) and (max-width: 959px){
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.block-background-image{background-attachment: scroll;background-position:top center !important;}
	p.short-email{top:0;}
	.img-profile img, .menu li a i{display:none;}
	.container .col-sm-2.pd-0{width:100%;}
	.main-nav{min-height:65px;}
	.main-nav .menu.first{padding-top:5px;}
	.main-nav .menu.second{padding-bottom:20px;}
	a.mobile-btn{display: inline-block;position: absolute;top:23px;right:15px;z-index:1001;}
	.main-nav ul.menu{display:none;}
	.name-profile {display:none !important; }
	.main-nav ul.menu{text-align: left;width: 25%;}
	.name-profile h5{padding-bottom:10px;margin-left: 20px;text-align: left;position:static;}
	.menu li{border:none;display: inline;}
	.menu li a {display: block;left: 0;padding: 15px 8px 0;}
	.block-about { display: block;width: 100%;}
	.block-expertise .expertise {display:inline-block; margin-right: 30px;border-right:1px solid #e6e6e6;}
	.block-expertise .expertise:last-child{border:none;}
	.exp-ico, .exp-det, .info-ico, .info-det{float:none;}
	.exp-det {width: 185px;border:none;margin-left:0;}
	.exp-ico span.ico, .info-ico span.ico{width:auto;margin-right: 0;margin-bottom: 10px;margin-left:0;}
	.block-icon {top: 20px;}
	.rating span{width:43px;}
	.fact-list li .inner-fact{margin-left: 35px;}
	.fact-list li span.ico-fact{margin-top:0;text-align:left;margin-right:0;margin-bottom:10px;}
	.fact-list li .desc-fact{line-height:35px;}
	.serv-det{width: 234px;}
	.info-det {width: 100%;}
	.block-service .col-sm-4{width:50%;}
	.block-service .col-sm-4.img{display:none;}
	.block-list-services{margin-top: 0 !important;}
	.block-sidebar{display:none;}
	.latest .post a.more, .latest .post p, .latest .post-meta, .post-details.latest h2{padding-left:15px;}
	.block-quote {padding-right:40px;}
	.socials.round {max-width:75%;}
	.footer hr, .block-share hr{width:80%;}
	.contact-overlay{width:50%;}
	.block-info{display:inline-block;}
	.insta-Feed li, .insta-Feed li a{width:15%;}
	.styler{display: none !important;}
	

}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.block-background-image{background-attachment: scroll;background-position:top center !important;}
	body{font-size: 13px;}
	.block-teaser h1{font-size:40px;}
	.block-teaser h3{font-size: 14px;}
	h2.title{font-size:28px;}
	.img-profile img, .menu li a i{display:none;}
	p.short-email{text-align:left;margin-top:10px;}
	.main-nav{min-height:65px;}
	.main-nav .menu.first{padding-top:5px;}
	.main-nav .menu.second{padding-bottom:20px;}
	a.mobile-btn{display: inline-block;position: absolute;top:23px;right:15px;z-index:1001;}
	.main-nav ul.menu{display:none;}
	.name-profile {display:none !important; }
	.main-nav ul.menu{text-align: left;width: 25%;}
	.name-profile h5{padding-bottom:10px;margin-left: 20px;text-align: left;position:static;}
	.menu li{border:none;display: inline;}
	.menu li a {display: block;left: 0;padding: 15px 8px 0;}
	.block-about { display: block;width: 100%;}
	.block-expertise .expertise:last-child{border:none;}
	.exp-ico, .exp-det{float:left;}
	.exp-det {border-bottom: 1px solid #e6e6e6;margin-left: 0;width: 80%;}
	.exp-ico span.ico{margin-right:25px;;}
	.container .resume-boxe.masonry {width: 100%;}
	.rating span{width:60px;}
	.fact-list li{padding:40px 0;display:block; width:100%;}
	.fact-list li .inner-fact{margin-left:125px;}
	.fact-list li .desc-fact{line-height:35px;}
	.testi-thumbs h3 {font-size: 28px;line-height: 40px;}
	.thumbs li {margin-right:5px;}
	.thumbs li img {height: 50px;width: 50px;}
	.thumbs li a span{left:5px;right:5px;}
	.serv-det {width: 72%;}
	.block-service .col-sm-4.img{display:none;}
	.block-list-services{margin-top: 0 !important;}
	.block-service .col-sm-4:nth-child(3) ul li:last-child{margin-bottom:0 !important;}
	.block-filter{text-align:center;}
	.filter li{display:block; margin-right:0;margin-bottom:15px;}
	.block-single h1.large-title {font-size: 25px;line-height: 40px;}
	.block-sidebar{display:none;}
	.block-posts .col-md-4, .block-info, .table{margin-bottom:50px;}
	.post-meta {text-align:left;}
	.post-meta li{display:block; margin-bottom:10px;}
	.post-meta li:last-child, .block-posts .col-md-4:last-child, .col-md-3:last-child .table{margin-bottom:0;}
	.comments .author-img{float:none;}
	.comment-content {margin-bottom: 15px;margin-left: 0;margin-top: 60px;}
	.comments .replys.children {margin-left: 24px;}
	.input-columns .column1 .column-inner{padding:0;}
	.block-contact {margin-bottom: 324px;}
	.contact-overlay {left: 0;top: 101%; width: 100%;}
	.contact-form .submit,.reply-form .submit, .input-columns .column1, .input-columns .column2{float:none;width:100%;}
	.post-meta li{float:none;}
	.socials.round {display:block !important;max-width:100%;}
	.socials.round li{margin:0;display:inline-block;}
	.socials.round li a span{display:none;}
	.footer hr, .block-share hr{width:60%;}
	.block-info{display:inline-block;}
	.block-info-holder .col-sm-4:nth-child(3) .block-info{margin-bottom:0 !important;}
	.insta-Feed li, .insta-Feed li a{width:25%;}
	.insta-Feed li:last-child{display:none;}
	.styler{display: none !important;}
	
}


@media only screen and (max-width:479px) {
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.block-background-image{background-attachment: scroll;background-position:top center !important;}
	.block-teaser h1{font-size:40px;}
	h2.title{font-size:28px;}
	.img-profile img, .menu li a i{display:none;}
	p.short-email{text-align:left;margin-top:10px;}
	.main-nav{min-height:65px;}
	.main-nav .menu.first{padding-top:5px;}
	.main-nav .menu.second{padding-bottom:20px;}
	a.mobile-btn{display: inline-block;position: absolute;top:23px;right:15px;z-index:1001;}
	.main-nav ul.menu{display:none;}
	.name-profile {display:none !important; }
	.main-nav ul.menu{text-align: left;width: 25%;}
	.name-profile h5{padding-bottom:10px;margin-left: 20px;text-align: left;position:static;}
	.menu li{border:none;display: inline;}
	.menu li a {display: block;left: 0;padding: 15px 8px 0;}
	.block-about { display: block;width: 100%; padding: 95px 15px 46px;}
	.block-expertise .expertise {display:inline-block;}
	.block-expertise .expertise:last-child{border:none;}
	.exp-det {width: 220px;}
	.block-icon {right:30px;}
	.container .resume-boxe.masonry {width: 100%;}
	.rating span{width:35px;margin-right:5px;}
	.hb-list ul li:first-child{margin-bottom:10px;}
	.ast-list ul li span{display:block;font-size: 13px;}
	.fact-list li{padding:40px 0;display:block; width:100%;}
	.fact-list li .inner-fact{margin-left:60px;}
	.serv-ico span.ico{width:auto;margin-right: 0;margin-bottom: 10px;margin-left:0;}
	.testi-thumbs h3 {font-size: 28px;line-height: 40px;}
	.thumbs li {margin-right:5px;display:inline-block;}
	.thumbs li:last-child{margin-top:10px;}
	.thumbs li img {height: 50px;width: 50px;}
	.thumbs li a span{left:5px;right:5px;top:5px;}
	.testi-thumbs h3{font-size:22px; line-height: 35px;}
	.testi-details .td blockquote{font-size:16px; line-height:25px;}
	.serv-det, .info-det {width: 100%;}
	.block-service .col-sm-4.img{display:none;}
	.block-list-services{margin-top: 0 !important;}
	.block-service .col-sm-4:nth-child(3) ul li:last-child{margin-bottom:0 !important;} 
	.block-price span.price{font-size: 50px;}
	.block-filter{text-align:center;}
	.filter li{display:block; margin-right:0;margin-bottom:15px;}
	.block-single h1.large-title {font-size: 25px;line-height: 40px;}
	.block-sidebar{display:none;}
	.post-details h4{font-size: 14px;}
	.block-posts .col-md-4, .col-sm-4 .block-info, .table{margin-bottom:50px;}
	.post-meta {text-align:left;}
	.post-meta li{display:block; margin-bottom:10px;}
	.post-meta li:last-child, .block-posts .col-md-4:last-child, .col-sm-4:last-child .block-info, .col-md-3:last-child .table{margin-bottom:0;}
	.comments .author-img{float:none;}
	.comment-content {margin-bottom: 15px;margin-left: 0;margin-top: 60px;}
	.comments .replys.children {margin-left: 24px;}
	.input-columns .column1 .column-inner{padding:0;}
	.block-contact {margin-bottom: 324px;}
	.contact-overlay {left: 0;top: 101%; width: 100%;}
	.contact-form .submit,.reply-form .submit, .input-columns .column1, .input-columns .column2{float:none;width:100%;}
	.post-meta li{float:none;}
	.info-det {width: 190px;}
	.socials.round {display:block !important;max-width:100%;}
	.socials.round li{margin:0;display:inline-block;}
	.socials.round li a span{display:none;}
	.footer hr, .block-share hr{width:80%;}
	.block-info{display:inline-block;}
	.block-info-holder .col-sm-4:nth-child(3) .block-info{margin-bottom:0 !important;}
	.insta-Feed li, .insta-Feed li a{width:25%;}
	.insta-Feed li:last-child{display:none;}
	.styler{display: none !important;}

	
}


/* -------------------- End media queries -------------------- */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

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

/* display none until init */

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon 
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

*/

/* fix */

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


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


.owl-theme .owl-controls{
	text-align: center;
}


.owl-theme .owl-controls .owl-buttons{
	bottom: 50%;
    margin-bottom: -25px;
    position: absolute;
    text-align: center;
    width: 100%;
}


/* Styling Next and Prev buttons */


.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 25px;
	
}


.owl-theme .owl-controls .owl-buttons  .owl-prev{
	float:left;
}


.owl-theme .owl-controls .owl-buttons  .owl-next{
	float:right;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */


.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}


/* Styling Pagination*/


.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}


.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 5px;
	height: 5px;
	margin: 10px 3px;
	border-radius: 20px;
	background: #eaeaea;
	opacity:.6;
}


.owl-theme .owl-controls .owl-page.active span
{
	background: #cccccc;
	transform:scale(1.4);
	-webkit-transform: scale(1.4);
}


.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #cccccc;
}


/* If PaginationNumbers is true */


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


/* preloading images */


.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*# sourceMappingURL=styles.css.map*/