/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

[role="button"] {
  cursor: pointer;
}

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

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

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-2 {
    width: 16.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

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

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

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

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

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

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

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

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

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

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

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

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

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

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

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

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

.panel-body {
  padding: 15px;
}

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

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2015;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

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

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

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

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

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

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

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

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

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

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

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

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

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

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=bootstrap.css.map */
@font-face {
  font-family: "Tanav-Lato-Black";
  src: url("https://tc.tennis.com.au/Content/LotoFont/Lato-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Tanav-Lato-Heavy";
  src: url("https://tc.tennis.com.au/Content/LotoFont/Lato-Heavy.ttf") format("truetype");
}

@font-face {
  font-family: "Tanav-Lato-Medium";
  src: url("https://tc.tennis.com.au/Content/LotoFont/Lato-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Tanav-Lato-Light";
  src: url("https://tc.tennis.com.au/Content/LotoFont/Lato-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Tanav-Lato-Regular";
  src: url("https://tc.tennis.com.au/Content/LotoFont/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Tanav-Lato-Bold";
  src: url("https://tc.tennis.com.au/Content/LotoFont/Lato-Bold.ttf") format("truetype");
}

#tanavContainer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  background: #fff;
  font-weight: normal;
  font-family: Tanav-Lato-Regular;
  box-shadow: 4px 2px 4px !important;
  height: 100%;
  z-index: 3000;
  position: relative;
}

#tanavContainer div,
#tanavContainer span,
#tanavContainer object,
#tanavContainer iframe,
#tanavContainer h1,
#tanavContainer h2,
#tanavContainer h3,
#tanavContainer h4,
#tanavContainer h5,
#tanavContainer h6,
#tanavContainer p,
#tanavContainer blockquote,
#tanavContainer pre,
#tanavContainer a,
#tanavContainer abbr,
#tanavContainer acronym,
#tanavContainer address,
#tanavContainer big,
#tanavContainer cite,
#tanavContainer code,
#tanavContainer del,
#tanavContainer dfn,
#tanavContainer em,
#tanavContainer img,
#tanavContainer ins,
#tanavContainer kbd,
#tanavContainer q,
#tanavContainer s,
#tanavContainer samp,
#tanavContainer small,
#tanavContainer strike,
#tanavContainer strong,
#tanavContainer sub,
#tanavContainer sup,
#tanavContainer tt,
#tanavContainer var,
#tanavContainer b,
#tanavContainer u,
#tanavContainer i,
#tanavContainer center,
#tanavContainer dl,
#tanavContainer dt,
#tanavContainer dd,
#tanavContainer ol,
#tanavContainer ul,
#tanavContainer li,
#tanavContainer fieldset,
#tanavContainer form,
#tanavContainer label,
#tanavContainer legend,
#tanavContainer table,
#tanavContainer caption,
#tanavContainer tbody,
#tanavContainer tfoot,
#tanavContainer thead,
#tanavContainer tr,
#tanavContainer th,
#tanavContainer td,
#tanavContainer article,
#tanavContainer aside,
#tanavContainer canvas,
#tanavContainer details,
#tanavContainer embed,
#tanavContainer figure,
#tanavContainer figcaption,
#tanavContainer footer,
#tanavContainer header,
#tanavContainer hgroup,
#tanavContainer menu,
#tanavContainer nav,
#tanavContainer output,
#tanavContainer ruby,
#tanavContainer section,
#tanavContainer summary,
#tanavContainer time,
#tanavContainer mark,
#tanavContainer audio,
#tanavContainer video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#tanavContainer a,
#tanavContainer a img,
#tanavContainer .Icons {
  border: none;
  outline: none;
  text-decoration: none;
}

#tanavContainer #tanavContent {
  height: 35px;
}

#tanavContainer .ta-nav-memberProfileImage {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

#tanavContainer Body {
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  background: #6e6e6e;
  z-index: 1000000;
}

#tanavContainer #tanavContainerBody {
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  background: #6e6e6e;
  z-index: 1000000;
}

#tanavContainer #tanavLoginContent {
  box-shadow: 0 3px 10px #777 !important;
}

#tanavContainer .clrGrey {
  background-color: #6e6e6e !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

#tanavContainer .clrBlue {
  background-color: #0091d2 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

#tanavContainer .ta-nav-UsernameBGColor {
  width: 50%;
  height: 35px;
  background: #8b8b8b;
  position: absolute;
  right: 0;
  z-index: -1;
  display: none;
}

#tanavContainer .ta-nav-UsernameFixBGColor {
  width: 471px;
  height: 35px;
  background: #6e6e6e;
  position: absolute;
  left: 0;
}

#tanavContainer .ta-nav-MoreoptionLinkBody {
  background: #6e6e6e;
  color: #fff;
  font-family: tanav-lato-regular;
  font-size: 13px;
  position: absolute;
  width: 216px;
  padding-bottom: 10px;
  text-transform: uppercase;
  left: -23px;
  display: none;
  z-index: 100;
}

#tanavContainer .ta-nav-MoreoptionLinks {
  line-height: 28px;
  padding: 0 10px;
  cursor: pointer;
}

#tanavContainer .ta-nav-MoreoptionLinks:hover {
  background: #0091d2;
}

#tanavContainer #tanavMoreoptionLinkPlaceholder a:hover {
  color: #fff !important;
}

#tanavContainer .topNavBottomShadow {
  background: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(11,11,11,0) 100%);
  height: 5px;
  position: relative;
  width: 100%;
  top: 0;
}

#tanavContainer #tanavPatnreLinkText1 {
  width: 110px;
}

#tanavContainer #tanavPatnreLinkText2 {
  width: 93px;
}

#tanavContainer #tanavPatnreLinkText3 {
  width: 57px;
}

#tanavContainer #tanavPatnreLinkText4 {
  width: 70px;
}

#tanavContainer #tanavPatnreLinkText5 {
  width: 40px;
}

#tanavContainer .ta-nav-spnNotificationIcon {
  background: #D8D701;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 15px;
  left: 40px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 13px;
  width: 15px;
}

#tanavContainer .ta-nav-MemberProfile {
  cursor: pointer;
  float: right;
  font-size: 16px;
  font-weight: 700;
  max-width: 168px;
  position: relative;
  text-align: center;
  border-radius: 0 0 0 17px;
  -webkit-box-shadow: -3px 0 0 #555;
  -moz-box-shadow: -3px 0 0 #555;
  box-shadow: -3px 0 0 #555;
  padding: 0 20px;
  height: 35px;
  display: none;
  background: #8b8b8b;
}

#tanavContainer .ta-nav-MemberDropDown {
  background-color: #8b8b8b;
  border: 0 solid #8b8b8b;
  box-shadow: 1px 1px 2px #9e9e9e;
  display: none;
  float: left;
  font-family: Tanav-Lato-Regular;
  font-size: 12px;
  left: 61px;
  overflow: hidden;
  position: absolute;
  top: 35px;
  width: 125px;
  z-index: 23233333;
}

#tanavContainer .ta-nav-MemberDropDown-innerShadow {
  background: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(11,11,11,0) 100%);
  height: 5px;
  position: relative;
  top: 0;
}

#tanavContainer .ta-nav-MemberName {
  color: #fff;
  float: left;
  overflow: hidden;
  text-align: left;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
  font-family: Tanav-Lato-Bold;
  font-size: 12px;
  margin: 12px auto 12px 16px;
  text-transform: uppercase;
}

#tanavContainer .ta-nav-MemberImage {
  border-radius: 50%;
  float: left;
  height: 25px;
  width: 25px;
  margin: 5px auto;
  background-size: cover;
}

#tanavContainer .ta-nav-ProfileDetails {
  cursor: pointer;
  height: 35px;
  padding: 0 18px;
}

#tanavContainer .ta-nav-LogoutIcon {
  background: url("https://tc.tennis.com.au/TA/Images/logout_hover.svg") no-repeat;
  display: block;
  float: left;
  height: 18px;
  margin: 8px auto;
  width: 35px;
}

#tanavContainer .ta-nav-LogoutHoverIcon {
  background: url("https://tc.tennis.com.au/TA/Images/logout_hover.svg") no-repeat;
  display: block;
  float: left;
  height: 18px;
  margin: 8px auto;
  width: 35px;
}

#tanavContainer .ta-nav-ProfileDetails:hover {
  background: #D8D701;
}

#tanavContainer .ta-nav-ProfileDetails:hover .ta-nav-profileText {
  color: #fff;
}

#tanavContainer .ta-nav-profileText {
  color: #fff;
  display: block;
  float: left;
  margin: 12px auto;
}

#tanavContainer .ta-nav-profileIcon {
  background: url("https://tc.tennis.com.au/TA/Images/profile_hover.svg") no-repeat;
  display: block;
  float: left;
  height: 23px;
  margin: 6px auto;
  width: 35px;
}

#tanavContainer .ta-nav-profileHoverIcon {
  background: url("https://tc.tennis.com.au/TA/Images/profile_hover.svg") no-repeat;
  display: block;
  float: left;
  height: 23px;
  margin: 6px auto;
  width: 35px;
}

#tanavContainer #tanavDivProfileDetails {
  margin-top: 10px;
}

#tanavContainer #tanavDivLogout {
  margin-bottom: 10px;
}

#tanavContainer #tanavArrowForProfileView {
  float: left;
  height: 20px;
  margin-top: 11px;
  margin: 8px auto;
  width: 24px;
  background-position: center;
}

#tanavContainer .ta-nav-ProfileArrow {
  background: url("https://tc.tennis.com.au/TA/Images/arrow-forward.svg") no-repeat right 5px;
}

#tanavContainer .ta-nav-profileDownArrow {
  background: url("https://tc.tennis.com.au/TA/Images/arrow-down.svg") no-repeat right 5px;
}

#tanavContainer * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#tanavContainer *:before,
#tanavContainer *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#tanavContainer body,
#tanavContainer a,
#tanavContainer p,
#tanavContainer span,
#tanavContainer div,
#tanavContainer h1,
#tanavContainer h2,
#tanavContainer h3,
#tanavContainer h4,
#tanavContainer h5,
#tanavContainer h6,
#tanavContainer ul,
#tanavContainer ol {
  color: inherit;
}

@media only screen and (max-width:480px) {
  #tanavContainer .ta-nav-UsernameBGColor,
  #tanavContainer .ta-nav-UsernameFixBGColor {
    display: none !important;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  #tanavContainer .ta-nav-UsernameBGColor {
    width: 22% !important;
    height: 35px;
    background: #8b8b8b;
    position: absolute;
    right: 0;
    z-index: -1;
    display: none !important;
  }
}

@media only screen and (max-width:480px) {
  #tanavContainer .ta-nav-ProfileHolder {
    float: right;
    width: 50%;
    max-width: 160px;
  }

  #tanavContainer .ta-nav-MemberProfile {
    width: 190px;
  }

  #tanavContainer #tanavGroupContent {
    margin: 0 auto;
    height: 35px;
  }

  #tanavContainer Body {
    position: relative;
  }

  #tanavContainer #tanavLogo,
  #tanavContainer #tanavlink {
    display: none;
  }

  #tanavContainer .ta-nav-Homelinks {
    display: none;
  }

  #tanavContainer .ta-nav-IENotificationBar {
    display: none;
  }

  #tanavContainer .ta-nav-MemberSignin {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-family: Tanav-Lato-Light;
    font-weight: 700;
    float: right;
    border-radius: 0 0 0 20px;
    display: block;
    background: #8b8b8b;
  }

  #tanavContainer .ta-nav-LoginButton {
    float: left;
    padding: 12px 0;
    color: #fff;
    width: 95px;
    font-size: 11px;
    border-radius: 0 0 0 17px;
    -webkit-box-shadow: -3px 0 0 #555;
    -moz-box-shadow: -3px 0 0 #555;
    box-shadow: -3px 0 0 #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background: #6e6e6e;
  }

  #tanavContainer .ta-nav-SignUpButton {
    float: left;
    padding: 12px 0;
    color: #fff;
    width: 65px;
    font-size: 11px;
    border-radius: 0 0 0 17px;
    -webkit-box-shadow: -3px 0 0 #555;
    -moz-box-shadow: -3px 0 0 #555;
    box-shadow: -3px 0 0 #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background: #8b8b8b;
  }

  #tanavContainer .ta-nav-CanvasBodyContainer {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    max-width: 960px;
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  #tanavContainer #tanavLogo,
  #tanavContainer #tanav_TennisLogo,
  #tanavContainer #tanav_TennisLink,
  #tanavContainer #tanavlink {
    display: none !important;
  }

  #tanavContainer .ta-nav-Homelinks {
    display: none !important;
  }
}

@media only screen and (min-width:481px) and (max-width:1024px) {
  #tanavContainer .ta-nav-LogoContainer {
    float: left;
    width: 150px;
    min-height: 35px;
  }

  #tanavContainer #tanav_TennisLink {
    float: right !important;
  }

  #tanavContainer .ta-nav-TennisLogo {
    background: #fff;
    height: 144px;
    width: 150px;
    position: relative;
    z-index: 501;
  }

  #tanavContainer #tanavGroupContent {
    margin: 0 auto;
    max-width: 960px;
    height: 35px;
  }

  #tanavContainer .ta-nav-LogoSpace {
    height: 35px;
  }

  #tanavContainer .ta-nav-LogoBody {
    margin: 0 auto;
  }

  #tanavContainer .ta-nav-CanvasBodyContainer {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    max-width: 960px;
  }

  #tanavContainer #tanav_TennisLogo a {
    background: url("https://tc.tennis.com.au/TA/Images/Navbar_Logo.svg") no-repeat;
    height: 62px;
    width: 69%;
    bottom: 28px;
    left: 14%;
    display: block;
    position: absolute;
    background-position: center;
  }

  #tanavContainer #tanav_TennisLogo1 a {
    background: url("https://tc.tennis.com.au/TA/Images/Navbar_Logo.svg") no-repeat;
    height: 62px;
    width: 103.5px;
    display: block;
    background-position: center;
  }

  #tanavContainer .ta-nav-Homelinks {
    font-family: Tanav-Lato-Medium;
  }

  #tanavContainer .ta-nav-Homelinks,
  #tanavContainer .ta-nav-item {
    float: left;
    position: relative;
  }

  #tanavContainer .ta-nav-Name {
    display: none;
    float: left;
    line-height: 35px;
    white-space: nowrap;
    color: #fff;
    font-family: Tanav-Lato-Bold;
    font-size: 11px;
  }

  #tanavContainer .ta-nav-siteImage {
    display: block;
    float: left;
    height: 28px;
    margin: 0 5px;
    width: 28px;
    margin-top: 4px;
  }

  #tanavContainer .nav1 {
    background: url("https://tc.tennis.com.au/TA/Images/NavAusOpen.svg") no-repeat;
  }

  #tanavContainer .nav2 {
    background: url("https://tc.tennis.com.au/TA/Images/NavTournament.svg") no-repeat;
  }

  #tanavContainer .nav3 {
    background: url("https://tc.tennis.com.au/TA/Images/NavLeauge.svg") no-repeat;
  }

  #tanavContainer .nav4 {
    background: url("https://tc.tennis.com.au/TA/Images/hotshots_PanelLink.svg") no-repeat;
  }

  #tanavContainer .nav5 {
    background: url("https://tc.tennis.com.au/TA/Images/NavMore.svg") no-repeat;
  }

  #tanavContainer .ta-nav-item a.ta-nav-primaryLink {
    background-color: #6e6e6e;
    border-radius: 0 0 17px;
    box-shadow: 4px 0 1px -1px #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 35px;
    margin: 0 4px 0 0;
    padding-left: 1px;
    padding-right: 5px;
    min-width: 36px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }

  #tanavContainer .ta-nav-Link {
    background-color: #6e6e6e;
    border-radius: 0 0 17px;
    box-shadow: 4px 0 1px -1px #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    color: #f6f6f9;
    cursor: pointer;
    font-size: 11px;
    height: 25px;
    margin: 0 4px 0 0;
    padding: 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Tanav-Lato-Medium;
    margin-right: 5px;
    width: 118px;
  }

  #tanavContainer .ta-nav-parterlink {
    padding: 8px 7px;
    text-align: right;
    width: 118px;
    float: right;
  }

  #tanavContainer .ta-nav-ProfileHolder {
    float: right;
    max-width: 200px;
  }

  #tanavContainer .ta-nav-MemberProfile {
    width: 190px !important;
  }

  #tanavContainer Body {
    position: relative;
  }

  #tanavContainer .ta-nav-IENotificationBar {
    display: none;
  }

  #tanavContainer .ta-nav-MemberSignin {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-family: Tanav-Lato-Light;
    font-weight: 700;
    float: right;
    border-radius: 0 0 0 20px;
    display: block;
    background: #8b8b8b;
  }

  #tanavContainer .ta-nav-SignUpButton {
    float: left;
    padding: 12px 0;
    color: #fff;
    width: 65px;
    font-size: 11px;
    border-radius: 0 0 0 17px;
    -webkit-box-shadow: -3px 0 0 #555;
    -moz-box-shadow: -3px 0 0 #555;
    box-shadow: -3px 0 0 #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background: #8b8b8b;
  }

  #tanavContainer .ta-nav-LoginButton {
    float: left;
    padding: 12px 0;
    color: #fff;
    width: 102px;
    font-size: 11px;
    border-radius: 0 0 0 17px;
    -webkit-box-shadow: -3px 0 0 #555;
    -moz-box-shadow: -3px 0 0 #555;
    box-shadow: -3px 0 0 #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background: #6e6e6e;
  }
}

@media only screen and (min-width:1025px) {
  #tanavContainer .ta-nav-LogoContainer {
    float: left;
    width: 150px;
    min-height: 35px;
  }

  #tanavContainer #tanav_TennisLink {
    float: right !important;
  }

  #tanavContainer .ta-nav-TennisLogo {
    background: #fff;
    height: 144px;
    width: 150px;
    position: relative;
    z-index: 501;
  }

  #tanavContainer #tanavGroupContent {
    margin: 0 auto;
    max-width: 960px;
    height: 35px;
  }

  #tanavContainer .ta-nav-LogoSpace {
    height: 35px;
  }

  #tanavContainer .ta-nav-LogoBody {
    margin: 0 auto;
  }

  #tanavContainer .ta-nav-CanvasBodyContainer {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 960px;
  }

  #tanavContainer #tanav_TennisLogo a {
    background: url("https://tc.tennis.com.au/TA/Images/Navbar_Logo.svg") no-repeat;
    height: 62px;
    width: 69%;
    bottom: 28px;
    left: 14%;
    position: absolute;
    display: block;
    background-position: center;
  }

  #tanavContainer #tanav_TennisLogo1 a {
    background: url("https://tc.tennis.com.au/TA/Images/Navbar_Logo.svg") no-repeat;
    height: 53px;
    width: 89px;
    display: block;
    background-position: center;
  }

  #tanavContainer .ta-nav-Homelinks {
    width: 57%;
    font-family: Tanav-Lato-Medium;
  }

  #tanavContainer .ta-nav-Homelinks,
  #tanavContainer .ta-nav-item {
    float: left;
    position: relative;
  }

  #tanavContainer .ta-nav-Name {
    display: none;
    float: left;
    line-height: 35px;
    white-space: nowrap;
    color: #fff;
    font-family: Tanav-Lato-Bold;
    font-size: 11px;
  }

  #tanavContainer .ta-nav-siteImage {
    display: block;
    float: left;
    height: 28px;
    margin: 0 5px;
    width: 28px;
    margin-top: 4px;
  }

  #tanavContainer .nav1 {
    background: url("https://tc.tennis.com.au/TA/Images/NavAusOpen.svg") no-repeat;
  }

  #tanavContainer .nav2 {
    background: url("https://tc.tennis.com.au/TA/Images/NavTournament.svg") no-repeat;
  }

  #tanavContainer .nav3 {
    background: url("https://tc.tennis.com.au/TA/Images/NavLeauge.svg") no-repeat;
  }

  #tanavContainer .nav4 {
    background: url("https://tc.tennis.com.au/TA/Images/hotshots_PanelLink.svg") no-repeat;
  }

  #tanavContainer .nav5 {
    background: url("https://tc.tennis.com.au/TA/Images/NavMore.svg") no-repeat;
  }

  #tanavContainer .ta-nav-item a.ta-nav-primaryLink {
    background-color: #6e6e6e;
    border-radius: 0 0 17px;
    box-shadow: 4px 0 1px -1px #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 35px;
    margin: 0 4px 0 0;
    padding-left: 1px;
    padding-right: 5px;
    min-width: 36px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }

  #tanavContainer .ta-nav-Link {
    background-color: #6e6e6e;
    border-radius: 0 0 17px;
    box-shadow: 4px 0 1px -1px #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    color: #f6f6f9;
    cursor: pointer;
    font-size: 11px;
    height: 25px;
    margin: 0 4px 0 0;
    padding: 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Tanav-Lato-Medium;
    margin-right: 5px;
    width: 118px;
  }

  #tanavContainer .ta-nav-parterlink {
    padding: 8px 7px;
    text-align: right;
    width: 118px;
    float: right;
  }

  #tanavContainer .ta-nav-parterlink:hover {
    color: #fff !important;
  }

  #tanavContainer .ta-nav-ProfileHolder {
    float: right;
    max-width: 200px;
  }

  #tanavContainer .ta-nav-MemberSignin {
    text-align: center;
    cursor: pointer;
    float: right;
    border-radius: 0 0 0 17px;
    display: block;
    background: #8b8b8b;
  }

  #tanavContainer .ta-nav-LoginButton {
    float: right;
    padding: 12px 0;
    color: #fff;
    width: 102px;
    font-size: 11px;
    border-radius: 0 0 0 17px;
    -webkit-box-shadow: -3px 0 0 #555;
    -moz-box-shadow: -3px 0 0 #555;
    box-shadow: -3px 0 0 #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background: #6e6e6e;
    font-family: Tanav-Lato-Medium;
  }

  #tanavContainer .ta-nav-SignUpButton {
    float: left;
    padding: 12px 0;
    color: #fff;
    width: 65px;
    font-size: 11px;
    border-radius: 0 0 0 17px;
    -webkit-box-shadow: -3px 0 0 #555;
    -moz-box-shadow: -3px 0 0 #555;
    box-shadow: -3px 0 0 #555;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background: #8b8b8b;
    font-family: Tanav-Lato-Medium;
  }

  #tanavContainer .ta-nav-moreArrow {
    display: block;
    padding: 0 18px 0 0;
    background: url("https://tc.tennis.com.au/TA/Images/more.png") no-repeat right 5px;
    background-size: 13px 9px;
  }

  #tanavContainer .ta-nav-moreArrowUp {
    display: block;
    padding: 0 18px 0 0;
    background: url("https://tc.tennis.com.au/TA/Images/more-selected.png") no-repeat right 4px;
    background-size: 12px 10px;
  }

  #tanavContainer .ta-nav-IENotificationBar {
    display: none;
    background-color: #c8261f;
    font-size: 14px;
  }

  #tanavContainer .ta-nav-CanvasContent {
    height: 450px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 35px;
    width: 1024px;
    z-index: 500;
    display: none;
  }

  #tanavContainer .tanavContentOverlay {
    width: 100%;
    position: absolute;
    background-color: #fff;
    opacity: .6;
    display: none;
    z-index: 999999;
    text-shadow: 0 0 8px #000;
  }

  #tanavContainer .ta-nav-CanvasBody {
    background-image: url('https://tc.tennis.com.au/TA/Images/RegistrationBG.png');
    position: absolute;
  }
}

@media screen and (min-width:768px) and (max-width:960px) {
  #tanavContainer .ta-nav-LogoBody {
    margin: 0 auto;
  }

  #tanavContainer #tanav_TennisLogo a {
    height: 62px;
    width: 69%;
    bottom: 28px;
    position: absolute;
    left: 14%;
  }

  #tanavContainer .ta-nav-TennisLogo {
    background: #fff;
    height: 144px;
    width: 130px;
    position: relative;
    z-index: 501;
  }

  #tanavContainer .ta-nav-LogoContainer {
    float: left;
    width: 130px;
    min-height: 35px;
  }
}

.page-header {
  margin-top: 0 !important;
}

@media screen and (min-width:961px) {
  #page-wrapper {
    margin-top: -37px !important;
  }
}

@media screen and (max-width:767px) {
  #page-wrapper {
    margin-top: 0 !important;
  }
}

@media screen and (min-width:768px) and (max-width:960px) {
  #page-wrapper {
    margin-top: -47px !important;
  }
}
#tanavContainer #tanavGroupContent {
  margin: 0!important;
  max-width: 100%!important;
}

#tanav_TennisLogo {
  display: none!important;
}

#tanav_TennisLink {
  display: block!important;
}

#tanavContainer .ta-nav-MemberDropDown {
  left: 62px!important;
}

#tanavContainer .ta-nav-UsernameBGColor {
  display: none!important;
}

#tanavContainer .ta-nav-MemberSignin {
  width: 100%!important;
}

#tanavContainer .ta-nav-MemberProfile {
  width: 200px!important;
  max-width: none!important;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}
/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.8
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/

/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.8
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Header Fixed
------------------------------------*/

.ie8 .header-fixed .header.header-fixed-shrink {
  background: #fff;
}

/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.8
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Breadcrumbs
------------------------------------*/

/*Default Breadcrumbs*/

.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #eee;
}

.breadcrumbs h1 {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
}

.breadcrumb {
  top: 10px;
  padding-right: 0;
  background: none;
  position: relative;
}

.breadcrumb a {
  color: #777;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #72c02c;
  text-decoration: none;
}

@media (max-width: 550px) {
  .breadcrumbs h1.pull-left,
  .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center;
  }

  .breadcrumbs h1.pull-left {
    margin-bottom: 0;
  }

  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px;
  }
}

/*Breadcrumbs Dark and Light*/

.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
  background: #222;
  padding: 30px 0 20px;
  border-bottom: solid 3px #777;
}

.breadcrumbs.breadcrumbs-light {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.breadcrumbs.breadcrumbs-dark h1,
.breadcrumbs.breadcrumbs-dark a,
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #fff;
  font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #555;
}

.breadcrumbs.breadcrumbs-dark h1 {
  font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
  font-size: 26px;
}

/*Breadcrumbs Sizes*/

.breadcrumbs-sm {
  padding: 50px 0;
}

.breadcrumbs-md {
  padding: 100px 0;
}

.breadcrumbs-lg {
  padding: 200px 0;
}

/*Breadcrumbs v1 and v3
------------------------------------*/

.breadcrumbs-v1,
.breadcrumbs-v3 {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/*Breadcrumbs v1
------------------------------------*/

.breadcrumbs-v1 {
  padding: 100px 0;
  position: relative;
  background-size: cover;
  /*Scales the background image to be as large as possible*/
}

.breadcrumbs-v1:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.15);
}

.breadcrumbs-v1 span,
.breadcrumbs-v1 h1 {
  color: #fff;
  z-index: 1;
  position: relative;
}

.breadcrumbs-v1 span {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 5px;
  display: inline-block;
}

.breadcrumbs-v1 h1 {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 55px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .breadcrumbs-v1 {
    padding: 50px 0;
  }

  .breadcrumbs-v1 h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

/*Breadcrumbs v2
------------------------------------*/

.breadcrumbs-v2 {
  text-align: center;
  position: relative;
}

.breadcrumbs-v2-in {
  padding: 80px 0;
  position: relative;
}

.breadcrumbs-v2 h1 {
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb-v2 li a,
.breadcrumb-v2 li.active {
  color: #fff;
}

.breadcrumb-v2 li i {
  color: #fff;
  min-width: 19px;
  padding: 3px 7px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fff;
}

/*Breadcrumbs v3
------------------------------------*/

.breadcrumbs-v3 {
  z-index: 1;
  padding: 100px 0;
  position: relative;
}

.breadcrumbs-v3.breadcrumbs-lg {
  padding: 200px 0;
}

.breadcrumbs-v3.img-v1 {
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v2 {
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v3 {
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.2);
}

.breadcrumbs-v3 h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.breadcrumbs-v3 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .breadcrumbs-v3,
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 50px 0;
  }

  .breadcrumbs-v3 h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .breadcrumbs-v3 p {
    font-size: 18px;
  }
}

/*Image Hover Effects
------------------------------------*/

/*Image Hover v1*/

.img-hover-v1 span {
  display: block;
  overflow: hidden;
  position: relative;
}

.img-hover-v1 span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.img-hover-v1:hover span:after {
  background: rgba(0,0,0,0.3);
}

.img-hover-v1 img,
.img-hover-v2 img,
.img-hover-v1 span:after {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.img-hover-v1:hover img {
  -transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/*Image Hover v2*/

.img-hover-v2 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.img-hover-v2:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/*Block Grid v1
------------------------------------*/

.block-grid-v1 {
  background: #fff;
  padding: 15px 15px 5px;
  border-bottom: solid 2px #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.block-grid-v1:hover {
  border-color: #72c02c;
}

.block-grid-v1 img {
  margin-bottom: 10px;
}

.block-grid-v1 img.block-grid-v1-img {
  width: 35px;
  height: 35px;
  margin-top: 8px;
}

.block-grid-v1.content-boxes-v1 img.pull-left {
  float: inherit !important;
}

.block-grid-v1 h3 a {
  font-size: 22px;
  font-weight: 200;
  margin-right: 10px;
}

.block-grid-v1.content-boxes-v1 h3 {
  margin-bottom: 0;
}

.block-grid-v1.content-boxes-v1 h3 a {
  color: #555;
}

/*Star Vote*/

.block-grid-v1 .star-vote {
  padding: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}

.block-grid-v1 .star-vote li {
  padding: 0;
  font-size: 11px;
  display: inline-block;
}

/*Additional Info*/

.block-grid-v1-add-info {
  margin: 0;
  padding-top: 15px;
  border-top: solid 1px #eee;
}

.block-grid-v1-add-info li {
  padding: 0;
  margin-right: 3px;
  margin-bottom: 10px;
}

.block-grid-v1-add-info li a {
  font-size: 11px;
  padding: 4px 7px;
  text-decoration: none;
  border: solid 2px #eee;
  border-radius: 3px !important;
}

/*Block Grid v2
------------------------------------*/

.block-grid-v2 {
  padding: 0;
}

.block-grid-v2 li {
  list-style: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}

.block-grid-v2-info {
  padding: 15px;
  text-align: center;
  background: #f9f9f9;
  border-bottom: solid 3px #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.block-grid-v2 li:hover .block-grid-v2-info {
  border-color: #72c02c;
}

.block-grid-v2-info h3 {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 10px;
}

.block-grid-v2-info .star-vote li {
  padding: 2px;
  font-size: 16px;
}

/*Services Box v1
------------------------------------*/

.service-box-v1 .service-block {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.service-box-v1 p {
  position: relative;
  margin-bottom: 50px;
}

.service-box-v1 p:after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #72c02c;
}

.service-box-v1 ul {
  padding: 0 40px;
}

.service-box-v1 li {
  margin: 8px 0;
  font-size: 15px;
  padding-top: 8px;
  border-top: dotted 1px #72c02c;
}

.service-box-v1 li:hover {
  color: #72c02c;
}

.service-box-v1 li:first-child {
  padding-top: 0;
  border-top: none;
}

/*Service Block v1
------------------------------------*/

.service-block-v1 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  padding: 45px 20px 20px;
  border: 1px solid #f2f2f2;
}

.service-block-v1 i {
  left: 50%;
  top: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 62px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #72c02c;
  display: inline-block;
}

.service-block-v1 h3,
.service-block-v1 p {
  margin-bottom: 20px;
}

/*Service Block v2 (used in page_404_error2.html)
------------------------------------*/

.service-block-v2 .service-block-in {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255,255,255,0.2);
}

.service-block-v2 .service-block-in i {
  font-size: 40px;
}

.service-block-v2 .service-block-in h4 {
  line-height: 25px;
}

.service-block-v2 .service-block-in p {
  margin-bottom: 20px;
}

.service-block-v2 .service-block-in i,
.service-block-v2 .service-block-in h4,
.service-block-v2 .service-block-in p {
  color: #fff;
}

/*Service Block v3 (used in profile pages)
------------------------------------*/

.service-block-v3 {
  padding: 20px;
}

.service-block-v3 i {
  color: #fff;
  float: left;
  font-size: 50px;
  margin: 0 20px 20px 0;
}

.service-block-v3 .service-heading,
.service-block-v3 .service-in small {
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

.service-block-v3 .service-in h4,
.service-block-v3 .counter {
  color: #fff;
}

.service-block-v3 .service-heading {
  font-size: 16px;
  text-transform: uppercase;
}

.service-block-v3 .counter {
  display: block;
  line-height: 1;
  font-size: 30px;
}

.service-block-v3 .progress {
  margin-bottom: 7px;
}

/*Service Innner*/

.service-block-v3 .service-in small {
  font-size: 16px;
  text-transform: uppercase;
}

.service-block-v3 .service-in h4 {
  font-size: 16px;
  line-height: 0.8;
  margin-bottom: 0;
}

/*Statistics*/

.service-block-v3 .statistics .heading-xs {
  color: #fff;
  opacity: 0.8;
}

.service-block-v3 .statistics small {
  color: #fff;
}

.service-block-v3 .statistics .progress {
  background: #bbb;
}

.service-block-v3 .statistics .progress-bar-light {
  background: #fff;
}

/*Service Block v4
------------------------------------*/

.service-block-v4 {
  position: relative;
  background: #f7f7f7;
}

.service-block-v4:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.service-block-v4 .service-desc {
  text-align: center;
}

.service-block-v4 .service-desc i {
  color: #72c02c;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.service-block-v4 .service-desc h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*Service Block v5
------------------------------------*/

.service-block-v5 {
  text-align: center;
  background: #f7f7f7;
}

.service-block-v5 .service-inner {
  padding: 80px 40px;
}

.service-block-v5 .service-inner i {
  margin-bottom: 30px;
}

.service-block-v5 .service-inner span {
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-block-v5 .service-border {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

@media (max-width: 992px) {
  .service-block-v5 .service-border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

/*Service Block v6
------------------------------------*/

.service-block-v6 i {
  float: left;
  margin: 5px 15px 0 0;
}

.service-block-v6 .service-desc {
  overflow: hidden;
}

.service-block-v6 .service-desc h2 {
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.service-block-v6 .service-desc a {
  text-transform: uppercase;
}

/*Service Block v7
------------------------------------*/

.service-block-v7 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 45px 20px 20px;
}

.service-block-v7 i {
  left: 50%;
  top: -25px;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  background: #72c02c;
  margin-left: -22.5px;
  display: inline-block;
}

.service-block-v7 h3,
.service-block-v7 p {
  margin-bottom: 20px;
}

/*Service Block v8
------------------------------------*/

.service-block-v8 {
  padding: 25px;
  background: #fff;
}

.service-block-v8 i {
  color: #555;
  float: left;
  font-size: 22px;
  margin: 5px 25px 0 0;
}

.service-block-v8 .service-block-desc {
  overflow: hidden;
}

.service-block-v8 .service-block-desc h3 {
  font-size: 18px;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

.service-block-v8 .service-block-desc h3:after {
  left: 0;
  top: 40px;
  height: 1px;
  width: 30px;
  content: " ";
  position: absolute;
  background: #72c02c;
}

/*Process v1
------------------------------------*/

.process-v1 .process-in {
  text-align: center;
}

.process-v1 .process-in > li i {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  background: #72c02c;
  margin-bottom: 15px;
  display: inline-block;
  border: solid 9px #fff;
}

.process-v1 .process-in > li i:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #bbb;
}

/*Process Description*/

.process-v1 .process-in .process-desc {
  padding: 0 20px;
}

.process-v1 .process-in > li h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

/*Process Border*/

.process-v1 .process-border {
  position: relative;
}

.process-v1 .process-border:before {
  top: 15px;
  width: 75%;
  left: 12%;
  content: " ";
  display: block;
  position: absolute;
  border-top: solid 2px #ddd;
}

@media (max-width: 768px) {
  .process-v1 .process-border:before {
    border: none;
  }
}

/*Team v1
------------------------------------*/

.team-v1 ul {
  position: relative;
}

/*Team Image*/

.team-v1 li > .team-img {
  position: relative;
}

.team-v1 li > .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: transparent;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-v1 li:hover > .team-img:after {
  background: rgba(0,0,0,0.5);
}

/*Team Socials*/

.team-v1 li > .team-img ul {
  left: 0;
  top: 45%;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 36px;
  list-style: none;
  margin-top: -18px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.team-v1 li:hover > .team-img ul {
  top: 50%;
  visibility: visible;
}

.team-v1 li > .team-img ul li {
  margin: 0 5px;
  text-align: center;
  display: inline-block;
}

.team-v1 li > .team-img li i {
  color: #eee;
  border-width: 2px;
  border-color: #eee;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}

.team-v1 li > .team-img li i.fa-twitter:hover {
  color: #fff;
  background: #3498db;
  border-color: #3498db;
}

.team-v1 li > .team-img li i.fa-facebook:hover {
  color: #fff;
  background: #4765a0;
  border-color: #4765a0;
}

.team-v1 li > .team-img li i.fa-google-plus:hover {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
}

/*Team Discription*/

.team-v1 li > h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
}

.team-v1 li > h4 {
  color: #999;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.team-v1 li > p {
  margin: 20px 0;
  position: relative;
}

.team-v1 li > p:before {
  left: 0;
  top: -10px;
  height: 1px;
  width: 40px;
  content: " ";
  position: absolute;
  background: #bbb;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-v1 li:hover > p:before {
  width: 100%;
  background: #72c02c;
}

/*Team v2
------------------------------------*/

.team-v2 {
  position: relative;
  margin-bottom: 20px;
}

.team-v2 img {
  width: 100%;
}

.team-v2 .inner-team {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.team-v2 .inner-team h3 {
  margin: 0;
}

.team-v2 .inner-team small {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}

.team-v2 .inner-team p {
  font-size: 13px;
}

.team-v2 .inner-team hr {
  margin: 10px 0 15px;
}

/*Team-Social (Temporary)*/

.team-social {
  margin-bottom: 0;
}

.team-social li {
  padding: 0 2px;
}

.team-social li a {
  font-size: 14px;
  padding: 6px 4px;
  text-align: center;
  border-radius: 50% !important;
}

.team-social li i {
  min-width: 20px;
}

.team-social li a.fb {
  color: #4862a3;
  border: 1px solid #4862a3;
}

.team-social li a.tw {
  color: #159ceb;
  border: 1px solid #159ceb;
}

.team-social li a.gp {
  color: #dc4a38;
  border: 1px solid #dc4a38;
}

.team-social li a:hover {
  text-decoration: none;
}

.team-social li a.fb:hover {
  color: #fff;
  background: #4862a3;
}

.team-social li a.tw:hover {
  color: #fff;
  background: #159ceb;
}

.team-social li a.gp:hover {
  color: #fff;
  background: #dc4a38;
}

/*Team v3
------------------------------------*/

.team-v3 .team-img {
  position: relative;
}

.team-v3 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-v3 .team-img:hover:after {
  background: rgba(0,0,0,0.5);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.team-v3 .team-img > img {
  width: 100%;
}

/*Team Hover Gradient*/

.team-v3 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 20px;
  list-style: none;
  margin-top: -90px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.team-v3 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}

.team-v3 .team-hover span,
.team-v3 .team-hover small {
  color: #fff;
  display: block;
}

.team-v3 .team-hover span {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-v3 .team-hover small {
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 10px;
}

.team-v3 .team-hover p {
  color: #fff;
  font-weight: 200;
  margin-bottom: 20px;
}

/*Team Social*/

.team-v3 .team-hover .team-social-v3 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}

.team-v3 .team-hover .team-social-v3 i:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/*Team v4
------------------------------------*/

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

.team-v4 img {
  width: 100%;
  margin-bottom: 20px;
}

.team-v4 span {
  color: #333;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v4 small {
  color: #999;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
}

.team-v4 .team-social-v4 a {
  color: #555;
  font-size: 16px;
}

.team-v4 .team-social-v4 a:hover {
  color: #72c02c;
  text-decoration: none;
}

/*Team v5
------------------------------------*/

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

.team-v5 span {
  color: #555;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v5 small {
  display: block;
  color: #72c02c;
  font-size: 13px;
  font-style: italic;
  position: relative;
  margin-bottom: 25px;
}

.team-v5 small:after {
  left: 50%;
  top: 30px;
  height: 1px;
  width: 30px;
  content: " ";
  background: #777;
  margin-left: -15px;
  position: absolute;
}

.team-v5 .team-img {
  position: relative;
}

.team-v5 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-v5 .team-img:hover:after {
  background: rgba(0,0,0,0.5);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.team-v5 .team-img > img {
  width: 100%;
  margin-bottom: 20px;
}

/*Team Hover Gradient*/

.team-v5 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-top: -16px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.team-v5 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}

/*Social Network-*/

.team-v5 .team-hover .team-social-v5 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}

.team-v5 .team-hover .team-social-v5 i:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/*Team v6
------------------------------------*/

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

.team-v6 img {
  width: 100%;
  margin-bottom: 20px;
}

.team-v6 span {
  color: #777;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v6 small {
  display: block;
  color: #72c02c;
  font-size: 13px;
  margin-bottom: 15px;
}

/*Team v7
------------------------------------*/

.team-v7 .team-v7-in {
  padding: 0 50px;
}

.team-v7 .team-v7-name {
  color: #555;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v7 .team-v7-position {
  display: block;
  color: #72c02c;
  font-style: normal;
  margin-bottom: 15px;
}

.team-v7 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

/*Team Space*/

.team-v7 .team-v7-name {
  margin-top: 60px;
}

.team-v7 .social-icons-v1 {
  margin-bottom: 60px;
}

/*Team Image*/

.team-v7 .team-v7-img {
  position: relative;
}

.team-v7 .team-v7-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.1);
}

/*Team Info*/

.team-v7 .team-arrow-right,
.team-v7 .team-arrow-left {
  position: relative;
}

.team-v7 .team-arrow-left:before,
.team-v7 .team-arrow-right:before {
  width: 0;
  height: 0;
  top: 20%;
  z-index: 2;
  content: " ";
  position: absolute;
  border-style: solid;
}

.team-v7 .team-arrow-right:before {
  right: -25px;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #fff;
}

.team-v7 .team-arrow-left:before {
  left: -25px;
  border-width: 20px 25px 20px 0;
  border-color: transparent #fff transparent transparent;
}

/*Team Info Media Queries*/

@media (max-width: 991px) {
  /*Team Arrows*/

  .team-v7 .team-arrow-left:before,
  .team-v7 .team-arrow-right:before {
    top: auto;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
  }

  .team-v7 .team-arrow-left:before,
  .team-v7 .team-arrow-right:before {
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
  }

  /*Equal Height Columns*/

  .team-v7 .equal-height-column {
    height: auto !important;
  }
}

/*Call To Action v1
------------------------------------*/

.call-action-v1 p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0;
}

.call-action-v1 .call-action-v1-box {
  width: 100%;
  display: table;
  padding: 30px 0;
  vertical-align: middle;
}

.call-action-v1 .call-action-v1-in {
  display: table-cell;
  vertical-align: middle;
}

.call-action-v1 .call-action-v1-in.inner-btn {
  min-width: 250px;
  text-align: right;
}

@media (max-width: 992px) {
  .call-action-v1 .call-action-v1-in,
  .call-action-v1 .call-action-v1-in.inner-btn {
    display: block;
    text-align: center;
  }

  .call-action-v1 .call-action-v1-in p {
    margin-bottom: 20px;
  }
}

/*Call To Axtion v2
------------------------------------*/

.call-action-v2 {
  padding: 50px 0;
  text-align: center;
}

.call-action-v2 h2 {
  font-size: 22px;
  text-transform: uppercase;
}

.call-action-v2 p {
  padding: 0 100px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .call-action-v2 p {
    padding: inherit;
  }
}

/*Thumbnail v1
------------------------------------*/

.thumbnails-v1 .thumbnail-img {
  margin-bottom: 12px;
}

.thumbnails-v1 h3 {
  margin-bottom: 5px;
}

.thumbnails-v1 h3 a {
  color: #555;
  font-size: 15px;
  text-transform: uppercase;
}

.thumbnails-v1 .read-more {
  color: #72c02c;
  font-size: 12px;
  text-transform: uppercase;
}

/*Image Backgrounds v1
------------------------------------*/

.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
}

.bg-image-v1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

/*Image Backgrounds v2
------------------------------------*/

.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
}

.bg-image-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.7);
}

/*Background Dark Cover*/

.bg-image-v2-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v2-dark h2,
.bg-image-v2-dark p {
  color: #eee !important;
}

/*Parallax Quote
------------------------------------*/

.parallax-quote {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
}

.parallax-quote:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.8);
}

.parallax-quote:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(../../../images/patterns/gridtile.png) repeat;
}

/*Parallax Quote Inner*/

.parallax-quote-in {
  z-index: 1;
  padding: 0 80px;
  position: relative;
}

.parallax-quote-in p {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-quote-in p:after,
.parallax-quote-in p:before {
  content: ' " ';
  position: absolute;
  font-family: Tahoma;
}

.parallax-quote-in p:after {
  margin-left: 3px;
}

.parallax-quote-in p:before {
  margin-left: -15px;
}

.parallax-quote-in small {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .parallax-quote-in {
    padding: 0 40px;
  }

  .parallax-quote-in p {
    font-size: 20px;
  }
}

/*Parallax Quote Light*/

.parallax-quote-light:after {
  background: rgba(255,255,255,0.9);
}

.parallax-quote-light .parallax-quote-in {
  background: #fff;
  padding: 30px 80px;
  border-bottom: solid 2px #ddd;
}

.parallax-quote-light .parallax-quote-in p {
  color: #555;
  font-size: 28px;
  font-weight: 200;
}

.parallax-quote-light .parallax-quote-in small {
  color: #555;
}

@media (max-width: 768px) {
  .parallax-quote-light .parallax-quote-in {
    padding: 30px 40px;
  }

  .parallax-quote-light .parallax-quote-in p {
    font-size: 20px;
  }

  .parallax-quote-light .parallax-quote-in small {
    font-weight: 200;
  }
}

/*Parallax Team
------------------------------------*/

.parallax-team {
  background: url(../../../images/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-team,
.parallax-team .title-box-v2 {
  position: relative;
}

.parallax-team:before,
.parallax-team-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.9);
}

/*Parallax Team*/

.parallax-team {
  background: url(../../../images/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-team,
.parallax-team .title-box-v2 {
  position: relative;
}

.parallax-team-dark:before {
  background: rgba(0,0,0,0.8);
}

/*Parallax Counter
------------------------------------*/

.parallax-bg {
  background: url(../../../images/patterns/5.png) repeat fixed;
}

/*Parallax Counter
------------------------------------*/

.parallax-counter {
  padding: 30px 0;
  background: url(../../../images/patterns/5.png) repeat fixed;
}

.parallax-counter .counters {
  color: #fff;
  padding: 15px 0;
}

.parallax-counter h4 {
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
}

.parallax-counter span.counter {
  font-size: 48px;
}

/*Parallax Counter v1
------------------------------------*/

.parallax-counter-v1 {
  padding: 60px 0;
  background: url(../../../images/patterns/5.png) repeat fixed;
}

.parallax-counter-v1 .counters {
  color: #fff;
  padding: 15px 0 10px;
  border: solid 1px #555;
}

.parallax-counter-v1 h4 {
  color: #eee;
  font-size: 16px;
  text-transform: uppercase;
}

.parallax-counter-v1 span.counter {
  font-size: 42px;
  line-height: 48px;
}

/*Parallax Counter v2
------------------------------------*/

.parallax-counter-v2 {
  position: relative;
  padding: 80px 0 60px;
  background: url(../../../images/patterns/16.png) repeat fixed;
}

.parallax-counter-v2:after {
  top: 0;
  left: 50%;
  content: " ";
  margin-left: -25px;
  position: absolute;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.parallax-counter-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.02);
}

.parallax-counter-v2 .counters {
  padding: 20px 0;
  border-bottom: solid 2px #ddd;
  background: rgba(255,255,255,0.9);
}

.parallax-counter-v2 .counters h4,
.parallax-counter-v2 .counters span {
  color: #555;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-counter-v2 .counters span {
  font-size: 36px;
}

.parallax-counter-v2 .counters h4 {
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .parallax-counter-v2 .counters {
    margin-bottom: 0 !important;
  }
}

/*Parallax Counter v3
------------------------------------*/

.parallax-counter-v3 {
  z-index: 1;
  height: auto;
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url(../../../images/25.jpg) 50% 0 fixed;
}

.parallax-counter-v3:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-counter-v3 .features {
  width: 130px;
  height: 130px;
  padding: 25px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.2);
}

.parallax-counter-v3 .features:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
}

.parallax-counter-v3 .features span {
  color: #fff;
  display: block;
  font-weight: 200;
}

.parallax-counter-v3 .features span.counter {
  font-size: 30px;
}

.parallax-counter-v3 .features span.features-info {
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .parallax-counter-v3 .features {
    width: 110px;
    height: 110px;
    padding: 22px;
  }

  .parallax-counter-v3 .features:after {
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
  }

  .parallax-counter-v3 .features span.counter {
    font-size: 20px;
  }

  .parallax-counter-v3 .features span.features-info {
    font-size: 11px;
  }
}

/*Parallax Counter v4
------------------------------------*/

.parallax-counter-v4 {
  z-index: 1;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url(../../../images/19.jpg) 50% 0 fixed;
}

.parallax-counter-v4:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-counter-v4 i {
  color: #fff;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

.parallax-counter-v4 span.counter {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.parallax-counter-v4 h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
}

/*Flat Background Block
------------------------------------*/

.flat-bg-block-v1 {
  padding: 40px 0;
  background: url(../../../images/patterns/16.png) repeat;
}

.flat-bg-block-v1 .checked-list.first-child {
  float: left;
  margin-right: 100px;
}

.flat-bg-block-v1 .checked-list li {
  color: #888;
  margin-bottom: 5px;
}

.flat-bg-block-v1 .checked-list i {
  color: #72c02c;
  margin-right: 5px;
}

/*Image Over*/

.flat-bg-block-v1 img.img-over {
  top: -70px;
  right: 10px;
  position: absolute;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .flat-bg-block-v1 img.img-over {
    top: -18px;
  }
}

@media (max-width: 991px) {
  .flat-bg-block-v1 img.img-over {
    position: static;
  }
}

/*Flat Testimonials
------------------------------------*/

.flat-testimonials {
  padding: 50px 0;
  background-color: #333;
}

.flat-testimonials .flat-testimonials-in {
  padding: 30px;
  text-align: center;
  background: rgba(255,255,255,0.2);
}

.flat-testimonials .flat-testimonials-in img {
  width: 135px;
  height: 135px;
  margin: 0 auto 25px;
}

.flat-testimonials .flat-testimonials-in h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

.flat-testimonials .flat-testimonials-in span {
  display: block;
  margin-bottom: 5px;
}

.flat-testimonials .flat-testimonials-in p {
  color: #fff;
  font-weight: 200;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before,
.flat-testimonials .flat-testimonials-in p:after {
  top: 5px;
  font-size: 22px;
  line-height: 10px;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before {
  content: "“";
  padding-right: 5px;
}

.flat-testimonials .flat-testimonials-in p:after {
  content: "”";
  padding-left: 5px;
}

/*Testimonials v4
------------------------------------*/

.testimonials-v4 {
  overflow: hidden;
}

.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}

.testimonials-v4 .testimonials-v4-in:before {
  color: #bbb;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -25px 0 0 -40px;
  font-family: Georgia, serif;
}

.testimonials-v4 .testimonials-v4-in:after {
  width: 0;
  height: 0;
  left: 80px;
  content: " ";
  bottom: -30px;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}

.testimonials-v4 .testimonials-v4-in p {
  color: #777;
  font-size: 14px;
  font-style: italic;
}

.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px;
}

.testimonials-v4 .testimonials-author {
  color: #555;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase;
}

.testimonials-v4 .testimonials-author em {
  font-size: 13px;
  text-transform: capitalize;
}

/*Testimonials v5
------------------------------------*/

.testimonials-v5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials-v5 .testimonials-desc span {
  font-size: 13px;
  font-weight: 200;
}

.testimonials-v5 .testimonials-desc p {
  padding: 15px;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 25px;
}

.testimonials-v5 .testimonials-desc p:after {
  width: 0;
  height: 0;
  left: 30px;
  color: #fff;
  bottom: -12px;
  content: " ";
  text-align: center;
  position: absolute;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #f9f9f9 transparent transparent transparent;
}

/*Testimonials By*/

.testimonials-v5 .testimonials-by {
  margin-left: 20px;
}

.testimonials-v5 .testimonials-by img {
  float: left;
  width: 40px;
  height: auto;
  margin-right: 15px;
}

.testimonials-v5 .testimonials-by small {
  color: #72c02c;
  font-size: 12px;
}

.testimonials-v5 .testimonials-by span {
  text-transform: uppercase;
}

/*Testimonials v6
------------------------------------*/

.testimonials-v6.testimonials-wrap {
  padding-left: 70px;
  padding-right: 70px;
}

.testimonials-v6 .testimonials-info {
  padding: 20px;
  background: #fff;
  border-bottom: solid 3px #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testimonials-v6 .testimonials-info:hover {
  border-color: #72c02c;
}

.testimonials-v6 .testimonials-info img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.testimonials-v6 .testimonials-desc {
  overflow: hidden;
}

.testimonials-v6 .testimonials-desc p {
  margin-bottom: 15px;
}

.testimonials-v6 .testimonials-desc strong,
.testimonials-v6 .testimonials-desc span {
  color: #555;
  display: block;
}

@media (max-width: 768px) {
  .testimonials-v6 .testimonials-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Featured Blog
------------------------------------*/

.featured-blog h2 {
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 25px;
  position: relative;
}

.featured-blog h2:after {
  left: 0;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -10px;
  position: absolute;
  background: #72c02c;
}

.featured-blog .featured-img {
  position: relative;
}

.featured-blog .featured-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.featured-blog .featured-img:hover:after {
  background: rgba(0,0,0,0.3);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.featured-blog .featured-img > img {
  width: 100%;
}

/*Team Hover Gradient*/

.featured-blog .featured-img i {
  top: 60%;
  left: 50%;
  z-index: 1;
  width: 100%;
  list-style: none;
  text-align: center;
  visibility: hidden;
  position: absolute;
  margin: -17.5px 0 0 -17.5px;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.featured-blog .featured-img:hover i {
  top: 50%;
  visibility: visible;
}

.featured-blog .featured-img i {
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 11px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: rgba(255,255,255,0.4);
}

.featured-blog .featured-img i:hover {
  color: #fff;
  background: #72c02c;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/*Blog Comments
------------------------------------*/

.blog-comments img {
  width: 80px;
  height: auto;
}

.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comments-itself:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.blog-comments .comments-itself h3 {
  margin: 0 0 10px;
}

.blog-comments .comments-itself span {
  color: #999;
  float: right;
  font-size: 13px;
}

.blog-comments .comments-itself p {
  color: #999;
}

/*Comments Reply*/

.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

/*Media Queries*/

@media (max-width: 768px) {
  .blog-comments .comments-itself:before {
    display: none;
  }

  .blog-comments .comments-itself:after {
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
  }
}

/*Quote
------------------------------------*/

.quote-v1 {
  padding: 60px 0;
  text-align: center;
  /*background: url(../../../images/patterns/5.png) repeat;*/
}

.quote-v1 p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  padding: 0 100px;
  position: relative;
  margin-bottom: 20px;
}

.quote-v1 p:before {
  color: #72c02c;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -30px 0 0 -40px;
  font-family: Georgia, serif;
}

.quote-v1 span {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .quote-v1 p {
    font-size: 18px;
    padding: 0 50px;
  }
}

/*Quote v2
------------------------------------*/

.quote-v2 {
  text-align: center;
  padding: 85px 10% 40px;
}

.quote-v2 p {
  color: #555;
  font-size: 16px;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}

.quote-v2 p:before {
  left: 50%;
  top: -75px;
  font-size: 80px;
  content: "\201C";
  position: absolute;
  margin-left: -25px;
  font-family: Georgia, serif;
}

.quote-v2 span {
  color: #555;
  font-weight: 400;
}

/*Team Social
------------------------------------*/

.social-icons-v1 i {
  color: #555;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block;
}

.social-icons-v1 i:hover {
  color: #fff;
  background: #72c02c;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/*Box Shadows
------------------------------------*/

.shadow-wrapper {
  z-index: 1;
  position: relative;
}

/*Common Style*/

.box-shadow {
  background: #fff;
  position: relative;
}

.box-shadow:after,
.box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute;
}

/*Effect 1*/

.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bbb;
  -moz-box-shadow: 0 10px 6px -6px #bbb;
  -webkit-box-shadow: 0 10px 6px -6px #bbb;
}

/*Effect 2,3,4*/

.shadow-effect-2 {
  position: relative;
}

.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
  transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  -webkit-box-shadow: 0 15px 10px #999;
}

.shadow-effect-2:after,
.shadow-effect-4:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}

/*Interactive Slider v1
------------------------------------*/

.interactive-slider-v1 {
  z-index: 1;
  padding: 130px 0;
  position: relative;
}

/*.interactive-slider-v1.img-v1 {*/

/*background: url(../../../images/18.jpg) no-repeat;*/

/*background-size: cover;*/

/*background-position: center center;*/

/*}*/

/*.interactive-slider-v1.img-v2 {*/

/*background: url(../../../images/19.jpg) no-repeat;*/

/*background-size: cover;*/

/*background-position: center center;*/

/*}*/

/*.interactive-slider-v1.img-v3 {*/

/*background: url(../../../images/18.jpg) no-repeat;*/

/*background-size: cover;*/

/*background-position: center center;*/

/*}*/

.interactive-slider-v1:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.interactive-slider-v1 h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.interactive-slider-v1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .interactive-slider-v1 h2 {
    font-size: 30px;
  }

  .interactive-slider-v1 p {
    font-size: 18px;
  }
}

/*Interactive Slider v2
------------------------------------*/

/*.interactive-slider-v2 {*/

/*z-index: 1;*/

/*padding: 200px 0;*/

/*position: relative;*/

/*text-align: center;*/

/*background: url(../../../images/18.jpg) no-repeat;*/

/*background-size: cover;*/

/*background-position: center center;*/

/*}*/

/*.interactive-slider-v2.img-v1 {*/

/*background: url(../../../images/25.jpg) no-repeat;*/

/*background-size: cover;*/

/*background-position: center center;*/

/*}*/

/*.interactive-slider-v2.img-v2 {*/

/*background: url(../../../images/14.jpg) no-repeat;*/

/*background-size: cover;*/

/*background-position: center center;*/

/*}*/

.interactive-slider-v2:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.4);
}

.interactive-slider-v2 h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}

.interactive-slider-v2 p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 768px) {
  .interactive-slider-v2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

/*Blog Trending
------------------------------------*/

.blog-trending li {
  margin-bottom: 20px;
}

.blog-trending h3 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 17px;
}

.blog-trending small,
.blog-trending small a {
  color: #777;
}

.blog-trending small a:hover {
  color: #72c02c;
}

/*Blog Latest Posts
------------------------------------*/

.blog-latest-posts li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.blog-latest-posts li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.blog-latest-posts h3 {
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 20px;
}

.blog-latest-posts small,
.blog-latest-posts small a {
  color: #777;
}

.blog-latest-posts small {
  margin-bottom: 8px;
  display: inline-block;
}

.blog-latest-posts p {
  font-size: 12px;
}

/*Blog Photostream
------------------------------------*/

.blog-photostream {
  margin-right: -5px;
}

.blog-photostream li {
  padding: 0;
  margin: 3px 5px 5px;
  position: relative;
}

.blog-photostream li img {
  width: 78px;
  height: auto;
}

/*Newsletter
------------------------------------*/

.blog-newsletter p {
  color: #555;
  margin-bottom: 15px;
}

.blog-newsletter .form-control {
  border: none;
}

.blog-newsletter .form-control:focus {
  box-shadow: none;
}

/*Blog Post Quote
------------------------------------*/

.blog-post-quote {
  padding: 35px 60px;
  background: #fff;
  text-align: center;
}

.blog-post-quote p {
  color: #555;
  font-size: 32px;
  font-weight: 200;
  line-height: 45px;
  position: relative;
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 768px) {
  .blog-post-quote {
    padding: 35px 25px;
  }

  .blog-post-quote p {
    font-size: 26px;
    line-height: 35px;
  }
}

.blog-post-quote p:before,
.blog-post-quote p:after {
  top: -3px;
  font-size: 30px;
  position: relative;
}

.blog-post-quote p:before {
  left: -10px;
  content: "\0022";
}

.blog-post-quote p:after {
  right: -10px;
  content: "\0022";
}

.blog-post-quote span {
  color: #555;
  font-size: 20px;
  font-weight: 200;
}

/*Blog Post Author
------------------------------------*/

.blog-author {
  padding: 20px;
  background: #fff;
}

.blog-author img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.blog-author .blog-author-desc {
  overflow: hidden;
}

.blog-author .blog-author-desc h4 {
  float: left;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.blog-author .blog-author-desc ul {
  float: right;
  margin-top: 6px;
}

.blog-author .blog-author-desc p {
  color: #555;
}

/*Blog Comments
------------------------------------*/

.blog-comments img {
  width: 80px;
  height: auto;
}

.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comments-itself:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.blog-comments .comments-itself h3 {
  margin: 0 0 10px;
}

.blog-comments .comments-itself span {
  color: #555;
  float: right;
  font-size: 13px;
}

.blog-comments .comments-itself p {
  color: #555;
}

/*Comments Reply*/

.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

/*Media Queries*/

@media (max-width: 768px) {
  .blog-comments .comments-itself:before {
    display: none;
  }

  .blog-comments .comments-itself:after {
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
  }
}

/*News v1
------------------------------------*/

.news-section {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.news-v1 .news-v1-in {
  background: #fafafa;
}

.news-v1 h3 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 28px;
  padding: 10px 15px 15px;
}

.news-v1 h3 a {
  color: #555;
}

.news-v1 h3 a:hover {
  color: #72c02c;
}

.news-v1 p {
  color: #555;
  padding: 0 15px;
  margin-bottom: 20px;
}

.news-v1 .news-v1-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee;
}

.news-v1 .news-v1-info li {
  font-size: 12px;
}

.news-v1 .news-v1-info li a:hover {
  color: #72c02c;
  text-decoration: none;
}

/*News v2
------------------------------------*/

/*News Badge*/

.news-v2 .news-v2-badge {
  overflow: hidden;
  position: relative;
}

.news-v2 .news-v2-badge p {
  left: 0;
  top: 20px;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
}

.news-v2 .news-v2-badge span {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.news-v2 .news-v2-badge small {
  color: #555;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

/*News Description*/

.news-v2 .news-v2-desc {
  padding: 20px;
  background: #fff;
}

.news-v2 .news-v2-desc h3 {
  margin: 0 0 3px;
  font-size: 16px;
}

.news-v2 .news-v2-desc h3 a {
  color: #555;
}

.news-v2 .news-v2-desc h3 a:hover {
  color: #72c02c;
}

.news-v2 .news-v2-desc small {
  color: #555;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.news-v2 .news-v2-desc p {
  color: #555;
}

/*News v3
------------------------------------*/

/*News Posts*/

.news-v3 {
  /*background: #fff;*/
}

.news-v3 .news-v3-in {
  padding: 35px 30px;
}

.news-v3 .news-v3-in-sm {
  padding: 20px;
}

.news-v3 h2 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 45px;
  text-transform: uppercase;
}

.news-v3 .news-v3-in-sm h2 {
  font-size: 22px;
  margin: 0 0 15px;
  line-height: 30px;
  text-transform: inherit;
}

@media (max-width: 768px) {
  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.news-v3 h2 a {
  color: #555;
}

.news-v3 h2 a:hover {
  color: #72c02c;
  text-decoration: none;
}

.news-v3 p {
  color: #555;
  margin-bottom: 20px;
}

/*News Info*/

.news-v3 .posted-info li {
  color: #555;
  font-style: italic;
}

.news-v3 .news-v3-in-sm .posted-info li {
  padding: 0;
  font-size: 12px;
  padding-left: 5px;
}

.news-v3 .posted-info li:before,
.news-v3 .news-v3-in-sm .posted-info li:before {
  content: '/';
}

.news-v3 .posted-info li:before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px;
}

.news-v3 .news-v3-in-sm .posted-info li:before {
  font-size: 11px;
  line-height: 11px;
  margin-right: 9px;
}

.news-v3 .posted-info li:first-child:before,
.news-v3 .news-v3-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.news-v3 .posted-info li a {
  color: #555;
}

.news-v3 .posted-info li a:hover {
  color: #72c02c;
}

/*News Shares*/

.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px;
}

.news-v3 .news-v3-in-sm .post-shares {
  margin: 20px 0 0 -5px;
}

.news-v3 .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
}

.news-v3 .post-shares li i {
  color: #555;
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 16px;
  background: #eee;
  text-align: center;
  display: inline-block;
}

.news-v3 .post-shares li i:hover {
  background: #ddd;
}

.news-v3 .post-shares li span {
  top: -5px;
  right: 6px;
  color: #fff;
  width: 22px;
  height: 22px;
  padding: 4px;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  background: #72c02c;
  border: 2px solid #fff;
  border-radius: 50% !important;
}

.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0px;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px;
}

/*--------------------------------------------------
[Blog Grid]
----------------------------------------------------*/

.blog-grid img {
  margin-bottom: 15px;
}

.blog-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.4;
}

.blog-grid h2.blog-grid-title-lg {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.blog-grid h3.blog-grid-title-sm {
  font-size: 15px;
  line-height: 1.4;
}

.blog-grid h3 a {
  color: #333;
}

.blog-grid p {
  margin-bottom: 15px;
}

.blog-grid-inner {
  padding: 20px;
  background: #fff;
  margin: -70px 40px 0;
  position: relative;
}

/*Blog Grid Gradient*/

.blog-grid .blog-grid-grad {
  position: relative;
}

.blog-grid .blog-grid-grad i {
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  display: inline-block;
  background: rgba(0,0,0,0.5);
}

/*Blog Grid Info*/

.blog-grid .blog-grid-info {
  padding-left: 0;
  list-style: none;
}

.blog-grid .blog-grid-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-grid .blog-grid-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-grid .blog-grid-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-grid .blog-grid-info li a {
  color: #888;
}

.blog-grid .blog-grid-info li a:hover {
  text-decoration: none;
}

/*Read More Link*/

.blog-grid a.r-more {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
}

.blog-grid a.r-more:hover {
  text-decoration: none;
}

/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/

.blog-thumb {
  overflow: hidden;
}

/*Blog Grid Hover*/

.blog-thumb .blog-thumb-hover {
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog-thumb .blog-thumb-hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s, transform 0.35s;
}

.blog-thumb .blog-thumb-hover img {
  width: 120px;
  height: auto;
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
  width: 30px;
  height: 30px;
}

/*Icon Hover Gradient*/

.blog-thumb .blog-thumb-hover .hover-grad {
  left: 0;
  top: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-top: -14px;
  text-align: center;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.65s, -webkit-transform 0.65s;
  transition: all 0.65s, transform 0.65s;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
  opacity: 1;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
}

/*Blog Thumb Description*/

.blog-thumb .blog-thumb-desc {
  overflow: hidden;
}

.blog-thumb .blog-thumb-desc h3 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.4;
}

.blog-thumb .blog-thumb-desc h3 a {
  color: #555;
}

/*Blog Grid Info*/

.blog-thumb .blog-thumb-info {
  padding-left: 0;
  list-style: none;
}

.blog-thumb .blog-thumb-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-thumb .blog-thumb-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-thumb .blog-thumb-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-thumb .blog-thumb-info li a {
  color: #888;
}

.blog-thumb .blog-thumb-info li a:hover {
  color: #e74c3c;
}

/*Blog Thumb Circle
------------------------------------*/

.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
  border-radius: 50% !important;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
  width: 50px;
  height: 50px;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
  font-size: 15px;
  margin-top: -10px;
}

/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.8
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Parallax Slider (Main)
------------------------------------*/

.slider-inner .da-slider {
  box-shadow: none;
  border-bottom: 2px solid #ddd;
}

.slider-inner .da-dots {
  z-index: 10;
}

@media (max-width: 450px) {
  .da-slide p {
    display: none;
  }
}

@media (max-width: 900px) {
  /*Slider Parallax*/

  .da-slide .da-img {
    display: none;
  }
}

/*Master Slider
------------------------------------*/

.ms-promo-info {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.ms-promo-info-in {
  font-size: 60px;
  font-weight: 600;
}

.ms-promo-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Open Sans", Arial, sans-serif;
}

.ms-promo-sub-in {
  font-size: 15px;
}

.ms-img-bordered {
  background: #fff;
  padding: 7px;
}

/*Revolution Slider
------------------------------------*/

.tp-dottedoverlay {
  z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
  border-radius: 10px !important;
}

.tp-banner-container ul li,
.fullscreenbanner-container ul li {
  list-style: none;
  visibility: hidden;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
  color: #fff;
  border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
  background: none;
  border: solid 1px #fff;
}

.tp-banner-container a.re-btn-brd:hover {
  color: #555;
  background: #fff;
}

/*Fullwidth*/

.tp-banner-container .btn-u.btn-brd {
  font-weight: 400;
}

.tp-banner-container {
  position: relative;
}

/*Fullscreen*/

.fullscreen-container {
  padding: 0;
  width: 100%;
  position: relative;
}

/*Slider Contents v1*/

.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.revolution-ch1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2 {
  color: #fff;
  font-size: 20px;
  max-width: 470px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' ';
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}

/*Slider Contents v2*/

.re-title-v1 {
  color: #fff;
  font-size: 75px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-title-v2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v2 {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
}

/*Slides*/

.rs-caption-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  padding: 6px 75px;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.rs-caption-1:after,
.rs-caption-1:before {
  font-size: 16px;
  content: "\f005";
  position: absolute;
  font-family: FontAwesome;
}

@media (max-width: 768px) {
  .rs-caption-1:after,
  .rs-caption-1:before {
    content: "";
  }
}

.rs-caption-1:after {
  right: 4%;
}

.rs-caption-1:before {
  left: 4%;
}

.rs-caption-2 {
  color: #fff;
  position: relative;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 50px;
  text-align: center;
}

.rs-caption-2:after {
  left: 50%;
  content: "";
  height: 1px;
  width: 100px;
  bottom: -10px;
  background: #fff;
  margin-left: -50px;
  position: absolute;
}

.rs-caption-3 a {
  margin: 0 5px;
  padding: 7px 20px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .rs-caption-1,
  .rs-caption-2,
  .rs-caption-3 {
    font-weight: normal;
  }
}

/*Layer Slider
------------------------------------*/

.layer_slider {
  overflow: hidden;
}

.ls-ct-half,
.ls-ct-center {
  border-radius: 100px !important;
}

/*Sequence Slider (Home Page)
------------------------------------*/

@media (max-width: 900px) {
  #sequence-theme .info {
    top: 80px !important;
    width: 60% !important;
    margin-right: 50px;
  }
}

@media (max-width: 450px) {
  #sequence-theme .info {
    top: 70px !important;
    width: 70% !important;
    margin-right: 25px;
  }

  #sequence-theme h2 {
    font-size: 30px !important;
  }

  #sequence-theme .info p {
    font-size: 18px !important;
  }
}

/*Clients Carousel
------------------------------------*/

.clients {
  border: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.clients li {
  overflow: hidden;
  margin-left: 1px;
  position: relative;
  background: #fafafa;
}

.clients li:hover {
  background: #f6f6f6;
}

.clients li img.color-img {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
}

.clients li:hover img.color-img {
  display: block;
}

.clients li img {
  filter: grey;
  /* IE6-9 */
  float: none !important;
  margin: 0 auto !important;
}

.clients li img:hover {
  filter: none;
}

/*Pie Chart
------------------------------------*/

.pie-progress-charts .inner-pchart {
  text-align: center;
}

.pie-progress-charts .circle {
  color: #555;
  font-weight: 200;
  margin-bottom: 20px;
}

.pie-progress-charts .circle-title {
  font-size: 22px;
}

@media (max-width: 767px) {
  .pie-progress-charts .inner-pchart {
    margin-bottom: 40px;
  }
}

/*Counter
------------------------------------*/

.counters {
  color: #555;
  text-align: center;
}

@media (max-width: 767px) {
  .counters {
    margin-bottom: 30px;
  }

  .counters:last-child {
    margin-bottom: inherit;
  }
}

.counters span {
  font-size: 35px;
}

.counters span.counter-icon {
  display: block;
  margin-bottom: 10px;
}

.counters span.counter-icon i {
  color: #fff;
  padding: 16px;
  min-width: 65px;
  font-size: 30px;
  position: relative;
  background: #72c02c;
}

.counters span.counter-icon i:after {
  width: 0;
  height: 0;
  left: 38%;
  content: " ";
  bottom: -7px;
  display: block;
  position: absolute;
  border-top: 7px solid #72c02c;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}

.counters:hover span.counter-icon i {
  border-color: #000;
}

/*Back To Top
------------------------------------*/

#topcontrol {
  color: #0091d2;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: none;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important;
}

#topcontrol:after {
  top: -2px;
  left: 2.5px;
  position: absolute;
  text-align: center;
  font-family: 'ta', arial;
  font-size: 1.5em;
  content: "\ea0d";
}

#topcontrol:hover {
  color: #0b063a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Owl Carousel
------------------------------------*/

.owl-btn {
  color: #777;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: #f5f5f5;
}

.owl-btn:hover {
  color: #fff;
  background: #72c02c;
}

/*Owl Carousel v1*/

.owl-carousel-v1 .owl-navigation {
  text-align: right;
  margin-bottom: 20px;
}

.owl-carousel-v1 .item {
  margin: 0 5px;
}

.owl-carousel-v1 .item img {
  text-align: center;
}

.owl-carousel-v1 .owl-pagination {
  display: none;
}

/*Owl Carousel v2*/

.owl-carousel-v2 .owl-slider-v2 {
  margin-bottom: 20px;
}

.owl-carousel-v2 .item {
  margin: 0 15px;
}

.owl-carousel-v2 .item img {
  text-align: center;
}

.owl-carousel-v2 .owl-navigation {
  text-align: center;
}

.owl-carousel-v2 .owl-pagination {
  display: none;
}

/*Owl Carousel v3*/

.owl-carousel-v3 .item {
  margin: 0 15px;
}

.owl-carousel-v3 .item img {
  text-align: center;
}

.owl-carousel-v3 .owl-pagination {
  display: none;
}

/*Owl Carousel v4*/

.owl-carousel-v4 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v4 .item {
  margin: 0 3px;
}

.owl-carousel-v4 .item img {
  width: 100%;
}

/*Owl Carousel v5*/

.owl-carousel-v5 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v5 .owl-controls .owl-page.active span,
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background: #72c02c;
}

.owl-carousel-v5 .owl-controls .owl-page span {
  margin: 5px 3px !important;
}

/*Owl Slider v6*/

.owl-carousel-v6 .owl-carousel-item {
  margin: 0 10px;
  padding: 7px 0;
  text-align: center;
  position: relative;
  border: 1px solid #e4e2e2;
}

.owl-carousel-v6 .owl-carousel-item img {
  width: 150px;
  height: auto;
}

.owl-carousel-v6 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v6 .owl-controls .owl-page span {
  margin: 5px 3px !important;
}

/*Owl Pagination*/

.owl-pagination {
  text-align: center !important;
}

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

.owl-theme .owl-controls .owl-page {
  zoom: 1;
  display: inline-block;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  display: block;
  margin: 5px 7px;
  background: #bbb;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

/*Owl Carousel Style v1*/

.owl-carousel-style-v1 img {
  width: 120px;
  height: auto;
}

/*Owl Carousel Style v2*/

.owl-carousel-style-v2 .item {
  margin: 0 3px;
  background: #fafafa;
  text-align: center;
  border: solid 1px #eee;
}

.owl-carousel-style-v2 .item img {
  padding: 0 3px;
  display: inline-block;
}

.owl-carousel-style-v2 .item:hover {
  background: #f7f7f7;
  border-color: #e5e5e5;
  transition: all 0.4s ease-in-out;
}

.owl-carousel-style-v2 .owl-pagination {
  display: none;
}

/*Owl Clients v2
------------------------------------*/

.owl-clients-v1 img {
  width: 120px;
  height: auto;
}

.owl-clients-v1 .owl-pagination {
  display: none;
}

/*Owl Carousel - Testimonials v3
------------------------------------*/

/*Testimonials Section*/

.testimonials-v3 {
  padding: 100px 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.testimonials-v3 ul {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.testimonials-v3 li img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.testimonials-v3 li > p {
  font-size: 14px;
}

.testimonials-v3 .testimonials-v3-title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}

.testimonials-v3 .testimonials-v3-title p {
  color: #72c02c;
  margin-bottom: 0;
}

.testimonials-v3 .testimonials-v3-title span {
  color: #777;
  display: block;
  font-size: 14px;
}

/*Testimonials Owl Navigation*/

.testimonials-v3 .owl-pagination {
  display: none;
}

.testimonials-v3 .owl-buttons .owl-prev,
.testimonials-v3 .owl-buttons .owl-next {
  padding: 13px;
  position: relative;
  margin: 15px 2px 0;
  background: #f5f5f5;
  display: inline-block;
}

.testimonials-v3 .owl-buttons .owl-prev:after,
.testimonials-v3 .owl-buttons .owl-next:after {
  top: 0;
  color: #bbb;
  font-size: 16px;
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

.testimonials-v3 .owl-buttons .owl-prev:after {
  left: 10px;
  content: "\f104";
}

.testimonials-v3 .owl-buttons .owl-next:after {
  right: 10px;
  content: "\f105";
}

.testimonials-v3 .owl-buttons .owl-prev:hover:after,
.testimonials-v3 .owl-buttons .owl-next:hover:after {
  color: #fff;
}

.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
  background: #72c02c;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

/*Recent Works (Owl Carousel)
------------------------------------*/

.owl-work-v1 .owl-navigation {
  top: 3px;
  position: relative;
}

.owl-work-v1 .owl-navigation {
  margin-bottom: 10px;
}

.owl-work-v1 .item a {
  text-align: center;
}

.owl-work-v1 .item a:hover {
  text-decoration: none;
}

.owl-work-v1 .item a:hover strong {
  color: #555;
}

.owl-work-v1 .item em.overflow-hidden {
  display: block;
}

.owl-work-v1 .item a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #eee;
}

.owl-work-v1 .item a strong {
  color: #555;
  display: block;
}

.owl-work-v1 .item a i {
  color: #777;
}

.owl-work-v1 .item a img {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.owl-work-v1 .item a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.2) rotate(3deg);
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.0) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}

.owl-work-v1 .item a:hover span {
  border-bottom: solid 2px #72c02c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Parallax Twitter (Owl Carousel)
------------------------------------*/

.parallax-twitter {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: #333 url(../img/bg/19.jpg) 50% 0 fixed;
  background-size: cover;
  background-position: center center;
}

.parallax-twitter:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-twitter:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(../img/patterns/gridtile.png) repeat;
}

.parallax-twitter-in {
  z-index: 1;
  position: relative;
}

/*Twitter Block (owl-controls)*/

.parallax-twitter-in ul {
  margin: 0;
}

.parallax-twitter-in li {
  color: #fff;
}

.parallax-twitter-in li p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.parallax-twitter-in li a {
  color: #eee;
  text-decoration: underline;
}

.parallax-twitter-in li a:hover {
  text-decoration: none;
}

.parallax-twitter-in li span {
  color: #ddd;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.parallax-twitter-in .owl-page {
  width: 18px;
}

/*Clients Section (Owl Carousel)
------------------------------------*/

.clients-section {
  padding: 60px 0;
  position: relative;
  background: #333 url(../img/bg/7.jpg) 50% fixed;
  background-size: cover;
  background-position: center center;
}

.clients-section:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.8);
}

.clients-section:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(../img/patterns/gridtile.png) repeat;
}

.clients-section .title-v1 p,
.clients-section .title-v1 h2 {
  color: #fff;
}

.clients-section ul {
  padding: 0;
  z-index: 1;
  list-style: none;
}

.clients-section li {
  margin: 0 3px;
  background: #fff;
}

.clients-section li a {
  padding: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.clients-section li a:hover {
  -transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.clients-section img {
  width: 100px;
  height: 100px;
}

.clients-section .owl-pagination {
  display: none;
}

/*Owl Video
------------------------------------*/

.owl-video img {
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}

.owl-video img.video-play {
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -52px;
  position: absolute;
}

.owl-video .owl-controls .owl-page span {
  margin: 5px 3px;
}

/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.8
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Reset Styles
------------------------------------*/

* {
  border-radius: 0;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
  outline: 0 !important;
}

a:focus {
  text-decoration: none;
}

hr {
  margin: 30px 0;
}

hr.hr-xs {
  margin: 10px 0;
}

hr.hr-md {
  margin: 20px 0;
}

hr.hr-lg {
  margin: 40px 0;
}

/*Headings*/

h1 {
  font-size: 28px;
  line-height: 35px;
}

h2 {
  font-size: 24px;
  line-height: 33px;
}

h3 {
  font-size: 20px;
  line-height: 27px;
}

h4 {
  line-height: 25px;
}

h5 {
  line-height: 20px;
}

h6 {
  line-height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  margin-right: 5px;
}

/*Block Headline*/

.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
  font-size: 22px;
}

.headline h2,
.headline h3,
.headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c;
}

.headline-md {
  margin-bottom: 15px;
}

.headline-md h2 {
  font-size: 21px;
}

/*Heading Options*/

.heading {
  text-align: center;
}

.heading h2 {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 34px !important;
  /*For Tagline Boxes*/
}

.heading h2:before,
.heading h2:after {
  content: ' ';
  width: 70%;
  position: absolute;
  border-width: 1px;
  border-color: #bbb;
}

.heading h2:before {
  right: 100%;
}

.heading h2:after {
  left: 100%;
}

@media (max-width: 768px) {
  .heading h2:before,
  .heading h2:after {
    width: 20%;
  }
}

/*Headline v1*/

.heading-v1 h2:before,
.heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
}

/*Headline v2*/

.heading-v2 h2:before,
.heading-v2 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

/*Headline v3*/

.heading-v3 h2:before,
.heading-v3 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

/*Headline v4*/

.heading-v4 h2:before,
.heading-v4 h2:after {
  top: 17px;
  border-bottom-style: solid;
}

/*Headline v5*/

.heading-v5 h2:before,
.heading-v5 h2:after {
  top: 17px;
  border-bottom-style: dashed;
}

/*Headline v6*/

.heading-v6 h2:before,
.heading-v6 h2:after {
  top: 17px;
  border-bottom-style: dotted;
}

/*Heading Titles v1*/

.title-v1 {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.title-v1 h1,
.title-v1 h2 {
  color: #444;
  font-size: 28px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.title-v1 h1:after,
.title-v1 h2:after {
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 70px;
  content: " ";
  margin-left: -35px;
  position: absolute;
  background: #72c02c;
}

.title-v1 p {
  font-size: 17px;
  font-weight: 200;
}

/*Heading Titles v2*/

h2.title-v2 {
  color: #555;
  position: relative;
  margin-bottom: 30px;
}

h2.title-v2:after {
  left: 0;
  width: 70px;
  height: 2px;
  content: " ";
  bottom: -10px;
  background: #555;
  position: absolute;
}

h1.title-v2.title-center,
h2.title-v2.title-center,
h3.title-v2.title-center {
  text-align: center;
}

h1.title-v2.title-center:after,
h2.title-v2.title-center:after,
h3.title-v2.title-center:after {
  left: 50%;
  width: 70px;
  margin-left: -35px;
}

h1.title-light,
h2.title-light,
h3.title-light {
  color: #fff;
}

h2.title-light:after {
  background: #fff;
}

/*Heading Title v3*/

h1[class^="title-v3-"],
h2[class^="title-v3-"],
h3[class^="title-v3-"] {
  color: #555;
}

h2.title-v3-xlg {
  font-size: 28px;
  line-height: 32px;
}

h1.title-v3-lg,
h2.title-v3-lg {
  font-size: 24px;
  line-height: 28px;
}

h1.title-v3-md,
h2.title-v3-md {
  font-size: 20px;
  line-height: 24px;
}

h2.title-v3-sm,
h3.title-v3-md {
  font-size: 18px;
  line-height: 24px;
}

h3.title-v3-md {
  line-height: 22px;
}

h3.title-v3-sm {
  font-size: 16px;
  line-height: 20px;
}

h2.title-v3-xs {
  font-size: 16px;
  line-height: 22px;
}

h3.title-v3-xs {
  font-size: 14px;
  margin-bottom: 0;
}

/*Title v4*/

.title-v4 {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid #333;
}

/*Headline Center*/

.headline-center {
  text-align: center;
  position: relative;
}

.headline-center h2:after {
  left: 50%;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -5px;
  margin-left: -15px;
  text-align: center;
  position: absolute;
  background: #72c02c;
}

.headline-center h3 {
  margin-top: 0.5em;
}

.headline-center p {
  font-size: 14px;
}

@media (max-width: 991px) {
  .headline-center p {
    padding: 0 50px;
  }
}

.headline-center.headline-light h2 {
  color: #fff;
}

.headline-center.headline-light p {
  color: #eee;
}

/*Headline Center v2*/

.headline-center-v2 {
  z-index: 0;
  text-align: center;
  position: relative;
}

.headline-center-v2 h2 {
  color: #555;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.headline-center-v2 span.bordered-icon {
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}

.headline-center-v2 span.bordered-icon:before,
.headline-center-v2 span.bordered-icon:after {
  top: 8px;
  height: 1px;
  content: " ";
  width: 100px;
  background: #fff;
  position: absolute;
}

.headline-center-v2 span.bordered-icon:before {
  left: 100%;
}

.headline-center-v2 span.bordered-icon:after {
  right: 100%;
}

.headline-center-v2 p {
  color: #555;
  font-size: 14px;
  padding: 0 70px;
}

.headline-center-v2.headline-center-v2-dark p {
  color: #666;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon {
  color: #666;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon:before,
.headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
  background: #666;
}

/*Headline Left*/

.headline-left {
  position: relative;
}

.headline-left .headline-brd {
  color: #555;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.headline-left .headline-brd:after {
  left: 1px;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -5px;
  position: absolute;
  background: #72c02c;
}

/*Headline v2
------------------------------------*/

.headline-v2 {
  display: block;
  background: #fff;
  padding: 1px 10px;
  margin: 0 0 20px 0;
  border-left: 2px solid #000;
}

.headline-v2 h2 {
  margin: 3px 0;
  font-size: 20px;
  font-weight: 200;
}

/*Heading Sizes
------------------------------------*/

h2.heading-md {
  font-size: 20px;
  line-height: 24px;
}

h2.heading-sm,
h3.heading-md {
  font-size: 18px;
  line-height: 24px;
}

h3.heading-md {
  line-height: 22px;
}

h3.heading-sm {
  font-size: 16px;
  line-height: 20px;
}

h2.heading-xs {
  font-size: 16px;
  line-height: 22px;
}

h3.heading-xs {
  font-size: 14px;
  margin-bottom: 0;
}

/*Devider
------------------------------------*/

.devider.devider-dotted {
  border-top: 2px dotted #eee;
}

.devider.devider-dashed {
  border-top: 2px dashed #eee;
}

.devider.devider-db {
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.devider.devider-db-dashed {
  height: 5px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

.devider.devider-db-dotted {
  height: 5px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}

/*Tables
------------------------------------*/

/*Basic Tables*/

.table thead > tr > th {
  border-bottom: none;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .table th.hidden-sm,
  .table td.hidden-sm {
    display: none !important;
  }
}

/*Forms
------------------------------------*/

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.input-group-addon {
  border-radius: 0;
}

.form-control:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;
}

/*Form Spacing*/

.form-spacing .form-control {
  margin-bottom: 15px;
}

/*Form Icons*/

.input-group-addon {
  color: #b3b3b3;
  font-size: 14px;
  background: #fff;
}

/*Carousel v1
------------------------------------*/

.carousel-v1 .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
  color: #fff;
  margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
  opacity: 1;
  font-size: 30px;
  height: inherit;
  width: inherit;
  background: none;
  text-shadow: none;
  position: inherit;
}

.carousel-v1 .carousel-arrow a i {
  top: 50%;
  opacity: 0.6;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute;
}

.carousel-v1 .carousel-arrow a i:hover {
  opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
  left: 0;
}

.carousel-v1 .carousel-arrow a.right i {
  right: 0;
}

/*Carousel v2
------------------------------------*/

.carousel-v2 .carousel-control,
.carousel-v2 .carousel-control:hover {
  opacity: 1;
  text-shadow: none;
}

.carousel-v2 .carousel-control.left,
.carousel-v2 .carousel-control.right {
  top: 50%;
  z-index: 5;
  color: #eee;
  width: 45px;
  height: 45px;
  font-size: 30px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  display: inline-block;
  border: 2px solid #eee;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-v2 .carousel-control:hover {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.carousel-v2 .carousel-control.left {
  left: 20px;
}

.carousel-v2 .carousel-control.right {
  right: 20px;
}

.carousel-v2 .carousel-control .arrow-prev,
.carousel-v2 .carousel-control .arrow-next {
  top: -5px;
  position: relative;
}

.carousel-v2 .carousel-control .arrow-next {
  right: -2px;
}

@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 10px;
  }
}

/*Tabs
------------------------------------*/

.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
}

/*Tabs v2
------------------------------------*/

.tab-v2 .nav-tabs {
  border-bottom: none;
}

.tab-v2 .nav-tabs li a {
  padding: 9px 16px;
  background: none;
  border: none;
}

.tab-v2 .nav-tabs li.active a {
  background: #fff;
  padding: 7px 15px 9px;
  border: solid 1px #eee;
  border-top: solid 2px #72c02c;
  border-bottom: none !important;
}

.tab-v2 .tab-content {
  padding: 10px 16px;
  border: solid 1px #eee;
}

/*Tabs v3
------------------------------------*/

.tab-v3 .nav-pills li a {
  color: #777;
  font-size: 17px;
  padding: 4px 8px;
  margin-bottom: 3px;
  background: #fafafa;
  border: solid 1px #eee;
}

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
  color: #fff;
  background: #72c02c;
  border: solid 1px #68af28;
}

.tab-v3 .nav-pills li i {
  width: 1.25em;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}

.tab-v3 .tab-content {
  padding: 15px;
  background: #fafafa;
  border: solid 1px #eee;
}

/*Tab v4
------------------------------------*/

.tab-v4 .tab-heading {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 3px solid #333;
}

.tab-v4 .tab-heading h2 {
  margin: 0;
  float: left;
  font-size: 18px;
  font-weight: bold;
}

/*Nav Tabs*/

.tab-v4 .nav-tabs {
  top: 3px;
  border: none;
  float: right;
  overflow: hidden;
  position: relative;
}

.tab-v4 .nav-tabs a {
  color: #555;
  font-size: 12px;
  padding: 6px 15px;
  text-transform: uppercase;
}

.tab-v4 .nav-tabs > .active > a,
.tab-v4 .nav-tabs > .active > a:hover,
.tab-v4 .nav-tabs > .active > a:focus {
  border: none;
  background: inherit;
}

.tab-v4 .nav-tabs > li > a {
  border: none;
}

.tab-v4 .nav-tabs > li > a:hover {
  background: inherit;
}

.tab-v4 .tab-content {
  padding: 20px 0 10px;
}

/*Tab v5
------------------------------------*/

.tab-v5 .nav-tabs {
  border-bottom: none;
}

.tab-v5 .nav-tabs li a {
  border: none;
  font-size: 14px;
  background: none;
  padding: 9px 16px;
}

.tab-v5 .nav-tabs li.active a {
  background: #fff;
  padding: 7px 15px 9px;
  border: solid 1px #eee;
  border-top: solid 3px #222;
  border-bottom: none !important;
}

.tab-v5 .tab-content {
  padding: 13px;
  border: solid 1px #eee;
}

/*Accordions
------------------------------------*/

/*Accordion v1*/

.acc-v1 .panel-heading {
  padding: 0;
  box-shadow: none;
}

.acc-v1 .panel-heading a {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  background: #fefefe;
}

.acc-icon a.accordion-toggle i {
  color: #555;
  margin-right: 8px;
}

.acc-icon a.accordion-toggle:hover i {
  color: #39414c;
}

/*Navigation
------------------------------------*/

.dropdown-menu,
.navbar-toggle {
  border-radius: 0;
}

/*Pegination*/

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination li a {
  color: #777;
  padding: 5px 15px;
}

.pagination li a:hover {
  color: #fff;
  background: #5fb611;
  border-color: #5fb611;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #72c02c;
  background-color: #72c02c;
}

/*Pagination Without Space*/

.pagination-no-space .pagination {
  margin: 0;
}

/*Pager*/

.pager li > a,
.pager li > span {
  border-radius: 0;
}

.pager li > a:hover,
.pager li > a:focus {
  color: #fff;
  background: #5fb611;
  border-color: #5fb611;
}

/*Pager v2 and v3
------------------------------------*/

.pager.pager-v2 li > a {
  border: none;
}

.pager.pager-v2 li > a,
.pager.pager-v3 li > a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.pager.pager-v2 li > a:hover,
.pager.pager-v2 li > a:focus,
.pager.pager-v3 li > a:hover,
.pager.pager-v3 li > a:focus {
  color: #fff;
  background: #72c02c;
}

/*Pager Amount*/

.pager.pager-v2 li.page-amount,
.pager.pager-v3 li.page-amount {
  font-size: 16px;
  font-style: italic;
}

.pager.pager-v2 li.page-amount,
.pager.pager-v2 li.page-amount:hover,
.pager.pager-v2 li.page-amount:focus,
.pager.pager-v3 li.page-amount,
.pager.pager-v3 li.page-amount:hover,
.pager.pager-v3 li.page-amount:focus {
  top: 7px;
  color: #777;
  position: relative;
}

/*Pager Size*/

.pager.pager-v2.pager-md li a,
.pager.pager-v3.pager-md li a {
  font-size: 16px;
  padding: 8px 18px;
}

/*Pager v4
------------------------------------*/

.pager.pager-v4 li > a {
  line-height: normal;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.pager.pager-v4 li > a:hover,
.pager.pager-v4 li > a:focus {
  color: #fff;
  background: #222;
  border-color: #222;
}

/*Pager Amount*/

.pager.pager-v4 li.page-amount {
  font-size: 14px;
  font-style: italic;
}

.pager.pager-v4 li.page-amount,
.pager.pager-v4 li.page-amount:hover,
.pager.pager-v4 li.page-amount:focus {
  top: 7px;
  color: #777;
  position: relative;
}

/*Sidebar Menu
------------------------------------*/

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

/*Sidebar Menu v1*/

.sidebar-nav-v1 li {
  padding: 0;
}

.sidebar-nav-v1 li a {
  display: block;
  padding: 8px 30px 8px 10px;
}

.sidebar-nav-v1 li a:hover {
  text-decoration: none;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
  background: #717984;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover,
.sidebar-nav-v1 > li.active:focus {
  border-color: #ddd;
}

.sidebar-nav-v1 > li.active > a {
  color: #fff;
}

/*Sidebar Sub Navigation*/

.sidebar-nav-v1 li ul {
  padding: 0;
  list-style: none;
}

.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
  background: #f8f8f8;
}

.sidebar-nav-v1 li ul a {
  color: #555;
  font-size: 12px;
  border-top: solid 1px #ddd;
  padding: 6px 30px 6px 17px;
}

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #72c02c;
}

/*Sidebar Badges*/

.list-group-item li > .badge {
  float: right;
}

.sidebar-nav-v1 span.badge {
  margin-top: 8px;
  margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle > span.badge {
  margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 10px;
}

/*Sidebar List Toggle*/

.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

.list-toggle.active:after {
  color: #fff;
  content: "\f107";
}

/*Button Styles
------------------------------------*/

.btn {
  box-shadow: none;
  border-radius: 0;
}

.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #72c02c;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}

.btn-u:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-u.btn-block {
  text-align: center;
}

.btn-u-sm,
a.btn-u-sm {
  padding: 3px 12px;
}

.btn-u-lg,
a.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px;
}

.btn-u-xs,
a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px;
}

/*Button Groups*/

.btn-group .dropdown-menu > li > a {
  padding: 3px 13px;
}

.btn-group > .btn-u,
.btn-group-vertical > .btn-u {
  float: left;
  position: relative;
}

.btn-group > .btn-u:first-child {
  margin-left: 0;
}

/*For FF Only*/

@-moz-document url-prefix()  {
  .footer-subsribe .btn-u {
    padding-bottom: 4px;
  }
}

@media (max-width: 768px) {
@-moz-document url-prefix()  {
    .btn-u {
      padding-bottom: 6px;
    }
}
}

/*Buttons Color*/

.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
  background: #5fb611;
}

.btn-u-split.dropdown-toggle {
  border-left: solid 1px #5fb611;
}

.btn-u.btn-u-blue {
  background: #0091d2;
}

.btn-u.btn-u-blue:hover,
.btn-u.btn-u-blue:focus,
.btn-u.btn-u-blue:active,
.btn-u.btn-u-blue.active,
.open .dropdown-toggle.btn-u.btn-u-blue {
  background: #2980b9;
}

.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #2980b9;
}

.btn-u.btn-u-red {
  background: #e74c3c;
}

.btn-u.btn-u-red:hover,
.btn-u.btn-u-red:focus,
.btn-u.btn-u-red:active,
.btn-u.btn-u-red.active,
.open .dropdown-toggle.btn-u.btn-u-red {
  background: #c0392b;
}

.btn-u.btn-u-split-red.dropdown-toggle {
  border-left: solid 1px #c0392b;
}

.btn-u.btn-u-orange {
  background: #e67e22;
}

.btn-u.btn-u-orange:hover,
.btn-u.btn-u-orange:focus,
.btn-u.btn-u-orange:active,
.btn-u.btn-u-orange.active,
.open .dropdown-toggle.btn-u.btn-u-orange {
  background: #d35400;
}

.btn-u.btn-u-split-orange.dropdown-toggle {
  border-left: solid 1px #d35400;
}

.btn-u.btn-u-sea {
  background: #1abc9c;
}

.btn-u.btn-u-sea:hover,
.btn-u.btn-u-sea:focus,
.btn-u.btn-u-sea:active,
.btn-u.btn-u-sea.active,
.open .dropdown-toggle.btn-u.btn-u-sea {
  background: #16a085;
}

.btn-u.btn-u-split-sea.dropdown-toggle {
  border-left: solid 1px #16a085;
}

.btn-u.btn-u-green {
  background: #2ecc71;
}

.btn-u.btn-u-green:hover,
.btn-u.btn-u-green:focus,
.btn-u.btn-u-green:active,
.btn-u.btn-u-green.active,
.open .dropdown-toggle.btn-u.btn-u-green {
  background: #27ae60;
}

.btn-u.btn-u-split-green.dropdown-toggle {
  border-left: solid 1px #27ae60;
}

.btn-u.btn-u-yellow {
  background: #f1c40f;
}

.btn-u.btn-u-yellow:hover,
.btn-u.btn-u-yellow:focus,
.btn-u.btn-u-yellow:active,
.btn-u.btn-u-yellow.active,
.open .dropdown-toggle.btn-u.btn-u-yellow {
  background: #f39c12;
}

.btn-u.btn-u-split-yellow.dropdown-toggle {
  border-left: solid 1px #f39c12;
}

.btn-u.btn-u-default {
  background: #95a5a6;
}

.btn-u.btn-u-default:hover,
.btn-u.btn-u-default:focus,
.btn-u.btn-u-default:active,
.btn-u.btn-u-default.active,
.open .dropdown-toggle.btn-u.btn-u-default {
  background: #7f8c8d;
}

.btn-u.btn-u-split-default.dropdown-toggle {
  border-left: solid 1px #7f8c8d;
}

.btn-u.btn-u-purple {
  background: #9b6bcc;
}

.btn-u.btn-u-purple:hover,
.btn-u.btn-u-purple:focus,
.btn-u.btn-u-purple:active,
.btn-u.btn-u-purple.active,
.open .dropdown-toggle.btn-u.btn-u-purple {
  background: #814fb5;
}

.btn-u.btn-u-split-purple.dropdown-toggle {
  border-left: solid 1px #814fb5;
}

.btn-u.btn-u-aqua {
  background: #27d7e7;
}

.btn-u.btn-u-aqua:hover,
.btn-u.btn-u-aqua:focus,
.btn-u.btn-u-aqua:active,
.btn-u.btn-u-aqua.active,
.open .dropdown-toggle.btn-u.btn-u-aqua {
  background: #26bac8;
}

.btn-u.btn-u-split-aqua.dropdown-toggle {
  border-left: solid 1px #26bac8;
}

.btn-u.btn-u-brown {
  background: #9c8061;
}

.btn-u.btn-u-brown:hover,
.btn-u.btn-u-brown:focus,
.btn-u.btn-u-brown:active,
.btn-u.btn-u-brown.active,
.open .dropdown-toggle.btn-u.btn-u-brown {
  background: #81674b;
}

.btn-u.btn-u-split-brown.dropdown-toggle {
  border-left: solid 1px #81674b;
}

.btn-u.btn-u-dark-blue {
  background: #4765a0;
}

.btn-u.btn-u-dark-blue:hover,
.btn-u.btn-u-dark-blue:focus,
.btn-u.btn-u-dark-blue:active,
.btn-u.btn-u-dark-blue.active,
.open .dropdown-toggle.btn-u.btn-u-dark-blue {
  background: #324c80;
}

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #324c80;
}

.btn-u.btn-u-light-green {
  background: #79d5b3;
}

.btn-u.btn-u-light-green:hover,
.btn-u.btn-u-light-green:focus,
.btn-u.btn-u-light-green:active,
.btn-u.btn-u-light-green.active,
.open .dropdown-toggle.btn-u.btn-u-light-green {
  background: #59b795;
}

.btn-u.btn-u-split-light-green.dropdown-toggle {
  border-left: solid 1px #59b795;
}

.btn-u.btn-u-dark {
  background: #555;
}

.btn-u.btn-u-dark:hover,
.btn-u.btn-u-dark:focus,
.btn-u.btn-u-dark:active,
.btn-u.btn-u-dark.active,
.open .dropdown-toggle.btn-u.btn-u-dark {
  background: #333;
}

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #333;
}

.btn-u.btn-u-light-grey {
  background: #585f69;
}

.btn-u.btn-u-light-grey:hover,
.btn-u.btn-u-light-grey:focus,
.btn-u.btn-u-light-grey:active,
.btn-u.btn-u-light-grey.active,
.open .dropdown-toggle.btn-u.btn-u-light-grey {
  background: #484f58;
}

.btn-u.btn-u-split-light-grey.dropdown-toggle {
  border-left: solid 1px #484f58;
}

/*Bordered Buttons*/

.btn-u.btn-brd {
  color: #555;
  /*font-weight: 200;*/
  background: none;
  padding: 5px 13px;
  border: solid 1px transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn-u.btn-brd:hover {
  background: none;
  border: solid 1px #eee;
}

.btn-u.btn-brd:focus {
  background: none;
}

.btn-u.btn-brd.btn-brd-hover:hover {
  color: #fff !important;
}

.btn-u.btn-brd {
  border-color: #72c02c;
}

.btn-u.btn-brd:hover {
  color: #5fb611;
  border-color: #5fb611;
}

.btn-u.btn-brd.btn-brd-hover:hover {
  background: #5fb611;
}

.btn-u.btn-brd.btn-u-blue {
  border-color: #0091d2;
}

.btn-u.btn-brd.btn-u-blue:hover {
  color: #2980b9;
  border-color: #2980b9;
}

.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
  background: #2980b9;
}

.btn-u.btn-brd.btn-u-red {
  border-color: #e74c3c;
}

.btn-u.btn-brd.btn-u-red:hover {
  color: #c0392b;
  border-color: #c0392b;
}

.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
  background: #c0392b;
}

.btn-u.btn-brd.btn-u-orange {
  border-color: #e67e22;
}

.btn-u.btn-brd.btn-u-orange:hover {
  color: #d35400;
  border-color: #d35400;
}

.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
  background: #d35400;
}

.btn-u.btn-brd.btn-u-sea {
  border-color: #1abc9c;
}

.btn-u.btn-brd.btn-u-sea:hover {
  color: #16a085;
  border-color: #16a085;
}

.btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
  background: #16a085;
}

.btn-u.btn-brd.btn-u-green {
  border-color: #2ecc71;
}

.btn-u.btn-brd.btn-u-green:hover {
  color: #27ae60;
  border-color: #27ae60;
}

.btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
  background: #27ae60;
}

.btn-u.btn-brd.btn-u-yellow {
  border-color: #f1c40f;
}

.btn-u.btn-brd.btn-u-yellow:hover {
  color: #f39c12;
  border-color: #f39c12;
}

.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
  background: #f39c12;
}

.btn-u.btn-brd.btn-u-default {
  border-color: #95a5a6;
}

.btn-u.btn-brd.btn-u-default:hover {
  color: #7f8c8d;
  border-color: #7f8c8d;
}

.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
  background: #7f8c8d;
}

.btn-u.btn-brd.btn-u-dark {
  border-color: #555;
}

.btn-u.btn-brd.btn-u-dark:hover {
  color: #333;
  border-color: #333;
}

.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
  background: #333;
}

.btn-u.btn-brd.btn-u-light-grey {
  border-color: #585f69;
}

.btn-u.btn-brd.btn-u-light-grey:hover {
  color: #484f58;
  border-color: #484f58;
}

.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
  background: #484f58;
}

.btn-u.btn-brd.btn-u-purple {
  border-color: #9b6bcc;
}

.btn-u.btn-brd.btn-u-purple:hover {
  color: #814fb5;
  border-color: #814fb5;
}

.btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
  background: #814fb5;
}

.btn-u.btn-brd.btn-u-aqua {
  border-color: #27d7e7;
}

.btn-u.btn-brd.btn-u-aqua:hover {
  color: #26bac8;
  border-color: #26bac8;
}

.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
  background: #26bac8;
}

.btn-u.btn-brd.btn-u-brown {
  border-color: #9c8061;
}

.btn-u.btn-brd.btn-u-brown:hover {
  color: #81674b;
  border-color: #81674b;
}

.btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
  background: #81674b;
}

.btn-u.btn-brd.btn-u-dark-blue {
  border-color: #4765a0;
}

.btn-u.btn-brd.btn-u-dark-blue:hover {
  color: #324c80;
  border-color: #324c80;
}

.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
  background: #324c80;
}

.btn-u.btn-brd.btn-u-light-green {
  border-color: #79d5b3;
}

.btn-u.btn-brd.btn-u-light-green:hover {
  color: #59b795;
  border-color: #59b795;
}

.btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
  background: #59b795;
}

.btn-u.btn-brd.btn-u-light {
  color: #fff;
  border-color: #fff;
}

.btn-u.btn-brd.btn-u-light:hover {
  /*border-color: #fff;*/
}

.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
  /*background: #fff;*/
  /*color: #555 !important;*/
}

/*Dropdown Buttons
------------------------------------*/

.dropdown-show {
  box-shadow: 0 0 4px #eee;
  display: inline-block;
  position: relative;
}

/*Badges and Labels
------------------------------------*/

/*.badge,*/

/*.label {*/

/*border-radius: 0;*/

/*}*/

/*Labels*/

span.label {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px;
}

/*Badges*/

span.badge,
.list-group-item.active > .badge {
  color: #fff;
  font-weight: 400;
  padding: 4px 7px;
}

span.label-u,
span.badge-u,
.list-group-item.active > .badge.badge-u {
  background: #72c02c;
}

span.label-blue,
span.badge-blue,
.list-group-item.active > .badge {
  background: #0091d2;
}

span.label-red,
span.badge-red,
.list-group-item.active > .badge {
  background: #e74c3c;
}

span.label-green,
span.badge-green,
.list-group-item.active > .badge.badge-green {
  background: #2ecc71;
}

span.label-sea,
span.badge-sea,
.list-group-item.active > .badge.badge-sea {
  background: #1abc9c;
}

span.label-orange,
span.badge-orange,
.list-group-item.active > .badge.badge-orange {
  background: #e67e22;
}

span.label-yellow,
span.badge-yellow,
.list-group-item.active > .badge.badge-yellow {
  background: #f1c40f;
}

span.label-purple,
span.badge-purple,
.list-group-item.active > .badge.badge-purple {
  background: #9b6bcc;
}

span.label-aqua,
span.badge-aqua,
.list-group-item.active > .badge.badge-aqua {
  background: #27d7e7;
}

span.label-brown,
span.badge-brown,
.list-group-item.active > .badge.badge-brown {
  background: #9c8061;
}

span.label-dark-blue,
span.badge-dark-blue,
.list-group-item.active > .badge.badge-dark-blue {
  background: #4765a0;
}

span.label-light-green,
span.badge-light-green,
.list-group-item.active > .badge.badge-light-green {
  background: #79d5b3;
}

span.label-light,
span.badge-light,
.list-group-item.active > .badge.badge-light {
  color: #777;
  background: #ecf0f1;
}

span.label-dark,
span.badge-dark,
.list-group-item.active > .badge.badge-dark {
  background: #555;
}

/*Badge Lists*/

.badge-lists li {
  position: relative;
}

.badge-lists span.badge {
  top: -10px;
  right: -6px;
  position: absolute;
}

/*Badge Icons*/

.badge-lists.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px;
}

.badge-lists.badge-icons i {
  font-size: 18px;
  min-width: 25px;
}

/*Badge Box v1*/

.badge-box-v1 a {
  color: #777;
  min-width: 40px;
  font-size: 18px;
  padding: 8px 9px;
  display: inline-block;
  border: solid 1px #eee;
}

/*Badge Box v2*/

.badge-box-v2 a {
  color: #777;
  font-size: 12px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  border: solid 1px #eee;
}

.badge-box-v2 a i {
  font-size: 20px;
}

/*General Badge Box*/

.badge-box-v1 a i,
.badge-box-v2 a i {
  display: block;
  margin: 1px auto 2px;
}

.badge-box-v1 a:hover,
.badge-box-v2 a:hover {
  color: #555;
  border-color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*Icons
------------------------------------*/

/*Social Icons*/

.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  list-style: none;
  margin-right: 3px;
  margin-bottom: 5px;
  text-indent: -9999px;
  display: inline-block;
}

.social-icons li a,
a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
  background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}

.social-icons-color li a:hover {
  opacity: 1;
}

/*Font Awesome Icon Styles*/

i.icon-custom {
  color: #555;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  border: solid 1px #555;
}

i.icon-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
}

i.icon-md {
  width: 55px;
  height: 55px;
  font-size: 22px;
  line-height: 55px;
}

i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px;
}

/*i.icon-2x {*/

/*font-size: 30px;*/

/*}*/

/*i.icon-3x {*/

/*font-size: 40px;*/

/*}*/

/*i.icon-4x {*/

/*font-size: 50px;*/

/*}*/

/*Line Icons*/

i.icon-line {
  font-size: 17px;
}

i.icon-sm.icon-line {
  font-size: 14px;
}

i.icon-md.icon-line {
  font-size: 22px;
}

i.icon-lg.icon-line {
  font-size: 28px;
}

i.icon-2x.icon-line {
  font-size: 27px;
}

i.icon-3x.icon-line {
  font-size: 36px;
}

i.icon-4x.icon-line {
  font-size: 47px;
}

/*Icon Styles For Links*/

.link-icon,
.link-bg-icon {
  color: #555;
}

.link-icon:hover,
.link-bg-icon:hover {
  border: none;
  text-decoration: none;
}

.link-icon:hover i {
  color: #72c02c;
  background: none;
  border: solid 1px #72c02c;
}

.link-bg-icon:hover i {
  color: #72c02c;
  background: #72c02c;
  border-color: #72c02c;
  color: #fff !important;
}

/*Icons Color*/

i.icon-color-u,
i.icon-color-red,
i.icon-color-sea,
i.icon-color-dark,
i.icon-color-grey,
i.icon-color-blue,
i.icon-color-green,
i.icon-color-yellow,
i.icon-color-orange,
i.icon-color-purple,
i.icon-color-aqua,
i.icon-color-brown,
i.icon-color-dark-blue,
i.icon-color-light-grey,
i.icon-color-light-green {
  background: none;
}

i.icon-color-u {
  color: #72c02c;
  border: solid 1px #72c02c;
}

i.icon-color-blue {
  color: #0091d2;
  border: solid 1px #0091d2;
}

i.icon-color-red {
  color: #e74c3c;
  border: solid 1px #e74c3c;
}

i.icon-color-sea {
  color: #1abc9c;
  border: solid 1px #1abc9c;
}

i.icon-color-green {
  color: #2ecc71;
  border: solid 1px #2ecc71;
}

i.icon-color-yellow {
  color: #f1c40f;
  border: solid 1px #f1c40f;
}

i.icon-color-orange {
  color: #e67e22;
  border: solid 1px #e67e22;
}

i.icon-color-grey {
  color: #95a5a6;
  border: solid 1px #95a5a6;
}

i.icon-color-purple {
  color: #9b6bcc;
  border: solid 1px #9b6bcc;
}

i.icon-color-aqua {
  color: #27d7e7;
  border: solid 1px #27d7e7;
}

i.icon-color-brown {
  color: #9c8061;
  border: solid 1px #9c8061;
}

i.icon-color-dark-blue {
  color: #4765a0;
  border: solid 1px #4765a0;
}

i.icon-color-light-green {
  color: #79d5b3;
  border: solid 1px #79d5b3;
}

i.icon-color-light {
  color: #fff;
  border: solid 1px #fff;
}

i.icon-color-light-grey {
  color: #585f69;
  border: solid 1px #585f69;
}

.table .icon-2x {
  line-height: 1em;
}

/*Icons Backgroun Color*/

i.icon-bg-u,
i.icon-bg-red,
i.icon-bg-sea,
i.icon-bg-dark,
i.icon-bg-darker,
i.icon-bg-grey,
i.icon-bg-blue,
i.icon-bg-green,
i.icon-bg-yellow,
i.icon-bg-orange,
i.icon-bg-purple,
i.icon-bg-aqua,
i.icon-bg-brown,
i.icon-bg-dark-blue,
i.icon-bg-light-grey,
i.icon-bg-light-green {
  color: #fff;
  border-color: transparent;
}

i.icon-bg-u {
  background: #72c02c;
}

i.icon-bg-blue,
span .icon-bg-blue {
  background: #0091d2;
}

i.icon-bg-red {
  background: #e74c3c;
}

i.icon-bg-sea {
  background: #1abc9c;
}

i.icon-bg-green {
  background: #2ecc71;
}

i.icon-bg-yellow {
  background: #f1c40f;
}

i.icon-bg-orange {
  background: #e67e22;
}

i.icon-bg-grey {
  background: #95a5a6;
}

i.icon-bg-dark {
  background: #555;
}

i.icon-bg-darker {
  background: #333;
}

i.icon-bg-purple {
  background: #9b6bcc;
}

i.icon-bg-aqua {
  background: #27d7e7;
}

i.icon-bg-brown {
  background: #9c8061;
}

i.icon-bg-dark-blue {
  background: #4765a0;
}

i.icon-bg-light-green {
  background: #79d5b3;
}

i.icon-bg-light {
  background: #fff;
  border-color: transparent;
}

i.icon-bg-light-grey {
  background: #585f69;
  border-color: transparent;
}

p.icon-p.icon-bg-green {
  background: #2ecc71;
}

p.icon-p.icon-bg-blue {
  background: #0091d2;
}

/* Make Font Awesome icons fixed width */

.fa-fixed [class^="fa"],
.fa-fixed [class*=" fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block;
}

.fa-fixed [class^="fa"].fa-lg,
.fa-fixed [class*=" fa"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

/*Content Boxes
------------------------------------*/

/*Content Boxes v1*/

.content-boxes-v1 {
  text-align: center;
}

.content-boxes-v1 span {
  display: block;
  margin-top: 5px;
}

/*Content Boxes v2*/

.content-boxes-v2-o span {
  display: block;
  overflow: hidden;
}

.content-boxes-v2-o small {
  display: block;
  line-height: 1.6;
}

.content-boxes-v2-o .icon-md + span {
  margin-top: 9px;
}

.content-boxes-v2-o .icon-lg + span {
  margin-top: 11px;
}

.content-boxes-v2-o .icon-custom {
  float: left;
  margin-top: 3px;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .content-boxes-v2,
  .content-boxes-v2 .text-justify {
    text-align: center;
  }

  .content-boxes-v2 span {
    display: block;
    margin-top: 5px;
  }
}

/*Content Boxes v3*/

.content-boxes-v3 i.icon-custom {
  top: 8px;
  float: left;
  position: relative;
}

.content-boxes-v3 .content-boxes-in-v3 {
  padding: 0 20px;
  overflow: hidden;
}

.content-boxes-v3 .content-boxes-in-v3 h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.content-boxes-v3 .content-boxes-in-v3 h3 a {
  color: #555;
}

/*Content Boxes Right v3*/

.content-boxes-v3.content-boxes-v3-right {
  text-align: right;
}

.content-boxes-v3.content-boxes-v3-right i.icon-custom {
  float: right;
}

@media (max-width: 768px) {
  .content-boxes-v3.content-boxes-v3-right {
    text-align: inherit;
  }

  .content-boxes-v3.content-boxes-v3-right i.icon-custom {
    float: left;
    margin-left: 0;
  }
}

/*Content Boxes v4*/

.content-boxes-v4 h2 {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.content-boxes-v4 a {
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.content-boxes-v4 i {
  width: 25px;
  color: #72c02c;
  font-size: 35px;
  margin-top: 10px;
}

.content-boxes-in-v4 {
  padding: 0 10px;
  overflow: hidden;
}

.content-boxes-v4-sm i {
  font-size: 26px;
  margin-top: 10px;
  margin-right: 5px;
}

/*Content Boxes v5*/

.content-boxes-v5 i {
  float: left;
  color: #999;
  width: 50px;
  height: 50px;
  padding: 11px;
  font-size: 22px;
  background: #eee;
  line-height: 28px;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}

.content-boxes-v5:hover i {
  color: #fff;
  background: #72c02c;
}

/*Content Boxes v6*/

.content-boxes-v6 {
  padding-top: 25px;
  text-align: center;
}

.content-boxes-v6 i {
  color: #fff;
  width: 90px;
  height: 90px;
  padding: 30px;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  background: #dedede;
  margin-bottom: 25px;
  display: inline-block;
}

.content-boxes-v6 i:after {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  content: " ";
  position: absolute;
  border: 1px solid #dedede;
  border-radius: 50% !important;
}

.content-boxes-v6:hover i,
.content-boxes-v6:hover i:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content-boxes-v6:hover i {
  background: #72c02c;
}

.content-boxes-v6:hover i:after {
  border-color: #72c02c;
}

/*Colored Content Boxes
------------------------------------*/

.service-block {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px;
}

.service-block p,
.service-block h2 {
  color: #fff;
}

.service-block h2 a:hover {
  text-decoration: none;
}

.service-block-light,
.service-block-default {
  background: #fafafa;
  border: solid 1px #eee;
}

.service-block-default:hover {
  box-shadow: 0 0 8px #eee;
}

.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
  color: #555;
}

.service-block-u {
  background: #72c02c;
}

.service-block-blue {
  background: #0091d2;
}

.service-block-red {
  background: #e74c3c;
}

.service-block-sea {
  background: #1abc9c;
}

.service-block-grey {
  background: #95a5a6;
}

.service-block-yellow {
  background: #f1c40f;
}

.service-block-orange {
  background: #e67e22;
}

.service-block-green {
  background: #2ecc71;
}

.service-block-purple {
  background: #9b6bcc;
}

.service-block-aqua {
  background: #27d7e7;
}

.service-block-brown {
  background: #9c8061;
}

.service-block-dark-blue {
  background: #4765a0;
}

.service-block-light-green {
  background: #79d5b3;
}

.service-block-dark {
  background: #555;
}

.service-block-light {
  background: #ecf0f1;
}

/*Funny Boxes
------------------------------------*/

.funny-boxes {
  background: #f7f7f7;
  padding: 20px 20px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.funny-boxes h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 20px;
}

.funny-boxes h2 a {
  color: #555;
}

.funny-boxes p a {
  color: #72c02c;
}

.funny-boxes .funny-boxes-img li {
  font-size: 12px;
  margin-bottom: 2px;
}

.funny-boxes .funny-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .funny-boxes .funny-boxes-img li {
    display: inline-block;
  }
}

.funny-boxes .funny-boxes-img img {
  margin: 5px 10px 15px 0;
}

.funny-boxes ul.funny-boxes-rating li {
  display: inline-block;
}

.funny-boxes ul.funny-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 14px;
}

.funny-boxes ul.funny-boxes-rating li i:hover {
  color: #f8be2c;
}

/*Funny Colored Boxes*/

.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}

/*Red Funny Box*/

.funny-boxes-red {
  background: #e74c3c;
}

/*Dark Red Funny Box*/

.funny-boxes-purple {
  background: #9b6bcc;
}

/*Blue Funny Box*/

.funny-boxes-blue {
  background: #0091d2;
}

/*Grey Funny Box*/

.funny-boxes-grey {
  background: #95a5a6;
}

/*Turquoise Funny Box*/

.funny-boxes-sea {
  background: #1abc9c;
}

/*Turquoise Top Bordered Funny Box*/

.funny-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}

.funny-boxes-top-sea:hover {
  border-top-color: #16a085;
}

/*Yellow Top Bordered Funny Box**/

.funny-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}

.funny-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}

/*Red Top Bordered Funny Box**/

.funny-boxes-top-red {
  border-top: solid 2px #e74c3c;
}

.funny-boxes-top-red:hover {
  border-top-color: #c0392b;
}

/*Purple Top Bordered Funny Box**/

.funny-boxes-top-purple {
  border-top: solid 2px #9b6bcc;
}

.funny-boxes-top-purple:hover {
  border-top-color: #814fb5;
}

/*Orange Left Bordered Funny Box**/

.funny-boxes-left-orange {
  border-left: solid 2px #e67e22;
}

.funny-boxes-left-orange:hover {
  border-left-color: #d35400;
}

/*Green Left Bordered Funny Box**/

.funny-boxes-left-green {
  border-left: solid 2px #72c02c;
}

.funny-boxes-left-green:hover {
  border-left-color: #5fb611;
}

/*Blue Left Bordered Funny Box**/

.funny-boxes-left-blue {
  border-left: solid 2px #0091d2;
}

.funny-boxes-left-blue:hover {
  border-left-color: #2980b9;
}

/*Dark Left Bordered Funny Box**/

.funny-boxes-left-dark {
  border-left: solid 2px #555;
}

.funny-boxes-left-dark:hover {
  border-left-color: #333;
}

/*Typography
------------------------------------*/

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

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

.text-transform-normal {
  text-transform: inherit !important;
}

.font-bold {
  font-weight: 600;
}

.font-light {
  font-weight: 200;
}

.font-normal {
  font-weight: 400;
}

/*Text Dropcap*/

.dropcap {
  float: left;
  color: #72c02c;
  padding: 5px 0;
  font-size: 45px;
  font-weight: 200;
  line-height: 30px;
  margin: 0px 5px 0 0;
}

.dropcap-bg {
  float: left;
  color: #fff;
  padding: 7px 0;
  min-width: 50px;
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
  text-align: center;
  background: #72c02c;
  margin: 4px 10px 0 0;
}

/*Text Highlights*/

.text-highlights {
  color: #fff;
  font-weight: 200;
  padding: 0px 5px;
  background: #555;
}

.text-highlights-green {
  background: #72c02c;
}

.text-highlights-won {
  background: #72c02c;
  color: white !important;
}

.text-highlights-defeat {
  background: #ececec;
  color: inherit !important;
}

.text-highlights-drawn {
  background: #ececec;
  color: inherit !important;
}

.text-highlights-no {
  color: #0f0f36 !important;
}

.text-highlights-blue {
  background: #0091d2;
}

.text-highlights-red {
  background: #e74c3c;
}

.text-highlights-sea {
  background: #1abc9c;
}

.text-highlights-orange {
  background: #e67e22;
}

.text-highlights-grey {
  background: #f4f4f4;
}

.text-highlights-yellow {
  background: #f1c40f;
}

.text-highlights-purple {
  background: #9b6bcc;
}

.text-highlights-aqua {
  background: #27d7e7;
}

.text-highlights-brown {
  background: #9c8061;
}

.text-highlights-dark-blue {
  background: #4765a0;
}

.text-highlights-light-green {
  background: #79d5b3;
}

/*Text Borders*/

.text-border {
  border-bottom: dashed 1px #555;
}

.text-border-default {
  border-color: #95a5a6;
}

.text-border-green {
  border-color: #72c02c;
}

.text-border-blue {
  border-color: #0091d2;
}

.text-border-red {
  border-color: #e74c3c;
}

.text-border-yellow {
  border-color: #f1c40f;
}

.text-border-purple {
  border-color: #9b6bcc;
}

/*List Styles*/

.list-styles li {
  margin-bottom: 8px;
}

/*Contextual Backgrounds*/

.contex-bg p {
  opacity: 0.8;
  padding: 8px 10px;
}

.contex-bg p:hover {
  opacity: 1;
}

/*Alerts
------------------------------------*/

.alert {
  border-radius: 0;
}

/*Alerts
------------------------------------*/

.thumbnail {
  border-radius: 0;
}

/*Tag Boxes
------------------------------------*/

.tag-box {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}

.tag-box h2 {
  font-size: 20px;
  line-height: 25px;
}

.tag-box p {
  margin-bottom: 0;
}

.tag-box.tag-text-space p {
  margin-bottom: 10px;
}

/*Tag Boxes v1*/

.tag-box-v1 {
  border: solid 1px #eee;
  border-top: solid 2px #72c02c;
}

/*Tag Boxes v2*/

.tag-box-v2 {
  background: #fafafa;
  border: solid 1px #eee;
  border-left: solid 2px #72c02c;
}

/*Tag Boxes v3*/

.tag-box-v3 {
  border: solid 2px #eee;
}

/*Tag Boxes v4*/

.tag-box-v4 {
  border: dashed 1px #bbb;
}

/*Tag Boxes v5*/

.tag-box-v5 {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc;
}

.tag-box-v5 span {
  color: #555;
  font-size: 28px;
  margin-bottom: 0;
}

/*Tag Boxes v6*/

.tag-box-v6 {
  background: #fafafa;
  border: solid 1px #eee;
}

/*Tag Boxes v7*/

.tag-box-v7 {
  border: solid 1px #eee;
  border-bottom: solid 2px #72c02c;
}

/*Testimonials
------------------------------------*/

/*Testimonials*/

.testimonials {
  margin-bottom: 10px;
}

.testimonials .testimonial-info {
  color: #72c02c;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 18px;
}

.testimonials .testimonial-info span {
  top: 3px;
  position: relative;
}

.testimonials .testimonial-info em {
  color: #777;
  display: block;
  font-size: 13px;
}

.testimonials .testimonial-info img {
  width: 60px;
  float: left;
  height: 60px;
  padding: 2px;
  margin-right: 15px;
  border: solid 1px #ccc;
}

.testimonials .testimonial-author {
  overflow: hidden;
}

.testimonials .carousel-arrow {
  top: -65px;
  position: relative;
}

.testimonials .carousel-arrow i {
  color: #777;
  padding: 2px;
  min-width: 25px;
  font-size: 20px;
  text-align: center;
  background: #f5f5f5;
}

.testimonials .carousel-arrow i:hover {
  color: #fff;
  background: #72c02c;
}

.testimonials .carousel-control {
  opacity: 1;
  width: 100%;
  text-align: right;
  text-shadow: none;
  position: absolute;
  filter: Alpha(opacity=100);
  /*For IE*/
}

.testimonials .carousel-control.left {
  right: 27px;
  left: auto;
}

.testimonials .carousel-control.right {
  right: 0px;
}

/*Testimonials v1*/

.testimonials.testimonials-v1 .item p {
  position: relative;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
  left: 80px;
  bottom: -20px;
}

.testimonials.testimonials-v1 .item p:after {
  border-top: 22px solid;
  border-left: 0 solid transparent;
  border-right: 22px solid transparent;
}

/*Testimonials v2*/

.testimonials.testimonials-v2 .testimonial-info {
  padding: 0 20px;
}

.testimonials.testimonials-v2 p {
  padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
  top: -55px;
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
  left: 8%;
  bottom: 45px;
}

.testimonials.testimonials-v2 .item p:after {
  border-top: 20px solid;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
}

/*General Testimonials v1/v2*/

.testimonials.testimonials-v1 p,
.testimonials.testimonials-v2 p {
  padding: 15px;
  font-size: 14px;
  font-style: italic;
  background: #f5f5f5;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v2 .item p:after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  border-top-color: #f5f5f5;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}

/*Testimonials Backgrounds*/

.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
  color: #fff;
  font-weight: 200;
}

.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
  color: #fff;
}

/*Testimonials Default*/

.testimonials-bg-default .item p {
  background: #72c02c;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #72c02c;
}

.testimonials-bg-default .carousel-arrow i {
  background: #72c02c;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #5fb611;
}

/*Testimonials Dark*/

.testimonials-bg-dark .item p {
  background: #555;
}

.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
  border-top-color: #555;
}

.testimonials-bg-dark .carousel-arrow i {
  color: #fff;
  background: #555;
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
  background: #333;
}

.testimonials.testimonials-bg-dark .testimonial-info {
  color: #555;
}

/*Panels (Portlets)
------------------------------------*/

.panel,
.panel-heading,
.panel-group .panel {
  border-radius: 0;
}

.panel-heading {
  color: #fff;
  padding: 5px 15px;
}

/*Panel Table*/

.panel .table {
  margin-bottom: 0;
}

/*Panel Unify*/

.panel-u {
  border-color: #72c02c;
}

.panel-u > .panel-heading {
  background: #72c02c;
}

/*Panel Blue*/

.panel-blue {
  border-color: #0091d2;
}

.panel-blue > .panel-heading {
  background: #0091d2;
}

/*Panel Red*/

.panel-red {
  border-color: #e74c3c;
}

.panel-red > .panel-heading {
  background: #e74c3c;
}

/*Panel Green*/

.panel-green {
  border-color: #2ecc71;
}

.panel-green > .panel-heading {
  background: #2ecc71;
}

/*Panel Sea*/

.panel-sea {
  border-color: #1abc9c;
}

.panel-sea > .panel-heading {
  background: #1abc9c;
}

/*Panel Orange*/

.panel-orange {
  border-color: #e67e22;
}

.panel-orange > .panel-heading {
  background: #e67e22;
}

/*Panel Yellow*/

.panel-yellow {
  border-color: #f1c40f;
}

.panel-yellow > .panel-heading {
  background: #f1c40f;
}

/*Panel Grey*/

.panel-grey {
  border-color: #95a5a6;
}

.panel-grey > .panel-heading {
  background: #95a5a6;
}

/*Panel Dark*/

.panel-dark {
  border-color: #555;
}

.panel-dark > .panel-heading {
  background: #555;
}

/*Panel Purple*/

.panel-purple {
  border-color: #9b6bcc;
}

.panel-purple > .panel-heading {
  background: #9b6bcc;
}

/*Panel Aqua*/

.panel-aqua {
  border-color: #27d7e7;
}

.panel-aqua > .panel-heading {
  background: #27d7e7;
}

/*Panel Brown*/

.panel-brown {
  border-color: #9c8061;
}

.panel-brown > .panel-heading {
  background: #9c8061;
}

/*Panel Dark Blue*/

.panel-dark-blue {
  border-color: #4765a0;
}

.panel-dark-blue > .panel-heading {
  background: #4765a0;
}

/*Panel Light Green*/

.panel-light-green {
  border-color: #79d5b3;
}

.panel-light-green > .panel-heading {
  background: #79d5b3;
}

/*Panel Default Dark*/

.panel-default-dark {
  border-color: #585f69;
}

.panel-default-dark > .panel-heading {
  background: #585f69;
}

/*Progress Bar
------------------------------------*/

.progress {
  border-radius: 0;
}

.progress-u {
  box-shadow: none;
}

.progress-u .progress-bar {
  box-shadow: none;
}

/*progress-bar (sizes)*/

.progress-lg {
  height: 25px;
}

.progress-lg p {
  padding-top: 3px;
}

.progress-sm {
  height: 12px;
}

.progress-xs {
  height: 7px;
}

.progress-xxs {
  height: 3px;
}

/*progress-bar (colors)*/

.progress {
  background: #e5e5e5;
}

.progress-bar-u {
  background: #72c02c;
}

.progress-bar-blue {
  background: #0091d2;
}

.progress-bar-orange {
  background: #e67e22;
}

.progress-bar-red {
  background: #e74c3c;
}

.progress-bar-purple {
  background: #9b6bcc;
}

.progress-bar-aqua {
  background: #27d7e7;
}

.progress-bar-brown {
  background: #9c8061;
}

.progress-bar-dark-blue {
  background: #4765a0;
}

.progress-bar-light-green {
  background: #79d5b3;
}

.progress-bar-dark {
  background: #555;
}

/*Progress Bar Animation
------------------------------------*/

.progress {
  position: relative;
}

.progress .progress-bar {
  overflow: hidden;
  line-height: 20px;
  position: absolute;
}

.progress-box .progress-bar {
  transition: all 3s ease-in;
  -o-transition: all 3s ease-in;
  -ms-transition: all 3s ease-in;
  -moz-transition: all 3s ease-in;
  -webkit-transition: all 3s ease-in;
}

/*Vertical Progress Bar*/

.progress.vertical {
  float: left;
  width: 100%;
  height: 200px;
  margin-right: 20px;
}

.progress.vertical.bottom {
  position: relative;
}

.progress.vertical .progress-bar {
  height: 0;
  width: 100%;
  transition: height 3s ease;
  -o-transition: height 3s ease;
  -ms-transition: height 3s ease;
  -moz-transition: height 3s ease;
  -webkit-transition: height 3s ease;
}

.progress.vertical.bottom .progress-bar {
  bottom: 0;
  position: absolute;
}

/*Count Stars
------------------------------------*/

.stars-existing {
  color: #72c02c;
  cursor: pointer;
}

.star-lg {
  font-size: 30px;
}

.star-sm {
  font-size: 25px;
}

.star-xs {
  font-size: 20px;
}

.star-default {
  font-size: 16px;
}

/*Media (Audio/Videos and Images)
------------------------------------*/

/*Images*/

img.img-bordered {
  padding: 3px;
  border: solid 1px #eee;
}

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

img.image-sm {
  width: 50px;
  height: 50px;
}

img.image-md {
  width: 100px;
  height: 100px;
}

/*Responsive Video*/

.responsive-video {
  height: 0;
  padding-top: 1px;
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
}

.responsive-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*Tags v1
------------------------------------*/

.tags-v1 li {
  margin: 0;
  padding: 0;
}

.tags-v1 li a {
  font-size: 13px;
  padding: 4px 8px;
  line-height: 32px;
  border: solid 2px #eee;
  border-radius: 20px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tags-v1 li a:hover {
  text-decoration: none;
  border-color: #e0e0e0;
}

/*Tags v2
------------------------------------*/

.tags-v2 li {
  padding: 7px 0 7px 4px;
}

.tags-v2 li a {
  color: #555;
  font-size: 13px;
  padding: 5px 10px;
  border: solid 1px #bbb;
}

.tags-v2 li a:hover {
  color: #fff;
  background: #555;
  border-color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*Tags v3
------------------------------------*/

.tags-v3 li {
  padding: 7px 0 7px 4px;
}

.tags-v3 li a {
  color: #555;
  font-size: 12px;
  padding: 4px 12px;
  border: solid 1px #eee;
}

.tags-v3 li a:hover {
  color: #fff;
  background: #222;
  border-color: #222;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*Tags v4
------------------------------------*/

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

.tags-v4 li {
  padding: 3px 2px;
  line-height: 28px;
  display: inline-block;
}

.tags-v4 a {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
  border: 1px solid #bbb;
}

.tags-v4 a:hover {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
  text-decoration: none;
  -webkit-transition: all 0.25s, -webkit-transform 0.25s;
  transition: all 0.25s, transform 0.25s;
}

/*Lists
------------------------------------*/

.list-row {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

/*Lists v1*/

.lists-v1 li {
  margin-bottom: 10px;
}

.lists-v1 i {
  color: #fff;
  width: 15px;
  height: 15px;
  padding: 1px;
  font-size: 13px;
  margin-right: 7px;
  text-align: center;
  background: #72c02c;
  display: inline-block;
  border-radius: 50% !important;
}

/*Lists v2*/

.lists-v2 li {
  margin-bottom: 10px;
}

.lists-v2 i {
  color: #72c02c;
  font-size: 13px;
  margin-right: 7px;
  display: inline-block;
}

/*Column Sizes
------------------------------------*/

/*Remove the Gutter Padding from Columns*/

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter.no-gutter-boxed {
  padding-right: 15px;
  padding-left: 15px;
}

/*Heights
------------------------------------*/

.height-100 {
  min-height: 100px;
}

.height-150 {
  min-height: 150px;
}

.height-200 {
  min-height: 200px;
}

.height-250 {
  min-height: 250px;
}

.height-300 {
  min-height: 300px;
}

.height-350 {
  min-height: 350px;
}

.height-400 {
  min-height: 400px;
}

.height-450 {
  min-height: 450px;
}

.height-500 {
  min-height: 500px !important;
}

/*Spaces
------------------------------------*/

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0;
}

.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-no-base {
  padding: 0;
}

.content-base {
  padding-bottom: 20px;
}

.content-xxs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-bottom: 100px;
}

.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px;
}

.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px;
}

.margin-top-5,
.margin-top-10,
.margin-top-15,
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-40,
.margin-top-45,
.margin-top-50,
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-80,
.margin-bottom-100 {
  clear: both;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-35 {
  margin-right: 35px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-45 {
  margin-right: 45px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-right-55 {
  margin-right: 55px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-35 {
  margin-left: 35px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-55 {
  margin-left: 55px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-left-60 {
  margin-left: 60px;
}

@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }

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

  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }

  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }

  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }

  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }

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

  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }

  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }

  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }

  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

/*Other Spaces*/

.padding-top-5 {
  padding-top: 5px!important;
}

.padding-top-10 {
  padding-top: 10px!important;
}

.padding-top-15 {
  padding-top: 15px!important;
}

.padding-top-20 {
  padding-top: 20px!important;
}

.padding-top-25 {
  padding-top: 25px!important;
}

.padding-left-5 {
  padding-left: 5px!important;
}

.padding-left-10 {
  padding-left: 10px!important;
}

.padding-left-15 {
  padding-left: 15px!important;
}

.padding-left-25 {
  padding-left: 25px!important;
}

.padding-left-35 {
  padding-left: 35px!important;
}

.padding-right-5 {
  padding-right: 5px!important;
}

.padding-right-10 {
  padding-right: 10px!important;
}

.padding-right-15 {
  padding-right: 15px!important;
}

.padding-right-25 {
  padding-right: 25px!important;
}

.padding-right-35 {
  padding-right: 35px!important;
}

.padding-bottom-5 {
  padding-bottom: 5px!important;
}

.padding-bottom-10 {
  padding-bottom: 10px!important;
}

.padding-bottom-15 {
  padding-bottom: 15px!important;
}

.padding-bottom-20 {
  padding-bottom: 20px!important;
}

.padding-bottom-25 {
  padding-bottom: 25px!important;
}

.padding-bottom-10 {
  padding-bottom: 10px!important;
}

/*TA COLORS*/

.color-ta-blue {
  color: #0091d2 !important;
}

.color-ta-orange {
  color: #fac300 !important;
}

.color-ta-lime {
  color: #d7d52d !important;
}

.color-ta-pink {
  color: #e10073 !important;
}

.color-won {
  color: #5CB85C;
  font-weight: 600 !important;
}

.color-no {
  color: #555;
}

.bg-ta-darkblue {
  background-color: #1e55af;
}

.bg-ta-blue {
  background-color: #0091d2;
}

.bg-ta-orange {
  background-color: #fac300;
}

.bg-ta-lime {
  background-color: #d7d52d;
}

.bg-ta-pink {
  background-color: #e10073;
}

.bg-ta-green {
  background-color: #5CB85C;
}

/*Text Colors
------------------------------------*/

.color-sea {
  color: #1abc9c;
}

.color-red {
  color: #e74c3c;
}

.color-aqua {
  color: #27d7e7;
}

.color-blue {
  color: #1e55af;
}

.color-grey {
  color: #95a5a6;
}

.color-dark {
  color: #555555;
}

.color-darker {
  color: #333333;
}

.color-green {
  color: #2a9436;
}

.color-brown {
  color: #9c8061;
}

.color-light {
  color: #ffffff;
}

.color-orange {
  color: #e67e22;
}

.color-yellow {
  color: #f1c40f;
}

.color-green1 {
  color: #2ecc71;
}

.color-purple {
  color: #9b6bcc;
}

.color-inherit {
  color: inherit;
}

.color-dark-blue {
  color: #4765a0;
}

.color-light-grey {
  color: #585f69;
}

.color-light-green {
  color: #79d5b3;
}

/*Background Colors
------------------------------------*/

.bg-color-dark,
.bg-color-darker,
.bg-color-sea,
.bg-color-red,
.bg-color-aqua,
.bg-color-blue,
.bg-color-grey,
.bg-color-light,
.bg-color-green,
.bg-color-brown,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green {
  color: #fff;
}

.bg-color-white {
  color: #555;
}

.bg-color-dark {
  background-color: #555 !important;
}

.bg-color-darker {
  background-color: #222 !important;
}

.bg-color-white {
  background-color: #fff !important;
}

.bg-color-sea {
  background-color: #1abc9c !important;
}

.bg-color-red {
  background-color: #e74c3c !important;
}

.bg-color-aqua {
  background-color: #27d7e7 !important;
}

.bg-color-blue {
  background-color: #0091d2 !important;
}

.bg-color-grey {
  background-color: #95a5a6 !important;
}

.bg-color-light {
  background-color: #f7f7f7 !important;
}

.bg-color-lime {
  background-color: #cbdb2a !important;
}

.bg-color-green {
  background-color: #2a9436 !important;
}

.bg-color-brown {
  background-color: #9c8061 !important;
}

.bg-color-orange {
  background-color: #f0c729 !important;
}

.bg-color-green1 {
  background-color: #2ecc71 !important;
}

.bg-color-purple {
  background-color: #9b6bcc !important;
}

.bg-color-dark-blue {
  background-color: #4765a0 !important;
}

.bg-color-light-grey {
  background-color: #585f69 !important;
}

.bg-color-light-green {
  background-color: #79d5b3 !important;
}

.bg-color-pale {
  background-color: #F4FBFF !important;
}

.bg-color-pink {
  background-color: #dc047f !important;
}

.bg-color-grale {
  background-color: #e7ebf0 !important;
}

.bg-color-none {
  background-color: transparent !important;
}

.rgba-red {
  background-color: rgba(231, 76, 60, 0.8);
}

.rgba-blue {
  background-color: rgba(52, 152, 219, 0.8);
}

.rgba-aqua {
  background-color: rgba(39, 215, 231, 0.8);
}

.rgba-yellow {
  background-color: rgba(241, 196, 15, 0.8);
}

.rgba-default {
  background-color: rgba(114, 192, 44, 0.8);
}

.rgba-purple {
  background-color: rgba(155, 107, 204, 0.8);
}

/*Grey Backroud*/

.bg-grey {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.btn-no-bg:hover {
  color: #0C182F;
}

/*Rounded and Circle Classes
------------------------------------*/

.no-rounded {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-x {
  border-radius: 50% !important;
}

.rounded-2x {
  border-radius: 10px !important;
}

.rounded-3x {
  border-radius: 15px !important;
}

.rounded-4x {
  border-radius: 20px !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded-md {
  border-radius: 3px !important;
}

.rounded-top {
  border-radius: 4px 4px 0 0 !important;
}

.rounded-left {
  border-radius: 4px 0 0 4px !important;
}

.rounded-right {
  border-radius: 0 4px 4px 0 !important;
}

.rounded-bottom {
  border-radius: 0 0 4px 4px !important;
}

/*Others
------------------------------------*/

.overflow-h {
  overflow: hidden;
}

.overflow-a {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.clear-both {
  clear: both;
}

/*Display*/

.dp-none {
  display: none;
}

.dp-block {
  display: block;
}

.dp-table {
  display: table;
}

.dp-inline-block {
  display: inline-block;
}

.dp-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*Full Width*/

.full-width {
  width: 100%;
}

/*Equal Height Columns*/

@media (max-width: 767px) {
  .equal-height-column {
    height: auto !important;
  }
}

/*Image Classes*/

.img-width-200 {
  width: 200px;
}

.lft-img-margin {
  margin: 0 20px 5px 0;
}

.rgt-img-margin {
  margin: 0 0 5px 10px;
}

img.img-center,
.img-center img {
  margin-left: auto;
  margin-right: auto;
}

/*Background Light*/

.bg-light {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fcfcfc;
  border: solid 1px #e5e5e5;
}

.bg-light:hover {
  border: solid 1px #bbb;
}

/*CSS3 Hover Effects*/

.hover-effect {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.disabled:hover {
  cursor: not-allowed !important;
}

/*SSO TWEAK */

#tanavContainer {
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  float: left;
  display: block;
}

#main-navbar.header-v6.affix-top,
.collapsed-holder {
  width: 100%;
  max-width: 100%;
  float: left;
  display: inline-block;
}

#main-navbar .menu-container {
  /*background-color: #0091d2;*/
}

#main-navbar.header-v6 #secondary-navbar .navbar-nav {
  margin: 0 auto;
}

#main-navbar.header-v6 #secondary-navbar .navbar-nav > li > a {
  line-height: 15px;
  padding: 15px;
  margin: 0 auto;
  color: #222240;
}

#secondary-navbar {
  box-shadow: none !important;
}

#header-home {
  z-index: 1003;
  position: absolute;
  top: 0;
  right: 0;
}

.organisation-top-holder {
  background-color: #9AAAB5;
  width: 100%;
  height: 300px;
  display: block;
  float: left;
}

/*.icon {*/

/*top: 10% !important;*/

/*}*/

.organisation-top-holder .organisation-title {
  margin: 2em auto 1em auto;
  color: white;
}

.organisation-top-holder .organisation-title span {
  font-weight: 600;
}

.organisations-icons-holder {
  text-align: center;
  margin: 2.15em auto 0 auto;
}

.organisations-icons,
.organisations-icons-rightside {
  width: 76px;
  height: 76px;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nr1 {
  background-color: #FAC300;
}

.nr2 {
  background-color: #E10073;
}

.nr3 {
  background-color: #00ba2b;
}

.nr4 {
  background-color: #0091d2;
}

.nr5 {
  background-color: #0091d2;
}

.nr6 {
  background-color: #00ba2b;
}

.nr7 {
  background-color: #E10073;
}

.nr8 {
  background-color: #FAC300;
}

.organisations-logo {
  width: 120px;
  height: 120px;
  font-size: 24px;
  text-align: center;
  color: #1F435A;
  font-weight: 600;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.division-top-holder {
  background-color: #9AAAB5;
  width: 100%;
  height: 300px;
  display: block;
  float: left;
}

.icon {
  top: 10% !important;
}

.division-top-holder .division-title {
  margin: 1em auto 1em auto;
  color: white;
}

.division-top-holder .division-title span {
  font-weight: 600;
}

.divisions-icons-holder {
  text-align: center;
  margin: 2.15em auto 0 auto;
}

.division-1 {
  margin-left: 9em;
}

.division-6 {
  margin-right: 8em;
}

.divisions-icons,
.divisions-icons-rightside {
  width: 76px;
  height: 76px;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sub-info,
.sub-info a,
.sub-info a:hover {
  color: white;
}

.nr1 {
  background-color: #FAC300;
}

.nr2 {
  background-color: #E10073;
}

.nr3 {
  background-color: #00ba2b;
}

.nr4 {
  background-color: #0091d2;
}

.nr5 {
  background-color: #0091d2;
}

.nr6 {
  background-color: #00ba2b;
}

.nr7 {
  background-color: #E10073;
}

.nr8 {
  background-color: #FAC300;
}

.divisions-logo {
  width: 120px;
  height: 120px;
  font-size: 24px;
  text-align: center;
  color: #1F435A;
  font-weight: 600;
  background-color: #d7efff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.team-top-holder {
  background-color: #9AAAB5;
  width: 100%;
  height: 300px;
  display: block;
  float: left;
}

.team-top-holder .team-title {
  margin: 2em auto 0.5em auto;
  color: white;
}

.team-top-holder .team-title span {
  font-weight: 600;
}

.team-icons-holder {
  text-align: center;
}

.team-icons-holder .single-line-text {
  line-height: 70px;
}

.team-icons,
.team-icons-rightside {
  width: 60px;
  height: 60px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*line-height: 50px;*/
  margin: 2em auto 0 auto;
}

.team-icons .icon {
  top: 10% !important;
  position: relative;
}

.nr1 {
  background-color: #FAC300;
}

.nr2 {
  background-color: #E10073;
}

.nr3 {
  background-color: #00ba2b;
}

.nr4 {
  background-color: #0666d3;
}

.nr5 {
  background-color: #0666d3;
}

.nr6 {
  background-color: #00ba2b;
}

.nr7 {
  background-color: #E10073;
}

.nr8 {
  background-color: #FAC300;
}

.team-logo {
  width: 120px;
  height: 120px;
  font-size: 24px;
  text-align: center;
  color: #1F435A;
  font-weight: 600;
  background-color: #d7efff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 120px;
  margin: 0 auto;
}

.team-top-holder .individual {
  width: 100%;
  height: 300px;
  display: block;
  float: left;
}

.teams-logo {
  width: 120px;
  height: 120px;
  font-size: 24px;
  text-align: center;
  color: #1F435A;
  font-weight: 600;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

/* TEAM PAGE */

#team-stats h3,
#team-stats h5 {
  text-align: center;
}

.detailed-information-table tr td:first-child {
  font-weight: 600;
}

.team-rating-holder {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  float: none;
}

.team-rating-holder h5 {
  color: white;
}

.team-performance-holder h5,
.team-performance-holder p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#team-profile-singles-rating p,
#team-profile-doubles-rating p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#team-performance-stats h4.circle-title {
  text-align: center;
  font-size: 1.3em;
}

.team-performance-holder .average-performance-holder {
  width: 70%;
  max-width: 70%;
  margin: 2.2em auto 0 auto;
  line-height: 1;
}

.team-performance-holder .average-performance-holder span {
  font-weight: 600;
}

.average-performance-holder .reduced {
  font-size: 0.5em;
  line-height: 0.8;
}

.team-performance-holder input {
  border: none;
  margin: 0;
  text-align: center;
  width: 100%;
  padding-left: 0;
  font-size: 1em;
  color: #2e2e2e;
}

#team-profile-singles-rating,
#team-profile-doubles-rating {
  width: 90%;
  max-width: 90%;
  float: none;
  margin: 0 auto;
}

.team-match-holder {
  width: 15%;
  max-width: 15%;
  padding: 0;
  margin: 0 0.5em 0 0.75em;
  float: left;
}

. match-overview {
  width: 40%;
  max-width: 40%;
}

.team-match-holder h5,
.team-match-holder p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#team-match-rating p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#team-match-holder .circle-text {
  font-size: 1.4em !important;
}

#team-match-holder h4.circle-title {
  text-align: center;
  font-size: 1.5em;
}

.match-overview {
  width: 96%;
  max-width: 96%;
  display: inline;
  margin: 0 auto;
}

.won {
  color: #028907;
}

.graph-legenda {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.graph-legenda li {
  list-style: none;
  float: left;
  width: 90%;
}

.graph-legenda li p {
  width: 50%;
  max-width: 50%;
  float: left;
}

hr.singles {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: red;
}

hr.singles {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: blue;
}

hr.doubles {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: green;
}

hr.matches {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: orange;
}

hr.rubbers {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: purple;
}

hr.sets {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: yellow;
}

.c3-legend-item {
  display: none;
}

.c3-line {
  stroke-width: 5px;
}

.panel-rubbers-single .panel-heading a:hover,
.panel-sets-single .panel-heading a:hover,
.panel-games-single .panel-heading a:hover,
.panel-rubbers-doubles .panel-heading a:hover,
.panel-sets-doubles .panel-heading a:hover,
.panel-games-doubles .panel-heading a:hover {
  text-decoration: none;
}

#player-stats h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.organiser-name {
  text-align: center;
  padding: 0 5px;
  color: #0091d2;
}

#player-stats .username {
  margin: 2em 0 0 0;
  padding: 0;
}

#player-stats .icon-player {
  line-height: 1;
  margin: 0;
}

.right-border {
  border-right: 1px solid #a3a6aa;
}

.detailed-information-table {
  width: 90%;
  max-width: 90%;
  float: left;
}

.detailed-information-table .detailed-information-header {
  color: #0091d2;
  margin: 0;
  padding: 0;
  font-weight: 600 !important;
  text-align: left !important;
}

.detailed-information-table tr > td {
  font-size: 0.8em;
}

.detailed-information-table tr td:first-child {
  font-weight: 600;
}

.player-rating-holder {
  width: 90%;
  max-width: 90%;
  margin: 1em auto 0 auto;
  float: none;
}

.player-performance-holder {
  width: 100%;
  margin: 1em auto 0 auto;
  text-align: center;
}

.player-performance-holder .panel .panel-heading {
  background-color: #fafafa;
  border-color: #bababa;
}

.panel-rubbers-single .panel-title > a,
.panel-rubbers-doubles .panel-title > a {
  color: #E10073;
}

.panel-sets-single .panel-title > a,
.panel-sets-doubles .panel-title > a {
  color: #FAC300;
}

.panel-games-single .panel-title > a,
.panel-games-doubles .panel-title > a {
  color: #0091d2;
}

.player-rating-holder h5 {
  color: white;
}

.player-performance-holder h5,
.player-performance-holder p,
#player-profile-singles-rating p,
#player-profile-doubles-rating p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#player-performance-stats h4.circle-title {
  text-align: center;
  font-size: 1.3em;
}

#player-performance-stats .average-holder {
  width: 70%;
  max-width: 70%;
  font-size: 80%;
}

#player-performance-stats .average-holder span {
  font-weight: 300;
}

#player-performance-stats .average-performance-holder {
  width: 70%;
  max-width: 70%;
  margin: 2.2em auto 0 auto;
  line-height: 1;
  font-size: 1.5em;
}

#player-performance-stats .average-performance-holder span {
  font-weight: 600;
}

.average-performance-holder .reduced {
  font-size: 0.5em;
  line-height: 0.8;
}

#player-performance-stats h6 {
  font-size: 0.8em;
  line-height: 0.4;
  text-align: center;
}

#player-performance-stats input {
  border: none;
  margin: 0;
  text-align: center;
  max-width: 100%;
  font-size: 0.9em;
  color: #2E2E2E;
  line-height: 0.7;
  width: 99%;
}

#MatchesDetails input {
  border: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 100%;
  font-size: 0.9em;
  color: #2E2E2E;
  line-height: 0.7;
  width: 100%;
}

#player-profile-singles-rating,
#player-profile-doubles-rating {
  float: none;
  margin: 0 auto;
}

.player-match-holder {
  width: 100%;
  padding: 0;
  margin: 1.1em 0 0 0;
  float: none;
}

.circles-wrp-centered .circles-wrp {
  display: block !important;
  margin: auto;
  text-align: center;
}

. match-overview {
  width: 40%;
  max-width: 40%;
}

.player-match-holder h5,
.player-match-holder p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#player-match-rating p {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#player-match-holder .circle-text {
  font-size: 1.4em !important;
}

#player-match-holder h4.circle-title {
  text-align: center;
  font-size: 1.5em;
}

.match-overview {
  width: 96%;
  max-width: 96%;
  display: inline;
  margin: 0 auto;
}

.won {
  color: #028907;
}

.graph-legenda {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.graph-legenda li {
  list-style: none;
  float: left;
  width: 90%;
}

.graph-legenda li p {
  width: 50%;
  max-width: 50%;
  float: left;
}

hr.singles {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: blue;
}

hr.doubles {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: green;
}

hr.matches {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: orange;
}

hr.rubbers {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: purple;
}

hr.sets {
  height: 2px;
  margin: 5px 0 0 0;
  background-color: yellow;
}

.c3-legend-item {
  display: none;
}

.c3-line {
  stroke-width: 5px;
}

.panel-rubbers-single .match-holder a:hover,
.panel-rubbers-single .panel-heading a:hover,
.panel-sets-single .panel-heading a:hover,
.panel-games-single .panel-heading a:hover,
.panel-rubbers-doubles .panel-heading a:hover,
.panel-sets-doubles .panel-heading a:hover,
.panel-games-doubles .panel-heading a:hover,
.panel-matches .panel-heading a:hover {
  text-decoration: none;
}

.contact-container textarea {
  text-align: left;
}

input[type='file'] {
  width: 100%;
  /*margin: 0 auto;*/
  /*width: 50px;*/
  /*color: white;*/
}

.user-img-holder {
  font-size: 1.35em;
  margin: 0;
  padding: 0;
  float: none;
  display: block;
  line-height: 1;
}

.img-wrapper {
  float: none;
  display: block;
}

.img-wrapper span {
  width: 100%;
  max-width: 100%;
}

/*  PAGE HEADERS */

.headline-center h3 {
  line-height: 24px;
  font-size: 22px;
  text-transform: uppercase;
  width: 80%;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.headline-center h3 span {
  margin-right: 0.25em;
}

#my-latest-match {
  margin-bottom: 2em;
}

#my-upcoming-matches {
  margin-bottom: 2em;
}

.result {
  margin: 0;
  padding: 0;
}

.result-text {
  font-size: 14px;
}

.no-logo-holder {
  max-width: 90px;
  margin: 20px auto 0;
}

.no-logo-holder-winner {
  max-width: 90px;
  margin: 20px auto 0;
}

#collapseMatchRubbers h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.player-block .icon .icon-washout-circled {
  padding: 1em;
}

#TA-50-scorecard .content-boxes-v3 i.icon-custom {
  top: 0;
}

.organiser-btn:hover {
  text-decoration: none !important;
  color: #000066 !important;
  font-weight: 600 !important;
  border-bottom: none !important;
}

.result-holder {
  width: 31.5%;
  float: left;
  margin: 0;
  line-height: 2;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  color: white;
  padding: 0.15em 0.2em 0 0.75em;
}

.more-results-holder {
  /*width: 31.5%;*/
  float: left;
  margin: 0;
  line-height: 1;
  /*font-size: 20px;*/
  font-weight: 300;
  text-align: left;
  color: white;
}

.result-holder:nth-child(1) {
  background-color: #0091d2;
  margin-left: 0.25em;
}

.result-holder:nth-child(2) {
  background-color: #FAC300;
}

.result-holder:nth-child(3) {
  background-color: #E10073;
}

.result-holder-away {
  float: left;
  margin: 0;
  font-weight: 300;
  text-align: left;
  color: white;
}

.result-holder-away:nth-child(3) {
  background-color: #0091d2;
}

.result-holder-away:nth-child(2) {
  background-color: #FAC300;
}

.result-holder-away:nth-child(1) {
  background-color: #E10073;
}

#TA-50-scorecard .icon-rubber,
#TA-50-scorecard .icon-sets,
#TA-50-scorecard .icon-games {
  color: white;
  font-weight: bold;
}

.player-block .icon-home-team,
.player-block .icon-away-team {
  font-size: 34px;
}

.player-block .icon-forfeit {
  color: #0b063a;
  margin-top: 1.75em;
  margin-left: 0.55em;
  margin-right: 0.5em;
  font-size: 38px;
}

.btn-organiser {
  margin: 0;
  padding: 0;
  float: none;
  display: inline;
  border: none;
}

.btn-organiser:hover {
  border: none;
  text-decoration: none !important;
}

.organiser-name {
  color: #0091d2;
  margin-bottom: 22px;
}

.organiser-name:hover {
  color: #000066 !important;
  font-weight: normal;
}

.btn-show-scorecard {
  text-transform: uppercase;
  border-top: 1px solid #bcbcbc !important;
}

.btn-show-scorecard:hover {
  background-color: #0091d2;
  color: white !important;
}

.btn-show-scorecard h4:hover {
  color: white !important;
}

.print-btn-holder span,
.btn-print-scorecard span,
.btn-scorecard span {
  padding: 0;
  margin: 0;
  line-height: 0.1;
  color: #0091D2;
}

.btn-print-scorecard:hover,
.btn-scorecard:hover {
  text-decoration: none !important;
  font-weight: 600 !important;
}

.print-team:hover {
  font-weight: bold !important;
  color: #000066 !important;
}

.btn-print-scorecard span:hover,
.btn-scorecard h5:hover {
  color: black !important;
}

.table-scorecard-teams tr td {
  font-size: 0.9em;
}

.table-scorecard-teams tr td .icon {
  color: #4d4d4d;
}

.table-scorecard-teams tr td a:hover {
  text-decoration: none;
  color: #0b063a;
}

.table-scorecard-teams p {
  vertical-align: middle;
  margin: 0;
  line-height: 1.6;
  padding: 0;
}

.displayed-player-holder {
  /*padding:0;*/
}

.table-meta-data p {
  vertical-align: middle;
  margin: 0;
  line-height: 1.8;
}

.table-meta-data .icon-2x {
  font-size: 1.8em;
}

.rsg-container {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 20px 0;
}

.rsg-container-home .rsg {
  float: right;
  margin-left: 2%;
}

.rsg-container-away .rsg {
  float: left;
  margin-right: 2%;
}

.rsg {
  width: 38px;
  padding: 13px 0 0;
  text-align: center;
  color: #fff;
  border: 2px solid #0091d2;
  height: 40px;
  position: relative;
  font-weight: 600;
  line-height: 1;
}

.rsg.bg-ta-blue {
  border-color: #0091d2;
}

.rsg.bg-ta-orange {
  border-color: #fac300;
}

.rsg.bg-ta-pink {
  border-color: #e10073;
}

.rsg strong.icon {
  position: absolute;
  right: 2px;
  top: 1px!important;
  line-height: 1;
  font-size: 10px;
  font-weight: 600;
}

.winner {
  color: #72c02c;
  padding: 0;
}

/*EDIT SCORECARD */

.save-scorecard {
  text-transform: uppercase;
  color: white !important;
  font-weight: 600 !important;
}

.result-information {
  width: 70%;
  margin: 0 auto;
  padding: 0;
}

.team-holder {
  height: 50px;
  width: 100%;
  max-width: 100%;
  padding: 0 5px;
  display: table;
}

#panelMatchRubbers > .panel-heading {
  background-color: white;
}

.panel-holder-rubbers .panel .panel-heading h4 {
  text-align: center;
  margin: 0 auto;
}

.panel-holder-rubbers .panel h5 {
  line-height: 1;
}

.add-player span {
  vertical-align: middle;
  line-height: 14px;
}

.add-player:hover,
.add-player span:hover,
.add-player span:active,
.add-player span:active,
.add-player:visited,
.add-player:visited:hover {
  text-decoration: none;
  /*color: #000066;*/
}

#rubber-table {
  font-size: 0.9em !important;
}

#TA-50-rubberDoubles #rubber-table td {
  padding: 0.5em !important;
}

#TA-50-rubberDoubles #rubber-table input {
  max-width: 50px;
  padding: 0.25em;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.2em;
  width: 40px;
}

#TA-50-rubberDoubles .rubber-player-name {
  margin: 0.5em !important;
  padding: 0.2em !important;
  line-height: 1;
}

.set-nr {
  margin-top: 1em;
  text-align: center;
}

.rubber-result-holder {
  display: none;
}

.btn-edit-scorecard:hover {
  text-decoration: none;
  color: #ffffff;
  border-color: #0091d2 !important;
  background-color: #0091d2 !important;
}

.btn-edit {
  line-height: 1.75;
}

.vs {
  margin: 0;
  padding: 0;
}

.rubber-list select {
  width: 150px;
}

.rubber-list input {
  padding: 0.5em;
  margin: 0.5em 0;
  color: black;
  font-size: 12px;
  width: 3.75em;
}

/*VIEW*/

.slider-part {
  background-color: lightgrey;
  height: 100%;
  overflow: hidden;
}

.holder-organiser {
  background-color: lightgrey;
}

.holder-logo-organiser {
  width: 100%;
  max-width: 100%;
  height: 130px;
  margin: 0 auto;
  padding: 0;
}

.bg-color-strip {
  background-color: #f4f8fa;
}

.card-part-holder {
  border: 1px solid #d9e8f0;
}

.card-part-results {
  background: #f6fcff;
  height: auto;
  overflow: hidden;
}

.card-part-results h3,
.card-part-results p,
.card-part-results hr {
  margin: 0;
  padding: 0;
}

.card-part-results hr {
  background-color: #f4f8fa;
  border: 1px solid #f4f8fa;
}

.id {
  padding-left: 8px;
}

.panel-light-grey > .panel-heading h5 {
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 0;
}

.extra-info {
  width: 90%;
  color: #FFF;
  margin: 0 0 0 6px;
  padding: 11px;
  font-size: 1em;
  text-align: center;
}

.extra-right-info {
  width: 90%;
  color: white;
  margin: 0;
  padding: 11px;
  font-size: 1em;
  text-align: center;
}

.panel-team,
.panel-team-info {
  margin: 0 !important;
  box-shadow: none;
  background-color: transparent;
}

.panel-team {
  border: 1px solid #E3E3E3;
}

.panel-team-info h5 {
  padding: 0.4em 0;
  margin: 0;
  text-align: center;
  border: none;
  text-transform: uppercase;
}

.panel-team-info .icon-scorecard-txt {
  line-height: 0.86 !important;
}

.panel-team-info .icon {
  line-height: 0.66 !important;
}

.panel-team .panel-body {
  padding: 0;
  min-height: 100%;
  height: 160px;
  background-color: transparent;
}

.panel-team-info .panel-body {
  padding: 0 15px;
  max-height: 6.5em !important;
  background-color: transparent;
  height: 6.5em;
}

.panel-team-info .panel-body h5 strong {
  line-height: 3em;
  font-size: 0.9em;
}

.panel-team-info .panel-footer {
  background-color: transparent;
}

.logo-club-holder {
  width: 70%;
  max-width: 70%;
  margin: 0 auto;
}

.logo-club-holder img {
  max-width: 75%;
  max-height: 12em;
  display: block;
  border: none;
  outline: none;
  float: none;
  margin: 0 auto 20px;
}

.logo-club-holder img.avatar {
  max-width: 60px;
  height: auto;
}

.panel-body h5 {
  margin: 0;
  padding: 0;
}

.panel-footer {
  padding: 0.5em 0;
  border-radius: 0;
  background-color: white;
  border: none;
}

.won .panel .panel-footer {
  background-color: #5CB85C;
}

.won .panel .panel-footer h4 {
  color: white !important;
  font-weight: 600 !important;
}

.Official {
  color: #5CB85C !important;
  font-weight: bold;
}

.footer-drawn {
  background-color: #f1810a;
}

.center-holder {
  height: 128px;
  width: 100%;
  max-width: 100%;
  display: block;
}

.logo-scorecard-holder {
  width: 100%;
  max-width: 100%;
  display: block;
  float: none;
}

.logo-scorecard-holder .logo-scorecard-img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
  outline: none;
  float: none;
}

.hr-default {
  padding: 0px;
  background-color: rgb(179, 179, 179);
  height: 1px;
  margin: 0px;
}

.matchId-holder {
  text-align: center;
  color: #2f2f2f;
}

.matchId-holder span {
  font-size: 0.8em;
}

#matchId {
  width: 30px;
  max-width: 30px;
  border: none;
  font-size: 0.8em;
  outline: none;
}

.table-extra-info tr td {
  text-transform: none;
}

.reset-prefill:hover {
  text-decoration: none;
}

.prefill-add-button {
  width: 24px;
  height: 24px;
  border: 1px #0091d2 solid;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  color: #0091d2;
}

.prefill-add-button-tip {
  width: 24px;
  height: 24px;
  border: 1px #0091d2 solid;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  color: #0091d2;
}

.prefill-add-button.added {
  background-color: #2a9436;
  color: #eeeeee;
  border: 1px #2a9436 solid;
}

.prefill-add-button.added:hover {
  background-color: #2a9436;
  color: #eeeeee;
  border: 1px #2a9436 solid;
  cursor: not-allowed;
}

.prefill-add-button:hover {
  cursor: pointer;
  background-color: #0091d2;
  color: white;
  border-color: white;
}

table .prefill-btn {
  color: #0091d2 !important;
}

.prefill-btn:hover {
  color: #0f0f36;
  text-decoration: none;
}

.to-save {
  content: "SAVE";
}

.form-control-select {
  z-index: 955;
}

.show-home-player-list,
.show-away-player-list {
  margin: 2.8em auto 0 auto;
}

.match-player-result {
  font-size: 1.2em !important;
}

.alert-info .icon-alert {
  float: left;
}

.show-both-lists-left,
.show-both-lists-right {
  font-size: 85%;
}

.show-both-lists-left:hover,
.show-both-lists-right:hover {
  background-color: #0091d2;
  text-decoration: none;
  color: white;
}

.prefill-information-box-holder {
  height: 220px;
}

#prefill-information-box .alert {
  margin-bottom: 0;
}

.prefill-block .table {
  margin-bottom: 0;
}

.prefill-block {
  margin-bottom: 20px;
}

.btn-prefill-continue {
  /*background-color: #2a9436 !important;*/
  /*color: white !important;*/
  background-color: white;
  border: 1px solid #0091d2;
}

.btn-prefill-continue p {
  color: #0091d2 !important;
}

.btn-prefill-continue:hover {
  background-color: #0091d2;
  color: white !important;
}

.btn-prefill-continue:hover p {
  color: white !important;
}

#modal-add-player,
#modal-add-home-player,
#modal-add-away-player,
#match-status-modal {
  top: 72px !important;
}

.panel-show-players {
  /*display: block;*/
  display: none;
}

.form-control-select .state-selector {
  border: 1px solid #ccc;
  color: rgb(153, 153, 153) !important;
}

.tooltip-addplayer {
  color: #0f0f36 !important;
}

#ShowModalWithNewFeatures .modal-title,
#showResultsEntry .modal-title {
  color: #838383;
  font-weight: 300;
}

#ShowModalWithNewFeatures .modal-body h3,
#showResultsEntry .modal-body h3 {
  color: #838383;
}

#ShowModalWithNewFeatures .modal-body p,
#showResultsEntry .modal-body p {
  color: #838383;
}

.new-features .icon-wrapper {
  width: 100%;
  max-width: 100%;
}

.new-features .icon-wrapper .icon-p {
  color: #FFF;
  margin: 0 auto;
  height: 100%;
  padding: 15px 15px 12px 15px;
  width: 52px;
  line-height: 20px;
}

.new-features .icon {
  color: #FFF;
  font-size: 21px;
}

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

/*Add 5 column functionality*/

#slider-container.col-xs-5,
#slider-container.col-sm-5,
#slider-container.col-md-5,
#slider-container.col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#slider-container.col-xs-5 {
  width: 22%;
  float: left;
}

@media (min-width: 768px) {
  #slider-container.col-sm-5 {
    width: 22%;
    float: left;
  }
}

@media (min-width: 992px) {
  #slider-container.col-md-5 {
    width: 22%;
    float: left;
  }
}

@media (min-width: 1200px) {
  #slider-container.col-lg-5 {
    width: 22%;
    float: left;
  }
}

#ScoreCardAndSliderHolder {
  position: relative;
}

.ScoreCardAndSliderSubHolder {
  height: 100%;
}

.ScoreCardAndSliderSubHolder .headline-center h3 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  border-bottom: #e7ebf0 1px solid !important;
  font-size: 2em;
}

.slider-overall-holder {
  width: 100%;
  display: block;
  float: left;
  max-width: 100%;
  margin-top: 20px;
  position: relative;
}

.slidecard-headline h3 .icon-favorite {
  z-index: 9000;
  line-height: 0.5;
}

.slidecard-headline h3 {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #e2e2e2;
}

.icon-favorite:hover {
  cursor: pointer;
}

.slidecard-headline h3 .icon-print {
  line-height: 0.3;
}

.slidecard-headline .icon-edit-league {
  line-height: 0.3;
}

.ScoreCardAndSliderSubHolder .icon-id-circled {
  line-height: 38px;
  display: inline;
}

.score {
  padding-right: 12px;
}

h2.text-center .icon-league {
  line-height: 0.7;
}

.back-to-overview:hover {
  text-decoration: none;
  font-weight: 600;
}

/* General class names */

.border-right {
  border-right: 1px solid #1F435A;
}

.disabled,
.disabled:hover {
  text-decoration: none;
}

/*Style Scorecard Navigator */

.sliding-card {
  margin: 0 2px;
}

.sliding-card div {
  font-size: 11px;
}

#slider-container {
  height: 155px;
  margin-left: 190px;
  position: relative;
}

.rounds-holder {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 18px;
  background: none transparent;
  width: 175px;
  z-index: 1000;
}

.rounds-holder .panel .panel-heading p small {
  color: #095E96;
  font-size: 1em;
}

.rounds-holder-inner {
  width: 100%;
  height: 140px;
  position: relative;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

.rounds-holder-inner h4 {
  margin: 0 0 5px 0;
  padding: 10px 0 0 0;
  font-weight: bold;
  font-size: 1.65em;
  line-height: 1.1;
  text-align: center;
}

.slidecard:hover .panel-footer {
  background-color: #095E96 !important;
  text-decoration: none !important;
}

.slidecard:hover .panel-footer small {
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
}

/*SLIDING CARD DEFAULT*/

.sliding-card .panel {
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  border: 1px solid #0091d2;
}

.sliding-card .panel {
  border-color: #e4e4e4;
}

.sliding-card .panel .panel-heading {
  padding: 5px;
  height: 2em;
  line-height: 1.1;
  background-color: #0091d2;
  color: #272958;
}

.sliding-card .panel .panel-heading div p {
  color: white;
  font-size: 0.9em;
}

.sliding-card .panel .panel-body {
  padding: 0 0 8px 0;
}

.match-players {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.match-player-name {
  padding: 0.2em 0;
  padding-top: 7px;
  height: 22px;
  color: #777;
  font-size: 1em;
  float: left;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.match-player-result {
  line-height: 1;
  color: #0c0c56;
  margin-top: 10px;
  font-size: 1em;
  text-align: center;
  font-weight: 300;
}

.sliding-card .panel .panel-body p {
  color: #494949;
}

.sliding-card .panel .panel-body p.won {
  color: green;
  font-weight: 600;
}

.sliding-card .panel .panel-footer {
  background: transparent;
  padding: 2px 15px;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.sliding-card .panel-footer .btn {
  text-transform: uppercase;
}

/*ACTIVE CARD*/

.active-slidecard .panel-heading {
  background-color: #095E96 !important;
}

.btn-view-scorecard span small {
  padding-left: 0.4em;
}

.sliding-card .panel-footer:hover .btn-view-scorecard small {
  text-decoration: none;
  color: #fff;
}

.league-selector {
  width: 90%;
  margin: 0 auto 10px;
  float: none;
  color: #FFF;
  border: 1px #CCC solid;
  display: block;
  border-radius: 0;
  background-color: transparent;
}

.scroll-rounds-holder a h2 {
  width: 18%;
  max-width: 18%;
  display: inline;
  font-size: 1.5em;
  float: left;
  color: #0091d2;
  text-align: center;
  margin-top: 0.65em;
  font-weight: 100;
}

.rounds-holder .organiser-logo img {
  max-height: 85px;
}

.rounds-holder .organiser-logo img.avatar {
  height: 80px;
  width: 80px;
}

.scroll-rounds-holder a:hover {
  text-decoration: none;
  color: #0c0c56;
  font-weight: 600;
}

.current-round-holder {
  width: 62%;
  max-width: 62%;
  display: inline;
  float: left;
  margin: 0 auto;
}

.current-round-holder h4 {
  color: white;
  font-weight: 600 !important;
  text-align: center;
  margin: 20px 0 5px 0;
  text-transform: uppercase;
}

.current-round-holder h2 {
  text-align: center;
  color: #0091d2;
  font-size: 1.5em;
  line-height: 1.85em;
}

.organiser-holder {
  width: 100%;
  max-width: 100%;
  height: 65%;
}

.organiser-logo {
  width: 50%;
  max-width: 50%;
  display: block;
  max-height: 70px;
  text-align: center;
  margin: 0 auto;
  padding-top: 8px;
}

.organiser-logo img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 100%;
  margin-top: 0.6em;
  background-color: white;
}

.organiser-logo .icon {
  line-height: 0.8;
  padding-left: 5px;
}

.organiser-desc {
  width: 60%;
  max-width: 60%;
  padding: 5px 2px 0 2px;
  height: 55px;
  max-height: 55px;
  float: left;
}

.intro {
  border-bottom: 1px solid #7c6f0d;
  width: 100%;
  max-width: 100%;
  padding: 5px 10px;
  display: block;
  color: #0b063a;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
}

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

.slider-league-name {
  font-size: 10px;
  text-transform: inherit;
  padding: 7px;
  color: #4c4c4c;
}

.rounds-spinner {
  max-width: 7%;
  position: absolute;
  top: 20px;
  left: 56px;
  opacity: 0.8;
  z-index: 950;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

#flexiselDemo2 {
  display: none;
  margin-right: 200px;
  overflow: hidden;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
  background: none;
  padding: 0;
}

.nbs-flexisel-item {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  width: 228px!important;
  cursor: pointer;
  position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left {
  left: 0;
}

.nbs-flexisel-nav-left:before {
  content: "\003c";
}

.nbs-flexisel-nav-right {
  right: 0;
}

.nbs-flexisel-nav-right:after {
  content: "\003e";
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
  opacity: 1;
}

/* STYLE TABLE */

.nbs-flexisel-item .date-slider {
  color: #0091d2;
}

.nbs-flexisel-nav-left {
  left: -230px;
  position: relative;
  float: left;
  width: 40px;
  font-size: 2em;
  text-align: center;
  color: white;
  background-color: #0091d2;
  margin-top: -3.7em;
}

.nbs-flexisel-nav-right {
  right: -64px;
  position: relative;
  float: right;
  width: 40px;
  font-size: 2em;
  text-align: center;
  color: white;
  background-color: #0091d2;
  margin-top: -3.7em;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
  /*opacity: 1;*/
  background-color: #00609f;
}

#search-bar {
  height: 40px !important;
  padding: 8px 12px;
  font-weight: 300 !important;
  font-size: 1.25em;
  border: 1px solid #cdcdcd !important;
}

.btn-search {
  padding: 7px 20px !important;
  font-weight: 300 !important;
  font-size: 18px !important;
}

#search-result > div > ul > li > h3 {
  text-align: left !important;
  color: #1F435A !important;
  font-size: 18px !important;
  text-shadow: none;
}

.class-player-brd,
.class-team-brd,
.class-organisation-brd,
.class-league-brd {
  border-bottom: 5px solid #0091d2;
  padding: 0 0 5px 0;
}

.class-player-brd,
.class-player-brd:active,
.class-player-brd {
  border-color: #fac300;
}

.class-team-brd,
.class-team-brd:active {
  border-color: #e10073;
}

.class-organisation-brd,
.class-organisation-brd:active {
  border-color: #d7d52d;
}

.class-league-brd,
.class-league-brd:active {
  border-color: #0091d2;
}

.interactive-slider-v2 .container {
  z-index: 1001;
}

.fullscreen-bg {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 900;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 177%;
    top: 10px;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 219%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../images/video-ta-still.png') -100px -100px no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}

.rubber-number {
  background-color: #0091d2;
  color: white;
  text-align: center;
}

.border-round {
  border-color: #0091D2;
  border-radius: 50%;
  width: 60%;
  height: 60%;
  text-align: center;
  line-height: 1.1;
  font-size: 1.2em;
}

.rubber-info-holder .rubbers-header > div {
  border-top: 2px solid #0091D2;
}

.rubber-info-holder .rubbers-header > div:first-child {
  border-left: 2px solid #0091D2;
}

.rubber-info-holder .nav-bg-light {
  background-color: transparent;
}

.rubber-info-holder .nav-bg-pale {
  background-color: transparent;
}

.nav-pills > li.active > div {
  background-color: #0091D2;
  padding: 0.5em 0.8em;
  color: white;
}

#Rubbertab .tab-content {
  /*color : white;*/
  background-color: transparent;
  border-left: 2px solid #0091D2;
}

/* remove border radius for the tab */

#Rubbertab .nav-pills > li > div {
  border-radius: 0;
}

#Rubbertab .nav-pills > li > div .icon {
  line-height: 0.65;
}

.rubber-headers {
  color: #0091D2;
  text-transform: uppercase;
  line-height: 0.1;
  padding-top: 18px !important;
}

.rubbers-header-edit {
  color: #0091D2;
  text-transform: uppercase;
  line-height: 0.1;
  padding-top: 18px !important;
  margin: 0;
}

.rubber-unassigned {
  color: #C3C3C3 !important;
}

.rubber-assigned {
  color: #0f0f36;
}

.rubber-table-data {
  margin-bottom: 0 !important;
}

.rubber-table-data tr td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.rubber-table-data tr:first-child td {
  border-top: none;
  padding-top: 0.5em;
}

.alert-rubber-info {
  border-radius: 0;
  padding: 8px 6px;
}

.rubberstatusselect-holder select.rubber-status,
div.rubber-status {
  margin: 0 !important;
}

.rubber-details-name {
  margin: 0;
  padding: 5px;
  text-align: left;
  color: #555;
}

.rubber-details {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
  color: #555;
}

.rubber-details input[type="number"] {
  width: 75%;
}

.rubber-number:after {
  content: "RUBBER";
}

.rubbers-header .nav {
  min-width: 100px;
}

.faq-header-holder .panel-heading,
.faq-accordion .panel-heading {
  background: white;
  color: #0f0f36;
}

.faq-accordion .panel-default {
  border-color: white !important;
}

.faq-header-holder .lead {
  font-size: 17px;
}

h3.faq-header {
  font-size: 20px;
}

.faq-accordion .panel-title a {
  color: #04649b;
}

.faq-accordion .panel-title a:hover {
  color: #0f0f36;
}

.faq-accordion .panel-title .icon:first-child {
  font-size: 1.5em;
  margin-right: 0.2em;
  font-weight: 300;
  vertical-align: middle;
}

.faq-accordion .accordion-toggle .icon:before {
  content: "\e910";
}

.faq-accordion .accordion-toggle .icon:hover:before {
  content: "\e940";
}

.faq-accordion .accordion-toggle .icon:focus:before {
  content: "\e940";
}

.panel-fillins {
  margin-top: 20px;
}

.panel-fillins .panel-heading .fill-inn-number {
  background-color: white;
  color: #0091d2;
  text-align: center;
  font-weight: 400;
  border: 1px solid #0091d2;
  border-radius: 50%;
  width: 40px;
  margin: -20px auto 0 auto;
}

.panel-availability .panel-footer button {
  text-transform: uppercase;
}

.availability-form .panel .panel-footer {
  /*padding: 1em;*/
}

.panel-fillins .panel-heading,
.panel-fillins > .panel-footer button {
  text-transform: uppercase;
}

.panel-footer button:not(strong) {
  font-weight: 300;
}

.info-content .panel-default > .panel-heading,
.info-content .panel-default > .panel-heading {
  background-color: white;
  color: #0f0f36;
}

.panel-fillins .panel-heading h5 {
  text-align: center;
  font-weight: 400;
  margin-top: 0.45em;
}

.fillins-reason {
  text-align: center;
  text-transform: uppercase !important;
  /*color: #ff0000;*/
}

.panel-fillins .icon {
  font-size: 2em;
  line-height: 1.5;
}

.panel-fillins p {
  font-size: 1.15em;
  margin-top: 0.5em;
  line-height: 1;
  vertical-align: middle;
}

.modal-fillin p {
  font-size: 1.15em;
}

.add-another-availibility,
.fillin-alertbox,
.accept-alertbox,
.edit-alertbox,
.set-alertbox {
  display: none;
}

#modal-fillin-signup {
  margin-top: 75px;
}

#modal-accept {
  margin-top: 75px;
  z-index: 9000;
}

.table-request th {
  font-weight: 600;
  font-size: 1em;
}

.table-request tr td:last-child {
  text-align: center;
}

.table-request td a[data-cancel="fillin"],
a[data-availability="edit"],
.table-request td a[data-cancel="match"],
.table-request td a[data-cancel="availability"] {
  color: #838383;
  padding: 0.1em 0.3em;
  margin: 0;
  border: 1px solid white;
}

.table-request td a .icon {
  font-size: 1em;
  line-height: 0.8;
  display: inline-block;
  text-align: center;
}

.table-request td a[data-cancel="fillin"]:hover,
.table-request td a[data-cancel="match"]:hover,
.table-request td a[data-cancel="availability"]:hover {
  /*border: 1px solid red;*/
  text-decoration: none;
  font-weight: 600;
  color: #000000;
  background-color: #e2e2e2;
}

td[fillin-status='Accepted'] {
  color: #20cc34;
}

td[fillin-status='Pending'] {
  color: #ffa500;
}

a[data-availability="edit"] {
  padding: 0.2em;
  text-align: center;
}

.table-request td a[data-availability="edit"]:hover {
  color: #d98b00;
  font-weight: 600;
  text-decoration: none;
}

.panel-edit-availability .panel-body h5 span:nth-child(1) {
  width: 130px;
  max-width: 130px;
  display: inline-block;
}

.panel-edit-availability .panel-body h5 span:nth-child(2) {
  width: 100px;
  max-width: 100px;
  display: inline-block;
}

.panel-edit-availability .panel-body h5 span input {
  padding: 0 0.2em;
}

.panel-availability-data input {
  font-size: 0.8em;
  margin: 0 !important;
  padding: 0 0.85em !important;
  height: 29px;
}

.panel-availability-data .icon-calendar:hover,
.panel-availability-data .icon-search:hover {
  color: #2789a0;
}

.addedAV td {
  background-color: white;
  animation: blinker 0.4s cubic-bezier(.5, 0, 1, 1);
}

@keyframes blinker {
  from {
    background-color: white;
  }

  to {
    background-color: #1bb42e;
  }
}

.participation-league #participate_url_label,
.participation-index .search .form-control {
  height: 38px;
  line-height: 38px;
}

h4.blue {
  color: #0091d2;
  font-weight: 600 !important;
  text-align: left !important;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.participation-league .info-table-content {
  padding: 15px 0;
}

.header-v6 h3.navbar-toggle {
  padding: 0.2em 0;
}

.menu-container h3#show-page-title {
  width: 64%;
  max-width: 64%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding-top: 12px;
}

#circles-block .circle-text {
  font-size: 30px !important;
}

#circles-block .circle-text.circle-font-small {
  font-size: 20px !important;
}

@media (max-width: 767px) {
  #participation_league_states li {
    width: 25%;
    float: left!important;
  }

  .btn.xs-icon-only {
    width: 14px;
    overflow: hidden;
    padding-right: 14px!important;
  }

  .player-performance-stats .panel-title {
    font-size: 12px;
  }

  #circles-block .circle-text {
    font-size: 70px !important;
  }

  #circles-block .circle-text.circle-font-small {
    font-size: 42px !important;
  }

  .container.main-content-holder {
    margin-left: 0;
    margin-right: 0;
  }

  .border-right {
    border-right: 0 !important;
  }

  .border-left {
    border-left: 0 !important;
  }
}

.rubber-table-data .rubber-input-field {
  width: 40px;
}

.slidecard-headline h4 {
  font-weight: 300;
}

.team-header h3 {
  font-weight: 400;
}

/* SETTINGS FOR PAGEHANDLING PRINTER */

@page {
  size: auto;
  /* this affects the margin in the printer settings */
  margin: 10mm 10mm 10mm 10mm;
}

/*PRINT FOR TABLES */

@media print {
  /*ALL MATCHES */

  * {
    color: #121212;
  }

  body {
    background: white;
    background-image: none;
    overflow: visible;
  }

  /*SET DIV BEHAVIOUR*/

  /*.all-rounds-table,*/

  .league-ladders-overview {
    page-break-inside: avoid;
  }

  #header-pages {
    display: none;
  }

  .btn-default.participating,
  .btn-default.organised {
    border: none !important;
  }

  .info-content {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .ladder-info {
    border: none !important;
    margin: 0 !important;
    padding: 0 10px !important;
  }

  .ladder-info table {
    font-size: 9px;
    line-height: 0.9;
  }

  #logo-TA-holder #logo-TA {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    margin: 0 !important;
    top: 10px !important;
    left: 10px !important;
    width: 150px !important;
    max-width: 150px !important;
    padding: 0 !important;
  }

  .no-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .header-center-block-pages,
  #main-navbar,
  .all-matches-holder.info-header,
  .all-matches-holder > h3 > a > span {
    display: none !important;
  }

  .container {
    width: 100%;
  }

  /*.all-rounds-table {*/

  /*position: absolute !important;*/

  /*margin: 0 !important;*/

  /*top: 20px !important;*/

  /*left: 0 !important;*/

  /*width: 100% !important;*/

  /*padding: 0 !important;*/

  /*overflow: visible;*/

  /*}*/

  .table-printable thead {
    display: table-header-group;
  }

  .table-printable th {
    font-size: 11px !important;
    line-height: 12px;
    text-align: left;
  }

  .table-printable td {
    font-size: 10px !important;
    line-height: 14px!important;
    text-align: left;
    padding: 4px 8px !important;
  }

  .table-printable td a {
    padding: 0;
    margin: -0.235em 0 0 0;
    border: none;
    font-size: 10px !important;
    line-height: inherit;
    text-align: left;
  }

  .table-team-home .btn-link,
  .table-team-away .btn-link {
    border: none !important;
  }

  .table-team-home a img,
  .table-team-away a img {
    display: none !important;
  }

  .table-printable .add-print-separator {
    border-top: 1px solid #aaa !important;
    width: 100%;
  }

  .table-printable .table-round-header span {
    display: none;
  }

  .table-printable .table-round-header:after {
    content: 'R';
  }

  .table-team-away-header {
    color: black !important;
  }

  .table-team-home,
  .table-team-away-header,
  .table-venue {
    max-width: 200px;
  }

  .table-printable .table-result-home,
  .table-printable .table-result-away,
  .table-printable .table-vs,
  .table-printable .table-format,
  .table-printable .table-time {
    white-space: nowrap;
  }

  .table-printable a.btn {
    white-space: normal;
  }

  .favorites-toggler {
    background: none;
  }

  a:after {
    content: " [" attr(href) "]";
    font-weight: normal;
    display: none;
  }

  .all-matches-holder {
    display: none !important;
  }

  div#topcontrol {
    display: none !important;
  }

  .all-rounds-table {
    color: #000000;
  }
}

body {
  color: #333;
  font-size: 13px;
  line-height: 1.6;
  font-family: "Lato", Arial, sans-serif;
}

body.header-fixed-space {
  padding-top: 94px;
}

body.header-fixed-space-v2 {
  padding-top: 135px;
}

@media (max-width: 991px) {
  body.header-fixed-space,
  body.header-fixed-space-v2 {
    padding-top: 0;
  }
}

p,
li,
li a,
label {
  color: #555;
}

a {
  color: #72c02c;
  text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}

a:focus {
  text-decoration: none;
}

a:hover {
  color: #72c02c;
  text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/

.wrapper {
  background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*Main Styles
------------------------------------*/

/*Purchase Block*/

.purchase {
  padding: 25px 0 30px;
  border-bottom: solid 1px #eee;
}

.purchase p {
  margin-bottom: 0;
}

.purchase span {
  color: #666;
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 12px;
  font-family: "Open Sans", Arial, sans-serif;
}

.purchase .btn-buy {
  text-align: center;
}

.purchase .btn-buy a {
  margin-top: 27px;
}

.purchase .btn-buy a i {
  margin-right: 5px;
}

@media (max-width: 992px) {
  .purchase {
    text-align: center;
  }

  .purchase span {
    font-size: 22px;
    line-height: 29px;
  }

  .purchase .btn-buy a {
    margin-top: 25px;
    font-size: 16px;
  }
}

/*Service*/

.service {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 15px 10px;
}

.service:hover {
  background: #fcfcfc;
  box-shadow: 0 0 5px #ddd;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}

.service:hover i {
  color: #656565;
}

.service .desc {
  padding: 0 15px;
  overflow: hidden;
}

.service .desc h4 {
  font-size: 22px;
  line-height: 25px;
}

.service .service-icon {
  float: left;
  padding: 10px;
  color: #72c02c;
  font-size: 35px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service .service-icon.icon-cogs {
  font-size: 37px;
}

.service .service-icon.icon-plane {
  font-size: 43px;
}

/* Recent Work  */

.recent-work a {
  text-align: center;
  background: #fcfcfc;
  display: inline-block;
}

.recent-work a:hover {
  text-decoration: none;
}

.recent-work a:hover strong {
  color: #555;
}

.recent-work em.overflow-hidden {
  display: block;
}

.recent-work a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #eee;
}

.recent-work a strong {
  color: #555;
  display: block;
}

.recent-work a i {
  color: #777;
}

.recent-work a img {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.2) rotate(3deg);
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.0) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
  border-bottom: solid 2px #72c02c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Other Footer Common Classes
------------------------------------*/

/*Thumb Headline*/

.thumb-headline h2 {
  color: #eee;
  font-size: 16px;
}

/*Footer Logo*/

.footer-logo {
  margin: 17px 0 20px;
}

/*Form Pages
------------------------------------*/

.form-page input,
.form-page select {
  margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/

ul.labels-demo {
  margin: 5px 0;
}

ul.labels-demo li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}

.badge-sidebar {
  border-left: solid 1px #eee;
}

@media (max-width: 991px) {
  .badge-sidebar {
    border-left: none;
  }
}

/*Line Icon Page
------------------------------------*/

.line-icon-page .item-box {
  width: 25%;
  float: left;
  height: 90px;
  text-align: center;
  padding: 20px 10px;
  margin: 0 -1px -1px 0;
  word-wrap: break-word;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .line-icon-page .item-box {
    height: 115px;
  }
}

@media (max-width: 450px) {
  .line-icon-page .item-box {
    height: 130px;
  }
}

.line-icon-page .item-box:hover {
  background: #fafafa;
}

.line-icon-page .item span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}

.line-icon-page .item:hover {
  color: #72c02c;
}

/*Line Icon Page
------------------------------------*/

.icon-page-fa {
  margin-bottom: 20px;
}

.icon-page-fa .item-box {
  float: left;
  height: 100px;
  width: 16% !important;
}

.icon-page-fa .item {
  font-size: 12px;
}

.icon-page-fa .item i {
  color: #555;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .icon-page-fa .item-box {
    width: 20% !important;
  }
}

@media (max-width: 600px) {
  .icon-page-fa .item-box {
    width: 30% !important;
  }
}

@media (max-width: 400px) {
  .icon-page-fa .item-box {
    width: 50% !important;
  }
}

/*GLYPHICONS Icons Page
------------------------------------*/

/*Special styles for displaying the icons and their classes*/

.bs-glyphicons {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.bs-glyphicons li {
  width: 25%;
  float: left;
  height: 115px;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  margin: 0 -1px -1px 0;
  border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
  display: block;
  font-size: 18px;
  margin: 5px auto 10px;
}

.bs-glyphicons li:hover {
  color: #72c02c;
  background-color: #fafafa;
}

@media (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%;
  }
}

/*Glyphicons Pro*/

.demo-pro-glyphicons li {
  width: 170px;
  height: 100px;
  padding: 20px 10px 30px;
}

.demo-pro-glyphicons span {
  height: 40px;
  display: block;
}

.demo-pro-glyphicons span:before {
  color: #555;
  padding: 10px 62px;
}

.demo-pro-glyphicons span.glyphicons:before {
  font-size: 22px;
}

/*Glyphicons Pro Halflings*/

.demo-pro-glyphicons span.halflings {
  height: 30px;
}

.demo-pro-glyphicons span.halflings:before {
  padding: 10px 70px;
}

/*Full Width Block
------------------------------------*/

.full-w-block {
  padding: 30px 0;
  background: #282828;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
  color: #fff;
}

.full-w-block .info-blocks-in p {
  color: #ccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
  color: #fff;
}

/*Simple Block
------------------------------------*/

.simple-block {
  margin-bottom: 20px;
}

.simple-block img {
  width: 100%;
}

.simple-block p {
  text-align: center;
}

.simple-block .carousel-indicators {
  top: 10px;
  left: 65%;
  text-align: right;
}

.simple-block .carousel-indicators .active {
  background: #555;
}

.simple-block .carousel-indicators li {
  border-color: #555;
}

.simple-block .carousel-inner > .item {
  margin: 0;
}

.simple-block .responsive-video {
  margin-bottom: 3px;
}

/*Two Blocks
------------------------------------*/

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

.two-blocks-in {
  margin-bottom: 30px;
}

.two-blocks-in i {
  color: #fff;
  padding: 11px;
  font-size: 30px;
  min-width: 50px;
  text-align: center;
  background: #585f69;
  margin-bottom: 10px;
  display: inline-block;
}

/*Three Blocks
------------------------------------*/

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

.three-blocks-in {
  margin-bottom: 30px;
}

.three-blocks-in i {
  color: #777;
  padding: 9px 6px;
  font-size: 20px;
  min-width: 40px;
  margin-bottom: 10px;
  border: 1px solid #777;
}

.three-blocks-in h3 {
  font-size: 20px;
  margin-bottom: 7px;
}

/*Title-Box-V2*/

.title-box-v2 {
  text-align: center;
  margin-bottom: 40px;
}

.title-box-v2 h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.title-box-v2 p {
  font-size: 13px;
}

/*remove padding from "Col-"*/

.no-space {
  padding: 0;
}

.no-space-left {
  padding-left: 0;
  padding-right: 15px !important;
}

.no-space-right {
  padding-right: 0;
  padding-left: 15px !important;
}

/*List Style v1*/

.list-style-v1 li {
  margin-bottom: 7px;
}

.list-style-v1 i {
  margin-right: 5px;
}

/*Social Contacts
------------------------------------*/

.social-contacts li {
  padding: 5px 0;
  border-top: 1px solid #ddd;
}

.social-contacts li:first-child {
  border-top: none;
}

.social-contacts li i {
  color: #777;
  font-size: 13px;
  min-width: 13px;
  margin-right: 12px;
  text-align: center;
}

/*Status Bar
------------------------------------*/

.status-bar li {
  padding-left: 9px;
  border-left: 1px solid #eee;
}

.status-bar li:first-child {
  border-left: none;
}

.status-bar li i {
  color: #72c02c;
  margin-right: 5px;
}

.status-bar li a:hover {
  text-decoration: none;
}

.status-bar-in {
  padding: 10px;
  position: relative;
  background: #f0f0f0;
}

.status-bar-in:after {
  width: 0;
  height: 0;
  top: -10px;
  left: 50px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 11px solid #f0f0f0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}

/*Team v1*/

.team-v1 li > h3 {
  color: #555;
}

sub,
sup {
  /* Specified in % so that the sup/sup is the
         right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
         interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
         the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
         is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
         half as far down as the superscript moved up */
  bottom: -0.25em;
}
/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]

1. Header - Navbar
2. Header - Menu Inner Right Style
3. Header - Responsive Navbar Style
4. Header - Submenu
5. Header - Mega Menu
6. Header - Fixed
6.1. Header - Fixed Boxed
7. Header - Border Bottom Style Option
8. Header - White Transparent Background Option
9. Header - Dark Transparent Background Option
10. Header - Dark On Scroll Option
11. Header - Dark Search Option
12. Header - Dark Dropdown Background Option
13. Header - Dark Responsive Navbar Option
14. Header - Classic White Option
15. Header - Classic Dark Option


[--- HEADER STYLE CLASSES --]

1. header-v6
2. header-border-bottom
3. header-white-transparent
4. header-dark-transparent
5. header-dark-scroll
6. header-dark-search
7. header-dark-dropdown
8. header-dark-res-nav
9. header-dark-classic-white
10. header-dark-classic-dark
-----------------------------------------------------------------------*/

/*--------------------------------------------------
	[1. Header - Navbar]
----------------------------------------------------*/

/*Header v6*/

.header-v6 {
  z-index: 101;
  /*position: absolute;*/
  width: 100%;
  /*top:35px;*/
}

@media (max-width: 991px) {
  .header-v6 {
    position: static;
  }
}

/*Containers
------------------------------------*/

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

}

@media (max-width: 768px) {
  .header-v6 .menu-container:before,
  .header-v6 .menu-container:after {
    content: " ";
    display: table;
  }

  .header-v6 .menu-container:after {
    clear: both;
  }

  .header-v6 .menu-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .header-v6 > .navbar > .container {
    width: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-v6 > .navbar > .container > .navbar-header,
  .header-v6 > .navbar > .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

/*Navbar*/

.header-v6 .navbar {
  border: none;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  height: 55px;
}

/*Navbar Brand*/

.header-v6 .navbar-brand {
  height: 93px;
  max-height: 93px;
}

.header-v6 .navbar-brand img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.header-v6 .navbar-brand img.shrink-logo {
  display: none;
}

.header-v6 .navbar-brand img.default-logo {
  display: inherit;
}

/*Media Queries*/

@media (max-width: 768px) {
  .header-v6 .navbar-brand {
    padding-top: 20px;
  }

  .header-v6 .navbar-brand img.shrink-logo {
    display: inherit;
  }

  .header-v6 .navbar-brand img.default-logo {
    display: none;
  }
}

/*Navbar Toggle*/

.header-v6 button.navbar-toggle {
  border: none;
  color: #FFF;
  width: 10%;
  max-width: 10%;
  float: left;
  padding: 1.5em 0 0 0.75em;
}

.header-v6 h3.navbar-toggle {
  float: left;
}

.header-v6 .navbar-toggle .icon-bar {
  height: 1px;
  width: 20px;
  font-size: 20px;
  background: #555;
  margin-bottom: 5px;
}

.header-v6 .navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}

.header-v6 .navbar-toggle,
.header-v6 .navbar-toggle:hover,
.header-v6 .navbar-toggle:focus {
  background: inherit;
}

/*Navbar Collapse*/

.header-v6 .navbar-collapse {
  position: relative;
}

/*Navbar Menu*/

.header-v6 .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-v6 .nav > li > a:hover,
.header-v6 .nav > li > a:focus {
  background: inherit;
}

@media (min-width: 769px) {
  .navbar {
    border-radius: 0;
  }

  .header-v6 .navbar-nav {
    float: right;
  }
}

/*--------------------------------------------------
	[2. Header - Menu Inner Right Style]
----------------------------------------------------*/

/*Menu Inner Right
------------------------------------*/

.header-v6 .header-inner-right {
  float: right;
  z-index: 999;
  margin-left: -20px;
  position: relative;
}

@media (max-width: 350px) {
  .header-v6 .header-inner-right {
    display: none;
  }
}

.header-v6 .menu-icons-list {
  margin: 0;
  list-style: none;
}

.header-v6 li.menu-icons {
  position: relative;
  display: inline-block;
}

.header-v6 li.menu-icons:first-child {
  padding-right: 15px;
}

.header-v6 li.menu-icons i.menu-icons-style {
  color: #fff;
  width: 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 94px;
  text-align: center;
  display: inline-block;
}

.header-v6 li.menu-icons span.badge {
  top: 28px;
  left: 12px;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 4px;
  display: block;
  font-size: 11px;
  text-align: center;
  position: absolute;
  background: #72c02c;
  display: inline-block;
  border-radius: 50% !important;
}

/*Shopping Cart*/

.header-v6 .shopping-cart .shopping-cart-open {
  right: 0;
  top: 94px;
  padding: 15px;
  display: none;
  min-width: 250px;
  background: #fff;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-top: 2px solid #72c02c;
}

.header-v6 .shopping-cart:hover .shopping-cart-open {
  display: block;
}

.header-v6 .shopping-cart-open span.shc-title {
  color: #444;
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
}

.header-v6 .shopping-cart-open span.shc-total {
  color: #444;
  float: right;
  font-size: 12px;
  margin-top: 6px;
  text-transform: uppercase;
}

.header-v6 .shopping-cart-open span.shc-total strong {
  padding-left: 3px;
}

.header-v6 .shopping-cart-open .btn-u {
  padding: 4px 12px;
}

/*Search Box
------------------------------------*/

.header-v6 .search-open {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  height: auto;
  display: none;
  padding: 10px;
  position: fixed;
  background: #fff;
}

.header-v6 .search-open .form-control {
  color: #555;
  border: none;
  height: 75px;
  font-size: 33px;
  font-weight: 200;
  box-shadow: none;
  background: #fff;
  padding: 0 14% 0 13%;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 768px) {
  .header-v6 .search-open .form-control {
    font-size: 20px;
  }

  .header-v6 .navbar-nav > li:first-child > a {
    border-top: 1px solid #aaa;
  }

  .header-v6 .navbar-nav .menu-faq.pull-right,
  .header-v6 .navbar-nav .menu-faq.pull-right a {
    float: none!important;
  }
}

@media (max-width: 768px) {
  .header-v6 .search-open .form-control {
    padding: 0 28% 0 5%;
  }
}

.header-v6 .search-open .form-control::-moz-placeholder {
  color: #555;
}

.header-v6 .search-open .form-control:-ms-input-placeholder {
  color: #555;
}

.header-v6 .search-open .form-control::-webkit-input-placeholder {
  color: #555;
}

.header-v6 .search-open .form-control:hover,
.header-v6 .search-open .form-control:active,
.header-v6 .search-open .form-control:focus {
  border: none;
  box-shadow: none;
}

.header-v6 .search-close {
  z-index: 999;
  position: relative;
}

.header-v6 li.menu-icons i.search-btn {
  color: #fff;
}

.header-v6 li.menu-icons i.fa-times {
  color: #444;
}

/*--------------------------------------------------
	[3. Header - Responsive Navbar Style]
----------------------------------------------------*/

/*Responsive Navbar*/

@media (max-width: 768px) {
  /*Responsive code for max-width: 991px*/

  .header-v6 .navbar-header {
    float: none;
  }

  .header-v6 .navbar-toggle {
    display: block;
  }

  .header-v6 .navbar-collapse {
    border-color: #eee;
    border-bottom: 1px solid #eee;
  }

  .header-v6 .navbar-collapse.collapse {
    display: none !important;
  }

  .header-v6 .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }

  .header-v6 .navbar-nav {
    margin: 0;
    float: none !important;
  }

  .header-v6 .navbar-nav > li {
    float: none;
    display: block;
  }

  .header-v6 .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  /*Navbar Nav*/

  /*Pull Right*/

  .header-v6 .dropdown-menu.pull-right {
    float: none !important;
  }

  /*Dropdown Menu Slide Down Effect*/

  .header-v6 .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }

  .header-v6 .navbar-nav .open .dropdown-menu > li > a,
  .header-v6 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .header-v6 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
  .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  .header-v6 .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
  .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #72c02c;
    background-color: transparent;
  }

  .header-v6 .navbar-nav .open .dropdown-menu > .active > a,
  .header-v6 .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header-v6 .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #72c02c;
    background-color: transparent;
  }

  .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a,
  .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #72c02c;
    background-color: transparent;
  }

  .header-v6 .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }

  /*Design for max-width: 991px*/

  .header-v6 .navbar-collapse,
  .header-v6 .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header-v6 .navbar-nav > li > a {
    font-size: 14px;
    padding: 12px 5px;
  }

  .header-v6 .navbar-nav > li a {
    border-bottom: none;
    border-top: 1px solid #aaa;
  }

  .header-v6 .navbar-nav > li:first-child > a {
    border-top: transparent;
  }

  .header-v6 .navbar-nav > li > a:hover {
    color: #72c02c;
  }

  .header-v6 .navbar-nav > .open > a,
  .header-v6 .navbar-nav > .open > a:hover,
  .header-v6 .navbar-nav > .open > a:focus {
    color: #555;
    background: inherit;
  }

  .header-v6 .navbar-nav > .active > a,
  .header-v6 .navbar-nav > .active > a:focus {
    background: inherit;
    color: #337ab7 !important;
  }

  .header-v6 .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #555 !important;
    text-transform: uppercase;
  }
}

@media (min-width: 769px) {
  /*Navbar Collapse*/

  .header-v6 .navbar-collapse {
    padding: 0;
  }

  /*Navbar*/

  .header-v6 .navbar {
    min-height: 40px !important;
  }

  .header-v6 .container > .navbar-header,
  .header-v6 .container-fluid > .navbar-header,
  .header-v6 .container > .navbar-collapse,
  .header-v6 .container-fluid > .navbar-collapse {
    margin-bottom: -10px;
  }

  .header-v6 .navbar-nav {
    top: 2px;
    position: relative;
  }

  .header-v6 .navbar-nav > li > a {
    padding: 20px;
    line-height: 54px;
  }

  .header-v6.hidden-md .navbar-nav > li > a {
    padding: 0 20px;
  }

  .header-v6 .navbar-nav > li > a,
  .header-v6 .navbar-nav > li > a:hover,
  .header-v6 .navbar-nav > li > a:focus,
  .header-v6 .navbar-nav > .active > a,
  .header-v6 .navbar-nav > .active > a:hover,
  .header-v6 .navbar-nav > .active > a:focus {
    color: #337ab7;
    /*font-weight: 200;*/
    background: none;
  }

  .header-v6 .navbar-nav > .open > a,
  .header-v6 .navbar-nav > .open > a:hover,
  .header-v6 .navbar-nav > .open > a:focus {
    color: #337ab7;
  }

  /*Dropdown Menu*/

  .header-v6 .dropdown-menu {
    border: none;
    padding: 15px 0;
    min-width: 230px;
    border-radius: 0;
    background: #fff;
    z-index: 9999 !important;
    border-top: solid 3px #72c02c;
  }

  .header-v6 .dropdown-menu li a {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 5px;
  }

  .header-v6 .dropdown-menu .active > a,
  .header-v6 .dropdown-menu li > a:hover {
    color: #72c02c;
    background: inherit;
    filter: none !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .header-v6 .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }

  .header-v6 .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  .header-v6 .open > .dropdown-menu {
    display: none;
  }
}

/*--------------------------------------------------
	[4. Header - Submenu]
----------------------------------------------------*/

/*Dropdown Submenu for BS3
------------------------------------*/

.header-v6 .dropdown-submenu {
  position: relative;
}

.header-v6 .dropdown-submenu > a:after {
  top: 9px;
  right: 15px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

@media (max-width: 768px) {
  .header-v6 .dropdown-submenu > a:after {
    content: " ";
  }
}

.header-v6 .dropdown-submenu > .dropdown-menu {
  top: -20px;
  left: 100%;
  margin-left: 0px;
}

/*Submenu comes from LEFT side*/

.header-v6 .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}

.header-v6 .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

@media (max-width: 768px) {
  .header-v6 .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}

.header-v6 .dropdown-submenu.pull-left {
  float: none;
}

.header-v6 .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.header-v6 .dropdown-menu li [class^="fa-"],
.header-v6 .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.header-v6 .dropdown-menu li [class^="fa-"].fa-lg,
.header-v6 .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

/*--------------------------------------------------
	[5. Header - Mega Menu]
----------------------------------------------------*/

/*Mega Menu
------------------------------------*/

.header-v6 .mega-menu .nav,
.header-v6 .mega-menu .dropup,
.header-v6 .mega-menu .dropdown,
.header-v6 .mega-menu .collapse {
  position: static;
}

.header-v6 .mega-menu .navbar-inner,
.header-v6 .mega-menu .container {
  position: relative;
}

.header-v6 .mega-menu .dropdown-menu {
  left: auto;
}

.header-v6 .mega-menu .dropdown-menu > li {
  display: block;
}

.header-v6 .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}

.header-v6 .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}

.header-v6 .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 0;
}

.header-v6 .mega-menu .mega-menu-content:before,
.header-v6 .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
}

.header-v6 .mega-menu .mega-menu-content:after {
  clear: both;
}

.header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}

.header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (min-width: 769px) {
  .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin-left: 10px;
    margin-right: 15px;
  }
}

/*Equal Height Lists*/

@media (min-width: 769px) {
  .header-v6 .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
  }

  .header-v6 .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*Mega Menu Style Effect*/

.header-v6 .mega-menu .equal-height-list h3 {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px 0 13px;
  text-transform: uppercase;
}

/*Space for only Big Resolution*/

@media (min-width: 769px) {
  .header-v6 .mega-menu .big-screen-space {
    margin-bottom: 20px;
  }
}

/*Mega Menu Content*/

@media (min-width: 769px) {
  .header-v6 .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #bbb;
  }

  .header-v6 .mega-menu .equal-height-in:first-child {
    border-left: none;
    margin-left: -1px;
  }

  .header-v6 .mega-menu .equal-height-list {
    width: 100%;
  }

  .header-v6 .mega-menu .equal-height-list li a {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 5px 10px 5px 15px;
  }

  .header-v6 .mega-menu .equal-height-list a:hover {
    text-decoration: none;
  }

  /*Dropdown Arrow Icons*/

  .header-v6 .mega-menu .mega-menu-fullwidth li a {
    padding: 5px 10px 5px 30px;
  }

  .header-v6 .mega-menu .mega-menu-fullwidth li a:after {
    top: 7px;
    left: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }

  /*Dropdown Arrow Icons Disable class*/

  .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a {
    padding: 5px 10px 5px 15px;
  }

  .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
    display: none;
  }
}

/*Space Effect inside the container to avoid scroll bar*/

@media (min-width: 737px) and (max-width: 991px) {
  .header-v6 .mega-menu .mega-menu-content .container {
    width: 690px !important;
  }

  .header-v6 .mega-menu .equal-height {
    margin-right: 0;
  }

  .header-v6 .mega-menu .equal-height-in {
    padding-right: 0;
    margin-right: -15px;
  }
}

@media (max-width: 768px) {
  .header-v6 .mega-menu .equal-height {
    margin-right: 0;
  }

  .header-v6 .mega-menu .equal-height-in {
    padding-right: 0;
    padding-left: 5px;
  }
}

/*Equal Hight List Style*/

@media (max-width: 768px) {
  .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto;
  }

  .header-v6 .mega-menu .equal-height-in,
  .header-v6 .mega-menu .equal-height-list {
    display: block;
    padding-left: 0;
    list-style: none;
    float: none;
    position: relative;
  }

  .header-v6 .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
    display: block;
  }

  /*Equal Height List Style*/

  .header-v6 .mega-menu .equal-height-list h3 {
    color: #555;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px 5px;
  }

  .header-v6 .mega-menu .equal-height-list li a {
    color: #777;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    padding: 6px 25px;
  }

  .header-v6 .mega-menu .equal-height-list > h3.active,
  .header-v6 .mega-menu .equal-height-list > .active > a,
  .header-v6 .mega-menu .equal-height-list > .active > a:hover,
  .header-v6 .mega-menu .equal-height-list > .active > a:focus {
    color: #72c02c;
    background-color: transparent;
  }

  .header-v6 .mega-menu .equal-height-list li a:hover {
    color: #72c02c;
    text-decoration: none;
  }
}

/*--------------------------------------------------
	[6. Header - Fixed]
----------------------------------------------------*/

/*Header Fixed
------------------------------------*/

/*Media Queries*/

@media (min-width: 769px) {
  /*Header Sticky*/

  .header-fixed .header-v6.header-sticky {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    position: fixed;
  }

  .header-fixed .header-v6.header-fixed-shrink {
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
  }

  .header-fixed .header-v6.header-fixed-shrink .navbar {
    background: #fff;
  }

  /*Navbar*/

  .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
    color: #555;
  }

  .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a,
  .header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
    color: #72c02c;
  }

  /*Navbar Brand*/

  .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.default-logo {
    display: none;
  }

  .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.shrink-logo {
    display: inherit;
  }

  /*Menu Inner Right*/

  .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
    color: #555;
  }

  /*Transition*/

  .header-fixed .header-v6.header-fixed-shrink .navbar-brand,
  .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a,
  .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style,
  .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge,
  .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open,
  .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
    -webkit-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
  }

  /*Navbar Brand*/

  .header-fixed .header-v6.header-fixed-shrink .navbar-brand {
    height: 70px;
    max-height: 70px;
    line-height: 39px;
  }

  /*Navbar Nav*/

  .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
    line-height: 30px;
  }

  /*Menu Icons*/

  .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
    line-height: 70px;
  }

  .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge {
    top: 17px;
  }

  .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open {
    top: 70px;
  }

  /*Search*/

  .header-fixed .header-v6.header-fixed-shrink .search-open {
    border-bottom: 1px solid #eee;
  }

  .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
    height: 49px;
    font-size: 25px;
  }
}

/*Media Queries*/

@media (max-width: 768px) {
  /*Header*/

  .header-fixed .header-v6,
  .header-fixed .header-v6.header-fixed-shrink {
    height: inherit;
    position: relative;
  }

  /*Header Inner Right*/

  .header-fixed .header-v6.header-fixed-shrink .header-inner-right,
  .header-fixed .header-v6.header-fixed-shrink .menu-icons-list {
    margin-left: 0;
    margin-right: 20px;
  }

  /*Menu Icons*/

  .header-v6 li.menu-icons i.menu-icons-style {
    color: #555;
  }
}

/*--------------------------------------------------
    [6.1. Header - Fixed Boxed]
----------------------------------------------------*/

.boxed-layout.header-fixed .header-v6.header-sticky {
  left: inherit;
  width: inherit;
}

/*--------------------------------------------------
	[7. Header - Border Bottom Style Option]
----------------------------------------------------*/

/*Navbar*/

.header-v6.header-border-bottom .navbar {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
  border-bottom: none;
}

/*Media Queries*/

@media (min-width: 769px) {
  .header-v6.header-border-bottom .navbar {
    background: transparent;
  }

  .header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
    background: #fff;
  }
}

/*--------------------------------------------------
	[8. Header - White Transparent Background Option]
----------------------------------------------------*/

/*Navbar*/

.header-v6.header-white-transparent .navbar {
  background: rgba(255, 255, 255, 0.5);
}

/*Media Queries*/

@media (min-width: 769px) {
  .header-fixed .header-v6.header-white-transparent.header-fixed-shrink .navbar {
    background: #fff;
  }
}

/*--------------------------------------------------
	[9. Header - Dark Transparent Background Option]
----------------------------------------------------*/

/*Navbar*/

.header-v6.header-dark-transparent .navbar {
  background: rgba(0, 0, 0, 0.5);
}

/*Media Queries*/

@media (min-width: 769px) {
  /*Header*/

  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink {
    box-shadow: none;
  }

  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar {
    background: #2a2b2b;
  }

  /*Navbar Brand*/

  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-brand img.default-logo {
    display: inherit;
  }

  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-brand img.shrink-logo {
    display: none;
  }

  /*Navbar*/

  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav > li > a {
    color: #fff;
  }

  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav .active > a,
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav li > a:hover {
    color: #72c02c;
  }

  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink li.menu-icons i.menu-icons-style {
    color: #fff;
  }
}

@media (max-width: 768px) {
  /*Header*/

  .header-fixed .header-v6.header-dark-transparent .navbar {
    background: #fff;
  }
}

/*Search*/

.header-v6.header-dark-transparent li.menu-icons i.fa-times,
.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink li.menu-icons i.fa-times {
  color: #555;
}

/*--------------------------------------------------
	[10. Header - Dark On Scroll Option]
----------------------------------------------------*/

/*Media Queries*/

@media (min-width: 769px) {
  /*Header*/

  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink {
    box-shadow: none;
    background: #2a2b2b;
  }

  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar {
    background-color: inherit;
  }

  /*Navbar Brand*/

  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.default-logo {
    display: inherit;
  }

  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.shrink-logo {
    display: none;
  }

  /*Navbar*/

  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav > li > a {
    color: #fff;
  }

  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav .active > a,
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav li > a:hover {
    color: #72c02c;
  }

  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink li.menu-icons i.menu-icons-style {
    color: #fff;
  }
}

/*Search*/

.header-v6.header-dark-scroll li.menu-icons i.fa-times,
.header-fixed .header-v6.header-dark-scroll.header-fixed-shrink li.menu-icons i.fa-times {
  color: #555;
}

/*--------------------------------------------------
	[11. Header - Dark Search Option]
----------------------------------------------------*/

/*Media Queries*/

@media (min-width: 769px) {
  /*Navbar*/

  .header-fixed .header-v6.header-dark-search.header-fixed-shrink {
    box-shadow: none;
  }

  .header-fixed .header-v6.header-dark-search.header-dark-scroll.header-fixed-shrink .navbar {
    background: inherit;
  }

  .header-fixed .header-v6.header-dark-search.header-classic-white.header-fixed-shrink {
    box-shadow: none;
  }

  /*Search*/

  .header-v6.header-dark-search .search-open {
    background: #2a2b2b;
    border-bottom: 1px solid #555;
  }

  .header-fixed .header-v6.header-dark-search.header-fixed-shrink .search-open {
    border-bottom-color: #555;
  }

  .header-v6.header-dark-search .search-open .form-control {
    color: #fff;
    background: #2a2b2b;
  }

  .header-v6.header-dark-search .search-open .form-control::-moz-placeholder {
    color: #fff;
  }

  .header-v6.header-dark-search .search-open .form-control:-ms-input-placeholder {
    color: #fff;
  }

  .header-v6.header-dark-search .search-open .form-control::-webkit-input-placeholder {
    color: #fff;
  }

  .header-v6.header-dark-search li.menu-icons i.fa-times,
  .header-fixed .header-v6.header-dark-search.header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff;
  }
}

/*--------------------------------------------------
	[12. Header - Dark Dropdown Option]
----------------------------------------------------*/

/*Shopping Cart*/

.header-v6.header-dark-dropdown .shopping-cart .shopping-cart-open {
  background: #2a2b2b;
  border-color: #555;
  border-top-color: #72c02c;
}

.header-v6.header-dark-dropdown .shopping-cart-open span.shc-title {
  color: #fff;
  border-bottom-color: #555;
}

.header-v6.header-dark-dropdown .shopping-cart-open span.shc-total {
  color: #fff;
}

/*Media Queries*/

@media (min-width: 769px) {
  /*Dropdown*/

  .header-v6.header-dark-dropdown .dropdown-menu {
    background: #2a2b2b;
  }

  .header-v6.header-dark-dropdown .dropdown-menu li a {
    color: #ccc;
  }

  .header-v6.header-dark-dropdown .dropdown-menu .active > a,
  .header-v6.header-dark-dropdown .dropdown-menu li > a:hover {
    color: #72c02c;
  }

  /*Equal Height List Style*/

  .header-v6.header-dark-dropdown .mega-menu .equal-height-in {
    border-left-color: #777;
  }

  .header-v6.header-dark-dropdown .mega-menu .equal-height-list h3 {
    color: #fff;
  }

  .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a {
    color: #ccc;
  }

  .header-v6.header-dark-dropdown .mega-menu .equal-height-list .active > a,
  .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a:hover {
    color: #72c02c;
  }
}

/*--------------------------------------------------
	[13. Header - Dark Responsive Navbar Option]
----------------------------------------------------*/

/*Media Queries*/

@media (max-width: 768px) {
  .header-v6.header-dark-res-nav {
    background: #2a2b2b;
  }

  /*Navbar Brand*/

  .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.default-logo {
    display: inherit;
  }

  .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.shrink-logo {
    display: none;
  }

  /*Toggle*/

  .header-v6.header-dark-res-nav .navbar-toggle .icon-bar {
    background: #fff;
  }

  /*Menu Inner Right*/

  .header-v6.header-dark-res-nav li.menu-icons i.menu-icons-style {
    color: #fff;
  }

  /*Search*/

  .header-v6.header-dark-res-nav .search-open {
    background: #2a2b2b;
    border-bottom: 1px solid #555;
  }

  .header-fixed .header-v6.header-dark-res-nav.header-fixed-shrink .search-open {
    border-bottom-color: #555;
  }

  .header-v6.header-dark-res-nav .search-open .form-control {
    color: #fff;
    background: #2a2b2b;
  }

  .header-v6.header-dark-res-nav .search-open .form-control::-moz-placeholder {
    color: #fff;
  }

  .header-v6.header-dark-res-nav .search-open .form-control:-ms-input-placeholder {
    color: #fff;
  }

  .header-v6.header-dark-res-nav .search-open .form-control::-webkit-input-placeholder {
    color: #fff;
  }

  .header-v6.header-dark-res-nav li.menu-icons i.fa-times,
  .header-fixed .header-v6.header-dark-res-nav.header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff;
  }

  /*Navbar Collapse*/

  .header-v6.header-dark-res-nav .navbar-collapse {
    border-color: #555;
    border-bottom-color: #555;
  }

  /*Navbar Nav*/

  .header-v6.header-dark-res-nav .navbar-nav > li a {
    color: #ccc;
    border-top-color: #555;
  }

  .header-v6.header-dark-res-nav .navbar-nav > li a:hover {
    color: #72c02c;
  }

  .header-v6.header-dark-res-nav .navbar-nav > .open > a,
  .header-v6.header-dark-res-nav .navbar-nav > .open > a:hover,
  .header-v6.header-dark-res-nav .navbar-nav > .open > a:focus {
    color: #fff;
  }

  /*Dropdown*/

  .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a {
    color: #ccc;
  }

  .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #72c02c;
  }

  /*Submenu*/

  .header-v6.header-dark-res-nav .dropdown .dropdown-submenu > a {
    color: #fff !important;
  }

  /*Mega Menu*/

  .header-v6.header-dark-res-nav .mega-menu .equal-height-list h3 {
    color: #fff;
  }
}

/*--------------------------------------------------
	[14. Header - Classic White Option]
----------------------------------------------------*/

/*Media Queries*/

@media (min-width: 769px) {
  /*Header Sticky*/

  .header-v6.header-classic-white .navbar {
    background: #fff;
  }

  /*Navbar*/

  .header-fixed .header-v6.header-classic-white .navbar-nav > li > a {
    color: #555;
    font-weight: 400;
  }

  .header-fixed .header-v6.header-classic-white .navbar-nav .active > a,
  .header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover {
    color: #72c02c;
  }

  /*Navbar Brand*/

  .header-fixed .header-v6.header-classic-white .navbar-brand img.default-logo {
    display: none;
  }

  .header-fixed .header-v6.header-classic-white .navbar-brand img.shrink-logo {
    display: inherit;
  }

  /*Menu Inner Right*/

  .header-fixed .header-v6.header-classic-white li.menu-icons i.menu-icons-style {
    color: #555;
  }

  .header-fixed .header-v6.header-classic-white.header-dark-search li.menu-icons i.fa-times {
    color: #fff;
  }
}

/*--------------------------------------------------
	[15. Header - Classic Dark Option]
----------------------------------------------------*/

/*Shopping Cart*/

.header-v6.header-classic-dark .shopping-cart .shopping-cart-open {
  background: #2a2b2b;
  border-color: #555;
  border-top-color: #72c02c;
}

.header-v6.header-classic-dark .shopping-cart-open span.shc-title {
  color: #fff;
  border-bottom-color: #555;
}

.header-v6.header-classic-dark .shopping-cart-open span.shc-total {
  color: #fff;
}

/*Media Queries*/

@media (min-width: 769px) {
  /*Header*/

  .header-v6.header-classic-dark,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink {
    box-shadow: none;
    background: #2a2b2b;
  }

  .header-v6.header-classic-dark .navbar,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar {
    background-color: inherit;
  }

  /*Navbar Brand*/

  .header-v6.header-classic-dark .navbar-brand img.default-logo,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.default-logo {
    display: inherit;
  }

  .header-v6.header-classic-dark .navbar-brand img.shrink-logo,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.shrink-logo {
    display: none;
  }

  /*Navbar*/

  .header-v6.header-classic-dark .navbar-nav > li > a,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav > li > a {
    color: #fff;
  }

  .header-v6.header-classic-dark .navbar-nav .active > a,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav .active > a,
  .header-v6.header-classic-dark .navbar-nav li > a:hover,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav li > a:hover {
    color: #72c02c;
  }

  .header-v6.header-classic-dark li.menu-icons i.menu-icons-style,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons i.menu-icons-style {
    color: #fff;
  }

  /*Search*/

  .header-v6.header-classic-dark .search-open {
    background: #2a2b2b;
  }

  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .search-open {
    border-bottom: none;
  }

  .header-v6.header-classic-dark .search-open .form-control {
    color: #fff;
    background: #2a2b2b;
  }

  .header-v6.header-classic-dark .search-open .form-control::-moz-placeholder {
    color: #fff;
  }

  .header-v6.header-classic-dark .search-open .form-control:-ms-input-placeholder {
    color: #fff;
  }

  .header-v6.header-classic-dark .search-open .form-control::-webkit-input-placeholder {
    color: #fff;
  }

  .header-v6.header-classic-dark li.menu-icons i.fa-times,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff;
  }

  /*Dropdown*/

  .header-v6.header-classic-dark .dropdown-menu {
    background: #2a2b2b;
  }

  .header-v6.header-classic-dark .dropdown-menu li a {
    color: #ccc;
  }

  .header-v6.header-classic-dark .dropdown-menu .active > a,
  .header-v6.header-classic-dark .dropdown-menu li > a:hover {
    color: #72c02c;
  }

  /*Equal Height List Style*/

  .header-v6.header-classic-dark .mega-menu .equal-height-in {
    border-left-color: #777;
  }

  .header-v6.header-classic-dark .mega-menu .equal-height-list h3 {
    color: #fff;
  }

  .header-v6.header-classic-dark .mega-menu .equal-height-list li a {
    color: #ccc;
  }

  .header-v6.header-classic-dark .mega-menu .equal-height-list .active > a,
  .header-v6.header-classic-dark .mega-menu .equal-height-list li a:hover {
    color: #72c02c;
  }
}

.no-result {
  font-weight: 300 !important;
}
/*Footer-v1
------------------------------------*/

/* footer */

.footer {
  background-color: #d8d440;
  padding: 40px 0;
  color: #0b063a;
}

.footer span {
  margin: 0 0.3em;
}

.footer span:first-child {
  margin: 0 0.3em 0 0;
}

.footer h2 {
  color: #eee;
  font-size: 18px;
  font-weight: 200;
}

/*Link List*/

.link-list li {
  border-top: solid 1px #353535;
}

address,
.footer.link-list a,
.footer .link-list i {
  color: #eee;
}

.footer address {
  line-height: 23px;
}

/*Dotted Map*/

.footer-v1 .footer .map-img {
  /*background: url(../../img/map-img.png) 5px 60px no-repeat;*/
}

/*Blog Posts (with images)*/

.footer-v1 .footer .posts .dl-horizontal a {
  color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
  color: #5fb611 !important;
}

/*Copyright*/

.footer-v1 .copyright {
  background: #222;
  border-top: none;
  padding: 10px 0 5px;
}

.footer-v1 .copyright p {
  color: #eee;
  margin-top: 14px;
}

.footer-v1 .copyright a {
  margin: 0 2px;
}

.footer-v1 .footer-socials {
  margin-top: 12px;
  text-align: right;
}

.footer-v1 .footer-socials li a {
  color: #777;
  font-size: 16px;
}

@media (max-width: 991px) {
  .footer-v1 .copyright,
  .footer-v1 .footer-socials {
    text-align: left;
  }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.c3 svg {
  font: 10px sans-serif;
}

.c3 line,
.c3 path {
  fill: none;
  stroke: #000;
}

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
  shape-rendering: crispEdges;
}

.c3-chart-arc path {
  stroke: #fff;
}

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}

.c3-grid line {
  stroke: #aaa;
}

.c3-grid text {
  fill: #aaa;
}

.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}

.c3-text.c3-empty {
  fill: gray;
  font-size: 2em;
}

.c3-line {
  stroke-width: 1px;
}

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}

.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}

.c3-bar {
  stroke-width: 0;
}

.c3-bar._expanded_ {
  fill-opacity: .75;
}

.c3-target.c3-focused {
  opacity: 1;
}

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}

.c3-target.c3-defocused {
  opacity: .3!important;
}

.c3-region {
  fill: #4682b4;
  fill-opacity: .1;
}

.c3-brush .extent {
  fill-opacity: .1;
}

.c3-legend-item {
  font-size: 12px;
}

.c3-legend-item-hidden {
  opacity: .15;
}

.c3-legend-background {
  opacity: .75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1;
}

.c3-tooltip-container {
  z-index: 10;
}

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777;
  -moz-box-shadow: 7px 7px 12px -9px #777;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: .9;
}

.c3-tooltip tr {
  border: 1px solid #CCC;
}

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}

.c3-tooltip td>span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.c3-tooltip td.value {
  text-align: right;
}

.c3-area {
  stroke-width: 0;
  opacity: .2;
}

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}

.c3-chart-arc .c3-gauge-value {
  fill: #000;
}
/**
 * Theme for jQRangeSlider
 * Inspired by http://cssdeck.com/item/381/itunes-10-storage-bar
 *        and http://cssdeck.com/item/276/pure-css-arrow-with-border-tooltip
 */

.ui-rangeSlider {
  height: 30px;
  padding-top: 40px;
}

.ui-rangeSlider,
.ui-rangeSlider-container,
.ui-rangeSlider-arrow {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.ui-rangeSlider-withArrows .ui-rangeSlider-container {
  margin: 0 15px;
}

.ui-rangeSlider-withArrows .ui-rangeSlider-container,
.ui-rangeSlider-noArrow .ui-rangeSlider-container,
.ui-rangeSlider-arrow {
  -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
  -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
  box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
}

.ui-rangeSlider-disabled.ui-rangeSlider-withArrows .ui-rangeSlider-container,
.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container,
.ui-rangeSlider-disabled .ui-rangeSlider-arrow {
  -webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
  -moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
  box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container {
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left: solid 1px #515862;
  border-right: solid 1px #515862;
}

.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container {
  border-color: #8490a3;
}

.ui-rangeSlider-container,
.ui-rangeSlider-arrow {
  height: 30px;
  border-top: solid 1px #232a32;
  border-bottom: solid 1px #6a7179;
}

.ui-rangeSlider-disabled .ui-rangeSlider-container,
.ui-rangeSlider-disabled .ui-rangeSlider-arrow {
  border-top-color: #49576b;
  border-bottom-color: #9ca7b3;
}

.ui-rangeSlider-container,
.ui-rangeSlider-arrow,
.ui-rangeSlider-label {
  background: #67707F;
  background: -moz-linear-gradient(top, #67707F 0%, #888DA0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67707F), color-stop(100%,#888DA0));
}

.ui-rangeSlider-disabled .ui-rangeSlider-container,
.ui-rangeSlider-disabled .ui-rangeSlider-arrow,
.ui-rangeSlider-disabled .ui-rangeSlider-label {
  background: #95a4bd;
  background: -moz-linear-gradient(top, #95a4bd 0%, #b2bbd8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95a4bd), color-stop(100%,#b2bbd8));
}

.ui-rangeSlider-arrow {
  width: 14px;
  cursor: pointer;
}

.ui-rangeSlider-leftArrow {
  border-radius: 4px 0 0 4px;
  border-left: solid 1px #515862;
}

.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow {
  border-left-color: #8792a2;
}

.ui-rangeSlider-rightArrow {
  border-radius: 0 4px 4px 0;
  border-right: solid 1px #515862;
}

.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow {
  border-right-color: #8792a2;
}

.ui-rangeSlider-arrow-inner {
  position: absolute;
  top: 50%;
  border: 10px solid transparent;
  width: 0;
  height: 0;
  margin-top: -10px;
}

.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right: 10px solid #a4a8b7;
  left: 0;
  margin-left: -8px;
}

.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner {
  border-right: 10px solid #b3b6c2;
}

.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner,
.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner {
  border-right-color: #bbc0cf;
}

.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left: 10px solid #a4a8b7;
  right: 0;
  margin-right: -8px;
}

.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner {
  border-left: 10px solid #b3b6c2;
}

.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner,
.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner {
  border-left-color: #bbc0cf;
}

.ui-rangeSlider-innerBar {
  width: 110%;
  height: 100%;
  left: -10px;
  overflow: hidden;
}

.ui-rangeSlider-bar {
  background: #68a1d6;
  height: 29px;
  margin: 1px 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  -webkit-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
  -moz-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
  box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
}

.ui-rangeSlider-disabled .ui-rangeSlider-bar {
  background: #93aeca;
  -webkit-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.3);
  -moz-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.3);
  box-shadow: inset 0 2px 6px RGBA(0,0,0,0.3);
}

.ui-rangeSlider-handle {
  width: 10px;
  height: 30px;
  background: transparent;
  cursor: col-resize;
}

.ui-rangeSlider-label {
  padding: 5px 10px;
  bottom: 40px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px #c2c5d6;
  -moz-box-shadow: 0px 1px 0px #c2c5d6;
  box-shadow: 0px 1px 0px #c2c5d6;
  color: white;
  font-size: 15px;
  cursor: col-resize;
}

.ui-rangeSlider-label-inner {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  z-index: 99;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
  border-top: 10px solid #888DA0;
}

.ui-rangeSlider-disabled .ui-rangeSlider-label-inner {
  border-top-color: #b2bbd8;
}

.ui-editRangeSlider-inputValue {
  width: 2em;
  text-align: center;
  font-size: 15px;
}

.ui-rangeSlider .ui-ruler-scale {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ui-rangeSlider .ui-ruler-tick {
  float: left;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner {
  color: white;
  margin-top: 1px;
  border-left: 1px solid white;
  height: 29px;
  padding-left: 2px;
  position: relative;
}

.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label {
  position: absolute;
  bottom: 6px;
}

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner {
  border-left: 1px solid white;
  margin-top: 25px;
  height: 5px;
}
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,.15);
  border-top: 0;
  border-bottom-color: rgba(0,0,0,.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0,0,0,.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker>div {
  display: none;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active,
.datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 1.42857143;
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 0 5px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
@font-face {
  font-family: 'Simple-Line-Icons';
  src: url('../fonts/Simple-Line-Icons.eot');
  src: url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Simple-Line-Icons.woff') format('woff'),
		url('../fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before {
  font-family: 'Simple-Line-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */

/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/

.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-moustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-emoticon-smile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-user,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglasses,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calendar,
.icon-bulb,
.icon-bar-chart,
.icon-arrow-up,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-down,
.icon-ban,
.icon-bubble,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-users {
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-user-female:before {
  content: "\e000";
}

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

.icon-screen-desktop:before {
  content: "\e011";
}

.icon-plane:before {
  content: "\e012";
}

.icon-notebook:before {
  content: "\e013";
}

.icon-moustache:before {
  content: "\e014";
}

.icon-mouse:before {
  content: "\e015";
}

.icon-magnet:before {
  content: "\e016";
}

.icon-energy:before {
  content: "\e020";
}

.icon-emoticon-smile:before {
  content: "\e021";
}

.icon-disc:before {
  content: "\e022";
}

.icon-cursor-move:before {
  content: "\e023";
}

.icon-crop:before {
  content: "\e024";
}

.icon-credit-card:before {
  content: "\e025";
}

.icon-chemistry:before {
  content: "\e026";
}

.icon-user:before {
  content: "\e005";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-social-youtube:before {
  content: "\e008";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-facebook:before {
  content: "\e00b";
}

.icon-social-dropbox:before {
  content: "\e00c";
}

.icon-social-dribbble:before {
  content: "\e00d";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

.icon-magic-wand:before {
  content: "\e017";
}

.icon-hourglass:before {
  content: "\e018";
}

.icon-graduation:before {
  content: "\e019";
}

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

.icon-fire:before {
  content: "\e01c";
}

.icon-eyeglasses:before {
  content: "\e01d";
}

.icon-envelope-open:before {
  content: "\e01e";
}

.icon-envelope-letter:before {
  content: "\e01f";
}

.icon-bell:before {
  content: "\e027";
}

.icon-badge:before {
  content: "\e028";
}

.icon-anchor:before {
  content: "\e029";
}

.icon-wallet:before {
  content: "\e02a";
}

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

.icon-pin:before {
  content: "\e031";
}

.icon-picture:before {
  content: "\e032";
}

.icon-map:before {
  content: "\e033";
}

.icon-layers:before {
  content: "\e034";
}

.icon-handbag:before {
  content: "\e035";
}

.icon-globe-alt:before {
  content: "\e036";
}

.icon-globe:before {
  content: "\e037";
}

.icon-frame:before {
  content: "\e038";
}

.icon-folder-alt:before {
  content: "\e039";
}

.icon-film:before {
  content: "\e03a";
}

.icon-feed:before {
  content: "\e03b";
}

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawer:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-directions:before {
  content: "\e041";
}

.icon-direction:before {
  content: "\e042";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

.icon-compass:before {
  content: "\e045";
}

.icon-call-out:before {
  content: "\e046";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-end:before {
  content: "\e048";
}

.icon-calculator:before {
  content: "\e049";
}

.icon-bubbles:before {
  content: "\e04a";
}

.icon-briefcase:before {
  content: "\e04b";
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

.icon-pie-chart:before {
  content: "\e05e";
}

.icon-pencil:before {
  content: "\e05f";
}

.icon-note:before {
  content: "\e060";
}

.icon-music-tone-alt:before {
  content: "\e061";
}

.icon-music-tone:before {
  content: "\e062";
}

.icon-microphone:before {
  content: "\e063";
}

.icon-loop:before {
  content: "\e064";
}

.icon-logout:before {
  content: "\e065";
}

.icon-login:before {
  content: "\e066";
}

.icon-list:before {
  content: "\e067";
}

.icon-like:before {
  content: "\e068";
}

.icon-home:before {
  content: "\e069";
}

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-cursor:before {
  content: "\e06e";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

.icon-control-pause:before {
  content: "\e072";
}

.icon-control-forward:before {
  content: "\e073";
}

.icon-control-end:before {
  content: "\e074";
}

.icon-calendar:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

.icon-bar-chart:before {
  content: "\e077";
}

.icon-arrow-up:before {
  content: "\e078";
}

.icon-arrow-right:before {
  content: "\e079";
}

.icon-arrow-left:before {
  content: "\e07a";
}

.icon-arrow-down:before {
  content: "\e07b";
}

.icon-ban:before {
  content: "\e07c";
}

.icon-bubble:before {
  content: "\e07d";
}

.icon-camcorder:before {
  content: "\e07e";
}

.icon-camera:before {
  content: "\e07f";
}

.icon-check:before {
  content: "\e080";
}

.icon-clock:before {
  content: "\e081";
}

.icon-close:before {
  content: "\e082";
}

.icon-cloud-download:before {
  content: "\e083";
}

.icon-cloud-upload:before {
  content: "\e084";
}

.icon-doc:before {
  content: "\e085";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-eye:before {
  content: "\e087";
}

.icon-flag:before {
  content: "\e088";
}

.icon-folder:before {
  content: "\e089";
}

.icon-heart:before {
  content: "\e08a";
}

.icon-info:before {
  content: "\e08b";
}

.icon-key:before {
  content: "\e08c";
}

.icon-link:before {
  content: "\e08d";
}

.icon-lock:before {
  content: "\e08e";
}

.icon-lock-open:before {
  content: "\e08f";
}

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

.icon-paper-plane:before {
  content: "\e094";
}

.icon-plus:before {
  content: "\e095";
}

.icon-pointer:before {
  content: "\e096";
}

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

.icon-star:before {
  content: "\e09b";
}

.icon-symbol-female:before {
  content: "\e09c";
}

.icon-symbol-male:before {
  content: "\e09d";
}

.icon-target:before {
  content: "\e09e";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-users:before {
  content: "\e001";
}
/* 
* Version: 1.7
* Blue Color: #0091d2
* Blue Hover Color: #2980b9; 
* Additional color: #deeffc;
* rgba(52, 152, 219, 1);
*/

a {
  color: #0091d2;
}

a:focus,
a:hover,
a:active {
  color: #0091d2;
}

.color-green {
  color: #0091d2;
}

a.read-more:hover {
  color: #0091d2;
}

.linked:hover {
  color: #0091d2;
}

/* Headers Default
------------------------------------*/

.header .navbar-nav > .active > a {
  color: #0091d2;
}

.header .navbar-nav > .active > a {
  border-color: #0091d2;
}

.header .dropdown-menu {
  border-top: solid 2px #0091d2;
}

.header .navbar-nav > li:hover > a {
  color: #2980b9;
}

.header .nav > li > .search:hover {
  border-bottom-color: #2980b9;
  color: #2980b9;
}

.header .navbar-nav > li > a:hover,
.header .navbar-nav > .active > a {
  border-bottom-color: #0091d2;
}

.header .navbar-toggle {
  border-color: #2980b9;
}

.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
  background: #0091d2;
}

.header .navbar-toggle:hover {
  background: #2980b9 !important;
}

.header .navbar-nav > .open > a,
.header .navbar-nav > .open > a:hover,
.header .navbar-nav > .open > a:focus {
  color: #0091d2;
}

/* Design for max-width: 991px */

@media (max-width: 768px) {
  .header .navbar-nav > .active > a,
  .header .navbar-nav > .active > a:hover,
  .header .navbar-nav > .active > a:focus {
    background: #0091d2
	  color: #fff !important;
  }

  .header .navbar-nav > .active > a {
    border-color: #eee;
  }

  .header .nav > li > .search:hover {
    background: #0091d2;
  }
}

/* Headers v1
------------------------------------*/

.header-v1 .navbar-default .navbar-nav > .active > a,
.header-v1 .navbar-default .navbar-nav > li > a:hover,
.header-v1 .navbar-default .navbar-nav > li > a:focus {
  color: #0091d2;
}

.header-v1 .dropdown-menu {
  border-color: #3498db;
}

.header-v1 .navbar-default .navbar-nav > li:hover > a {
  color: #0091d2;
}

.header-v1 .navbar .nav > li > .search:hover {
  color: #0091d2;
}

.header-v1 .navbar .nav > li > .search:hover {
  color: #0091d2;
}

.header-v1 .navbar-default .navbar-toggle {
  border-color: #2980b9;
}

.header-v1 .navbar-toggle,
.header-v1 .navbar-default .navbar-toggle:hover,
.header-v1 .navbar-default .navbar-toggle:focus {
  background: #0091d2;
}

.header-v1 .navbar-toggle:hover {
  background: #2980b9 !important;
}

/* Design for max-width: 991px */

@media (max-width: 991px) {
  .header-v1 .navbar-default .navbar-nav > li:hover > a {
    border-color: #eee;
  }

  .header-v1 .navbar-default .navbar-nav > .active > a,
  .header-v1 .navbar-default .navbar-nav > .active > a:hover,
  .header-v1 .navbar-default .navbar-nav > .active > a:focus {
    background-color: #0091d2;
  }

  .header-v1 .navbar-default .navbar-nav > .active > a {
    border-color: #eee;
  }

  .header-v1 .navbar .nav > li > .search:hover {
    background-color: #0091d2;
  }
}

/* Headers v2
------------------------------------*/

.header-v2 .dropdown-menu {
  border-color: #0091d2;
}

.header-v2 .navbar-default .navbar-toggle {
  border-color: #2980b9;
}

.header-v2 .navbar-toggle,
.header-v2 .navbar-default .navbar-toggle:hover,
.header-v2 .navbar-default .navbar-toggle:focus {
  background: #0091d2;
}

.header-v2 .navbar-toggle:hover {
  background: #2980b9 !important;
}

/* Design for max-width: 991px */

@media (max-width: 991px) {
  .header-v2 .navbar-default .navbar-nav > .active > a,
  .header-v2 .navbar-default .navbar-nav > .active > a:hover,
  .header-v2 .navbar-default .navbar-nav > .active > a:focus {
    background: #0091d2
	  color: #fff !important;
  }

  .header-v2 .navbar-default .navbar-nav > li > a:hover {
    color: #0091d2;
  }
}

/* Headers v3
------------------------------------*/

.header-v3 .navbar-default .navbar-nav > .active > a {
  color: #0091d2;
}

.header-v3 .navbar-default .navbar-nav > li:hover > a {
  color: #2980b9;
}

.header-v3 .dropdown-menu {
  border-color: #0091d2;
}

.header-v3 .navbar-default .navbar-toggle {
  border-color: #2980b9;
}

.header-v3 .navbar-toggle,
.header-v3 .navbar-default .navbar-toggle:hover,
.header-v3 .navbar-default .navbar-toggle:focus {
  background: #0091d2;
}

.header-v3 .navbar-toggle:hover {
  background: #2980b9 !important;
}

.header-v3 .navbar .nav > li > .search:hover {
  background: inherit;
  color: #0091d2;
}

/* Design for max-width: 991px */

@media (max-width: 991px) {
  .header-v3 .navbar-default .navbar-nav > .active > a,
  .header-v3 .navbar-default .navbar-nav > .active > a:hover,
  .header-v3 .navbar-default .navbar-nav > .active > a:focus {
    background: #0091d2
	  color: #fff !important;
  }

  .header-v3 .navbar-default .navbar-nav > .active > a {
    border-color: #eee;
  }

  .header-v3 .navbar .nav > li > .search:hover {
    background: #0091d2;
  }
}

/* Headers v4
------------------------------------*/

.header-v4 .navbar-default .navbar-nav > li > a:hover,
.header-v4 .navbar-default .navbar-nav > .active > a {
  border-color: #0091d2;
}

.header-v4 .navbar-default .navbar-nav > .active > a {
  color: #0091d2;
}

.header-v4 .navbar-default .navbar-nav > li:hover > a {
  border-color: #0091d2
  color: #2980b9;
}

.header-v4 .navbar .nav > li > .search:hover {
  color: #0091d2;
}

.header-v4 .navbar-default .navbar-nav > .open > a,
.header-v4 .navbar-default .navbar-nav > .open > a:hover,
.header-v4 .navbar-default .navbar-nav > .open > a:focus {
  color: #0091d2;
}

/* Design for max-width: 991px */

@media (max-width: 991px) {
  .header-v4 .navbar-default .navbar-nav > li:hover > a {
    border-color: #eee;
  }

  .header-v4 .navbar-default .navbar-nav > .active > a,
  .header-v4 .navbar-default .navbar-nav > .active > a:hover,
  .header-v4 .navbar-default .navbar-nav > .active > a:focus {
    color: #3498db !important;
  }

  .header-v4 .navbar-default .navbar-nav > .active > a {
    border-color: #eee;
  }

  .header-v4 .navbar .nav > li > .search:hover {
    background: #0091d2;
  }
}

/* Headers v5
------------------------------------*/

.header-v5 .navbar-default .navbar-nav > li > a:hover,
.header-v5 .navbar-default .navbar-nav > .active > a {
  border-top: 2px solid #0091d2;
}

.header-v5 .navbar-default .navbar-nav > .active > a {
  color: #0091d2;
}

.header-v5 .navbar-default .navbar-nav > li:hover > a {
  color: #0091d2;
}

.header-v5 .navbar-default .navbar-nav > .open > a,
.header-v5 .navbar-default .navbar-nav > .open > a:hover,
.header-v5 .navbar-default .navbar-nav > .open > a:focus {
  color: #0091d2;
}

.header-v5 .dropdown-menu li > a:hover {
  background: #0091d2;
}

.header-v5 .dropdown-menu .active > a,
.header-v5 .dropdown-menu li > a:hover {
  background: #0091d2;
}

.header-v5 .dropdown-menu {
  border-color: #0091d2;
}

.header-v5 .dropdown-menu li.dropdown-submenu:hover > a {
  background: #0091d2;
}

.header-v5 .dropdown-menu .style-list li > a:hover {
  background: none;
}

.header-v5 .style-list li a:hover {
  color: #0091d2;
}

/* Shopping cart
------------------------------------*/

.header-v5 .shop-badge.badge-icons i {
  color: #0091d2;
}

.header-v5 .shop-badge span.badge-sea {
  background: #0091d2;
}

.header-v5 .badge-open {
  border-top: 2px solid #0091d2
  box-shadow: 0 5px 5px 0 rgba(52, 152, 219, 0.075);
}

/* Header v6
------------------------------------*/

/* Search */

.header-v6 .shopping-cart .shopping-cart-open {
  border-top-color: #3498db !important;
}

.header-v6 li.menu-icons span.badge {
  background: #0091d2;
}

/* Dropdown Menu */

.header-v6 .dropdown-menu {
  border-top-color: #0091d2;
}

/* Media Queries */

@media (max-width: 768px) {
  /* Navbar Nav */

  .header-v6 .navbar-nav > .active > a,
  .header-v6 .navbar-nav > .active > a:hover,
  .header-v6 .navbar-nav > .active > a:focus {
    color: #337ab7 !important;
  }

  .header-v6 .nav .open > a,
  .header-v6 .nav .open > a:hover,
  .header-v6 .nav .open > a:focus {
    border-color: #eee;
  }

  .header-v6 .navbar-nav > li > a:hover,
  .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
  .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus,
  .header-v6 .navbar-nav .open .dropdown-menu > .active > a,
  .header-v6 .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header-v6 .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #3498db !important;
  }

  .header-v6 .mega-menu .equal-height-list li a:hover {
    color: #3498db !important;
  }

  /* Classic Dark */

  .header-v6 .mega-menu .equal-height-list li a:hover {
    color: #0091d2;
  }

  /* Dark Responsive Navbar */

  .header-v6.header-dark-res-nav .navbar-nav > li a:hover,
  .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #0091d2;
  }

  .header-v6.header-dark-res-nav .nav .open > a,
  .header-v6.header-dark-res-nav .nav .open > a:hover,
  .header-v6.header-dark-res-nav .nav .open > a:focus {
    border-color: #555;
  }
}

@media (min-width: 769px) {
  /* Default Style */

  .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a,
  .header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
    color: #3498db !important;
  }

  .header-v6 .dropdown-menu .active > a,
  .header-v6 .dropdown-menu li > a:hover,
  .header-fixed .header-v6.header-fixed-shrink .dropdown-menu .active > a,
  .header-fixed .header-v6.header-fixed-shrink .dropdown-menu li > a:hover {
    color: #3498db !important;
  }

  .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a,
  .header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
    color: #0091d2;
  }

  /* Classic White */

  .header-fixed .header-v6.header-classic-white .navbar-nav .active > a,
  .header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover {
    color: #0091d2;
  }

  /* Classic Dark */

  .header-v6.header-classic-dark .navbar-nav .active > a,
  .header-v6.header-classic-dark .navbar-nav li > a:hover,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav .active > a,
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav li > a:hover {
    color: #0091d2;
  }

  .header-v6.header-classic-dark .dropdown-menu .active > a,
  .header-v6.header-classic-dark .dropdown-menu li > a:hover {
    color: #3498db !important;
  }

  /* Dark Dropdown */

  .header-v6.header-dark-dropdown .dropdown-menu .active > a,
  .header-v6.header-dark-dropdown .dropdown-menu li > a:hover {
    color: #0091d2;
  }

  /* Dark Scroll */

  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav .active > a,
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav li > a:hover {
    color: #0091d2;
  }
}

/* Header v7
------------------------------------*/

.header-v7 .navbar-default .navbar-nav > li > a:hover,
.header-v7 .navbar-default .navbar-nav > li.active > a {
  color: #3498db !important;
}

.header-v7 .dropdown-menu .active > a,
.header-v7 .dropdown-menu li > a:focus,
.header-v7 .dropdown-menu li > a:hover {
  color: #3498db !important;
}

.header-v7 .navbar-default .navbar-nav > li > a:hover,
.header-v7 .navbar-default .navbar-nav > li > a:focus,
.header-v7 .navbar-default .navbar-nav > .active > a,
.header-v7 .navbar-default .navbar-nav > .active > a:hover,
.header-v7 .navbar-default .navbar-nav > .active > a:focus {
  color: #0091d2;
}

.header-socials li a:hover {
  color: #0091d2;
}

/* Sliders
------------------------------------*/

/* Main Parallax Sldier */

.da-slide h2 i {
  background-color: rgba(52, 152, 219, 0.8);
}

/* Sequence Parallax Sldier */

.sequence-inner {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#deeffc));
  background: -webkit-linear-gradient(#fff, #deeffc);
  background: -moz-linear-gradient(#fff, #deeffc);
  background: -ms-linear-gradient(#fff, #deeffc);
  background: -o-linear-gradient(#fff, #deeffc);
  background: linear-gradient(#fff, #deeffc);
}

#sequence-theme h2 {
  background: rgba(52, 152, 219, 0.8);
}

#sequence-theme .info p {
  background: rgba(52, 152, 219, 0.8);
}

/* Buttons
------------------------------------*/

.btn-u {
  background: #0091d2;
}

.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
  background: #2980b9;
  color: #fff;
}

/* Buttons Color */

.btn-u-split.dropdown-toggle {
  border-left: solid 1px #2980b9;
}

/* Bordered Buttons */

.btn-u.btn-brd {
  border-color: #0091d2;
}

.btn-u.btn-brd:hover {
  color: #2980b9;
  border-color: #2980b9;
}

.btn-u.btn-brd.btn-brd-hover:hover {
  background: #2980b9;
}

/* Service
------------------------------------*/

.service .service-icon {
  color: #0091d2;
}

/* Service Blocks */

.service-alternative .service:hover {
  background: #0091d2;
}

/* Thumbnail (Recent Work)
------------------------------------*/

.thumbnail-style h3 a:hover {
  color: #0091d2;
}

.thumbnail-style a.btn-more {
  background: #0091d2;
}

.thumbnail-style a.btn-more:hover {
  box-shadow: 0 0 0 2px #2980b9;
}

/* Typography
------------------------------------*/

/* Heading */

.headline h2,
.headline h3,
.headline h4 {
  border-bottom: 2px solid #0091d2;
}

/* Blockquote */

blockquote:hover {
  border-left-color: #0091d2;
}

.hero {
  border-left-color: #0091d2;
}

blockquote.hero.hero-default {
  background: #0091d2;
}

blockquote.hero.hero-default:hover {
  background: #2980b9;
}

/* Carousel
------------------------------------*/

.carousel-arrow a.carousel-control:hover {
  color: #0091d2;
}

/* Footer
------------------------------------*/

.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
  color: #0091d2;
}

/* Footer Blog */

.footer .dl-horizontal a:hover {
  color: #3498db !important;
}

/* Blog Posts
------------------------------------*/

.posts .dl-horizontal a:hover {
  color: #0091d2;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
  color: #0091d2
	border-color: #3498db !important;
}

/* Post Comment */

.post-comment h3,
.blog-item .media h3,
.blog-item .media h4.media-heading span a {
  color: #0091d2;
}

/* Breadcrumb
------------------------------------*/

.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #0091d2;
}

/* About Page
------------------------------------*/

.team .thumbnail-style:hover h3 a {
  color: #3498db !important;
}

/* Social Icons */

.team ul.team-socail li i:hover {
  background: #0091d2;
}

/* Right Sidebar
------------------------------------*/

/* Right Sidebar */

.who li i,
.who li:hover i,
.who li:hover a {
  color: #0091d2;
}

/* Privacy Page
------------------------------------*/

.privacy a:hover {
  color: #0091d2;
}

/* Portfolio Page
------------------------------------*/

/* Portfolio v1 */

.view a.info:hover {
  background: #0091d2;
}

/* Portfolio v2 */

.sorting-block .sorting-nav li.active {
  color: #0091d2
	border-bottom: solid 1px #0091d2;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover {
  background: #0091d2;
}

/* Blog Page
------------------------------------*/

.blog h3 {
  color: #0091d2;
}

.blog li a:hover {
  color: #0091d2;
}

/* Blog Tags */

ul.blog-tags a:hover {
  background: #0091d2;
}

.blog-post-tags ul.blog-tags a:hover {
  background: #0091d2;
}

/* Blog Item Page
------------------------------------*/

.blog-item h4.media-heading span a {
  color: #0091d2;
}

/* Coming Soon Page
------------------------------------*/

.coming-soon-border {
  border-top: solid 3px #0091d2;
}

/* Search Page
------------------------------------*/

.booking-blocks p a {
  color: #0091d2;
}

/* Icons Page
------------------------------------*/

.icon-page li:hover {
  color: #0091d2;
}

/* Glyphicons */

.glyphicons-demo a:hover {
  color: #0091d2
	text-decoration: none;
}

/* Social Icons
------------------------------------*/

.social-icons-v1 i:hover {
  color: #fff;
  background: #0091d2;
}

/* Magazine Page
------------------------------------*/

/* Magazine News */

.magazine-news .by-author strong {
  color: #0091d2;
}

.magazine-news a.read-more {
  color: #0091d2;
}

/* Magazine Mini News */

.magazine-mini-news .post-author strong {
  color: #0091d2;
}

.news-read-more i {
  background: #0091d2;
}

/* Sidebar Features */

.magazine-page h3 a:hover {
  color: #0091d2;
}

/* Page Features
------------------------------------*/

/* Tag Boxes v1 */

.tag-box-v1 {
  border-top: solid 2px #0091d2;
}

/* Tag Boxes v2 */

.tag-box-v2 {
  border-left: solid 2px #0091d2;
}

/* Tag Boxes v7 */

.tag-box-v7 {
  border-bottom: solid 2px #0091d2;
}

/* Font Awesome Icon Page Style */

.fa-icons li:hover {
  color: #0091d2;
}

.fa-icons li:hover i {
  background: #0091d2;
}

/* GLYPHICONS Icons Page Style */

.bs-glyphicons li:hover {
  color: #0091d2;
}

/* Navigation
------------------------------------*/

/* Pagination */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0091d2
  border-color: #0091d2;
}

.pagination li a:hover {
  background: #2980b9;
  border-color: #2980b9;
}

/* Pager */

.pager li > a:hover,
.pager li > a:focus {
  background: #2980b9;
  border-color: #2980b9;
}

.pager.pager-v2 li > a:hover,
.pager.pager-v2 li > a:focus,
.pager.pager-v3 li > a:hover,
.pager.pager-v3 li > a:focus {
  color: #fff;
  background: #0091d2;
}

/* Registration and Login Page v2
------------------------------------*/

.reg-block {
  border-top: solid 2px #0091d2;
}

/*Image Hover
------------------------------------*/

/* Image-hover */

#effect-2 figure .img-hover {
  background: #0091d2;
}

/* Blog Large Page
------------------------------------*/

.blog h2 a:hover {
  color: #0091d2;
}

/* Timeline v1 Page
------------------------------------*/

.timeline-v1 > li > .timeline-badge i:hover {
  color: #0091d2;
}

.timeline-v1 .timeline-footer .likes:hover i {
  color: #0091d2;
}

/* Timeline v2 Page
------------------------------------*/

/* The icons */

.timeline-v2 > li .cbp_tmicon {
  background: #0091d2;
}

/* Progress Bar
------------------------------------*/

.progress-bar-u {
  background: #0091d2;
}

/* Job Inner Page
------------------------------------*/

.job-description .save-job a:hover,
.block-description .save-job a:hover {
  color: #0091d2;
}

.job-description .p-chart .overflow-h li i,
.job-description .p-chart .overflow-h li a,
.block-description .p-chart .overflow-h li i,
.block-description .p-chart .overflow-h li a {
  color: #0091d2;
}

/* Colorful-ul */

.job-description .colorful-ul li a {
  color: #0091d2;
}

/* Search Inner Page
------------------------------------*/

.s-results .related-search a:hover {
  color: #0091d2;
}

.s-results .inner-results h3 a:hover {
  color: #0091d2;
}

.s-results .up-ul li a:hover {
  color: #0091d2;
}

.s-results .down-ul li a {
  color: #0091d2;
}

/* Funny Boxes
------------------------------------*/

.funny-boxes p a {
  color: #0091d2;
}

.funny-boxes .funny-boxes-img li i {
  color: #0091d2;
}

.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}

/* Sidebar Sub Navigation
------------------------------------*/

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #0091d2;
}

/* Blockquote
------------------------------------*/

blockquote.bq-green {
  border-color: #0091d2;
}

blockquote:hover,
blockquote.text-right:hover {
  border-color: #0091d2;
}

.quote-v1 p::before {
  color: #0091d2;
}

/* Green Left Bordered Funny Box */

.funny-boxes-left-green {
  border-left: solid 2px #0091d2;
}

.funny-boxes-left-green:hover {
  border-left-color: #0091d2;
}

/* Testimonials Default
------------------------------------*/

/* Testimonials */

.testimonials .carousel-arrow i:hover {
  background: #0091d2;
}

/* Testimonials Default */

.testimonials-bg-default .item p {
  background: #0091d2;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #0091d2;
}

.testimonials-bg-default .carousel-arrow i {
  background: #0091d2;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #2980b9;
}

/* Promo Page
------------------------------------*/

/* Promo Box */

.promo-box:hover strong,
.promo-box:hover strong a {
  color: #0091d2;
}

/* Typography
------------------------------------*/

.dropcap {
  color: #0091d2;
}

.dropcap-bg {
  color: #fff;
  background: #0091d2;
}

/* Breadcrumbs
------------------------------------*/

span.label-u,
span.badge-u {
  background: #0091d2;
}

/* Icons
------------------------------------*/

/* Icon Link*/

.link-icon:hover i {
  color: #0091d2
  border: solid 1px #0091d2;
}

.link-bg-icon:hover i {
  color: #0091d2
  background: #3498db !important;
  border-color: #0091d2;
}

/* Icons Backgroun Color
------------------------------------*/

i.icon-color-u {
  color: #0091d2
  border: solid 1px #0091d2;
}

i.icon-bg-u {
  background: #0091d2;
}

/* Line Icon Page
------------------------------------*/

.line-icon-page .item:hover {
  color: #0091d2;
}

/* Colored Content Boxes
------------------------------------*/

.service-block-u {
  background: #0091d2;
}

/* Panels (Portlets)
------------------------------------*/

.panel-u {
  border-color: #0091d2;
}

.panel-u > .panel-heading {
  background: #0091d2;
}

/* Owl Carousel
------------------------------------*/

.owl-btn:hover {
  background: #0091d2;
}

/* Counter
------------------------------------*/

.counters span.counter-icon i {
  background: #0091d2;
}

.counters span.counter-icon i:after {
  border-top: 7px solid #0091d2;
}

/* SKy-Forms
------------------------------------*/

/* Buttons */

.sky-form .button {
  background: #0091d2;
}

/* Rating */

.sky-form .rating input:checked ~ label {
  color: #0091d2;
}

/* Message */

.sky-form .message {
  color: #0091d2;
}

.sky-form .message i {
  border-color: #0091d2;
}

/* Profile
------------------------------------*/

.profile .profile-post:hover span.profile-post-numb {
  color: #0091d2;
}

.profile .date-formats {
  background: #0091d2;
}

.profile .name-location span i,
.profile .name-location span a:hover {
  color: #0091d2;
}

.share-list li i {
  color: #0091d2;
}

.profile .comment-list-v2 li:hover i,
.profile .comment-list li:hover i {
  color: #0091d2;
}

.profile .profile-post.color-one {
  border-color: #0091d2;
}

/* Pricing Page
------------------------------------*/

/* Pricing Head */

.pricing:hover h4 {
  color: #0091d2;
}

.pricing-head h3 {
  background: #0091d2
	text-shadow: 0 1px 0 #2980b9;
}

.pricing-head h4 {
  color: #999;
  background: #fcfcfc;
  border-bottom: solid 1px #deeffc;
}

/* Pricing Content */

.pricing-content li {
  border-bottom: solid 1px #deeffc;
}

.pricing-content li i {
  color: #0091d2;
}

/* Pricing Extra */

.sticker-left {
  background: #0091d2;
}

/* Pricing Footer */

.pricing-footer a:hover,
.pricing-footer button:hover {
  background: #2980b9;
}

/* Pricing Active */

.price-active h4 {
  color: #0091d2;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #0091d2;
}

/* Mega Pricing Tables 
------------------------------------*/

.pricing-mega-v1 .pricing-head h3,
.pricing-mega-v2 .pricing-head h3,
.pricing-mega-v3 .pricing-head h3 {
  text-shadow: 0 1px 0 #2980b9;
}

/* Pricing Table Mega v1 Version
------------------------------------*/

.pricing-mega-v1 .pricing:hover h4 i {
  color: #0091d2;
}

.pricing-mega-v1 .pricing-content li i {
  color: #0091d2;
}

/* Pricing Table Colored Background Version
------------------------------------*/

.pricing-bg-colored .pricing:hover {
  background: #0091d2;
}

.pricing-bg-colored .pricing-head i {
  color: #0091d2;
}

.pricing-bg-colored .pricing-footer .btn-u {
  border: 1px solid #fff;
}

.pricing-bg-colored .pricing-head p {
  border-bottom: 1px solid #deeffc;
}

/* Pricing Table Mega v2 
------------------------------------*/

.pricing-mega-v2 .block:hover .bg-color {
  background: #0091d2;
}

.pricing-mega-v2 .block:hover h3,
.pricing-mega-v2 .block:hover h4,
.pricing-mega-v2 .block:hover li,
.pricing-mega-v2 .block:hover li i,
.pricing-mega-v2 .block:hover h4 i {
  background: #0091d2;
}

/* Pricing Table Mega v3 
------------------------------------*/

.pricing-mega-v1 .btn-group .dropdown-menu,
.pricing-mega-v3 .btn-group .dropdown-menu {
  background: #3498db !important;
}

.pricing-mega-v1 .btn-group .dropdown-menu li a:hover,
.pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
  background: #2980b9;
}

/* Grid Block v2 
------------------------------------*/

.grid-block-v2 li:hover .grid-block-v2-info {
  border-color: #0091d2;
}

/* Testimonials v3 Title 
------------------------------------*/

.testimonials-v3 .testimonials-v3-title p {
  color: #0091d2;
}

.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
  background: #0091d2;
}

/* Content Boxes v4 
------------------------------------*/

.content-boxes-v4 i {
  color: #0091d2;
}

/* Thumbnails v1 
------------------------------------*/

.thumbnails-v1 .read-more {
  color: #0091d2;
}

/* Thumbnails v6 
------------------------------------*/

.testimonials-v6 .testimonials-info:hover {
  border-color: #0091d2;
}

/* Team v1 
------------------------------------*/

.team-v1 li:hover > p:before {
  background: #0091d2;
}

/* Team v4
------------------------------------*/

.team-v4 .team-social-v4 a:hover {
  color: #0091d2;
}

/* Team v5 & v6 & v7
------------------------------------*/

.team-v5 small,
.team-v6 small,
.team-v7 .team-v7-position {
  color: #0091d2;
}

/* Headliner Center
------------------------------------*/

.headline-center h2:after {
  background: #0091d2;
}

/* Headliner Left
------------------------------------*/

.headline-left .headline-brd:after {
  background: #0091d2;
}

/* Portfolio Box
------------------------------------*/

.portfolio-box .portfolio-box-in i {
  background: #0091d2;
}

/* Flat Background Block v1
------------------------------------*/

.flat-bg-block-v1 .checked-list i {
  color: #0091d2;
}

/* Owl Carousel v5
------------------------------------*/

.owl-carousel-v5 .owl-controls .owl-page.active span,
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background: #0091d2;
}

/* Content Boxes v5
------------------------------------*/

.content-boxes-v5:hover i {
  background: #0091d2;
}

/* Block Grid v1
------------------------------------*/

.block-grid-v1:hover {
  border-color: #0091d2;
}

/* Block Grid v2
------------------------------------*/

.block-grid-v2 li:hover .block-grid-v2-info {
  border-color: #0091d2;
}

/* Content Boxes v6
------------------------------------*/

.content-boxes-v6:hover i:after {
  border-color: #0091d2;
}

.content-boxes-v6:hover i {
  background: #0091d2;
}

/* Portfolio Box-v2
------------------------------------*/

.portfolio-box-v2 .portfolio-box-v2-in i {
  background: rgba(52, 152, 219, 0.8);
}

.portfolio-box-v2 .portfolio-box-v2-in i:hover {
  background: #0091d2;
}

/* Service Block v1
------------------------------------*/

.service-block-v1 i {
  background: #0091d2;
}

/* Service Block v4
------------------------------------*/

.service-block-v4 .service-desc i {
  color: #0091d2;
}

/* Service Block v7
------------------------------------*/

.service-block-v7 i {
  background: #0091d2;
}

/* Service Block v8
------------------------------------*/

.service-block-v8 .service-block-desc h3::after {
  background: #0091d2;
}

/* Testimonials bs
------------------------------------*/

.testimonials-bs .carousel-control-v2 i:hover {
  border-color: #0091d2
  color: #0091d2;
}

/* Fusion Portfolio
------------------------------------*/

.fusion-portfolio #filters-container .cbp-filter-item-active {
  background: #0091d2
  border-color: #0091d2;
}

.fusion-portfolio #filters-container .cbp-filter-item:hover {
  color: #0091d2;
}

.blog_masonry_3col h3 a:hover {
  color: #0091d2;
}

/* Cube Portfolio
------------------------------------*/

.cube-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active,
.cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover {
  color: #0091d2;
}

.cube-portfolio .link-captions li i:hover {
  color: #fff;
  background: #0091d2;
}

.cube-portfolio .cbp-caption-activeWrap.default-transparent-hover {
  background: rgba(52, 152, 219, .9) !important;
}

/* Recent Works
------------------------------------*/

.owl-work-v1 .item a:hover span {
  border-bottom-color: #0091d2;
}

/* Footer Default
------------------------------------*/

.footer-default .footer .dl-horizontal a:hover {
  color: #3498db !important;
}

.footer-default .footer a {
  color: #0091d2;
}

.footer-default .footer a:hover {
  color: #2980b9;
}

.footer-default .copyright a {
  color: #0091d2;
}

.footer-default .copyright a:hover {
  color: #2980b9;
}

/* Footer v4
------------------------------------*/

.footer-v4 .copyright a {
  color: #0091d2;
}

/* Title v1
------------------------------------*/

.title-v1 h1:after,
.title-v1 h2:after {
  background-color: #0091d2;
}

/* Copyright Section
------------------------------------*/

.copyright-section i.back-to-top:hover {
  color: #0091d2;
}

/* Top Control
------------------------------------*/

#topcontrol:hover {
  background-color: #0091d2;
}

/* News Info
------------------------------------*/

.news-v1 .news-v1-info li a:hover {
  color: #0091d2;
}

.news-v1 h3 a:hover {
  color: #0091d2;
}

.news-v2 .news-v2-desc h3 a:hover {
  color: #3498db !important;
}

.news-v3 .post-shares li span {
  background: #0091d2;
}

.news-v3 .posted-info li a:hover {
  color: #3498db !important;
}

.news-v3 h2 a:hover {
  color: #3498db !important;
}

/* Blog Trending
------------------------------------*/

.blog-trending small a:hover {
  color: #0091d2;
}

/* Blog Masonry
------------------------------------*/

.blog_masonry_3col ul.grid-boxes-news li a:hover {
  color: #0091d2;
}

/* List v1
------------------------------------*/

.lists-v1 i {
  background: #0091d2;
}

/* List v2
------------------------------------*/

.lists-v2 i {
  color: #0091d2;
}

/* Process v1
------------------------------------*/

.process-v1 .process-in > li i {
  background: #0091d2;
}

/* Featured Blog
------------------------------------*/

.featured-blog h2::after {
  background: #0091d2;
}

.featured-blog .featured-img i:hover {
  color: #fff;
  background: #0091d2;
}

.rgba-default {
  background-color: rgba(39, 215, 231, 1);
}

/* Blog Latest Posts
------------------------------------*/

.blog-latest-posts h3 a:hover {
  color: #3498db !important;
}

/* Blog Trending
------------------------------------*/

.blog-trending h3 a:hover {
  color: #3498db !important;
}
/* DEFINE FONT FAMILY */

*,
body {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
}

.img {
  border: none;
  outline: none;
}

.smaller {
  font-size: 75%;
}

.btn.btn-default.selected {
  font-weight: bold;
  text-decoration: underline;
}

.table-responsive {
  overflow-y: hidden;
}

/* Notices */

.notices .notice {
  margin-bottom: 5px;
}

.notices .notice:last-child {
  margin-bottom: 0;
}

.notice > p {
  display: inline-block;
  margin: 0;
}

.notice > span.fa {
  margin-right: 5px;
}

.ladder-adjustments-trigger {
  margin-left: 10px;
  color: #d9534f;
  text-decoration: none;
}

.ladder-adjustments-trigger:hover {
  text-decoration: none;
}

/*VIDEO BG */

#header-video {
  position: absolute;
  left: 0;
  top: 0;
}

#interactive-slider-v2 .container {
  padding-top: 33vh !important;
}

#mobile-background {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/video-ta-still.png") 0 -100px no-repeat;
}

.corners {
  border-radius: 0 !important;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.to-login .btn {
  text-transform: uppercase;
  color: white !important;
}

/* css styles (customizations) */

.pink {
  color: rgb(255, 0, 115);
}

.icon-bg-pink,
.bg-pink {
  background-color: rgb(255, 0, 115);
  border: none !important;
  color: #ffffff !important;
}

.icon-bg-yellow,
.bg-yellow {
  background-color: #f1c40f;
  border: none !important;
  color: #ffffff !important;
}

.icon-bg-blue,
.bg-blue {
  background-color: #0091d2;
  border: none !important;
  color: #ffffff !important;
}

.icon-bg-green,
.bg-green {
  background-color: #2ecc71;
  border: none !important;
  color: #ffffff !important;
}

.icon.icon-tennis-ball.result {
  background: transparent;
  border-radius: 50%;
  color: #fff;
}

.icon.icon-tennis-ball.result-loss {
  background: #C72E14;
}

.icon.icon-tennis-ball.result-win {
  background: #4FC714;
}

.icon.icon-tennis-ball.result-draw {
  background: #FAC300;
}

body {
  line-height: 1.614;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555555;
  font-weight: 300;
  margin-top: 5px;
  text-shadow: none;
}

#match-centre-title {
  width: 100%;
  min-width: 100%;
  color: #2D2B4A;
  text-transform: uppercase;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  font-size: 74%;
  background-color: white;
  border-top: 1px solid #D6D3D3;
}

.TA-50 .label h3 {
  font-size: 15px;
}

.input-lg {
  border: 0 !important;
}

#tanav_TennisLogo {
  display: none;
}

body.body-bg-img {
  width: 100%;
  max-width: 100%;
  display: block;
  clear: both;
  position: relative;
  z-index: 101;
  border: none;
  outline: none;
  background: url('https://dau4y2dkw14jy.cloudfront.net/background/body_standard_1.0.2.jpg') no-repeat fixed center center;
  background-size: cover;
}

body.section-leagues.body-bg-img {
  background-image: url('https://dau4y2dkw14jy.cloudfront.net/background/body_leagues_1.0.2.jpg');
}

body.section-matches.body-bg-img {
  background-image: url('https://dau4y2dkw14jy.cloudfront.net/background/body_matches_1.0.2.jpg');
}

body.section-organisations.body-bg-img {
  background-image: url('https://dau4y2dkw14jy.cloudfront.net/background/body_organisations_1.0.2.jpg');
}

body.section-players.body-bg-img {
  background-image: url('https://dau4y2dkw14jy.cloudfront.net/background/body_players_1.0.2.jpg');
}

body.section-teams.body-bg-img {
  background-image: url('https://dau4y2dkw14jy.cloudfront.net/background/body_teams_1.0.2.jpg');
}

body.sticky-navbar {
  padding-top: 60px;
}

body.sticky-navbar #main-navbar {
  z-index: 2050;
}

body.sticky-navbar .header-v6 .navbar {
  height: 60px;
  border-bottom: 2px solid #ddd;
}

body.sticky-secondarynavbar {
  padding-top: 115px;
}

body.sticky-navbar #secondary-navbar {
  z-index: 2055;
}

#header-pages .topbar-buttons {
  margin-top: 0.1em;
}

.header-center-block-pages {
  padding-top: 2.5em;
}

.header-center-block-pages .input-lg {
  border: 1px solid grey;
}

.header-center-block-pages h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-top: 1em;
}

#header .btn-profile:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgb(255, 0, 115) !important;
}

.logo-top-holder-pages {
  margin-left: 2em;
  background-color: #ffffff;
  float: left;
}

.logo-TA-holder {
  width: 100px;
  max-width: 100%;
  height: 110px;
  display: block;
  background-color: #ffffff;
  float: left;
  margin-bottom: 1.5em;
}

#logo-TA {
  width: 80%;
  max-width: 80%;
  margin: 31px 0 0 8px;
}

#search-result > div > h3 {
  color: #0091d2 !important;
}

#main-navbar-pages {
  display: block;
  height: 100%;
  clear: both;
  margin-top: 2em;
  position: relative;
  float: left;
}

.content-pages {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
  clear: both;
  margin-top: 2em;
  position: relative;
  float: left;
}

.affix .navbar-brand .logo {
  display: block;
  max-width: 70%;
  margin: 0.5em auto;
}

.affix-top .navbar-brand .logo {
  display: none;
}

.header-v6 .navbar-brand {
  height: 60px;
  padding: 0;
}

#main-navbar.header-v6 .navbar-nav > li > a {
  line-height: 10px;
  text-align: center;
  /*padding: 20px;*/
  color: #0f0f36;
}

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

.navbar-nav > li {
  float: none;
  display: inline-block;
}

#main-navbar.affix {
  position: fixed;
  top: 0;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  border-bottom: none;
}

#main-navbar.affix .navbar-nav > li > a {
  line-height: 15px;
  color: #0f0f36;
}

#main-navbar.affix-top {
  display: block;
  position: fixed;
}

#main-navbar.affix-top,
#main-navbar.affix {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.TA-40 .header-backdrop::after
.TA-50 .header-backdrop::after {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.TA-40 .interactive-slider-v2,
.TA-50 .interactive-slider-v2 {
  padding: 35px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.TA-40 .interactive-slider-v2::after,
.TA-50 .interactive-slider-v2::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#TA-40-last-update {
  font-variant: all-small-caps !important;
}

.topbar-buttons.pull-right {
  padding-top: 20px;
  margin-right: 2em;
}

.btn-login,
.btn-signup {
  border-width: 2px;
  text-transform: uppercase;
  border-color: white;
}

.btn-login:hover {
  background-color: #01ac0d !important;
  border: 1px solid #01ac0d !important;
}

.btn-signup:hover {
  background-color: #0091d2;
  border: 1px solid #0091d2;
}

.interactive-slider-v2 {
  padding: 0;
}

.interactive-slider-v2 .container {
  position: relative;
}

.interactive-slider-v2
.header-v2 .topbar-v2 {
  border-bottom: none;
  padding: 0;
}

.interactive-slider-v2 h1 {
  color: #ffffff;
  font-size: 3em;
  text-align: center;
  line-height: 35px;
  margin-top: 1em;
  text-transform: uppercase;
  text-shadow: 3px 4px 4px rgba(66, 66, 66, 1);
}

.interactive-slider-v2 h3 {
  text-align: center;
  margin: 0.5em 0 1em 0;
  font-weight: 300;
  color: white;
  font-size: 2.1em;
  text-shadow: 1px 2px 2px rgba(66, 66, 66, 1);
}

.search-bar {
  width: 80% !important;
}

.interactive-slider-v2 h1 b {
  font-weight: 300;
}

.interactive-slider-v2 form .btn-u {
  font-size: 18px;
  padding: 8px 13px 9px;
}

.headline-center h2:after {
  background: none;
}

.headline-center h2 {
  margin-bottom: 5px;
  padding: 30px 0 5px 0;
  font-size: 26px;
  text-transform: uppercase;
}

.scroll-btn {
  bottom: -80px;
  display: block;
  left: 0;
  top: 6em;
  position: absolute;
  right: 0;
  text-align: center;
}

.scroll-btn > * {
  color: #ffffff;
  display: inline-block;
  font-family: "lato", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 18px;
}

.scroll-btn a:hover {
  color: #72c02c !important;
  text-decoration: none;
  font-size: 170%;
}

.scroll-btn a:visited {
  /*color: #ffffff;*/
}

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Primary Navbar */

#main-navbar.affix .navbar {
  /*height: 60px;*/
}

#main-navbar {
  z-index: 100;
  border: none;
  left: 0;
  margin-top: 0;
  top: 0;
  width: 100%;
}

#main-navbar .header-v6 {
  position: absolute;
  height: auto;
}

#main-navbar .primary-navbar {
  padding: 0;
  margin: 0 auto;
  float: none;
}

#main-navbar .navbar-nav {
  margin: 0 auto;
  float: none;
  padding: 0;
}

#main-navbar .header-v6 .navbar-nav > li > a:hover {
  text-decoration: underline;
}

#main-navbar.header-v6.affix-top {
  position: relative;
  display: block;
  width: 100%;
}

#secondary-navbar.affix {
  position: fixed;
  top: 115px;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-bottom: medium none;
}

#main-navbar.affix .dropdown-menu {
  top: 60px;
}

#main-navbar.affix-top.header-v6 li.menu-icons i.menu-icons-style {
  display: none !important;
  position: absolute;
}

#main-navbar.affix li.menu-icons i.menu-icons-style {
  line-height: 26px;
}

#main-navbar.header-v6 .search-open {
  box-shadow: 0 0 3px rgb(187, 187, 187);
  padding: 0 10px;
}

#main-navbar.affix-top #logo-top {
  display: none;
}

#main-navbar.affix #logo-top {
  display: block;
  width: 90%;
}

#main-navbar.affix li.menu-icons i.menu-icons-style {
  line-height: 55px;
}

#main-navbar .ta-search {
  float: right;
  position: absolute;
  right: 10px;
  display: none;
}

#main-navbar.affix-top .ta-search {
  display: none;
}

#main-navbar.affix .ta-search .dropdown-menu {
  left: 10px;
  right: 10px;
}

#secondary-navbar {
  background-color: #f3f7f9;
  top: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}

#secondary-navbar .navbar-nav {
  float: none;
  vertical-align: top;
  margin: 0 auto;
  width: 90%;
}

#secondary-navbar .nav a {
  color: #0091d2;
}

#secondary-navbar .nav a:hover {
  color: #555555;
}

#secondary-navbar.navbar .navbar-collapse {
  text-align: center;
}

.header-v6 .navbar-toggle {
  color: #0f0f36;
}

.header-v6 .navbar-toggle .icon-bar {
  background: #0f0f36 none repeat;
}

.brd a {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.player-brd a:hover,
.player-brd a:active,
.player-brd a:focus,
.player-brd.active {
  border-color: #fac300;
}

.team-brd a:hover,
.team-brd a:active,
.team-brd a:focus,
.team-brd a.active {
  border-color: #e10073;
}

.organisation-brd a:hover,
.organisation-brd a:active,
.organisation-brd a:focus,
.organisation-brd.active {
  border-color: #d7d52d;
}

.league-brd a:hover,
.league-brd a:active,
.league-brd a:focus,
.league-brd.active {
  border-color: #0091d2;
}

.matches-brd a:hover,
.matches-brd a:active,
.matches-brd a:focus,
.matches-brd.active {
  border-color: #0091d2;
}

.dashboard-brd a:hover,
.dashboard-brd a:active,
.dashboard-brd a:focus,
.dashboard-brd.active {
  border-color: #0091d2;
}

.nomination-brd a:hover,
.nomination-brd a:active,
.nomination-brd a:focus,
.nomination-brd.active {
  border-color: #0091d2;
}

.block-bg {
  background: #f3f7f9 none repeat scroll 0 0;
  position: relative;
}

#my-previous-matches2 .home-block,
#my-previous-matches2 .away-block {
  background-color: #FFFFF4;
}

thead i.icon-custom {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-u.btn-u-blue,
.text-highlights-blue {
  background-color: #0091d2;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0091d2;
}

.imageContainer {
  overflow: visible;
  position: relative;
}

.imageLeft {
  bottom: 0;
  left: 0;
  margin-left: 0;
  position: absolute;
}

.imageRight {
  bottom: 0;
  right: 0;
  margin-left: 0;
  position: absolute;
}

.imageCenterer img {
  display: block;
  margin: 0 auto;
}

/* icons home section */

.content-boxes-v3 .content-boxes-in-v3 {
  overflow: hidden;
  padding: 20px;
}

.TA-50 .content-boxes-v3 .content-boxes-in-v3 {
  overflow: hidden;
  padding: 0;
}

.color-green {
  color: #72c02c;
}

.circle-text {
  /*font-size: 38px !important;*/
}

.circle-text small {
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-top: -35px;
}

.circle-font-small {
  font-size: 28px !important;
}

#topcontrol:hover {
  background-color: transparent;
}

.copy-right > span {
  margin: 30px;
  background-color: transparent;
}

.copy-right {
  color: #0b063a;
}

.copy-right a {
  color: #000066;
}

.copy-right a:hover {
  color: #0091d2;
  text-decoration: none;
}

/* icons and labels */

.ta-icons {
  margin: 0;
  padding: 0;
}

.ta-icons li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 5px;
  margin-right: 3px;
  text-indent: 0px;
  vertical-align: middle;
}

.ta-icons li i,
i.ta-icon {
  background-size: cover;
  background-position: 0 center;
  background-repeat: no-repeat;
  display: block;
  height: 35px;
  transition: all 0.3s ease-in-out 0s;
  width: 35px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

/* labels */

.ta-label .label {
  margin: 0;
  font-size: 20px;
}

.ta-icons .label {
  padding: 8px;
  display: inline-block;
}

.ta-label-blue {
  background-color: #0091d2;
}

.ta-label-red {
  background: rgb(231, 76, 60) none repeat scroll 0 0;
}

.ta-label-green {
  background: rgb(46, 204, 113) none repeat scroll 0 0;
}

.ta-label-sea {
  background: rgb(26, 188, 156) none repeat scroll 0 0;
}

.ta-label-orange {
  background: rgb(230, 126, 34) none repeat scroll 0 0;
}

.ta-label-yellow {
  background: rgb(241, 196, 15) none repeat scroll 0 0;
}

.ta-label-purple {
  background: rgb(155, 107, 204) none repeat scroll 0 0;
}

.ta-label-pink {
  background: rgb(255, 0, 115) none repeat scroll 0 0;
}

.ta-label-aqua {
  background: rgb(39, 215, 231) none repeat scroll 0 0;
}

.ta-label-brown {
  background: rgb(156, 128, 97) none repeat scroll 0 0;
}

.ta-label-dark-blue {
  background: rgb(71, 101, 160) none repeat scroll 0 0;
}

.ta-label-light-green {
  background: rgb(121, 213, 179) none repeat scroll 0 0;
}

.ta-label-light {
  background: rgb(236, 240, 241) none repeat scroll 0 0;
  color: rgb(119, 119, 119);
}

.ta-label-dark {
  background: rgb(85, 85, 85) none repeat scroll 0 0;
}

/* icons */

.ta-icon-single-player,
.ta-icon-doubles,
.ta-icon-ladder-gray {
  display: inline-block;
  height: 40px;
  vertical-align: sub;
  width: 40px;
}

.ta-icon-h2 {
  border: 2px solid rgb(85, 85, 85);
  font-size: 30px;
  height: 36px;
  line-height: 38px;
  vertical-align: baseline;
  width: 36px;
}

@media (max-width: 1024px) {
  .content-boxes-v3.content-boxes-v3-right i.icon-custom {
    float: right;
    margin-left: 0;
  }

  .navbar-collapse.navbar-responsive-collapse.collapse.in {
    /*background: rgb(255, 255, 255) none repeat scroll 0 0;*/
  }

  .header-v6 .navbar-nav > li > a {
    padding: 20px 5px;
  }

  .collapse.in .header-v6 .navbar-nav > li > a {
    color: rgb(68, 68, 68);
  }

  .header-v6 .navbar-nav > li > a {
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .navbar-nav > li > a.active {
    text-decoration: underline;
  }

  #main-navbar.affix li.menu-icons i.menu-icons-style {
    line-height: 75px;
  }

  #main-navbar .mega-menu {
    font-size: 80%;
  }

  #main-navbar.header-v6 .navbar-nav > li > a {
    /*padding: 10px 8px;*/
  }

  ul.menu-icons-list {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  }

  .header-v6 li.menu-icons i.menu-icons-style {
    color: rgb(255, 255, 255);
  }

  .menu-icons-style.search.search-close.search-btn.fa.fa-times {
    color: rgb(51, 51, 51);
  }
}

.TA-50 {
  color: #777777;
  margin-bottom: 30px;
}

.TA-50-scorecard {
  color: #777777;
  margin-bottom: 50px;
}

#TA-50-rubberDoubles {
  color: #777777;
}

#TA-50-rubberDoubles td {
  vertical-align: middle !important;
  /* padding: 0 !important;
    margin: 0 !important;*/
}

#TA-50-rubberDoubles .panel {
  box-shadow: none;
}

/*  PAGE HEADERS */

.headline-center h2 span {
  margin-right: 0.25em;
}

.headline-center h2 .icon .icon-organisation {
  margin-right: 0.5em;
}

/*  TABLES */

.text-highlights tr th {
  text-transform: uppercase;
  font-weight: 400;
}

a.view {
  text-decoration: none;
}

a.view span {
  margin-left: 0.5em;
}

#search-result ul li.result-item {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .icon-eye-bold:hover {
  color: #0b063a;
}

.interactive-slider-v2 {
  z-index: 20 !important;
}

.panel-favorite .panel-body a {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.nav-tabs.nav-justified a,
.nav-tabs.nav-justified a:hover,
.nav-tabs.nav-justified a:focus {
  border: 1px solid #ddd;
}

.pong {
  width: 100%;
  max-width: 100%;
  border: none;
  display: block;
}

.winner-logo {
  border: 4px solid #00ba2b;
}

.alert-holder,
.alert-holder-sendform {
  display: none;
}

#generic span.icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.single-line-text {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}

.small-single-line-text {
  vertical-align: middle;
  font-size: 12px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.btn-upload-file {
  display: block;
  width: 200px;
}

.logo {
  width: 70%;
  margin: 0 auto;
}

.logo-league-holder {
  width: 70%;
  max-width: 70%;
  border: none;
  margin: 0 auto;
  display: block;
}

.logo-league-holder img {
  width: 100%;
}

.logo-holder {
  width: 80px;
  float: left;
  display: inline-block;
  border: 1px solid grey;
}

.logo img,
.logo-holder img,
.logo-holder-winner img {
  width: 100%;
  max-width: 100%;
}

.logo-holder-winner {
  width: 80px;
  float: left;
  display: inline-block;
  border: 3px solid #2cbc66;
}

select.rubber-status,
div.rubber-status {
  margin: 10px !important;
}

.select2-hidden-accessible {
  display: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #ccc;
  height: 32px;
}

.header-v66 {
  position: relative;
}

.parallax-window {
  min-height: 200px;
  background: transparent;
}

/*BLOKKEN > header & body */

.info-header {
  background-color: rgba(0, 145, 210, 0.8);
  border-style: none;
}

.info-header.purple {
  background-color: rgba(225, 0, 115, 0.8);
}

.info-header.green {
  background-color: rgba(215, 213, 45, 0.8);
}

.info-header.yellow {
  background-color: rgba(250, 195, 0, 0.8);
}

.info-header h3 {
  margin: 0;
  padding: 15px 0 10px 0;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
}

h4.division-league-header {
  margin: 0;
  padding: 5px 0 10px 0;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.info-header h3 .icon {
  line-height: 0.7;
  color: white;
}

.info-header h3 small a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.icon-favorite {
  line-height: 0.5;
}

.icon-favorite.active {
  color: orange !important;
}

.icon-favorite.inactive {
  color: #fff !important;
}

.info-content {
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  padding: 15px 30px;
}

.info-content-missing {
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  padding: 0;
}

.favorite-content {
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  padding: 5px 15px;
}

.info-table-content {
  background-color: #fbfbfb;
  padding: 0;
}

.info-table-content thead {
  border: 0;
  background-color: #f4f4f4 !important;
  color: #7a8593;
}

.info-table-content table {
  background-color: white;
}

.info-table-content table .btn {
  font-size: 12px;
}

.info-table-content .table {
  margin-bottom: 0;
}

.info-table-content table tr td {
  font-size: 12px;
  vertical-align: middle;
}

.info-table-content .container {
  padding: 0 15px;
}

.player-list-table {
  border-bottom: 1px solid #cacaca;
  padding: 0;
}

tr.round-separator td {
  color: rgb(0, 145, 210);
  font-weight: bold;
}

.info-header-back .icon.pull-left {
  margin-right: 0;
}

.info-header-back .description {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.pagination-holder {
  padding: 10px 0 20px 0;
}

.avatar-holder {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 1em auto 0 auto;
}

img.avatar {
  -moz-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.4);
}

.avatar-holder img.avatar {
  -moz-box-shadow: -4px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -4px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -4px 4px 0 rgba(0, 0, 0, 0.4);
}

.table img.logo-icon {
  margin-right: 4px;
}

.facility-holder {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 1em auto 0 auto;
}

.header-v6 h3.navbar-toggle {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  height: 40px;
  overflow: hidden;
}

.panel-favorite {
  width: 90%;
  max-width: 90%;
  margin: 1.5em auto;
  border: 1px solid #ddd;
}

.panel-favorite .panel-heading h4 {
  color: white;
  font-size: 1.2em;
  text-align: left !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin-left: 0;
  padding: 0;
}

.panel-favorite .panel-body {
  background-color: white;
  min-height: 120px;
}

.panel-favorite .panel-body ul {
  margin: 0;
  padding: 0;
}

.panel-favorite .panel-body ul a {
  padding: 4px;
  text-align: left;
}

.panel-favorite .panel-body ul li {
  list-style: none;
  margin: 0;
}

.panel-favorite .panel-footer {
  background-color: white;
  min-height: 48px;
}

.panel-favorite .panel-footer a:hover {
  color: black;
}

.panel-favorite .btn-link:hover {
  text-decoration: none;
}

.panel-favorite-player .panel-heading {
  background-color: #0091d2;
}

.panel-favorite-team .panel-heading {
  background-color: #FAC300;
}

.panel-favorite-league .panel-heading {
  background-color: #E10073;
}

.panel-favorite-organisation .panel-heading {
  background-color: #d8d701;
}

.form-control-select select {
  border: 0;
  height: 100%;
  box-shadow: none;
}

.container .scaled {
  margin: 0 15px;
  width: 97.5%;
}

.border-right {
  border-right: 1px solid #d2d6db;
}

.border-left {
  border-left: 1px solid #d5d5d5;
}

.border-right-white {
  border-right: 1px solid white;
}

.border-left-white {
  border-left: 1px solid white;
}

.smaller {
  font-size: 0.8em;
}

.line-height-2 {
  line-height: 2 !important;
  vertical-align: middle !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.disabled:hover {
  cursor: not-allowed !important;
}

/** SIMPLE CARETS **/

.caret-up {
  position: relative;
  top: -7px;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid black;
}

.caret-down {
  position: relative;
  top: 9px;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
}

.promote .caret-up {
  border-bottom-color: #22bb22;
}

.demote .caret-up {
  border-bottom-color: #bb2222;
}

.promote .caret-down {
  border-top-color: #22bb22;
}

.demote .caret-down {
  border-top-color: #bb2222;
}

.equal .caret-equal {
  color: orange;
}

.caret-equal:before {
  content: '\2014';
  font-size: 16px;
}

.icon-favorite {
  cursor: pointer;
  cursor: hand;
}

#league-ladders .nav.nav-tabs {
  background: #fff;
}

#league-ladders .nav.nav-tabs li a {
  font-weight: 300;
}

#league-ladders .nav.nav-tabs li.active a {
  color: #0091d2;
  font-weight: 400;
}

h3.info-header small a {
  color: #fff;
  font-size: 0.8em;
}

.custom-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.custom-pagination > li {
  display: inline;
}

.custom-pagination > li > a,
.custom-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.custom-pagination > li:first-child > a,
.custom-pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.custom-pagination > li:last-child > a,
.custom-pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.custom-pagination > li > a:hover,
.custom-pagination > li > span:hover,
.custom-pagination > li > a:focus,
.custom-pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.custom-pagination > .active > a,
.custom-pagination > .active > span,
.custom-pagination > .active > a:hover,
.custom-pagination > .active > span:hover,
.custom-pagination > .active > a:focus,
.custom-pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.custom-pagination > .disabled > span,
.custom-pagination > .disabled > span:hover,
.custom-pagination > .disabled > span:focus,
.custom-pagination > .disabled > a,
.custom-pagination > .disabled > a:hover,
.custom-pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*DASHBOARD*/

.info-content-missing {
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  padding: 0;
}

.info-content-dashboard {
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  padding: 15px 30px;
}

.info-content-dashboard p {
  font-size: 1.15em;
}

.alert-incorrect {
  background-color: white;
}

.info-header .icon-print:hover {
  color: #ffa500;
  cursor: pointer !important;
}

.print-only {
  display: none !important;
}

/* in stead of those horrible thead/tr/th combination with a multicol span, while <caption /> does this for you */

table caption {
  color: #0091d2;
  margin: 0;
  font-weight: 600 !important;
  text-align: left !important;
  text-transform: uppercase;
  padding: 8px;
}

#header-home .btn-u.btn-brd.btn-u-light {
  color: #FFFFFF;
  border-color: rgba(0, 145, 210, 0.47);
  background-color: rgba(0, 145, 210, 0.3);
  text-shadow: 1px 2px 2px rgba(66, 66, 66, 1);
}

/** Loading indicator */

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background-color: #fff;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.league-filter-box .loading-overlay {
  width: 100% !important;
  margin: 0 !important;
}

.loading-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px auto auto -24px;
  max-height: 48px;
  max-width: 48px;
}

.home-icon-container {
  padding-top: 10px;
  clear: both;
}

.home-icon-container a {
  font-size: 18px;
}

.home-icon-container .icon-home {
  font-weight: bold;
}

table tr.text-grey td,
table tr.text-grey td .btn-link,
table tr.text-grey td a {
  color: #b3b3b3 !important;
}

.tab-content-container {
  border: 1px #ccc solid;
  border-top: 0;
  background-color: #ffffff;
}

@media print {
  .tab-content-container {
    border: 0;
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  body {
    background: #f3f3f3 !important;
  }
}

/* DATA CONTAINER */

.data-container tr[data-url] td {
  cursor: pointer;
  cursor: hand;
  /* IE */
}

.main-content-holder {
  clear: both;
}

.page-content {
  margin-top: 20px;
}

.box {
  margin-top: 5px;
  margin-bottom: 20px;
  moz-box-shadow: -6px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -6px 6px rgba(0, 0, 0, 0.15);
  box-shadow: -6px 6px rgba(0, 0, 0, 0.15);
}

#participate_url_label {
  text-align: left;
  display: block;
  font-size: 13px;
  margin: 10px 0;
  padding: 5px 10px;
  line-height: 2;
}

.table.table-borderless {
  background: none;
}

.table.table-borderless > tbody > tr > td {
  border-top: 0;
}

td.strong {
  font-weight: bold;
}

body .footer {
  clear: both;
  padding: 0;
}

body .footer > div {
  padding: 40px 0;
}
.btn.btn-default,
.btn.btn-primary,
.btn.btn-danger,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-tertiary,
.btn.btn-quaternary {
  padding: 0 55px 0 10px;
  height: 38px;
  line-height: 38px;
  position: relative;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  color: #fff;
}

.btn .fa {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
  height: 38px;
  width: 38px;
  line-height: 38px;
}

.btn:focus,
.btn:active {
  outline: none;
}

.btn.btn-default {
  background: #6d6c6d;
  color: #fff;
}

.btn.btn-default .fa {
  background: #5d5d5d;
}

.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default:hover {
  background: #6d6c6d;
}

.btn.btn-default:focus .fa,
.btn.btn-default:active .fa,
.btn.btn-default:hover .fa {
  background: #5d5d5d;
}

.btn.btn-danger {
  background: #d9534f;
  color: #fff;
}

.btn.btn-danger .fa {
  background: #d43f3a;
}

.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:hover {
  background: #d9534f;
}

.btn.btn-danger:focus .fa,
.btn.btn-danger:active .fa,
.btn.btn-danger:hover .fa {
  background: #d43f3a;
}

.btn.btn-primary {
  background: #0091d2;
  color: #fff;
}

.btn.btn-primary .fa {
  background: #1a81ba;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
  background: #0091d2;
}

.btn.btn-primary:focus .fa,
.btn.btn-primary:active .fa,
.btn.btn-primary:hover .fa {
  background: #1a81ba;
}

.btn.btn-secondary {
  background: #c9db2e;
}

.btn.btn-secondary .fa {
  background: #b8cd2e;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
  background: #c9db2e;
}

.btn.btn-secondary:focus .fa,
.btn.btn-secondary:active .fa,
.btn.btn-secondary:hover .fa {
  background: #b8cd2e;
}

.btn.btn-tertiary {
  background: #e5b300;
}

.btn.btn-tertiary .fa {
  background: #d09e21;
}

.btn.btn-tertiary:focus,
.btn.btn-tertiary:active,
.btn.btn-tertiary:hover {
  background: #e5b300;
}

.btn.btn-tertiary:focus .fa,
.btn.btn-tertiary:active .fa,
.btn.btn-tertiary:hover .fa {
  background: #d09e21;
}

.btn.btn-quaternary {
  background: #E10073;
}

.btn.btn-quaternary .fa {
  background: #c9156c;
}

.btn.btn-quaternary:focus,
.btn.btn-quaternary:active,
.btn.btn-quaternary:hover {
  background: #E10073;
}

.btn.btn-quaternary:focus .fa,
.btn.btn-quaternary:active .fa,
.btn.btn-quaternary:hover .fa {
  background: #c9156c;
}

.btn.small {
  padding: 0 38px 0 10px;
  height: 18px;
  line-height: 18px;
}

.btn.small .fa {
  height: 18px;
  width: 24px;
  line-height: 18px;
}

.btn.shadow {
  -webkit-box-shadow: -4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 4px rgba(0, 0, 0, 0.1);
}

.btn.shadow.small {
  -webkit-box-shadow: -2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {

}

a.attachment {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #222;
  background: #eee;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px;
  text-align: left;
}
/* EXTEND FONT */

.control-your-tennis .icon {
  width: 85px;
  color: white;
  line-height: 82px;
  font-size: 3em;
  vertical-align: middle;
  text-align: center;
  display: block;
  margin-top: 0;
}

.icon {
  /*vertical-align: text-top;*/
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  top: 50%;
}

.icon-1x {
  font-size: 1em;
}

.icon-2x {
  font-size: 1em;
}

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

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

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

.icon-6x {
  font-size: 6em;
}

.icon-7x {
  font-size: 7em;
}

.icon-8x {
  font-size: 8em;
}

.icon-9x {
  font-size: 9em;
}

.icon-10x {
  font-size: 10em;
}

.icon-fw {
  width: 1.28571429em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.icon-li.icon-lg {
  left: -1.85714286em;
}

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icon.pull-left {
  margin-right: .3em;
}

.icon.pull-right {
  margin-left: .3em;
}

.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

.icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ta-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}

.ta-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.ta-stack-1x,
.ta-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.ta-stack-1x {
  line-height: inherit;
}

.ta-stack-2x {
  font-size: 2em;
}

.ta-inverse {
  color: #ffffff;
}

#contact-us-form .icon {
  font-size: 19px;
}

.keynumbers {
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  color: #000066;
}

.go-to-overview {
  text-transform: uppercase;
}

.icon-wrapper {
  display: inline-block;
}

.icon-p {
  margin: 0px auto;
  height: 100%;
  padding: 5px;
}

.icon-white {
  color: #ffffff;
}
@font-face {
  font-family: 'ta';
  src: url('../fonts/ta.eot?alsjhf');
  src: url('../fonts/ta.eot?alsjhf#iefixa') format('embedded-opentype'),
    url('../fonts/ta.ttf?alsjhf') format('truetype'),
    url('../fonts/ta.woff?alsjhf') format('woff'),
    url('../fonts/ta.svg?alsjhf') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: 'ta', 'Lato', Arial;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add-date:before {
  content: "\e901";
}

.icon-add-date-circled:before {
  content: "\e900";
}

.icon-add-division:before {
  content: "\e902";
}

.icon-add-team:before {
  content: "\e904";
}

.icon-add-team-circled:before {
  content: "\e903";
}

.icon-add-to-calendar:before {
  content: "\e906";
}

.icon-add-to-calendar-circled:before {
  content: "\e905";
}

.icon-alert:before {
  content: "\e908";
}

.icon-alert-circled:before {
  content: "\e907";
}

.icon-approved:before {
  content: "\e90a";
}

.icon-approved-circled:before {
  content: "\e909";
}

.icon-arrowed-up:before {
  content: "\e90c";
}

.icon-arrowed-up-circled:before {
  content: "\e90b";
}

.icon-away-team:before {
  content: "\e90e";
}

.icon-away-team-circled:before {
  content: "\e90d";
}

.icon-back:before {
  content: "\e910";
}

.icon-back-circled:before {
  content: "\e90f";
}

.icon-calendar:before {
  content: "\e919";
}

.icon-calendar-31:before {
  content: "\e913";
}

.icon-calendar-5:before {
  content: "\e912";
}

.icon-calendar-5-circled:before {
  content: "\e911";
}

.icon-calendar-circled:before {
  content: "\e914";
}

.icon-calendar-day:before {
  content: "\e916";
}

.icon-calendar-day-circled:before {
  content: "\e915";
}

.icon-calendar-friday:before {
  content: "\e918";
}

.icon-calendar-friday-circled:before {
  content: "\e917";
}

.icon-call-circled:before {
  content: "\e91a";
}

.icon-call-closed:before {
  content: "\e91c";
}

.icon-call-closed-circled:before {
  content: "\e91b";
}

.icon-call-open:before {
  content: "\e91e";
}

.icon-call-open-circled:before {
  content: "\e91d";
}

.icon-callendar-31-circled:before {
  content: "\e91f";
}

.icon-cancel:before {
  content: "\e920";
}

.icon-card:before {
  content: "\e922";
}

.icon-card-circled:before {
  content: "\e921";
}

.icon-clickout:before {
  content: "\e924";
}

.icon-clickout-circled:before {
  content: "\e923";
}

.icon-clock:before {
  content: "\e928";
}

.icon-clock-alternative:before {
  content: "\e926";
}

.icon-clock-alternative-circled:before {
  content: "\e925";
}

.icon-clock-circled:before {
  content: "\e927";
}

.icon-cloud:before {
  content: "\e92a";
}

.icon-cloud-circled:before {
  content: "\e929";
}

.icon-correct:before {
  content: "\e92b";
}

.icon-court:before {
  content: "\e92d";
}

.icon-court-circled:before {
  content: "\e92c";
}

.icon-cup:before {
  content: "\e92f";
}

.icon-cup-circled:before {
  content: "\e92e";
}

.icon-dashboard:before {
  content: "\e931";
}

.icon-dashboard-circled:before {
  content: "\e930";
}

.icon-delete:before {
  content: "\e933";
}

.icon-delete-circled:before {
  content: "\e932";
}

.icon-dis:before {
  content: "\e934";
}

.icon-dispute:before {
  content: "\e936";
}

.icon-dispute-circled:before {
  content: "\e935";
}

.icon-disputed:before {
  content: "\e938";
}

.icon-disputed-circled:before {
  content: "\e937";
}

.icon-divisions:before {
  content: "\e93a";
}

.icon-divisions-circled:before {
  content: "\e939";
}

.icon-document:before {
  content: "\e93c";
}

.icon-document-circled:before {
  content: "\e93b";
}

.icon-doubles:before {
  content: "\e93e";
}

.icon-doubles-circled:before {
  content: "\e93d";
}

.icon-down:before {
  content: "\e940";
}

.icon-down-circled:before {
  content: "\e93f";
}

.icon-download:before {
  content: "\e942";
}

.icon-download-circled:before {
  content: "\e941";
}

.icon-drawfixtures:before {
  content: "\e944";
}

.icon-drawfixtures-circled:before {
  content: "\e943";
}

.icon-edit-league:before {
  content: "\e946";
}

.icon-edit-league-circled:before {
  content: "\e945";
}

.icon-edit-profile:before {
  content: "\e948";
}

.icon-edit-profile-circled:before {
  content: "\e947";
}

.icon-edit-result:before {
  content: "\e94a";
}

.icon-edit-result-circled:before {
  content: "\e949";
}

.icon-email:before {
  content: "\e94c";
}

.icon-email-circled:before {
  content: "\e94b";
}

.icon-empty-fixture:before {
  content: "\e94e";
}

.icon-empty-fixture-circled:before {
  content: "\e94d";
}

.icon-empty-notes:before {
  content: "\e950";
}

.icon-empty-notes-circled:before {
  content: "\e94f";
}

.icon-eye-bold:before {
  content: "\e952";
}

.icon-eye-bold-circled:before {
  content: "\e951";
}

.icon-eye-open:before {
  content: "\e954";
}

.icon-eye-open-circled:before {
  content: "\e953";
}

.icon-facebook:before {
  content: "\e956";
}

.icon-facebook-circled:before {
  content: "\e955";
}

.icon-facility:before {
  content: "\e958";
}

.icon-facility-circled:before {
  content: "\e957";
}

.icon-fav-location:before {
  content: "\e95a";
}

.icon-fav-location-circled:before {
  content: "\e959";
}

.icon-favorite:before {
  content: "\e95c";
}

.icon-favorite-circled:before {
  content: "\e95b";
}

.icon-fee:before {
  content: "\e95e";
}

.icon-fee-circled:before {
  content: "\e95d";
}

.icon-female:before {
  content: "\e960";
}

.icon-female-circled:before {
  content: "\e95f";
}

.icon-file:before {
  content: "\e962";
}

.icon-file-circled:before {
  content: "\e961";
}

.icon-fill-ins:before {
  content: "\e964";
}

.icon-fill-ins-circled:before {
  content: "\e963";
}

.icon-fixture-format:before {
  content: "\ea23";
}

.icon-fixture-preview:before {
  content: "\e966";
}

.icon-fixture-preview-circled:before {
  content: "\e965";
}

.icon-flag:before {
  content: "\e968";
}

.icon-flag-circled:before {
  content: "\e967";
}

.icon-flip-dicht:before {
  content: "\e96a";
}

.icon-flip-dicht-circled:before {
  content: "\e969";
}

.icon-flip-open:before {
  content: "\e96c";
}

.icon-flip-open-circled:before {
  content: "\e96b";
}

.icon-for:before {
  content: "\e96e";
}

.icon-for-circled:before {
  content: "\e96d";
}

.icon-forfeit2:before {
  content: "\e96f";
}

.icon-frame:before {
  content: "\e971";
}

.icon-frame-circled:before {
  content: "\e970";
}

.icon-games:before {
  content: "\e973";
}

.icon-games-circled:before {
  content: "\e972";
}

.icon-geo:before {
  content: "\e975";
}

.icon-geo-circled:before {
  content: "\e974";
}

.icon-guest-player:before {
  content: "\e977";
}

.icon-guest-player-circled:before {
  content: "\e976";
}

.icon-home:before {
  content: "\e97b";
}

.icon-home-circled:before {
  content: "\e978";
}

.icon-home-team:before {
  content: "\e97a";
}

.icon-home-team-circled:before {
  content: "\e979";
}

.icon-id:before {
  content: "\e97d";
}

.icon-id-circled:before {
  content: "\e97c";
}

.icon-image:before {
  content: "\e97f";
}

.icon-image-circled:before {
  content: "\e97e";
}

.icon-inbox:before {
  content: "\e981";
}

.icon-inbox-circled:before {
  content: "\e980";
}

.icon-information:before {
  content: "\e983";
}

.icon-information-circled:before {
  content: "\e982";
}

.icon-ladder:before {
  content: "\e985";
}

.icon-ladder-circled:before {
  content: "\e984";
}

.icon-ladder-display:before {
  content: "\ea1f";
}

.icon-ladder-format:before {
  content: "\ea24";
}

.icon-ladder-format1:before {
  content: "\ea21";
}

.icon-ladder-format2:before {
  content: "\ea20";
}

.icon-ladder-sorting:before {
  content: "\ea22";
}

.icon-league:before {
  content: "\e98b";
}

.icon-league-builder:before {
  content: "\e987";
}

.icon-league-builder-circled:before {
  content: "\e986";
}

.icon-league-circled:before {
  content: "\e988";
}

.icon-league-publish:before {
  content: "\e98a";
}

.icon-league-publish-circled:before {
  content: "\e989";
}

.icon-location:before {
  content: "\e98d";
}

.icon-location-circled:before {
  content: "\e98c";
}

.icon-log-out:before {
  content: "\e98f";
}

.icon-log-out-circled:before {
  content: "\e98e";
}

.icon-male:before {
  content: "\e991";
}

.icon-male--circled:before {
  content: "\e990";
}

.icon-match:before {
  content: "\e995";
}

.icon-match-circled:before {
  content: "\e992";
}

.icon-match-format:before {
  content: "\e994";
}

.icon-match-format-circled:before {
  content: "\e993";
}

.icon-matches:before {
  content: "\e997";
}

.icon-matches-circled:before {
  content: "\e996";
}

.icon-members:before {
  content: "\e999";
}

.icon-members-circled:before {
  content: "\e998";
}

.icon-minus:before {
  content: "\e99b";
}

.icon-minus-circled:before {
  content: "\e99a";
}

.icon-multiple-templates:before {
  content: "\e99d";
}

.icon-multiple-templates-circled:before {
  content: "\e99c";
}

.icon-new-league:before {
  content: "\e99f";
}

.icon-new-league-circled:before {
  content: "\e99e";
}

.icon-new-team:before {
  content: "\e9a1";
}

.icon-new-team-circled:before {
  content: "\e9a0";
}

.icon-next:before {
  content: "\e9a3";
}

.icon-next-circled:before {
  content: "\e9a2";
}

.icon-no:before {
  content: "\e9a7";
}

.icon-no-circled:before {
  content: "\e9a4";
}

.icon-no-logo:before {
  content: "\e9a6";
}

.icon-no-logo-circled:before {
  content: "\e9a5";
}

.icon-notifications:before {
  content: "\e9a9";
}

.icon-notifications-circled:before {
  content: "\e9a8";
}

.icon-number:before {
  content: "\e9b3";
}

.icon-number-1-circled:before {
  content: "\e9aa";
}

.icon-number-1-circled2:before {
  content: "\e9ab";
}

.icon-number-3-circled:before {
  content: "\e9ac";
}

.icon-number-4-circled:before {
  content: "\e9ad";
}

.icon-number-5-circled:before {
  content: "\e9ae";
}

.icon-number-6-circled:before {
  content: "\e9af";
}

.icon-number-7-circled:before {
  content: "\e9b0";
}

.icon-number-9-circled:before {
  content: "\e9b1";
}

.icon-number-circled:before {
  content: "\e9b2";
}

.icon-ok:before {
  content: "\e9b5";
}

.icon-ok-circled:before {
  content: "\e9b4";
}

.icon-organisation:before {
  content: "\e9b8";
}

.icon-organisation-alternative:before {
  content: "\e9b7";
}

.icon-organisation-alternative-circled:before {
  content: "\e9b6";
}

.icon-organisation2:before {
  content: "\e9b9";
}

.icon-payment:before {
  content: "\e9bb";
}

.icon-payment-circled:before {
  content: "\e9ba";
}

.icon-play:before {
  content: "\e9bd";
}

.icon-play-circled:before {
  content: "\e9bc";
}

.icon-player:before {
  content: "\e9bf";
}

.icon-player-circled:before {
  content: "\e9be";
}

.icon-plus:before {
  content: "\e9c1";
}

.icon-plus-circled:before {
  content: "\e9c0";
}

.icon-points:before {
  content: "\e9c3";
}

.icon-points-circled:before {
  content: "\e9c2";
}

.icon-price:before {
  content: "\e9c5";
}

.icon-price-circled:before {
  content: "\e9c4";
}

.icon-print:before {
  content: "\e9c7";
}

.icon-print-circled:before {
  content: "\e9c6";
}

.icon-question:before {
  content: "\e9c9";
}

.icon-question-circled:before {
  content: "\e9c8";
}

.icon-racket-ball:before {
  content: "\e9cb";
}

.icon-racket-ball-circled:before {
  content: "\e9ca";
}

.icon-rain:before {
  content: "\e9cd";
}

.icon-rain-circled:before {
  content: "\e9cc";
}

.icon-ranking:before {
  content: "\e9cf";
}

.icon-ranking-circled:before {
  content: "\e9ce";
}

.icon-regrading:before {
  content: "\e9d1";
}

.icon-regrading-circled:before {
  content: "\e9d0";
}

.icon-reporting:before {
  content: "\e9d3";
}

.icon-reporting-circled:before {
  content: "\e9d2";
}

.icon-results:before {
  content: "\e9d5";
}

.icon-results-circled:before {
  content: "\e9d4";
}

.icon-ret:before {
  content: "\e9d7";
}

.icon-ret-circled:before {
  content: "\e9d6";
}

.icon-retired:before {
  content: "\e9d8";
}

.icon-rounds:before {
  content: "\e9da";
}

.icon-rounds-circled:before {
  content: "\e9d9";
}

.icon-rubbers-circled:before {
  content: "\e9db";
}

.icon-sample-file:before {
  content: "\e9dd";
}

.icon-sample-file-circled:before {
  content: "\e9dc";
}

.icon-schedule:before {
  content: "\e9df";
}

.icon-schedule-circled:before {
  content: "\e9de";
}

.icon-scorecard:before {
  content: "\e9e4";
}

.icon-scorecard-circled:before {
  content: "\e9e0";
}

.icon-scorecard-empty:before {
  content: "\e9e1";
}

.icon-scorecard-txt:before {
  content: "\e9e2";
}

.icon-scorecard-vs:before {
  content: "\e9e3";
}

.icon-screen:before {
  content: "\e9e6";
}

.icon-screen-circled:before {
  content: "\e9e5";
}

.icon-search:before {
  content: "\e9e8";
}

.icon-search-circled:before {
  content: "\e9e7";
}

.icon-season:before {
  content: "\e9ec";
}

.icon-season-circled:before {
  content: "\e9e9";
}

.icon-season-template:before {
  content: "\e9eb";
}

.icon-season-template-circled:before {
  content: "\e9ea";
}

.icon-sets-circled:before {
  content: "\e9ed";
}

.icon-settings:before {
  content: "\e9ef";
}

.icon-settings-circled:before {
  content: "\e9ee";
}

.icon-share:before {
  content: "\e9f1";
}

.icon-share-circled:before {
  content: "\e9f0";
}

.icon-stats:before {
  content: "\e9f3";
}

.icon-stats-circled:before {
  content: "\e9f2";
}

.icon-status:before {
  content: "\e9f5";
}

.icon-status-circled:before {
  content: "\e9f4";
}

.icon-stop:before {
  content: "\e9f7";
}

.icon-stop-circled:before {
  content: "\e9f6";
}

.icon-switch:before {
  content: "\e9f9";
}

.icon-switch-circled:before {
  content: "\e9f8";
}

.icon-tall-icon:before {
  content: "\e9fb";
}

.icon-tall-icon-circled:before {
  content: "\e9fa";
}

.icon-team:before {
  content: "\e9ff";
}

.icon-team-allocation:before {
  content: "\e9fd";
}

.icon-team-allocation-circled:before {
  content: "\e9fc";
}

.icon-team-circled:before {
  content: "\e9fe";
}

.icon-teams:before {
  content: "\ea01";
}

.icon-teams-circled:before {
  content: "\ea00";
}

.icon-template-stacked:before {
  content: "\ea03";
}

.icon-template-stacked-circled:before {
  content: "\ea02";
}

.icon-tennis-ball:before {
  content: "\ea05";
}

.icon-tennis-ball-circled:before {
  content: "\ea04";
}

.icon-tennis-court:before {
  content: "\ea07";
}

.icon-tennis-court-circled:before {
  content: "\ea06";
}

.icon-twitter:before {
  content: "\ea09";
}

.icon-twitter-circled:before {
  content: "\ea08";
}

.icon-umpire:before {
  content: "\ea0b";
}

.icon-umpire-circled:before {
  content: "\ea0a";
}

.icon-up:before {
  content: "\ea0d";
}

.icon-up-circled:before {
  content: "\ea0c";
}

.icon-upload:before {
  content: "\ea0f";
}

.icon-upload-circled:before {
  content: "\ea0e";
}

.icon-user-closed:before {
  content: "\ea11";
}

.icon-user-closed-circled:before {
  content: "\ea10";
}

.icon-user-open:before {
  content: "\ea13";
}

.icon-user-open-circled:before {
  content: "\ea12";
}

.icon-volume:before {
  content: "\ea15";
}

.icon-volume-circled:before {
  content: "\ea14";
}

.icon-washout:before {
  content: "\ea17";
}

.icon-washout-circled:before {
  content: "\ea16";
}

.icon-wide-arrow-down:before {
  content: "\ea18";
}

.icon-wide-arrow-left:before {
  content: "\ea19";
}

.icon-wide-arrow-right:before {
  content: "\ea1a";
}

.icon-wide-arrow-top:before {
  content: "\ea1b";
}

.icon-won:before {
  content: "\ea1d";
}

.icon-won-circled:before {
  content: "\ea1c";
}

.icon-zero:before {
  content: "\ea1e";
}
@media print {
  table tbody tr td:before,
  table tbody tr td:after {
    content: "";
    height: 4px;
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .table-scorecard-teams {
    margin-top: 10px !important;
  }

  .table > tbody > tr > td {
    border-top: 0;
  }

  .panel-holder-rubbers .panel {
    margin-bottom: 5px;
  }

  .panel-holder-rubbers td {
    border-color: #0091d2 !important;
  }

  .panel-holder-rubbers .panel:last-child {
    margin-bottom: 0 !important;
  }
}

.scorecard-print-input {
  /*border-bottom: 1px solid #333;*/
  width: 40%;
  height: 1.5em;
  display: inline-block;
}

.scorecard-print-input-wide {
  width: 100%;
  height: 3em;
}

.scorecard-print-input-score {
  width: 100%;
}

.scorecard-print-score table {
  margin-bottom: 0;
}

.scorecard-print-score th,
.scorecard-print-score td {
  font-size: 1.5em;
}

.print-container .scorecard-winner {
  margin: 10px 0;
  font-size: 16px;
}

.scorecard-print-score {
  border-bottom: 1px solid #333;
  display: inline-block;
  line-height: 24px;
}

.scorecard-print-large {
  width: 130px;
  margin: 0 10px;
}

.scorecard-print-small {
  width: 35px;
  margin: 0 5px;
}

.scorecard-print-full {
  width: 100%;
  height: 30px;
}

.print-comments h5 {
  margin-bottom: 0;
}

.print-container .rubber-set {
  border-top: 1px solid #ccc;
  padding-bottom: 2px;
}

.print-container .rubber-set:first-child {
  border-top: 0;
  padding-bottom: 0;
}

.col-md-1-x {
  width: 6%;
}

.col-md-11-x {
  width: 94%;
}

.print-container table.table-scorecard-teams,
.print-container table.table-scorecard-teams th,
.print-container table.table-scorecard-teams td {
  border: 0 !important;
  padding: 2px 0 !important;
}

.print-container table.table-scorecard-teams th {
  border-bottom: 1px solid #333 !important;
}

.header-logo {
  width: 95px;
  height: 70px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.header-info {
  width: calc(100% - 105px);
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

.blue {
  color: #0091d2;
}

.name {
  margin: 0;
}

.org-header {
  margin-bottom: 25px;
  margin-top: 20px;
}

.org-header img {
  width: 80px;
  padding: 15px 0;
}

.org-details {
  font-size: 12px;
  font-weight: normal;
}

.org-phone {
  margin-right: 10px;
}

.org-website {
  color: lightgrey;
  margin-bottom: 5px;
}

.league-heaer img {
  width: 60px;
}

.league-details {
  font-size: 11px;
  font-weight: normal;
}

.right-block {
  margin-top: 60px;
}
.timeline .timeline-content {
  position: relative;
  width: 100%;
}

.timeline .timeline-card .card-connector-line {
  position: relative;
  display: block;
  width: 4px;
  height: 20px;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background-color: #cccccc;
}

.timeline .timeline-card:nth-child(1) .card-connector-line {
  display: none;
}

.timeline .card-container {
  position: relative;
  width: 75%;
  display: block;
  border: 1px #cccccc solid;
  box-shadow: 2px 2px 6px #cccccc;
  -moz-box-shadow: 2px 2px 6px #cccccc;
  -webkit-box-shadow: 2px 2px 6px #cccccc;
  background-color: #ffffff;
}

.timeline .card-container .card-header {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px #cccccc solid;
  background-color: #efefef;
}

.timeline .card-container .card-content {
  padding: 10px;
}

.timeline .card-container .indicator {
  display: inline-block;
  height: 20px;
  width: 20px;
  padding-top: 0;
}

.timeline .card-container .indicator .color {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.timeline .card-container .indicator .red {
  color: #bb0000;
}

.timeline .card-container .indicator .green {
  color: #00bb00;
}

.timeline .card-container .indicator .blue {
  color: #a4b7ff;
}

.timeline .card-container .indicator .orange {
  color: #ffa500;
}

.timeline .card-container .indicator .magenta {
  color: #aa00aa;
}

/* apply only to direct descendant */

.timeline-card > .row {
  margin: 0;
}

.timeline .card-container .indicator .icon {
  font-size: 20px;
  font-weight: normal;
}