@charset "UTF-8";

/* ///===========================================================///*/

/* ********************** INVOICESHERPA STYLES *********************/

/* ///=========================================================///*/

/*!

 *

 *

 *

 */

/* ////===== BOOTSTRAP v3.3.7 =====//// */

/*!

 * Bootstrap v3.3.7 (http://getbootstrap.com)

 * Copyright 2011-2016 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;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

}



body {

  margin: 0;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

section,

summary {

  display: block;

}



audio,

canvas,

progress,

video {

  display: inline-block;

  vertical-align: baseline;

}



audio:not([controls]) {

  display: none;

  height: 0;

}



[hidden],

template {

  display: none;

}



a {

  background-color: transparent;

}



a:active,

a:hover {

  outline: 0;

}



abbr[title] {

  border-bottom: 1px dotted;

}



b,

strong {

  font-weight: bold;

}



dfn {

  font-style: italic;

}



h1 {

  font-size: 2em;

  margin: 0.67em 0;

}



mark {

  background: #ff0;

  color: #000;

}



small {

  font-size: 80%;

}



sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}



sup {

  top: -0.5em;

}



sub {

  bottom: -0.25em;

}



img {

  border: 0;

}



svg:not(:root) {

  overflow: hidden;

}



figure {

  margin: 1em 40px;

}



hr {

  box-sizing: content-box;

  height: 0;

}



pre {

  overflow: auto;

}



code,

kbd,

pre,

samp {

  font-family: monospace, monospace;

  font-size: 1em;

}



button,

input,

optgroup,

select,

textarea {

  color: inherit;

  font: inherit;

  margin: 0;

}



button {

  overflow: visible;

}



button,

select {

  text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  cursor: pointer;

}



button[disabled],

html input[disabled] {

  cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0;

}



input {

  line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}



input[type="search"] {

  -webkit-appearance: textfield;

  box-sizing: content-box;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}



fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;

}



legend {

  border: 0;

  padding: 0;

}



textarea {

  overflow: auto;

}



optgroup {

  font-weight: bold;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



td,

th {

  padding: 0;

}



/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {

  *,

  *:before,

  *:after {

    background: transparent !important;

    color: #000 !important;

    box-shadow: none !important;

    text-shadow: none !important;

  }

  a,

  a:visited {

    text-decoration: underline;

  }

  a[href]:after {

    content: " (" attr(href) ")";

  }

  abbr[title]:after {

    content: " (" attr(title) ")";

  }

  a[href^="#"]:after,

  a[href^="javascript:"]:after {

    content: "";

  }

  pre,

  blockquote {

    border: 1px solid #999;

    page-break-inside: avoid;

  }

  thead {

    display: table-header-group;

  }

  tr,

  img {

    page-break-inside: avoid;

  }

  img {

    max-width: 100% !important;

  }

  p,

  h2,

  h3 {

    orphans: 3;

    widows: 3;

  }

  h2,

  h3 {

    page-break-after: avoid;

  }

  .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: transparent;

}



body {

  font-family: roboto;

  font-size: 16px;

  line-height: 1.428571429;

  color: #4c637b;

  background-color: #fff;

}



input,

button,

select,

textarea {

  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

}



a {

  color: #67b930;

  text-decoration: none;

}



a:hover, a:focus {

  color: #509125;

  text-decoration: underline;

}



a:focus {

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



figure {

  margin: 0;

}



img {

  vertical-align: middle;

}



.img-responsive {

  display: block;

  max-width: 100%;

  height: auto;

}



.img-rounded {

  border-radius: 6px;

}



.img-thumbnail {

  padding: 4px;

  line-height: 1.428571429;

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 4px;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  display: inline-block;

  max-width: 100%;

  height: auto;

}



.img-circle {

  border-radius: 50%;

}



hr {

  margin-top: 22px;

  margin-bottom: 22px;

  border: 0;

  border-top: 1px solid #eeeeee;

}



.sr-only {

  position: absolute;

  width: 1px;

  height: 1px;

  margin: -1px;

  padding: 0;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  border: 0;

}



.sr-only-focusable:active, .sr-only-focusable:focus {

  position: static;

  width: auto;

  height: auto;

  margin: 0;

  overflow: visible;

  clip: auto;

}



[role="button"] {

  cursor: pointer;

}



h1, h2, h3, h4, h5, h6,

.h1, .h2, .h3, .h4, .h5, .h6 {

  font-family: inherit;

  font-weight: 300;

  line-height: 1.1;

  color: #4c637b;

}



h1 small,

h1 .small, h2 small,

h2 .small, h3 small,

h3 .small, h4 small,

h4 .small, h5 small,

h5 .small, h6 small,

h6 .small,

.h1 small,

.h1 .small, .h2 small,

.h2 .small, .h3 small,

.h3 .small, .h4 small,

.h4 .small, .h5 small,

.h5 .small, .h6 small,

.h6 .small {

  font-weight: normal;

  line-height: 1;

  color: #777777;

}



h1, .h1,

h2, .h2,

h3, .h3 {

  margin-top: 22px;

  margin-bottom: 11px;

}



h1 small,

h1 .small, .h1 small,

.h1 .small,

h2 small,

h2 .small, .h2 small,

.h2 .small,

h3 small,

h3 .small, .h3 small,

.h3 .small {

  font-size: 65%;

}



h4, .h4,

h5, .h5,

h6, .h6 {

  margin-top: 11px;

  margin-bottom: 11px;

}



h4 small,

h4 .small, .h4 small,

.h4 .small,

h5 small,

h5 .small, .h5 small,

.h5 .small,

h6 small,

h6 .small, .h6 small,

.h6 .small {

  font-size: 75%;

}



h1, .h1 {

  font-size: 36px;

}



h2, .h2 {

  font-size: 24px;

}



h3, .h3 {

  font-size: 20px;

}



h4, .h4 {

  font-size: 18px;

}



h5, .h5 {

  font-size: 16px;

}



h6, .h6 {

  font-size: 14px;

}



p {

  margin: 0 0 11px;

}



.lead {

  margin-bottom: 22px;

  font-size: 18px;

  font-weight: 300;

  line-height: 1.4;

}



@media (min-width: 768px) {

  .lead {

    font-size: 24px;

  }

}



small,

.small {

  font-size: 87%;

}



mark,

.mark {

  background-color: #fcf8e3;

  padding: .2em;

}



.text-left {

  text-align: left;

}



.text-right {

  text-align: right;

}



.text-center {

  text-align: center;

}



.text-justify {

  text-align: justify;

}



.text-nowrap {

  white-space: nowrap;

}



.text-lowercase {

  text-transform: lowercase;

}



.text-uppercase, .initialism {

  text-transform: uppercase;

}



.text-capitalize {

  text-transform: capitalize;

}



.text-muted {

  color: #777777;

}



.text-primary {

  color: #14abf4;

}



a.text-primary:hover,

a.text-primary:focus {

  color: #0a8ccb;

}



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

}



.bg-primary {

  background-color: #14abf4;

}



a.bg-primary:hover,

a.bg-primary:focus {

  background-color: #0a8ccb;

}



.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: 10px;

  margin: 44px 0 22px;

  border-bottom: 1px solid #eeeeee;

}



ul,

ol {

  margin-top: 0;

  margin-bottom: 11px;

}



ul ul,

ul ol,

ol ul,

ol ol {

  margin-bottom: 0;

}



.list-unstyled {

  padding-left: 0;

  list-style: none;

}



.list-inline {

  padding-left: 0;

  list-style: none;

  margin-left: -5px;

}



.list-inline > li {

  display: inline-block;

  padding-left: 5px;

  padding-right: 5px;

}



dl {

  margin-top: 0;

  margin-bottom: 22px;

}



dt,

dd {

  line-height: 1.428571429;

}



dt {

  font-weight: bold;

}



dd {

  margin-left: 0;

}



.dl-horizontal dd:before, .dl-horizontal dd:after {

  content: " ";

  display: table;

}



.dl-horizontal dd:after {

  clear: both;

}



@media (min-width: 768px) {

  .dl-horizontal dt {

    float: left;

    width: 160px;

    clear: left;

    text-align: right;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

  }

  .dl-horizontal dd {

    margin-left: 180px;

  }

}



abbr[title],

abbr[data-original-title] {

  cursor: help;

  border-bottom: 1px dotted #777777;

}



.initialism {

  font-size: 90%;

}



blockquote {

  padding: 11px 22px;

  margin: 0 0 22px;

  font-size: 20px;

  border-left: 5px solid #eeeeee;

}



blockquote p:last-child,

blockquote ul:last-child,

blockquote ol:last-child {

  margin-bottom: 0;

}



blockquote footer,

blockquote small,

blockquote .small {

  display: block;

  font-size: 80%;

  line-height: 1.428571429;

  color: #777777;

}



blockquote footer:before,

blockquote small:before,

blockquote .small:before {

  content: '\2014 \00A0';

}



.blockquote-reverse,

blockquote.pull-right {

  padding-right: 15px;

  padding-left: 0;

  border-right: 5px solid #eeeeee;

  border-left: 0;

  text-align: right;

}



.blockquote-reverse footer:before,

.blockquote-reverse small:before,

.blockquote-reverse .small:before,

blockquote.pull-right footer:before,

blockquote.pull-right small:before,

blockquote.pull-right .small:before {

  content: '';

}



.blockquote-reverse footer:after,

.blockquote-reverse small:after,

.blockquote-reverse .small:after,

blockquote.pull-right footer:after,

blockquote.pull-right small:after,

blockquote.pull-right .small:after {

  content: '\00A0 \2014';

}



address {

  margin-bottom: 22px;

  font-style: normal;

  line-height: 1.428571429;

}



code,

kbd,

pre,

samp {

  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;

}



code {

  padding: 2px 4px;

  font-size: 90%;

  color: #c7254e;

  background-color: #f9f2f4;

  border-radius: 4px;

}



kbd {

  padding: 2px 4px;

  font-size: 90%;

  color: #fff;

  background-color: #333;

  border-radius: 3px;

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);

}



kbd kbd {

  padding: 0;

  font-size: 100%;

  font-weight: bold;

  box-shadow: none;

}



pre {

  display: block;

  padding: 10.5px;

  margin: 0 0 11px;

  font-size: 15px;

  line-height: 1.428571429;

  word-break: break-all;

  word-wrap: break-word;

  color: #333333;

  background-color: #f5f5f5;

  border: 1px solid #ccc;

  border-radius: 4px;

}



pre code {

  padding: 0;

  font-size: inherit;

  color: inherit;

  white-space: pre-wrap;

  background-color: transparent;

  border-radius: 0;

}



.pre-scrollable {

  max-height: 340px;

  overflow-y: scroll;

}



.container {

  margin-right: auto;

  margin-left: auto;

  padding-left: 15px;

  padding-right: 15px;

}



.container:before, .container:after {

  content: " ";

  display: table;

}



.container:after {

  clear: both;

}



@media (min-width: 768px) {

  .container {

    width: 750px;

  }

}



@media (min-width: 992px) {

  .container {

    width: 970px;

  }

}



@media (min-width: 1200px) {

  .container {

    width: 1170px;

  }

}



.container-fluid {

  margin-right: auto;

  margin-left: auto;

  padding-left: 15px;

  padding-right: 15px;

}



.container-fluid:before, .container-fluid:after {

  content: " ";

  display: table;

}



.container-fluid:after {

  clear: both;

}



.row {

  margin-left: -15px;

  margin-right: -15px;

}



.row:before, .row:after {

  content: " ";

  display: table;

}



.row:after {

  clear: both;

}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

  position: relative;

  min-height: 1px;

  padding-left: 15px;

  padding-right: 15px;

}



.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {

  float: left;

}



.col-xs-1 {

  width: 8.3333333333%;

}



.col-xs-2 {

  width: 16.6666666667%;

}



.col-xs-3 {

  width: 25%;

}



.col-xs-4 {

  width: 33.3333333333%;

}



.col-xs-5 {

  width: 41.6666666667%;

}



.col-xs-6 {

  width: 50%;

}



.col-xs-7 {

  width: 58.3333333333%;

}



.col-xs-8 {

  width: 66.6666666667%;

}



.col-xs-9 {

  width: 75%;

}



.col-xs-10 {

  width: 83.3333333333%;

}



.col-xs-11 {

  width: 91.6666666667%;

}



.col-xs-12 {

  width: 100%;

}



.col-xs-pull-0 {

  right: auto;

}



.col-xs-pull-1 {

  right: 8.3333333333%;

}



.col-xs-pull-2 {

  right: 16.6666666667%;

}



.col-xs-pull-3 {

  right: 25%;

}



.col-xs-pull-4 {

  right: 33.3333333333%;

}



.col-xs-pull-5 {

  right: 41.6666666667%;

}



.col-xs-pull-6 {

  right: 50%;

}



.col-xs-pull-7 {

  right: 58.3333333333%;

}



.col-xs-pull-8 {

  right: 66.6666666667%;

}



.col-xs-pull-9 {

  right: 75%;

}



.col-xs-pull-10 {

  right: 83.3333333333%;

}



.col-xs-pull-11 {

  right: 91.6666666667%;

}



.col-xs-pull-12 {

  right: 100%;

}



.col-xs-push-0 {

  left: auto;

}



.col-xs-push-1 {

  left: 8.3333333333%;

}



.col-xs-push-2 {

  left: 16.6666666667%;

}



.col-xs-push-3 {

  left: 25%;

}



.col-xs-push-4 {

  left: 33.3333333333%;

}



.col-xs-push-5 {

  left: 41.6666666667%;

}



.col-xs-push-6 {

  left: 50%;

}



.col-xs-push-7 {

  left: 58.3333333333%;

}



.col-xs-push-8 {

  left: 66.6666666667%;

}



.col-xs-push-9 {

  left: 75%;

}



.col-xs-push-10 {

  left: 83.3333333333%;

}



.col-xs-push-11 {

  left: 91.6666666667%;

}



.col-xs-push-12 {

  left: 100%;

}



.col-xs-offset-0 {

  margin-left: 0%;

}



.col-xs-offset-1 {

  margin-left: 8.3333333333%;

}



.col-xs-offset-2 {

  margin-left: 16.6666666667%;

}



.col-xs-offset-3 {

  margin-left: 25%;

}



.col-xs-offset-4 {

  margin-left: 33.3333333333%;

}



.col-xs-offset-5 {

  margin-left: 41.6666666667%;

}



.col-xs-offset-6 {

  margin-left: 50%;

}



.col-xs-offset-7 {

  margin-left: 58.3333333333%;

}



.col-xs-offset-8 {

  margin-left: 66.6666666667%;

}



.col-xs-offset-9 {

  margin-left: 75%;

}



.col-xs-offset-10 {

  margin-left: 83.3333333333%;

}



.col-xs-offset-11 {

  margin-left: 91.6666666667%;

}



.col-xs-offset-12 {

  margin-left: 100%;

}



@media (min-width: 768px) {

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {

    float: left;

  }

  .col-sm-1 {

    width: 8.3333333333%;

  }

  .col-sm-2 {

    width: 16.6666666667%;

  }

  .col-sm-3 {

    width: 25%;

  }

  .col-sm-4 {

    width: 33.3333333333%;

  }

  .col-sm-5 {

    width: 41.6666666667%;

  }

  .col-sm-6 {

    width: 50%;

  }

  .col-sm-7 {

    width: 58.3333333333%;

  }

  .col-sm-8 {

    width: 66.6666666667%;

  }

  .col-sm-9 {

    width: 75%;

  }

  .col-sm-10 {

    width: 83.3333333333%;

  }

  .col-sm-11 {

    width: 91.6666666667%;

  }

  .col-sm-12 {

    width: 100%;

  }

  .col-sm-pull-0 {

    right: auto;

  }

  .col-sm-pull-1 {

    right: 8.3333333333%;

  }

  .col-sm-pull-2 {

    right: 16.6666666667%;

  }

  .col-sm-pull-3 {

    right: 25%;

  }

  .col-sm-pull-4 {

    right: 33.3333333333%;

  }

  .col-sm-pull-5 {

    right: 41.6666666667%;

  }

  .col-sm-pull-6 {

    right: 50%;

  }

  .col-sm-pull-7 {

    right: 58.3333333333%;

  }

  .col-sm-pull-8 {

    right: 66.6666666667%;

  }

  .col-sm-pull-9 {

    right: 75%;

  }

  .col-sm-pull-10 {

    right: 83.3333333333%;

  }

  .col-sm-pull-11 {

    right: 91.6666666667%;

  }

  .col-sm-pull-12 {

    right: 100%;

  }

  .col-sm-push-0 {

    left: auto;

  }

  .col-sm-push-1 {

    left: 8.3333333333%;

  }

  .col-sm-push-2 {

    left: 16.6666666667%;

  }

  .col-sm-push-3 {

    left: 25%;

  }

  .col-sm-push-4 {

    left: 33.3333333333%;

  }

  .col-sm-push-5 {

    left: 41.6666666667%;

  }

  .col-sm-push-6 {

    left: 50%;

  }

  .col-sm-push-7 {

    left: 58.3333333333%;

  }

  .col-sm-push-8 {

    left: 66.6666666667%;

  }

  .col-sm-push-9 {

    left: 75%;

  }

  .col-sm-push-10 {

    left: 83.3333333333%;

  }

  .col-sm-push-11 {

    left: 91.6666666667%;

  }

  .col-sm-push-12 {

    left: 100%;

  }

  .col-sm-offset-0 {

    margin-left: 0%;

  }

  .col-sm-offset-1 {

    margin-left: 8.3333333333%;

  }

  .col-sm-offset-2 {

    margin-left: 16.6666666667%;

  }

  .col-sm-offset-3 {

    margin-left: 25%;

  }

  .col-sm-offset-4 {

    margin-left: 33.3333333333%;

  }

  .col-sm-offset-5 {

    margin-left: 41.6666666667%;

  }

  .col-sm-offset-6 {

    margin-left: 50%;

  }

  .col-sm-offset-7 {

    margin-left: 58.3333333333%;

  }

  .col-sm-offset-8 {

    margin-left: 66.6666666667%;

  }

  .col-sm-offset-9 {

    margin-left: 75%;

  }

  .col-sm-offset-10 {

    margin-left: 83.3333333333%;

  }

  .col-sm-offset-11 {

    margin-left: 91.6666666667%;

  }

  .col-sm-offset-12 {

    margin-left: 100%;

  }

}



@media (min-width: 992px) {

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {

    float: left;

  }

  .col-md-1 {

    width: 8.3333333333%;

  }

  .col-md-2 {

    width: 16.6666666667%;

  }

  .col-md-3 {

    width: 25%;

  }

  .col-md-4 {

    width: 33.3333333333%;

  }

  .col-md-5 {

    width: 41.6666666667%;

  }

  .col-md-6 {

    width: 50%;

  }

  .col-md-7 {

    width: 58.3333333333%;

  }

  .col-md-8 {

    width: 66.6666666667%;

  }

  .col-md-9 {

    width: 75%;

  }

  .col-md-10 {

    width: 83.3333333333%;

  }

  .col-md-11 {

    width: 91.6666666667%;

  }

  .col-md-12 {

    width: 100%;

  }

  .col-md-pull-0 {

    right: auto;

  }

  .col-md-pull-1 {

    right: 8.3333333333%;

  }

  .col-md-pull-2 {

    right: 16.6666666667%;

  }

  .col-md-pull-3 {

    right: 25%;

  }

  .col-md-pull-4 {

    right: 33.3333333333%;

  }

  .col-md-pull-5 {

    right: 41.6666666667%;

  }

  .col-md-pull-6 {

    right: 50%;

  }

  .col-md-pull-7 {

    right: 58.3333333333%;

  }

  .col-md-pull-8 {

    right: 66.6666666667%;

  }

  .col-md-pull-9 {

    right: 75%;

  }

  .col-md-pull-10 {

    right: 83.3333333333%;

  }

  .col-md-pull-11 {

    right: 91.6666666667%;

  }

  .col-md-pull-12 {

    right: 100%;

  }

  .col-md-push-0 {

    left: auto;

  }

  .col-md-push-1 {

    left: 8.3333333333%;

  }

  .col-md-push-2 {

    left: 16.6666666667%;

  }

  .col-md-push-3 {

    left: 25%;

  }

  .col-md-push-4 {

    left: 33.3333333333%;

  }

  .col-md-push-5 {

    left: 41.6666666667%;

  }

  .col-md-push-6 {

    left: 50%;

  }

  .col-md-push-7 {

    left: 58.3333333333%;

  }

  .col-md-push-8 {

    left: 66.6666666667%;

  }

  .col-md-push-9 {

    left: 75%;

  }

  .col-md-push-10 {

    left: 83.3333333333%;

  }

  .col-md-push-11 {

    left: 91.6666666667%;

  }

  .col-md-push-12 {

    left: 100%;

  }

  .col-md-offset-0 {

    margin-left: 0%;

  }

  .col-md-offset-1 {

    margin-left: 8.3333333333%;

  }

  .col-md-offset-2 {

    margin-left: 16.6666666667%;

  }

  .col-md-offset-3 {

    margin-left: 25%;

  }

  .col-md-offset-4 {

    margin-left: 33.3333333333%;

  }

  .col-md-offset-5 {

    margin-left: 41.6666666667%;

  }

  .col-md-offset-6 {

    margin-left: 50%;

  }

  .col-md-offset-7 {

    margin-left: 58.3333333333%;

  }

  .col-md-offset-8 {

    margin-left: 66.6666666667%;

  }

  .col-md-offset-9 {

    margin-left: 75%;

  }

  .col-md-offset-10 {

    margin-left: 83.3333333333%;

  }

  .col-md-offset-11 {

    margin-left: 91.6666666667%;

  }

  .col-md-offset-12 {

    margin-left: 100%;

  }

}



@media (min-width: 1200px) {

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {

    float: left;

  }

  .col-lg-1 {

    width: 8.3333333333%;

  }

  .col-lg-2 {

    width: 16.6666666667%;

  }

  .col-lg-3 {

    width: 25%;

  }

  .col-lg-4 {

    width: 33.3333333333%;

  }

  .col-lg-5 {

    width: 41.6666666667%;

  }

  .col-lg-6 {

    width: 50%;

  }

  .col-lg-7 {

    width: 58.3333333333%;

  }

  .col-lg-8 {

    width: 66.6666666667%;

  }

  .col-lg-9 {

    width: 75%;

  }

  .col-lg-10 {

    width: 83.3333333333%;

  }

  .col-lg-11 {

    width: 91.6666666667%;

  }

  .col-lg-12 {

    width: 100%;

  }

  .col-lg-pull-0 {

    right: auto;

  }

  .col-lg-pull-1 {

    right: 8.3333333333%;

  }

  .col-lg-pull-2 {

    right: 16.6666666667%;

  }

  .col-lg-pull-3 {

    right: 25%;

  }

  .col-lg-pull-4 {

    right: 33.3333333333%;

  }

  .col-lg-pull-5 {

    right: 41.6666666667%;

  }

  .col-lg-pull-6 {

    right: 50%;

  }

  .col-lg-pull-7 {

    right: 58.3333333333%;

  }

  .col-lg-pull-8 {

    right: 66.6666666667%;

  }

  .col-lg-pull-9 {

    right: 75%;

  }

  .col-lg-pull-10 {

    right: 83.3333333333%;

  }

  .col-lg-pull-11 {

    right: 91.6666666667%;

  }

  .col-lg-pull-12 {

    right: 100%;

  }

  .col-lg-push-0 {

    left: auto;

  }

  .col-lg-push-1 {

    left: 8.3333333333%;

  }

  .col-lg-push-2 {

    left: 16.6666666667%;

  }

  .col-lg-push-3 {

    left: 25%;

  }

  .col-lg-push-4 {

    left: 33.3333333333%;

  }

  .col-lg-push-5 {

    left: 41.6666666667%;

  }

  .col-lg-push-6 {

    left: 50%;

  }

  .col-lg-push-7 {

    left: 58.3333333333%;

  }

  .col-lg-push-8 {

    left: 66.6666666667%;

  }

  .col-lg-push-9 {

    left: 75%;

  }

  .col-lg-push-10 {

    left: 83.3333333333%;

  }

  .col-lg-push-11 {

    left: 91.6666666667%;

  }

  .col-lg-push-12 {

    left: 100%;

  }

  .col-lg-offset-0 {

    margin-left: 0%;

  }

  .col-lg-offset-1 {

    margin-left: 8.3333333333%;

  }

  .col-lg-offset-2 {

    margin-left: 16.6666666667%;

  }

  .col-lg-offset-3 {

    margin-left: 25%;

  }

  .col-lg-offset-4 {

    margin-left: 33.3333333333%;

  }

  .col-lg-offset-5 {

    margin-left: 41.6666666667%;

  }

  .col-lg-offset-6 {

    margin-left: 50%;

  }

  .col-lg-offset-7 {

    margin-left: 58.3333333333%;

  }

  .col-lg-offset-8 {

    margin-left: 66.6666666667%;

  }

  .col-lg-offset-9 {

    margin-left: 75%;

  }

  .col-lg-offset-10 {

    margin-left: 83.3333333333%;

  }

  .col-lg-offset-11 {

    margin-left: 91.6666666667%;

  }

  .col-lg-offset-12 {

    margin-left: 100%;

  }

}



table {

  background-color: transparent;

}



caption {

  padding-top: 8px;

  padding-bottom: 8px;

  color: #777777;

  text-align: left;

}



th {

  text-align: left;

}



.table {

  width: 100%;

  max-width: 100%;

  margin-bottom: 22px;

}



.table > thead > tr > th,

.table > thead > tr > td,

.table > tbody > tr > th,

.table > tbody > tr > td,

.table > tfoot > tr > th,

.table > tfoot > tr > td {

  padding: 8px;

  line-height: 1.428571429;

  vertical-align: top;

  border-top: 1px solid #ddd;

}



.table > thead > tr > th {

  vertical-align: bottom;

  border-bottom: 2px solid #ddd;

}



.table > caption + thead > tr:first-child > th,

.table > caption + thead > tr:first-child > td,

.table > colgroup + thead > tr:first-child > th,

.table > colgroup + thead > tr:first-child > td,

.table > thead:first-child > tr:first-child > th,

.table > thead:first-child > tr:first-child > td {

  border-top: 0;

}



.table > tbody + tbody {

  border-top: 2px solid #ddd;

}



.table .table {

  background-color: #fff;

}



.table-condensed > thead > tr > th,

.table-condensed > thead > tr > td,

.table-condensed > tbody > tr > th,

.table-condensed > tbody > tr > td,

.table-condensed > tfoot > tr > th,

.table-condensed > tfoot > tr > td {

  padding: 5px;

}



.table-bordered {

  border: 1px solid #ddd;

}



.table-bordered > thead > tr > th,

.table-bordered > thead > tr > td,

.table-bordered > tbody > tr > th,

.table-bordered > tbody > tr > td,

.table-bordered > tfoot > tr > th,

.table-bordered > tfoot > tr > td {

  border: 1px solid #ddd;

}



.table-bordered > thead > tr > th,

.table-bordered > thead > tr > td {

  border-bottom-width: 2px;

}



.table-striped > tbody > tr:nth-of-type(odd) {

  background-color: #f9f9f9;

}



.table-hover > tbody > tr:hover {

  background-color: #f5f5f5;

}



table col[class*="col-"] {

  position: static;

  float: none;

  display: table-column;

}



table td[class*="col-"],

table th[class*="col-"] {

  position: static;

  float: none;

  display: table-cell;

}



.table > thead > tr > td.active,

.table > thead > tr > th.active,

.table > thead > tr.active > td,

.table > thead > tr.active > th,

.table > tbody > tr > td.active,

.table > tbody > tr > th.active,

.table > tbody > tr.active > td,

.table > tbody > tr.active > th,

.table > tfoot > tr > td.active,

.table > tfoot > tr > th.active,

.table > tfoot > tr.active > td,

.table > tfoot > tr.active > th {

  background-color: #f5f5f5;

}



.table-hover > tbody > tr > td.active:hover,

.table-hover > tbody > tr > th.active:hover,

.table-hover > tbody > tr.active:hover > td,

.table-hover > tbody > tr:hover > .active,

.table-hover > tbody > tr.active:hover > th {

  background-color: #e8e8e8;

}



.table > thead > tr > td.success,

.table > thead > tr > th.success,

.table > thead > tr.success > td,

.table > thead > tr.success > th,

.table > tbody > tr > td.success,

.table > tbody > tr > th.success,

.table > tbody > tr.success > td,

.table > tbody > tr.success > th,

.table > tfoot > tr > td.success,

.table > tfoot > tr > th.success,

.table > tfoot > tr.success > td,

.table > tfoot > tr.success > th {

  background-color: #dff0d8;

}



.table-hover > tbody > tr > td.success:hover,

.table-hover > tbody > tr > th.success:hover,

.table-hover > tbody > tr.success:hover > td,

.table-hover > tbody > tr:hover > .success,

.table-hover > tbody > tr.success:hover > th {

  background-color: #d0e9c6;

}



.table > thead > tr > td.info,

.table > thead > tr > th.info,

.table > thead > tr.info > td,

.table > thead > tr.info > th,

.table > tbody > tr > td.info,

.table > tbody > tr > th.info,

.table > tbody > tr.info > td,

.table > tbody > tr.info > th,

.table > tfoot > tr > td.info,

.table > tfoot > tr > th.info,

.table > tfoot > tr.info > td,

.table > tfoot > tr.info > th {

  background-color: #d9edf7;

}



.table-hover > tbody > tr > td.info:hover,

.table-hover > tbody > tr > th.info:hover,

.table-hover > tbody > tr.info:hover > td,

.table-hover > tbody > tr:hover > .info,

.table-hover > tbody > tr.info:hover > th {

  background-color: #c4e3f3;

}



.table > thead > tr > td.warning,

.table > thead > tr > th.warning,

.table > thead > tr.warning > td,

.table > thead > tr.warning > th,

.table > tbody > tr > td.warning,

.table > tbody > tr > th.warning,

.table > tbody > tr.warning > td,

.table > tbody > tr.warning > th,

.table > tfoot > tr > td.warning,

.table > tfoot > tr > th.warning,

.table > tfoot > tr.warning > td,

.table > tfoot > tr.warning > th {

  background-color: #fcf8e3;

}



.table-hover > tbody > tr > td.warning:hover,

.table-hover > tbody > tr > th.warning:hover,

.table-hover > tbody > tr.warning:hover > td,

.table-hover > tbody > tr:hover > .warning,

.table-hover > tbody > tr.warning:hover > th {

  background-color: #faf2cc;

}



.table > thead > tr > td.danger,

.table > thead > tr > th.danger,

.table > thead > tr.danger > td,

.table > thead > tr.danger > th,

.table > tbody > tr > td.danger,

.table > tbody > tr > th.danger,

.table > tbody > tr.danger > td,

.table > tbody > tr.danger > th,

.table > tfoot > tr > td.danger,

.table > tfoot > tr > th.danger,

.table > tfoot > tr.danger > td,

.table > tfoot > tr.danger > th {

  background-color: #f2dede;

}



.table-hover > tbody > tr > td.danger:hover,

.table-hover > tbody > tr > th.danger:hover,

.table-hover > tbody > tr.danger:hover > td,

.table-hover > tbody > tr:hover > .danger,

.table-hover > tbody > tr.danger:hover > th {

  background-color: #ebcccc;

}



.table-responsive {

  overflow-x: auto;

  min-height: 0.01%;

}



@media screen and (max-width: 767px) {

  .table-responsive {

    width: 100%;

    margin-bottom: 16.5px;

    overflow-y: hidden;

    -ms-overflow-style: -ms-autohiding-scrollbar;

    border: 1px solid #ddd;

  }

  .table-responsive > .table {

    margin-bottom: 0;

  }

  .table-responsive > .table > thead > tr > th,

  .table-responsive > .table > thead > tr > td,

  .table-responsive > .table > tbody > tr > th,

  .table-responsive > .table > tbody > tr > td,

  .table-responsive > .table > tfoot > tr > th,

  .table-responsive > .table > tfoot > tr > td {

    white-space: nowrap;

  }

  .table-responsive > .table-bordered {

    border: 0;

  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,

  .table-responsive > .table-bordered > thead > tr > td:first-child,

  .table-responsive > .table-bordered > tbody > tr > th:first-child,

  .table-responsive > .table-bordered > tbody > tr > td:first-child,

  .table-responsive > .table-bordered > tfoot > tr > th:first-child,

  .table-responsive > .table-bordered > tfoot > tr > td:first-child {

    border-left: 0;

  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,

  .table-responsive > .table-bordered > thead > tr > td:last-child,

  .table-responsive > .table-bordered > tbody > tr > th:last-child,

  .table-responsive > .table-bordered > tbody > tr > td:last-child,

  .table-responsive > .table-bordered > tfoot > tr > th:last-child,

  .table-responsive > .table-bordered > tfoot > tr > td:last-child {

    border-right: 0;

  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,

  .table-responsive > .table-bordered > tbody > tr:last-child > td,

  .table-responsive > .table-bordered > tfoot > tr:last-child > th,

  .table-responsive > .table-bordered > tfoot > tr:last-child > td {

    border-bottom: 0;

  }

}



fieldset {

  padding: 0;

  margin: 0;

  border: 0;

  min-width: 0;

}



legend {

  display: block;

  width: 100%;

  padding: 0;

  margin-bottom: 22px;

  font-size: 24px;

  line-height: inherit;

  color: #333333;

  border: 0;

  border-bottom: 1px solid #e5e5e5;

}



label {

  display: inline-block;

  max-width: 100%;

  margin-bottom: 5px;

  font-weight: bold;

}



input[type="search"] {

  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: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



output {

  display: block;

  padding-top: 7px;

  font-size: 16px;

  line-height: 1.428571429;

  color: #555555;

}



.form-control {

  display: block;

  width: 100%;

  height: 36px;

  padding: 6px 12px;

  font-size: 16px;

  line-height: 1.428571429;

  color: #555555;

  background-color: #fff;

  background-image: none;

  border: 1px solid #ccc;

  border-radius: 4px;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}



.form-control:focus {

  border-color: #66afe9;

  outline: 0;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

}



.form-control::-moz-placeholder {

  color: #999;

  opacity: 1;

}



.form-control:-ms-input-placeholder {

  color: #999;

}



.form-control::-webkit-input-placeholder {

  color: #999;

}



.form-control::-ms-expand {

  border: 0;

  background-color: transparent;

}



.form-control[disabled], .form-control[readonly],

fieldset[disabled] .form-control {

  background-color: #eeeeee;

  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: 36px;

  }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,

  .input-group-sm > input[type="date"].input-group-addon,

  .input-group-sm > .input-group-btn > input[type="date"].btn,

  .input-group-sm input[type="date"],

  input[type="time"].input-sm,

  .input-group-sm > input[type="time"].form-control,

  .input-group-sm > input[type="time"].input-group-addon,

  .input-group-sm > .input-group-btn > input[type="time"].btn,

  .input-group-sm

  input[type="time"],

  input[type="datetime-local"].input-sm,

  .input-group-sm > input[type="datetime-local"].form-control,

  .input-group-sm > input[type="datetime-local"].input-group-addon,

  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,

  .input-group-sm

  input[type="datetime-local"],

  input[type="month"].input-sm,

  .input-group-sm > input[type="month"].form-control,

  .input-group-sm > input[type="month"].input-group-addon,

  .input-group-sm > .input-group-btn > input[type="month"].btn,

  .input-group-sm

  input[type="month"] {

    line-height: 33px;

  }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,

  .input-group-lg > input[type="date"].input-group-addon,

  .input-group-lg > .input-group-btn > input[type="date"].btn,

  .input-group-lg input[type="date"],

  input[type="time"].input-lg,

  .input-group-lg > input[type="time"].form-control,

  .input-group-lg > input[type="time"].input-group-addon,

  .input-group-lg > .input-group-btn > input[type="time"].btn,

  .input-group-lg

  input[type="time"],

  input[type="datetime-local"].input-lg,

  .input-group-lg > input[type="datetime-local"].form-control,

  .input-group-lg > input[type="datetime-local"].input-group-addon,

  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,

  .input-group-lg

  input[type="datetime-local"],

  input[type="month"].input-lg,

  .input-group-lg > input[type="month"].form-control,

  .input-group-lg > input[type="month"].input-group-addon,

  .input-group-lg > .input-group-btn > input[type="month"].btn,

  .input-group-lg

  input[type="month"] {

    line-height: 49px;

  }

}



.form-group {

  margin-bottom: 15px;

}



.radio,

.checkbox {

  position: relative;

  display: block;

  margin-top: 10px;

  margin-bottom: 10px;

}



.radio label,

.checkbox label {

  min-height: 22px;

  padding-left: 20px;

  margin-bottom: 0;

  font-weight: normal;

  cursor: pointer;

}



.radio input[type="radio"],

.radio-inline input[type="radio"],

.checkbox input[type="checkbox"],

.checkbox-inline input[type="checkbox"] {

  position: absolute;

  margin-left: -20px;

  margin-top: 4px \9;

}



.radio + .radio,

.checkbox + .checkbox {

  margin-top: -5px;

}



.radio-inline,

.checkbox-inline {

  position: relative;

  display: inline-block;

  padding-left: 20px;

  margin-bottom: 0;

  vertical-align: middle;

  font-weight: normal;

  cursor: pointer;

}



.radio-inline + .radio-inline,

.checkbox-inline + .checkbox-inline {

  margin-top: 0;

  margin-left: 10px;

}



input[type="radio"][disabled], input[type="radio"].disabled,

fieldset[disabled] input[type="radio"],

input[type="checkbox"][disabled],

input[type="checkbox"].disabled,

fieldset[disabled]

input[type="checkbox"] {

  cursor: not-allowed;

}



.radio-inline.disabled,

fieldset[disabled] .radio-inline,

.checkbox-inline.disabled,

fieldset[disabled]

.checkbox-inline {

  cursor: not-allowed;

}



.radio.disabled label,

fieldset[disabled] .radio label,

.checkbox.disabled label,

fieldset[disabled]

.checkbox label {

  cursor: not-allowed;

}



.form-control-static {

  padding-top: 7px;

  padding-bottom: 7px;

  margin-bottom: 0;

  min-height: 38px;

}



.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,

.input-group-lg > .form-control-static.input-group-addon,

.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,

.input-group-sm > .form-control-static.input-group-addon,

.input-group-sm > .input-group-btn > .form-control-static.btn {

  padding-left: 0;

  padding-right: 0;

}



.input-sm, .input-group-sm > .form-control,

.input-group-sm > .input-group-addon,

.input-group-sm > .input-group-btn > .btn {

  height: 33px;

  padding: 5px 10px;

  font-size: 14px;

  line-height: 1.5;

  border-radius: 3px;

}



select.input-sm, .input-group-sm > select.form-control,

.input-group-sm > select.input-group-addon,

.input-group-sm > .input-group-btn > select.btn {

  height: 33px;

  line-height: 33px;

}



textarea.input-sm, .input-group-sm > textarea.form-control,

.input-group-sm > textarea.input-group-addon,

.input-group-sm > .input-group-btn > textarea.btn,

select[multiple].input-sm,

.input-group-sm > select[multiple].form-control,

.input-group-sm > select[multiple].input-group-addon,

.input-group-sm > .input-group-btn > select[multiple].btn {

  height: auto;

}



.form-group-sm .form-control {

  height: 33px;

  padding: 5px 10px;

  font-size: 14px;

  line-height: 1.5;

  border-radius: 3px;

}



.form-group-sm select.form-control {

  height: 33px;

  line-height: 33px;

}



.form-group-sm textarea.form-control,

.form-group-sm select[multiple].form-control {

  height: auto;

}



.form-group-sm .form-control-static {

  height: 33px;

  min-height: 36px;

  padding: 6px 10px;

  font-size: 14px;

  line-height: 1.5;

}



.input-lg, .input-group-lg > .form-control,

.input-group-lg > .input-group-addon,

.input-group-lg > .input-group-btn > .btn {

  height: 49px;

  padding: 10px 16px;

  font-size: 20px;

  line-height: 1.3333333;

  border-radius: 6px;

}



select.input-lg, .input-group-lg > select.form-control,

.input-group-lg > select.input-group-addon,

.input-group-lg > .input-group-btn > select.btn {

  height: 49px;

  line-height: 49px;

}



textarea.input-lg, .input-group-lg > textarea.form-control,

.input-group-lg > textarea.input-group-addon,

.input-group-lg > .input-group-btn > textarea.btn,

select[multiple].input-lg,

.input-group-lg > select[multiple].form-control,

.input-group-lg > select[multiple].input-group-addon,

.input-group-lg > .input-group-btn > select[multiple].btn {

  height: auto;

}



.form-group-lg .form-control {

  height: 49px;

  padding: 10px 16px;

  font-size: 20px;

  line-height: 1.3333333;

  border-radius: 6px;

}



.form-group-lg select.form-control {

  height: 49px;

  line-height: 49px;

}



.form-group-lg textarea.form-control,

.form-group-lg select[multiple].form-control {

  height: auto;

}



.form-group-lg .form-control-static {

  height: 49px;

  min-height: 42px;

  padding: 11px 16px;

  font-size: 20px;

  line-height: 1.3333333;

}



.has-feedback {

  position: relative;

}



.has-feedback .form-control {

  padding-right: 45px;

}



.form-control-feedback {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 2;

  display: block;

  width: 36px;

  height: 36px;

  line-height: 36px;

  text-align: center;

  pointer-events: none;

}



.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,

.input-group-lg > .input-group-addon + .form-control-feedback,

.input-group-lg > .input-group-btn > .btn + .form-control-feedback,

.input-group-lg + .form-control-feedback,

.form-group-lg .form-control + .form-control-feedback {

  width: 49px;

  height: 49px;

  line-height: 49px;

}



.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,

.input-group-sm > .input-group-addon + .form-control-feedback,

.input-group-sm > .input-group-btn > .btn + .form-control-feedback,

.input-group-sm + .form-control-feedback,

.form-group-sm .form-control + .form-control-feedback {

  width: 33px;

  height: 33px;

  line-height: 33px;

}



.has-success .help-block,

.has-success .control-label,

.has-success .radio,

.has-success .checkbox,

.has-success .radio-inline,

.has-success .checkbox-inline,

.has-success.radio label,

.has-success.checkbox label,

.has-success.radio-inline label,

.has-success.checkbox-inline label {

  color: #3c763d;

}



.has-success .form-control {

  border-color: #3c763d;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-success .form-control:focus {

  border-color: #2b542c;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;

}



.has-success .input-group-addon {

  color: #3c763d;

  border-color: #3c763d;

  background-color: #dff0d8;

}



.has-success .form-control-feedback {

  color: #3c763d;

}



.has-warning .help-block,

.has-warning .control-label,

.has-warning .radio,

.has-warning .checkbox,

.has-warning .radio-inline,

.has-warning .checkbox-inline,

.has-warning.radio label,

.has-warning.checkbox label,

.has-warning.radio-inline label,

.has-warning.checkbox-inline label {

  color: #8a6d3b;

}



.has-warning .form-control {

  border-color: #8a6d3b;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-warning .form-control:focus {

  border-color: #66512c;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;

}



.has-warning .input-group-addon {

  color: #8a6d3b;

  border-color: #8a6d3b;

  background-color: #fcf8e3;

}



.has-warning .form-control-feedback {

  color: #8a6d3b;

}



.has-error .help-block,

.has-error .control-label,

.has-error .radio,

.has-error .checkbox,

.has-error .radio-inline,

.has-error .checkbox-inline,

.has-error.radio label,

.has-error.checkbox label,

.has-error.radio-inline label,

.has-error.checkbox-inline label {

  color: #a94442;

}



.has-error .form-control {

  border-color: #a94442;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-error .form-control:focus {

  border-color: #843534;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;

}



.has-error .input-group-addon {

  color: #a94442;

  border-color: #a94442;

  background-color: #f2dede;

}



.has-error .form-control-feedback {

  color: #a94442;

}



.has-feedback label ~ .form-control-feedback {

  top: 27px;

}



.has-feedback label.sr-only ~ .form-control-feedback {

  top: 0;

}



.help-block {

  display: block;

  margin-top: 5px;

  margin-bottom: 10px;

  color: #a3b0bb;

}



@media (min-width: 768px) {

  .form-inline .form-group {

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .form-inline .form-control {

    display: inline-block;

    width: auto;

    vertical-align: middle;

  }

  .form-inline .form-control-static {

    display: inline-block;

  }

  .form-inline .input-group {

    display: inline-table;

    vertical-align: middle;

  }

  .form-inline .input-group .input-group-addon,

  .form-inline .input-group .input-group-btn,

  .form-inline .input-group .form-control {

    width: auto;

  }

  .form-inline .input-group > .form-control {

    width: 100%;

  }

  .form-inline .control-label {

    margin-bottom: 0;

    vertical-align: middle;

  }

  .form-inline .radio,

  .form-inline .checkbox {

    display: inline-block;

    margin-top: 0;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .form-inline .radio label,

  .form-inline .checkbox label {

    padding-left: 0;

  }

  .form-inline .radio input[type="radio"],

  .form-inline .checkbox input[type="checkbox"] {

    position: relative;

    margin-left: 0;

  }

  .form-inline .has-feedback .form-control-feedback {

    top: 0;

  }

}



.form-horizontal .radio,

.form-horizontal .checkbox,

.form-horizontal .radio-inline,

.form-horizontal .checkbox-inline {

  margin-top: 0;

  margin-bottom: 0;

  padding-top: 7px;

}



.form-horizontal .radio,

.form-horizontal .checkbox {

  min-height: 29px;

}



.form-horizontal .form-group {

  margin-left: -15px;

  margin-right: -15px;

}



.form-horizontal .form-group:before, .form-horizontal .form-group:after {

  content: " ";

  display: table;

}



.form-horizontal .form-group:after {

  clear: both;

}



@media (min-width: 768px) {

  .form-horizontal .control-label {

    text-align: right;

    margin-bottom: 0;

    padding-top: 7px;

  }

}



.form-horizontal .has-feedback .form-control-feedback {

  right: 15px;

}



@media (min-width: 768px) {

  .form-horizontal .form-group-lg .control-label {

    padding-top: 11px;

    font-size: 20px;

  }

}



@media (min-width: 768px) {

  .form-horizontal .form-group-sm .control-label {

    padding-top: 6px;

    font-size: 14px;

  }

}



.btn {

  display: inline-block;

  margin-bottom: 0;

  font-weight: normal;

  text-align: center;

  vertical-align: middle;

  -ms-touch-action: manipulation;

      touch-action: manipulation;

  cursor: pointer;

  background-image: none;

  border: 1px solid transparent;

  white-space: nowrap;

  padding: 6px 12px;

  font-size: 16px;

  line-height: 1.428571429;

  border-radius: 4px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



.btn:hover, .btn:focus, .btn.focus {

  color: #333;

  text-decoration: none;

}



.btn:active, .btn.active {

  outline: 0;

  background-image: none;

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}



.btn.disabled, .btn[disabled],

fieldset[disabled] .btn {

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  box-shadow: none;

}



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 > .btn-default.dropdown-toggle {

  color: #333;

  background-color: #e6e6e6;

  border-color: #adadad;

}



.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,

.open > .btn-default.dropdown-toggle:hover,

.open > .btn-default.dropdown-toggle:focus,

.open > .btn-default.dropdown-toggle.focus {

  color: #333;

  background-color: #d4d4d4;

  border-color: #8c8c8c;

}



.btn-default:active, .btn-default.active,

.open > .btn-default.dropdown-toggle {

  background-image: none;

}



.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,

fieldset[disabled] .btn-default:hover,

fieldset[disabled] .btn-default:focus,

fieldset[disabled] .btn-default.focus {

  background-color: #fff;

  border-color: #ccc;

}



.btn-default .badge {

  color: #fff;

  background-color: #333;

}



.btn-primary {

  color: #fff;

  background-color: #14abf4;

  border-color: #0b9de4;

}



.btn-primary:focus, .btn-primary.focus {

  color: #fff;

  background-color: #0a8ccb;

  border-color: #05496a;

}
.btn-primary:active, .btn-primary.active,

.open > .btn-primary.dropdown-toggle {

  color: #fff;

  background-color: #0a8ccb;

  border-color: #0875a9;

}



.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,

.open > .btn-primary.dropdown-toggle:hover,

.open > .btn-primary.dropdown-toggle:focus,

.open > .btn-primary.dropdown-toggle.focus {

  color: #fff;

  background-color: #0875a9;

  border-color: #05496a;

}



.btn-primary:active, .btn-primary.active,

.open > .btn-primary.dropdown-toggle {

  background-image: none;

}



.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,

fieldset[disabled] .btn-primary:hover,

fieldset[disabled] .btn-primary:focus,

fieldset[disabled] .btn-primary.focus {

  background-color: #14abf4;

  border-color: #0b9de4;

}



.btn-primary .badge {

  color: #14abf4;

  background-color: #fff;

}



.btn-success {

  color: #fff;

  background-color: #67b930;

  border-color: #5ca52b;

}



.btn-success:focus, .btn-success.focus {

  color: #fff;

  background-color: #509125;

  border-color: #234010;

}



.btn-success:hover {

  color: #fff;

  background-color: #509125;

  border-color: #41741e;

}



.btn-success:active, .btn-success.active,

.open > .btn-success.dropdown-toggle {

  color: #fff;

  background-color: #509125;

  border-color: #41741e;

}



.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,

.open > .btn-success.dropdown-toggle:hover,

.open > .btn-success.dropdown-toggle:focus,

.open > .btn-success.dropdown-toggle.focus {

  color: #fff;

  background-color: #41741e;

  border-color: #234010;

}



.btn-success:active, .btn-success.active,

.open > .btn-success.dropdown-toggle {

  background-image: none;

}



.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,

fieldset[disabled] .btn-success:hover,

fieldset[disabled] .btn-success:focus,

fieldset[disabled] .btn-success.focus {

  background-color: #67b930;

  border-color: #5ca52b;

}



.btn-success .badge {

  color: #67b930;

  background-color: #fff;

}



.btn-info {

  color: #fff;

  background-color: #ff6f00;

  border-color: #e66400;

}



.btn-info:focus, .btn-info.focus {

  color: #fff;

  background-color: #cc5900;

  border-color: #662c00;

}



.btn-info:hover {

  color: #fff;

  background-color: #cc5900;

  border-color: #a84900;

}



.btn-info:active, .btn-info.active,

.open > .btn-info.dropdown-toggle {

  color: #fff;

  background-color: #cc5900;

  border-color: #a84900;

}



.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,

.open > .btn-info.dropdown-toggle:hover,

.open > .btn-info.dropdown-toggle:focus,

.open > .btn-info.dropdown-toggle.focus {

  color: #fff;

  background-color: #a84900;

  border-color: #662c00;

}



.btn-info:active, .btn-info.active,

.open > .btn-info.dropdown-toggle {

  background-image: none;

}



.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,

fieldset[disabled] .btn-info:hover,

fieldset[disabled] .btn-info:focus,

fieldset[disabled] .btn-info.focus {

  background-color: #ff6f00;

  border-color: #e66400;

}



.btn-info .badge {

  color: #ff6f00;

  background-color: #fff;

}



.btn-warning {

  color: #fff;

  background-color: #ffdb00;

  border-color: #e6c500;

}



.btn-warning:focus, .btn-warning.focus {

  color: #fff;

  background-color: #ccaf00;

  border-color: #665800;

}



.btn-warning:hover {

  color: #fff;

  background-color: #ccaf00;

  border-color: #a89100;

}



.btn-warning:active, .btn-warning.active,

.open > .btn-warning.dropdown-toggle {

  color: #fff;

  background-color: #ccaf00;

  border-color: #a89100;

}



.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,

.open > .btn-warning.dropdown-toggle:hover,

.open > .btn-warning.dropdown-toggle:focus,

.open > .btn-warning.dropdown-toggle.focus {

  color: #fff;

  background-color: #a89100;

  border-color: #665800;

}



.btn-warning:active, .btn-warning.active,

.open > .btn-warning.dropdown-toggle {

  background-image: none;

}



.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,

fieldset[disabled] .btn-warning:hover,

fieldset[disabled] .btn-warning:focus,

fieldset[disabled] .btn-warning.focus {

  background-color: #ffdb00;

  border-color: #e6c500;

}



.btn-warning .badge {

  color: #ffdb00;

  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 > .btn-danger.dropdown-toggle {

  color: #fff;

  background-color: #c9302c;

  border-color: #ac2925;

}



.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,

.open > .btn-danger.dropdown-toggle:hover,

.open > .btn-danger.dropdown-toggle:focus,

.open > .btn-danger.dropdown-toggle.focus {

  color: #fff;

  background-color: #ac2925;

  border-color: #761c19;

}



.btn-danger:active, .btn-danger.active,

.open > .btn-danger.dropdown-toggle {

  background-image: none;

}



.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,

fieldset[disabled] .btn-danger:hover,

fieldset[disabled] .btn-danger:focus,

fieldset[disabled] .btn-danger.focus {

  background-color: #d9534f;

  border-color: #d43f3a;

}



.btn-danger .badge {

  color: #d9534f;

  background-color: #fff;

}



.btn-link {

  color: #67b930;

  font-weight: normal;

  border-radius: 0;

}



.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],

fieldset[disabled] .btn-link {

  background-color: transparent;

  box-shadow: none;

}



.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {

  border-color: transparent;

}



.btn-link:hover, .btn-link:focus {

  color: #509125;

  text-decoration: underline;

  background-color: transparent;

}



.btn-link[disabled]:hover, .btn-link[disabled]:focus,

fieldset[disabled] .btn-link:hover,

fieldset[disabled] .btn-link:focus {

  color: #777777;

  text-decoration: none;

}



.btn-lg, .btn-group-lg > .btn {

  padding: 10px 16px;

  font-size: 20px;

  line-height: 1.3333333;

  border-radius: 6px;

}



.btn-sm, .btn-group-sm > .btn {

  padding: 5px 10px;

  font-size: 14px;

  line-height: 1.5;

  border-radius: 3px;

}



.btn-xs, .btn-group-xs > .btn {

  padding: 1px 5px;

  font-size: 14px;

  line-height: 1.5;

  border-radius: 3px;

}



.btn-block {

  display: block;

  width: 100%;

}



.btn-block + .btn-block {

  margin-top: 5px;

}



input[type="submit"].btn-block,

input[type="reset"].btn-block,

input[type="button"].btn-block {

  width: 100%;

}



.fade {

  opacity: 0;

  -webkit-transition: opacity 0.15s linear;

  transition: opacity 0.15s linear;

}



.fade.in {

  opacity: 1;

}



.collapse {

  display: none;

}



.collapse.in {

  display: block;

}



tr.collapse.in {

  display: table-row;

}



tbody.collapse.in {

  display: table-row-group;

}



.collapsing {

  position: relative;

  height: 0;

  overflow: hidden;

  -webkit-transition-property: height, visibility;

  transition-property: height, visibility;

  -webkit-transition-duration: 0.35s;

  transition-duration: 0.35s;

  -webkit-transition-timing-function: ease;

  transition-timing-function: ease;

}



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

  list-style: none;

  font-size: 16px;

  text-align: left;

  background-color: #fff;

  border: 1px solid #ccc;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 4px;

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  background-clip: padding-box;

}



.dropdown-menu.pull-right {

  right: 0;

  left: auto;

}



.dropdown-menu .divider {

  height: 1px;

  margin: 10px 0;

  overflow: hidden;

  background-color: #e5e5e5;

}



.dropdown-menu > li > a {

  display: block;

  padding: 3px 20px;

  clear: both;

  font-weight: normal;

  line-height: 1.428571429;

  color: #333333;

  white-space: nowrap;

}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

  text-decoration: none;

  color: #262626;

  background-color: #f5f5f5;

}



.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {

  color: #fff;

  text-decoration: none;

  outline: 0;

  background-color: #14abf4;

}



.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {

  color: #777777;

}



.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {

  text-decoration: none;

  background-color: transparent;

  background-image: none;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

  cursor: not-allowed;

}



.open > .dropdown-menu {

  display: block;

}



.open > a {

  outline: 0;

}



.dropdown-menu-right {

  left: auto;

  right: 0;

}



.dropdown-menu-left {

  left: 0;

  right: auto;

}



.dropdown-header {

  display: block;

  padding: 3px 20px;

  font-size: 14px;

  line-height: 1.428571429;

  color: #777777;

  white-space: nowrap;

}



.dropdown-backdrop {

  position: fixed;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  z-index: 990;

}



.pull-right > .dropdown-menu {

  right: 0;

  left: auto;

}



.dropup .caret,

.navbar-fixed-bottom .dropdown .caret {

  border-top: 0;

  border-bottom: 4px dashed;

  border-bottom: 4px solid \9;

  content: "";

}



.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 {

    left: 0;

    right: auto;

  }

}



.btn-group,

.btn-group-vertical {

  position: relative;

  display: inline-block;

  vertical-align: middle;

}



.btn-group > .btn,

.btn-group-vertical > .btn {

  position: relative;

  float: left;

}



.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,

.btn-group-vertical > .btn:hover,

.btn-group-vertical > .btn:focus,

.btn-group-vertical > .btn:active,

.btn-group-vertical > .btn.active {

  z-index: 2;

}



.btn-group .btn + .btn,

.btn-group .btn + .btn-group,

.btn-group .btn-group + .btn,

.btn-group .btn-group + .btn-group {

  margin-left: -1px;

}



.btn-toolbar {

  margin-left: -5px;

}



.btn-toolbar:before, .btn-toolbar:after {

  content: " ";

  display: table;

}



.btn-toolbar:after {

  clear: both;

}



.btn-toolbar .btn,

.btn-toolbar .btn-group,

.btn-toolbar .input-group {

  float: left;

}



.btn-toolbar > .btn,

.btn-toolbar > .btn-group,

.btn-toolbar > .input-group {

  margin-left: 5px;

}



.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {

  border-radius: 0;

}



.btn-group > .btn:first-child {

  margin-left: 0;

}



.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}



.btn-group > .btn:last-child:not(:first-child),

.btn-group > .dropdown-toggle:not(:first-child) {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}



.btn-group > .btn-group {

  float: left;

}



.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}



.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,

.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}



.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}



.btn-group .dropdown-toggle:active,

.btn-group.open .dropdown-toggle {

  outline: 0;

}



.btn-group > .btn + .dropdown-toggle {

  padding-left: 8px;

  padding-right: 8px;

}



.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {

  padding-left: 12px;

  padding-right: 12px;

}



.btn-group.open .dropdown-toggle {

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}



.btn-group.open .dropdown-toggle.btn-link {

  box-shadow: none;

}



.btn .caret {

  margin-left: 0;

}



.btn-lg .caret, .btn-group-lg > .btn .caret {

  border-width: 5px 5px 0;

  border-bottom-width: 0;

}



.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {

  border-width: 0 5px 5px;

}



.btn-group-vertical > .btn,

.btn-group-vertical > .btn-group,

.btn-group-vertical > .btn-group > .btn {

  display: block;

  float: none;

  width: 100%;

  max-width: 100%;

}



.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {

  content: " ";

  display: table;

}



.btn-group-vertical > .btn-group:after {

  clear: both;

}



.btn-group-vertical > .btn-group > .btn {

  float: none;

}



.btn-group-vertical > .btn + .btn,

.btn-group-vertical > .btn + .btn-group,

.btn-group-vertical > .btn-group + .btn,

.btn-group-vertical > .btn-group + .btn-group {

  margin-top: -1px;

  margin-left: 0;

}



.btn-group-vertical > .btn:not(:first-child):not(:last-child) {

  border-radius: 0;

}



.btn-group-vertical > .btn:first-child:not(:last-child) {

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.btn-group-vertical > .btn:last-child:not(:first-child) {

  border-top-right-radius: 0;

  border-top-left-radius: 0;

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;

}



.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}



.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}



.btn-group-justified {

  display: table;

  width: 100%;

  table-layout: fixed;

  border-collapse: separate;

}



.btn-group-justified > .btn,

.btn-group-justified > .btn-group {

  float: none;

  display: table-cell;

  width: 1%;

}



.btn-group-justified > .btn-group .btn {

  width: 100%;

}



.btn-group-justified > .btn-group .dropdown-menu {

  left: auto;

}



[data-toggle="buttons"] > .btn input[type="radio"],

[data-toggle="buttons"] > .btn input[type="checkbox"],

[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],

[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {

  position: absolute;

  clip: rect(0, 0, 0, 0);

  pointer-events: none;

}



.input-group {

  position: relative;

  display: table;

  border-collapse: separate;

}



.input-group[class*="col-"] {

  float: none;

  padding-left: 0;

  padding-right: 0;

}



.input-group .form-control {

  position: relative;

  z-index: 2;

  float: left;

  width: 100%;

  margin-bottom: 0;

}



.input-group .form-control:focus {

  z-index: 3;

}



.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: 16px;

  font-weight: normal;

  line-height: 1;

  color: #555555;

  text-align: center;

  background-color: #eeeeee;

  border: 1px solid #ccc;

  border-radius: 4px;

}



.input-group-addon.input-sm,

.input-group-sm > .input-group-addon,

.input-group-sm > .input-group-btn > .input-group-addon.btn {

  padding: 5px 10px;

  font-size: 14px;

  border-radius: 3px;

}



.input-group-addon.input-lg,

.input-group-lg > .input-group-addon,

.input-group-lg > .input-group-btn > .input-group-addon.btn {

  padding: 10px 16px;

  font-size: 20px;

  border-radius: 6px;

}



.input-group-addon input[type="radio"],

.input-group-addon input[type="checkbox"] {

  margin-top: 0;

}



.input-group .form-control:first-child,

.input-group-addon:first-child,

.input-group-btn:first-child > .btn,

.input-group-btn:first-child > .btn-group > .btn,

.input-group-btn:first-child > .dropdown-toggle,

.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),

.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}



.input-group-addon:first-child {

  border-right: 0;

}



.input-group .form-control:last-child,

.input-group-addon:last-child,

.input-group-btn:last-child > .btn,

.input-group-btn:last-child > .btn-group > .btn,

.input-group-btn:last-child > .dropdown-toggle,

.input-group-btn:first-child > .btn:not(:first-child),

.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}



.input-group-addon:last-child {

  border-left: 0;

}



.input-group-btn {

  position: relative;

  font-size: 0;

  white-space: nowrap;

}



.input-group-btn > .btn {

  position: relative;

}



.input-group-btn > .btn + .btn {

  margin-left: -1px;

}



.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {

  z-index: 2;

}



.input-group-btn:first-child > .btn,

.input-group-btn:first-child > .btn-group {

  margin-right: -1px;

}



.input-group-btn:last-child > .btn,

.input-group-btn:last-child > .btn-group {

  z-index: 2;

  margin-left: -1px;

}



.nav {

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;

}



.nav:before, .nav:after {

  content: " ";

  display: table;

}



.nav:after {

  clear: both;

}



.nav > li {

  position: relative;

  display: block;

}



.nav > li > a {

  position: relative;

  display: block;

  padding: 10px 15px;

}



.nav > li > a:hover, .nav > li > a:focus {

  text-decoration: none;

  background-color: #eeeeee;

}



.nav > li.disabled > a {

  color: #777777;

}



.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {

  color: #777777;

  text-decoration: none;

  background-color: transparent;

  cursor: not-allowed;

}



.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

  background-color: #eeeeee;

  border-color: #67b930;

}



.nav .nav-divider {

  height: 1px;

  margin: 10px 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.428571429;

  border: 1px solid transparent;

  border-radius: 4px 4px 0 0;

}



.nav-tabs > li > a:hover {

  border-color: #eeeeee #eeeeee #ddd;

}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

  color: #555555;

  background-color: #fff;

  border: 1px solid #ddd;

  border-bottom-color: transparent;

  cursor: default;

}



.nav-pills > li {

  float: left;

}



.nav-pills > li > a {

  border-radius: 4px;

}



.nav-pills > li + li {

  margin-left: 2px;

}



.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {

  color: #fff;

  background-color: #14abf4;

}



.nav-stacked > li {

  float: none;

}



.nav-stacked > li + li {

  margin-top: 2px;

  margin-left: 0;

}



.nav-justified, .nav-tabs.nav-justified {

  width: 100%;

}



.nav-justified > li, .nav-tabs.nav-justified > li {

  float: none;

}



.nav-justified > li > a, .nav-tabs.nav-justified > li > a {

  text-align: center;

  margin-bottom: 5px;

}



.nav-justified > .dropdown .dropdown-menu {

  top: auto;

  left: auto;

}



@media (min-width: 768px) {

  .nav-justified > li, .nav-tabs.nav-justified > li {

    display: table-cell;

    width: 1%;

  }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {

    margin-bottom: 0;

  }

}



.nav-tabs-justified, .nav-tabs.nav-justified {

  border-bottom: 0;

}



.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {

  margin-right: 0;

  border-radius: 4px;

}



.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,

.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,

.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {

  border: 1px solid #ddd;

}



@media (min-width: 768px) {

  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {

    border-bottom: 1px solid #ddd;

    border-radius: 4px 4px 0 0;

  }

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,

  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,

  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {

    border-bottom-color: #fff;

  }

}



.tab-content > .tab-pane {

  display: none;

}



.tab-content > .active {

  display: block;

}



.nav-tabs .dropdown-menu {

  margin-top: -1px;

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}



.navbar {

  position: relative;

  min-height: 50px;

  margin-bottom: 22px;

  border: 1px solid transparent;

}



.navbar:before, .navbar:after {

  content: " ";

  display: table;

}



.navbar:after {

  clear: both;

}



@media (min-width: 768px) {

  .navbar {

    border-radius: 4px;

  }

}



.navbar-header:before, .navbar-header:after {

  content: " ";

  display: table;

}



.navbar-header:after {

  clear: both;

}



@media (min-width: 768px) {

  .navbar-header {

    float: left;

  }

}



.navbar-collapse {

  overflow-x: visible;

  padding-right: 15px;

  padding-left: 15px;

  border-top: 1px solid transparent;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  -webkit-overflow-scrolling: touch;

}



.navbar-collapse:before, .navbar-collapse:after {

  content: " ";

  display: table;

}



.navbar-collapse:after {

  clear: both;

}



.navbar-collapse.in {

  overflow-y: auto;

}



@media (min-width: 768px) {

  .navbar-collapse {

    width: auto;

    border-top: 0;

    box-shadow: none;

  }

  .navbar-collapse.collapse {

    display: block !important;

    height: auto !important;

    padding-bottom: 0;

    overflow: visible !important;

	margin-top: 0px;

  }

  .navbar-collapse.in {

    overflow-y: visible;

  }

  .navbar-fixed-top .navbar-collapse,

  .navbar-static-top .navbar-collapse,

  .navbar-fixed-bottom .navbar-collapse {

    padding-left: 0;

    padding-right: 0;

  }

}



.navbar-fixed-top .navbar-collapse,

.navbar-fixed-bottom .navbar-collapse {

  max-height: 340px;

}



@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,

  .navbar-fixed-bottom .navbar-collapse {

    max-height: 200px;

  }

}



.container > .navbar-header,

.container > .navbar-collapse,

.container-fluid > .navbar-header,

.container-fluid > .navbar-collapse {

  margin-right: -15px;

  margin-left: -15px;

}



@media (min-width: 768px) {

  .container > .navbar-header,

  .container > .navbar-collapse,

  .container-fluid > .navbar-header,

  .container-fluid > .navbar-collapse {

    margin-right: 0;

    margin-left: 0;

  }

}



.navbar-static-top {

  z-index: 1000;

  border-width: 0 0 1px;

}



@media (min-width: 768px) {

  .navbar-static-top {

    border-radius: 0;

  }

}



.navbar-fixed-top,

.navbar-fixed-bottom {

  position: fixed;

  right: 0;

  left: 0;

  z-index: 1030;

}



@media (min-width: 768px) {

  .navbar-fixed-top,

  .navbar-fixed-bottom {

    border-radius: 0;

  }

}



.navbar-fixed-top {

  top: 0;

  border-width: 0 0 1px;

}



.navbar-fixed-bottom {

  bottom: 0;

  margin-bottom: 0;

  border-width: 1px 0 0;

}



.navbar-brand {

  float: left;

  padding: 14px 15px;

  font-size: 20px;

  line-height: 22px;

  height: 50px;

}



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

  margin-right: 15px;

  padding: 9px 10px;

  margin-top: 8px;

  margin-bottom: 8px;

  background-color: transparent;

  background-image: none;

  border: 1px solid transparent;

  border-radius: 4px;

}



.navbar-toggle:focus {

  outline: 0;

}



.navbar-toggle .icon-bar {

  display: block;

  width: 22px;

  height: 2px;

  border-radius: 1px;

}



.navbar-toggle .icon-bar + .icon-bar {

  margin-top: 4px;

}



@media (min-width: 768px) {

  .navbar-toggle {

    display: none;

  }

}



.navbar-nav {

  margin: 7px -15px;

}



.navbar-nav > li > a {

  padding-top: 10px;

  padding-bottom: 10px;

  line-height: 22px;

}



@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: 22px;

  }

  .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: 14px;

    padding-bottom: 14px;

  }

}



.navbar-form {

  margin-left: -15px;

  margin-right: -15px;

  padding: 10px 15px;

  border-top: 1px solid transparent;

  border-bottom: 1px solid transparent;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);

  margin-top: 7px;

  margin-bottom: 7px;

}



@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;

    border: 0;

    margin-left: 0;

    margin-right: 0;

    padding-top: 0;

    padding-bottom: 0;

    box-shadow: none;

  }

}



.navbar-nav > li > .dropdown-menu {

  margin-top: 0;

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}



.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {

  margin-bottom: 0;

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.navbar-btn {

  margin-top: 7px;

  margin-bottom: 7px;

}



.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {

  margin-top: 8.5px;

  margin-bottom: 8.5px;

}



.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {

  margin-top: 14px;

  margin-bottom: 14px;

}



.navbar-text {

  margin-top: 14px;

  margin-bottom: 14px;

}



@media (min-width: 768px) {

  .navbar-text {

    float: left;

    margin-left: 15px;

    margin-right: 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 {

  background-color: #e7e7e7;

  color: #555;

}



@media (max-width: 767px) {

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {

    color: #777;

  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {

    color: #333;

    background-color: transparent;

  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {

    color: #555;

    background-color: #e7e7e7;

  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {

    color: #ccc;

    background-color: transparent;

  }

}



.navbar-default .navbar-link {

  color: #777;

}



.navbar-default .navbar-link:hover {

  color: #333;

}



.navbar-default .btn-link {

  color: #777;

}



.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {

  color: #333;

}



.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,

fieldset[disabled] .navbar-default .btn-link:hover,

fieldset[disabled] .navbar-default .btn-link:focus {

  color: #ccc;

}



.navbar-inverse {

  background-color: #222;

  border-color: #090909;

}



.navbar-inverse .navbar-brand {

  color: #9d9d9d;

}



.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {

  color: #fff;

  background-color: transparent;

}



.navbar-inverse .navbar-text {

  color: #9d9d9d;

}



.navbar-inverse .navbar-nav > li > a {

  color: #9d9d9d;

}



.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {

  color: #fff;

  background-color: transparent;

}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {

  color: #fff;

  background-color: #090909;

}



.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {

  color: #444;

  background-color: transparent;

}



.navbar-inverse .navbar-toggle {

  border-color: #333;

}



.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {

  background-color: #333;

}



.navbar-inverse .navbar-toggle .icon-bar {

  background-color: #fff;

}



.navbar-inverse .navbar-collapse,

.navbar-inverse .navbar-form {

  border-color: #101010;

}



.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {

  background-color: #090909;

  color: #fff;

}



@media (max-width: 767px) {

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {

    border-color: #090909;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {

    background-color: #090909;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {

    color: #9d9d9d;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {

    color: #fff;

    background-color: transparent;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {

    color: #fff;

    background-color: #090909;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {

    color: #444;

    background-color: transparent;

  }

}



.navbar-inverse .navbar-link {

  color: #9d9d9d;

}



.navbar-inverse .navbar-link:hover {

  color: #fff;

}



.navbar-inverse .btn-link {

  color: #9d9d9d;

}



.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {

  color: #fff;

}



.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,

fieldset[disabled] .navbar-inverse .btn-link:hover,

fieldset[disabled] .navbar-inverse .btn-link:focus {

  color: #444;

}



.breadcrumb {

  padding: 8px 15px;

  margin-bottom: 22px;

  list-style: none;

  background-color: #f5f5f5;

  border-radius: 4px;

}



.breadcrumb > li {

  display: inline-block;

}



.breadcrumb > li + li:before {

  content: "/ ";

  padding: 0 5px;

  color: #ccc;

}



.breadcrumb > .active {

  color: #777777;

}



.pagination {

  display: inline-block;

  padding-left: 0;

  margin: 22px 0;

  border-radius: 4px;

}



.pagination > li {

  display: inline;

}



.pagination > li > a,

.pagination > li > span {

  position: relative;

  float: left;

  padding: 6px 12px;

  line-height: 1.428571429;

  text-decoration: none;

  color: #67b930;

  background-color: #fff;

  border: 1px solid #ddd;

  margin-left: -1px;

}



.pagination > li:first-child > a,

.pagination > li:first-child > span {

  margin-left: 0;

  border-bottom-left-radius: 4px;

  border-top-left-radius: 4px;

}



.pagination > li:last-child > a,

.pagination > li:last-child > span {

  border-bottom-right-radius: 4px;

  border-top-right-radius: 4px;

}



.pagination > li > a:hover, .pagination > li > a:focus,

.pagination > li > span:hover,

.pagination > li > span:focus {

  z-index: 2;

  color: #509125;

  background-color: #eeeeee;

  border-color: #ddd;

}



.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,

.pagination > .active > span,

.pagination > .active > span:hover,

.pagination > .active > span:focus {

  z-index: 3;

  color: #fff;

  background-color: #14abf4;

  border-color: #14abf4;

  cursor: default;

}



.pagination > .disabled > span,

.pagination > .disabled > span:hover,

.pagination > .disabled > span:focus,

.pagination > .disabled > a,

.pagination > .disabled > a:hover,

.pagination > .disabled > a:focus {

  color: #777777;

  background-color: #fff;

  border-color: #ddd;

  cursor: not-allowed;

}



.pagination-lg > li > a,

.pagination-lg > li > span {

  padding: 10px 16px;

  font-size: 20px;

  line-height: 1.3333333;

}



.pagination-lg > li:first-child > a,

.pagination-lg > li:first-child > span {

  border-bottom-left-radius: 6px;

  border-top-left-radius: 6px;

}



.pagination-lg > li:last-child > a,

.pagination-lg > li:last-child > span {

  border-bottom-right-radius: 6px;

  border-top-right-radius: 6px;

}



.pagination-sm > li > a,

.pagination-sm > li > span {

  padding: 5px 10px;

  font-size: 14px;

  line-height: 1.5;

}



.pagination-sm > li:first-child > a,

.pagination-sm > li:first-child > span {

  border-bottom-left-radius: 3px;

  border-top-left-radius: 3px;

}



.pagination-sm > li:last-child > a,

.pagination-sm > li:last-child > span {

  border-bottom-right-radius: 3px;

  border-top-right-radius: 3px;

}



.pager {

  padding-left: 0;

  margin: 22px 0;

  list-style: none;

  text-align: center;

}



.pager:before, .pager:after {

  content: " ";

  display: table;

}



.pager:after {

  clear: both;

}



.pager li {

  display: inline;

}



.pager li > a,

.pager li > span {

  display: inline-block;

  padding: 5px 14px;

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 15px;

}



.pager li > a:hover,

.pager li > a:focus {

  text-decoration: none;

  background-color: #eeeeee;

}



.pager .next > a,

.pager .next > span {

  float: right;

}



.pager .previous > a,

.pager .previous > span {

  float: left;

}



.pager .disabled > a,

.pager .disabled > a:hover,

.pager .disabled > a:focus,

.pager .disabled > span {

  color: #777777;

  background-color: #fff;

  cursor: not-allowed;

}



.label {

  display: inline;

  padding: .2em .6em .3em;

  font-size: 75%;

  font-weight: bold;

  line-height: 1;

  color: #fff;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: .25em;

}



.label:empty {

  display: none;

}



.btn .label {

  position: relative;

  top: -1px;

}



a.label:hover, a.label:focus {

  color: #fff;

  text-decoration: none;

  cursor: pointer;

}



.label-default {

  background-color: #777777;

}



.label-default[href]:hover, .label-default[href]:focus {

  background-color: #5e5e5e;

}



.label-primary {

  background-color: #14abf4;

}



.label-primary[href]:hover, .label-primary[href]:focus {

  background-color: #0a8ccb;

}



.label-success {

  background-color: #67b930;

}



.label-success[href]:hover, .label-success[href]:focus {

  background-color: #509125;

}



.label-info {

  background-color: #ff6f00;

}



.label-info[href]:hover, .label-info[href]:focus {

  background-color: #cc5900;

}



.label-warning {

  background-color: #ffdb00;

}



.label-warning[href]:hover, .label-warning[href]:focus {

  background-color: #ccaf00;

}



.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: 14px;

  font-weight: bold;

  color: #fff;

  line-height: 1;

  vertical-align: middle;

  white-space: nowrap;

  text-align: center;

  background-color: #777777;

  border-radius: 10px;

}



.badge:empty {

  display: none;

}



.btn .badge {

  position: relative;

  top: -1px;

}



.btn-xs .badge, .btn-group-xs > .btn .badge,

.btn-group-xs > .btn .badge {

  top: 0;

  padding: 1px 5px;

}



.list-group-item.active > .badge,

.nav-pills > .active > a > .badge {

  color: #67b930;

  background-color: #fff;

}



.list-group-item > .badge {

  float: right;

}



.list-group-item > .badge + .badge {

  margin-right: 5px;

}



.nav-pills > li > a > .badge {

  margin-left: 3px;

}



a.badge:hover, a.badge:focus {

  color: #fff;

  text-decoration: none;

  cursor: pointer;

}



.jumbotron {

  padding-top: 30px;

  padding-bottom: 30px;

  margin-bottom: 30px;

  color: inherit;

  background-color: #eeeeee;

}



.jumbotron h1,

.jumbotron .h1 {

  color: inherit;

}



.jumbotron p {

  margin-bottom: 15px;

  font-size: 24px;

  font-weight: 200;

}



.jumbotron > hr {

  border-top-color: #d5d5d5;

}



.container .jumbotron,

.container-fluid .jumbotron {

  border-radius: 6px;

  padding-left: 15px;

  padding-right: 15px;

}



.jumbotron .container {

  max-width: 100%;

}



@media screen and (min-width: 768px) {

  .jumbotron {

    padding-top: 48px;

    padding-bottom: 48px;

  }

  .container .jumbotron,

  .container-fluid .jumbotron {

    padding-left: 60px;

    padding-right: 60px;

  }

  .jumbotron h1,

  .jumbotron .h1 {

    font-size: 72px;

  }

}



.thumbnail {

  display: block;

  padding: 4px;

  margin-bottom: 22px;

  line-height: 1.428571429;

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 4px;

  -webkit-transition: border 0.2s ease-in-out;

  transition: border 0.2s ease-in-out;

}



.thumbnail > img,

.thumbnail a > img {

  display: block;

  max-width: 100%;

  height: auto;

  margin-left: auto;

  margin-right: auto;

}



.thumbnail .caption {

  padding: 9px;

  color: #5f7080;

}



a.thumbnail:hover,

a.thumbnail:focus,

a.thumbnail.active {

  border-color: #67b930;

}



.alert {

  padding: 15px;

  margin-bottom: 22px;

  border: 1px solid transparent;

  border-radius: 4px;

}



.alert h4 {

  margin-top: 0;

  color: inherit;

}



.alert .alert-link {

  font-weight: bold;

}



.alert > p,

.alert > ul {

  margin-bottom: 0;

}



.alert > p + p {

  margin-top: 5px;

}



.alert-dismissable,

.alert-dismissible {

  padding-right: 35px;

}



.alert-dismissable .close,

.alert-dismissible .close {

  position: relative;

  top: -2px;

  right: -21px;

  color: inherit;

}



.alert-success {

  background-color: #dff0d8;

  border-color: #d6e9c6;

  color: #3c763d;

}



.alert-success hr {

  border-top-color: #c9e2b3;

}



.alert-success .alert-link {

  color: #2b542c;

}



.alert-info {

  background-color: #d9edf7;

  border-color: #bce8f1;

  color: #31708f;

}



.alert-info hr {

  border-top-color: #a6e1ec;

}



.alert-info .alert-link {

  color: #245269;

}



.alert-warning {

  background-color: #fcf8e3;

  border-color: #faebcc;

  color: #8a6d3b;

}



.alert-warning hr {

  border-top-color: #f7e1b5;

}



.alert-warning .alert-link {

  color: #66512c;

}



.alert-danger {

  background-color: #f2dede;

  border-color: #ebccd1;

  color: #a94442;

}



.alert-danger hr {

  border-top-color: #e4b9c0;

}



.alert-danger .alert-link {

  color: #843534;

}



@-webkit-keyframes progress-bar-stripes {

  from {

    background-position: 40px 0;

  }

  to {

    background-position: 0 0;

  }

}



@keyframes progress-bar-stripes {

  from {

    background-position: 40px 0;

  }

  to {

    background-position: 0 0;

  }

}



.progress {

  overflow: hidden;

  height: 22px;

  margin-bottom: 22px;

  background-color: #f5f5f5;

  border-radius: 4px;

  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

}



.progress-bar {

  float: left;

  width: 0%;

  height: 100%;

  font-size: 14px;

  line-height: 22px;

  color: #fff;

  text-align: center;

  background-color: #14abf4;

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

  -webkit-transition: width 0.6s ease;

  transition: width 0.6s ease;

}



.progress-striped .progress-bar,

.progress-bar-striped {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-size: 40px 40px;

}



.progress.active .progress-bar,

.progress-bar.active {

  -webkit-animation: progress-bar-stripes 2s linear infinite;

  animation: progress-bar-stripes 2s linear infinite;

}



.progress-bar-success {

  background-color: #67b930;

}



.progress-striped .progress-bar-success {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}



.progress-bar-info {

  background-color: #ff6f00;

}



.progress-striped .progress-bar-info {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}



.progress-bar-warning {

  background-color: #ffdb00;

}



.progress-striped .progress-bar-warning {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}



.progress-bar-danger {

  background-color: #d9534f;

}



.progress-striped .progress-bar-danger {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}



.media {

  margin-top: 15px;

}



.media:first-child {

  margin-top: 0;

}



.media,

.media-body {

  zoom: 1;

  overflow: hidden;

}



.media-body {

  width: 10000px;

}



.media-object {

  display: block;

}



.media-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 {

  margin-bottom: 20px;

  padding-left: 0;

}



.list-group-item {

  position: relative;

  display: block;

  padding: 10px 15px;

  margin-bottom: -1px;

  background-color: #fff;

  border: 1px solid #ddd;

}



.list-group-item:first-child {

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

}



.list-group-item:last-child {

  margin-bottom: 0;

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;

}



a.list-group-item,

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, a.list-group-item:focus,

button.list-group-item:hover,

button.list-group-item:focus {

  text-decoration: none;

  color: #555;

  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 {

  background-color: #eeeeee;

  color: #777777;

  cursor: not-allowed;

}



.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {

  color: inherit;

}



.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {

  color: #777777;

}



.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {

  z-index: 2;

  color: #fff;

  background-color: #14abf4;

  border-color: #14abf4;

}



.list-group-item.active .list-group-item-heading,

.list-group-item.active .list-group-item-heading > small,

.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,

.list-group-item.active:hover .list-group-item-heading > small,

.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,

.list-group-item.active:focus .list-group-item-heading > small,

.list-group-item.active:focus .list-group-item-heading > .small {

  color: inherit;

}



.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {

  color: #d7f1fd;

}



.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, a.list-group-item-success:focus,

button.list-group-item-success:hover,

button.list-group-item-success:focus {

  color: #3c763d;

  background-color: #d0e9c6;

}



a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,

button.list-group-item-success.active,

button.list-group-item-success.active:hover,

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, a.list-group-item-info:focus,

button.list-group-item-info:hover,

button.list-group-item-info:focus {

  color: #31708f;

  background-color: #c4e3f3;

}



a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,

button.list-group-item-info.active,

button.list-group-item-info.active:hover,

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, a.list-group-item-warning:focus,

button.list-group-item-warning:hover,

button.list-group-item-warning:focus {

  color: #8a6d3b;

  background-color: #faf2cc;

}



a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,

button.list-group-item-warning.active,

button.list-group-item-warning.active:hover,

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, a.list-group-item-danger:focus,

button.list-group-item-danger:hover,

button.list-group-item-danger:focus {

  color: #a94442;

  background-color: #ebcccc;

}



a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,

button.list-group-item-danger.active,

button.list-group-item-danger.active:hover,

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: 22px;

  background-color: #fff;

  border: 1px solid transparent;

  border-radius: 4px;

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}



.panel-body {

  padding: 15px;

}



.panel-body:before, .panel-body:after {

  content: " ";

  display: table;

}



.panel-body:after {

  clear: both;

}



.panel-heading {

  padding: 10px 15px;

  border-bottom: 1px solid transparent;

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}



.panel-heading > .dropdown .dropdown-toggle {

  color: inherit;

}



.panel-title {

  margin-top: 0;

  margin-bottom: 0;

  font-size: 18px;

  color: inherit;

}



.panel-title > a,

.panel-title > small,

.panel-title > .small,

.panel-title > small > a,

.panel-title > .small > a {

  color: inherit;

}



.panel-footer {

  padding: 10px 15px;

  background-color: #f5f5f5;

  border-top: 1px solid #ddd;

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}



.panel > .list-group,

.panel > .panel-collapse > .list-group {

  margin-bottom: 0;

}



.panel > .list-group .list-group-item,

.panel > .panel-collapse > .list-group .list-group-item {

  border-width: 1px 0;

  border-radius: 0;

}



.panel > .list-group:first-child .list-group-item:first-child,

.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {

  border-top: 0;

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}



.panel > .list-group:last-child .list-group-item:last-child,

.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {

  border-bottom: 0;

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}



.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {

  border-top-right-radius: 0;

  border-top-left-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-left: 15px;

  padding-right: 15px;

}



.panel > .table:first-child,

.panel > .table-responsive:first-child > .table:first-child {

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}



.panel > .table:first-child > thead:first-child > tr:first-child,

.panel > .table:first-child > tbody:first-child > tr:first-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {

  border-top-left-radius: 3px;

  border-top-right-radius: 3px;

}



.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,

.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,

.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,

.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {

  border-top-left-radius: 3px;

}



.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,

.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,

.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,

.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,

.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {

  border-top-right-radius: 3px;

}



.panel > .table:last-child,

.panel > .table-responsive:last-child > .table:last-child {

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}



.panel > .table:last-child > tbody:last-child > tr:last-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {

  border-bottom-left-radius: 3px;

  border-bottom-right-radius: 3px;

}



.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,

.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {

  border-bottom-left-radius: 3px;

}



.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,

.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,

.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {

  border-bottom-right-radius: 3px;

}



.panel > .panel-body + .table,

.panel > .panel-body + .table-responsive,

.panel > .table + .panel-body,

.panel > .table-responsive + .panel-body {

  border-top: 1px solid #ddd;

}



.panel > .table > tbody:first-child > tr:first-child th,

.panel > .table > tbody:first-child > tr:first-child td {

  border-top: 0;

}



.panel > .table-bordered,

.panel > .table-responsive > .table-bordered {

  border: 0;

}



.panel > .table-bordered > thead > tr > th:first-child,

.panel > .table-bordered > thead > tr > td:first-child,

.panel > .table-bordered > tbody > tr > th:first-child,

.panel > .table-bordered > tbody > tr > td:first-child,

.panel > .table-bordered > tfoot > tr > th:first-child,

.panel > .table-bordered > tfoot > tr > td:first-child,

.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,

.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,

.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,

.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {

  border-left: 0;

}



.panel > .table-bordered > thead > tr > th:last-child,

.panel > .table-bordered > thead > tr > td:last-child,

.panel > .table-bordered > tbody > tr > th:last-child,

.panel > .table-bordered > tbody > tr > td:last-child,

.panel > .table-bordered > tfoot > tr > th:last-child,

.panel > .table-bordered > tfoot > tr > td:last-child,

.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,

.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,

.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,

.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {

  border-right: 0;

}



.panel > .table-bordered > thead > tr:first-child > td,

.panel > .table-bordered > thead > tr:first-child > th,

.panel > .table-bordered > tbody > tr:first-child > td,

.panel > .table-bordered > tbody > tr:first-child > th,

.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,

.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,

.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,

.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {

  border-bottom: 0;

}



.panel > .table-bordered > tbody > tr:last-child > td,

.panel > .table-bordered > tbody > tr:last-child > th,

.panel > .table-bordered > tfoot > tr:last-child > td,

.panel > .table-bordered > tfoot > tr:last-child > th,

.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,

.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,

.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,

.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {

  border-bottom: 0;

}



.panel > .table-responsive {

  border: 0;

  margin-bottom: 0;

}



.panel-group {

  margin-bottom: 22px;

}



.panel-group .panel {

  margin-bottom: 0;

  border-radius: 4px;

}



.panel-group .panel + .panel {

  margin-top: 5px;

}



.panel-group .panel-heading {

  border-bottom: 0;

}



.panel-group .panel-heading + .panel-collapse > .panel-body,

.panel-group .panel-heading + .panel-collapse > .list-group {

  border-top: 1px solid #ddd;

}



.panel-group .panel-footer {

  border-top: 0;

}



.panel-group .panel-footer + .panel-collapse .panel-body {

  border-bottom: 1px solid #ddd;

}



.panel-default {

  border-color: #ddd;

}



.panel-default > .panel-heading {

  color: #333333;

  background-color: #f5f5f5;

  border-color: #ddd;

}



.panel-default > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #ddd;

}



.panel-default > .panel-heading .badge {

  color: #f5f5f5;

  background-color: #333333;

}



.panel-default > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #ddd;

}



.panel-primary {

  border-color: #14abf4;

}



.panel-primary > .panel-heading {

  color: #fff;

  background-color: #14abf4;

  border-color: #14abf4;

}



.panel-primary > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #14abf4;

}



.panel-primary > .panel-heading .badge {

  color: #14abf4;

  background-color: #fff;

}



.panel-primary > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #14abf4;

}



.panel-success {

  border-color: #d6e9c6;

}



.panel-success > .panel-heading {

  color: #3c763d;

  background-color: #dff0d8;

  border-color: #d6e9c6;

}



.panel-success > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #d6e9c6;

}



.panel-success > .panel-heading .badge {

  color: #dff0d8;

  background-color: #3c763d;

}



.panel-success > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #d6e9c6;

}



.panel-info {

  border-color: #bce8f1;

}



.panel-info > .panel-heading {

  color: #31708f;

  background-color: #d9edf7;

  border-color: #bce8f1;

}



.panel-info > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #bce8f1;

}



.panel-info > .panel-heading .badge {

  color: #d9edf7;

  background-color: #31708f;

}



.panel-info > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #bce8f1;

}



.panel-warning {

  border-color: #faebcc;

}



.panel-warning > .panel-heading {

  color: #8a6d3b;

  background-color: #fcf8e3;

  border-color: #faebcc;

}



.panel-warning > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #faebcc;

}



.panel-warning > .panel-heading .badge {

  color: #fcf8e3;

  background-color: #8a6d3b;

}



.panel-warning > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #faebcc;

}



.panel-danger {

  border-color: #ebccd1;

}



.panel-danger > .panel-heading {

  color: #a94442;

  background-color: #f2dede;

  border-color: #ebccd1;

}



.panel-danger > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #ebccd1;

}



.panel-danger > .panel-heading .badge {

  color: #f2dede;

  background-color: #a94442;

}



.panel-danger > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #ebccd1;

}



.embed-responsive {

  position: relative;

  display: block;

  height: 0;

  padding: 0;

  overflow: hidden;

}



.embed-responsive .embed-responsive-item,

.embed-responsive iframe,

.embed-responsive embed,

.embed-responsive object,

.embed-responsive video {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  border: 0;

}



.embed-responsive-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, 0.05);

}



.well blockquote {

  border-color: #ddd;

  border-color: rgba(0, 0, 0, 0.15);

}



.well-lg {

  padding: 24px;

  border-radius: 6px;

}



.well-sm {

  padding: 9px;

  border-radius: 3px;

}



.close {

  float: right;

  font-size: 24px;

  font-weight: bold;

  line-height: 1;

  color: #000;

  text-shadow: 0 1px 0 #fff;

  opacity: 0.2;

  filter: alpha(opacity=20);

}



.close:hover, .close:focus {

  color: #000;

  text-decoration: none;

  cursor: pointer;

  opacity: 0.5;

  filter: alpha(opacity=50);

}



button.close {

  padding: 0;

  cursor: pointer;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

}



.modal-open {

  overflow: hidden;

}



.modal {

  display: none;

  overflow: hidden;

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1050;

  -webkit-overflow-scrolling: touch;

  outline: 0;

}



.modal.fade .modal-dialog {

  -webkit-transform: translate(0, -25%);

  transform: translate(0, -25%);

  -webkit-transition: -webkit-transform 0.3s ease-out;

  transition: -webkit-transform 0.3s ease-out;

  transition: transform 0.3s ease-out;

  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;

}



.modal.in .modal-dialog {

  -webkit-transform: translate(0, 0);

  transform: translate(0, 0);

}



.modal-open .modal {

  overflow-x: hidden;

  overflow-y: auto;

}



.modal-dialog {

  position: relative;

  width: auto;

  margin: 10px;

}



.modal-content {

  position: relative;

  background-color: #fff;

  border: 1px solid #999;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 6px;

  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  background-clip: padding-box;

  outline: 0;

}



.modal-backdrop {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1040;

  background-color: #000;

}



.modal-backdrop.fade {

  opacity: 0;

  filter: alpha(opacity=0);

}



.modal-backdrop.in {

  opacity: 0.5;

  filter: alpha(opacity=50);

}



.modal-header {

  padding: 15px;

  border-bottom: 1px solid #e5e5e5;

}



.modal-header:before, .modal-header:after {

  content: " ";

  display: table;

}



.modal-header:after {

  clear: both;

}



.modal-header .close {

  margin-top: -2px;

}



.modal-title {

  margin: 0;

  line-height: 1.428571429;

}



.modal-body {

  position: relative;

  padding: 15px;

}



.modal-footer {

  padding: 15px;

  text-align: right;

  border-top: 1px solid #e5e5e5;

}



.modal-footer:before, .modal-footer:after {

  content: " ";

  display: table;

}



.modal-footer:after {

  clear: both;

}



.modal-footer .btn + .btn {

  margin-left: 5px;

  margin-bottom: 0;

}



.modal-footer .btn-group .btn + .btn {

  margin-left: -1px;

}



.modal-footer .btn-block + .btn-block {

  margin-left: 0;

}



.modal-scrollbar-measure {

  position: absolute;

  top: -9999px;

  width: 50px;

  height: 50px;

  overflow: scroll;

}



@media (min-width: 768px) {

  .modal-dialog {

    width: 600px;

    margin: 30px auto;

  }

  .modal-content {

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

  }

  .modal-sm {

    width: 300px;

  }

}



@media (min-width: 992px) {

  .modal-lg {

    width: 900px;

  }

}



.tooltip {

  position: absolute;

  z-index: 1070;

  display: block;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-style: normal;

  font-weight: normal;

  letter-spacing: normal;

  line-break: auto;

  line-height: 1.428571429;

  text-align: left;

  text-align: start;

  text-decoration: none;

  text-shadow: none;

  text-transform: none;

  white-space: normal;

  word-break: normal;

  word-spacing: normal;

  word-wrap: normal;

  font-size: 14px;

  opacity: 0;

  filter: alpha(opacity=0);

}



.tooltip.in {

  opacity: 0.9;

  filter: alpha(opacity=90);

}



.tooltip.top {

  margin-top: -3px;

  padding: 5px 0;

}



.tooltip.right {

  margin-left: 3px;

  padding: 0 5px;

}



.tooltip.bottom {

  margin-top: 3px;

  padding: 5px 0;

}



.tooltip.left {

  margin-left: -3px;

  padding: 0 5px;

}



.tooltip-inner {

  max-width: 200px;

  padding: 3px 8px;

  color: #fff;

  text-align: center;

  background-color: #000;

  border-radius: 4px;

}



.tooltip-arrow {

  position: absolute;

  width: 0;

  height: 0;

  border-color: transparent;

  border-style: solid;

}



.tooltip.top .tooltip-arrow {

  bottom: 0;

  left: 50%;

  margin-left: -5px;

  border-width: 5px 5px 0;

  border-top-color: #000;

}



.tooltip.top-left .tooltip-arrow {

  bottom: 0;

  right: 5px;

  margin-bottom: -5px;

  border-width: 5px 5px 0;

  border-top-color: #000;

}



.tooltip.top-right .tooltip-arrow {

  bottom: 0;

  left: 5px;

  margin-bottom: -5px;

  border-width: 5px 5px 0;

  border-top-color: #000;

}



.tooltip.right .tooltip-arrow {

  top: 50%;

  left: 0;

  margin-top: -5px;

  border-width: 5px 5px 5px 0;

  border-right-color: #000;

}



.tooltip.left .tooltip-arrow {

  top: 50%;

  right: 0;

  margin-top: -5px;

  border-width: 5px 0 5px 5px;

  border-left-color: #000;

}



.tooltip.bottom .tooltip-arrow {

  top: 0;

  left: 50%;

  margin-left: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: #000;

}



.tooltip.bottom-left .tooltip-arrow {

  top: 0;

  right: 5px;

  margin-top: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: #000;

}



.tooltip.bottom-right .tooltip-arrow {

  top: 0;

  left: 5px;

  margin-top: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: #000;

}



.popover {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1060;

  display: none;

  max-width: 276px;

  padding: 1px;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-style: normal;

  font-weight: normal;

  letter-spacing: normal;

  line-break: auto;

  line-height: 1.428571429;

  text-align: left;

  text-align: start;

  text-decoration: none;

  text-shadow: none;

  text-transform: none;

  white-space: normal;

  word-break: normal;

  word-spacing: normal;

  word-wrap: normal;

  font-size: 16px;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #ccc;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 6px;

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}



.popover.top {

  margin-top: -10px;

}



.popover.right {

  margin-left: 10px;

}



.popover.bottom {

  margin-top: 10px;

}



.popover.left {

  margin-left: -10px;

}



.popover-title {

  margin: 0;

  padding: 8px 14px;

  font-size: 16px;

  background-color: #f7f7f7;

  border-bottom: 1px solid #ebebeb;

  border-radius: 5px 5px 0 0;

}



.popover-content {

  padding: 9px 14px;

}



.popover > .arrow, .popover > .arrow:after {

  position: absolute;

  display: block;

  width: 0;

  height: 0;

  border-color: transparent;

  border-style: solid;

}



.popover > .arrow {

  border-width: 11px;

}



.popover > .arrow:after {

  border-width: 10px;

  content: "";

}



.popover.top > .arrow {

  left: 50%;

  margin-left: -11px;

  border-bottom-width: 0;

  border-top-color: #999999;

  border-top-color: rgba(0, 0, 0, 0.25);

  bottom: -11px;

}



.popover.top > .arrow:after {

  content: " ";

  bottom: 1px;

  margin-left: -10px;

  border-bottom-width: 0;

  border-top-color: #fff;

}



.popover.right > .arrow {

  top: 50%;

  left: -11px;

  margin-top: -11px;

  border-left-width: 0;

  border-right-color: #999999;

  border-right-color: rgba(0, 0, 0, 0.25);

}



.popover.right > .arrow:after {

  content: " ";

  left: 1px;

  bottom: -10px;

  border-left-width: 0;

  border-right-color: #fff;

}



.popover.bottom > .arrow {

  left: 50%;

  margin-left: -11px;

  border-top-width: 0;

  border-bottom-color: #999999;

  border-bottom-color: rgba(0, 0, 0, 0.25);

  top: -11px;

}



.popover.bottom > .arrow:after {

  content: " ";

  top: 1px;

  margin-left: -10px;

  border-top-width: 0;

  border-bottom-color: #fff;

}



.popover.left > .arrow {

  top: 50%;

  right: -11px;

  margin-top: -11px;

  border-right-width: 0;

  border-left-color: #999999;

  border-left-color: rgba(0, 0, 0, 0.25);

}



.popover.left > .arrow:after {

  content: " ";

  right: 1px;

  border-right-width: 0;

  border-left-color: #fff;

  bottom: -10px;

}



.carousel {

  position: relative;

}



.carousel-inner {

  position: relative;

  overflow: hidden;

  width: 100%;

}



.carousel-inner > .item {

  display: none;

  position: relative;

  -webkit-transition: 0.6s ease-in-out left;

  transition: 0.6s ease-in-out left;

}



.carousel-inner > .item > img,

.carousel-inner > .item > a > img {

  display: block;

  max-width: 100%;

  height: auto;

  line-height: 1;

}



@media all and (transform-3d), (-webkit-transform-3d) {

  .carousel-inner > .item {

    -webkit-transition: -webkit-transform 0.6s ease-in-out;

    transition: -webkit-transform 0.6s ease-in-out;

    transition: transform 0.6s ease-in-out;

    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-perspective: 1000px;

    perspective: 1000px;

  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    left: 0;

  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    left: 0;

  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    left: 0;

  }

}



.carousel-inner > .active,

.carousel-inner > .next,

.carousel-inner > .prev {

  display: block;

}



.carousel-inner > .active {

  left: 0;

}



.carousel-inner > .next,

.carousel-inner > .prev {

  position: absolute;

  top: 0;

  width: 100%;

}



.carousel-inner > .next {

  left: 100%;

}



.carousel-inner > .prev {

  left: -100%;

}



.carousel-inner > .next.left,

.carousel-inner > .prev.right {

  left: 0;

}



.carousel-inner > .active.left {

  left: -100%;

}



.carousel-inner > .active.right {

  left: 100%;

}



.carousel-control {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  width: 15%;

  opacity: 0.5;

  filter: alpha(opacity=50);

  font-size: 20px;

  color: #fff;

  text-align: center;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

  background-color: transparent;

}



.carousel-control.left {

  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);

  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

}



.carousel-control.right {

  left: auto;

  right: 0;

  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);

  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}



.carousel-control:hover, .carousel-control:focus {

  outline: 0;

  color: #fff;

  text-decoration: none;

  opacity: 0.9;

  filter: alpha(opacity=90);

}



.carousel-control .icon-prev,

.carousel-control .icon-next,

.carousel-control .glyphicon-chevron-left,

.carousel-control .glyphicon-chevron-right {

  position: absolute;

  top: 50%;

  margin-top: -10px;

  z-index: 5;

  display: inline-block;

}



.carousel-control .icon-prev,

.carousel-control .glyphicon-chevron-left {

  left: 50%;

  margin-left: -10px;

}



.carousel-control .icon-next,

.carousel-control .glyphicon-chevron-right {

  right: 50%;

  margin-right: -10px;

}



.carousel-control .icon-prev,

.carousel-control .icon-next {

  width: 20px;

  height: 20px;

  line-height: 1;

  font-family: serif;

}



.carousel-control .icon-prev:before {

  content: '\2039';

}



.carousel-control .icon-next:before {

  content: '\203a';

}



.carousel-indicators {

  position: absolute;

  bottom: 10px;

  left: 50%;

  z-index: 15;

  width: 60%;

  margin-left: -30%;

  padding-left: 0;

  list-style: none;

  text-align: center;

}



.carousel-indicators li {

  display: inline-block;

  width: 10px;

  height: 10px;

  margin: 1px;

  text-indent: -999px;

  border: 1px solid #fff;

  border-radius: 10px;

  cursor: pointer;

  background-color: #000 \9;

  background-color: transparent;

}



.carousel-indicators .active {

  margin: 0;

  width: 12px;

  height: 12px;

  background-color: #fff;

}



.carousel-caption {

  position: absolute;

  left: 15%;

  right: 15%;

  bottom: 20px;

  z-index: 10;

  padding-top: 20px;

  padding-bottom: 20px;

  color: #fff;

  text-align: center;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}



.carousel-caption .btn {

  text-shadow: none;

}



@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,

  .carousel-control .glyphicon-chevron-right,

  .carousel-control .icon-prev,

  .carousel-control .icon-next {

    width: 30px;

    height: 30px;

    margin-top: -10px;

    font-size: 30px;

  }

  .carousel-control .glyphicon-chevron-left,

  .carousel-control .icon-prev {

    margin-left: -10px;

  }

  .carousel-control .glyphicon-chevron-right,

  .carousel-control .icon-next {

    margin-right: -10px;

  }

  .carousel-caption {

    left: 20%;

    right: 20%;

    padding-bottom: 30px;

  }

  .carousel-indicators {

    bottom: 20px;

  }

}



.clearfix:before, .clearfix:after {

  content: " ";

  display: table;

}



.clearfix:after {

  clear: both;

}



.center-block {

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.pull-right {

  float: right !important;

}



.pull-left {

  float: left !important;

}



.hide {

  display: none !important;

}



.show {

  display: block !important;

}



.invisible {

  visibility: hidden;

}



.text-hide {

  font: 0/0 a;

  color: transparent;

  text-shadow: none;

  background-color: transparent;

  border: 0;

}



.hidden {

  display: none !important;

}



.affix {

  position: fixed;

}



@-ms-viewport {

  width: device-width;

}



.visible-xs {

  display: none !important;

}



.visible-sm {

  display: none !important;

}



.visible-md {

  display: none !important;

}



.visible-lg {

  display: none !important;

}



.visible-xs-block,

.visible-xs-inline,

.visible-xs-inline-block,

.visible-sm-block,

.visible-sm-inline,

.visible-sm-inline-block,

.visible-md-block,

.visible-md-inline,

.visible-md-inline-block,

.visible-lg-block,

.visible-lg-inline,

.visible-lg-inline-block {

  display: none !important;

}



@media (max-width: 767px) {

  .visible-xs {

    display: block !important;

  }

  table.visible-xs {

    display: table !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;

  }

}



/* ////===== END of BOOTSTRAP =====//// */

/*!

 *

 *

 *

 */

@font-face {

  font-family: 'Simple-Line-Icons-Pro';

  src: url("../icons/Simple-Line-Icons-Pro.eot?jq15et");

  src: url("../icons/Simple-Line-Icons-Pro.eot?jq15et#iefix") format("embedded-opentype"), url("../icons/Simple-Line-Icons-Pro.ttf?jq15et") format("truetype"), url("../icons/Simple-Line-Icons-Pro.woff?jq15et") format("woff"), url("../icons/Simple-Line-Icons-Pro.svg?jq15et#Simple-Line-Icons-Pro") format("svg");

  font-weight: normal;

  font-style: normal;

}



[class^="icon-"], [class*=" icon-"] {

  font-family: 'Simple-Line-Icons-Pro';

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.icon-arrow-1-circle-down:before {

  content: "\e800";

}



.icon-arrow-1-circle-left:before {

  content: "\e801";

}



.icon-arrow-1-circle-right:before {

  content: "\e802";

}



.icon-arrow-1-circle-up:before {

  content: "\e803";

}



.icon-arrow-1-down:before {

  content: "\e804";

}



.icon-arrow-1-left:before {

  content: "\e805";

}



.icon-arrow-1-right:before {

  content: "\e806";

}



.icon-arrow-1-square-down:before {

  content: "\e807";

}



.icon-arrow-1-square-left:before {

  content: "\e808";

}



.icon-arrow-1-square-right:before {

  content: "\e809";

}



.icon-arrow-1-square-up:before {

  content: "\e80a";

}



.icon-arrow-1-up:before {

  content: "\e80b";

}



.icon-arrow-2-circle-down:before {

  content: "\e80c";

}



.icon-arrow-2-circle-left:before {

  content: "\e80d";

}



.icon-arrow-2-circle-right:before {

  content: "\e80e";

}



.icon-arrow-2-circle-up:before {

  content: "\e80f";

}



.icon-arrow-2-down:before {

  content: "\e810";

}



.icon-arrow-2-left:before {

  content: "\e811";

}



.icon-arrow-2-right:before {

  content: "\e812";

}



.icon-arrow-2-sqare-down:before {

  content: "\e813";

}



.icon-arrow-2-sqare-left:before {

  content: "\e814";

}



.icon-arrow-2-sqare-right:before {

  content: "\e815";

}



.icon-arrow-2-sqare-up:before {

  content: "\e816";

}



.icon-arrow-2-up:before {

  content: "\e817";

}



.icon-arrow-3-circle-down:before {

  content: "\e818";

}



.icon-arrow-3-circle-left:before {

  content: "\e819";

}



.icon-arrow-3-circle-right:before {

  content: "\e81a";

}



.icon-arrow-3-circle-up:before {

  content: "\e81b";

}



.icon-arrow-3-down:before {

  content: "\e81c";

}



.icon-arrow-3-left:before {

  content: "\e81d";

}



.icon-arrow-3-right:before {

  content: "\e81e";

}



.icon-arrow-3-square-down:before {

  content: "\e81f";

}



.icon-arrow-3-square-left:before {

  content: "\e820";

}



.icon-arrow-3-square-right:before {

  content: "\e821";

}



.icon-arrow-3-square-up:before {

  content: "\e822";

}



.icon-arrow-3-up:before {

  content: "\e823";

}



.icon-back-1:before {

  content: "\e824";

}



.icon-back-2:before {

  content: "\e825";

}



.icon-back-3:before {

  content: "\e826";

}



.icon-back-4-circle:before {

  content: "\e827";

}



.icon-back-4-square:before {

  content: "\e828";

}



.icon-back-4:before {

  content: "\e829";

}



.icon-back-5:before {

  content: "\e82a";

}



.icon-back-6:before {

  content: "\e82b";

}



.icon-back-7:before {

  content: "\e82c";

}



.icon-backward-7:before {

  content: "\e82d";

}



.icon-double-arrows-1-left:before {

  content: "\e82e";

}



.icon-double-arrows-1-right:before {

  content: "\e82f";

}



.icon-fork-arrows:before {

  content: "\e830";

}



.icon-forward-7:before {

  content: "\e831";

}



.icon-next-1:before {

  content: "\e832";

}



.icon-next-2:before {

  content: "\e833";

}



.icon-next-3:before {

  content: "\e834";

}



.icon-next-4-circle:before {

  content: "\e835";

}



.icon-next-4-square:before {

  content: "\e836";

}



.icon-next-4:before {

  content: "\e837";

}



.icon-next-5:before {

  content: "\e838";

}



.icon-next-6:before {

  content: "\e839";

}



.icon-next-7:before {

  content: "\e83a";

}



.icon-s-arrow-1:before {

  content: "\e83b";

}



.icon-s-arrow-2:before {

  content: "\e83c";

}



.icon-s-arrow-3:before {

  content: "\e83d";

}



.icon-answer:before {

  content: "\e83e";

}



.icon-call-back:before {

  content: "\e83f";

}



.icon-call-block:before {

  content: "\e840";

}



.icon-call-end:before {

  content: "\e841";

}



.icon-call-hold:before {

  content: "\e842";

}



.icon-call-in:before {

  content: "\e843";

}



.icon-call-logs:before {

  content: "\e844";

}



.icon-call-off:before {

  content: "\e845";

}



.icon-call-out:before {

  content: "\e846";

}



.icon-call:before {

  content: "\e847";

}



.icon-chat-1:before {

  content: "\e848";

}



.icon-chat-2:before {

  content: "\e849";

}



.icon-chat-3:before {

  content: "\e84a";

}



.icon-comment-1-like:before {

  content: "\e84b";

}



.icon-comment-1:before {

  content: "\e84c";

}



.icon-comment-2-hashtag:before {

  content: "\e84d";

}



.icon-comment-2-quote:before {

  content: "\e84e";

}



.icon-comment-2-smile:before {

  content: "\e84f";

}



.icon-comment-2-write-2:before {

  content: "\e850";

}



.icon-comment-2:before {

  content: "\e851";

}



.icon-comment-3-write-2:before {

  content: "\e852";

}



.icon-comment-3:before {

  content: "\e853";

}



.icon-comments-1:before {

  content: "\e854";

}



.icon-comments-2:before {

  content: "\e855";

}



.icon-comments-3:before {

  content: "\e856";

}



.icon-email-2-at:before {

  content: "\e857";

}



.icon-email-2-letter:before {

  content: "\e858";

}



.icon-email-2-open:before {

  content: "\e859";

}



.icon-email-2-search:before {

  content: "\e85a";

}



.icon-email-at:before {

  content: "\e85b";

}



.icon-email-ban:before {

  content: "\e85c";

}



.icon-email-check:before {

  content: "\e85d";

}



.icon-email-close:before {

  content: "\e85e";

}



.icon-email-delete:before {

  content: "\e85f";

}



.icon-email-edit:before {

  content: "\e860";

}



.icon-email-forward:before {

  content: "\e861";

}



.icon-email-in:before {

  content: "\e862";

}



.icon-email-letter:before {

  content: "\e863";

}



.icon-email-locked:before {

  content: "\e864";

}



.icon-email-new:before {

  content: "\e865";

}



.icon-email-open:before {

  content: "\e866";

}



.icon-email-out:before {

  content: "\e867";

}



.icon-email-refresh:before {

  content: "\e868";

}



.icon-email-reply:before {

  content: "\e869";

}



.icon-email-search:before {

  content: "\e86a";

}



.icon-email-send:before {

  content: "\e86b";

}



.icon-email-star:before {

  content: "\e86c";

}



.icon-email:before {

  content: "\e86d";

}



.icon-inbox-empty:before {

  content: "\e86e";

}



.icon-inbox-full:before {

  content: "\e86f";

}



.icon-inbox:before {

  content: "\e870";

}



.icon-letter:before {

  content: "\e871";

}



.icon-letters:before {

  content: "\e872";

}



.icon-megaphone-1:before {

  content: "\e873";

}



.icon-megaphone-2:before {

  content: "\e874";

}



.icon-message-1-alert:before {

  content: "\e875";

}



.icon-message-1-ask:before {

  content: "\e876";

}



.icon-message-1-hashtag:before {

  content: "\e877";

}



.icon-message-1-heart:before {

  content: "\e878";

}



.icon-message-1-music-tone:before {

  content: "\e879";

}



.icon-message-1-pause:before {

  content: "\e87a";

}



.icon-message-1-quote:before {

  content: "\e87b";

}



.icon-message-1-smile:before {

  content: "\e87c";

}



.icon-message-1-write:before {

  content: "\e87d";

}



.icon-message-1:before {

  content: "\e87e";

}



.icon-message-2-alert:before {

  content: "\e87f";

}



.icon-message-2-ask:before {

  content: "\e880";

}



.icon-message-2-heart:before {

  content: "\e881";

}



.icon-message-2-like:before {

  content: "\e882";

}



.icon-message-2-music-tone:before {

  content: "\e883";

}



.icon-message-2-pause:before {

  content: "\e884";

}



.icon-message-2-write:before {

  content: "\e885";

}



.icon-message-2:before {

  content: "\e886";

}



.icon-message-3-alert:before {

  content: "\e887";

}



.icon-message-3-ask:before {

  content: "\e888";

}



.icon-message-3-hashtag:before {

  content: "\e889";

}



.icon-message-3-heart:before {

  content: "\e88a";

}



.icon-message-3-like:before {

  content: "\e88b";

}



.icon-message-3-music-tone:before {

  content: "\e88c";

}



.icon-message-3-pause:before {

  content: "\e88d";

}



.icon-message-3-quote:before {

  content: "\e88e";

}



.icon-message-3-smile:before {

  content: "\e88f";

}



.icon-message-3-write:before {

  content: "\e890";

}



.icon-message-3:before {

  content: "\e891";

}



.icon-outbox:before {

  content: "\e892";

}



.icon-paper-plane-2:before {

  content: "\e893";

}



.icon-phone-call-in:before {

  content: "\e894";

}



.icon-phone-call-out:before {

  content: "\e895";

}



.icon-phone-contacts:before {

  content: "\e896";

}



.icon-phone-message-1:before {

  content: "\e897";

}



.icon-phone-message-2:before {

  content: "\e898";

}



.icon-phone-message-3:before {

  content: "\e899";

}



.icon-phone-ring:before {

  content: "\e89a";

}



.icon-Q-and-A:before {

  content: "\e89b";

}



.icon-telephone-1:before {

  content: "\e89c";

}



.icon-voicemail:before {

  content: "\e89d";

}



.icon-battery-1:before {

  content: "\e89e";

}



.icon-battery-2:before {

  content: "\e89f";

}



.icon-battery-3:before {

  content: "\e8a0";

}



.icon-battery-4:before {

  content: "\e8a1";

}



.icon-battery-5:before {

  content: "\e8a2";

}



.icon-battery-charging:before {

  content: "\e8a3";

}



.icon-battery-empty:before {

  content: "\e8a4";

}



.icon-battery-fully-charged:before {

  content: "\e8a5";

}



.icon-battery-low:before {

  content: "\e8a6";

}



.icon-battery-warning:before {

  content: "\e8a7";

}



.icon-cable-1:before {

  content: "\e8a8";

}



.icon-cable-2:before {

  content: "\e8a9";

}



.icon-CD-1:before {

  content: "\e8aa";

}



.icon-cd-burn:before {

  content: "\e8ab";

}



.icon-charger-plug-1:before {

  content: "\e8ac";

}



.icon-charger-plug-2:before {

  content: "\e8ad";

}



.icon-charger-plug-3:before {

  content: "\e8ae";

}



.icon-desktop:before {

  content: "\e8af";

}



.icon-diskette-1:before {

  content: "\e8b0";

}



.icon-diskette-2:before {

  content: "\e8b1";

}



.icon-diskette-3:before {

  content: "\e8b2";

}



.icon-flashdrive:before {

  content: "\e8b3";

}



.icon-gameboy:before {

  content: "\e8b4";

}



.icon-hdd:before {

  content: "\e8b5";

}



.icon-imac:before {

  content: "\e8b6";

}



.icon-ipod:before {

  content: "\e8b7";

}



.icon-iwatch:before {

  content: "\e8b8";

}



.icon-joystick-1:before {

  content: "\e8b9";

}



.icon-joystick-2:before {

  content: "\e8ba";

}



.icon-keyboard-1:before {

  content: "\e8bb";

}



.icon-keyboard-2:before {

  content: "\e8bc";

}



.icon-laptop-1:before {

  content: "\e8bd";

}



.icon-laptop-2:before {

  content: "\e8be";

}



.icon-monitor:before {

  content: "\e8bf";

}



.icon-mouse-1:before {

  content: "\e8c0";

}



.icon-mouse-2:before {

  content: "\e8c1";

}



.icon-mouse-3:before {

  content: "\e8c2";

}



.icon-old-computer:before {

  content: "\e8c3";

}



.icon-old-radio-1:before {

  content: "\e8c4";

}



.icon-old-radio-2:before {

  content: "\e8c5";

}



.icon-old-radio-3:before {

  content: "\e8c6";

}



.icon-old-telephone:before {

  content: "\e8c7";

}



.icon-old-tv-1:before {

  content: "\e8c8";

}



.icon-old-tv-2:before {

  content: "\e8c9";

}



.icon-outlet:before {

  content: "\e8ca";

}



.icon-plug:before {

  content: "\e8cb";

}



.icon-printer:before {

  content: "\e8cc";

}



.icon-projector:before {

  content: "\e8cd";

}



.icon-psp:before {

  content: "\e8ce";

}



.icon-remote:before {

  content: "\e8cf";

}



.icon-router:before {

  content: "\e8d0";

}



.icon-security-camera:before {

  content: "\e8d1";

}



.icon-shredder:before {

  content: "\e8d2";

}



.icon-sim-1:before {

  content: "\e8d3";

}



.icon-sim-2:before {

  content: "\e8d4";

}



.icon-smart-watch:before {

  content: "\e8d5";

}



.icon-smartphone-3G:before {

  content: "\e8d6";

}



.icon-smartphone-4G:before {

  content: "\e8d7";

}



.icon-smartphone-desktop:before {

  content: "\e8d8";

}



.icon-smartphone-hand-1:before {

  content: "\e8d9";

}



.icon-smartphone-hand-2:before {

  content: "\e8da";

}



.icon-smartphone-landscape:before {

  content: "\e8db";

}



.icon-smartphone-laptop:before {

  content: "\e8dc";

}



.icon-smartphone-off:before {

  content: "\e8dd";

}



.icon-smartphone-orientation:before {

  content: "\e8de";

}



.icon-smartphone-rotate-left:before {

  content: "\e8df";

}



.icon-smartphone-rotate-right:before {

  content: "\e8e0";

}



.icon-smartphone-tablet-1:before {

  content: "\e8e1";

}



.icon-smartphone-tablet-2:before {

  content: "\e8e2";

}



.icon-smartphone-tablet-desktop:before {

  content: "\e8e3";

}



.icon-smartphone:before {

  content: "\e8e4";

}



.icon-smartphones:before {

  content: "\e8e5";

}



.icon-switch:before {

  content: "\e8e6";

}



.icon-tablet-desktop:before {

  content: "\e8e7";

}



.icon-tablet-landscape:before {

  content: "\e8e8";

}



.icon-tablet-orientation-landscape:before {

  content: "\e8e9";

}



.icon-tablet-orientation-portrait:before {

  content: "\e8ea";

}



.icon-tablet-stylus:before {

  content: "\e8eb";

}



.icon-tablet:before {

  content: "\e8ec";

}



.icon-tablets:before {

  content: "\e8ed";

}



.icon-telephone:before {

  content: "\e8ee";

}



.icon-tv:before {

  content: "\e8ef";

}



.icon-usb-wireless:before {

  content: "\e8f0";

}



.icon-web-camera:before {

  content: "\e8f1";

}



.icon-auction:before {

  content: "\e8f2";

}



.icon-barcode-scan:before {

  content: "\e8f3";

}



.icon-barcode:before {

  content: "\e8f4";

}



.icon-basket-add:before {

  content: "\e8f5";

}



.icon-basket-checked:before {

  content: "\e8f6";

}



.icon-basket-close:before {

  content: "\e8f7";

}



.icon-basket-in:before {

  content: "\e8f8";

}



.icon-basket-out:before {

  content: "\e8f9";

}



.icon-basket-remove:before {

  content: "\e8fa";

}



.icon-basket:before {

  content: "\e8fb";

}



.icon-cart-1-add:before {

  content: "\e8fc";

}



.icon-cart-1-cancel:before {

  content: "\e8fd";

}



.icon-cart-1-checked:before {

  content: "\e8fe";

}



.icon-cart-1-in:before {

  content: "\e8ff";

}



.icon-cart-1-loaded:before {

  content: "\e900";

}



.icon-cart-1-out:before {

  content: "\e901";

}



.icon-cart-1-remove:before {

  content: "\e902";

}



.icon-cart-1:before {

  content: "\e903";

}



.icon-cart-2-add:before {

  content: "\e904";

}



.icon-cart-2-cancel:before {

  content: "\e905";

}



.icon-cart-2-checked:before {

  content: "\e906";

}



.icon-cart-2-in:before {

  content: "\e907";

}



.icon-cart-2-loaded:before {

  content: "\e908";

}



.icon-cart-2-out:before {

  content: "\e909";

}



.icon-cart-2-remove:before {

  content: "\e90a";

}



.icon-cart-2:before {

  content: "\e90b";

}



.icon-cart-3-loaded:before {

  content: "\e90c";

}



.icon-cart-3:before {

  content: "\e90d";

}



.icon-delivery-1:before {

  content: "\e90e";

}



.icon-delivery-2:before {

  content: "\e90f";

}



.icon-delivery-3:before {

  content: "\e910";

}



.icon-delivery-box-1:before {

  content: "\e911";

}



.icon-delivery-box-2:before {

  content: "\e912";

}



.icon-discount-circle:before {

  content: "\e913";

}



.icon-discount-star:before {

  content: "\e914";

}



.icon-handbag:before {

  content: "\e915";

}



.icon-list-heart:before {

  content: "\e916";

}



.icon-open-sign:before {

  content: "\e917";

}



.icon-price-tag:before {

  content: "\e918";

}



.icon-qr-code:before {

  content: "\e919";

}



.icon-shop-1:before {

  content: "\e91a";

}



.icon-shop-2-location:before {

  content: "\e91b";

}



.icon-shop-2:before {

  content: "\e91c";

}



.icon-shopping-bag-add:before {

  content: "\e91d";

}



.icon-shopping-bag-checked:before {

  content: "\e91e";

}



.icon-shopping-bag-close:before {

  content: "\e91f";

}



.icon-shopping-bag-heart:before {

  content: "\e920";

}



.icon-shopping-bag-remove:before {

  content: "\e921";

}



.icon-shopping-bag:before {

  content: "\e922";

}



.icon-shopping-tag:before {

  content: "\e923";

}



.icon-shopping-tags:before {

  content: "\e924";

}



.icon-ticket:before {

  content: "\e925";

}



.icon-wallet-1:before {

  content: "\e926";

}



.icon-wallet-add:before {

  content: "\e927";

}



.icon-wallet-ban:before {

  content: "\e928";

}



.icon-wallet-cancel:before {

  content: "\e929";

}



.icon-wallet-info:before {

  content: "\e92a";

}



.icon-wallet-loaded:before {

  content: "\e92b";

}



.icon-wallet-locked:before {

  content: "\e92c";

}



.icon-wallet-remove:before {

  content: "\e92d";

}



.icon-wallet-verified:before {

  content: "\e92e";

}



.icon-wallet1:before {

  content: "\e92f";

}



.icon-abacus:before {

  content: "\e930";

}



.icon-alphabet:before {

  content: "\e931";

}



.icon-blackboard-1:before {

  content: "\e932";

}



.icon-blackboard-2:before {

  content: "\e933";

}



.icon-blackboard-3:before {

  content: "\e934";

}



.icon-blackboard-alphabet:before {

  content: "\e935";

}



.icon-blackboard-pointer:before {

  content: "\e936";

}



.icon-bomb:before {

  content: "\e937";

}



.icon-briefcase-2:before {

  content: "\e938";

}



.icon-bulb-add:before {

  content: "\e939";

}



.icon-bulb-checked:before {

  content: "\e93a";

}



.icon-bulb-close:before {

  content: "\e93b";

}



.icon-bulb-idea:before {

  content: "\e93c";

}



.icon-bulb-remove:before {

  content: "\e93d";

}



.icon-bulb:before {

  content: "\e93e";

}



.icon-chemistry-1-test-failed:before {

  content: "\e93f";

}



.icon-chemistry-1-test-successful:before {

  content: "\e940";

}



.icon-chemistry-1:before {

  content: "\e941";

}



.icon-chemistry-2:before {

  content: "\e942";

}



.icon-chemistry-3:before {

  content: "\e943";

}



.icon-chemistry-5:before {

  content: "\e944";

}



.icon-divider:before {

  content: "\e945";

}



.icon-drawers:before {

  content: "\e946";

}



.icon-earth-globe:before {

  content: "\e947";

}



.icon-formula-2:before {

  content: "\e948";

}



.icon-formula:before {

  content: "\e949";

}



.icon-germs:before {

  content: "\e94a";

}



.icon-grade:before {

  content: "\e94b";

}



.icon-graduation-cap:before {

  content: "\e94c";

}



.icon-learning:before {

  content: "\e94d";

}



.icon-math:before {

  content: "\e94e";

}



.icon-molecule:before {

  content: "\e94f";

}



.icon-nerd-glasses:before {

  content: "\e950";

}



.icon-physics-1:before {

  content: "\e951";

}



.icon-physics-2:before {

  content: "\e952";

}



.icon-planet:before {

  content: "\e953";

}



.icon-school-bag:before {

  content: "\e954";

}



.icon-telescope:before {

  content: "\e955";

}



.icon-university:before {

  content: "\e956";

}



.icon-d-axis:before {

  content: "\e957";

}



.icon-d-axis-2:before {

  content: "\e958";

}



.icon-d-axis2:before {

  content: "\e959";

}



.icon-d-cube:before {

  content: "\e95a";

}



.icon-blur:before {

  content: "\e95b";

}



.icon-bring-forward:before {

  content: "\e95c";

}



.icon-brush-1:before {

  content: "\e95d";

}



.icon-brush-2:before {

  content: "\e95e";

}



.icon-brush-pencil:before {

  content: "\e95f";

}



.icon-cmyk:before {

  content: "\e960";

}



.icon-color-palette:before {

  content: "\e961";

}



.icon-crop:before {

  content: "\e962";

}



.icon-easel:before {

  content: "\e963";

}



.icon-eraser:before {

  content: "\e964";

}



.icon-eyedropper-1:before {

  content: "\e965";

}



.icon-eyedropper-2:before {

  content: "\e966";

}



.icon-golden-spiral:before {

  content: "\e967";

}



.icon-graphic-tablet:before {

  content: "\e968";

}



.icon-grid:before {

  content: "\e969";

}



.icon-layers-1:before {

  content: "\e96a";

}



.icon-layers-2:before {

  content: "\e96b";

}



.icon-layers-add-1:before {

  content: "\e96c";

}



.icon-layers-add-2:before {

  content: "\e96d";

}



.icon-layers-linked-1:before {

  content: "\e96e";

}



.icon-layers-linked-2:before {

  content: "\e96f";

}



.icon-layers-locked-1:before {

  content: "\e970";

}



.icon-layers-locked-2:before {

  content: "\e971";

}



.icon-layers-off-1:before {

  content: "\e972";

}



.icon-layers-remove-1:before {

  content: "\e973";

}



.icon-layers-remove-2:before {

  content: "\e974";

}



.icon-paint-bucket-1:before {

  content: "\e975";

}



.icon-paint-bucket-2:before {

  content: "\e976";

}



.icon-paint-roll:before {

  content: "\e977";

}



.icon-pantone-charts:before {

  content: "\e978";

}



.icon-pathfinder-exclude:before {

  content: "\e979";

}



.icon-pathfinder-intersect:before {

  content: "\e97a";

}



.icon-pathfinder-minus-front:before {

  content: "\e97b";

}



.icon-pathfinder-unite:before {

  content: "\e97c";

}



.icon-pen-2:before {

  content: "\e97d";

}



.icon-pen-pencil:before {

  content: "\e97e";

}



.icon-pen1:before {

  content: "\e97f";

}



.icon-pencil-ruler:before {

  content: "\e980";

}



.icon-pencil1:before {

  content: "\e981";

}



.icon-pencil2:before {

  content: "\e982";

}



.icon-rgb:before {

  content: "\e983";

}



.icon-ruler-triangle:before {

  content: "\e984";

}



.icon-ruler:before {

  content: "\e985";

}



.icon-scissors-2:before {

  content: "\e986";

}



.icon-scissors:before {

  content: "\e987";

}



.icon-send-backward:before {

  content: "\e988";

}



.icon-sharpener:before {

  content: "\e989";

}



.icon-smart-object:before {

  content: "\e98a";

}



.icon-spiral:before {

  content: "\e98b";

}



.icon-spray-can:before {

  content: "\e98c";

}



.icon-square-circle:before {

  content: "\e98d";

}



.icon-square-triangle-circle:before {

  content: "\e98e";

}



.icon-square-triangle:before {

  content: "\e98f";

}



.icon-stylus:before {

  content: "\e990";

}



.icon-varnish-brush:before {

  content: "\e991";

}



.icon-vector-arc:before {

  content: "\e992";

}



.icon-vector-circle:before {

  content: "\e993";

}



.icon-vector-line:before {

  content: "\e994";

}



.icon-vector-path-1:before {

  content: "\e995";

}



.icon-vector-path-2:before {

  content: "\e996";

}



.icon-vector-path-3:before {

  content: "\e997";

}



.icon-vector-rectangle:before {

  content: "\e998";

}



.icon-vector-triangle:before {

  content: "\e999";

}



.icon-agenda-1:before {

  content: "\e99a";

}



.icon-agenda-2:before {

  content: "\e99b";

}



.icon-article-2:before {

  content: "\e99c";

}



.icon-article-3:before {

  content: "\e99d";

}



.icon-article:before {

  content: "\e99e";

}



.icon-ballpen:before {

  content: "\e99f";

}



.icon-bold:before {

  content: "\e9a0";

}



.icon-book-2:before {

  content: "\e9a1";

}



.icon-book-3:before {

  content: "\e9a2";

}



.icon-book-4:before {

  content: "\e9a3";

}



.icon-book-5:before {

  content: "\e9a4";

}



.icon-book-6:before {

  content: "\e9a5";

}



.icon-book:before {

  content: "\e9a6";

}



.icon-bookmark-2:before {

  content: "\e9a7";

}



.icon-bookmark-3:before {

  content: "\e9a8";

}



.icon-bookmark-4:before {

  content: "\e9a9";

}



.icon-bookmark-add:before {

  content: "\e9aa";

}



.icon-bookmark-checked:before {

  content: "\e9ab";

}



.icon-bookmark1:before {

  content: "\e9ac";

}



.icon-bookmarks:before {

  content: "\e9ad";

}



.icon-character:before {

  content: "\e9ae";

}



.icon-characters:before {

  content: "\e9af";

}



.icon-clipboard-1:before {

  content: "\e9b0";

}



.icon-clipboard-2:before {

  content: "\e9b1";

}



.icon-clipboard-check:before {

  content: "\e9b2";

}



.icon-clipboard-file:before {

  content: "\e9b3";

}



.icon-cmd:before {

  content: "\e9b4";

}



.icon-content-1:before {

  content: "\e9b5";

}



.icon-content-2:before {

  content: "\e9b6";

}



.icon-content-3:before {

  content: "\e9b7";

}



.icon-copy-plain-text:before {

  content: "\e9b8";

}



.icon-copy-styles:before {

  content: "\e9b9";

}



.icon-CV-2:before {

  content: "\e9ba";

}



.icon-CV:before {

  content: "\e9bb";

}



.icon-document-envelope-1:before {

  content: "\e9bc";

}



.icon-document-envelope-2:before {

  content: "\e9bd";

}



.icon-document-pencil:before {

  content: "\e9be";

}



.icon-indent-left:before {

  content: "\e9bf";

}



.icon-indent-right:before {

  content: "\e9c0";

}



.icon-liner:before {

  content: "\e9c1";

}



.icon-list-bullets:before {

  content: "\e9c2";

}



.icon-list-numbers:before {

  content: "\e9c3";

}



.icon-marker:before {

  content: "\e9c4";

}



.icon-newspaper:before {

  content: "\e9c5";

}



.icon-nib-1:before {

  content: "\e9c6";

}



.icon-nib-2:before {

  content: "\e9c7";

}



.icon-note:before {

  content: "\e9c8";

}



.icon-notebook:before {

  content: "\e9c9";

}



.icon-office-archives:before {

  content: "\e9ca";

}



.icon-paper-clamp:before {

  content: "\e9cb";

}



.icon-papyrus:before {

  content: "\e9cc";

}



.icon-paragraph-down:before {

  content: "\e9cd";

}



.icon-paragraph-up:before {

  content: "\e9ce";

}



.icon-paragraph:before {

  content: "\e9cf";

}



.icon-pen-1:before {

  content: "\e9d0";

}



.icon-pencil-1:before {

  content: "\e9d1";

}



.icon-pencil-2:before {

  content: "\e9d2";

}



.icon-quill-ink-pot:before {

  content: "\e9d3";

}



.icon-quill:before {

  content: "\e9d4";

}



.icon-quotes:before {

  content: "\e9d5";

}



.icon-research:before {

  content: "\e9d6";

}



.icon-spell-check:before {

  content: "\e9d7";

}



.icon-strikethrough:before {

  content: "\e9d8";

}



.icon-text-box:before {

  content: "\e9d9";

}



.icon-text-color:before {

  content: "\e9da";

}



.icon-text-input:before {

  content: "\e9db";

}



.icon-text-italic:before {

  content: "\e9dc";

}



.icon-text:before {

  content: "\e9dd";

}



.icon-translate:before {

  content: "\e9de";

}



.icon-underline:before {

  content: "\e9df";

}



.icon-user-manual-2:before {

  content: "\e9e0";

}



.icon-user-manual:before {

  content: "\e9e1";

}



.icon-write-2:before {

  content: "\e9e2";

}



.icon-write-3:before {

  content: "\e9e3";

}



.icon-write-off:before {

  content: "\e9e4";

}



.icon-write:before {

  content: "\e9e5";

}



.icon-add-notification:before {

  content: "\e9e6";

}



.icon-add-tab:before {

  content: "\e9e7";

}



.icon-airplane-mode-2:before {

  content: "\e9e8";

}



.icon-airplane-mode:before {

  content: "\e9e9";

}



.icon-align-bottom:before {

  content: "\e9ea";

}



.icon-align-left:before {

  content: "\e9eb";

}



.icon-align-right:before {

  content: "\e9ec";

}



.icon-allign-top:before {

  content: "\e9ed";

}



.icon-backward:before {

  content: "\e9ee";

}



.icon-ban:before {

  content: "\e9ef";

}



.icon-brightness-high:before {

  content: "\e9f0";

}



.icon-brightness-low:before {

  content: "\e9f1";

}



.icon-cancel-circle:before {

  content: "\e9f2";

}



.icon-cancel-square-2:before {

  content: "\e9f3";

}



.icon-check-all:before {

  content: "\e9f4";

}



.icon-check-circle-2:before {

  content: "\e9f5";

}



.icon-check-circle:before {

  content: "\e9f6";

}



.icon-check-square-2:before {

  content: "\e9f7";

}



.icon-check-square:before {

  content: "\e9f8";

}



.icon-check:before {

  content: "\e9f9";

}



.icon-close:before {

  content: "\e9fa";

}



.icon-config-1:before {

  content: "\e9fb";

}



.icon-config-2:before {

  content: "\e9fc";

}



.icon-contract-2:before {

  content: "\e9fd";

}



.icon-contract-3:before {

  content: "\e9fe";

}



.icon-contract-4:before {

  content: "\e9ff";

}



.icon-contract:before {

  content: "\ea00";

}



.icon-cursor-click:before {

  content: "\ea01";

}



.icon-cursor-double-click:before {

  content: "\ea02";

}



.icon-cursor-select:before {

  content: "\ea03";

}



.icon-cursor:before {

  content: "\ea04";

}



.icon-door-lock:before {

  content: "\ea05";

}



.icon-double-tap:before {

  content: "\ea06";

}



.icon-download-1:before {

  content: "\ea07";

}



.icon-download-2:before {

  content: "\ea08";

}



.icon-drag-1:before {

  content: "\ea09";

}



.icon-drag:before {

  content: "\ea0a";

}



.icon-edit-1:before {

  content: "\ea0b";

}



.icon-edit-2:before {

  content: "\ea0c";

}



.icon-edit-3:before {

  content: "\ea0d";

}



.icon-expand-2:before {

  content: "\ea0e";

}



.icon-expand-3:before {

  content: "\ea0f";

}



.icon-expand-4:before {

  content: "\ea10";

}



.icon-expand-horizontal:before {

  content: "\ea11";

}



.icon-expand-vertical:before {

  content: "\ea12";

}



.icon-expand:before {

  content: "\ea13";

}



.icon-eye-off:before {

  content: "\ea14";

}



.icon-eye:before {

  content: "\ea15";

}



.icon-fingerprint:before {

  content: "\ea16";

}



.icon-flash-2:before {

  content: "\ea17";

}



.icon-flash-3:before {

  content: "\ea18";

}



.icon-flash-4:before {

  content: "\ea19";

}



.icon-flip-horizontal:before {

  content: "\ea1a";

}



.icon-flip-vertical:before {

  content: "\ea1b";

}



.icon-forward:before {

  content: "\ea1c";

}



.icon-grid-circles:before {

  content: "\ea1d";

}



.icon-grid-squares-2:before {

  content: "\ea1e";

}



.icon-grid-squares:before {

  content: "\ea1f";

}



.icon-hamburger-menu-1:before {

  content: "\ea20";

}



.icon-hamburger-menu-2:before {

  content: "\ea21";

}



.icon-hand:before {

  content: "\ea22";

}



.icon-help-1:before {

  content: "\ea23";

}



.icon-help-2:before {

  content: "\ea24";

}



.icon-home:before {

  content: "\ea25";

}



.icon-info:before {

  content: "\ea26";

}



.icon-inside:before {

  content: "\ea27";

}



.icon-key-1:before {

  content: "\ea28";

}



.icon-key-2:before {

  content: "\ea29";

}



.icon-label-cancel:before {

  content: "\ea2a";

}



.icon-label:before {

  content: "\ea2b";

}



.icon-layout-1:before {

  content: "\ea2c";

}



.icon-layout-2:before {

  content: "\ea2d";

}



.icon-layout-3:before {

  content: "\ea2e";

}



.icon-list-1:before {

  content: "\ea2f";

}



.icon-list-2:before {

  content: "\ea30";

}



.icon-list-3:before {

  content: "\ea31";

}



.icon-list-4:before {

  content: "\ea32";

}



.icon-lock:before {

  content: "\ea33";

}



.icon-loop:before {

  content: "\ea34";

}



.icon-magic-wand-1:before {

  content: "\ea35";

}



.icon-magic-wand-2:before {

  content: "\ea36";

}



.icon-magnet:before {

  content: "\ea37";

}



.icon-magnifier-1:before {

  content: "\ea38";

}



.icon-magnifier-2:before {

  content: "\ea39";

}



.icon-maximize-left:before {

  content: "\ea3a";

}



.icon-maximize-right:before {

  content: "\ea3b";

}



.icon-menu-circle-grid:before {

  content: "\ea3c";

}



.icon-minus-circle:before {

  content: "\ea3d";

}



.icon-minus-square:before {

  content: "\ea3e";

}



.icon-more-circle:before {

  content: "\ea3f";

}



.icon-more-circles-horizontal:before {

  content: "\ea40";

}



.icon-more-circles-vertical:before {

  content: "\ea41";

}



.icon-more-squares-vertical-filled:before {

  content: "\ea42";

}



.icon-more-squares-vertical:before {

  content: "\ea43";

}



.icon-notification-2:before {

  content: "\ea44";

}



.icon-notification-off:before {

  content: "\ea45";

}



.icon-notification-paused:before {

  content: "\ea46";

}



.icon-notification:before {

  content: "\ea47";

}



.icon-outside:before {

  content: "\ea48";

}



.icon-paper-clip:before {

  content: "\ea49";

}



.icon-paper-plane:before {

  content: "\ea4a";

}



.icon-pass:before {

  content: "\ea4b";

}



.icon-phone-shake:before {

  content: "\ea4c";

}



.icon-pin-1:before {

  content: "\ea4d";

}



.icon-pin-2:before {

  content: "\ea4e";

}



.icon-pin-3:before {

  content: "\ea4f";

}



.icon-pin-code:before {

  content: "\ea50";

}



.icon-plus-circle:before {

  content: "\ea51";

}



.icon-plus-square:before {

  content: "\ea52";

}



.icon-plus:before {

  content: "\ea53";

}



.icon-pointer:before {

  content: "\ea54";

}



.icon-power:before {

  content: "\ea55";

}



.icon-press:before {

  content: "\ea56";

}



.icon-question:before {

  content: "\ea57";

}



.icon-refresh-2:before {

  content: "\ea58";

}



.icon-refresh-warning:before {

  content: "\ea59";

}



.icon-refresh:before {

  content: "\ea5a";

}



.icon-reload-checked:before {

  content: "\ea5b";

}



.icon-reload:before {

  content: "\ea5c";

}



.icon-remove-tab:before {

  content: "\ea5d";

}



.icon-rotate:before {

  content: "\ea5e";

}



.icon-scroll:before {

  content: "\ea5f";

}



.icon-search-history:before {

  content: "\ea60";

}



.icon-settings-2:before {

  content: "\ea61";

}



.icon-settings:before {

  content: "\ea62";

}



.icon-Shape18:before {

  content: "\ea63";

}



.icon-share-1:before {

  content: "\ea64";

}



.icon-share-2:before {

  content: "\ea65";

}



.icon-share-3:before {

  content: "\ea66";

}



.icon-share-4:before {

  content: "\ea67";

}



.icon-spread:before {

  content: "\ea68";

}



.icon-swap-horizontal:before {

  content: "\ea69";

}



.icon-swap-vertical:before {

  content: "\ea6a";

}



.icon-swipe-down:before {

  content: "\ea6b";

}



.icon-swipe-left:before {

  content: "\ea6c";

}



.icon-swipe-right:before {

  content: "\ea6d";

}



.icon-swipe-up:before {

  content: "\ea6e";

}



.icon-switch-off:before {

  content: "\ea6f";

}



.icon-switch-on:before {

  content: "\ea70";

}



.icon-switches-1:before {

  content: "\ea71";

}



.icon-switches-2:before {

  content: "\ea72";

}



.icon-tabs-2:before {

  content: "\ea73";

}



.icon-tabs:before {

  content: "\ea74";

}



.icon-tap:before {

  content: "\ea75";

}



.icon-touch:before {

  content: "\ea76";

}



.icon-trash-recycle:before {

  content: "\ea77";

}



.icon-trash:before {

  content: "\ea78";

}



.icon-unlocked:before {

  content: "\ea79";

}



.icon-upload-1:before {

  content: "\ea7a";

}



.icon-upload-2:before {

  content: "\ea7b";

}



.icon-warning-circle:before {

  content: "\ea7c";

}



.icon-warning-hexagon:before {

  content: "\ea7d";

}



.icon-warning-triangle:before {

  content: "\ea7e";

}



.icon-zoom-in-1:before {

  content: "\ea7f";

}



.icon-zoom-in-2:before {

  content: "\ea80";

}



.icon-zoom-out-1:before {

  content: "\ea81";

}



.icon-zoom-out-2:before {

  content: "\ea82";

}



.icon-file-aep:before {

  content: "\ea83";

}



.icon-file-ai:before {

  content: "\ea84";

}



.icon-file-apk:before {

  content: "\ea85";

}



.icon-file-archive:before {

  content: "\ea86";

}



.icon-file-audio:before {

  content: "\ea87";

}



.icon-file-avi:before {

  content: "\ea88";

}



.icon-file-backup:before {

  content: "\ea89";

}



.icon-file-bookmark:before {

  content: "\ea8a";

}



.icon-file-cdr:before {

  content: "\ea8b";

}



.icon-file-clip:before {

  content: "\ea8c";

}



.icon-file-code:before {

  content: "\ea8d";

}



.icon-file-copy:before {

  content: "\ea8e";

}



.icon-file-corrupted:before {

  content: "\ea8f";

}



.icon-file-css:before {

  content: "\ea90";

}



.icon-file-delete:before {

  content: "\ea91";

}



.icon-file-dmg:before {

  content: "\ea92";

}



.icon-file-doc:before {

  content: "\ea93";

}



.icon-file-download:before {

  content: "\ea94";

}



.icon-file-edit:before {

  content: "\ea95";

}



.icon-file-eps:before {

  content: "\ea96";

}



.icon-file-error:before {

  content: "\ea97";

}



.icon-file-exchange:before {

  content: "\ea98";

}



.icon-file-exe:before {

  content: "\ea99";

}



.icon-file-export:before {

  content: "\ea9a";

}



.icon-file-flv:before {

  content: "\ea9b";

}



.icon-file-gif:before {

  content: "\ea9c";

}



.icon-file-ico:before {

  content: "\ea9d";

}



.icon-file-image:before {

  content: "\ea9e";

}



.icon-file-import:before {

  content: "\ea9f";

}



.icon-file-info:before {

  content: "\eaa0";

}



.icon-file-jpg:before {

  content: "\eaa1";

}



.icon-file-linked:before {

  content: "\eaa2";

}



.icon-file-load:before {

  content: "\eaa3";

}



.icon-file-locked:before {

  content: "\eaa4";

}



.icon-file-mov:before {

  content: "\eaa5";

}



.icon-file-mp3:before {

  content: "\eaa6";

}



.icon-file-mpg:before {

  content: "\eaa7";

}



.icon-file-new:before {

  content: "\eaa8";

}



.icon-file-otf:before {

  content: "\eaa9";

}



.icon-file-pdf:before {

  content: "\eaaa";

}



.icon-file-png:before {

  content: "\eaab";

}



.icon-file-psd:before {

  content: "\eaac";

}



.icon-file-rar:before {

  content: "\eaad";

}



.icon-file-raw:before {

  content: "\eaae";

}



.icon-file-remove:before {

  content: "\eaaf";

}



.icon-file-search:before {

  content: "\eab0";

}



.icon-file-settings:before {

  content: "\eab1";

}



.icon-file-share:before {

  content: "\eab2";

}



.icon-file-star:before {

  content: "\eab3";

}



.icon-file-svg:before {

  content: "\eab4";

}



.icon-file-sync:before {

  content: "\eab5";

}



.icon-file-table:before {

  content: "\eab6";

}



.icon-file-text:before {

  content: "\eab7";

}



.icon-file-tif:before {

  content: "\eab8";

}



.icon-file-ttf:before {

  content: "\eab9";

}



.icon-file-txt:before {

  content: "\eaba";

}



.icon-file-upload:before {

  content: "\eabb";

}



.icon-file-vector:before {

  content: "\eabc";

}



.icon-file-video:before {

  content: "\eabd";

}



.icon-file-warning:before {

  content: "\eabe";

}



.icon-file-xls:before {

  content: "\eabf";

}



.icon-file-xml:before {

  content: "\eac0";

}



.icon-file-zip:before {

  content: "\eac1";

}



.icon-file:before {

  content: "\eac2";

}



.icon-files-2:before {

  content: "\eac3";

}



.icon-files:before {

  content: "\eac4";

}



.icon-folder-alert:before {

  content: "\eac5";

}



.icon-folder-archive:before {

  content: "\eac6";

}



.icon-folder-audio:before {

  content: "\eac7";

}



.icon-folder-backup:before {

  content: "\eac8";

}



.icon-folder-bookmark:before {

  content: "\eac9";

}



.icon-folder-check:before {

  content: "\eaca";

}



.icon-folder-code:before {

  content: "\eacb";

}



.icon-folder-copy:before {

  content: "\eacc";

}



.icon-folder-delete:before {

  content: "\eacd";

}



.icon-folder-download:before {

  content: "\eace";

}



.icon-folder-exchange:before {

  content: "\eacf";

}



.icon-folder-export:before {

  content: "\ead0";

}



.icon-folder-file:before {

  content: "\ead1";

}



.icon-folder-image:before {

  content: "\ead2";

}



.icon-folder-import:before {

  content: "\ead3";

}



.icon-folder-info:before {

  content: "\ead4";

}



.icon-folder-linked:before {

  content: "\ead5";

}



.icon-folder-locked:before {

  content: "\ead6";

}



.icon-folder-new:before {

  content: "\ead7";

}



.icon-folder-open:before {

  content: "\ead8";

}



.icon-folder-search:before {

  content: "\ead9";

}



.icon-folder-share:before {

  content: "\eada";

}



.icon-folder-star:before {

  content: "\eadb";

}



.icon-folder-sync:before {

  content: "\eadc";

}



.icon-folder-text:before {

  content: "\eadd";

}



.icon-folder-upload:before {

  content: "\eade";

}



.icon-folder-video:before {

  content: "\eadf";

}



.icon-folder:before {

  content: "\eae0";

}



.icon-alcohol:before {

  content: "\eae1";

}



.icon-apple-1:before {

  content: "\eae2";

}



.icon-apple-2:before {

  content: "\eae3";

}



.icon-apple-3:before {

  content: "\eae4";

}



.icon-avocado:before {

  content: "\eae5";

}



.icon-banana:before {

  content: "\eae6";

}



.icon-barbecue:before {

  content: "\eae7";

}



.icon-beer-mug:before {

  content: "\eae8";

}



.icon-beverage:before {

  content: "\eae9";

}



.icon-blender:before {

  content: "\eaea";

}



.icon-bottle-beer:before {

  content: "\eaeb";

}



.icon-bottle-milk:before {

  content: "\eaec";

}



.icon-bottle-wine:before {

  content: "\eaed";

}



.icon-bowl:before {

  content: "\eaee";

}



.icon-bread-1:before {

  content: "\eaef";

}



.icon-bread-2:before {

  content: "\eaf0";

}



.icon-butcher-knife:before {

  content: "\eaf1";

}



.icon-cake:before {

  content: "\eaf2";

}



.icon-candy:before {

  content: "\eaf3";

}



.icon-capcake:before {

  content: "\eaf4";

}



.icon-carrot:before {

  content: "\eaf5";

}



.icon-champagne:before {

  content: "\eaf6";

}



.icon-checken:before {

  content: "\eaf7";

}



.icon-cheese:before {

  content: "\eaf8";

}



.icon-chef-hat-1:before {

  content: "\eaf9";

}



.icon-chef-hat-2:before {

  content: "\eafa";

}



.icon-chef-knife:before {

  content: "\eafb";

}



.icon-cherry:before {

  content: "\eafc";

}



.icon-coconut:before {

  content: "\eafd";

}



.icon-coffee-bean:before {

  content: "\eafe";

}



.icon-coffee-cup:before {

  content: "\eaff";

}



.icon-coffee-machine:before {

  content: "\eb00";

}



.icon-coffee-mug:before {

  content: "\eb01";

}



.icon-cookie-1:before {

  content: "\eb02";

}



.icon-cookie-2:before {

  content: "\eb03";

}



.icon-cooking-pan:before {

  content: "\eb04";

}



.icon-cooking-pot:before {

  content: "\eb05";

}



.icon-cooking-timer-1:before {

  content: "\eb06";

}



.icon-cooking-timer-2:before {

  content: "\eb07";

}



.icon-cooking-timer-3:before {

  content: "\eb08";

}



.icon-cooking-timer-4:before {

  content: "\eb09";

}



.icon-cooking-timer-5:before {

  content: "\eb0a";

}



.icon-cooking-timer-6:before {

  content: "\eb0b";

}



.icon-cooking-timer-7:before {

  content: "\eb0c";

}



.icon-cooking-timer-8:before {

  content: "\eb0d";

}



.icon-corkscrew:before {

  content: "\eb0e";

}



.icon-croissant:before {

  content: "\eb0f";

}



.icon-egg:before {

  content: "\eb10";

}



.icon-fast-food:before {

  content: "\eb11";

}



.icon-fire:before {

  content: "\eb12";

}



.icon-fork-knife-1:before {

  content: "\eb13";

}



.icon-fork-knife-2:before {

  content: "\eb14";

}



.icon-fork-spoon-knife:before {

  content: "\eb15";

}



.icon-fork-spoon:before {

  content: "\eb16";

}



.icon-fork:before {

  content: "\eb17";

}



.icon-fridge:before {

  content: "\eb18";

}



.icon-fried-egg:before {

  content: "\eb19";

}



.icon-fries:before {

  content: "\eb1a";

}



.icon-glass-beer-1:before {

  content: "\eb1b";

}



.icon-glass-beer-2:before {

  content: "\eb1c";

}



.icon-glass-champagme-1:before {

  content: "\eb1d";

}



.icon-glass-champagme-2:before {

  content: "\eb1e";

}



.icon-glass-cocktail-1:before {

  content: "\eb1f";

}



.icon-glass-cocktail-2:before {

  content: "\eb20";

}



.icon-glass-water:before {

  content: "\eb21";

}



.icon-glass-wine-1:before {

  content: "\eb22";

}



.icon-glass-wine-2:before {

  content: "\eb23";

}



.icon-glass-wine-3:before {

  content: "\eb24";

}



.icon-grapes:before {

  content: "\eb25";

}



.icon-grinder:before {

  content: "\eb26";

}



.icon-hamburger:before {

  content: "\eb27";

}



.icon-ice-cream-1:before {

  content: "\eb28";

}



.icon-ice-cream-2:before {

  content: "\eb29";

}



.icon-ice-cream-3:before {

  content: "\eb2a";

}



.icon-jam-jar:before {

  content: "\eb2b";

}



.icon-kitchen-glove:before {

  content: "\eb2c";

}



.icon-kitchen-sclae:before {

  content: "\eb2d";

}



.icon-knife:before {

  content: "\eb2e";

}



.icon-ladle:before {

  content: "\eb2f";

}



.icon-lemon:before {

  content: "\eb30";

}



.icon-lollipop-1:before {

  content: "\eb31";

}



.icon-lollipop-2:before {

  content: "\eb32";

}



.icon-meal-time:before {

  content: "\eb33";

}



.icon-meal:before {

  content: "\eb34";

}



.icon-microwave:before {

  content: "\eb35";

}



.icon-mushroom:before {

  content: "\eb36";

}



.icon-pear-1:before {

  content: "\eb37";

}



.icon-pear-2:before {

  content: "\eb38";

}



.icon-pear-apple:before {

  content: "\eb39";

}



.icon-pepper:before {

  content: "\eb3a";

}



.icon-pitcher:before {

  content: "\eb3b";

}



.icon-pizza:before {

  content: "\eb3c";

}



.icon-pretzel:before {

  content: "\eb3d";

}



.icon-recipe:before {

  content: "\eb3e";

}



.icon-sausage:before {

  content: "\eb3f";

}



.icon-shake:before {

  content: "\eb40";

}



.icon-skewer:before {

  content: "\eb41";

}



.icon-spoon:before {

  content: "\eb42";

}



.icon-strawberry:before {

  content: "\eb43";

}



.icon-sushi-1:before {

  content: "\eb44";

}



.icon-sushi-2:before {

  content: "\eb45";

}



.icon-tea-cup:before {

  content: "\eb46";

}



.icon-tea-mug:before {

  content: "\eb47";

}



.icon-teapot-1:before {

  content: "\eb48";

}



.icon-teapot-2:before {

  content: "\eb49";

}



.icon-togo-cup-1:before {

  content: "\eb4a";

}



.icon-water-can:before {

  content: "\eb4b";

}



.icon-watermelon:before {

  content: "\eb4c";

}



.icon-K:before {

  content: "\eb4d";

}



.icon-album-2:before {

  content: "\eb4e";

}



.icon-album:before {

  content: "\eb4f";

}



.icon-albums:before {

  content: "\eb50";

}



.icon-aperture:before {

  content: "\eb51";

}



.icon-aspect-ratio:before {

  content: "\eb52";

}



.icon-audiobook-2:before {

  content: "\eb53";

}



.icon-audiobook:before {

  content: "\eb54";

}



.icon-boombox-1:before {

  content: "\eb55";

}



.icon-boombox-2:before {

  content: "\eb56";

}



.icon-camcorder:before {

  content: "\eb57";

}



.icon-camera-focus:before {

  content: "\eb58";

}



.icon-camera-off:before {

  content: "\eb59";

}



.icon-camera-reverse:before {

  content: "\eb5a";

}



.icon-camera-swap:before {

  content: "\eb5b";

}



.icon-camera-tripod:before {

  content: "\eb5c";

}



.icon-camera:before {

  content: "\eb5d";

}



.icon-cassette:before {

  content: "\eb5e";

}



.icon-CD:before {

  content: "\eb5f";

}



.icon-clapperboard:before {

  content: "\eb60";

}



.icon-closed-caption:before {

  content: "\eb61";

}



.icon-director-chair:before {

  content: "\eb62";

}



.icon-earphones-1:before {

  content: "\eb63";

}



.icon-earphones-2:before {

  content: "\eb64";

}



.icon-earphones-3:before {

  content: "\eb65";

}



.icon-eject-circle:before {

  content: "\eb66";

}



.icon-eject:before {

  content: "\eb67";

}



.icon-end-circle:before {

  content: "\eb68";

}



.icon-end:before {

  content: "\eb69";

}



.icon-exposure:before {

  content: "\eb6a";

}



.icon-external-flash:before {

  content: "\eb6b";

}



.icon-film-1:before {

  content: "\eb6c";

}



.icon-film-l:before {

  content: "\eb6d";

}



.icon-film-reel:before {

  content: "\eb6e";

}



.icon-flash-auto:before {

  content: "\eb6f";

}



.icon-flash-off:before {

  content: "\eb70";

}



.icon-flash:before {

  content: "\eb71";

}



.icon-forward-2:before {

  content: "\eb72";

}



.icon-forward-circle:before {

  content: "\eb73";

}



.icon-frame:before {

  content: "\eb74";

}



.icon-HD:before {

  content: "\eb75";

}



.icon-headphones-1:before {

  content: "\eb76";

}



.icon-headphones-2:before {

  content: "\eb77";

}



.icon-loop-1:before {

  content: "\eb78";

}



.icon-loop-2:before {

  content: "\eb79";

}



.icon-loop-all:before {

  content: "\eb7a";

}



.icon-macro:before {

  content: "\eb7b";

}



.icon-media-player:before {

  content: "\eb7c";

}



.icon-mic-2:before {

  content: "\eb7d";

}



.icon-microphone-off:before {

  content: "\eb7e";

}



.icon-microphone:before {

  content: "\eb7f";

}



.icon-moviecamera:before {

  content: "\eb80";

}



.icon-music-tone-1-off:before {

  content: "\eb81";

}



.icon-music-tone-1:before {

  content: "\eb82";

}



.icon-music-tone-2-off:before {

  content: "\eb83";

}



.icon-music-tone-2:before {

  content: "\eb84";

}



.icon-mute:before {

  content: "\eb85";

}



.icon-panorama:before {

  content: "\eb86";

}



.icon-pause-circle:before {

  content: "\eb87";

}



.icon-pause:before {

  content: "\eb88";

}



.icon-photo-add:before {

  content: "\eb89";

}



.icon-photo-album:before {

  content: "\eb8a";

}



.icon-photo:before {

  content: "\eb8b";

}



.icon-photos:before {

  content: "\eb8c";

}



.icon-play-circle:before {

  content: "\eb8d";

}



.icon-play:before {

  content: "\eb8e";

}



.icon-playlist-1:before {

  content: "\eb8f";

}



.icon-playlist-add:before {

  content: "\eb90";

}



.icon-playlist-audio:before {

  content: "\eb91";

}



.icon-playlist-video:before {

  content: "\eb92";

}



.icon-podcast:before {

  content: "\eb93";

}



.icon-rec-circle:before {

  content: "\eb94";

}



.icon-retro-camera:before {

  content: "\eb95";

}



.icon-rewind-circle:before {

  content: "\eb96";

}



.icon-rewind:before {

  content: "\eb97";

}



.icon-rotate-left:before {

  content: "\eb98";

}



.icon-rotate-right:before {

  content: "\eb99";

}



.icon-SD:before {

  content: "\eb9a";

}



.icon-shuffle:before {

  content: "\eb9b";

}



.icon-slideshow-1:before {

  content: "\eb9c";

}



.icon-slideshow-2:before {

  content: "\eb9d";

}



.icon-soundwave:before {

  content: "\eb9e";

}



.icon-speaker-1:before {

  content: "\eb9f";

}



.icon-speaker-2:before {

  content: "\eba0";

}



.icon-start-circle:before {

  content: "\eba1";

}



.icon-start:before {

  content: "\eba2";

}



.icon-stereo-1:before {

  content: "\eba3";

}



.icon-stereo-2:before {

  content: "\eba4";

}



.icon-stop-circle:before {

  content: "\eba5";

}



.icon-stop:before {

  content: "\eba6";

}



.icon-turntable:before {

  content: "\eba7";

}



.icon-video-camera-2:before {

  content: "\eba8";

}



.icon-video-camera-off:before {

  content: "\eba9";

}



.icon-video-camera:before {

  content: "\ebaa";

}



.icon-volume-1:before {

  content: "\ebab";

}



.icon-volume-2:before {

  content: "\ebac";

}



.icon-volume-off:before {

  content: "\ebad";

}



.icon-vumeter:before {

  content: "\ebae";

}



.icon-7-support-1:before {

  content: "\ebaf";

}



.icon-7-support-2:before {

  content: "\ebb0";

}



.icon-h-calls:before {

  content: "\ebb1";

}



.icon-ATM-1:before {

  content: "\ebb2";

}



.icon-ATM-2:before {

  content: "\ebb3";

}



.icon-balance:before {

  content: "\ebb4";

}



.icon-bank:before {

  content: "\ebb5";

}



.icon-banknote-1:before {

  content: "\ebb6";

}



.icon-banknote-2:before {

  content: "\ebb7";

}



.icon-banknote-coins:before {

  content: "\ebb8";

}



.icon-banknotes-1:before {

  content: "\ebb9";

}



.icon-banknotes-2:before {

  content: "\ebba";

}



.icon-bar-chart-board:before {

  content: "\ebbb";

}



.icon-bar-chart-down:before {

  content: "\ebbc";

}



.icon-bar-chart-search:before {

  content: "\ebbd";

}



.icon-bar-chart-stats-down:before {

  content: "\ebbe";

}



.icon-bar-chart-stats-up:before {

  content: "\ebbf";

}



.icon-bar-chart-up:before {

  content: "\ebc0";

}



.icon-bar-chart:before {

  content: "\ebc1";

}



.icon-bill-1:before {

  content: "\ebc2";

}



.icon-bill-2:before {

  content: "\ebc3";

}



.icon-bitcoin:before {

  content: "\ebc4";

}



.icon-briefcase:before {

  content: "\ebc5";

}



.icon-btcoin-circle:before {

  content: "\ebc6";

}



.icon-calculator:before {

  content: "\ebc7";

}



.icon-calendar-money:before {

  content: "\ebc8";

}



.icon-cent-circle:before {

  content: "\ebc9";

}



.icon-cent:before {

  content: "\ebca";

}



.icon-coins-1:before {

  content: "\ebcb";

}



.icon-coins-2:before {

  content: "\ebcc";

}



.icon-coins-3:before {

  content: "\ebcd";

}



.icon-coins-4:before {

  content: "\ebce";

}



.icon-credit-card-2:before {

  content: "\ebcf";

}



.icon-credit-card:before {

  content: "\ebd0";

}



.icon-currency-exchange:before {

  content: "\ebd1";

}



.icon-donut-chart-1:before {

  content: "\ebd2";

}



.icon-donut-chart-2:before {

  content: "\ebd3";

}



.icon-EUR-circle:before {

  content: "\ebd4";

}



.icon-EUR:before {

  content: "\ebd5";

}



.icon-GBP-circle:before {

  content: "\ebd6";

}



.icon-GBP:before {

  content: "\ebd7";

}



.icon-gold-1:before {

  content: "\ebd8";

}



.icon-gold-2:before {

  content: "\ebd9";

}



.icon-graph-2:before {

  content: "\ebda";

}



.icon-graph-chart-board-down:before {

  content: "\ebdb";

}



.icon-graph-chart-board-up:before {

  content: "\ebdc";

}



.icon-graph-chart-board:before {

  content: "\ebdd";

}



.icon-graph-down:before {

  content: "\ebde";

}



.icon-graph-money:before {

  content: "\ebdf";

}



.icon-graph-up:before {

  content: "\ebe0";

}



.icon-graph:before {

  content: "\ebe1";

}



.icon-hand-banknote:before {

  content: "\ebe2";

}



.icon-hand-banknotes:before {

  content: "\ebe3";

}



.icon-hand-bill-1:before {

  content: "\ebe4";

}



.icon-hand-bill-2:before {

  content: "\ebe5";

}



.icon-hand-coin:before {

  content: "\ebe6";

}



.icon-hand-coins:before {

  content: "\ebe7";

}



.icon-hand-credit-card:before {

  content: "\ebe8";

}



.icon-JPY-circle:before {

  content: "\ebe9";

}



.icon-JPY:before {

  content: "\ebea";

}



.icon-money-bag-coins:before {

  content: "\ebeb";

}



.icon-money-bag:before {

  content: "\ebec";

}



.icon-money-bubble:before {

  content: "\ebed";

}



.icon-money-hierarchy:before {

  content: "\ebee";

}



.icon-networking:before {

  content: "\ebef";

}



.icon-pie-chart-1:before {

  content: "\ebf0";

}



.icon-pie-chart-2:before {

  content: "\ebf1";

}



.icon-pie-chart-3:before {

  content: "\ebf2";

}



.icon-pie-chart-board:before {

  content: "\ebf3";

}



.icon-piggy-bank:before {

  content: "\ebf4";

}



.icon-presentation:before {

  content: "\ebf5";

}



.icon-safe:before {

  content: "\ebf6";

}



.icon-search-money:before {

  content: "\ebf7";

}



.icon-search-stats-1:before {

  content: "\ebf8";

}



.icon-send-money:before {

  content: "\ebf9";

}



.icon-shacking-hands:before {

  content: "\ebfa";

}



.icon-stamp:before {

  content: "\ebfb";

}



.icon-support:before {

  content: "\ebfc";

}



.icon-target-1:before {

  content: "\ebfd";

}



.icon-target-2:before {

  content: "\ebfe";

}



.icon-target-3:before {

  content: "\ebff";

}



.icon-target-4:before {

  content: "\ec00";

}



.icon-target-money:before {

  content: "\ec01";

}



.icon-tasks-1:before {

  content: "\ec02";

}



.icon-tasks-2:before {

  content: "\ec03";

}



.icon-tasks-3:before {

  content: "\ec04";

}



.icon-tasks-checked:before {

  content: "\ec05";

}



.icon-tie:before {

  content: "\ec06";

}



.icon-time-money:before {

  content: "\ec07";

}



.icon-USD-circle:before {

  content: "\ec08";

}



.icon-USD:before {

  content: "\ec09";

}



.icon-voucher:before {

  content: "\ec0a";

}



.icon-workflow:before {

  content: "\ec0b";

}



.icon-write-check:before {

  content: "\ec0c";

}



.icon-airplay:before {

  content: "\ec0d";

}



.icon-antena-1:before {

  content: "\ec0e";

}



.icon-antena-2:before {

  content: "\ec0f";

}



.icon-antena-3:before {

  content: "\ec10";

}



.icon-bluetooth:before {

  content: "\ec11";

}



.icon-broadcast:before {

  content: "\ec12";

}



.icon-cloud-backup:before {

  content: "\ec13";

}



.icon-cloud-check:before {

  content: "\ec14";

}



.icon-cloud-download:before {

  content: "\ec15";

}



.icon-cloud-edit:before {

  content: "\ec16";

}



.icon-cloud-error-2:before {

  content: "\ec17";

}



.icon-cloud-error:before {

  content: "\ec18";

}



.icon-cloud-help:before {

  content: "\ec19";

}



.icon-cloud-hosting:before {

  content: "\ec1a";

}



.icon-cloud-locked:before {

  content: "\ec1b";

}



.icon-cloud-minus:before {

  content: "\ec1c";

}



.icon-cloud-music:before {

  content: "\ec1d";

}



.icon-cloud-off:before {

  content: "\ec1e";

}



.icon-cloud-plus:before {

  content: "\ec1f";

}



.icon-cloud-search:before {

  content: "\ec20";

}



.icon-cloud-settings:before {

  content: "\ec21";

}



.icon-cloud-share:before {

  content: "\ec22";

}



.icon-cloud-sync:before {

  content: "\ec23";

}



.icon-cloud-upload:before {

  content: "\ec24";

}



.icon-cloud:before {

  content: "\ec25";

}



.icon-database-backup:before {

  content: "\ec26";

}



.icon-database-check:before {

  content: "\ec27";

}



.icon-database-edit:before {

  content: "\ec28";

}



.icon-database-error:before {

  content: "\ec29";

}



.icon-database-firewall:before {

  content: "\ec2a";

}



.icon-database-locked:before {

  content: "\ec2b";

}



.icon-database-plus:before {

  content: "\ec2c";

}



.icon-database-refresh:before {

  content: "\ec2d";

}



.icon-database-remove:before {

  content: "\ec2e";

}



.icon-database-search:before {

  content: "\ec2f";

}



.icon-database-settings:before {

  content: "\ec30";

}



.icon-database:before {

  content: "\ec31";

}



.icon-internet-block:before {

  content: "\ec32";

}



.icon-internet-location:before {

  content: "\ec33";

}



.icon-internet-lock:before {

  content: "\ec34";

}



.icon-internet-refresh:before {

  content: "\ec35";

}



.icon-internet-search:before {

  content: "\ec36";

}



.icon-internet-settings:before {

  content: "\ec37";

}



.icon-internet-time:before {

  content: "\ec38";

}



.icon-internet:before {

  content: "\ec39";

}



.icon-mobile-hotspot:before {

  content: "\ec3a";

}



.icon-network-desktop:before {

  content: "\ec3b";

}



.icon-network-laptop:before {

  content: "\ec3c";

}



.icon-network-smartphone:before {

  content: "\ec3d";

}



.icon-network:before {

  content: "\ec3e";

}



.icon-satelite-signal:before {

  content: "\ec3f";

}



.icon-satelite:before {

  content: "\ec40";

}



.icon-server-backup:before {

  content: "\ec41";

}



.icon-server-check:before {

  content: "\ec42";

}



.icon-server-edit:before {

  content: "\ec43";

}



.icon-server-error:before {

  content: "\ec44";

}



.icon-server-firewall:before {

  content: "\ec45";

}



.icon-server-locked:before {

  content: "\ec46";

}



.icon-server-plus:before {

  content: "\ec47";

}



.icon-server-refresh:before {

  content: "\ec48";

}



.icon-server-remove:before {

  content: "\ec49";

}



.icon-server-search:before {

  content: "\ec4a";

}



.icon-server-settings:before {

  content: "\ec4b";

}



.icon-server:before {

  content: "\ec4c";

}



.icon-signal-1:before {

  content: "\ec4d";

}



.icon-signal-2:before {

  content: "\ec4e";

}



.icon-signal-4:before {

  content: "\ec4f";

}



.icon-usb-1:before {

  content: "\ec50";

}



.icon-usb-2:before {

  content: "\ec51";

}



.icon-wifi-locked:before {

  content: "\ec52";

}



.icon-wifi-tethering-off:before {

  content: "\ec53";

}



.icon-wifi-tethering:before {

  content: "\ec54";

}



.icon-wifi:before {

  content: "\ec55";

}



.icon-D-glasses:before {

  content: "\ec56";

}



.icon-armchair:before {

  content: "\ec57";

}



.icon-balloons:before {

  content: "\ec58";

}



.icon-baseball-1:before {

  content: "\ec59";

}



.icon-baseball-2:before {

  content: "\ec5a";

}



.icon-basketball-2:before {

  content: "\ec5b";

}



.icon-basketball:before {

  content: "\ec5c";

}



.icon-binoculars:before {

  content: "\ec5d";

}



.icon-bow-arrow:before {

  content: "\ec5e";

}



.icon-bowling-1:before {

  content: "\ec5f";

}



.icon-bowling-2:before {

  content: "\ec60";

}



.icon-chess-1:before {

  content: "\ec61";

}



.icon-chess-2:before {

  content: "\ec62";

}



.icon-couch:before {

  content: "\ec63";

}



.icon-cutter:before {

  content: "\ec64";

}



.icon-diamond-1:before {

  content: "\ec65";

}



.icon-diamond-2:before {

  content: "\ec66";

}



.icon-diamond-ring:before {

  content: "\ec67";

}



.icon-do-not-disturb:before {

  content: "\ec68";

}



.icon-dress:before {

  content: "\ec69";

}



.icon-duck-toy:before {

  content: "\ec6a";

}



.icon-fireworks:before {

  content: "\ec6b";

}



.icon-fishing:before {

  content: "\ec6c";

}



.icon-fitness:before {

  content: "\ec6d";

}



.icon-flashlight:before {

  content: "\ec6e";

}



.icon-football:before {

  content: "\ec6f";

}



.icon-funnel:before {

  content: "\ec70";

}



.icon-gift:before {

  content: "\ec71";

}



.icon-golf:before {

  content: "\ec72";

}



.icon-guitar:before {

  content: "\ec73";

}



.icon-hammer:before {

  content: "\ec74";

}



.icon-hanger-1:before {

  content: "\ec75";

}



.icon-hanger-2:before {

  content: "\ec76";

}



.icon-hat-1:before {

  content: "\ec77";

}



.icon-hat-2:before {

  content: "\ec78";

}



.icon-hipster-glasses:before {

  content: "\ec79";

}



.icon-iron:before {

  content: "\ec7a";

}



.icon-kg:before {

  content: "\ec7b";

}



.icon-kite:before {

  content: "\ec7c";

}



.icon-lamp-1:before {

  content: "\ec7d";

}



.icon-lamp-2:before {

  content: "\ec7e";

}



.icon-lego-1:before {

  content: "\ec7f";

}



.icon-lego-2:before {

  content: "\ec80";

}



.icon-magic-wand-3:before {

  content: "\ec81";

}



.icon-magic-wand-4:before {

  content: "\ec82";

}



.icon-origami-1:before {

  content: "\ec83";

}



.icon-origami-2:before {

  content: "\ec84";

}



.icon-pants:before {

  content: "\ec85";

}



.icon-pingpong:before {

  content: "\ec86";

}



.icon-pool:before {

  content: "\ec87";

}



.icon-puzzle:before {

  content: "\ec88";

}



.icon-razor:before {

  content: "\ec89";

}



.icon-ribbon-bow:before {

  content: "\ec8a";

}



.icon-safety-pin:before {

  content: "\ec8b";

}



.icon-saw:before {

  content: "\ec8c";

}



.icon-screwdriver:before {

  content: "\ec8d";

}



.icon-scuba:before {

  content: "\ec8e";

}



.icon-shirt:before {

  content: "\ec8f";

}



.icon-shoes:before {

  content: "\ec90";

}



.icon-shovel:before {

  content: "\ec91";

}



.icon-soccer-shoe:before {

  content: "\ec92";

}



.icon-soccer:before {

  content: "\ec93";

}



.icon-swimsuit:before {

  content: "\ec94";

}



.icon-swiss-knife:before {

  content: "\ec95";

}



.icon-t-shirt:before {

  content: "\ec96";

}



.icon-umbrella-open:before {

  content: "\ec97";

}



.icon-underwear:before {

  content: "\ec98";

}



.icon-volleyball:before {

  content: "\ec99";

}



.icon-watering-can:before {

  content: "\ec9a";

}



.icon-wedding-rings:before {

  content: "\ec9b";

}



.icon-whistle:before {

  content: "\ec9c";

}



.icon-wrench-1:before {

  content: "\ec9d";

}



.icon-wrench-2:before {

  content: "\ec9e";

}



.icon-wrench-3:before {

  content: "\ec9f";

}



.icon-wrench-hammer:before {

  content: "\eca0";

}



.icon-wrench-screwdriver-1:before {

  content: "\eca1";

}



.icon-wrench-screwdriver-2:before {

  content: "\eca2";

}



.icon-gag:before {

  content: "\eca3";

}



.icon-px:before {

  content: "\eca4";

}



.icon-after-effects:before {

  content: "\eca5";

}



.icon-aim:before {

  content: "\eca6";

}



.icon-airbnb:before {

  content: "\eca7";

}



.icon-amazon:before {

  content: "\eca8";

}



.icon-android:before {

  content: "\eca9";

}



.icon-apple:before {

  content: "\ecaa";

}



.icon-audition:before {

  content: "\ecab";

}



.icon-bebo:before {

  content: "\ecac";

}



.icon-behance:before {

  content: "\ecad";

}



.icon-blogger:before {

  content: "\ecae";

}



.icon-bridge:before {

  content: "\ecaf";

}



.icon-chrome:before {

  content: "\ecb0";

}



.icon-codepen:before {

  content: "\ecb1";

}



.icon-creativecloud:before {

  content: "\ecb2";

}



.icon-creativemarket:before {

  content: "\ecb3";

}



.icon-delicious:before {

  content: "\ecb4";

}



.icon-deviantart:before {

  content: "\ecb5";

}



.icon-digg:before {

  content: "\ecb6";

}



.icon-dreamweaver:before {

  content: "\ecb7";

}



.icon-dribbble:before {

  content: "\ecb8";

}



.icon-drive:before {

  content: "\ecb9";

}



.icon-dropbox:before {

  content: "\ecba";

}



.icon-envato:before {

  content: "\ecbb";

}



.icon-facebook-messanger:before {

  content: "\ecbc";

}



.icon-facebook:before {

  content: "\ecbd";

}



.icon-finder:before {

  content: "\ecbe";

}



.icon-firefox:before {

  content: "\ecbf";

}



.icon-flash2:before {

  content: "\ecc0";

}



.icon-flicr:before {

  content: "\ecc1";

}



.icon-forrst:before {

  content: "\ecc2";

}



.icon-foursquare:before {

  content: "\ecc3";

}



.icon-git:before {

  content: "\ecc4";

}



.icon-google-play-1:before {

  content: "\ecc5";

}



.icon-google-play-2:before {

  content: "\ecc6";

}



.icon-google-plus:before {

  content: "\ecc7";

}



.icon-hangouts:before {

  content: "\ecc8";

}



.icon-illustrator:before {

  content: "\ecc9";

}



.icon-inbox2:before {

  content: "\ecca";

}



.icon-indesign:before {

  content: "\eccb";

}



.icon-inspect:before {

  content: "\eccc";

}



.icon-instagram:before {

  content: "\eccd";

}



.icon-kickstarter:before {

  content: "\ecce";

}



.icon-lastfm:before {

  content: "\eccf";

}



.icon-linkedin:before {

  content: "\ecd0";

}



.icon-opera:before {

  content: "\ecd1";

}



.icon-osx:before {

  content: "\ecd2";

}



.icon-paypal:before {

  content: "\ecd3";

}



.icon-penterest:before {

  content: "\ecd4";

}



.icon-photoshop:before {

  content: "\ecd5";

}



.icon-picasa:before {

  content: "\ecd6";

}



.icon-prelude:before {

  content: "\ecd7";

}



.icon-premiere-pro:before {

  content: "\ecd8";

}



.icon-rdio:before {

  content: "\ecd9";

}



.icon-reddit:before {

  content: "\ecda";

}



.icon-rss:before {

  content: "\ecdb";

}



.icon-safari:before {

  content: "\ecdc";

}



.icon-skype:before {

  content: "\ecdd";

}



.icon-soundcloud:before {

  content: "\ecde";

}



.icon-spotify:before {

  content: "\ecdf";

}



.icon-squarespace:before {

  content: "\ece0";

}



.icon-stumble-upon:before {

  content: "\ece1";

}



.icon-tumblr:before {

  content: "\ece2";

}



.icon-twitter:before {

  content: "\ece3";

}



.icon-vimeo-1:before {

  content: "\ece4";

}



.icon-vimeo-2:before {

  content: "\ece5";

}



.icon-vk:before {

  content: "\ece6";

}



.icon-watsup:before {

  content: "\ece7";

}



.icon-wikipedia:before {

  content: "\ece8";

}



.icon-windows:before {

  content: "\ece9";

}



.icon-wordpress:before {

  content: "\ecea";

}



.icon-xing:before {

  content: "\eceb";

}



.icon-yahoo:before {

  content: "\ecec";

}



.icon-youtube:before {

  content: "\eced";

}



.icon-zerply:before {

  content: "\ecee";

}



.icon-alarm-add:before {

  content: "\ecef";

}



.icon-alarm-off:before {

  content: "\ecf0";

}



.icon-alarm-on:before {

  content: "\ecf1";

}



.icon-alarm:before {

  content: "\ecf2";

}



.icon-calendar-2:before {

  content: "\ecf3";

}



.icon-calendar-check:before {

  content: "\ecf4";

}



.icon-calendar-date-2:before {

  content: "\ecf5";

}



.icon-calendar-date:before {

  content: "\ecf6";

}



.icon-calendar-time:before {

  content: "\ecf7";

}



.icon-calendar:before {

  content: "\ecf8";

}



.icon-clock-2:before {

  content: "\ecf9";

}



.icon-clock:before {

  content: "\ecfa";

}



.icon-compass-2:before {

  content: "\ecfb";

}



.icon-compass:before {

  content: "\ecfc";

}



.icon-direction:before {

  content: "\ecfd";

}



.icon-directions-1:before {

  content: "\ecfe";

}



.icon-directions-2:before {

  content: "\ecff";

}



.icon-distance-1:before {

  content: "\ed00";

}



.icon-distance-2:before {

  content: "\ed01";

}



.icon-fast-delivery:before {

  content: "\ed02";

}



.icon-gps-location:before {

  content: "\ed03";

}



.icon-history:before {

  content: "\ed04";

}



.icon-hourglass-1:before {

  content: "\ed05";

}



.icon-hourglass-2:before {

  content: "\ed06";

}



.icon-hourglass-reverse:before {

  content: "\ed07";

}



.icon-infinite-loop:before {

  content: "\ed08";

}



.icon-infinite:before {

  content: "\ed09";

}



.icon-location-1-off:before {

  content: "\ed0a";

}



.icon-location-1-on:before {

  content: "\ed0b";

}



.icon-location-1-search:before {

  content: "\ed0c";

}



.icon-location-2-add:before {

  content: "\ed0d";

}



.icon-location-2-check:before {

  content: "\ed0e";

}



.icon-location-2-delete:before {

  content: "\ed0f";

}



.icon-location-2-off:before {

  content: "\ed10";

}



.icon-location-2-remove:before {

  content: "\ed11";

}



.icon-location-2:before {

  content: "\ed12";

}



.icon-location-3:before {

  content: "\ed13";

}



.icon-location-4:before {

  content: "\ed14";

}



.icon-map-2:before {

  content: "\ed15";

}



.icon-map-location-1:before {

  content: "\ed16";

}



.icon-map-location-2:before {

  content: "\ed17";

}



.icon-map-location-3:before {

  content: "\ed18";

}



.icon-map-location-4:before {

  content: "\ed19";

}



.icon-map-timezone:before {

  content: "\ed1a";

}



.icon-map:before {

  content: "\ed1b";

}



.icon-navigation-1:before {

  content: "\ed1c";

}



.icon-navigation-2:before {

  content: "\ed1d";

}



.icon-phone-location:before {

  content: "\ed1e";

}



.icon-street-location:before {

  content: "\ed1f";

}



.icon-street-view:before {

  content: "\ed20";

}



.icon-timer-1:before {

  content: "\ed21";

}



.icon-timer-2:before {

  content: "\ed22";

}



.icon-wind-direction:before {

  content: "\ed23";

}



.icon-wrist-watch:before {

  content: "\ed24";

}



.icon-anchor:before {

  content: "\ed25";

}



.icon-bicycle:before {

  content: "\ed26";

}



.icon-bicycling:before {

  content: "\ed27";

}



.icon-boat-1:before {

  content: "\ed28";

}



.icon-boat-2:before {

  content: "\ed29";

}



.icon-bus-wifi:before {

  content: "\ed2a";

}



.icon-bus:before {

  content: "\ed2b";

}



.icon-cable-ski:before {

  content: "\ed2c";

}



.icon-car-2:before {

  content: "\ed2d";

}



.icon-car-battery:before {

  content: "\ed2e";

}



.icon-car-key:before {

  content: "\ed2f";

}



.icon-car-parking:before {

  content: "\ed30";

}



.icon-car-service:before {

  content: "\ed31";

}



.icon-car-wash:before {

  content: "\ed32";

}



.icon-car-wifi:before {

  content: "\ed33";

}



.icon-car:before {

  content: "\ed34";

}



.icon-cog:before {

  content: "\ed35";

}



.icon-construction-barricade:before {

  content: "\ed36";

}



.icon-construction-cone:before {

  content: "\ed37";

}



.icon-directions:before {

  content: "\ed38";

}



.icon-elevator-1:before {

  content: "\ed39";

}



.icon-elevator-2:before {

  content: "\ed3a";

}



.icon-escalator-down:before {

  content: "\ed3b";

}



.icon-escalator-up:before {

  content: "\ed3c";

}



.icon-flight-land:before {

  content: "\ed3d";

}



.icon-flight-takeoff:before {

  content: "\ed3e";

}



.icon-forklift:before {

  content: "\ed3f";

}



.icon-fuel:before {

  content: "\ed40";

}



.icon-garage:before {

  content: "\ed41";

}



.icon-gas-station:before {

  content: "\ed42";

}



.icon-gearbox:before {

  content: "\ed43";

}



.icon-helicopter:before {

  content: "\ed44";

}



.icon-helmet-1:before {

  content: "\ed45";

}



.icon-helmet-2:before {

  content: "\ed46";

}



.icon-kids-scooter:before {

  content: "\ed47";

}



.icon-motorcycle:before {

  content: "\ed48";

}



.icon-off-roader:before {

  content: "\ed49";

}



.icon-pickup-truck:before {

  content: "\ed4a";

}



.icon-racing-flag:before {

  content: "\ed4b";

}



.icon-road:before {

  content: "\ed4c";

}



.icon-rudder:before {

  content: "\ed4d";

}



.icon-scooter:before {

  content: "\ed4e";

}



.icon-ship:before {

  content: "\ed4f";

}



.icon-speedometer:before {

  content: "\ed50";

}



.icon-stairs-down:before {

  content: "\ed51";

}



.icon-stairs-up:before {

  content: "\ed52";

}



.icon-supercar:before {

  content: "\ed53";

}



.icon-taxi-1:before {

  content: "\ed54";

}



.icon-taxi-2:before {

  content: "\ed55";

}



.icon-tractor:before {

  content: "\ed56";

}



.icon-traffic-light:before {

  content: "\ed57";

}



.icon-trailer:before {

  content: "\ed58";

}



.icon-train-1:before {

  content: "\ed59";

}



.icon-train-2:before {

  content: "\ed5a";

}



.icon-train-wifi:before {

  content: "\ed5b";

}



.icon-tram:before {

  content: "\ed5c";

}



.icon-truck:before {

  content: "\ed5d";

}



.icon-van:before {

  content: "\ed5e";

}



.icon-wagon:before {

  content: "\ed5f";

}



.icon-aids:before {

  content: "\ed60";

}



.icon-ambulance:before {

  content: "\ed61";

}



.icon-bandage-1:before {

  content: "\ed62";

}



.icon-bandage-2:before {

  content: "\ed63";

}



.icon-blood-1:before {

  content: "\ed64";

}



.icon-blood-2:before {

  content: "\ed65";

}



.icon-brain:before {

  content: "\ed66";

}



.icon-cardio:before {

  content: "\ed67";

}



.icon-cross-circle:before {

  content: "\ed68";

}



.icon-cross-rectangle:before {

  content: "\ed69";

}



.icon-DNA:before {

  content: "\ed6a";

}



.icon-drugs:before {

  content: "\ed6b";

}



.icon-emergency-call:before {

  content: "\ed6c";

}



.icon-emergency:before {

  content: "\ed6d";

}



.icon-first-aid:before {

  content: "\ed6e";

}



.icon-fitness-app:before {

  content: "\ed6f";

}



.icon-handicap:before {

  content: "\ed70";

}



.icon-healthcare:before {

  content: "\ed71";

}



.icon-heart-beat:before {

  content: "\ed72";

}



.icon-hospital-building:before {

  content: "\ed73";

}



.icon-hospital-circle:before {

  content: "\ed74";

}



.icon-hospital-home:before {

  content: "\ed75";

}



.icon-hospital-square:before {

  content: "\ed76";

}



.icon-medical-book:before {

  content: "\ed77";

}



.icon-medical-folder:before {

  content: "\ed78";

}



.icon-medical-tests:before {

  content: "\ed79";

}



.icon-microscope:before {

  content: "\ed7a";

}



.icon-ointment:before {

  content: "\ed7b";

}



.icon-paramedic:before {

  content: "\ed7c";

}



.icon-pharmacy:before {

  content: "\ed7d";

}



.icon-pill-2:before {

  content: "\ed7e";

}



.icon-pill-3:before {

  content: "\ed7f";

}



.icon-pill:before {

  content: "\ed80";

}



.icon-pulse:before {

  content: "\ed81";

}



.icon-spermatosoid:before {

  content: "\ed82";

}



.icon-stethoscope:before {

  content: "\ed83";

}



.icon-stretcher:before {

  content: "\ed84";

}



.icon-surgical-knife:before {

  content: "\ed85";

}



.icon-surgical-scissors:before {

  content: "\ed86";

}



.icon-syringe:before {

  content: "\ed87";

}



.icon-teeth-care:before {

  content: "\ed88";

}



.icon-test-tube-2:before {

  content: "\ed89";

}



.icon-test-tube:before {

  content: "\ed8a";

}



.icon-thermometer-1:before {

  content: "\ed8b";

}



.icon-toilet-paper:before {

  content: "\ed8c";

}



.icon-tooth:before {

  content: "\ed8d";

}



.icon-weight:before {

  content: "\ed8e";

}



.icon-alien:before {

  content: "\ed8f";

}



.icon-biohazard:before {

  content: "\ed90";

}



.icon-bird:before {

  content: "\ed91";

}



.icon-birdhouse:before {

  content: "\ed92";

}



.icon-butterfly:before {

  content: "\ed93";

}



.icon-casino-chip:before {

  content: "\ed94";

}



.icon-coffin:before {

  content: "\ed95";

}



.icon-controller-1:before {

  content: "\ed96";

}



.icon-controller-2:before {

  content: "\ed97";

}



.icon-controller-3:before {

  content: "\ed98";

}



.icon-crossed-bones:before {

  content: "\ed99";

}



.icon-day-night:before {

  content: "\ed9a";

}



.icon-death:before {

  content: "\ed9b";

}



.icon-dice:before {

  content: "\ed9c";

}



.icon-dream-house:before {

  content: "\ed9d";

}



.icon-eco-house:before {

  content: "\ed9e";

}



.icon-emoticon-grin:before {

  content: "\ed9f";

}



.icon-emoticon-smile:before {

  content: "\eda0";

}



.icon-emoticon:before {

  content: "\eda1";

}



.icon-exit:before {

  content: "\eda2";

}



.icon-fence:before {

  content: "\eda3";

}



.icon-fir-tree-1:before {

  content: "\eda4";

}



.icon-fir-tree-2:before {

  content: "\eda5";

}



.icon-fire-1:before {

  content: "\eda6";

}



.icon-ghost:before {

  content: "\eda7";

}



.icon-hanging:before {

  content: "\eda8";

}



.icon-happy-mask:before {

  content: "\eda9";

}



.icon-hipster-1:before {

  content: "\edaa";

}



.icon-hipster-2:before {

  content: "\edab";

}



.icon-house-fire:before {

  content: "\edac";

}



.icon-house-lightening:before {

  content: "\edad";

}



.icon-house-search:before {

  content: "\edae";

}



.icon-incognito:before {

  content: "\edaf";

}



.icon-labyrinth-1:before {

  content: "\edb0";

}



.icon-labyrinth-2:before {

  content: "\edb1";

}



.icon-leaf:before {

  content: "\edb2";

}



.icon-lighthouse:before {

  content: "\edb3";

}



.icon-love:before {

  content: "\edb4";

}



.icon-middle-finger:before {

  content: "\edb5";

}



.icon-moon:before {

  content: "\edb6";

}



.icon-moustache:before {

  content: "\edb7";

}



.icon-no-smoking:before {

  content: "\edb8";

}



.icon-pacman:before {

  content: "\edb9";

}



.icon-plant:before {

  content: "\edba";

}



.icon-playing-cards:before {

  content: "\edbb";

}



.icon-poison:before {

  content: "\edbc";

}



.icon-pong:before {

  content: "\edbd";

}



.icon-poo:before {

  content: "\edbe";

}



.icon-pool-1:before {

  content: "\edbf";

}



.icon-radioactive:before {

  content: "\edc0";

}



.icon-recycle:before {

  content: "\edc1";

}



.icon-robot-1:before {

  content: "\edc2";

}



.icon-robot-2:before {

  content: "\edc3";

}



.icon-rock:before {

  content: "\edc4";

}



.icon-run:before {

  content: "\edc5";

}



.icon-sad-mask:before {

  content: "\edc6";

}



.icon-scythe:before {

  content: "\edc7";

}



.icon-shooting-star:before {

  content: "\edc8";

}



.icon-skull:before {

  content: "\edc9";

}



.icon-smoking:before {

  content: "\edca";

}



.icon-snowflake:before {

  content: "\edcb";

}



.icon-snowman:before {

  content: "\edcc";

}



.icon-steps:before {

  content: "\edcd";

}



.icon-sun:before {

  content: "\edce";

}



.icon-tetris:before {

  content: "\edcf";

}



.icon-theatre-masks:before {

  content: "\edd0";

}



.icon-tombstone:before {

  content: "\edd1";

}



.icon-tree:before {

  content: "\edd2";

}



.icon-ufo:before {

  content: "\edd3";

}



.icon-unicorn:before {

  content: "\edd4";

}



.icon-vigilante:before {

  content: "\edd5";

}



.icon-wall:before {

  content: "\edd6";

}



.icon-wheat:before {

  content: "\edd7";

}



.icon-account-book-1:before {

  content: "\edd8";

}



.icon-account-book-female:before {

  content: "\edd9";

}



.icon-account-book-male:before {

  content: "\edda";

}



.icon-contacts:before {

  content: "\eddb";

}



.icon-female-sign:before {

  content: "\eddc";

}



.icon-head-brainstorming:before {

  content: "\eddd";

}



.icon-head-idea:before {

  content: "\edde";

}



.icon-head-money:before {

  content: "\eddf";

}



.icon-head-question:before {

  content: "\ede0";

}



.icon-head-search:before {

  content: "\ede1";

}



.icon-head-settings:before {

  content: "\ede2";

}



.icon-head-speech:before {

  content: "\ede3";

}



.icon-head-time:before {

  content: "\ede4";

}



.icon-head:before {

  content: "\ede5";

}



.icon-ID-card:before {

  content: "\ede6";

}



.icon-male-sign:before {

  content: "\ede7";

}



.icon-people-female:before {

  content: "\ede8";

}



.icon-people-idea:before {

  content: "\ede9";

}



.icon-people-male:before {

  content: "\edea";

}



.icon-people-money:before {

  content: "\edeb";

}



.icon-people-question:before {

  content: "\edec";

}



.icon-people-speech-1:before {

  content: "\eded";

}



.icon-people-speech-2:before {

  content: "\edee";

}



.icon-people-target:before {

  content: "\edef";

}



.icon-people-time:before {

  content: "\edf0";

}



.icon-people:before {

  content: "\edf1";

}



.icon-public-speaking:before {

  content: "\edf2";

}



.icon-rolodex-2:before {

  content: "\edf3";

}



.icon-rolodex:before {

  content: "\edf4";

}



.icon-team-1:before {

  content: "\edf5";

}



.icon-team-2:before {

  content: "\edf6";

}



.icon-team-3:before {

  content: "\edf7";

}



.icon-team-hierarchy:before {

  content: "\edf8";

}



.icon-useer-female-picture:before {

  content: "\edf9";

}



.icon-useer-male-picture:before {

  content: "\edfa";

}



.icon-user-add:before {

  content: "\edfb";

}



.icon-user-check:before {

  content: "\edfc";

}



.icon-user-circle:before {

  content: "\edfd";

}



.icon-user-delete:before {

  content: "\edfe";

}



.icon-user-female-add:before {

  content: "\edff";

}



.icon-user-female-check:before {

  content: "\ee00";

}



.icon-user-female-circle:before {

  content: "\ee01";

}



.icon-user-female-delete:before {

  content: "\ee02";

}



.icon-user-female-edit:before {

  content: "\ee03";

}



.icon-user-female-options:before {

  content: "\ee04";

}



.icon-user-female-picture-add:before {

  content: "\ee05";

}



.icon-user-female-pictures:before {

  content: "\ee06";

}



.icon-user-female-portrait:before {

  content: "\ee07";

}



.icon-user-female-profile:before {

  content: "\ee08";

}



.icon-user-female-settings:before {

  content: "\ee09";

}



.icon-user-female-speech-1:before {

  content: "\ee0a";

}



.icon-user-female-speech-2:before {

  content: "\ee0b";

}



.icon-user-female:before {

  content: "\ee0c";

}



.icon-user-male-add:before {

  content: "\ee0d";

}



.icon-user-male-check:before {

  content: "\ee0e";

}



.icon-user-male-circle:before {

  content: "\ee0f";

}



.icon-user-male-delete:before {

  content: "\ee10";

}



.icon-user-male-edit:before {

  content: "\ee11";

}



.icon-user-male-options:before {

  content: "\ee12";

}



.icon-user-male-picture-add:before {

  content: "\ee13";

}



.icon-user-male-pictures:before {

  content: "\ee14";

}



.icon-user-male-portrait:before {

  content: "\ee15";

}



.icon-user-male-profile:before {

  content: "\ee16";

}



.icon-user-male-settings:before {

  content: "\ee17";

}



.icon-user-male-speech-1:before {

  content: "\ee18";

}



.icon-user-male-speech-2:before {

  content: "\ee19";

}



.icon-user-male:before {

  content: "\ee1a";

}



.icon-user-picture-1:before {

  content: "\ee1b";

}



.icon-user-picture-2:before {

  content: "\ee1c";

}



.icon-user-picture-add:before {

  content: "\ee1d";

}



.icon-user-profile-1:before {

  content: "\ee1e";

}



.icon-user-profile-2:before {

  content: "\ee1f";

}



.icon-user-search-2:before {

  content: "\ee20";

}



.icon-user-target:before {

  content: "\ee21";

}



.icon-user:before {

  content: "\ee22";

}



.icon-users-male-female:before {

  content: "\ee23";

}



.icon-users-male:before {

  content: "\ee24";

}



.icon-users:before {

  content: "\ee25";

}



.icon-VIP-card:before {

  content: "\ee26";

}



.icon-badge-1:before {

  content: "\ee27";

}



.icon-badge-2:before {

  content: "\ee28";

}



.icon-crown:before {

  content: "\ee29";

}



.icon-diploma-1:before {

  content: "\ee2a";

}



.icon-diploma-2:before {

  content: "\ee2b";

}



.icon-diploma-3:before {

  content: "\ee2c";

}



.icon-flag-1:before {

  content: "\ee2d";

}



.icon-flag-2:before {

  content: "\ee2e";

}



.icon-flag-3:before {

  content: "\ee2f";

}



.icon-flag-4:before {

  content: "\ee30";

}



.icon-heart-broken:before {

  content: "\ee31";

}



.icon-heart:before {

  content: "\ee32";

}



.icon-hearts:before {

  content: "\ee33";

}



.icon-like-2:before {

  content: "\ee34";

}



.icon-like:before {

  content: "\ee35";

}



.icon-medal-1:before {

  content: "\ee36";

}



.icon-medal-2:before {

  content: "\ee37";

}



.icon-medal-3:before {

  content: "\ee38";

}



.icon-medal-4:before {

  content: "\ee39";

}



.icon-medal-5:before {

  content: "\ee3a";

}



.icon-medal-6:before {

  content: "\ee3b";

}



.icon-olympic-torch:before {

  content: "\ee3c";

}



.icon-podium:before {

  content: "\ee3d";

}



.icon-star-circle:before {

  content: "\ee3e";

}



.icon-star-plus:before {

  content: "\ee3f";

}



.icon-star:before {

  content: "\ee40";

}



.icon-trophy-1:before {

  content: "\ee41";

}



.icon-trophy-2:before {

  content: "\ee42";

}



.icon-trophy-3:before {

  content: "\ee43";

}



.icon-unlike-2:before {

  content: "\ee44";

}



.icon-unlike:before {

  content: "\ee45";

}



.icon-verification:before {

  content: "\ee46";

}



.icon-votes-2:before {

  content: "\ee47";

}



.icon-votes:before {

  content: "\ee48";

}



.icon-binary-code:before {

  content: "\ee49";

}



.icon-bug-fixed:before {

  content: "\ee4a";

}



.icon-bug-search:before {

  content: "\ee4b";

}



.icon-bug:before {

  content: "\ee4c";

}



.icon-code-1:before {

  content: "\ee4d";

}



.icon-code-2:before {

  content: "\ee4e";

}



.icon-code-3:before {

  content: "\ee4f";

}



.icon-CPU-overclock:before {

  content: "\ee50";

}



.icon-CPU:before {

  content: "\ee51";

}



.icon-firewall-1:before {

  content: "\ee52";

}



.icon-firewall-allert:before {

  content: "\ee53";

}



.icon-firewall-block:before {

  content: "\ee54";

}



.icon-firewall-disable:before {

  content: "\ee55";

}



.icon-firewall-done:before {

  content: "\ee56";

}



.icon-firewall-help:before {

  content: "\ee57";

}



.icon-firewall-refresh:before {

  content: "\ee58";

}



.icon-firewall-star:before {

  content: "\ee59";

}



.icon-firewall:before {

  content: "\ee5a";

}



.icon-hierarchy-structure-1:before {

  content: "\ee5b";

}



.icon-hierarchy-structure-2:before {

  content: "\ee5c";

}



.icon-hierarchy-structure-3:before {

  content: "\ee5d";

}



.icon-hierarchy-structure-4:before {

  content: "\ee5e";

}



.icon-hierarchy-structure-5:before {

  content: "\ee5f";

}



.icon-hierarchy-structure-6:before {

  content: "\ee60";

}



.icon-html-5:before {

  content: "\ee61";

}



.icon-link-1-add:before {

  content: "\ee62";

}



.icon-link-1-broken:before {

  content: "\ee63";

}



.icon-link-1-remove:before {

  content: "\ee64";

}



.icon-link-1:before {

  content: "\ee65";

}



.icon-link-2-broken:before {

  content: "\ee66";

}



.icon-link-2:before {

  content: "\ee67";

}



.icon-link-3-broken:before {

  content: "\ee68";

}



.icon-link-3:before {

  content: "\ee69";

}



.icon-search-stats:before {

  content: "\ee6a";

}



.icon-window-404:before {

  content: "\ee6b";

}



.icon-window-binary-code:before {

  content: "\ee6c";

}



.icon-window-bookmark:before {

  content: "\ee6d";

}



.icon-window-code:before {

  content: "\ee6e";

}



.icon-window-console:before {

  content: "\ee6f";

}



.icon-window-content:before {

  content: "\ee70";

}



.icon-window-cursor:before {

  content: "\ee71";

}



.icon-window-edit:before {

  content: "\ee72";

}



.icon-window-layout:before {

  content: "\ee73";

}



.icon-window-loading:before {

  content: "\ee74";

}



.icon-window-lock:before {

  content: "\ee75";

}



.icon-window-refresh:before {

  content: "\ee76";

}



.icon-window-search:before {

  content: "\ee77";

}



.icon-window-settings:before {

  content: "\ee78";

}



.icon-window-user:before {

  content: "\ee79";

}



.icon-window:before {

  content: "\ee7a";

}



.icon-windows-open:before {

  content: "\ee7b";

}



/* ////====== GLOBAL STYLES =====//// */

html {

  height: 100%;

  background: #263340;

}



/* Typo */

body {

  font-family: roboto;

  color: #4c637b;

  font-size: 16px;

  line-height: 1.7;

  font-weight: 300;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  min-height: 100vh;

  padding-top: 80px;

  background: #fff;

}



@media (min-width: 1301px) {

  body {

    padding-top: 95px;

  }

}



@media (max-width: 991px) {

  body {

    font-size: 14px !important;

  }

}



.container-fluid {

  max-width: 1200px;

}



a {

  color: #14abf4;

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

}



a:hover, a:active, a:focus {

  color: #0a8ccb;

  text-decoration: none;

  outline: none;

}



a:active:focus {

  outline: none;

}



a[x-apple-data-detectors] {

  color: inherit !important;

  text-decoration: none !important;

  font-size: inherit !important;

  font-family: inherit !important;

  font-weight: inherit !important;

  line-height: inherit !important;

}



.wow {

  visibility: hidden;

}



p {

  margin-bottom: 0;

}



p + p {

  margin-top: 15px;

}



p.text-sm {

  font-size: 14px;

  line-height: 1.9;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: 300;

  margin-top: 0;

  color: #4c637b;

  line-height: 1.2;

}



h1.bld,

h2.bld,

h3.bld,

h4.bld,

h5.bld,

h6.bld {

  font-weight: bold;

}



h1.heading0,

h2.heading0,

h3.heading0,

h4.heading0,

h5.heading0,

h6.heading0 {

  font-size: 36px;

}



@media (min-width: 480px) {

  h1.heading0,

  h2.heading0,

  h3.heading0,

  h4.heading0,

  h5.heading0,

  h6.heading0 {

    font-size: 42px;

  }

}



@media (min-width: 768px) {

  h1.heading0,

  h2.heading0,

  h3.heading0,

  h4.heading0,

  h5.heading0,

  h6.heading0 {

    font-size: 55px;

    margin-bottom: 15px;

  }

}



@media (min-width: 992px) {

  h1.heading0,

  h2.heading0,

  h3.heading0,

  h4.heading0,

  h5.heading0,

  h6.heading0 {

    font-size: 65px;

    margin-bottom: 20px;

  }

}



@media (min-width: 1200px) {

  h1.heading0,

  h2.heading0,

  h3.heading0,

  h4.heading0,

  h5.heading0,

  h6.heading0 {

    font-size: 72px;

    margin-bottom: 30px;

  }

}



h1.heading0 span,

h2.heading0 span,

h3.heading0 span,

h4.heading0 span,

h5.heading0 span,

h6.heading0 span {

  display: block;

  font-size: 14px;

  color: #5f7080;

  font-weight: normal;

  margin-bottom: 10px;

}



@media (min-width: 480px) {

  h1.heading0 span,

  h2.heading0 span,

  h3.heading0 span,

  h4.heading0 span,

  h5.heading0 span,

  h6.heading0 span {

    ont-size: 16px;

    margin-bottom: 20px;

  }

}



h1.heading1,

h2.heading1,

h3.heading1,

h4.heading1,

h5.heading1,

h6.heading1 {

  font-size: 30px;

}



@media (min-width: 768px) {

  h1.heading1,

  h2.heading1,

  h3.heading1,

  h4.heading1,

  h5.heading1,

  h6.heading1 {

    font-size: 36px;

    margin-bottom: 15px;

  }

}



@media (min-width: 992px) {

  h1.heading1,

  h2.heading1,

  h3.heading1,

  h4.heading1,

  h5.heading1,

  h6.heading1 {

    font-size: 40px;

  }

}



@media (min-width: 1200px) {

  h1.heading1,

  h2.heading1,

  h3.heading1,

  h4.heading1,

  h5.heading1,

  h6.heading1 {

    font-size: 48px;

  }

}



@media (min-width: 1400px) and (min-height: 801px) {

  h1.heading1,

  h2.heading1,

  h3.heading1,

  h4.heading1,

  h5.heading1,

  h6.heading1 {

    font-size: 54px;

    margin-bottom: 20px;

  }

}



h1.heading2,

h2.heading2,

h3.heading2,

h4.heading2,

h5.heading2,

h6.heading2 {

  font-size: 26px;

}



@media (min-width: 768px) {

  h1.heading2,

  h2.heading2,

  h3.heading2,

  h4.heading2,

  h5.heading2,

  h6.heading2 {

    font-size: 30px;

    margin-bottom: 15px;

  }

}



@media (min-width: 1200px) {

  h1.heading2,

  h2.heading2,

  h3.heading2,

  h4.heading2,

  h5.heading2,

  h6.heading2 {

    font-size: 36px;

    margin-bottom: 20px;

  }

}



h1.heading3,

h2.heading3,

h3.heading3,

h4.heading3,

h5.heading3,

h6.heading3 {

  font-size: 18px;

  font-weight: 400;

}



@media (min-width: 768px) {

  h1.heading3,

  h2.heading3,

  h3.heading3,

  h4.heading3,

  h5.heading3,

  h6.heading3 {

    font-size: 20px;

    margin-bottom: 15px;

  }

}



h1.heading4,

h2.heading4,

h3.heading4,

h4.heading4,

h5.heading4,

h6.heading4 {

  font-size: 16px;

  font-weight: 400;

}



@media (min-width: 768px) {

  h1.heading4,

  h2.heading4,

  h3.heading4,

  h4.heading4,

  h5.heading4,

  h6.heading4 {

    font-size: 18px;

    margin-bottom: 20px;

  }

}



h1.heading-compact,

h2.heading-compact,

h3.heading-compact,

h4.heading-compact,

h5.heading-compact,

h6.heading-compact {

  max-width: 400px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



h1.heading-compact2,

h2.heading-compact2,

h3.heading-compact2,

h4.heading-compact2,

h5.heading-compact2,

h6.heading-compact2 {

  max-width: 600px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



h1.heading-compact3,

h2.heading-compact3,

h3.heading-compact3,

h4.heading-compact3,

h5.heading-compact3,

h6.heading-compact3 {

  max-width: 400px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



h1.heading-compact3 + p,

h2.heading-compact3 + p,

h3.heading-compact3 + p,

h4.heading-compact3 + p,

h5.heading-compact3 + p,

h6.heading-compact3 + p {

  max-width: 400px !important;

}



@media (min-width: 768px) {

  h1.heading-compact3,

  h2.heading-compact3,

  h3.heading-compact3,

  h4.heading-compact3,

  h5.heading-compact3,

  h6.heading-compact3 {

    max-width: 700px;

  }

  h1.heading-compact3 + p,

  h2.heading-compact3 + p,

  h3.heading-compact3 + p,

  h4.heading-compact3 + p,

  h5.heading-compact3 + p,

  h6.heading-compact3 + p {

    max-width: 650px !important;

  }

}



h1.heading-white,

h2.heading-white,

h3.heading-white,

h4.heading-white,

h5.heading-white,

h6.heading-white {

  color: #fff;

}



.sec-heading {

  margin-bottom: 40px;

}



.sec-heading.text-center p {

  max-width: 740px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.sec-heading .btn {

  margin-top: 20px;

}



@media (min-width: 1200px) {

  .sec-heading .btn {

    margin-top: 30px;

  }

}



hr {

  border-top-color: #eef3f9;

}



blockquote {

  padding: 0;

  margin: 0;

  border: none;

  line-height: 1.4;

}



blockquote q {

  font-size: 16px;

  color: #263340;

  font-style: italic;

  line-height: 1.4;

}



@media (min-width: 992px) {

  blockquote q {

    font-size: 20px;

  }

}



blockquote cite {

  color: #8998a6;

  font-size: 14px;

}



.list-half:before, .list-half:after {

  content: "";

  display: table;

}



.list-half:after {

  clear: both;

}



.list-half li {

  margin-bottom: 15px;

  width: 50%;

  float: left;

}



.list-half li span {

  color: #14abf4;

  font-size: 24px;

  position: relative;

  top: 2px;

  display: inline-block;

  margin-right: 5px;

}



.list-nav li a {

  display: block;

  color: #5f7080;

  padding: 15px 20px;

  border-radius: 4px;

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

  position: relative;

  z-index: 2;

}



.list-nav li a:before {

  content: "";

  margin: auto;

  width: 100%;

  height: 100%;

  margin: auto;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  z-index: -1;

  background-image: -webkit-linear-gradient(left, #d0ecfb 0%, rgba(255, 255, 255, 0) 100%);

  background-image: linear-gradient(to right, #d0ecfb 0%, rgba(255, 255, 255, 0) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD0ECFB', endColorstr='#00FFFFFF', GradientType=1);

  border-radius: 4px;

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

  opacity: 0;

}



@media (min-width: 768px) {

  .list-nav li a {

    padding: 15px 35px;

  }

}



.list-nav li.active a {

  color: #14abf4;

}



.list-nav li.active a:before {

  opacity: 1;

}



.list-icons {

  margin-top: 30px;

  margin-bottom: 30px;

}



.list-icons li {

  margin-bottom: 20px;

  padding-left: 67px;

  position: relative;

  height: 52px;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

}



.list-icons li .list-icon {

  display: inline-block;

  width: 52px;

  height: 52px;

  line-height: 54px;

  border-radius: 50%;

  background: #f0f8ea;

  font-size: 20px;

  text-align: center;

  color: #67b930;

  position: absolute;

  top: 0;

  left: 0;

}



.list-icons li p {

  display: inline-block;

  position: relative;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



.list-check {

  font-size: 14px;

  margin-top: 20px;

}



@media (min-width: 992px) {

  .list-check {

    font-size: 16px;

  }

}



@media (min-width: 1200px) {

  .list-check {

    margin-top: 40px;

  }

}



.list-check li {

  position: relative;

  padding-left: 38px;

  margin-bottom: 15px;

}



@media (min-width: 992px) {

  .list-check li {

    margin-bottom: 20px;

  }

}



.list-check li:before {

  content: "\e9f9";

  font-family: 'Simple-Line-Icons-Pro';

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  -webkit-font-smoothing: antialiased;

  width: 28px;

  height: 28px;

  background: #e1f8d1;

  border-radius: 50%;

  color: #67b930;

  line-height: 28px;

  text-align: center;

  position: absolute;

  top: -2px;

  left: 0;

  font-size: 12px;

}



.question {

  display: inline-block;

  width: 20px;

  height: 20px;

  line-height: 20px;

  border-radius: 50%;

  color: #fff;

  text-align: center;

  background: #d9e0e6;

  font-size: 20px;

}



.question:hover, .question:active, .question:focus {

  color: #fff;

}



.tooltip.in {

  opacity: 0.95;

}



.tooltip .tooltip-inner {

  max-width: 250px !important;

  background: #263340;

}



.tooltip.top .tooltip-arrow {

  border-top-color: #263340;

}



.well {

  box-shadow: none;

  border-color: #eef3f9;

  border-radius: 4px;

  background: #fafafa;

  padding: 20px;

}



@media (min-width: 768px) {

  .well {

    padding: 30px;

  }

}



.well.well-white {

  background: #fff;

  box-shadow: 0px 6px 60px 0px rgba(38, 51, 64, 0.08);

}



.avatar {

  margin-right: 10px;

  width: 46px;

  height: 46px;

  line-height: 46px;

  font-weight: 400;

  border-radius: 50%;

  background: #14abf4;

  color: #fff;

  text-transform: uppercase;

  text-align: center;

}



.avatar.orange {

  background: #ff6f00;

}



.avatar.orange2 {

  background: #ffa000;

}



.avatar.red {

  background: #ff1744;

}



.avatar.green {

  background: #67b930;

}



.avatar.yellow {

  background: #ffdb00;

}



.avatar.pink {

  background: #f06292;

}



.avatar img {

  max-width: 46px;

  max-height: 46px;

  border-radius: 50%;

}



/* Stars Set */

.star-set {

  margin-bottom: 20px;

  position: relative;

  height: 16px;

  line-height: 1;

  display: inline-block;

}



.star-set:before {

  content: "";

  display: block;

  width: 180px;

  height: 2px;

  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f5c1a6 100%);

  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f5c1a6 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFF5C1A6', GradientType=1);

  position: absolute;

  top: 55%;

  left: -195px;

}



.star-set:after {

  content: "";

  display: block;

  width: 180px;

  height: 2px;

  background-image: -webkit-linear-gradient(left, #f5c1a6 0%, rgba(255, 255, 255, 0) 100%);

  background-image: linear-gradient(to right, #f5c1a6 0%, rgba(255, 255, 255, 0) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5C1A6', endColorstr='#00FFFFFF', GradientType=1);

  position: absolute;

  top: 55%;

  right: -195px;

}



.star-set .star {

  width: 94px;

  height: 19px;

  display: inline-block;

  background: url("../img/five-stars.png");

}



.star-set.star-set-sm:before {

  width: 100px;

  left: -120px;

}



.star-set.star-set-sm:after {

  width: 100px;

  right: -120px;

}



/* Owl Carousel */

.owl-carousel {

  position: relative;

}



.owl-carousel .carousel-wrap {

  padding: 30px;

}



.owl-carousel .carousel-item {

  padding: 40px;

  border-radius: 4px;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  min-height: 240px;

}



.owl-carousel .carousel-item .img-wrap {

  height: 80px;

  margin-bottom: 15px;

  text-align: center;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

}



.owl-carousel .carousel-item .img-wrap img {

  display: inline-block;

  margin: 0 auto;

  width: auto !important;

  max-width: 100%;

  height: auto;

  max-height: 80px;

  position: relative;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



.owl-carousel .carousel-item .img-wrap img.logo-xero {

  max-width: 74px;

  max-height: 74px;

}



.owl-carousel .carousel-item .img-wrap img.logo-harvest {

  max-width: 123px;

}



.owl-carousel .carousel-item .img-wrap img.logo-freshbooks {

  max-width: 134px;

}



.owl-carousel .carousel-item h3 {

  font-size: 18px;

  margin-bottom: 10px;

  font-weight: 400;

  color: #5f7080;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  text-transform: none;

}



.owl-carousel .carousel-item:hover {

  box-shadow: 0px 0px 50px 0px rgba(38, 51, 64, 0.08);

}



.owl-carousel .carousel-item:hover h3 {

  color: #263340;

}



.owl-carousel .owl-nav .owl-prev,

.owl-carousel .owl-nav .owl-next {

  width: 50px;

  height: 50px;

  line-height: 54px;

  color: #14abf4;

  border-radius: 50%;

  background: none;

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

  text-align: center;

  visibility: hidden;

  display: none;

}



@media (min-width: 1280px) {

  .owl-carousel .owl-nav .owl-prev,

  .owl-carousel .owl-nav .owl-next {

    visibility: visible;

    display: inline-block !important;

  }

}



.owl-carousel .owl-nav .owl-prev:hover,

.owl-carousel .owl-nav .owl-next:hover {

  background: #d7effb;

}



.owl-carousel .owl-nav .owl-prev {

  position: absolute;

  top: 35%;

  left: -50px;

}



.owl-carousel .owl-nav .owl-next {

  position: absolute;

  top: 35%;

  right: -50px;

}



.owl-carousel .owl-dots {

  text-align: center;

}



/* ////====== FORMS STYLES =====//// */

@media (min-width: 768px) {

  .form-group {

    margin-bottom: 30px;

  }

}



.form-group.row {

  margin-left: -5px;

  margin-right: -5px;

}



.form-group.row > div {

  padding-left: 5px;

  padding-right: 5px;

}



@media (max-width: 767px) {

  .form-group.row > div {

    margin-bottom: 15px;

  }

  .form-group.row > div:last-child {

    margin-bottom: 0;

  }

}



.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #5f7080;
    font-size: 16px;
}



.form-control::-webkit-input-placeholder {

  color: #788a9a;

  font-weight: 400;

}



.form-control:-moz-placeholder {

  color: #788a9a;

  font-weight: 400;

}



.form-control::-moz-placeholder {

  color: #788a9a;

  font-weight: 400;

}



.form-control:-ms-input-placeholder {

  color: #788a9a;

  font-weight: 400;

}



.form-control:focus, .form-control:active {

  border-color: #14abf4;

  box-shadow: none;

  outline: none;

}



@media (max-width: 480px) {

  .form-control {

    font-size: 14px;

  }

}



.form-control,

.select-control {

  border-radius: 4px;

}



.form-control.success,

.select-control.success {

  border-color: #67b930 !important;

  color: #67b930 !important;

}



.form-control.error,

.select-control.error {

  border-color: #ff1744 !important;

  color: #ff1744 !important;

}



.form-control:disabled,

.select-control:disabled {

  background: #f2f4f6;

}



input[type="text"].form-control,

input[type="email"].form-control,

select {

  height: 48px;

}



@media (min-width: 768px) {

  input[type="text"].form-control,

  input[type="email"].form-control,

  select {

    height: 50px;

  }

}



.form-control,

select {

  padding-left: 15px;

  padding-right: 15px;

}



@media (min-width: 768px) {

  .form-control,

  select {

    padding-left: 20px;

    padding-right: 20px;

  }

}



textarea.form-control {

  padding-top: 15px;

}



@media (min-width: 768px) {

  textarea.form-control {

    padding-top: 20px;

  }

}



label {

  font-weight: normal;

  color: #263340;

}



.select-caret {

  position: relative;

  display: block;

  width: 14px;

  height: 7px;

}



.select-caret:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  border-top: 7px solid #14abf4;

  border-left: 7px solid transparent;

  border-right: 7px solid transparent;

  border-radius: 20px;

}



.select-control {

  padding: 0;

  margin: 0;

  border: 1px solid #eef7fd;

  border: none;

  overflow: hidden;

  position: relative;

  background: #eef7fd;

  z-index: 2;

}



.select-control .select-caret {

  position: absolute;

  top: 45%;

  right: 15px;

  z-index: -1;

}



.select-control select {

  width: 100%;

  color: #788a9a;

  border: none;

  box-shadow: none;

  background-color: transparent;

  background-image: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  font-size: 16px;

}



.select-control select::-ms-expand {

  display: none;

}



.select-control select:hover {

  cursor: pointer !important;

}



.select-control select:focus, .select-control select:active {

  outline: none !important;

}



@media (max-width: 480px) {

  .select-control select {

    font-size: 14px;

  }

}



.select-control.disabled {

  background: #f2f4f6;

}



.select-control.disabled:hover {

  cursor: no-drop !important;

}



.select-control.disabled:hover select {

  cursor: no-drop !important;

}



.select-control.lt-blue {

  background: #e7f6fe;

  border: none;

}



.select-control.lt-blue select {

  font-size: 16px;

  font-weight: 300;

  color: #263340;

}



@media (min-width: 768px) {

  .select-control.lt-blue select {

    font-size: 20px;

  }

}



.options {

  margin-bottom: 5px;

}



.options.options-inline {

  margin-bottom: 15px;

}



@media (min-width: 480px) {

  .options.options-inline {

    display: inline-block;

    margin-right: 20px;

    margin-bottom: 0;

  }

}



.options input {

  display: none;

}



.options > label {

  display: inline-block;

  position: relative;

  padding-left: 28px;

  cursor: pointer;

  color: #5f7080;

  min-height: 22px;

  line-height: 1;

}



.options > label:before {

  content: "";

  display: block;

  position: absolute;

  width: 20px;

  height: 20px;

  left: 0;

  top: 0;

  margin-top: -3px;

  background: #eef7fd;

  border: 1px solid #eef7fd;

  border-radius: 2px;

}



.options > label:after {

  content: "";

  display: block;

  position: absolute;

  width: 10px;

  height: 10px;

  top: 5px;

  left: 5px;

  background: #14abf4;

  margin-top: -3px;

  opacity: 0;

  border-radius: 50%;

}



.options input:checked + label {

  color: #5f7080;

}



.options input:checked + label:after {

  opacity: 1;

}



.options input[type="radio"] + label:before {

  border-radius: 50%;

}



.options input:disabled + label {

  color: #8998a6;

}



.options input:disabled + label:before {

  background: #e7eaed;

}



.options input:disabled + label:hover {

  cursor: no-drop !important;

}



.tgl {

  display: none;

}



.tgl, .tgl:after,

.tgl:before,

.tgl *,

.tgl *:after,

.tgl *:before,

.tgl + .tgl-btn {

  box-sizing: border-box;

}



.tgl::-moz-selection,

.tgl:after::-moz-selection,

.tgl:before::-moz-selection,

.tgl *::-moz-selection,

.tgl *:after::-moz-selection,

.tgl *:before::-moz-selection,

.tgl + .tgl-btn::-moz-selection {

  background: none;

}



.tgl::selection,

.tgl:after::selection,

.tgl:before::selection,

.tgl *::selection,

.tgl *:after::selection,

.tgl *:before::selection,

.tgl + .tgl-btn::selection {

  background: none;

}



.tgl + .tgl-btn {

  outline: 0;

  display: block;

  width: 54px;

  height: 28px;

  margin-bottom: 0 !important;

  position: relative;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



.tgl + .tgl-btn:after,

.tgl + .tgl-btn:before {

  position: relative;

  display: block;

  content: "";

  width: 50%;

  height: 100%;

}



.tgl + .tgl-btn:after {

  left: 0;

}



.tgl + .tgl-btn:before {

  display: none;

}



.tgl:checked + .tgl-btn:after {

  left: 50%;

}



.tgl-light + .tgl-btn {

  background: #edf6e6;

  border: 1px solid #f4f4f4;

  border-radius: 28px;

}



.tgl-light + .tgl-btn:after {

  border-radius: 50%;

  background: #67b930;

  box-shadow: 0px 1px 3px 0px rgba(128, 128, 131, 0.3);

  -webkit-transition: all .2s ease;

  transition: all .2s ease;

}



.tgl-light:checked + .tgl-btn {

  background: #edf6e6;

}



.tgl-light:disabled + .tgl-btn:after {

  background: #fafafa;

}



.tgl-light:disabled {

  cursor: no-drop !important;

}



.tgl-light:disabled + .tgl-btn {

  cursor: no-drop !important;

}



/* ////====== BUTTON STYLES =====//// */

.btn {

  padding: 10px 30px;

  min-width: 110px;

  border: none !important;

  border-radius: 4px;

  font-size: 14px !important;

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

  font-weight: bold;

}



@media (min-width: 768px) {

  .btn {

    min-width: 130px;

  }

}



.btn:hover, .btn:focus, .btn:active {

  outline: none;

}



.btn:active:focus {

  outline: none;

}



.btn.btn-default {

  background: #e7f6fe;

  border: none;

  color: #14abf4 !important;

}



.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {

  background: #d8f0fd !important;

  border: none;

  color: #14abf4;

}



.btn.btn-md {

  padding: 12px 30px;

  min-width: 160px;

}



@media (min-width: 768px) {

  .btn.btn-md {

    padding: 14px 40px;

    min-width: 180px;

    font-size: 15px !important;

  }

}



@media (min-width: 1200px) {

  .btn.btn-md {

    padding: 16px 40px;

    font-size: 16px !important;

  }

}



.btn.btn-lg, .btn-group-lg > .btn {

  padding: 16px 40px;

  min-width: 180px;

  font-size: 15px !important;

}



@media (min-width: 768px) {

  .btn.btn-lg, .btn-group-lg > .btn {

    padding: 18px 40px;

    min-width: 200px;

  }

}



@media (min-width: 1200px) {

  .btn.btn-lg, .btn-group-lg > .btn {

    font-size: 16px !important;

  }

}



.btn.btn-bld {

  font-weight: bold;

}



.btn.btn-uc {

  text-transform: uppercase;

}



.btn.btn-rnd {

  border-radius: 40px !important;

}



.btn .btn-arrow {

  display: inline-block;

  margin-left: 5px;

  position: relative;

  top: -2px;

  border-top: 5px solid #14abf4;

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  border-radius: 2px;

}



.btn.btn-drk {

  background: #263340;

  color: #fff !important;

}



.btn.btn-drk:hover, .btn.btn-drk:focus, .btn.btn-drk:active {

  background: #1d2630;

}



.btn.btn-lt {

  background: #8998a6;

  color: #fff !important;

}



.btn.btn-lt:hover, .btn.btn-lt:focus, .btn.btn-lt:active {

  background: #7a8b9b;

}



/* ////====== NAV STYLES =====//// */

.navbar {

  background: none;

  border: none;

  -webkit-transition: box-shadow 0.3s ease-in-out;

  transition: box-shadow 0.3s ease-in-out;

}



@media (min-width: 1301px) {

  .navbar {

    background: #fff;

  }

}



.navbar .container-fluid {

  max-width: 100%;

}



@media (min-width: 1301px) {

  .navbar .container-fluid {

    margin-top: 19px;

    margin-bottom: 19px;

  }

}



@media (max-width: 1300px) {

  .navbar .navbar-header {

    padding-top: 10px;

    padding-bottom: 10px;

  }

}



.navbar .navbar-brand {

  margin-left: 0 !important;

  padding-right: 0;

  padding-left: 0;

  padding-top: 0 !important;

  padding-bottom: 0 !important;

  height: auto;

}



.navbar .navbar-number {

  height: 30px;

  color: #666666;

  display: inline-block;

  float: left;

  font-size: 21px;

  font-weight: 300;

  line-height: 30px;

  padding-left: 20px;

  margin-left: 10px;

  border-left: 2px solid #e9eaec;

  margin-top: 16px;

}



@media (max-width: 767px) {

  .navbar .navbar-number {

    display: none;

    visibility: hidden;

  }

}



.navbar .navbar-toggle {

  border-color: transparent;

  margin-top: 8px;

  margin-right: 0;

  padding: 9px 0;

  z-index: 99999;

}



.navbar .navbar-toggle:hover, .navbar .navbar-toggle:active, .navbar .navbar-toggle:focus {

  background: transparent;

}



.navbar .navbar-toggle:hover .icon-bar, .navbar .navbar-toggle:active .icon-bar, .navbar .navbar-toggle:focus .icon-bar {

  background: #5f7080;

}



.navbar .navbar-toggle .icon-bar {

  background: rgba(95, 112, 128, 0.7);

  border-radius: 0;

  position: relative;

  -webkit-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}



.navbar .navbar-toggle.active .icon-bar:nth-child(1) {

  background: #5f7080;

  top: 6px;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

}



.navbar .navbar-toggle.active .icon-bar:nth-child(2) {

  background: #5f7080;

  background-color: transparent;

}



.navbar .navbar-toggle.active .icon-bar:nth-child(3) {

  background: #5f7080;

  top: -6px;

  -webkit-transform: rotate(-45deg);

          transform: rotate(-45deg);

}



@media (min-width: 1301px) {

  .navbar .navbar-nav {

    margin-right: 10px;

  }

}



.navbar .navbar-nav > li > a {

  font-size: 15px;

  font-weight: 400;

  color: #666666;

  padding-top: 10px !important;

  padding-bottom: 10px !important;

}



.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:active {

  color: #14abf4;

}



.navbar .navbar-nav > li > a.btn {

  font-size: 14px !important;

  border-radius: 6px;

  padding-left: 20px !important;

  padding-right: 20px !important;

  min-width: auto !important;

  margin-left: 10px;

}



.navbar .navbar-nav > li.number {

  color: #263340;

  font-size: 16px;

  font-weight: 500;

  margin-bottom: 5px;

  display: none;

  visibility: hidden;

}



@media (max-width: 767px) {

  .navbar .navbar-nav > li.number {

    display: inline-block;

    visibility: visible;

  }

}



.navbar .navbar-nav > li.active a {

  color: #263340;

  background: none !important;

}



.navbar .navbar-nav > li.active a:hover, .navbar .navbar-nav > li.active a:focus, .navbar .navbar-nav > li.active a:active {

  color: #14abf4;

  background: none !important;

}



.navbar.navbar-shadow {

  box-shadow: 0px 6px 60px 0px rgba(38, 51, 64, 0.05);

  -webkit-transition: box-shadow 0.3s ease-in-out;

  transition: box-shadow 0.3s ease-in-out;

}



@media (max-width: 1300px) {

  .navbar-header {

    float: none;

    background: #fff;

  }

  .navbar-left, .navbar-right {

    float: none !important;

  }

  .navbar-toggle {

    display: block;

  }

  .navbar-collapse {

    border-top: 1px solid #eef3f9 !important;

    box-shadow: none;

  }

  .navbar-fixed-top {

    top: 0;

    border-width: 0 0 1px;

  }

  .navbar-collapse.collapse {

    display: none !important;

  }

  .navbar .navbar-nav {

    float: none !important;

    text-align: center;

    padding-top: 40px;

    padding-bottom: 20px;

    margin-top: 0;

  }

  .navbar .navbar-nav > li {

    float: none;

  }

  .navbar .navbar-nav > li > a {

    padding-top: 10px !important;

    padding-bottom: 10px !important;

    font-size: 16px;

  }

  .navbar .navbar-nav > li > a.btn {

    display: inline-block;

    padding: 10px 30px !important;

    margin-top: 15px;

  }

  .navbar .navbar-nav > li.number {

    margin-bottom: 10px;

    position: relative;

    padding-bottom: 15px;

  }

  .navbar .navbar-nav > li.number:before {

    content: "";

    display: block;

    width: 50px;

    height: 1px;

    background: #ddd;

    position: absolute;

    margin: auto;

    left: 0;

    right: 0;

    bottom: 0;

  }

  .navbar-fixed-top .navbar-collapse,

  .navbar-fixed-bottom .navbar-collapse {

    max-height: 100% !important;

    background: none;

  }

  .navbar-nav {

    background: rgba(255, 255, 255, 0.98);

    min-height: 100vh;

  }

  .collapse.in {

    display: block !important;

  }

  .container > .navbar-header,

  .container > .navbar-collapse,

  .container-fluid > .navbar-header,

  .container-fluid > .navbar-collapse {

    margin-right: -15px;

    margin-left: -15px;

  }

  .navbar .navbar-brand {

    margin-left: 5px !important;

    margin-top: 5px;

  }

  .navbar .navbar-number {

    margin-top: 10px;

  }

  .navbar .navbar-toggle {

    margin-right: 15px !important;

  }

}



@media (max-width: 370px) {

  .navbar .navbar-nav > li {

    float: none;

  }

  .navbar .navbar-nav > li > a {

    padding-top: 7px !important;

    padding-bottom: 7px !important;

    font-size: 14px;

  }

}



@media (min-width: 1301px) {

  .container > .navbar-header,

  .container > .navbar-collapse,

  .container-fluid > .navbar-header,

  .container-fluid > .navbar-collapse {

    margin-right: 0;

    margin-left: 0;

  }

}



/* ////====== FOOTER STYLES =====//// */

.footer {

  background: #263340 url(../img/footer-background.png) no-repeat top center / cover;

  color: #8998a6;

  overflow: hidden;

}



.footer-top {

  padding-top: 60px;

  padding-bottom: 60px;

  background-size: cover;

}



@media (min-width: 768px) {

  .footer-top {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .footer-top {

    padding-top: 120px;

    padding-bottom: 100px;

  }

}



.footer-top .footer-play {

  color: #fff;

  display: inline-block;

  margin-bottom: 20px;

  width: 50px;

  height: 50px;

  line-height: 50px;

  border-radius: 50%;

  border: 2px solid rgba(255, 255, 255, 0.2);

  text-align: center;

  position: relative;

}



@media (min-width: 768px) {

  .footer-top .footer-play {

    width: 60px;

    height: 60px;

    line-height: 60px;

    margin-bottom: 30px;

  }

}



.footer-top .footer-play:hover, .footer-top .footer-play:focus, .footer-top .footer-play:active {

  border: 2px solid rgba(255, 255, 255, 0.4);

}



.footer-top .footer-play:before {

  content: "";

  display: block;

  width: 130px;

  height: 1px;

  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #55606a 100%);

  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #55606a 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FF55606A', GradientType=1);

  position: absolute;

  top: 50%;

  left: -150px;

}



.footer-top .footer-play:after {

  content: "";

  display: block;

  width: 130px;

  height: 1px;

  background-image: -webkit-linear-gradient(left, #55606a 0%, rgba(255, 255, 255, 0) 100%);

  background-image: linear-gradient(to right, #55606a 0%, rgba(255, 255, 255, 0) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF55606A', endColorstr='#00FFFFFF', GradientType=1);

  position: absolute;

  top: 50%;

  right: -150px;

}



@media (min-width: 768px) {

  .footer-top .footer-play:before {

    width: 200px;

    left: -220px;

  }

  .footer-top .footer-play:after {

    width: 200px;

    right: -220px;

  }

}



.footer-top .footer-play .play-icon {

  display: block;

  background: url("../img/icon-play.png") no-repeat center;

  background-size: 12px 18px;

  width: 12px;

  height: 18px;

  font-size: 0;

  margin: auto;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

}



.footer-top .footer-top-text {

  margin-bottom: 20px;

  text-align: center;

}



.footer-top .footer-top-text p {

  font-size: 16px;

  line-height: 1.5;

  font-weight: 300;

}



@media (min-width: 768px) {

  .footer-top .footer-top-text p {

    font-size: 20px;

  }

}



@media (min-width: 1200px) {

  .footer-top .footer-top-text p {

    font-size: 20px;

  }

}



.footer-top .footer-top-text .btn {

  margin-top: 20px;

}



@media (min-width: 768px) {

  .footer-top .footer-top-text .btn {

	  font-size: 21px !important;

	  font-weight: 500;

	  margin-top: 30px;

	}

}



.footer-bottom {

  padding-top: 60px;

  padding-bottom: 100px;

  text-align: center;

}



@media (min-width: 768px) {

  .footer-bottom {

    padding-top: 80px;

    text-align: left;

  }

}



@media (min-width: 1200px) {

  .footer-bottom {

    padding-bottom: 90px;

  }

}



.footer-bottom .row > div {

  margin-bottom: 0px;

}

.footer-bottom .footer-logo {

  margin-bottom: 30px;

  max-width: 212px;

  height: auto;

}



.footer-bottom .footer-info-text {

  font-size: 14px;

  max-width: 280px;

}



@media (max-width: 767px) {

  .footer-bottom .footer-info-text {

    display: block;

    margin-left: auto;

    margin-right: auto;

  }

}



.footer-bottom .footer-info-text2 {

  font-size: 14px;

  max-width: 200px;

}



@media (max-width: 767px) {

  .footer-bottom .footer-info-text2 {

    display: block;

    margin-left: auto;

    margin-right: auto;

  }

}



.footer-bottom h3 {

  color: #8998a6;

  font-size: 16px;

  font-weight: 500;

  margin-bottom: 20px;

}



.footer-bottom .footer-links li a {

  font-size: 14px;

  color: #8998a6;

}



.footer-bottom .footer-links li a:hover, .footer-bottom .footer-links li a:focus, .footer-bottom .footer-links li a:active {

  color: #fff;

}



.footer-bottom p + p {

  margin-top: 0;

}



.footer-bottom .footer-number,

.footer-bottom .footer-email {

  font-size: 18px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .footer-bottom .footer-number,

  .footer-bottom .footer-email {

    font-size: 16px;

  }

}



.footer-bottom .footer-number {

  margin-top: 20px;

}



.footer-bottom .footer-email {

  margin-top: 10px;

}



.footer-bottom .social-links {

  margin-bottom: 0;

  margin-top: 38px;

}



@media (min-width: 992px) {

  .footer-bottom .social-links li {

    margin-right: 5px;

  }

}



.footer-bottom .social-links li a {

  display: inline-block;

  width: 40px;

  height: 40px;

  line-height: 43px;

  border-radius: 50%;

  background-color: #243f52;

  background-position: center;

  background-repeat: no-repeat;

  color: #243f52;

  font-size: 0 !important;

  text-align: center;

}



.footer-bottom .social-links li a:hover, .footer-bottom .social-links li a:focus, .footer-bottom .social-links li a:active {

  background-color: #213a4b;

  color: #213a4b;

}



.footer-bottom .social-links li a {
    background: #243f52 none repeat scroll 0 0 !important;
    color: #fff;
    font-size: 20px !important;
    height: 45px;
    line-height: 48px;
    width: 45px;
}
.footer-bottom .social-links.list-unstyled.list-inline li > a:hover {
    background: #213a4b none repeat scroll 0 0 !important;
    color: #fff;
}


.footer-bottom .social-links li a.facebook {

  background-image: url("../img/icon-facebook.png");

  background-size: 8px 17px;

}



.footer-bottom .social-links li a.twitter {

  background-image: url("../img/icon-twitter.png");

  background-size: 19px 12px;

}



.footer-bottom .social-links li a.linked_in {

  background-image: url("../img/icon-linkedin.png");

  background-size: 17px 16px;

}

.footer-copy {

  font-size: 12px;

}



/* ////====== HERO STYLES =====//// */

.hero .hero-text {

  position: relative;

  z-index: 2;

  margin-bottom: 20px;

  overflow: hidden;

  padding-top:75px;

}



.hero .hero-text p {

  font-size: 16px;

  line-height: 1.5;

  font-weight: 300;

}



@media (min-width: 768px) {

  .hero .hero-text p.hearo-subheading {

    font-size: 21px;

  }

}



@media (min-width: 1400px) and (min-height: 801px) {

  .hero .hero-text p.hearo-subheading {

    font-size: 20px;

  }

}



.hero .hero-text .btn {

  margin-top: 45px;

  font-weight: 400 !important;

}



@media (min-width: 768px) {

  .hero .hero-text .btn {

    font-size: 16px !important;

  }

}



@media (min-width: 1400px) and (min-height: 801px) {

  .hero .hero-text .btn {

    margin-top: 30px;

  }

}



.hero .hero-text.text-center p {

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.hero.hero-home {

  	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f8f8f8+50 */

	background: rgb(255,255,255); /* Old browsers */

	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(248,248,248,1) 50%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(248,248,248,1) 50%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(248,248,248,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */

	padding-top: 40px;

	position: relative;

	padding-bottom: 40px;

}



.hero.hero-home::before {

  background: rgba(0, 0, 0, 0) url("../img/blue-wave.png") no-repeat scroll center center / contain ;

  bottom: 0;

  content: "";

  display: block;

  height: 100% !important;

  left: 0;

  margin: auto;

  position: absolute;

  right: 0;

  width: 100%;

}



@media (min-width: 768px) {

}



@media (min-width: 1400px) {

  .hero.hero-home {

    min-height: 900px;

  }

}



@media (min-width: 1400px) and (min-height: 801px) {

  .hero.hero-home {

    padding-top: 60px;

  }

}



@media (min-width: 2000px) {

  .hero.hero-home:before {

    height: 400px;

  }

}



.hero.hero-home .container-fluid {

  max-width: 100%;

}



.hero.hero-home .hero-img {

  position: relative;

  z-index: 2;

  bottom: -20px;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 768px) {

  .hero.hero-home .hero-img {

    min-height: 400px;

  }

}



@media (min-width: 992px) {

  .hero.hero-home .hero-img {

    min-height: 500px;

  }

}



@media (min-width: 1200px) {

  .hero.hero-home .hero-img {

    min-height: 600px;

  }

}



@media (min-width: 1400px) and (min-height: 801px) {

  .hero.hero-home .hero-img {

    bottom: -40px;

  }

}



@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

  .hero.hero-home .hero-img > img {

    min-width: 100%;

    width: 100%;

  }

}



.hero.hero-payments {

  padding-top: 40px;

  padding-bottom: 40px;

  border-bottom: 1px solid #eef3f9;

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .hero.hero-payments {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



@media (min-width: 1200px) {

  .hero.hero-payments {

    padding-top: 140px;

    padding-bottom: 140px;

  }

}



@media (max-width: 767px) {

  .hero.hero-payments .hero-text {

    text-align: center;

  }

  .hero.hero-payments .hero-text p {

    max-width: 500px;

    display: block;

    margin-left: auto;

    margin-right: auto;

  }

}



@media (max-width: 767px) {

  .hero.hero-payments .hero-img-payments {

    max-width: 95%;

    height: auto;

    display: block;

    margin: 0 auto;

    margin-top: 20px;

  }

}



@media (min-width: 768px) {

  .hero.hero-payments .hero-img-payments {

    max-width: 800px;

    position: absolute;

    top: 80px;

    left: 50%;

  }

}



@media (min-width: 992px) {

  .hero.hero-payments .hero-img-payments {

    max-width: 900px;

    position: absolute;

    top: 80px;

    left: 50%;

  }

}



@media (min-width: 1200px) {

  .hero.hero-payments .hero-img-payments {

    max-width: 1000px;

    position: absolute;

    top: 120px;

    left: 50%;

  }

}



.hero.hero-subscriptions {

  padding-top: 80px;

  padding-bottom: 30px;

  position: relative;

  overflow: hidden;

  background: url("../img/bg-hero-subscriptions.png") no-repeat center bottom;

  background-size: 100%;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (max-width: 767px) {

  .hero.hero-subscriptions {

    background: url("../img/bg-hero-subscriptions.png") no-repeat right bottom;

    background-size: 150%;

  }

}



@media (min-width: 768px) {

  .hero.hero-subscriptions {

    padding-top: 120px;

    padding-bottom: 170px;

  }

}



@media (min-width: 1200px) {

  .hero.hero-subscriptions {

    padding-top: 140px;

    padding-bottom: 190px;

  }

}



@media (max-width: 767px) {

  .hero.hero-subscriptions .hero-text {

    text-align: center;

    margin-bottom: 0;

  }

  .hero.hero-subscriptions .hero-text p {

    max-width: 500px;

    display: block;

    margin-left: auto;

    margin-right: auto;

  }

}



@media (max-width: 767px) {

  .hero.hero-subscriptions .hero-img-subsciptions {

    max-width: 95%;

    height: auto;

    display: block;

    margin: 0 auto;

    position: relative;

    top: 15px;

  }

}



@media (min-width: 768px) {

  .hero.hero-subscriptions .hero-img-subsciptions {

    max-width: 480px;

    position: absolute;

    top: 40px;

    left: 45%;

  }

}



@media (min-width: 992px) {

  .hero.hero-subscriptions .hero-img-subsciptions {

    max-width: 510px;

    position: absolute;

    top: 20px;

    left: 47%;

  }

}



@media (min-width: 1200px) {

  .hero.hero-subscriptions .hero-img-subsciptions {

    max-width: 552px;

    position: absolute;

    top: 50px;

    left: 55%;

  }

}



.hero.hero-acc-payable {

  padding-top: 40px;

  padding-bottom: 40px;

  border-bottom: 1px solid #eef3f9;

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .hero.hero-acc-payable {

    padding-top: 170px;

    padding-bottom: 200px;

  }

}



@media (min-width: 1200px) {

  .hero.hero-acc-payable {

    padding-top: 240px;

    padding-bottom: 240px;

  }

}



@media (max-width: 767px) {

  .hero.hero-acc-payable .hero-text {

    text-align: center;

  }

  .hero.hero-acc-payable .hero-text p {

    max-width: 400px;

    display: block;

    margin-left: auto;

    margin-right: auto;

  }

}



@media (max-width: 767px) {

  .hero.hero-acc-payable .hero-img-account-payable {

    max-width: 95%;

    height: auto;

    display: block;

    margin: 0 auto;

    position: relative;

    top: 15px;

    right: -15%;

  }

}



@media (min-width: 768px) {

  .hero.hero-acc-payable .hero-img-account-payable {

    max-width: 600px;

    position: absolute;

    top: 70px;

    left: 45%;

  }

}



@media (min-width: 1200px) {

  .hero.hero-acc-payable .hero-img-account-payable {

    max-width: 700px;

    position: absolute;

    top: 100px;

    left: 50%;

  }

}



.hero.hero-acc-receivable {

  padding-top: 60px;

  padding-bottom: 60px;

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .hero.hero-acc-receivable {

    padding-top: 200px;

    padding-bottom: 200px;

  }

}



@media (min-width: 1200px) {

  .hero.hero-acc-receivable {

    padding-top: 220px;

    padding-bottom: 220px;

  }

}



@media (max-width: 767px) {

  .hero.hero-acc-receivable .hero-text {

    text-align: center;

  }

  .hero.hero-acc-receivable .hero-text p {

    max-width: 400px;

    display: block;

    margin-left: auto;

    margin-right: auto;

  }

}



@media (max-width: 767px) {

  .hero.hero-acc-receivable .hero-img-acc-receivable {

    max-width: 95%;

    height: auto;

    display: block;

    margin: 0 auto;

    position: relative;

    top: 15px;

  }

}



@media (min-width: 768px) {

  .hero.hero-acc-receivable .hero-img-acc-receivable {

    max-width: 602px;

    position: absolute;

    top: 30px;

    left: 47%;

  }

}



@media (min-width: 1200px) {

  .hero.hero-acc-receivable .hero-img-acc-receivable {

    max-width: 702px;

    position: absolute;

    top: 30px;

    left: 53%;

  }

}



.feat-box {

  border-radius: 6px;

  background-color: #67b930;

  box-shadow: 0.5px 0.866px 4.6px 0.4px rgba(0, 0, 0, 0.15);

  color: #fff;

  padding: 15px;

  text-align: center;

  width: 100px;

  min-height: 100px;

  position: relative;

  font-weight: 500;

}



.feat-box p {

  line-height: 1.3;

  font-size: 11px;

}



@media (min-width: 768px) {

  .feat-box {

    width: 150px;

    min-height: 150px;

    padding: 20px;

  }

  .feat-box p {

    font-size: 14px;

    line-height: 1.5;

  }

}



@media (min-width: 1200px) {

  .feat-box {

    width: 200px;

    min-height: 200px;

    padding: 40px;

  }

  .feat-box p {

    font-size: 16px;

  }

}



.feat-box img {

  display: block;

  margin: 0 auto;

  max-height: 34px;

  margin-bottom: 5px;

}



@media (min-width: 768px) {

  .feat-box img {

    max-height: 44px;

    margin-bottom: 10px;

  }

}



@media (min-width: 1200px) {

  .feat-box img {

    max-height: 64px;

  }

}



.feat-box._1 {

  display: none;

  visibility: hidden;

}



@media (min-width: 480px) {

  .feat-box._1 {

    display: block;

    visibility: visible;

    position: absolute;

    top: 20px;

    left: 40px;

  }

}



@media (min-width: 768px) {

  .feat-box._1 {

    top: 60px;

    left: 60px;

  }

}



@media (min-width: 992px) {

  .feat-box._1 {

    top: 90px;

    left: 90px;

  }

}



.feat-box._2 {

  display: none;

  visibility: hidden;

}



.feat-box._2 img {

  margin-top: 10%;

}



@media (min-width: 480px) {

  .feat-box._2 {

    display: block;

    visibility: visible;

    position: absolute;

    bottom: 60px;

    right: 40px;

  }

}



@media (min-width: 768px) {

  .feat-box._2 {

    bottom: 150px;

    right: 60px;

  }

}



@media (min-width: 992px) {

  .feat-box._2 {

    bottom: 170px;

    right: 90px;

  }

}



.feat-box span {

  font-size: 9px;

  display: block;

  width: 40px;

  height: 20px;

  border-radius: 20px;

  line-height: 20px;

  text-align: center;

  background: #4f991d;

  position: absolute;

  top: 15px;

  right: -15px;

}



@media (min-width: 768px) {

  .feat-box span {

    font-size: 10px;

    width: 54px;

    height: 24px;

    line-height: 24px;

  }

}



@media (min-width: 1200px) {

  .feat-box span {

    font-size: 12px;

    width: 58px;

  }

}



/* ////====== MODALS STYLES =====//// */

.modal .modal-dialog.modal-dialog-center {

  margin: 0;

  position: absolute;

  top: 50%;

  left: 50%;

}



@media (max-width: 767px) {

  .modal .modal-dialog.modal-dialog-center {

    width: 100%;

    padding-left: 15px;

    padding-right: 15px;

  }

}



/* ////====== HOME STYLES =====//// */

.home-sec1 {

  padding-top: 60px;

  padding-bottom: 80px;

  border-bottom: 1px solid #eef3f9;

}



@media (min-width: 768px) {

  .home-sec1 {

    padding-top: 100px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .home-sec1 {

    padding-top: 140px;

    padding-bottom: 100px;

  }

}



.home-sec1 .sec-heading h2 {

  position: relative;

  padding-top: 72px;

}



.home-sec1 .sec-heading h2:before {

  content: "";

  display: block;

  width: 173px;

  height: 44px;

  background: url("../img/icon-home-sec1.png") no-repeat center;

  background-size: 173px 44px;

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;

  right: 0;

}



.home-sec1 .owl-carousel {

  margin-top: 40px;

}



.home-sec1 .owl-carousel .carousel-item {

  text-transform: uppercase;

  font-size: 12px;

  text-align: center;

  color: #b9c2ca;

  font-weight: 500;

  position: relative;

}



.home-sec1 .owl-carousel .carousel-item:hover {

  box-shadow: none;

}



.home-sec1 .owl-carousel .carousel-item .carousel-check {

  width: 52px;

  height: 52px;

  line-height: 40px;

  border-radius: 50%;

  background: #e1f8d1;

  color: #67b930;

  text-align: center;

  font-weight: bold;

  position: absolute;

  margin: auto;

  top: -20px;

  left: 0;

  right: 0;

  border: 7px solid #fff;

  box-sizing: border-box;

  opacity: 0;

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

}



.home-sec1 .owl-carousel .carousel-wrap.active .carousel-item {

  box-shadow: 0px 0px 50px 0px rgba(38, 51, 64, 0.08);

}



.home-sec1 .owl-carousel .carousel-wrap.active .carousel-item .carousel-check {

  opacity: 1;

}



.home-sec2 .sec-heading {

  padding-top: 60px;

  padding-bottom: 60px;

}



@media (min-width: 768px) {

  .home-sec2 .sec-heading {

    padding-top: 80px;

  }

}



@media (min-width: 1200px) {

  .home-sec2 .sec-heading {

    padding-top: 100px;

  }

}



.home-sec2 .sec-heading h2 {

  position: relative;

  padding-top: 62px;

}



.home-sec2 .sec-heading h2:before {

  content: "";

  display: block;

  width: 32px;

  height: 32px;

  background: url("../img/icon-home-sec2.png") no-repeat center;

  background-size: 32px;

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;

  right: 0;

}



.home-subsec1,

.home-subsec2,

.home-subsec3,

.home-subsec4 {

  padding-top: 80px;

  padding-bottom: 80px;

  overflow: hidden;

}



@media (min-width: 768px) {

  .home-subsec1,

  .home-subsec2,

  .home-subsec3,

  .home-subsec4 {

    padding-top: 140px;

    padding-bottom: 140px;

  }

}



@media (min-width: 992px) {

  .home-subsec1,

  .home-subsec2,

  .home-subsec3,

  .home-subsec4 {

    padding-top: 180px;

    padding-bottom: 180px;

  }

}



@media (min-width: 1200px) {

  .home-subsec1,

  .home-subsec2,

  .home-subsec3,

  .home-subsec4 {

    padding-top: 200px;

    padding-bottom: 200px;

  }

}



.home-subsec1 ul,

.home-subsec2 ul,

.home-subsec3 ul,

.home-subsec4 ul {

  margin-top: 20px;

  margin-bottom: 0;

}



.home-subsec1 ul li:nth-child(3) span,

.home-subsec2 ul li:nth-child(3) span,

.home-subsec3 ul li:nth-child(3) span,

.home-subsec4 ul li:nth-child(3) span {

  position: relative;

  top: 4px;

}



@media (max-width: 767px) {

  .home-subsec1 img,

  .home-subsec2 img,

  .home-subsec3 img,

  .home-subsec4 img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    margin-top: 40px;

  }

}



.home-subsec1 p,

.home-subsec2 p,

.home-subsec3 p,

.home-subsec4 p {

  font-size: 14px;

}



@media (min-width: 992px) {

  .home-subsec1 p,

  .home-subsec2 p,

  .home-subsec3 p,

  .home-subsec4 p {

    font-size: 16px;

  }

}



.home-subsec1 .btn,

.home-subsec2 .btn,

.home-subsec3 .btn,

.home-subsec4 .btn {

  margin-top: 20px;

}



@media (min-width: 1200px) {

  .home-subsec1 .btn,

  .home-subsec2 .btn,

  .home-subsec3 .btn,

  .home-subsec4 .btn {

    margin-top: 30px;

  }

}



.home-subsec1 {

  background-image: -webkit-linear-gradient(top, #fff 50%, #e5f3fc 100%);

  background-image: linear-gradient(to bottom, #fff 50%, #e5f3fc 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE5F3FC', GradientType=0);

  position: relative;

}



@media (min-width: 768px) {

  .home-subsec1 .home-subsec-img1 {

    max-width: 650px;

    position: absolute;

    top: 140px;

    left: 47%;

  }

}



@media (min-width: 992px) {

  .home-subsec1 .home-subsec-img1 {

    max-width: 700px;

    position: absolute;

    top: 160px;

    left: 47%;

  }

}



@media (min-width: 1200px) {

  .home-subsec1 .home-subsec-img1 {

    max-width: 766px;

    position: absolute;

    top: 180px;

    left: 52%;

  }

}



.home-subsec2 {

  background: #e5f3fc;

  position: relative;

}



@media (min-width: 768px) {

  .home-subsec2 .home-subsec-img2 {

    max-width: 480px;

    position: absolute;

    top: 40px;

    right: 47%;

  }

}



@media (min-width: 992px) {

  .home-subsec2 .home-subsec-img2 {

    max-width: 550px;

    position: absolute;

    top: 50px;

    right: 47%;

  }

}



@media (min-width: 1200px) {

  .home-subsec2 .home-subsec-img2 {

    max-width: 612px;

    position: absolute;

    top: 70px;

    right: 52%;

  }

}



.home-subsec3 {

  background-image: -webkit-linear-gradient(top, #e5f3fc 0%, #fff 50%);

  background-image: linear-gradient(to bottom, #e5f3fc 0%, #fff 50%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5F3FC', endColorstr='#FFFFFFFF', GradientType=0);

  position: relative;

}



@media (min-width: 768px) {

  .home-subsec3 .home-subsec-img3 {

    max-width: 400px;

    position: absolute;

    top: 40px;

    left: 52%;

  }

}



@media (min-width: 992px) {

  .home-subsec3 .home-subsec-img3 {

    max-width: 480px;

    position: absolute;

    top: 50px;

    left: 52%;

  }

}



@media (min-width: 1200px) {

  .home-subsec3 .home-subsec-img3 {

    max-width: 507px;

    position: absolute;

    top: 90px;

    left: 57%;

  }

}



.home-subsec4 {

  background-image: -webkit-linear-gradient(top, #fff 50%, #e5f3fc 100%);

  background-image: linear-gradient(to bottom, #fff 50%, #e5f3fc 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE5F3FC', GradientType=0);

  position: relative;

}



@media (min-width: 768px) {

  .home-subsec4 .home-subsec-img4 {

    max-width: 450px;

    position: absolute;

    top: 60px;

    right: 52%;

  }

}



@media (min-width: 992px) {

  .home-subsec4 .home-subsec-img4 {

    max-width: 510px;

    position: absolute;

    top: 70px;

    right: 52%;

  }

}



@media (min-width: 1200px) {

  .home-subsec4 .home-subsec-img4 {

    max-width: 553px;

    position: absolute;

    top: 70px;

    right: 57%;

  }

}



.home-sec3 {

  background: #e5f3fc;

  padding-top: 80px;

  overflow: hidden;

}



@media (min-width: 768px) {

  .home-sec3 {

    padding-top: 140px;

  }

}



@media (min-width: 992px) {

  .home-sec3 {

    padding-top: 160px;

  }

}



@media (min-width: 1200px) {

  .home-sec3 {

    padding-top: 180px;

  }

}



.home-sec3 .sec-heading {

  margin-bottom: 0;

}



.home-sec3 .home-sec3-img {

  width: 100%;

  max-width: 1000px;

  height: auto;

  display: block;

  margin: 0 auto;

  margin-bottom: -25%;

}



@media (min-width: 1200px) {

  .home-sec3 .home-sec3-img {

    margin-bottom: -20%;

  }

}



@media (min-width: 1400px) {

  .home-sec3 .home-sec3-img {

    margin-bottom: -15%;

  }

}



@media (min-width: 1600px) {

  .home-sec3 .home-sec3-img {

    margin-bottom: -10%;

  }

}



.home-sec4 {

  padding-top: 80px;

  padding-bottom: 60px;

  overflow: hidden;

}



@media (min-width: 768px) {

  .home-sec4 {

    padding-top: 100px;

    padding-bottom: 80px;

  }

}



@media (min-width: 992px) {

  .home-sec4 {

    padding-top: 120px;

    padding-bottom: 100px;

  }

}



@media (min-width: 1200px) {

  .home-sec4 {

    padding-top: 140px;

    padding-bottom: 110px;

  }

}



.home-sec4 .sec-heading h2 {

  position: relative;

  padding-top: 62px;

}



.home-sec4 .sec-heading h2:before {

  content: "";

  display: block;

  width: 32px;

  height: 26px;

  background: url("../img/icon-home-sec4.png") no-repeat center;

  background-size: 32px 26px;

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;

  right: 0;

}



.home-sec4 .owl-carousel .carousel-item {

  font-size: 14px;

}



@media (min-width: 992px) {

  .home-sec4 .owl-carousel .carousel-item {

    font-size: 16px;

  }

}



.home-sec4 .owl-carousel .carousel-item .media {

  margin-bottom: 20px;

}



.home-sec4 .owl-carousel .carousel-item .media-heading {

  font-weight: 400;

  font-size: 18px;

  margin-bottom: 0;

}



.home-sec4 .owl-carousel .carousel-item .carousel-avatar {

  margin-right: 10px;

  width: 46px;

  height: 46px;

  line-height: 46px;

  font-weight: 300;

  border-radius: 50%;

  background: transparent;

  color: #fff;

  text-transform: uppercase;

  text-align: center;

}
.owl-carousel .carousel-item {
    height: 260px;
}


.home-sec4 .owl-carousel .carousel-item .carousel-avatar.orange {

  background: #ff6f00;

}



.home-sec4 .owl-carousel .carousel-item .carousel-avatar.orange2 {

  background: #ffa000;

}



.home-sec4 .owl-carousel .carousel-item .carousel-avatar.red {

  background: #ff1744;

}



.home-sec4 .owl-carousel .carousel-item .carousel-avatar.green {

  background: #67b930;

}



.home-sec4 .owl-carousel .carousel-item .carousel-avatar.yellow {

  background: #ffdb00;

}



.home-sec4 .owl-carousel .carousel-item .carousel-avatar img {

  max-width: 46px;

  max-height: 46px;

  border-radius: 50%;

}



.home-sec4 .home-sec4-bottom {

  margin-top: 60px;

}



.home-sec4 .home-sec4-bottom .row > div {

  margin-bottom: 30px;

  overflow: hidden;

  text-align: center;

  color: #263340;

}



.home-sec4 .home-sec4-bottom .row > div .img-wrap {

  height: 60px;

  margin-bottom: 10px;

}



.home-sec4 .home-sec4-bottom .row > div .img-wrap img {

  display: block;

  margin: 0 auto;

  max-width: 60px;

  max-height: 60px;

}



.home-sec4 .home-sec4-bottom .row > div .img-wrap img.logo-twitter {

  max-width: 48px;

  margin-top: 10px;

}



.home-sec4 .home-sec4-bottom .row > div iframe {

  margin-top: 10px;

}



/* ////====== PAYMENTS STYLES =====//// */

.payments-sec1 p,

.payments-sec2 p,

.payments-sec3 p,

.payments-sec4 p {

  font-size: 14px;

}



@media (min-width: 992px) {

  .payments-sec1 p,

  .payments-sec2 p,

  .payments-sec3 p,

  .payments-sec4 p {

    font-size: 16px;

  }

}



.payments-sec1 {

  padding-top: 60px;

  padding-bottom: 0px;

  border-bottom: 1px solid #eef3f9;

  background-image: -webkit-linear-gradient(top, #fff 50%, #e5f3fc 100%);

  background-image: linear-gradient(to bottom, #fff 50%, #e5f3fc 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE5F3FC', GradientType=0);

}



@media (min-width: 768px) {

  .payments-sec1 {

    padding-top: 100px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .payments-sec1 {

    padding-top: 140px;

    padding-bottom: 100px;

  }

}



.payments-sec1 .sec-heading {

  margin-bottom: 60px;

}



@media (min-width: 768px) {

  .payments-sec1 .sec-heading {

    margin-bottom: 90px;

  }

}



.payments-sec1 .sec-heading h2 {

  position: relative;

  padding-top: 62px;

}



.payments-sec1 .sec-heading h2:before {

  content: "";

  display: block;

  width: 42px;

  height: 28px;

  background: url("../img/icon-payments-sec1.png") no-repeat center;

  background-size: 42px 28px;

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;

  right: 0;

}



.payments-sec1 .row > div {

  text-align: center;

  margin-bottom: 40px;

}



.payments-sec1 .row > div .icon-wrap {

  height: 36px;

  margin-bottom: 15px;

}



.payments-sec1 .row > div .icon-wrap span {

  color: #14abf4;

  font-size: 36px;

}



.payments-sec1 .row > div h3 {

  font-size: 16px;

  font-weight: 500;

}



.payments-sec1 .row > div p {

  max-width: 350px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 768px) {

  .payments-sec1 .row > div p {

    font-size: 15px;

  }

}



.payments-sec2 {

  padding-top: 80px;

  padding-bottom: 80px;

  background: #e5f3fc;

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .payments-sec2 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



@media (min-width: 1200px) {

  .payments-sec2 {

    padding-top: 140px;

    padding-bottom: 160px;

  }

}



@media (max-width: 767px) {

  .payments-sec2 .payments-sec2-img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    margin-top: 20px;

  }

}



@media (min-width: 768px) {

  .payments-sec2 .payments-sec2-img {

    max-width: 550px;

    position: absolute;

    top: 30px;

    right: 52%;

  }

}



@media (min-width: 992px) {

  .payments-sec2 .payments-sec2-img {

    max-width: 600px;

    position: absolute;

    top: 30px;

    right: 52%;

  }

}



@media (min-width: 1200px) {

  .payments-sec2 .payments-sec2-img {

    max-width: 742px;

    position: absolute;

    top: 30px;

    right: 52%;

  }

}



.payments-sec2 .list-nav {

  margin-top: 20px;

  margin-bottom: 20px;

}



.payments-sec3 {

  padding-top: 40px;

  padding-bottom: 80px;

  background: #e5f3fc;

  text-align: center;

}



@media (min-width: 768px) {

  .payments-sec3 {

    padding-top: 60px;

    padding-bottom: 100px;

  }

}



@media (min-width: 1200px) {

  .payments-sec3 {

    padding-top: 80px;

    padding-bottom: 140px;

  }

}



.payments-sec3 .sec-heading img {

  width: 72px;

  height: 72px;

  margin-bottom: 30px;

}



.payments-sec3 .sec-heading p {

  max-width: 700px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 992px) {

  .payments-sec3 .logos-wrap {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

        -ms-flex-direction: row;

            flex-direction: row;

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .payments-sec3 .logos-wrap:before, .payments-sec3 .logos-wrap:after {

    content: "";

    display: table;

  }

  .payments-sec3 .logos-wrap:after {

    clear: both;

  }

}



.payments-sec3 .logos-wrap > div {

  margin-bottom: 30px;

}



@media (min-width: 992px) {

  .payments-sec3 .logos-wrap > div {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .payments-sec3 .logos-wrap > div {

    margin-bottom: 10px;

    height: 62px;

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;

  }

  .payments-sec3 .logos-wrap > div img {

    position: relative;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

  }

  .payments-sec3 .logos-wrap > div:nth-child(1), .payments-sec3 .logos-wrap > div:nth-child(2), .payments-sec3 .logos-wrap > div:nth-child(3) {

    width: 33.333%;

    float: left;

  }

  .payments-sec3 .logos-wrap > div:nth-child(4), .payments-sec3 .logos-wrap > div:nth-child(5) {

    width: 30%;

    float: left;

  }

  .payments-sec3 .logos-wrap > div:nth-child(4) {

    margin-left: 20%;

  }

}



.payments-sec3 .logos-wrap > div img {

  display: block;

  margin: 0 auto;

}



.payments-sec3 .btn {

  background: #d2edfc;

  font-weight: 400;

}



@media (min-width: 768px) and (max-width: 991px) {

  .payments-sec3 .btn {

    margin-top: 30px;

  }

}



.payments-sec3 .btn:hover, .payments-sec3 .btn:active, .payments-sec3 .btn:focus {

  background: #bae3fa !important;

}



.payments-sec4 {

  padding-top: 80px;

  background-image: -webkit-linear-gradient(top, #e5f3fc 0%, #fff 50%);

  background-image: linear-gradient(to bottom, #e5f3fc 0%, #fff 50%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5F3FC', endColorstr='#FFFFFFFF', GradientType=0);

  border-bottom: 1px solid #eef3f9;

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .payments-sec4 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



@media (min-width: 1200px) {

  .payments-sec4 {

    padding-top: 140px;

    padding-bottom: 180px;

  }

}



.payments-sec4 .media {

  margin-top: 20px;

}



@media (max-width: 767px) {

  .payments-sec4 .payments-sec4-img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    margin-top: 60px;

  }

}



@media (min-width: 768px) {

  .payments-sec4 .payments-sec4-img {

    max-width: 700px;

    position: absolute;

    bottom: 0;

    left: 50%;

  }

}



@media (min-width: 992px) {

  .payments-sec4 .payments-sec4-img {

    max-width: 750px;

    position: absolute;

    bottom: 0;

    left: 50%;

  }

}



@media (min-width: 1200px) {

  .payments-sec4 .payments-sec4-img {

    max-width: 810px;

    position: absolute;

    bottom: 0;

    left: 50%;

  }

}



.payments-sec5 {

  padding-top: 60px;

  padding-bottom: 60px;

}



@media (min-width: 768px) {

  .payments-sec5 {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .payments-sec5 {

    padding-top: 100px;

    padding-bottom: 120px;

  }

}



@media (min-width: 768px) {

  .payments-sec5 .sec-heading {

    margin-bottom: 60px;

  }

}



@media (min-width: 1200px) {

  .payments-sec5 .sec-heading {

    margin-bottom: 80px;

  }

}



.payments-sec5 .sec-heading h2 {

  position: relative;

  padding-top: 62px;

}



.payments-sec5 .sec-heading h2:before {

  content: "";

  display: block;

  width: 42px;

  height: 42px;

  background: url("../img/invoicesherpa-icon.svg") no-repeat center;

  background-size: 42px;

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;

  right: 0;

}



.payments-sec5 .row > div {

  margin-bottom: 30px;

  text-align: center;

  color: #263340;

}



@media (min-width: 768px) {

  .payments-sec5 .row > div {

    margin-bottom: 10px;

  }

  .payments-sec5 .row > div a {

    opacity: 0;

  }

  .payments-sec5 .row > div .hover-wrap {

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    max-width: 360px;

    display: block;

    margin-left: auto;

    margin-right: auto;

    padding-top: 20px;

    padding-bottom: 30px;

    border-radius: 6px;

  }

  .payments-sec5 .row > div:hover .hover-wrap {

    box-shadow: 0px 6px 60px 0px rgba(38, 51, 64, 0.08);

  }

  .payments-sec5 .row > div:hover a {

    opacity: 1;

  }

}



.payments-sec5 .row > div p {

  max-width: 180px;

  display: block;

  margin-left: auto;

  margin-right: auto;

  line-height: 1.5;

}



.payments-sec5 .row > div a {

  font-size: 14px;

}



@media (min-width: 992px) {

  .payments-sec5 .row > div a {

    font-size: 16px;

  }

}



.payments-sec5 .row > div .img-wrap {

  height: 272px;

  text-align: center;

}



.payments-sec5 .row > div .img-wrap img {

  display: block;

  margin: 0 auto;

  width: auto;

}



.payments-sec5 .row > div:nth-child(1) .img-wrap img {

  max-height: 181px;

  position: relative;

  top: 40px;

}



.payments-sec5 .row > div:nth-child(2) .img-wrap img {

  max-height: 272px;

}



.payments-sec5 .row > div:nth-child(3) .img-wrap img {

  max-height: 272px;

}



/* ////====== SUBSCRIPTIONS STYLES =====//// */

.subscriptions-sec1 p,

.subscriptions-sec2 p,

.subscriptions-sec3 p,

.subscriptions-sec4 p,

.subscriptions-sec5 p,

.subscriptions-sec6 p {

  font-size: 14px;

}



@media (min-width: 992px) {

  .subscriptions-sec1 p,

  .subscriptions-sec2 p,

  .subscriptions-sec3 p,

  .subscriptions-sec4 p,

  .subscriptions-sec5 p,

  .subscriptions-sec6 p {

    font-size: 16px;

  }

}



.subscriptions-sec1 {

  padding-top: 80px;

  padding-bottom: 20px;

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .subscriptions-sec1 {

    padding-top: 100px;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec1 {

    padding-bottom: 50px;

  }

}



.subscriptions-sec1 .sec-heading {

  margin-bottom: 60px;

}



@media (min-width: 768px) {

  .subscriptions-sec1 .sec-heading {

    margin-bottom: 90px;

  }

}



.subscriptions-sec1 .sec-heading h2 {

  position: relative;

  padding-top: 62px;

}



.subscriptions-sec1 .sec-heading h2:before {

  content: "";

  display: block;

  width: 32px;

  height: 25px;

  background: url("../img/icon-subscriptions-sec1.png") no-repeat center;

  background-size: 32px 25px;

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;

  right: 0;

}



.subscriptions-sec1 .row > div {

  text-align: center;

  margin-bottom: 40px;

}



.subscriptions-sec1 .row > div .icon-wrap {

  height: 36px;

  margin-bottom: 15px;

}



.subscriptions-sec1 .row > div .icon-wrap span {

  color: #14abf4;

  font-size: 36px;

}



.subscriptions-sec1 .row > div h3 {

  font-size: 16px;

  font-weight: 500;

}



.subscriptions-sec1 .row > div p {

  max-width: 350px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 768px) {

  .subscriptions-sec1 .row > div p {

    font-size: 15px;

  }

}



.subscriptions-sec2 {

  padding-top: 80px;

  padding-bottom: 40px;

  position: relative;

  overflow: hidden;

  background-image: -webkit-linear-gradient(top, #fff 50%, #e5f3fc 100%);

  background-image: linear-gradient(to bottom, #fff 50%, #e5f3fc 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE5F3FC', GradientType=0);

}



@media (min-width: 768px) {

  .subscriptions-sec2 {

    padding-top: 100px;

    padding-bottom: 160px;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec2 {

    padding-top: 140px;

    padding-bottom: 160px;

  }

}



@media (max-width: 767px) {

  .subscriptions-sec2 .img-subscriptions-sec2 {

    max-width: 400px;

    height: auto;

    display: block;

    margin: 0 auto;

    position: relative;

    margin-top: 20px;

    bottom: -40px;

  }

}



@media (max-width: 480px) {

  .subscriptions-sec2 .img-subscriptions-sec2 {

    max-width: 85%;

    height: auto;

    display: block;

    margin: 0 auto;

    position: relative;

    margin-top: 20px;

    bottom: -40px;

  }

}



@media (min-width: 768px) {

  .subscriptions-sec2 .img-subscriptions-sec2 {

    max-width: 430px;

    position: absolute;

    bottom: -30px;

    right: 52%;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec2 .img-subscriptions-sec2 {

    max-width: 499px;

    position: absolute;

    bottom: -50px;

    right: 57%;

  }

}



.subscriptions-sec3 {

  padding-top: 80px;

  padding-bottom: 80px;

  position: relative;

  overflow: hidden;

  background: #e5f3fc;

}



@media (min-width: 768px) {

  .subscriptions-sec3 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec3 {

    padding-top: 140px;

    padding-bottom: 140px;

  }

}



.subscriptions-sec3 .row > div {

  text-align: center;

  margin-bottom: 40px;

}



.subscriptions-sec3 .row > div h3 {

  font-size: 20px;

}



@media (min-width: 768px) {

  .subscriptions-sec3 .row > div h3 {

    font-size: 24px;

    margin-bottom: 15px;

  }

}



.subscriptions-sec3 .row > div p {

  max-width: 520px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.subscriptions-sec3 .subscription-cards {

  max-width: 304px;

  display: block;

  margin: 0 auto;

  margin-bottom: 30px;

  position: relative;

  right: -1%;

}



.subscriptions-sec3 .subscriptions-well {

  background: #fff;

  padding: 40px;

  padding-bottom: 100px;

  margin-top: 40px;

  border-top-left-radius: 6px;

  border-top-right-radius: 6px;

  position: relative;

}



.subscriptions-sec3 .subscriptions-well:after {

  content: "";

  display: block;

  height: 55px;

  position: absolute;

  margin: auto;

  left: 0;

  right: 0;

  bottom: 0;

  background: #fff url("../img/bg-well-cta.png") no-repeat center bottom;

  background-size: cover;

}



@media (min-width: 768px) {

  .subscriptions-sec3 .subscriptions-well {

    margin-top: 60px;

    padding-top: 50px;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec3 .subscriptions-well {

    padding-top: 80px;

    margin-top: 70px;

  }

}



.subscriptions-sec3 .subscriptions-well .subscriptions-well-wrap {

  max-width: 940px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 768px) {

  .subscriptions-sec3 .subscriptions-well .subscriptions-well-text {

    position: relative;

    padding-right: 200px;

  }

}



.subscriptions-sec3 .subscriptions-well .subscriptions-well-text .heading2 {

  color: #14abf4;

}



.subscriptions-sec3 .subscriptions-well .btn {

  margin-top: 20px;

}



@media (min-width: 768px) {

  .subscriptions-sec3 .subscriptions-well .btn {

    margin-top: 0;

    position: absolute;

    top: 30%;

    right: 0;

  }

}



.subscriptions-sec4 {

  padding-top: 80px;

  padding-bottom: 80px;

  position: relative;

  overflow: hidden;

  background-image: -webkit-linear-gradient(top, #e5f3fc 0%, #fff 50%);

  background-image: linear-gradient(to bottom, #e5f3fc 0%, #fff 50%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5F3FC', endColorstr='#FFFFFFFF', GradientType=0);

}



@media (min-width: 768px) {

  .subscriptions-sec4 {

    padding-top: 100px;

    padding-bottom: 160px;

    margin-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec4 {

    padding-top: 140px;

    padding-bottom: 200px;

    margin-bottom: 100px;

  }

}



@media (max-width: 767px) {

  .subscriptions-sec4 .payments-sec4-img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    margin-top: 60px;

  }

}



@media (min-width: 768px) {

  .subscriptions-sec4 .payments-sec4-img {

    max-width: 700px;

    position: absolute;

    bottom: 0;

    left: 50%;

  }

}



@media (min-width: 992px) {

  .subscriptions-sec4 .payments-sec4-img {

    max-width: 750px;

    position: absolute;

    bottom: 0;

    left: 50%;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec4 .payments-sec4-img {

    max-width: 824px;

    position: absolute;

    bottom: 0;

    left: 50%;

  }

}



.subscriptions-sec5 {

  padding-top: 80px;

  padding-bottom: 80px;

  position: relative;

  overflow: hidden;

  border-bottom: 1px solid #eef3f9;

}



@media (min-width: 768px) {

  .subscriptions-sec5 {

    padding-top: 140px;

    padding-bottom: 140px;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec5 {

    padding-top: 160px;

    padding-bottom: 160px;

  }

}



@media (max-width: 767px) {

  .subscriptions-sec5 .payments-sec5-img {

    max-width: 460px;

    height: auto;

    display: block;

    margin: 0 auto;

    margin-top: 20px;

  }

}



@media (max-width: 480px) {

  .subscriptions-sec5 .payments-sec5-img {

    max-width: 90%;

  }

}



@media (min-width: 768px) {

  .subscriptions-sec5 .payments-sec5-img {

    max-width: 470px;

    position: absolute;

    top: 60px;

    left: 50%;

  }
  
    .subscriptions-sec5 .payments-sec6-img {

    max-width: 470px;

    position: absolute;

    top: 60px;

    right: 50%;

  }

}



@media (min-width: 992px) {

  .subscriptions-sec5 .payments-sec5-img {

    max-width: 500px;

    position: absolute;

    top: 60px;

    left: 52%;

  }
  
    .subscriptions-sec5 .payments-sec6-img {

    max-width: 500px;

    position: absolute;

    top: 60px;

    right: 52%;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec5 .payments-sec5-img {

    max-width: 618px;

    position: absolute;

    top: 60px;

    left: 52%;

  }
  
    .subscriptions-sec5 .payments-sec6-img {

    max-width: 618px;

    position: absolute;

    top: 60px;

    right: 52%;

  }

}



.subscriptions-sec6 {

  padding-top: 60px;

  padding-bottom: 60px;

}



@media (min-width: 768px) {

  .subscriptions-sec6 {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec6 {

    padding-top: 100px;

    padding-bottom: 120px;

  }

}



@media (min-width: 768px) {

  .subscriptions-sec6 .sec-heading {

    margin-bottom: 60px;

  }

}



@media (min-width: 1200px) {

  .subscriptions-sec6 .sec-heading {

    margin-bottom: 80px;

  }

}



.subscriptions-sec6 .sec-heading h2 {

  position: relative;

  padding-top: 62px;

}



.subscriptions-sec6 .sec-heading h2:before {

  content: "";

  display: block;

  width: 42px;

  height: 42px;

  background: url("../img/invoicesherpa-icon.svg") no-repeat center;

  background-size: 42px;

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;

  right: 0;

}



.subscriptions-sec6 .row > div {

  margin-bottom: 30px;

  text-align: center;

  color: #263340;

}



@media (min-width: 768px) {

  .subscriptions-sec6 .row > div {

    margin-bottom: 10px;

  }

  .subscriptions-sec6 .row > div a {

    opacity: 0;

  }

  .subscriptions-sec6 .row > div .hover-wrap {

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    max-width: 360px;

    display: block;

    margin-left: auto;

    margin-right: auto;

    padding-bottom: 20px;

    border-radius: 6px;

  }

  .subscriptions-sec6 .row > div:hover .hover-wrap {

    box-shadow: 0px 6px 60px 0px rgba(38, 51, 64, 0.08);

  }

  .subscriptions-sec6 .row > div:hover a {

    opacity: 1;

  }

}


/*
.subscriptions-sec6 .row > div p {

  max-width: 180px;

  display: block;

  margin-left: auto;

  margin-right: auto;

  line-height: 1.5;

}*/



.subscriptions-sec6 .row > div a {

  font-size: 16px;

}



.subscriptions-sec6 .row > div .img-wrap {

  height: 250px;

  text-align: center;

}



@media (min-width: 768px) {

  .subscriptions-sec6 .row > div .img-wrap {

    height: 272px;

  }

}



.subscriptions-sec6 .row > div .img-wrap img {

  display: block;

  margin: 0 auto;

  width: auto;

}



.subscriptions-sec6 .row > div:nth-child(1) .img-wrap img {

  max-height: 134px;

  position: relative;

  top: 70px;

}



.subscriptions-sec6 .row > div:nth-child(2) .img-wrap img {

  max-height: 272px;

}



.subscriptions-sec6 .row > div:nth-child(3) .img-wrap img {

  max-height: 181px;

  position: relative;

  top: 40px;

}



/* ////====== PRICING STYLES =====//// */

.pricing-sec1 {

  padding-top: 50px;

  padding-bottom: 50px;

}



@media (min-width: 768px) {

  .pricing-sec1 {

    padding-top: 50px;

    padding-bottom: 70px;

  }

}



@media (min-width: 1200px) {

  .pricing-sec1 {

    padding-top: 60px;

    padding-bottom: 110px;

  }

}



.pricing-sec1 .sec-heading {

  margin-bottom: 20px;

}



.pricing-sec1 .sec-heading .heading1 {

  margin-bottom: 10px;

}



@media (min-width: 1400px) and (min-height: 801px) {

  .pricing-sec1 .sec-heading .heading1 {

    font-size: 48px;

  }

}



.pricing-sec1 .pricing-option {

  text-align: center;

  margin-bottom: 60px;

}



@media (min-width: 768px) {

  .pricing-sec1 .pricing-option {

    position: relative;

    right: -40px;

  }

}



@media (min-width: 1200px) {

  .pricing-sec1 .pricing-option {

    margin-bottom: 70px;

  }

}



.pricing-sec1 .pricing-option p {

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

}



.pricing-sec1 .pricing-option p.active {

  color: #67b930;

}



@media (min-width: 768px) {

  .pricing-sec1 .pricing-option p {

    display: inline-block;

  }

}



.pricing-sec1 .pricing-option .toggle-input {

  display: block;

  margin-left: auto;

  margin-right: auto;

  height: 28px;

  margin-top: 10px;

  margin-bottom: 10px;

}



@media (min-width: 768px) {

  .pricing-sec1 .pricing-option .toggle-input {

    display: inline-block;

    margin: 0 20px;

    position: relative;

    top: 8px;

  }

}



.pricing-sec1 .pricing-option .toggle-input > label {

  display: inline-block;

}



@media (min-width: 768px) {

  .pricing-sec1 .row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }

}



.pricing-sec1 .row > div {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 30px;

}



.pricing-sec1 .row .pricing-item {

  background: #fff;

  text-align: center;

  border: 1px solid #eef3f9;

  border-radius: 4px;

  padding: 30px;

  padding-bottom: 100px;

  min-height: 400px;

  max-width: 370px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 768px) and (max-width: 991px) {

  .pricing-sec1 .row .pricing-item {

    padding: 40px 20px;

    padding-bottom: 100px;

    font-size: 14px;

  }

}



@media (min-width: 1200px) {

  .pricing-sec1 .row .pricing-item {

    padding: 40px 60px;

    padding-bottom: 130px;

  }

}



.pricing-sec1 .row .pricing-item h2 {

  font-size: 20px;

  color: #5f7080;

  font-weight: normal;

  margin-bottom: 30px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .pricing-sec1 .row .pricing-item h2 {

    font-size: 18px;

  }

}



@media (min-width: 1200px) {

  .pricing-sec1 .row .pricing-item h2 {

    margin-bottom: 50px;

  }

}



.pricing-sec1 .row .pricing-item h2 span {

  display: block;

  font-size: 16px;

  color: #67b930;

  margin-top: 5px;

}



.pricing-sec1 .row .pricing-item h3 {

  color: #14abf4;

  font-size: 40px;

  margin-bottom: 20px;

  padding-bottom: 20px;

  border-bottom: 1px solid #eef3f9;

}



@media (min-width: 768px) and (max-width: 991px) {

  .pricing-sec1 .row .pricing-item h3 {

    font-size: 36px;

  }

}



@media (min-width: 1200px) {

  .pricing-sec1 .row .pricing-item h3 {

    font-size: 54px;

    margin-bottom: 30px;

    padding-bottom: 30px;

  }

}



.pricing-sec1 .row .pricing-item h3 span {

  display: block;

  color: #5f7080;

  font-size: 16px;

}



.pricing-sec1 .row .pricing-item .pricing-features {

  margin-bottom: 0;

}



.pricing-sec1 .row .pricing-item .pricing-features li {

  margin-bottom: 15px;

}



.pricing-sec1 .row .pricing-item .btn {

  position: absolute;

  margin: auto;

  max-width: 150px;

  left: 0;

  right: 0;

  bottom: 30px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .pricing-sec1 .row .pricing-item .btn {

    padding: 14px 20px;

    min-width: 160px;

  }

}



@media (min-width: 1200px) {

  .pricing-sec1 .row .pricing-item .btn {

    max-width: 185px;

    bottom: 40px;

  }

}



.pricing-sec1 .row .pricing-item.pricing-popular {

  border-top: 2px solid #67b930;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  box-shadow: 0px 6px 60px 0px rgba(0, 0, 0, 0.08);

}



@media (min-width: 768px) {

  .pricing-sec1 .row .pricing-item.pricing-popular h2 {

    margin-top: -15px;

  }

}



@media (min-width: 1200px) {

  .pricing-sec1 .row .pricing-item.pricing-popular h2 {

    margin-top: -20px;

  }

}



.pricing-sec2 {

  background: #e7f3fd url("../img/bg-pricing-sec1.jpg") no-repeat center;

  background-size: cover;

  padding-top: 60px;

  padding-bottom: 60px;

  position: relative;

}



.pricing-sec2:before {

  content: "";

  display: block;

  width: 50%;

  height: 100%;

  margin: auto;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  background-image: -webkit-linear-gradient(left, #d0ecfb 20%, rgba(255, 255, 255, 0) 100%);

  background-image: linear-gradient(to right, #d0ecfb 20%, rgba(255, 255, 255, 0) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD0ECFB', endColorstr='#00FFFFFF', GradientType=1);

}



@media (min-width: 768px) {

  .pricing-sec2 {

    background: #e7f3fd url("../img/bg-pricing-sec1.jpg") no-repeat left center;

    background-size: cover;

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .pricing-sec2 {

    padding-top: 100px;

    padding-bottom: 100px;

    background-position: left 80px center;

  }

}



.pricing-sec2 .pricing-card {

  max-width: 400px;

  margin-bottom: 0;

  position: relative;

  z-index: 2;

  padding: 25px;

}



.pricing-sec2 .pricing-card:before, .pricing-sec2 .pricing-card:after {

  content: "";

  display: table;

}



.pricing-sec2 .pricing-card:after {

  clear: both;

}



@media (min-width: 768px) {

  .pricing-sec2 .pricing-card {

    max-width: 565px;

    padding: 50px 60px;

  }

}



.pricing-sec2 .pricing-card .pricing-card-heading {

  margin-bottom: 30px;

}



.pricing-sec2 .pricing-card .pricing-card-heading:before, .pricing-sec2 .pricing-card .pricing-card-heading:after {

  content: "";

  display: table;

}



.pricing-sec2 .pricing-card .pricing-card-heading:after {

  clear: both;

}



.pricing-sec2 .pricing-card .pricing-card-heading h2 {

  font-size: 16px;

  float: left;

  font-weight: normal;

  margin-bottom: 0;

}



.pricing-sec2 .pricing-card .pricing-card-heading .question {

  float: right;

  position: relative;

  top: -2px;

}



.pricing-sec2 .pricing-card .select-control {

  margin-bottom: 30px;

}



.pricing-sec2 .pricing-card .pricing-card-item {

  margin-bottom: 20px;

  float: left;

  margin-right: 35px;

}



@media (min-width: 768px) {

  .pricing-sec2 .pricing-card .pricing-card-item {

    margin-right: 70px;

  }

}



.pricing-sec2 .pricing-card .pricing-card-item h3 {

  margin-bottom: 0;

  color: #14abf4;

  font-size: 24px;

}



@media (min-width: 768px) {

  .pricing-sec2 .pricing-card .pricing-card-item h3 {

    font-size: 36px;

  }

}



.pricing-sec3 {

  padding-top: 60px;

  padding-bottom: 30px;

  border-bottom: 1px solid #eef3f9;

}



@media (min-width: 768px) {

  .pricing-sec3 {

    padding-top: 80px;

    padding-bottom: 50px;

  }

}



.pricing-sec3 .row div {

  text-align: center;

  margin-bottom: 30px;

}



.pricing-sec3 .row div > span {

  font-size: 32px;

  color: #14abf4;

  display: inline-block;

  margin-bottom: 15px;

}



.pricing-sec3 .row div:nth-child(2) > span, .pricing-sec3 .row div:nth-child(3) > span {

  font-size: 34px;

}



.pricing-sec3 .row div p {

  max-width: 360px;

  text-align: left;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 1200px) {

  .pricing-sec3 .row div p {

    text-align: justify;

  }

}



/* ////====== ACCOUNT PAYABLE STYLES =====//// */

.acc-payable-sec1 {

  padding-top: 60px;

  padding-bottom: 60px;

}



@media (min-width: 768px) {

  .acc-payable-sec1 {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .acc-payable-sec1 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



.acc-payable-sec1 .sec-heading {

  margin-bottom: 60px;

}



@media (min-width: 768px) {

  .acc-payable-sec1 .sec-heading {

    margin-bottom: 90px;

  }

}



.acc-payable-sec1 .sec-heading h2 {

  position: relative;

  padding-top: 62px;

}



.acc-payable-sec1 .sec-heading h2:before {

  content: "";

  display: block;

  width: 42px;

  height: 28px;

  background: url("../img/icon-payments-sec1.png") no-repeat center;

  background-size: 42px 28px;

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;

  right: 0;

}



.acc-payable-sec1 .row > div {

  text-align: center;

  margin-bottom: 40px;

}



.acc-payable-sec1 .row > div .icon-wrap {

  height: 36px;

  margin-bottom: 15px;

}



.acc-payable-sec1 .row > div .icon-wrap span {

  color: #14abf4;

  font-size: 36px;

}



.acc-payable-sec1 .row > div h3 {

  font-size: 16px;

  font-weight: 500;

}



.acc-payable-sec1 .row > div p {

  max-width: 350px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 768px) {

  .acc-payable-sec1 .row > div p {

    font-size: 15px;

  }

}



.acc-payable-sec2 {

  padding-top: 60px;

  padding-bottom: 60px;

  background-image: -webkit-linear-gradient(top, #fff 50%, #e5f3fc 100%);

  background-image: linear-gradient(to bottom, #fff 50%, #e5f3fc 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE5F3FC', GradientType=0);

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .acc-payable-sec2 {

    padding-top: 120px;

    padding-bottom: 120px;

  }

}



@media (min-width: 1200px) {

  .acc-payable-sec2 {

    padding-top: 160px;

    padding-bottom: 160px;

  }

}



@media (max-width: 767px) {

  .acc-payable-sec2 .acc-payable-sec2-img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

  }

}



@media (min-width: 768px) {

  .acc-payable-sec2 .acc-payable-sec2-img {

    max-width: 600px;

    position: absolute;

    top: 20px;

    right: 45%;

  }

}



@media (min-width: 1200px) {

  .acc-payable-sec2 .acc-payable-sec2-img {

    max-width: 742px;

    position: absolute;

    top: 30px;

    right: 50%;

  }

}



.acc-payable-sec3 {

  padding-top: 60px;

  padding-bottom: 60px;

  background: #e5f3fc;

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .acc-payable-sec3 {

    padding-top: 150px;

    padding-bottom: 170px;

  }

}



@media (min-width: 1200px) {

  .acc-payable-sec3 {

    padding-top: 170px;

    padding-bottom: 200px;

  }

}



.acc-payable-sec3 .media {

  margin-top: 40px;

}



@media (max-width: 767px) {

  .acc-payable-sec3 .acc-payable-sec3-img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    position: relative;

    top: 40px;

    left: -7%;

  }

}



@media (min-width: 768px) {

  .acc-payable-sec3 .acc-payable-sec3-img {

    max-width: 480px;

    position: absolute;

    bottom: 20px;

    left: 47%;

  }

}



@media (min-width: 1200px) {

  .acc-payable-sec3 .acc-payable-sec3-img {

    max-width: 595px;

    position: absolute;

    bottom: 20px;

    left: 50%;

  }

}



.acc-payable-sec4 {

  padding-top: 60px;

  padding-bottom: 60px;

  background: #e5f3fc;

  position: relative;

  overflow: hidden;

}



.acc-payable-sec4:before {

  content: "";

  display: block;

}



@media (max-width: 767px) {

  .acc-payable-sec4:before {

    background-image: -webkit-linear-gradient(top, #e5f3fc 20%, rgba(255, 255, 255, 0) 95%);

    background-image: linear-gradient(to bottom, #e5f3fc 20%, rgba(255, 255, 255, 0) 95%);

    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5F3FC', endColorstr='#00FFFFFF', GradientType=0);

    height: 500px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 2;

  }

}



@media (min-width: 768px) {

  .acc-payable-sec4:before {

    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 20%, #e5f3fc 95%);

    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, #e5f3fc 95%);

    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFE5F3FC', GradientType=1);

    width: 48%;

    height: 100%;

    position: absolute;

    z-index: 2;

    margin: auto;

    top: 0;

    right: 52%;

    left: auto;

    bottom: 0;

  }

}



.acc-payable-sec4:after {

  content: "";

  display: block;

  background: url("../img/bg-acc-payable4.jpg") no-repeat center;

  background-size: cover;

}



@media (max-width: 767px) {

  .acc-payable-sec4:after {

    height: 500px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    background-position: top center;

  }

}



@media (min-width: 768px) {

  .acc-payable-sec4:after {

    width: 48%;

    height: 100%;

    position: absolute;

    margin: auto;

    top: 0;

    left: auto;

    right: 52%;

    bottom: 0;

  }

}



@media (min-width: 768px) {

  .acc-payable-sec4 {

    padding-top: 220px;

    padding-bottom: 220px;

  }

}



@media (min-width: 1200px) {

  .acc-payable-sec4 {

    padding-top: 250px;

    padding-bottom: 200px;

  }

}



.acc-payable-sec4 .row {

  position: relative;

  z-index: 3;

}



@media (max-width: 767px) {

  .acc-payable-sec4 .acc-payable-sec4-img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    position: relative;

    z-index: 3;

    margin-top: 20px;

  }

}



@media (min-width: 768px) {

  .acc-payable-sec4 .acc-payable-sec4-img {

    max-width: 440px;

    z-index: 3;

    position: absolute;

    top: 50px;

    right: 45%;

  }

}



@media (min-width: 1200px) {

  .acc-payable-sec4 .acc-payable-sec4-img {

    max-width: 472px;

    z-index: 3;

    position: absolute;

    top: 70px;

    right: 45%;

  }

}



.acc-payable-sec5 {

  padding-top: 80px;

  padding-bottom: 80px;

  background-image: -webkit-linear-gradient(top, #e5f3fc 0%, #fff 50%);

  background-image: linear-gradient(to bottom, #e5f3fc 0%, #fff 50%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5F3FC', endColorstr='#FFFFFFFF', GradientType=0);

  border-bottom: 1px solid #eef3f9;

  position: relative;

  overflow: hidden;

  border-bottom: 1px solid #eef3f9;

}



@media (min-width: 768px) {

  .acc-payable-sec5 {

    padding-top: 180px;

    padding-bottom: 180px;

  }

}



@media (min-width: 1200px) {

  .acc-payable-sec5 {

    padding-top: 200px;

    padding-bottom: 200px;

  }

}



@media (max-width: 767px) {

  .acc-payable-sec5 .acc-payable-sec5-img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    margin-top: 20px;

  }

}



@media (min-width: 768px) {

  .acc-payable-sec5 .acc-payable-sec5-img {

    max-width: 500px;

    position: absolute;

    top: 60px;

    left: 47%;

  }

}



@media (min-width: 1200px) {

  .acc-payable-sec5 .acc-payable-sec5-img {

    max-width: 552px;

    position: absolute;

    top: 80px;

    left: 50%;

  }

}



/* ////====== ACCOUNT RECEIVABLE STYLES =====//// */

.acc-receivable-sec1 {

  padding-top: 60px;

  padding-bottom: 60px;

  border-bottom: 1px solid #eef3f9;

}



@media (min-width: 768px) {

  .acc-receivable-sec1 {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .acc-receivable-sec1 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



.acc-receivable-sec1 .sec-heading {

  margin-bottom: 60px;

}



@media (min-width: 768px) {

  .acc-receivable-sec1 .sec-heading {

    margin-bottom: 90px;

  }

}



.acc-receivable-sec1 .sec-heading h2 {

  position: relative;

  padding-top: 62px;

}



.acc-receivable-sec1 .sec-heading h2:before {

  content: "";

  display: block;

  width: 42px;

  height: 28px;

  background: url("../img/icon-payments-sec1.png") no-repeat center;

  background-size: 42px 28px;

  position: absolute;

  margin: auto;

  top: 0;

  left: 0;

  right: 0;

}



.acc-receivable-sec1 .row > div {

  text-align: center;

  margin-bottom: 40px;

}



.acc-receivable-sec1 .row > div .icon-wrap {

  height: 36px;

  margin-bottom: 15px;

}



.acc-receivable-sec1 .row > div .icon-wrap span {

  color: #14abf4;

  font-size: 36px;

}



.acc-receivable-sec1 .row > div h3 {

  font-size: 16px;

  font-weight: 500;

}



.acc-receivable-sec1 .row > div p {

  max-width: 350px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 768px) {

  .acc-receivable-sec1 .row > div p {

    font-size: 15px;

  }

}



.acc-receivable-sec2 {

  padding-top: 60px;

  padding-bottom: 60px;

  background-image: -webkit-linear-gradient(top, #fff 50%, #e5f3fc 100%);

  background-image: linear-gradient(to bottom, #fff 50%, #e5f3fc 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE5F3FC', GradientType=0);

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .acc-receivable-sec2 {

    padding-top: 150px;

    padding-bottom: 150px;

  }

}



@media (min-width: 1200px) {

  .acc-receivable-sec2 {

    padding-top: 180px;

    padding-bottom: 180px;

  }

}



@media (max-width: 767px) {

  .acc-receivable-sec2 .acc-receivable-sec2-img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    margin-top: 20px;

  }

}



@media (min-width: 768px) {

  .acc-receivable-sec2 .acc-receivable-sec2-img {

    max-width: 550px;

    position: absolute;

    top: 130px;

    right: 46%;

  }

}



@media (min-width: 1200px) {

  .acc-receivable-sec2 .acc-receivable-sec2-img {

    max-width: 730px;

    position: absolute;

    top: 140px;

    right: 48%;

  }

}



.acc-receivable-sec3 {

  padding-top: 60px;

  padding-bottom: 60px;

  background: #e5f3fc;

  position: relative;

  overflow: hidden;

}



@media (min-width: 768px) {

  .acc-receivable-sec3 {

    padding-top: 250px;

    padding-bottom: 250px;

  }

}



@media (min-width: 1200px) {

  .acc-receivable-sec3 {

    padding-top: 290px;

    padding-bottom: 290px;

  }

}



.acc-receivable-sec3:before {

  content: "";

  display: block;

}



@media (max-width: 767px) {

  .acc-receivable-sec3:before {

    background-image: -webkit-linear-gradient(top, #e5f3fc 20%, rgba(255, 255, 255, 0) 95%);

    background-image: linear-gradient(to bottom, #e5f3fc 20%, rgba(255, 255, 255, 0) 95%);

    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5F3FC', endColorstr='#00FFFFFF', GradientType=0);

    height: 500px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 2;

  }

}



@media (min-width: 768px) {

  .acc-receivable-sec3:before {

    background-image: -webkit-linear-gradient(left, #e5f3fc 0%, rgba(255, 255, 255, 0) 60%);

    background-image: linear-gradient(to right, #e5f3fc 0%, rgba(255, 255, 255, 0) 60%);

    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5F3FC', endColorstr='#00FFFFFF', GradientType=1);

    width: 50%;

    height: 100%;

    position: absolute;

    z-index: 2;

    margin: auto;

    top: 0;

    left: 50%;

    right: auto;

    bottom: 0;

  }

}



.acc-receivable-sec3:after {

  content: "";

  display: block;

  background: url("../img/bg-acc-receivable3.jpg") no-repeat left center;

  background-size: cover;

}



@media (max-width: 767px) {

  .acc-receivable-sec3:after {

    height: 500px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    background-position: top center;

  }

}



@media (min-width: 768px) {

  .acc-receivable-sec3:after {

    width: 50%;

    height: 100%;

    position: absolute;

    margin: auto;

    top: 0;

    right: auto;

    left: 50%;

    bottom: 0;

  }

}



.acc-receivable-sec3 .row {

  position: relative;

  z-index: 3;

}



@media (max-width: 767px) {

  .acc-receivable-sec3 .acc-receivable-sec3-img {

    max-width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    position: relative;

    z-index: 3;

    margin-top: 20px;

  }

}



@media (min-width: 768px) {

  .acc-receivable-sec3 .acc-receivable-sec3-img {

    max-width: 440px;

    z-index: 3;

    position: absolute;

    top: 80px;

    left: 46%;

  }

}



@media (min-width: 1200px) {

  .acc-receivable-sec3 .acc-receivable-sec3-img {

    max-width: 472px;

    z-index: 3;

    position: absolute;

    top: 110px;

    left: 48%;

  }

}



.acc-receivable-sec4 {

  padding-top: 80px;

  padding-bottom: 80px;

  position: relative;

  overflow: hidden;

  background: #e5f3fc;

}



@media (min-width: 768px) {

  .acc-receivable-sec4 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



@media (min-width: 1200px) {

  .acc-receivable-sec4 {

    padding-top: 140px;

    padding-bottom: 140px;

  }

}



.acc-receivable-sec4 .row > div {

  text-align: center;

  margin-bottom: 40px;

}



.acc-receivable-sec4 .row > div h3 {

  font-size: 20px;

}



@media (min-width: 768px) {

  .acc-receivable-sec4 .row > div h3 {

    font-size: 24px;

    margin-bottom: 15px;

  }

}



.acc-receivable-sec4 .row > div p {

  max-width: 520px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.acc-receivable-sec4 .subscription-cards {

  max-width: 354px;

  display: block;

  margin: 0 auto;

  margin-bottom: 10px;

  position: relative;

  right: -2%;

}



.acc-receivable-sec4 .subscriptions-well {

  background: #fff;

  padding: 40px;

  padding-bottom: 100px;

  margin-top: 40px;

  border-top-left-radius: 6px;

  border-top-right-radius: 6px;

  position: relative;

}



.acc-receivable-sec4 .subscriptions-well:after {

  content: "";

  display: block;

  height: 55px;

  position: absolute;

  margin: auto;

  left: 0;

  right: 0;

  bottom: 0;

  background: #fff url("../img/bg-well-cta.png") no-repeat center bottom;

  background-size: cover;

}



@media (min-width: 768px) {

  .acc-receivable-sec4 .subscriptions-well {

    margin-top: 60px;

    padding-top: 50px;

  }

}



@media (min-width: 1200px) {

  .acc-receivable-sec4 .subscriptions-well {

    padding-top: 80px;

    margin-top: 70px;

  }

}



.acc-receivable-sec4 .subscriptions-well .subscriptions-well-wrap {

  max-width: 940px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 768px) {

  .acc-receivable-sec4 .subscriptions-well .subscriptions-well-text {

    position: relative;

    padding-right: 200px;

  }

}



.acc-receivable-sec4 .subscriptions-well .subscriptions-well-text .heading2 {

  color: #14abf4;

}



.acc-receivable-sec4 .subscriptions-well .subscriptions-well-text p {

  max-width: 500px;

}



.acc-receivable-sec4 .subscriptions-well .btn {

  margin-top: 20px;

}



@media (min-width: 768px) {

  .acc-receivable-sec4 .subscriptions-well .btn {

    margin-top: 0;

    position: absolute;

    top: 30%;

    right: 0;

  }

}



.acc-receivable-sec5 {

  background-image: -webkit-linear-gradient(top, #e5f3fc 0%, #fff 50%);

  background-image: linear-gradient(to bottom, #e5f3fc 0%, #fff 50%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5F3FC', endColorstr='#FFFFFFFF', GradientType=0);

  padding-top: 80px;

  padding-bottom: 80px;

  position: relative;

  overflow: hidden;

  border-bottom: 1px solid #eef3f9;

}



@media (min-width: 768px) {

  .acc-receivable-sec5 {

    padding-top: 160px;

    padding-bottom: 160px;

  }

}



@media (min-width: 1200px) {

  .acc-receivable-sec5 {

    padding-top: 180px;

    padding-bottom: 180px;

  }

}



@media (max-width: 767px) {

  .acc-receivable-sec5 .payments-sec5-img {

    max-width: 460px;

    height: auto;

    display: block;

    margin: 0 auto;

    margin-top: 20px;

  }

}



@media (max-width: 480px) {

  .acc-receivable-sec5 .payments-sec5-img {

    max-width: 90%;

  }

}



@media (min-width: 768px) {

  .acc-receivable-sec5 .payments-sec5-img {

    max-width: 470px;

    position: absolute;

    top: 50px;

    right: 50%;

  }

}



@media (min-width: 992px) {

  .acc-receivable-sec5 .payments-sec5-img {

    max-width: 500px;

    position: absolute;

    top: 50px;

    right: 52%;

  }

}



@media (min-width: 1200px) {

  .acc-receivable-sec5 .payments-sec5-img {

    max-width: 552px;

    position: absolute;

    top: 50px;

    right: 52%;

  }

}



.acc-receivable-sec6 .row > div:nth-child(1) .img-wrap img {

  max-height: 134px;

  position: relative;

  top: 60px;

}



.acc-receivable-sec6 .row > div:nth-child(2) .img-wrap img {

  max-height: 181px;

  position: relative;

  top: 40px;

}



.acc-receivable-sec6 .row > div:nth-child(3) .img-wrap img {

  max-height: 272px;

}



/* ////====== ABOUT STYLES =====//// */

.about-sec1 {

  padding-top: 60px;

  padding-bottom: 60px;

}



@media (min-width: 768px) {

  .about-sec1 {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .about-sec1 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



.about-sec2 .about-img-wrap {

  min-height: 400px;

  background-color: #263340;

  background-size: cover;

  background-repeat: no-repeat;

}



@media (min-width: 768px) {

  .about-sec2 .about-img-wrap {

    width: 50%;

    min-height: 600px;

    float: left;

  }

}



@media (min-width: 1200px) {

  .about-sec2 .about-img-wrap {

    min-height: 700px;

  }

}



@media (min-width: 1400px) {

  .about-sec2 .about-img-wrap {

    min-height: 750px;

  }

}



.about-sec3 {

  padding-top: 60px;

  padding-bottom: 60px;

  border-bottom: 1px solid #eef3f9;

}



@media (min-width: 768px) {

  .about-sec3 {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



@media (min-width: 1200px) {

  .about-sec3 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



@media (min-width: 768px) {

  .about-sec3 .row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }

  .about-sec3 .row > div:nth-child(1) {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }

  .about-sec3 .row > div:nth-child(1) img {

    margin: auto;

  }

}



.about-sec3 .about-invoicesherpa-logo {

  width: 100px;

  height: 100px;

  display: block;

  margin: 0 auto;

  margin-bottom: 40px;

}



@media (min-width: 768px) {

  .about-sec3 .about-invoicesherpa-logo {

    width: 115px;

    height: 115px;

    margin-bottom: 0;

  }

}



.about-sec4 {

  padding-top: 100px;

  padding-bottom: 200px;

  text-align: center;

  background: url("../img/bg-about-links.jpg") no-repeat;

  background-position: center bottom;

  background-size: 300%;

}



@media (min-width: 480px) {

  .about-sec4 {

    background-size: 200%;

  }

}



@media (min-width: 768px) {

  .about-sec4 {

    padding-bottom: 250px;

    background-size: cover;

    background-position: center bottom -150px;

  }

}



@media (min-width: 1200px) {

  .about-sec4 {

    padding-top: 110px;

    padding-bottom: 400px;

  }

}



.about-sec4 .about-social-links h2 {

  font-size: 16px;

  font-weight: normal;

  color: #5f7080;

  margin-bottom: 40px;

}



@media (min-width: 768px) {

  .about-sec4 .about-social-links h2 {

    margin-bottom: 80px;

  }

}



.about-sec4 .about-social-links > div {

  margin-bottom: 40px;

}



.about-sec4 .about-social-links > div img {

  margin-bottom: 10px;

  height: auto;

}



.about-sec4 .about-social-links > div img.about-linkedin {

  max-width: 44px;

}



.about-sec4 .about-social-links > div img.about-twitter {

  max-width: 48px;

}



.about-sec4 .about-social-links > div img.about-facebook {

  max-width: 22px;

}



.about-sec4 .about-contact {

  min-width: auto !important;

  max-width: 190px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



@media (min-width: 768px) {

  .about-sec4 .about-contact {

    position: relative;

    top: 10px;

  }

}



/* ////====== CONTACT STYLES =====//// */

.contact-sec1 {

  padding-top: 100px;

  text-align: center;

  position: relative;

  height: 450px;

}


.contact_new.contact-sec1:after {
    background: rgba(0, 0, 0, 0) url("../img/bg-about-links.jpg") no-repeat scroll center top / cover ;
    bottom: 0;
    content: "";
    display: block;
    height: 300px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
}



@media (min-width: 480px) {

  .contact_new.contact-sec1:after {

    background-size: cover;

  }

}



@media (min-width: 768px) {

  .contact_new.contact-sec1:after {

    height: 400px;

    background-size: cover;

  }

}



@media (min-width: 1200px) {

  .contact_new.contact-sec1:after {

    height: 450px;

    background-size: cover;

  }

}



@media (min-width: 1600px) {

  .contact_new.contact-sec1:after {

    height: 500px;

    background-size: cover;

  }

}



@media (min-width: 1800px) {

  .contact_new.contact-sec1:after {

    height: 550px;

    background-size: cover;

  }

}
.contact-top-logo {
    margin-bottom: 15px;
}


@media (min-width: 768px) {

  .contact-sec1 {

    padding-top: 85px;

    padding-bottom: 140px;

    height: 550px;

  }

}



@media (min-width: 1200px) {

  .contact-sec1 {

    padding-top: 85px;

    padding-bottom: 140px;

    height: 470px;

  }

}



.contact-sec1 .contact-texts {

  position: relative;

  z-index: 2;

}



.contact-sec1 h1 {

  font-size: 40px;

  color: #5f7080;

}



@media (min-width: 768px) {

  .contact-sec1 h1 {

    margin-bottom: 20px;

    font-size: 45px;

  }

}



@media (min-width: 1200px) {

  .contact-sec1 h1 {

    margin-bottom: 20px;

    font-size: 50px;

  }

}



.contact-sec1 .contact-number {

  color: #263340;

  font-size: 30px;

  font-weight: 300;

}



@media (min-width: 480px) {

  .contact-sec1 .contact-number {

    font-size: 40px;

  }

}



@media (min-width: 768px) {

  .contact-sec1 .contact-number {

    font-size: 45px;

  }

}



@media (min-width: 1200px) {

  .contact-sec1 .contact-number {

    font-size: 54px;

  }

}



.contact-sec1 .contact-email {

  font-size: 18px;

  font-weight: 300;

}



@media (min-width: 768px) {

  .contact-sec1 .contact-email {

    font-size: 24px;

  }

}



.contact-sec2 {

  padding-top: 60px;

  padding-bottom: 20px;

}



@media (min-width: 768px) {

  .contact-sec2 {

    padding-top: 80px;

    padding-bottom: 40px;

  }

}



@media (min-width: 1200px) {

  .contact-sec2 {

    padding-top: 100px;

    padding-bottom: 80px;

  }

}



.contact-sec2 .row > div {

  margin-bottom: 40px;

}



.contact-sec2 h2 {

  font-size: 18px;

  font-weight: normal;

}



@media (min-width: 768px) {

  .contact-sec2 h2 {

    font-size: 20px;

    margin-bottom: 25px;

  }

}



.contact-sec2 .contact-form {

  max-width: 500px;

}



@media (min-width: 768px) {

  .contact-sec2 .contact-form {

    max-width: 600px;

  }

}



.contact-sec2 .contact-help {

  max-width: 400px;

}



.contact-sec3 .map-heading {

  padding: 30px 15px;

  text-align: center;

  border-top: 1px solid #eef3f9;

  border-bottom: 1px solid #eef3f9;

}



@media (min-width: 768px) {

  .contact-sec3 .map-heading {

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.contact-sec3 .map-heading h2 {

  font-size: 16px;

  margin-bottom: 0;

  font-weight: 500;

}



.contact-sec3 .map-container iframe {

  width: 100%;

  display: block;

  pointer-events: none;

  position: relative;

}



.contact-sec3 .map-container iframe.clicked {

  pointer-events: auto;

}



/* ////====== STYLE GUIDE STYLES =====//// */

.guide {

  display: block;

  margin-left: auto;

  margin-right: auto;

  margin-top: -70px;

}



@media (min-width: 1301px) {

  .guide {

    margin-top: -80px;

  }

}



.guide-hero {

  text-align: center;

  color: #fff;

  padding: 100px 15px;

  background: #14abf4;

}



.guide-hero h1 {

  color: #fff;

  font-size: 30px;

  font-weight: 300;

}



.guide-heading {

  font-size: 14px;

  color: #263340;

  text-transform: uppercase;

  margin-bottom: 60px;

  font-weight: bold;

}



.guide-heading span {

  color: #8998a6;

  display: inline-block;

  margin-right: 5px;

}



.guide-section {

  margin-top: 100px;

  margin-bottom: 100px;

  padding-bottom: 100px;

  padding-left: 15px;

  padding-left: 15px;

  border-bottom: 1px solid #f4f4f4;

  max-width: 800px;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.guide-section:last-child {

  border-bottom: 0;

  margin-bottom: 0;

}



.guide-footer {

  padding-top: 30px;

  padding-bottom: 30px;

  border-top: 1px solid #f4f4f4;

  text-align: center;

}



.guide-footer p {

  font-size: 14px;

  color: #8998a6;

}



.colors .color-wrap {

  text-align: center;

  width: 100px;

  float: left;

  margin-right: 30px;

  margin-bottom: 40px;

}



.colors .color-wrap .color-item {

  display: block;

  width: 100px;

  height: 100px;

  border-radius: 50%;

  background: #eee;

  margin-bottom: 10px;

  text-align: center;

  line-height: 105px;

  color: #fff;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: bold;

}



.colors .color-wrap p {

  color: #8998a6;

  font-size: 14px;

}



.color-set1 .color-wrap:nth-child(1) .color-item {

  background: #14abf4;

}



.color-set1 .color-wrap:nth-child(2) .color-item {

  background: #67b930;

}



.color-set1 .color-wrap:nth-child(3) .color-item {

  background: #ff1744;

}



.color-set1 .color-wrap:nth-child(4) .color-item {

  background: #ffdb00;

}



.color-set1 .color-wrap:nth-child(5) .color-item {

  background: #ff6f00;

}



.color-set1 .color-wrap:nth-child(6) .color-item {

  background: #ffa000;

}



.color-set2 .color-wrap:nth-child(1) .color-item {

  background: #5f7080;

}



.color-set2 .color-wrap:nth-child(2) .color-item {

  background: #263340;

}



.color-set2 .color-wrap:nth-child(3) .color-item {

  background: #8998a6;

}



.color-set2 .color-wrap:nth-child(4) .color-item {

  background: #f4f8fc;

  color: #5f7080;

}



.typo-font {

  font-size: 16px;

  color: #8998a6;

  line-height: 1.2;

}



.typo-font span {

  display: inline-block;

  color: #263340;

  font-size: 40px;

  margin-right: 15px;

}



.typo-font.light span {

  font-weight: 300 !important;

}



.typo-font.medium span {

  font-weight: 500 !important;

}



.typo-font.semi-bold span {

  font-weight: 600 !important;

}



.typo-font.regular span {

  font-weight: 400 !important;

}



.typo-font.bold span {

  font-weight: bold !important;

}



.button-set {

  margin-bottom: 20px;

}



.button-set .btn {

  margin-right: 10px;

  margin-bottom: 10px;

}



.button-set.btn-sizes .btn:nth-child(1) {

  position: relative;

  top: -4px;

}



.button-set.btn-sizes .btn:nth-child(2) {

  position: relative;

  top: -2px;

}



.guide-form .form-control.hover {

  border-color: #14abf4;

}



.guide-form .form-group {

  margin-bottom: 60px;

}



.guide-form .options-inline {

  margin-right: 40px;

}



.guide-form .toggle-input {

  display: inline-block;

  margin-right: 40px;

}



/*!--------------------------------------------------------------------

STYLES "Outdated Browser"

Version:    1.1.2 - 2015

author:     Burocratik

website:    http://www.burocratik.com

* @preserve

-----------------------------------------------------------------------*/

#outdated {

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  padding: 100px;

  text-align: center;

  text-transform: uppercase;

  z-index: 999999;

  background-color: #f25648;

  background-color: rgba(242, 86, 72, 0.98);

  color: #ffffff;

}



#outdated h6 {

  font-size: 25px;

  line-height: 25px;

  margin-bottom: 10px;

  color: #fff;

}



#outdated p {

  font-size: 12px;

  line-height: 12px;

  margin: 0;

}



#outdated #btnUpdateBrowser {

  display: block;

  position: relative;

  padding: 10px 20px;

  margin: 30px auto 0;

  width: 230px;

  /*need for IE*/

  color: #ffffff;

  text-decoration: none;

  border: 2px solid #ffffff;

  cursor: pointer;

}



#outdated #btnUpdateBrowser:hover {

  color: #f25648;

  background-color: #ffffff;

}



#outdated .last {

  position: absolute;

  top: 10px;

  right: 25px;

  width: 20px;

  height: 20px;

}



#outdated .last[dir='rtl'] {

  right: auto !important;

  left: 25px !important;

}



#outdated #btnCloseUpdateBrowser {

  display: block;

  position: relative;

  width: 100%;

  height: 100%;

  text-decoration: none;

  color: #ffffff;

  font-size: 36px;

  line-height: 36px;

}



* html #outdated {

  position: absolute;

}



/**

 * Owl Carousel v2.1.0

 * Copyright 2013-2016 David Deutsch

 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)

 */

/*

 *  Owl Carousel - Core

 */

.owl-carousel {

  display: none;

  width: 100%;

  -webkit-tap-highlight-color: transparent;

  /* position relative and z-index fix webkit rendering fonts issue */

  position: relative;

  z-index: 1;

}



.owl-carousel .owl-stage {

  position: relative;

  -ms-touch-action: pan-Y;

}



.owl-carousel .owl-stage:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}



.owl-carousel .owl-stage-outer {

  position: relative;

  overflow: hidden;

  /* fix for flashing background */

  -webkit-transform: translate3d(0px, 0px, 0px);

}



.owl-carousel .owl-item {

  position: relative;

  min-height: 1px;

  float: left;

  -webkit-backface-visibility: hidden;

  -webkit-tap-highlight-color: transparent;

  -webkit-touch-callout: none;

}



.owl-carousel .owl-nav.disabled,

.owl-carousel .owl-dots.disabled {

  display: none;

}



.owl-carousel .owl-nav .owl-prev,

.owl-carousel .owl-nav .owl-next,

.owl-carousel .owl-dot {

  cursor: pointer;

  cursor: hand;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



.owl-carousel.owl-loaded {

  display: block;

}



.owl-carousel.owl-loading {

  opacity: 0;

  display: block;

}



.owl-carousel.owl-hidden {

  opacity: 0;

}



.owl-carousel.owl-refresh .owl-item {

  display: none;

}



.owl-carousel.owl-drag .owl-item {

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



.owl-carousel.owl-grab {

  cursor: move;

  cursor: -webkit-grab;

  cursor: grab;

}



.owl-carousel.owl-rtl {

  direction: rtl;

}



.owl-carousel.owl-rtl .owl-item {

  float: right;

}



/* No Js */

.no-js .owl-carousel {

  display: block;

}



/*

 *  Owl Carousel - Animate Plugin

 */

.owl-carousel .animated {

  -webkit-animation-duration: 1000ms;

  animation-duration: 1000ms;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}



.owl-carousel .owl-animated-in {

  z-index: 0;

}



.owl-carousel .owl-animated-out {

  z-index: 1;

}



.owl-carousel .fadeOut {

  -webkit-animation-name: fadeOut;

  animation-name: fadeOut;

}



@-webkit-keyframes fadeOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}



@keyframes fadeOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}



/*

 * 	Owl Carousel - Auto Height Plugin

 */

.owl-height {

  -webkit-transition: height 500ms ease-in-out;

  transition: height 500ms ease-in-out;

}



/*

 * 	Owl Carousel - Lazy Load Plugin

 */

.owl-carousel .owl-item .owl-lazy {

  opacity: 0;

  -webkit-transition: opacity 400ms ease;

  transition: opacity 400ms ease;

}



.owl-carousel .owl-item img.owl-lazy {

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

}



/*

 * 	Owl Carousel - Video Plugin

 */

.owl-carousel .owl-video-wrapper {

  position: relative;

  height: 100%;

  background: #000;

}



.owl-carousel .owl-video-play-icon {

  position: absolute;

  height: 80px;

  width: 80px;

  left: 50%;

  top: 50%;

  margin-left: -40px;

  margin-top: -40px;

  background: url("owl.video.play.png") no-repeat;

  cursor: pointer;

  z-index: 1;

  -webkit-backface-visibility: hidden;

  transition: -webkit-transform 100ms ease;

  -webkit-transition: -webkit-transform 100ms ease;

  transition: transform 100ms ease;

  transition: transform 100ms ease, -webkit-transform 100ms ease;

}



.owl-carousel .owl-video-play-icon:hover {

  -webkit-transform: scale(1.3, 1.3);

  transform: scale(1.3, 1.3);

}



.owl-carousel .owl-video-playing .owl-video-tn,

.owl-carousel .owl-video-playing .owl-video-play-icon {

  display: none;

}



.owl-carousel .owl-video-tn {

  opacity: 0;

  height: 100%;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;

  -webkit-transition: opacity 400ms ease;

  transition: opacity 400ms ease;

}



.owl-carousel .owl-video-frame {

  position: relative;

  z-index: 1;

  height: 100%;

  width: 100%;

}



.owl-controls {

  margin-top: 10px;

  text-align: center;

  -webkit-tap-highlight-color: transparent;

}



.owl-controls .owl-nav [class*=owl-] {

  color: #fff;

  font-size: 14px;

  margin: 5px;

  padding: 4px 7px;

  background: #d6d6d6;

  display: inline-block;

  cursor: pointer;

  border-radius: 3px;

}



.owl-controls .owl-nav [class*=owl-]:hover {

  background: #869791;

  color: #fff;

  text-decoration: none;

}



.owl-controls .owl-nav .disabled {

  opacity: .5;

  cursor: default;

}



.owl-dots .owl-dot {

  display: inline-block;

  zoom: 1;

  *display: inline;

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

}



.owl-dots .owl-dot span {

  width: 8px;

  height: 8px;

  margin: 5px;

  background: #d7effb;

  display: block;

  -webkit-backface-visibility: visible;

  -webkit-transition: opacity 200ms ease;

  transition: opacity 200ms ease;

  border-radius: 30px;

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

}



.owl-dots .owl-dot.active span,

.owl-dots .owl-dot:hover span {

  background: #38b1eb;

  -webkit-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;

}





/*# sourceMappingURL=styles.css.map */