/*!
 * Theme name: SMMT
 * Theme URI: http://www.strategies.co.uk/
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 16px;
  line-height: 1.5em;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0968b9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #053f70;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[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: #777777;
}
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: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0968b9;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #074d88;
}
.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: #0968b9;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #074d88;
}
.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 #eeeeee;
}
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;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5em;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.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.5em;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-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%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, 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, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 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: 33px;
  }
  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: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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 {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 20px;
  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: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .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: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 {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0968b9;
  border-color: #085aa1;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #074d88;
  border-color: #021627;
}
.btn-primary:hover {
  color: #fff;
  background-color: #074d88;
  border-color: #053a66;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #074d88;
  border-color: #053a66;
}
.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: #053a66;
  border-color: #021627;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #0968b9;
  border-color: #085aa1;
}
.btn-primary .badge {
  color: #0968b9;
  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: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 {
  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: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 {
  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: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 {
  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: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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0968b9;
  font-weight: normal;
  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: #053f70;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #EDEDED;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5em;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.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 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.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,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.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;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px 0 4px 8px;
  height: 33px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("_assets/img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("_assets/img/chosen-sprite.png") no-repeat 0px 6px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("_assets/img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
  border-radius: 4px;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("_assets/img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("_assets/img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("_assets/img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.chosen-container li {
  background-image: none;
}
.language-menu .menu ul li {
  max-width: 80px;
}
.well {
  box-shadow: none;
  padding: 14px;
}
.well .thumbnail-right {
  float: right !important;
  float: right;
  margin: -14px -14px 30px 10px;
}
.well h4 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 24px;
  line-height: 26px;
  margin: 2px 0 0;
  font-weight: bold;
}
.well-featured .thumbnail-full {
  margin: -14px -14px 10px -14px;
}
.well-headline .thumbnail-full {
  float: left !important;
  float: left;
  margin: -14px 10px -14px -14px;
}
.well-headline h4 {
  font-size: 24px;
  line-height: 30px;
}
.well-excerpt {
  padding: 7px 14px 0;
}
.well-excerpt .thumbnail-right {
  margin: -7px -14px 0 10px;
}
.well-excerpt .meta {
  font-size: 15px;
  font-family: 'ufonts_com_dinmedium';
  text-transform: uppercase;
  font-weight: normal;
}
.well-excerpt .meta .time {
  color: #002255;
}
.well-excerpt .meta .categories {
  color: #0f6fc2;
}
.well-highlight {
  padding: 7px 14px 0;
  background: transparent;
}
.well-highlight .meta {
  font-size: 15px;
  font-family: 'ufonts_com_dinmedium';
  text-transform: uppercase;
  font-weight: normal;
}
.well-highlight .meta .time {
  color: #002255;
}
.well-highlight .meta .categories {
  color: #0f6fc2;
}
.well-featured h4 {
  font-size: 23px;
  line-height: 26px;
}
.btn {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
.btn_sml {
  background: #0968b9 none repeat scroll 0 0;
  color: #ffffff !important;
  font-family: "DINAlternateBold";
  font-size: 12px !important;
  padding: 10px 15px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block !important;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
#members-lounge-form {
  margin: 0;
}
.ui-widget {
  font-family: inherit !important;
  font-size: inherit !important;
}
span.wpcf7-list-item {
  display: block !important;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('assets/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('assets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('assets/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('assets/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('assets/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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-feed:before,
.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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless:before {
  content: "\f22d";
}
.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";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'ufonts_com_dinregular';
  src: url('fonts/ufonts_com_dinregular.eot');
  src: url('fonts/ufonts_com_dinregular.eot') format('embedded-opentype'), url('fonts/ufonts_com_dinregular.woff2') format('woff2'), url('fonts/ufonts_com_dinregular.woff') format('woff'), url('fonts/ufonts_com_dinregular.ttf') format('truetype'), url('fonts/ufonts_com_dinregular.svg#ufonts_com_dinregular') format('svg');
}
@font-face {
  font-family: 'DINAlternateBold';
  src: url('fonts/DINAlternateBold.eot');
  src: url('fonts/DINAlternateBold.eot') format('embedded-opentype'), url('fonts/DINAlternateBold.woff2') format('woff2'), url('fonts/DINAlternateBold.woff') format('woff'), url('fonts/DINAlternateBold.ttf') format('truetype'), url('fonts/DINAlternateBold.svg#DINAlternateBold') format('svg');
}
@font-face {
  font-family: 'ufonts_com_dinblack';
  src: url('fonts/ufonts_com_dinblack.eot');
  src: url('fonts/ufonts_com_dinblack.eot') format('embedded-opentype'), url('fonts/ufonts_com_dinblack.woff2') format('woff2'), url('fonts/ufonts_com_dinblack.woff') format('woff'), url('fonts/ufonts_com_dinblack.ttf') format('truetype'), url('fonts/ufonts_com_dinblack.svg#ufonts_com_dinblack') format('svg');
}
@font-face {
  font-family: 'ufonts_com_dinbold';
  src: url('fonts/ufonts_com_dinbold.eot');
  src: url('fonts/ufonts_com_dinbold.eot') format('embedded-opentype'), url('fonts/ufonts_com_dinbold.woff2') format('woff2'), url('fonts/ufonts_com_dinbold.woff') format('woff'), url('fonts/ufonts_com_dinbold.ttf') format('truetype'), url('fonts/ufonts_com_dinbold.svg#ufonts_com_dinbold') format('svg');
}
@font-face {
  font-family: 'ufonts_com_dinmedium';
  src: url('fonts/ufonts_com_dinmedium.eot');
  src: url('fonts/ufonts_com_dinmedium.eot') format('embedded-opentype'), url('fonts/ufonts_com_dinmedium.woff2') format('woff2'), url('fonts/ufonts_com_dinmedium.woff') format('woff'), url('fonts/ufonts_com_dinmedium.ttf') format('truetype'), url('fonts/ufonts_com_dinmedium.svg#ufonts_com_dinmedium') format('svg');
}
p {
  word-wrap: break-word;
  margin: 0 0 20px;
}
.component_page p {
  margin: 0 0 3px;
}
.component_page .post-entry {
  margin-top: 26px;
}
.component_page .wp-caption {
  margin: 20px 0 !important;
}
i,
em,
dfn,
cite {
  font-style: italic;
}
tt,
var,
pre,
kbd,
samp,
code {
  font-family: monospace, serif;
  font-style: normal;
}
b,
strong {
  font-weight: bold;
  color: #666;
}
.osc-res-tab a:hover,
.osc-res-tab a:focus {
  text-decoration: none !important;
}
.component_page p {
  padding: 0 133px 0 0;
}
pre {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  background: #f4f4f4;
}
del {
  color: #555;
  text-decoration: line-through;
}
ins,
dfn {
  border-bottom: 1px solid #ccc;
}
sup,
sub,
small {
  font-size: 85%;
}
abbr,
acronym {
  font-size: 85%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
a abbr,
a acronym {
  border: none;
}
dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #ccc;
  cursor: help;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
.grid {
  float: left;
  margin-bottom: 2.12765957%;
  padding-top: 0;
}
.grid-right {
  float: right;
  margin-bottom: 2.12765957%;
  padding-top: 0;
}
.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  margin-right: 2.12765957%;
}
.col-60 {
  width: 6.38297872%;
}
.col-140 {
  width: 14.89361702%;
}
.col-220 {
  width: 23.40425532%;
}
.col-300 {
  width: 31.91489362%;
}
.col-380 {
  width: 40.42553191%;
}
.col-460 {
  width: 48.93617021%;
}
.col-540 {
  width: 57.44680851%;
}
.col-620 {
  width: 65.95744681%;
}
.col-700 {
  width: 74.46808511%;
}
.col-780 {
  width: 82.9787234%;
}
.col-860 {
  width: 91.4893617%;
}
.col-940 {
  width: 100%;
}
.fit {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
/*
Theme Name: SMMT
Theme URI: http://cyberchimps.com/responsive-theme/
Description: Responsive Theme is a flexible foundation with fluid grid system that adapts your website to mobile devices and the desktop or any other viewing environment. Theme features 9 Page Templates, 11 Widget Areas, 6 Template Layouts, 4 Menu Positions and more. Powerful but simple Theme Options for full CMS control with easy Logo Upload and Social Networking. Responsive is WooCommerce Compatible, Multilingual Ready (WPML), RTL-Language Support, Retina-Ready, Search Engine Friendly, W3C Markup Validated and currently translated into over 45 languages. Cross-Browser compatible. <a href="http://cyberchimps.com/forum/free/responsive/">Official support forum</a> (http://cyberchimps.com/forum/free/responsive/)
Author: CyberChimps.com
Author URI: http://cyberchimps.com
Version: 1.9.7.6
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, rtl-language-support, responsive-layout, fluid-layout, featured-images
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: responsive

Responsive WordPress Theme, Copyright (C) 2003-2014 Emil Uzelac, CyberChimps Inc

--------------------------------------------------------------
WARNING: (BEFORE YOU MAKE ANY CHANGES)
--------------------------------------------------------------
Please do not edit style.css or any other Theme files or
Templates directly. If you do, your customizations will be lost
as soon as you update Responsive.

WordPress and CyberChimps highly recommends Child Theme.

Read More:

- http://codex.wordpress.org/Child_Themes
- http://cyberchimps.com/guide/child-theme-example/
- http://cyberchimps.com/guide-tags/child-theme-2/

*/
/* CSS Rules: Sorted alphabetically for better organization. */
/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
  float: none;
  width: 100%;
  height: 1px;
  border: none;
  color: #ddd;
  background: #ddd;
}
hr.space {
  color: #fff;
  background: #fff;
}
/* =Base
-------------------------------------------------------------- */
html {
  height: 100%;
}
body {
  color: #666;
  background: #fff;
  font-family: Arial;
  font-size: 16px;
  line-height: 1.5em;
}
/* =Typography
-------------------------------------------------------------- */
/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.none {
  display: none;
}
.hide-desktop {
  display: none;
}
.show-desktop {
  display: block;
}
/* =Responsive Images
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
/* =Links
-------------------------------------------------------------- */
a {
  color: #06c;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline: 0;
  color: #002255;
  text-decoration: none;
}
::selection {
  color: #fff;
  background: #999;
  text-shadow: none;
}
/* =Forms
-------------------------------------------------------------- */
label {
  display: inline-block;
  padding: 2px 0;
  font-weight: 700;
}
legend {
  padding: 2px 5px;
}
fieldset {
  margin: 0 0 1.5em;
  padding: 1em 2em;
  border: 1px solid #ccc;
}
select,
input[type="text"],
input[type="password"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 8px;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
}
select {
  max-width: 100%;
  height: auto;
}
area,
textarea {
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
}
map area {
  padding: 0;
  border: 0;
}
input,
select {
  cursor: pointer;
}
area:focus,
input:focus,
textarea:focus {
  border: 1px solid #6cf;
}
input[type="text"],
input[type="password"] {
  cursor: text;
}
/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  width: 96%;
}
/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
  display: block;
  position: absolute;
  top: 60px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #f0c36d;
  color: #212121;
  background-color: #f9edbe;
  text-align: center;
}
.msie-box a {
  color: #212121;
}
/* =Tables
-------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
}
/* =Lists
-------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
ol {
  margin: 0;
  padding: 0;
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
}
dt {
  font-weight: 400;
}
/* =Blockquote
-------------------------------------------------------------- */
blockquote {
  margin: 20px;
  padding: 0 40px 0 18px !important;
  position: relative;
  font-size: 18px;
  border-left: 0px;
}
blockquote h6 {
  color: #0968b9;
  font-family: 'ufonts_com_dinmedium';
  font-weight: normal;
  font-size: 16px !important;
  padding: 10px 0 0 !important;
}
blockquote p {
  color: #0968b9 !important;
  font-weight: normal;
  font-size: 18px;
  font-family: 'ufonts_com_dinbold' !important;
  line-height: 28px;
}
blockquote p:before {
  content: url("/wp-content/themes/smmt-co-uk/images/contan-left.png");
  left: 1px;
  position: relative;
  top: -11px;
}
blockquote p:after {
  content: url("/wp-content/themes/smmt-co-uk/images/contan-right.png");
  left: 2px;
  position: relative;
  top: -9px;
}
/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 700;
  line-height: 1em;
  word-wrap: break-word;
}
h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2.625em;
  /* = 42px */
}
h6 {
  margin: 0;
  font-size: 28px !important;
  color: #002255;
  font-family: 'ufonts_com_dinmedium';
  font-weight: normal !important;
}
.component_page h6 {
  padding: 0 180px 20px 0;
}
h6 a {
  color: #1074cb;
  font-family: 'ufonts_com_dinmedium';
  border-bottom: 2px solid;
}
h3 {
  margin-top: 0.857em;
  margin-bottom: 0.857em;
  font-size: 1.875em;
  /* = 30px */
}
h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  /* = 24px */
}
h5 {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
  font-size: 1.125em;
  /* = 18px */
}
h6 {
  margin-top: 1.285em;
  margin-bottom: 1.285em;
  font-size: 1em;
  /* = 16px */
}
/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
  margin: 16px 0;
}
th,
td {
  padding: 10px;
}
caption {
  padding-bottom: 0.8em;
}
blockquote {
  padding: 0;
}
blockquote:first-child {
  margin: 0.8em 0;
}
fieldset {
  margin: 1.6em 0;
  padding: 0 1em 1em;
}
legend {
  padding-right: 0.8em;
  padding-left: 0.8em;
}
legend + * {
  margin-top: 1em;
}
input,
textarea {
  padding: 0.3em 0.4em 0.15em;
}
select {
  padding: 0.1em 0.2em 0;
}
option {
  padding: 0 0.4em;
}
dt {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul,
ol {
  margin: 0;
  padding: 12px 0 12px 33px;
}
ul li {
  list-style: disc;
  padding: 0 0 0 15px;
  line-height: 22px;
}
li ul,
li ol {
  margin: 0;
}
#footer .widget_twitter h3 {
  display: none;
}
#footer .tp_recent_tweets {
  padding-top: 46px;
}
#footer .tp_recent_tweets ul {
  padding: 0 !important;
}
#footer .tp_recent_tweets ul li {
  padding: 0 0 18px !important;
}
#footer .tp_recent_tweets ul li span {
  color: #78cdf0;
  font-family: arial;
  font-size: 17px;
  font-weight: normal;
}
#footer .tp_recent_tweets ul li span a {
  display: block;
}
#footer .tp_recent_tweets ul li span a {
  color: #78cdf0;
  font-family: arial;
  font-size: 17px;
  font-weight: normal;
  font-weight: bold;
  text-decoration: underline;
}
.footer1 .tp_recent_tweets p i {
  display: none;
}
.footer1 .twitter_time {
  background: rgba(0, 0, 0, 0) url("images/twiter.png") no-repeat scroll left top 3px;
  color: #78cdf0 !important;
  font-family: Arial;
  font-size: 13px !important;
  font-style: normal !important;
  margin-top: 13px;
  padding: 0 0 0 24px;
}
.widget_twitter ul,
.widget_twitter ul li {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
}
.widget_twitter a {
  text-decoration: underline;
}
/* =Globals
-------------------------------------------------------------- */
#container,
.container {
  margin: 0 auto;
  padding: 0px;
}
#wrapper {
  clear: both;
}
.front-page #wrapper {
  margin: 0 auto;
  padding: 0;
  border: none;
  background-color: transparent;
}
#header {
  margin: 0;
  width: 100%;
  z-index: 100;
}
#header input[type="submit"]:hover {
  background-color: transparent !important;
  border: 0px;
}
@media (min-width: 768px) {
  #header {
    position: absolute;
    top: 0;
  }
}
#footer {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
#lower-footer {
  clear: both;
  padding: 0;
}
#footer-wrapper {
  margin: 0;
  padding: 0;
}
/* =Header
-------------------------------------------------------------- */
.site-name {
  display: block;
  padding-top: 20px;
  font-size: 2.063em;
  /* = 33px */
  line-height: 1em;
}
.site-name a {
  color: #333;
  font-weight: 700;
}
.site-description {
  display: block;
  margin: 10px 0;
  color: #afafaf;
  font-size: 0.875em;
  /* = 14px */
}
.selected {
  background: #1074cb !important;
}
.tp-caption {
  font-family: 'DINAlternateBold' !important;
  padding: 14px 50px !important;
}
.menu li,
.archive_post li {
  background-image: none;
}
/* =Content
-------------------------------------------------------------- */
#content {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 74.4681%;
  margin-right: 20PX;
}
#content-full {
  margin-top: 50px;
  margin-bottom: 30px;
}
#content-blog {
  margin-top: 40px;
  margin-bottom: 20px;
}
#content-images {
  margin-top: 50px;
  margin-bottom: 20px;
}
#content-search {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content-archive {
  margin-top: 46px;
  margin-bottom: 20px;
}
#content-sitemap {
  margin-top: 40px;
  margin-bottom: 20px;
}
#content-sitemap a {
  font-size: 12px;
}
#content .sticky {
  clear: both;
}
.box1 h3 {
  font-family: 'DINAlternateBold';
  color: #fff;
  font-size: 21px;
  margin: 0;
}
.box1 hr {
  border-radius: 2px;
  height: 3px;
  width: 27px;
  margin: 8px 0 22px;
  color: #fff;
}
.smmt-post {
  width: 49%;
  margin: 0;
}
.smmt-post .col-940 {
  background: #ededed;
  margin-bottom: 18px;
  padding: 0 0 0 15px;
}
#widgets .single_sidbar_right .col-940 {
  margin-bottom: 10px;
}
.all-post {
  background: #0f6eb5 !important;
  border-radius: 2px;
  height: 3px;
  width: 27px;
  margin: 10px 0 10px;
  text-align: left;
}
.smmt-post li.headline .smmt_title {
  font-size: 28px;
  line-height: 30px;
  height: auto;
  font-weight: bold;
}
.smmt-post .smmt_title {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
  line-height: 22px;
  margin: 2px 0 0;
  overflow: hidden;
  font-weight: bold;
}
.archive_post_event .smmt_title {
  height: 28px !important;
}
.time {
  color: #002255;
  font-family: 'ufonts_com_dinmedium';
  text-transform: uppercase;
  font-weight: normal;
}
.categories {
  color: #0f6fc2;
  font-family: 'ufonts_com_dinmedium';
  text-transform: uppercase;
  font-weight: normal;
}
.smmt-post .fit img {
  margin: 0;
}
.smmt-post .col-460 {
  margin: 0;
}
.left-text {
  padding: 13px 16px 13px 3px;
  width: 320px;
}
.right-img {
  width: 200px;
  float: right;
}
.post-entry .right-img {
  float: left;
}
.smmt-post p {
  color: #666666;
  font-family: Arial;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
}
.thum img {
  margin: 0 !important;
}
.smmt-post2 {
  background: #ededed;
  margin: 0;
}
.right {
  float: right;
  width: 47.7%;
}
.smmt-post2 .smmt_title {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 23px;
  line-height: 26px;
  margin: 2px 0 0;
  overflow: hidden;
}
.smmt-post2 p {
  color: #666666;
  font-family: Arial;
  font-size: 16px;
  margin: 2px 0 0;
  line-height: 20px;
}
.bottom-text {
  padding: 25px 20px 25px;
  min-height: 276px;
}
.smmt-post2 .all-post {
  margin: 15px 0 15px;
}
h3 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 38px;
  margin: 0;
  padding: 10px 0 12px;
}
h4 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 23px;
  margin: 0;
  padding: 10px 0 12px;
}
.home .home-widgets h3 {
  padding: 5px 0 12px;
}
.home #home_widget_4 .widget-wrapper {
  padding-top: 10px !important;
}
.home #home_widget_3 .widget-wrapper {
  padding-top: 34px !important;
}
.home #home_widget_2 .widget-wrapper {
  padding-top: 34px !important;
}
.home #home_widget_1 .widget-wrapper {
  padding-top: 30px !important;
}
.home ul li {
  list-style-type: none;
}
h3 hr {
  background: #0f6eb5 none repeat scroll 0 0 !important;
  border-radius: 2px;
  height: 3px;
  margin: 0 0 30px !important;
  width: 27px;
}
.post_title {
  background: #0f6eb5 none repeat scroll 0 0 !important;
  border-radius: 2px;
  height: 3px;
  width: 27px;
  margin: 5px 0 28px;
  text-align: left;
}
.home .post_title {
  margin: 0 auto 38px;
}
.home .smt-title {
  text-align: center;
}
#about {
  background: #cce0f1;
}
.about-left .widget_text,
.about-right .widget_text {
  padding: 0;
  margin-left: 0;
}
.about-left .widget_text a,
.about-right .widget_text a {
  font-size: 16px;
  font-weight: bold;
  color: #2e7fc4;
  font-family: "ufonts_com_dinmedium";
}
.about-left .widget_text a:hover,
.about-right .widget_text a:hover {
  color: #002255;
}
.about-left h4 {
  color: #0968b9;
  font-family: "ufonts_com_dinmedium";
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.about-left h3 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 26px;
  margin: 0;
  padding: 0 0 7px;
  font-weight: normal;
}
.about-left ul {
  margin: 7px 0 0;
  padding: 6px 0 49px 15px;
}
.about-left ul li {
  list-style: outside none none;
}
.about-left ul li a {
  background: url("images/tir.png") no-repeat scroll left top 5px;
  padding: 0 13px 4px 20px;
  float: left;
}
.about-left ul li:last-child {
  padding-right: 0;
}
.about-left p {
  padding: 0;
  margin: 0;
  color: #002255;
  font-family: Arial;
  font-size: 16px;
  line-height: 21px;
}
.about-left .box-left-text {
  padding: 30px 25px 0;
}
.right-left {
  float: left;
  width: 50%;
}
.right-right {
  float: left;
  width: 230px;
  padding: 22% 28px 0;
}
.right-right h3 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 23px;
  margin: 0;
  padding: 0 0 7px;
  font-weight: normal;
}
.right-right ul {
  margin: 0;
  padding: 0;
}
.right-right ul li {
  background: url("images/tir.png") no-repeat scroll left top 4px;
  list-style: outside none none;
  padding: 0 0 4px 21px;
}
.right-right .post_title {
  margin: 8px 0 20px;
}
.about-left .post_title {
  margin: 8px 0 20px;
}
.about-left,
.about-right {
  margin: 0;
  width: 50%;
}
.about-left .widget_text,
.about-right .widget_text {
  margin: 0;
}
.industry li {
  float: left;
  list-style: none;
  width: 16%;
  text-align: center;
  margin-right: 5%;
  background-image: none;
}
.industry li:last-child {
  margin-right: 0;
}
.industry {
  margin: 0;
  padding: 0;
}
.industry li:first-child {
  margin-top: 6px;
}
.industry h5 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 20px;
  margin: 11px 0 14px;
  font-weight: normal;
}
.industry-title {
  margin-top: 36px !important;
}
.industryhr {
  margin: 3px auto 36px;
}
.smt-event .post_title {
  margin: 0;
}
.smt-event h3 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 40px !important;
  font-weight: normal !important;
  margin: 0;
  padding: 0px 0 25px !important;
}
#event {
  background: #ededed url("images/s_img.png") no-repeat bottom center;
  background-size: 100%;
  padding-top: 35px;
}
#event .row {
  margin-left: -10px;
  margin-right: -10px;
}
#event ul li {
  list-style-type: none;
}
.smt-event {
  width: 50%;
  float: left;
}
.entry-title {
  font-size: 2.5rem;
  line-height: 1.225;
  margin-bottom: 1.05em;
}
.entry-title {
  font-size: 2.0625rem;
  line-height: 1.27273;
  margin-bottom: 0.848485em;
}
.post-navigation .post-title,
.entry-title,
.comments-title {
  hyphens: auto;
}
.title_ptent {
  font-family: 'ufonts_com_dinmedium';
  font-size: 13px;
  color: #0968b9;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-family: 'ufonts_com_dinmedium';
  font-size: 38px;
  color: #002255;
  font-weight: normal;
  background: url("images/linecompo.png") no-repeat left bottom;
  padding-bottom: 21px;
  margin-bottom: 40px;
}
#content h1 {
  margin-bottom: 14px;
}
.post-title hr {
  border-radius: 2px;
  background: #0968b9;
  height: 3px;
  margin: 15px 0 20px;
  width: 27px;
}
.entry-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  text-rendering: optimizelegibility;
}
*::-moz-placeholder {
  color: #999;
  font-family: "DINAlternateBold";
  opacity: 0.8;
}
.site-content {
  word-wrap: break-word;
}
html {
  font-family: sans-serif;
}
.smt-service {
  float: left;
  padding-left: 44px;
  width: 46%;
}
.evant-read-more {
  padding: 0;
  margin: 0;
}
.evant-read-more li a {
  color: #2e7fc4;
  font-family: "ufonts_com_dinmedium";
  font-size: 15px;
  font-weight: bold;
}
.evant-read-more li {
  background: url("images/tir.png") no-repeat scroll left top 4px;
  list-style: outside none none;
  padding: 0 0 30px 21px;
}
.smt-event p {
  color: #002255;
  font-family: Arial;
  font-size: 16px;
  margin: 21px 0 15px;
}
.one-evant ul {
  padding: 0;
  margin: 0;
}
.one-evant {
  background: #fff;
  overflow: hidden;
  height: 122px;
  width: 530px;
  margin-bottom: 20px;
}
.one-evant ul li {
  float: left;
  line-height: 25px;
  list-style: outside none none;
  padding: 15px 0 0 20px;
  width: 320px;
  height: 85px;
}
.one-evant ul li.padding_bottom {
  padding-bottom: 39px !important;
}
.one-evant ul li:first-child {
  background: #1074cb none repeat scroll 0 0;
  color: #ffffff;
  font-family: "ufonts_com_dinmedium";
  font-size: 55px;
  height: 39px;
  line-height: 0px;
  padding: 44px 0 0;
  text-align: center;
  width: 120px;
}
.one-evant ul li:first-child span {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  top: 22px;
  display: block;
}
.one-evant ul li:last-child a {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 19px;
  line-height: 18px;
}
.border_none {
  border: none !important;
}
.one-evant ul li:last-child .smmt_event_span_link a {
  color: #0f6fc2;
  font-family: "ufonts_com_dinmedium";
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.one-evant ul li:last-child .smmt_event_span_link a:hover {
  color: #002255 !important;
}
.archive_post_event .location_event {
  margin-left: 20px;
}
.archive_post_event .time5 {
  margin-left: 7px;
}
.archive_post_event .time,
.archive_post_event .location_event {
  font-weight: normal !important;
}
.one-evant .post_title {
  margin: 10px 0;
}
.one-evant ul li:last-child a:hover {
  color: #1074CB;
}
.smt-service .one-evant ul li:first-child {
  background: none;
  padding: 0;
  height: auto;
}
.smt-service .one-evant {
  background: none;
  height: auto;
}
.smt-service .one-evant ul li {
  padding: 38px 0 0 48px;
}
.smt-service .widget_text {
  padding-right: 0 !important;
}
/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
  display: none;
}
/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 30px 0 40px 0;
  padding: 10px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
}
#author-meta img {
  float: left;
  padding: 10px 15px 0 5px;
}
#author-meta p {
  margin: 0;
  padding: 5px;
}
#author-meta .about-author {
  margin: 10px 0 0 0;
  font-weight: 700;
}
/* =Featured Content
-------------------------------------------------------------- */
#featured {
  width: 99.89361702%;
  padding-bottom: 40px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
#featured p {
  padding: 0 40px 0 40px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  text-align: center;
}
#featured-image {
  margin: 40px 0 0 0;
}
#featured-image .fluid-width-video-wrapper {
  margin-left: -20px;
}
.featured-image img {
  margin-top: 44px;
}
/* =Post
-------------------------------------------------------------- */
.comments-link {
  font-size: 12px;
}
#cancel-comment-reply-link {
  color: #900;
}
.post-data {
  clear: both;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}
.post-data a {
  color: #111;
}
.post-entry {
  clear: both;
}
.post-meta {
  clear: both;
  margin-bottom: 10px;
  color: #9f9f9f;
  font-size: 12px;
}
.post-edit {
  display: block;
  clear: both;
  margin: 1.5em 0;
  font-size: 12px;
  display: none;
}
.post-search-terms {
  clear: both;
}
a .read-more {
  clear: both;
  font-weight: 700;
  display: none;
}
.attachment-entry {
  clear: both;
  text-align: center;
}
/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbpress .breadcrumb-list,
.bbpress .post-meta {
  display: none;
}
/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
  margin-left: 5px;
  color: #aaa;
  font-size: 18px;
}
.form-allowed-tags {
  display: none;
  font-size: 10px;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
  margin: 0px;
  padding: 0px;
}
.widget-wrapper .wpcf7 select,
.widget-wrapper .wpcf7 input[type="text"],
.widget-wrapper .wpcf7 input[type="password"],
.widget-wrapper .wpcf7 input[type="email"] {
  width: 75%;
}
#widgets {
  margin-top: 50px;
}
#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#widgets form {
  margin: 0;
}
#widgets ul,
#widgets ol {
  padding: 0 0 0 20px;
}
#widgets ul li a {
  display: inline;
  text-decoration: none;
  font-weight: 400;
}
#widgets .widget-title img {
  float: right;
  position: relative;
  top: 4px;
  width: 11px;
  height: 11px;
}
#widgets .rss-date {
  padding: 6px 12px;
  line-height: 18px;
}
#widgets .rssSummary {
  padding: 10px;
}
#widgets cite {
  padding: 6px 12px;
  font-style: normal;
  line-height: 18px;
}
#widgets .tagcloud,
#widgets .textwidget {
  display: block;
  margin: 0;
  line-height: 1.5em;
  word-wrap: break-word;
}
.top_hr_img {
  background: rgba(0, 0, 0, 0) url("images/linecompo.png") no-repeat scroll left top;
}
#widgets .textwidget a {
  display: inline-block;
}
.industry_topis_pag h5 {
  background: rgba(0, 0, 0, 0) url("images/linecompo.png") no-repeat bottom;
  padding-bottom: 16px !important;
}
.industry_topis_pag li {
  margin-right: 5% !important;
  margin-bottom: 10px;
  width: 20%;
}
.industry_topis_pag li:last-child {
  float: left!important;
}
.industry_topis_pag li:last-child {
  margin-right: 0 !important;
}
#widgets ul .children {
  padding: 0 0 0 10px;
}
#widgets .author {
  padding-top: 4px;
  font-weight: 700;
}
.widget_archive select,
#cat {
  display: block;
  margin: 0 15px 0 0;
}
.top-widget {
  padding: 0;
}
form.searchform {
  margin: 0;
  position: relative;
}
form.searchform input.field {
  background: #e6eff7 none repeat scroll 0 0 !important;
  border: medium none;
  border-radius: 0;
  padding: 12px 33px 12px 45px !important;
  color: #002255;
  font-family: 'DINAlternateBold';
  font-size: 15px;
}
form.searchform .submit {
  background: rgba(0, 0, 0, 0) url("images/search.png") no-repeat scroll left center;
  border: medium none;
  font-size: 0;
  margin: 10px 0 0 12px;
  position: absolute;
  text-shadow: none;
  width: 27px;
  height: 27px;
  left: 0px;
  top: 0px;
}
.widget_search .searchform .field {
  float: right;
}
.top-widget ul {
  padding: 0;
}
.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
  width: auto;
}
.top-widget #searchform {
  margin: 0;
}
/* =Titles
-------------------------------------------------------------- */
.featured-title {
  margin: 0;
  padding-top: 40px;
  font-size: 60px;
  text-align: center;
  letter-spacing: -1px;
}
.featured-subtitle {
  padding: 0 10px;
  text-align: center;
}
.top-widget .widget-title h3 {
  padding: 0;
  font-size: 14px;
  text-align: right;
}
.widget-title a {
  padding: 0 !important;
  border-bottom: none;
}
.title-404 {
  color: #933;
}
/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
  width: auto;
}
/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
  display: block;
  position: relative;
  padding: 0.5em 0.5em 0.5em 0;
}
.skip-link {
  float: right;
  margin-left: -100%;
  padding: 0.5em;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
  font-size: 0.8125em;
  text-transform: uppercase;
}
.skip-link:hover,
.skip-link:active,
.skip-link:focus {
  border: 1px solid #666;
}
.custom-background .site {
  margin: 0 auto;
  -webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
  -moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
  box-shadow: 0 -5px 5px 4px #d5d5d5;
}
/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
  clear: both;
  margin: 0 auto;
}
.main-nav {
  clear: both;
  float: right;
}
.menu,
.menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu li {
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 0;
}
.menu li:hover {
  z-index: 10000;
  white-space: normal;
}
.menu li li {
  float: none;
}
.menu ul {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.menu li:hover > ul {
  visibility: visible;
  top: 100%;
}
.menu li li:hover > ul {
  top: 0;
  left: 100%;
}
.menu:after,
.menu ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: ".";
}
.menu,
.menu ul {
  min-height: 0;
}
.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0;
}
.menu ul li a:hover,
.menu li li a:hover {
  color: #484848;
  text-decoration: none;
}
.menu ul {
  width: auto;
  min-width: 15em;
  margin-top: 1px;
}
.menu a {
  color: #002255;
  cursor: pointer;
  display: block;
  font-family: "ufonts_com_dinbold";
  font-size: 14px;
  margin: 0;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}
.middle-head {
  padding: 0 !important;
}
.menu a:hover {
  color: #0968b9;
}
ul.menu > li:hover {
  color: #0968b9;
}
/*.page-id-58 #widgets .widget-title h3, .page-id-3395 #widgets .widget-title h3, .page-id-59 #widgets .widget-title h3  {*/
/*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
/*font-size: 0;*/
/*padding: 0 0 14px;*/
/*}*/
.main-nav .menu .current_page_item a,
.main-nav .menu .current-menu-item a {
  color: #021D54;
  background: #e6eff7;
}
.top-menu .current_page_item a,
.top-menu .current-menu-item a {
  background: #e6eff7;
  text-decoration: none !important;
}
.top-menu .current_page_item a,
.top-menu .current-menu-item a,
.breadcrumb {
  text-decoration: underline;
}
.front-page .menu .current_page_item a {
  background: none;
  background-color: transparent;
  background-image: none;
  filter: none;
}
.industry li h5 a {
  color: #002255;
}
.menu li li {
  width: auto;
  margin: -1px 0 1px 0;
  color: #444;
  background: #fff;
  background-image: none;
  padding: 0px 10px;
  filter: none;
}
.home .smt-title {
  margin-top: 20px;
}
.menu li li a {
  padding: 13px 11px;
  border: none;
  color: #002255;
  background: transparent !important;
  text-shadow: none;
  font-size: 13px;
  white-space: nowrap;
  font-weight: normal !important;
}
.menu li li a:hover {
  border: none;
  color: #fff !important;
  background-image: none;
  filter: none;
}
.post-entry h3 {
  font-size: 26px;
  padding: 10px 0 5px;
}
.menu li li:hover {
  background: #012255 !important;
}
.main-nav .menu li li:hover::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #012255;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 3px 3px;
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  top: -2px;
  width: 100%;
}
.main-nav .menu li li:last-child a {
  background-image: none !important;
}
.menu ul > li + li {
  border-top: 0;
}
.menu li li:hover > ul {
  top: 0;
  left: 100%;
}
.menu > li:first-child > a {
  border-left: none;
}
.menu a#responsive_menu_button {
  display: none;
}
.main-nav #responsive_current_menu_item {
  display: none;
}
#menu-item-104194 ul,
#menu-item-43 ul {
  left: -200%;
}
/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/
/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
  clear: both;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  border-top: none;
  background-color: #fff;
}
.sub-header-menu,
.sub-header-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sub-header-menu li {
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 0;
}
.sub-header-menu li:hover {
  z-index: 10000;
  white-space: normal;
}
.sub-header-menu li li {
  float: none;
}
.sub-header-menu ul {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.sub-header-menu li:hover > ul {
  visibility: visible;
  top: 100%;
}
.sub-header-menu li li:hover > ul {
  top: 0;
  left: 100%;
}
.sub-header-menu:after,
.sub-header-menu ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: ".";
}
.sub-header-menu,
.sub-header-menu ul {
  min-height: 0;
}
.sub-header-menu ul,
.sub-header-menu ul ul {
  margin: 0;
  padding: 0;
}
.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
  color: #484848;
  text-decoration: none;
}
.sub-header-menu ul {
  width: auto;
  min-width: 15em;
  margin-top: 1px;
}
.sub-header-menu a {
  display: block;
  position: relative;
  height: 35px;
  margin: 0;
  padding: 0 0.9em;
  border-left: 1px solid #e5e5e5;
  color: #333;
  text-shadow: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  cursor: pointer;
}
.sub-header-menu a:hover {
  background-color: #f9f9f9;
}
.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
  background-color: #f9f9f9;
}
.sub-header-menu li li {
  width: auto;
  margin: -1px 0 1px 0;
  border: 1px solid #e5e5e5;
  color: #444;
  background: #fff;
  background-image: none;
  filter: none;
}
.about-brad {
  color: #0968b9;
  font-family: "ufonts_com_dinmedium";
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: block;
}
#content .breadcrumb-list {
  color: #0968b9;
  font-family: "ufonts_com_dinmedium";
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: block;
}
.sub-header-menu li li a {
  height: auto;
  height: 20px;
  padding: 5px 10px;
  border: none;
  color: #444;
  text-shadow: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}
.sub-header-menu li li a:hover {
  border: none;
  color: #444;
  background: #f9f9f9;
  background-image: none;
  filter: none;
}
.sub-header-menu ul > li + li {
  border-top: 0;
}
.sub-header-menu li li:hover > ul {
  top: 0;
  left: 100%;
}
.sub-header-menu > li:first-child > a {
  border-left: none;
}
.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
  background: none;
  background-image: none;
  filter: none;
}
/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu li li a {
  min-width: 100%;
}
/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
  margin-left: 0;
  padding: 0;
}
.footer-menu li {
  display: inline;
  list-style-type: none;
}
.footer-menu li a {
  padding: 0 8px;
  border-left: 1px solid #ccc;
  color: #333;
}
.footer-menu li a:hover {
  color: #222;
}
.footer-menu > li:first-child > a {
  padding: 0 8px 0 0;
  border-left: none;
}
#footer .widget_nav_menu h3 {
  background: rgba(0, 0, 0, 0) url("images/footerline.png") no-repeat scroll left bottom;
  font-family: Arial;
  font-size: 19px;
  font-weight: normal;
  padding-bottom: 14px;
  color: #fff;
}
.right3 {
  float: right !important;
}
.copyright_right_sosal_icon {
  display: none;
}
.copyright .textwidget {
  padding: 34px 0 0 48px;
}
#footer .widget_nav_menu ul {
  padding: 18px 0 0;
  margin: 0;
}
#footer .widget_nav_menu ul li {
  list-style: none;
  padding: 0px 0;
}
#footer .widget_nav_menu ul li a {
  font-family: Arial;
  font-size: 15px;
}
#footer .widget-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 36px;
}
.footer-full {
  background: #0d2255;
  padding: 80px 0 0;
}
.footer-full ul li {
  list-style-type: none;
}
#widgets h2 {
  padding: 5px 0 20px !important;
}
.copyright {
  background: rgba(0, 0, 0, 0) url("images/copy.png") no-repeat scroll right bottom;
  font-family: Arial;
  font-size: 17px;
  height: 94px;
  text-align: left;
  margin-top: -27px;
  margin: 0 auto;
  max-width: 1145px;
  padding-right: 20px;
}
.copyright .social-icons {
  text-align: right;
}
.copyright .copyright-right {
  float: right;
}
.copyright .copyright-right .copyright-text {
  display: inline-block;
}
.copyright .copyright-right .social-icons {
  margin-left: 40px;
  display: inline-block;
}
.copyright .widget-wrapper {
  margin: 0 !important;
}
.footer-right-bg {
  background: #021f4b none repeat scroll 0 0;
  float: right;
  font-size: 0;
  height: 98px;
  margin-top: -93px;
  width: 50%;
}
.copyright .fa-twitter {
  background: #78cdf0 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 19px;
  padding: 6px;
}
.copyright .fa-linkedin {
  background: #2085c7 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 19px;
  padding: 6px;
  margin: 0 5px;
}
.copyright .fa-youtube {
  background: #e9654b none repeat scroll 0 0;
  color: #ffffff;
  font-size: 19px;
  padding: 6px;
}
.copyright .fa-instagram {
  background: #000;
  color: #fff;
  font-size: 19px;
  padding: 6px;
}
.copyright .fa:hover {
  opacity: 0.8;
}
.copyright span {
  display: block;
}
.menu-contact-us-container ul li a {
  font-family: Arial;
  font-size: 19px !important;
  line-height: 27px;
}
.menu-contact-us-container ul {
  padding: 0 !important;
  position: relative;
  top: -9px;
}
#footer .col-220 {
  margin-bottom: 13px;
}
.banner {
  position: relative;
  min-height: 54px;
  max-height: 305px;
  overflow: hidden;
}
.banner img {
  width: 100% !important;
}
.breadcrumbs {
  background: rgba(29, 54, 92, 0.88) none repeat scroll 0 0;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  padding: 17px 0 13px;
}
.breadcrumbs a {
  font-family: "ufonts_com_dinmedium";
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}
.caption {
  font-size: 12px;
  text-align: right;
  width: 100%;
  text-transform: none;
  font-family: "ufonts_com_dinmedium";
}
.breadcrumb-current,
.breadcrumb_last {
  font-family: "ufonts_com_dinmedium";
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}
.search .bradcome {
  background: none;
  margin: 0;
}
.chevron {
  background: rgba(0, 0, 0, 0) url("images/bad_tir.png") no-repeat scroll left top 5px;
  display: inline-block;
  font-size: 0;
  height: 16px;
  left: 5px;
  position: relative;
  top: -4px;
  width: 23px;
  vertical-align: middle;
}
.news-page .col-700 {
  max-width: 851px;
  margin: 0;
}
.page-id-56 .post-entry h1,
.page-id-3395 .post-entry h1,
.page-id-59 .post-entry h1,
.page-id-58 .post-entry h1 {
  display: block !important;
}
.news-page .col-220 {
  width: 272px;
}
.news-page .smt-title {
  text-align: left;
}
.news-page .post_title {
  margin: 3px 0 27px;
}
.news-smt {
  width: 100%;
}
.news-smt .col-940 {
  padding-left: 0;
}
.news-smt .right-img {
  width: 200px;
}
.news-smt .left-text {
  width: 65%;
  padding-top: 27px;
  margin-left: 20px;
}
.news-smt .right-img img {
  height: 200px;
}
.news_top_img {
  width: 539px;
  float: left;
}
.top-news {
  margin: 0 !important;
}
.news_top_text {
  width: 218px;
  float: left;
  padding: 0 25px;
}
.news-page .top-news {
  width: 98%;
  margin: 0 0 20px !important;
}
.event_topcata {
  width: 99.7%;
}
.news_top_text .smmt_title {
  font-size: 24px;
  line-height: 27px;
}
.news_top_text .time {
  display: inline-block;
  margin-top: 21px;
}
.smmt_title:hover {
  color: #0079c1;
}
.news-page .smt-title {
  padding: 0 0 12px;
}
.hilight-li {
  width: 50%;
  float: left;
}
.hilight-left h4 {
  margin: 0;
  padding: 0;
}
.hilight-left h4 a {
  color: #002255 !important;
  display: block;
  font-family: "ufonts_com_dinmedium";
  font-size: 20px;
  font-weight: bold;
  line-height: 19px !important;
  overflow: hidden;
}
.main-nav .sub-menu .current-menu-item {
  background: #012255 !important;
}
.main-nav .sub-menu .current-menu-item::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #012255;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 3px 3px;
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  top: -2px;
  width: 343px;
}
.main-nav .sub-menu .current-menu-item:first-child::before,
.main-nav .menu li li:first-child:hover::before {
  border: none !important;
  top: 0;
}
.main-nav .sub-menu {
  width: 346px !important;
}
.main-nav .sub-menu .current-menu-item a {
  color: #fff !important;
  background-image: none !important;
}
.main-nav li.current-menu-ancestor a,
.main-nav .current-page-ancestor {
  background: #e6eff7 none repeat scroll 0 0;
  color: #021d54;
}
#widgets .main-nav li.current-menu-ancestor a,
#widgets .current-page-ancestor {
  background: none;
}
.top-menu li {
  padding: 13px 0;
}
.hilight-left .hilight-img {
  width: 123px;
  height: 122px;
  margin-bottom: 20px !important;
}
.hilight-left .hilight-img img {
  height: 122px;
  margin: 0;
}
.hilight-left .fit {
  margin: 3px 0 0;
}
.hilight-left .post_title {
  margin: 14px 0 0;
}
.hilight-left {
  margin: 0 0 20px 0;
}
.hilight-left .col-220 {
  margin: 0 12px 0 0;
}
#resent_hilaght .smt-title {
  padding: 30px 0 12px;
}
#content-archive {
  width: 74.4681%;
  margin-right: 20px;
}
.archive_post {
  margin: 0;
  padding: 0;
}
.archive_post li {
  list-style: none;
  padding-left: 0px;
}
.archive_post .well-excerpt.well {
  margin-bottom: 0px;
}
.post-bg {
  background: #ededed !important;
  margin-bottom: 20px;
  overflow: hidden;
}
.post_width {
  padding: 20px;
}
.archive_post li.headline .right-img {
  width: 560px;
}
.archive_post li.headline img {
  width: 560px;
  height: 292px;
}
.archive_post li.headline .left-text {
  padding-top: 15px;
  width: 260px;
}
.archive_post li.headline .left-text p {
  display: none;
}
.archive_post_event li:first-child .left-text p {
  display: block !important;
}
.archive_post_event li:first-child .time5 {
  display: none !important;
}
.archive_post_event li:first-child .location_event {
  margin-left: 0 !important;
}
.archive_post li.headline .time {
  display: block;
}
.navigation {
  clear: both;
  text-align: center;
  width: 100%;
}
.navigation ol li:first-child {
  display: none;
}
ol {
  counter-reset: list;
}
.wp-paginate a,
.wp-paginate .current {
  background: none !important;
  border: none !important;
  font-family: "ufonts_com_dinmedium";
  font-size: 14px !important;
  padding: 4px 3px !important;
  font-weight: bold;
  color: #0968b9 !important;
}
.prev,
.next {
  color: #0F6FC2 !important;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
}
.navigation .next {
  background: rgba(0, 0, 0, 0) url("images/paginateright.png") no-repeat scroll right 15px top 15px !important;
  padding-right: 35px !important;
  position: relative;
}
.navigation .prev {
  background: rgba(0, 0, 0, 0) url("images/paginateleft.png") no-repeat scroll left 15px top 15px !important;
  padding-left: 35px !important;
  float: left;
  margin-left: 3px;
}
.wp-paginate {
  background: #cce0f1 none repeat scroll 0 0;
  padding: 17px 4px !important;
}
.wp-paginate a:hover,
.wp-paginate a:active {
  color: #0F6FC2 !important;
}
.wp-paginate .current {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none !important;
  color: #0F6FC2;
  margin-right: 0 !important;
  padding: 0 !important;
}
.news_sidbar .widget_text {
  padding: 0;
}
.location_event {
  font-size: 13px;
  font-family: "ufonts_com_dinmedium";
  color: #0f6fc2;
  text-transform: uppercase;
}
.news_sidbar .box1 {
  background: #002255 none repeat scroll 0 0;
  padding: 22px 22px;
  text-align: center;
  transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
}
.news_sidbar .box1 h3 {
  text-align: left;
  padding: 0px 0 4px;
}
.news_sidbar .box1 hr {
  margin: 15px 0 25px;
}
.news_sidbar .box1:hover {
  background: #E7E8E9;
}
.news_sidbar .box1:hover h3 {
  color: #002255;
}
.news_sidbar .box1:hover hr {
  background: #002255;
}
.news_sidbar ul li {
  list-style-type: none;
}
.menu-allnewsmenu-container,
.menu-alleventmenu-container {
  border-bottom: 2px solid #002255;
  margin: 0 0 24px;
}
.menu-allnewsmenu-container ul li a,
menu-alleventmenu-container ul li a {
  font-size: 15px;
  color: #002255 !important;
  font-family: 'DINAlternateBold';
}
#menu-allnewsmenu .current_page_item a,
#menu-allnewsmenu .current-menu-item a {
  color: #002255 !important;
  font-family: 'ufonts_com_dinbold' !important;
}
#menu-alleventmenu .current_page_item a,
#menu-alleventmenu .current-menu-item a {
  color: #002255 !important;
  font-family: 'ufonts_com_dinbold' !important;
}
#menu-allnewsmenu .current_page_item a::after,
#menu-allnewsmenu .current-menu-item a::after {
  background: #0968b9 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 98%;
  width: 100%;
}
#menu-alleventmenu .current_page_item a::after,
#menu-alleventmenu .current-menu-item a::after {
  background: #0968b9 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 98%;
  width: 100%;
}
.menu-allnewsmenu-container ul li a:hover::after {
  background: #0968b9 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 98%;
  width: 100%;
}
.menu-alleventmenu-container ul li a:hover::after {
  background: #0968b9 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 98%;
  width: 100%;
}
.single_post_title {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 28px !important;
}
.wp-caption img {
  max-width: 100% !important;
}
.wp-caption {
  background: #ededed none repeat scroll 0 0 !important;
  border: medium none !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  text-align: left !important;
}
.wp-caption-text {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 13px !important;
  padding: 18px 18px 18px 25px !important;
  text-transform: uppercase;
}
.top_catagory_singlepage {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  text-transform: uppercase;
  font-size: 13px;
}
.single_postpage .all-post {
  margin: 12px 0;
}
.single_postpage .catagory {
  font-size: 16px;
}
.single_postpage .text p {
  color: #666;
  margin: 10px 0;
}
.single_sidbar_right .single_sidbar {
  padding: 22px;
}
.single_sidbar_right .catagory {
  display: block;
  line-height: 11px;
  margin-bottom: 10px;
}
.single_sidbar_right .single_post_title {
  font-size: 20px;
}
.single_sidbar_right .post_title {
  margin: 12px 0 20px;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
  display: block;
  height: 28px;
  margin: 20px 0;
  padding: 0;
  color: #111;
  font-size: 13px;
  line-height: 28px;
}
.navigation a {
  padding: 4px 10px;
  color: #aaa;
}
.menu .current-menu-item:last-child a {
  padding-right: 18px !important;
}
.navigation a:hover {
  color: #111;
  text-decoration: none;
}
.navigation .previous {
  float: left;
}
.navigation .next {
  float: right;
}
.navigation .bracket {
  font-size: 36px;
}
.one-evant ul li {
  background-image: none;
}
.footer-full ul li {
  background-image: none;
}
.industry li a {
  border: none !important;
}
.industry li a:hover {
  color: #1074CB;
  opacity: 0.8;
}
/* =start conponent (pages)
-------------------------------------------------------------- */
h2 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 28px;
  margin: 0 0 25px;
  padding: 14px 0 14px !important;
  background: url("images/linecompo.png") no-repeat left bottom;
  text-align: left;
}
#reply-title {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 28px;
  margin: 0 0 25px;
  padding: 30px 0 20px !important;
  background: url("images/linecompo.png") no-repeat left bottom;
  text-align: left;
  font-weight: normal;
}
#respond .comment-notes {
  font-family: Arial;
  font-size: 16px;
  color: #002255;
}
#respond .required {
  color: #002255;
}
.page-id-3395 #content .breadcrumb-list .breadcrumb,
.page-id-3395 #content .breadcrumb-list .chevron {
  display: none;
}
.accordions .accordion-icons.left {
  float: right !important;
}
.accordions .accordions-head {
  margin: 5px 0 0 !important;
  padding: 14px 26px !important;
  border: nnone !important;
}
.accordions-head {
  background: #0968b9 url("images/accrding.png") no-repeat right top !important;
}
.fa-plus,
.fa-minus {
  font-size: 0 !important;
}
.fa-plus::after {
  content: url("images/plus.png");
}
.fa-arrow-down::after {
  content: url("images/min.png");
}
ol li {
  color: #666666;
  list-style: outside none none;
}
ol {
  padding-left: 50px;
}
.box-component {
  background: #cce0f1;
  overflow: hidden;
  margin-bottom: 15px;
}
.box-component h5 hr {
  background: #0f6eb5 none repeat scroll 0 0 !important;
  border-radius: 2px;
  height: 3px;
  margin: 13px 0 0;
  text-align: left;
  width: 27px;
}
.box-component p {
  padding-right: 15px;
  line-height: 20px;
}
.box-component a {
  border: none;
}
.box-component img {
  margin: 0;
}
.box-component .box-component-left {
  width: 282px;
  float: left;
}
.box-component .box-component-right {
  float: left;
  padding: 22px 15px 24px 22px;
  width: 533px;
  color: #002255;
  font-size: 16px;
  font-family: Arial;
}
.box-component .box-component-right ul {
  padding: 15px 0 0;
}
.box-component .box-component-right ul li {
  background: rgba(0, 0, 0, 0) url("images/tir.png") no-repeat scroll left top 4px;
  float: left;
  list-style: outside none none;
  padding: 0 21px;
  margin: 0 30px 0 0;
}
.box-component .box-component-right ul li a {
  color: #0079c1;
  font-size: 16px;
  font-weight: bold;
}
.box-component .box-component-right h5 {
  background: rgba(0, 0, 0, 0) url("images/linecompo.png") no-repeat scroll left bottom;
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 28px;
  margin: 0;
  padding: 13px 0 17px;
}
.box-component .box-component-right .col-780 {
  margin-bottom: 35px;
}
table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
table .first {
  background: #0968b9 !important;
  color: #fff;
}
.first th {
  background: rgba(0, 0, 0, 0) url("images/border2.png") no-repeat scroll right top 12px;
  color: #ffffff;
  font-family: "ufonts_com_dinmedium";
  font-size: 15px;
  padding: 33px 6px 28px 24px;
  text-align: left;
  text-transform: uppercase;
}
th::after {
  content: url("images/compoline.png");
  position: relative;
  top: -6px;
}
table > tr:nth-child(2n+1) {
  background-color: #cce0f1;
}
table > thead > tr:nth-child(2n+1) {
  background-color: #cce0f1;
}
table > tbody > tr:nth-child(2n) {
  background-color: #cce0f1;
}
#oscitas-restabs-1-components-14764 li.active > a {
  background-color: #ededed !important;
}
td,
th {
  color: #002255;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}
td:not(:last-child),
th:not(:last-child) {
  border-right: 2px dotted #0968b9;
}
table tbody td {
  font-weight: normal;
}
table > thead > tr:last-child th {
  border-bottom: 2px dotted #0968b9;
}
table th:last-child,
table td:last-child {
  border-right: none;
}
table hr {
  border-radius: 2px;
  color: #ffffff;
  height: 3px;
  margin: 9px 0 0;
  width: 27px;
}
blockquote h6 {
  background-image: none;
}
blockquote p {
  padding-right: 0 !important;
}
.component_page blockquote {
  padding: 0 42px 0 18px !important;
}
.modal input.form-control {
  height: 34px;
  padding: 6px 12px!important;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  padding: 6px 8px;
  font-family: "ufonts_com_dinmedium";
  color: #999999;
  font-size: 18px;
}
.wpcf7-text,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"] {
  background: #f6f6f6 !important;
  border: none !important;
  padding: 13px 24px 14px 24px !important;
  width: 100% !important;
  color: #999999;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
}
.wpcf7-select,
select {
  border: none !important;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 24px 14px 24px !important;
  width: 100% !important;
  color: #999999;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
  background: #ededed url("images/select.png") no-repeat right top !important;
}
.wpcf7-textarea,
input[type="textarea"] {
  background: #f6f6f6 !important;
  border: none !important;
  padding: 13px 24px 14px 24px !important;
  width: 100% !important;
  color: #999999;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
  height: 150px;
}
.wpcf7-form p {
  padding-right: 0 !important;
  margin: 0 0 9px !important;
}
.news_sidbar .col-220 {
  width: 100% !important;
  float: none !important;
}
.news_sidbar .home-widgets .col-220 span {
  min-height: 110px !important;
}
.sid_component .box1 span {
  min-height: 110px !important;
}
.sid_component .col-220 {
  margin-bottom: 20px;
}
.tp-bullet-title {
  display: none;
}
.all_btn_component .btn_large,
.all_btn_component .btn_mid,
.all_btn_component .btn_sml {
  margin-right: 20px;
}
.all_btn_component {
  margin-top: 0;
  padding: 28px 0 30px;
}
.wpcf7-submit,
.searchandfilter input[type="submit"],
.nf-previous,
.nf-next,
.nf-field-element input[type="button"] {
  background: #0968b9 none repeat scroll 0 0 !important;
  color: #ffffff !important;
  font-family: "DINAlternateBold";
  font-size: 15px !important;
  padding: 17px 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border: none !important;
  width: 224px;
  border-radius: 0px!important;
}
.wpcf7-submit:hover,
.searchandfilter input[type="submit"]:hover,
.nf-previous:hover,
.nf-next:hover,
.nf-field-element input[type="button"]:hover {
  opacity: 0.8;
}
.searchandfilter ul li {
  padding-top: 0px;
  padding-bottom: 10px;
}
.searchandfilter ul li:hover {
  background-color: inherit!important;
}
.searchandfilter ul li label,
.searchandfilter ul li input {
  width: 100%!important;
}
.searchandfilter ul li input {
  border: none !important;
  padding: 14px !important;
  background-color: #ededed !important;
}
.searchandfilter ul li input.sf-datepicker {
  background: #ededed url('images/calendar-icon.png') no-repeat right 0px !important;
}
.searchandfilter ul li li {
  padding-top: 0px;
  padding-bottom: 10px;
}
.searchandfilter ul li li:last-child {
  padding-bottom: 0px;
}
.searchandfilter-date-picker {
  font-family: "ufonts_com_dinbold";
  text-transform: uppercase;
}
.searchandfilter-date-picker .ui-widget {
  background-color: #1d365c;
}
.searchandfilter-date-picker .ui-widget table tr:nth-child(2n+1) {
  background-color: #e6eff7;
}
.searchandfilter-date-picker .ui-widget table tr:nth-child(2n+1) th,
.searchandfilter-date-picker .ui-widget table tr:nth-child(2n+1) span {
  color: #021D54;
}
.searchandfilter-date-picker .ui-widget table tr:nth-child(2n+1) th {
  padding: 8px 0px;
  background-position-y: 4px;
}
.searchandfilter-date-picker .ui-widget table tr td .ui-state-default {
  color: #00b2ff;
}
.searchandfilter-date-picker .ui-widget table tr td.ui-datepicker-unselectable,
.searchandfilter-date-picker .ui-widget table tr td.ui-state-disabled {
  color: #021D54;
}
.searchandfilter-date-picker .ui-widget table tr td.ui-datepicker-unselectable span,
.searchandfilter-date-picker .ui-widget table tr td.ui-state-disabled span {
  color: #021D54;
}
.btn_flex_width {
  width: auto!important;
}
.btn_large {
  background: #0968b9 none repeat scroll 0 0;
  color: #ffffff;
  font-family: "DINAlternateBold";
  font-size: 18px;
  padding: 22px 45px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.btn_mid {
  background: #0968b9 none repeat scroll 0 0;
  color: #ffffff;
  font-family: "DINAlternateBold";
  font-size: 15px;
  padding: 17px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0!important;
}
.btn_mid:hover {
  color: #fff;
  background-color: #074d88;
  border-color: #053a66;
}
.btn,
.btn-primary,
.btn-filled,
.btn-login {
  background: #0968b9 none repeat scroll 0 0;
  color: #ffffff;
  font-family: "DINAlternateBold";
  font-size: 15px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0!important;
}
.btn:hover,
.btn-primary:hover,
.btn-filled:hover,
.btn-login:hover {
  color: #fff;
  background-color: #074d88;
  border-color: #053a66;
}
.btn-default {
  background-color: #adadad;
  bordser-color: #e6e6e6;
  color: #333;
  font-family: "DINAlternateBold";
  font-size: 15px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.modal-footer .btn_sml {
  background: #0968b9 none repeat scroll 0 0;
  color: #ffffff !important;
  font-family: "DINAlternateBold";
  font-size: 12px !important;
  padding: 10px 15px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block !important;
}
.text_link {
  background: rgba(0, 0, 0, 0) url("images/tir.png") no-repeat scroll left top 2px !important;
  border: medium none !important;
  color: #0079c1 !important;
  font-size: 16px !important;
  padding: 0 21px !important;
  text-decoration: none;
}
.text_link:hover {
  color: #002255 !important;
}
.component_page .text_link {
  margin-left: 21px;
}
.home .smt-event .text_link {
  background-image: none !important;
  font-family: "ufonts_com_dinmedium" !important;
  font-size: 15px !important;
}
.smmt_news_all .grid {
  margin: 0;
}
.smmt_news_all .col-700 {
  padding-right: 11px;
}
.smmt_news_all .col-220 img {
  height: 121px;
}
.smmt_title_com {
  padding: 20px 25px;
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
  height: 47px;
  line-height: 22px;
  margin: 2px 0 0;
  overflow: hidden;
}
.smmt_title_com a {
  color: #002255;
}
.smmt_title_com .catagory a {
  color: #4690D0;
  font-weight: bold;
}
.smmt_title_com .catagory,
.smmt_title_com .catagory a,
.smmt_title_com .time {
  text-transform: uppercase !important;
  font-size: 13px;
  font-weight: bold;
}
.smmt_news_all .widget_text {
  margin-bottom: 0;
  padding-bottom: 0;
}
.smmt_news_total {
  padding-bottom: 15px;
}
.all_footer_event {
  margin-top: 0px;
}
.news_sidbar #home_widget_1 {
  margin-top: 40px;
}
.news_sidbar .single_post_title {
  font-size: 28px !important;
}
.news_sidbar .post_title {
  margin: 0 0 23px;
}
.component_page .news_sidbar .text_link {
  margin-left: 22px !important;
}
#widgets .widget-title {
  padding-bottom: 18px;
}
#widgets .widget-title h3 {
  background: rgba(0, 0, 0, 0) url("images/linecompo.png") no-repeat scroll left bottom;
  padding: 32px 0 14px;
  font-size: 28px;
  line-height: 32px;
}
.all_site_text_widget {
  background: #ededed;
  padding: 22px;
}
.all_site_text_widget p {
  color: #002255;
  font-size: 16px;
  margin: 13px 0 29px;
}
.all_site_text_widget .btn_mid {
  padding: 17px 54px !important;
}
.all_site_text_widget h5 {
  background: rgba(0, 0, 0, 0) url("images/linecompo.png") no-repeat scroll left bottom;
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
  margin: 0;
  padding: 0px 0 17px;
}
.signup {
  background: #0968b9;
  padding: 22px 24px 0;
  margin-top: 40px;
  color: #ffffff;
}
.signup h5 {
  background: rgba(0, 0, 0, 0) url("images/line.png") no-repeat scroll left 80%;
  color: #fff;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
  margin: 0;
  padding: 0 0 40px;
  line-height: 24px;
}
.signup p {
  color: #fff;
  font-size: 17px;
  margin: 0 0 16px;
  font-family: Arial;
}
.signup .wpcf7-submit {
  background: #035ba5 !important;
  box-shadow: none !important;
  padding: 16px 0 !important;
  width: 219px !important;
}
.page-id-3395 .signup {
  margin-top: 20px !important;
}
#menu-item-104152,
#menu-item-104153,
#menu-item-104155,
#menu-item-104156 {
  height: 50px;
}
.post-entry ol li {
  list-style: decimal;
  padding-left: 5px;
}
/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  display: block;
  clear: both;
  margin: 10px 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
}
.pagination a {
  text-decoration: none;
}
.tap_box {
  background: #ededed none repeat scroll 0 0;
  float: left;
  margin: 0 20px 20px 0;
  width: 48%;
}
.tap_box .ulcasss h2 {
  padding-top: 30px !important;
  padding-left: 22px !important;
  background-position-x: 22px;
}
.tap_box ul {
  padding: 0 22px 26px !important;
}
.ulcasss li {
  list-style: none;
  background: url("images/tir.png") no-repeat left top 4px !important;
  padding: 0 20px;
}
/* !? */
/*.page-id-1434 td, .page-id-1434 th {*/
.communication td,
.communication th {
  background-image: none !important;
}
.sidberview2 {
  display: block !important;
  margin: 25px 0 44px !important;
}
#menu-vehicle-data2 {
  padding-bottom: 40px !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .one-evant ul li:first-child {
    height: 46px;
    line-height: 20px;
    padding: 37px 0 0;
  }
  #widgets ul li a {
    display: inline;
    text-decoration: none;
  }
  #menu-item-104112,
  #menu-item-104113 {
    height: 28px;
  }
}
.signup div.wpcf7-validation-errors {
  border: 2px solid #00AFC9 !important;
  color: #00AFC9 !important;
  margin: 0 !important;
  position: relative;
  top: -13px;
}
span.wpcf7-not-valid-tip {
  color: #00AFC9 !important;
}
.tap_box img {
  margin: 0 !important;
}
.wp-paginate .prev,
.wp-paginate .next {
  color: #002255 !important;
  margin-top: -4px;
  font-family: "ufonts_com_dinmedium";
  font-size: 16px !important;
}
.wp-paginate li a {
  color: #0968b9 !important;
  font-family: "ufonts_com_dinmedium";
  font-size: 16px !important;
}
.wp-paginate span.current {
  color: #002255 !important;
  padding: 0 0 0 9px !important;
  font-family: "ufonts_com_dinmedium";
  font-size: 16px !important;
}
.wp-paginate a.page {
  border-bottom: 1px solid !important;
  margin: 0 0 0 10px;
  padding: 0 !important;
}
.margin0 {
  margin-right: 0;
}
.paddingtop0 {
  padding-top: 0 !important;
}
#menu-item-104114,
#menu-item-104115,
#menu-item-104116,
#menu-item-104117 {
  height: 56px;
}
.useful_link .textwidget {
  padding: 22px 20px;
}
.useful_link .widget_text a {
  border-bottom: 2px solid;
  font-weight: bold;
}
.useful_link .widget_text {
  background: #F3F3F3;
  color: #002255;
  font-size: 16px;
  font-family: Arial;
}
.useful_link #text-21 {
  background: #f9f9f9 !important;
}
.communication td img {
  margin: 0 !important;
}
.communication td:first-child {
  padding: 0 4px 0 0 !important;
  width: 34%;
}
.communication td {
  vertical-align: top;
}
.margin-left0 {
  margin-left: 0 !important;
}
.communication td h3 {
  font-size: 28px !important;
  font-weight: normal;
  padding: 15px 0 0 !important;
}
.communication td p {
  margin-top: 3px !important;
}
.communication td p + p {
  margin-top: 30px !important;
}
.communication tr td .text_link {
  margin-left: 43px;
}
.communication tr td strong {
  background: rgba(0, 0, 0, 0) url("images/linecompo.png") no-repeat scroll left bottom;
  color: #002255;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 15px;
}
/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
  font-size: 12px;
}
/* =Comments
-------------------------------------------------------------- */
#commentform {
  margin: 0;
}
table.plain th,
table.plain td,
table.plain tr {
  background-color: transparent;
  background: none;
}
table.plain td,
table.plain th {
  border: 1px solid #666;
}
.commentlist {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist li {
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.commentlist li cite {
  color: #111;
  font-size: 1.1em;
  font-weight: 400;
  font-style: normal;
}
.commentlist li.alt {
  background: #f9f9f9;
}
.commentlist .children {
  margin-left: 10px;
  padding: 10px;
  list-style: none;
}
.commentlist .avatar {
  float: left;
  margin-right: 10px;
  padding: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0 !important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0 !important;
}
.page-id-104002 .nav-tabs {
  padding-bottom: 0 !important;
}
.comment-author .says {
  color: #999;
}
.comment-body .comment-meta {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #999;
  text-align: left;
}
.comment-body .comment-meta a {
  font-size: 11px;
}
.comment-body {
  clear: both;
  padding: 10px;
}
.comment-body p {
  clear: both;
}
.pingback,
.trackback {
  margin: 20px 0;
  list-style: none;
}
.pingback cite,
.trackback cite {
  font-style: normal;
}
#pings,
#comments {
  text-align: left;
}
#respond {
  clear: both;
  margin-top: 15px;
}
#respond label {
  display: inline;
}
.reply {
  margin: 10px 0;
}
.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  display: block;
  width: 100%;
}
.nocomments {
  color: #999;
  font-size: 0.9em;
  text-align: center;
}
/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
  max-width: 600px;
}
.gallery-columns-2 .gallery-item {
  max-width: 300px;
}
.gallery-columns-3 .gallery-item {
  max-width: 200px;
}
.gallery-columns-4 .gallery-item {
  max-width: 150px;
}
.gallery-columns-5 .gallery-item {
  max-width: 120px;
}
.gallery-columns-6 .gallery-item {
  max-width: 100px;
}
.gallery-columns-7 .gallery-item {
  max-width: 85px;
}
.gallery-columns-8 .gallery-item {
  max-width: 75px;
}
.gallery-columns-9 .gallery-item {
  max-width: 66px;
}
/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
  max-width: 900px;
}
.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
  max-width: 450px;
}
.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
  max-width: 300px;
}
.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
  max-width: 225px;
}
.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
  max-width: 180px;
}
.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
  max-width: 150px;
}
.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
  max-width: 125px;
}
.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
  max-width: 112.5px;
}
.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
  max-width: 100px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  border: 1px solid #f0f0f0;
  background: #f9f9f9;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5em;
}
img.wp-smiley {
  vertical-align: middle;
}
/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  max-width: 155px;
  margin-top: 0;
  text-align: center;
}
.gallery img {
  border: 1px solid #ddd;
}
.gallery .gallery-caption {
  margin: 0 0 12px;
  font-size: 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
.attachment-gallery img {
  display: block;
  width: auto;
  max-width: 96%;
  height: auto;
  margin: 15px auto;
  padding: 5px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}
/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  width: auto;
  margin: 0px auto;
}
/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /*line-height: 20px;*/
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
#content .submit {
  display: inline-block;
  background: #0968b9 none repeat scroll 0 0 !important;
  border: medium none !important;
  color: #ffffff !important;
  font-family: "DINAlternateBold";
  font-size: 15px !important;
  padding: 17px 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: 224px !important;
}
#respond input {
  background: #f6f6f6 none repeat scroll 0 0 !important;
  border: medium none !important;
  color: #999999;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
  padding: 13px 24px !important;
  width: 100% !important;
}
#respond textarea {
  background: #f6f6f6 none repeat scroll 0 0 !important;
  border: medium none !important;
  color: #999999;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
  height: 150px;
  padding: 18px 24px !important;
  width: 100% !important;
}
#respond .submit:hover {
  opacity: 0.8;
}
a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
}
a.button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
  background-color: #f9f9f9;
}
/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
  text-align: center;
}
.call-to-action a.button {
  padding: 15px 35px;
  font-size: 24px;
}
.call-to-action a.button:hover {
  text-decoration: none;
}
.ie7 .call-to-action a.button {
  padding: 11px 35px 19px 35px;
}
/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
  padding: 3px 6px;
  font-size: 10px;
}
.medium a.button {
  padding: 8px 16px;
  font-size: 16px;
}
.large a.button {
  padding: 10px 35px;
  font-size: 18px;
}
.xlarge a.button {
  padding: 12px 55px;
  font-size: 24px;
}
/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
  border: 1px solid #115290;
  color: #fff;
  background-color: #1874cd;
  /* Dodger Blue */
}
a.blue:hover {
  border: 1px solid #115290;
  color: #fff;
  background-color: #7db7f0;
}
a.red {
  border: 1px solid #890000;
  color: #fff;
  background-color: #cd0000;
  /* Red 4 */
}
a.red:hover {
  border: 1px solid #890000;
  color: #fff;
  background-color: #ff5656;
}
a.orange {
  border: 1px solid #bb5d00;
  color: #fff;
  background-color: #ff7f00;
  /* Dark Orange 1 */
}
a.orange:hover {
  border: 1px solid #bb5d00;
  color: #fff;
  background-color: #ffc388;
}
a.yellow {
  border: 1px solid #bb9e00;
  color: #161300;
  background-color: #ecca06;
  /* Yellow Gold */
}
a.yellow:hover {
  border: 1px solid #bb9e00;
  color: #161300;
  background-color: #fffadd;
}
a.green {
  border: 1px solid #1d5837;
  color: #fff;
  background-color: #2e8b57;
  /* Sea Green 4 */
}
a.green:hover {
  border: 1px solid #1d5837;
  color: #fff;
  background-color: #71d09b;
}
a.olive {
  border: 1px solid #626862;
  color: #fff;
  background-color: #838b83;
  /* Honey Dew 4 */
}
a.olive:hover {
  border: 1px solid #626862;
  color: #fff;
  background-color: #c9cdc9;
}
a.purple {
  border: 1px solid #3f305e;
  color: #fff;
  background-color: #5d478b;
  /* Medium Purple 4 */
}
a.purple:hover {
  border: 1px solid #3f305e;
  color: #fff;
  background-color: #a492c8;
}
a.pink {
  border: 1px solid #8e0b52;
  color: #fff;
  background-color: #cd1076;
  /* Deep Pink 3 */
}
a.pink:hover {
  border: 1px solid #8e0b52;
  color: #fff;
  background-color: #f471b8;
}
a.brick {
  border: 1px solid #791717;
  color: #fff;
  background-color: #b22222;
  /* Fire Brick */
}
a.brick:hover {
  border: 1px solid #791717;
  color: #fff;
  background-color: #e57777;
}
a.gold {
  border: 1px solid #6b4e06;
  color: #fff;
  background-color: #8b6508;
  /* Dark Golden Rod 4 */
}
a.gold:hover {
  border: 1px solid #6b4e06;
  color: #fff;
  background-color: #f3b828;
}
a.brown {
  border: 1px solid #4f270b;
  color: #fff;
  background-color: #8b4513;
  /* Saddle Brown */
}
a.brown:hover {
  border: 1px solid #4f270b;
  color: #fff;
  background-color: #8b4513;
}
a.silver {
  border: 1px solid #9e9e9e;
  color: #444;
  background-color: #c0c0c0;
  /* Silver */
}
a.silver:hover {
  border: 1px solid #9e9e9e;
  color: #444;
  background-color: #fff;
}
a.gray {
  border: 1px solid #474747;
  color: #fff;
  background-color: #696969;
  /* Dim Gray */
}
a.gray:hover {
  border: 1px solid #474747;
  color: #fff;
  background-color: #adadad;
}
a.black {
  border: 1px solid #000;
  color: #fff;
  background-color: #080808;
  /* Black */
}
a.black:hover {
  border: 1px solid #000;
  color: #fff;
  background-color: #4c4c4c;
}
/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
  display: block;
  margin: 20px 0;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
.alert {
  border: 1px solid #dc7070;
  color: #212121;
  background-color: #faebeb;
}
.address {
  border: 1px solid #cdc9a5;
  color: #212121;
  background-color: #f6f5ef;
}
.notice {
  border: 1px solid #e3cf57;
  color: #212121;
  background-color: #fbf9e9;
}
.success {
  border: 1px solid #a2bc13;
  color: #212121;
  background-color: #f9fde8;
}
.download {
  border: 1px solid #ff9912;
  color: #212121;
  background-color: #fff4e5;
}
.information {
  border: 1px solid #6ca6cd;
  color: #212121;
  background-color: #eef3f6;
}
.required {
  color: #d5243f;
}
/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
  padding: 40px 0 0 0;
}
#breadcrumb a {
  color: #06c;
  font-size: 12px;
  font-weight: 400;
}
#breadcrumb a:hover {
  color: #444;
  text-decoration: none;
}
#content-woocommerce {
  margin-top: 40px;
  margin-bottom: 20px;
}
.products ul,
ul.products {
  margin-top: 40px;
}
.cart-collaterals .shipping_calculator {
  width: 100%;
}
table.shop_table {
  table-layout: fixed;
  word-break: break-all;
  hyphens: auto;
}
@media screen and (max-width: 767px) {
  table.shop_table {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  table.shop_table {
    font-size: 8px;
  }
}
table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
  cursor: text;
}
/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
  float: right;
  text-align: left;
}
.rtl .icl_languages_selector {
  float: left;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .icl_languages_selector,
  .rtl .icl_languages_selector {
    float: none;
  }
}
/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
  display: inline;
  list-style-type: none;
}
/* =Footer
-------------------------------------------------------------- */
#footer,
#lower-footer {
  font-size: 11px;
  line-height: 1.5em;
  color: #fff;
}
#footer a,
#lower-footer a {
  color: #fff;
  font-weight: 400;
}
#footer a:hover,
#footer .current-menu-item a,
#lower-footer a:hover,
#lower-footer .current-menu-item a {
  color: #1074CB;
}
#footer-wrapper .grid.col-940 {
  margin: 0;
}
.scroll-top {
  text-align: center;
}
.powered {
  text-align: right;
}
#footer_widget .col-300:nth-child(3n+3) {
  margin-right: 0;
}
#footer .widget-title h3,
#lower-footer .widget-title h3 {
  margin-bottom: 10px;
}
#footer ul.menu-widget li,
#lower-footer ul.menu-widget li {
  padding: 0 !important;
  margin: 0 !important;
}
#footer ul.menu-widget li a,
#lower-footer ul.menu-widget li a {
  background: none;
  padding: 0 !important;
}
/* =Social Icons
-------------------------------------------------------------- */
#lower-footer .social-icons {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: right;
  list-style: none;
}
#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px;
}
/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left;
}
.center {
  text-align: center;
}
/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.container:after,
.container:before,
.widget-wrapper:after,
.widget-wrapper:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.container:after,
.container:before,
.container-fluid:after,
.container-fluid:before,
.row:after,
.row:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-header:after,
.modal-header:before,
.modal-footer:after,
.modal-footer:before {
  display: table;
  content: " ";
}
.clearfix:after,
#container:after,
.container:after,
.widget-wrapper:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.clear {
  clear: both;
}
/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
bdo[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
bdo[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}
[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.squaredTwo::before {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  background: #f6f6f6;
}
.squaredTwo input {
  left: 0;
  position: relative;
  top: 6px;
}
.squaredTwo .wpcf7-list-item-label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 10px;
  border: 3px solid #0968b9;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredTwo .wpcf7-list-item-label:hover::after {
  opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
  opacity: 0;
}
.squaredTwo input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-list-item-label {
  margin-left: 20px;
  color: #999;
  font-size: 15px;
  font-family: "ufonts_com_dinmedium";
}
/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
}
.recent-posts-extended .rpwe-li {
  list-style: none;
  background-image: none;
  background-color: #ededed;
  padding: 12px 22px 22px;
}
.recent-posts-extended .rpwe-time {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.recent-posts-extended h3.rpwe-title {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px !important;
  font-weight: normal;
  line-height: 22px;
  margin: 2px 0 0;
  overflow: hidden;
}
#exhibitor-list,
#member-list {
  margin-bottom: 20px;
}
#exhibitor-list .row,
#member-list .row {
  margin-left: 0px;
  margin-right: 0px;
}
#exhibitor-list article h2,
#member-list article h2 {
  margin-bottom: 0px;
  background: none;
  padding: 10px 0 14px!important;
}
#exhibitor-list ul.paginate,
#member-list ul.paginate {
  display: block;
  padding-left: 0px;
}
#exhibitor-list ul.paginate li,
#member-list ul.paginate li {
  list-style: none;
  padding: 5px 8px;
  border-radius: 5px;
  color: #FFF;
  background: #0d2255;
  display: inline-block;
  margin: 5px 7px 5px 0;
}
#exhibitor-list ul.paginate li a,
#member-list ul.paginate li a {
  color: #fff;
}
#exhibitor-list ul.paginate li.current,
#exhibitor-list ul.paginate li.current-cat,
#exhibitor-list ul.paginate li:hover,
#member-list ul.paginate li.current,
#member-list ul.paginate li.current-cat,
#member-list ul.paginate li:hover {
  background: #173d97;
}
.two-col-list ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.well-excerpt {
  height: 200px;
  overflow: hidden;
}
.well-excerpt .thumbnail-left {
  float: left;
  margin: -7px 10px 0 -14px;
}
.white-background {
  background-color: #ffffff;
}
.white-background ul.tab-content {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .about-row.top-height {
    min-height: 292px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1201px) {
  .about-row.top-height {
    min-height: 334px;
  }
}
@media screen and (min-width: 992px) {
  .about-row.bottom-height {
    min-height: 284px;
  }
}
.watch-smmt {
  margin-bottom: 40px;
}
#header {
  background-color: #fff;
}
#header .logo,
#header .logo-alt {
  margin: 10px 0;
  z-index: 110;
}
#header .logo {
  display: none;
}
#header .logo-alt {
  display: block;
}
#header .total-menu {
  background: url("images/menubg.png") no-repeat right top;
  position: relative;
  z-index: 100;
}
#header .total-menu .search-box {
  float: right;
}
#header .total-menu .search-box .searchform .submit {
  left: auto;
}
#header .total-menu .search-box .searchform input.field {
  height: 48px;
}
#header .total-menu .top-menu {
  float: right;
  margin: 10px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#header .total-menu .top-menu li {
  list-style: none;
  display: inline;
  background-image: none;
}
#header .total-menu .top-menu li a {
  color: #0079c1;
  font-family: "ufonts_com_dinbold";
  font-size: 14px;
  padding: 13px 23px;
  text-transform: uppercase;
}
#header .total-menu .top-menu li a:hover {
  color: #00b2ff;
}
#header .total-menu #menu-main-menu > li > a {
  padding: 13px 15px;
}
#header .total-menu #menu-main-menu > li:hover {
  background-color: #E6EFF8;
}
#header .total-menu #menu-main-menu .sub-menu a {
  font-size: 14px;
}
.slider {
  margin-top: 50px;
  margin-bottom: 30px;
}
.slider .slider-text {
  font-family: 'ufonts_com_dinregular' !important;
}
.slider .tp-bullets {
  display: none;
}
.banner {
  margin-top: 96px;
}
body.admin-bar #header {
  margin-top: 32px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #header .logo,
  #header .logo-alt {
    margin: 17px 0;
  }
  body.home .slider .tp-bullets {
    display: block;
    top: 85% !important;
    left: 12% !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.home #header {
    background-color: transparent;
  }
  body.home #header .logo {
    display: block;
  }
  body.home #header .logo-alt {
    display: none;
  }
  body.home #header .total-menu {
    height: 96px;
  }
  body.home .bg {
    background: #ffffff none repeat scroll 0 0;
    height: 96px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    z-index: 10;
  }
  body.home .slider {
    margin-top: 0;
  }
  body.home .slider .tp-bullets {
    top: 100% !important;
    left: 50% !important;
  }
}
@media screen and (max-width: 1560px) {
  #menu-main-menu > li > .sub-menu {
    right: inherit;
    left: 0;
  }
  #menu-main-menu > li:nth-child(5) .sub-menu,
  #menu-main-menu > li:nth-child(6) .sub-menu {
    right: 0;
    left: inherit;
  }
}
.osc-res-tab {
  background-color: #fff;
}
.osc-res-tab:before,
.osc-res-tab:after {
  content: " ";
  display: table;
}
.osc-res-tab:after {
  clear: both;
}
.osc-res-tab:before,
.osc-res-tab:after {
  content: " ";
  display: table;
}
.osc-res-tab:after {
  clear: both;
}
.osc-res-tab .nav-tabs {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.osc-res-tab .nav-tabs:before,
.osc-res-tab .nav-tabs:after {
  content: " ";
  display: table;
}
.osc-res-tab .nav-tabs:after {
  clear: both;
}
.osc-res-tab .nav-tabs:before,
.osc-res-tab .nav-tabs:after {
  content: " ";
  display: table;
}
.osc-res-tab .nav-tabs:after {
  clear: both;
}
.osc-res-tab .nav-tabs > li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.osc-res-tab .nav-tabs > li > a {
  background-color: #0968b9;
  border-top: 4px solid #0968b9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  margin: 0 4px 0 0;
  padding: 16px 32px;
  display: block;
  position: relative;
}
.osc-res-tab .nav-tabs > li.active > a,
.osc-res-tab .nav-tabs > li.active > a:hover,
.osc-res-tab .nav-tabs > li.active > a:focus,
.osc-res-tab .nav-tabs > li > a:hover,
.osc-res-tab .nav-tabs > li > a:focus {
  background-color: #ededed;
  color: #002255;
}
.osc-res-tab .tab-content {
  background-color: #ededed;
  margin: 0;
  padding: 10px;
}
.osc-res-tab .tab-content > li {
  list-style: none;
  background-image: none;
  padding-left: 0;
  margin-bottom: 0;
  display: none;
}
.osc-res-tab .tab-content > li.active {
  display: block;
}
.osc-res-tab .tab-content .tap_box .ulcasss {
  min-height: 220px;
}
.alt-blocks > p {
  background-color: #F3F3F3;
  padding: 20px;
  margin: 0;
}
.alt-blocks > p:nth-child(odd) {
  background-color: #F9F9F9;
}
#widgets .menu-about-us-container,
#widgets .widget_sub_categories {
  background: url("images/dotli.png") repeat-x bottom !important;
}
#widgets ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#widgets ul.menu-widget {
  background: url("images/dotli.png") repeat-x bottom !important;
}
#widgets ul li {
  background-image: none;
}
#widgets ul li:hover {
  background-color: #e6eff7;
}
#widgets ul li.menu-item,
#widgets ul li.cat-item {
  padding: 0px !important;
  text-transform: uppercase;
}
#widgets ul li.menu-item a,
#widgets ul li.cat-item a {
  display: block;
  padding: 8px 5px!important;
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 15px;
  background: url("images/dotli.png") repeat-x top !important;
}
#widgets ul li.current-menu-item,
#widgets ul li.current-menu-parent,
#widgets ul li.current-menu-ancestor,
#widgets ul li.current-cat,
#widgets ul li.current-cat-parent,
#widgets ul li.current-cat-ancestor {
  background-color: #e6eff7;
}
#widgets ul li ul.sub-menu,
#widgets ul li ul.children {
  background: #ffffff;
}
#widgets ul li ul.sub-menu > li,
#widgets ul li ul.children > li {
  margin-left: 10px;
  border-top: none;
  text-transform: none;
  background-size: 15px 12px;
}
#widgets ul li ul.sub-menu > li a,
#widgets ul li ul.children > li a {
  background: transparent url("images/menutir.png") no-repeat scroll left 5px top 13px !important;
  padding-left: 25px !important;
}
#widgets ul li ul.sub-menu > li:hover,
#widgets ul li ul.children > li:hover {
  background-color: #e6eff7;
}
#widgets ul li ul.sub-menu > li:last-child,
#widgets ul li ul.children > li:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}
ul.menu-widget li a,
.widget_sub_categories > ul li a {
  background: transparent url("images/menutir.png") no-repeat scroll left top 2px;
  padding: 0 0 7px 22px !important;
  font-weight: bold !important;
}
ul.menu-widget li ul,
.widget_sub_categories > ul li ul {
  padding: 0 0 0 20px !important;
}
.home-widgets {
  margin-bottom: 10px;
}
.home-widgets .widget-wrapper {
  background: #002255;
  transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
  padding: 25px 20px;
  margin-bottom: 10px;
}
.home-widgets .widget-wrapper:hover {
  background: #eaebeb;
}
.home-widgets .widget-wrapper:hover h3 {
  color: #002255;
}
.home-widgets .widget-wrapper:hover hr {
  background: #002255;
}
.home-widgets .widget-wrapper span {
  text-align: center;
  display: block;
  min-height: 118px;
}
.home-about {
  background-color: #CCE0F1;
}
.home-about .row {
  background-color: #CCE0F1;
}
.home-about img {
  width: 100%;
}
.home-about .inner {
  padding: 20px 20px 0 20px;
}
.home-about h4 {
  color: #0968b9;
  font-family: "ufonts_com_dinmedium";
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.home-about h3 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 26px;
  margin: 0;
  padding: 0 0 7px;
}
.home-about hr {
  margin: 8px 0 20px !important;
}
.home-about li {
  background: rgba(0, 0, 0, 0) url("images/tir.png") no-repeat scroll left top 3px;
  padding: 0 7px 4px 20px;
}
.home-about ul {
  padding-left: 0px;
  padding-top: 0px;
}
.news_sidebar .widget-title h3,
.news_sidebar .widget-title-home h3 {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
}
#event .title {
  font-size: 16\px;
  font-family: "ufonts_com_dinmedium";
  font-weight: bold;
}
#event .title a {
  color: #002255;
}
#event .post_title {
  margin: 10px 0 8px;
}
#event .events {
  margin: 0;
  padding: 0;
}
#event .events li {
  background-image: none;
  padding: 0;
  margin: 0 0 15px 0;
}
#event .events li .well-event {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #EDEDED;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  padding: 14px;
  overflow: hidden;
  background-color: #fff;
  height: 120px;
  padding: 9px;
  border: none;
}
#event .events li .well-event blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#event .events li .well-event .thumbnail-right {
  float: right !important;
  float: right;
  margin: -14px -14px 30px 10px;
}
#event .events li .well-event h4 {
  color: #002255;
  font-family: "ufonts_com_dinmedium";
  font-size: 18px;
  line-height: 22px;
  margin: 2px 0 0;
  font-weight: bold;
}
#event .events li .well-event .date {
  width: 120px;
  height: 120px;
  background-color: #1074CB;
  margin: -9px 9px -9px -9px;
  font-size: 55px;
  color: #fff;
  float: left;
  text-align: center;
  padding-top: 33px;
  line-height: 33px;
}
#event .events li .well-event .date span {
  display: block;
  font-size: 24px;
}
#event .events li .well-event .categories {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "ufonts_com_dinmedium";
}
#event .events li .well-event .categories a {
  font-weight: bold;
}
#event .services {
  margin: 0;
  padding: 0;
}
#event .services li {
  background-image: none;
  padding: 0;
  margin: 0 0 15px 0;
}
#event .services .pull-left img {
  margin-right: 9px;
}
#event .services .title {
  padding-top: 38px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #event .title {
    font-size: 19px;
    margin-top: 10px;
  }
  #event .events li .well-event .date {
    margin: -9px 24px -9px -9px;
  }
  #event .services .pull-left img {
    margin-right: 40px;
  }
}
.widget_twitter .entry-meta {
  display: block;
}
.widget_twitter ul,
.widget_twitter li,
.widget_twitter a {
  color: #00b2ff !important;
}
.widget_twitter a {
  font-weight: bold;
  text-decoration: underline;
}
/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
.logo2_images_mobile {
  display: none;
}
.main-nav .menu li li a {
  background: url("images/dotli.png") repeat-x bottom !important;
}
.main-nav .menu li li:hover a {
  background-image: none !important;
}
.main-nav ul li ul li:nth-child(odd) {
  background: #E6EFF8;
}
.click-menu-image,
#click-menu img.click-menu-image {
  position: relative;
  top: 23px !important;
  width: 60px !important;
}
#responsive-menu li {
  border-bottom: 2px dotted #1071cf;
}
#responsive-menu-button {
  position: fixed!important;
}
#responsive-menu-container #responsive-menu-wrapper a {
  color: #002255 !important;
  font-family: 'ufonts_com_dinbold';
  font-weight: 500;
  font-size: 20px !important;
}
#responsive-menu-container #responsive-menu-wrapper a:hover {
  font-weight: 700 !important;
}
#responsive-menu-container #responsive-menu-wrapper .responsive-menu-submenu li a {
  font-family: 'ufonts_com_dinmedium';
}
#responsive-menu-container ul li {
  border-bottom: 3px dotted #1071cf;
  background-image: none;
}
#responsive-menu-container ul li:last-child {
  border-bottom: none;
}
#responsive-menu-container ul li ul li {
  border-bottom: none;
  border-top: 3px dotted #1071cf;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
  width: 40px !important;
  background: none !important;
  line-height: 55px !important;
  height: auto !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
  background: none !important;
}
#responsive-menu-container li a {
  border: none !important;
}
#responsive-menu-container ul.responsive-menu-submenu {
  padding: 0px;
}
#responsive-menu-container #responsive-menu li {
  padding: 0 15px !important;
}
#responsive-menu-container #responsive-menu li li {
  padding: 0px !important;
}
#responsive-menu-container #responsive-menu,
#responsive-menu-container #responsive-menu li {
  width: 100% !important;
}
#responsive-menu-container {
  background: none !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item li.responsive-menu-item a {
  background: url("images/inactive-left.png") no-repeat left !important;
  padding-left: 30px !important;
  margin-left: 15px !important;
}
#responsive-menu-container #responsive-menu li a {
  padding: 20px 8px !important;
  text-transform: uppercase;
}
#responsive-menu li:nth-child(even),
#responsive-menu-container #responsive-menu li:nth-child(even) .appendLink {
  background: #E6EFF8 !important;
}
#responsive-menu-container ul#responsive-menu li ul li {
  background: none !important;
}
#responsive-menu-container .responsive-menu-search-box {
  background: #0A69B9 url("images/icon.jpg") no-repeat left center !important;
  border: none !important;
  color: #fff !important;
  font-size: 22px;
  padding-left: 55px !important;
}
#responsive-menu-container #responsive-menu-search-form li a:hover {
  background: none !important;
}
#responsive-menu-container #responsive-menu-search-form {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
#responsive-menu-container {
  box-shadow: 0 0 0 !important;
}
#responsive-menu-container form {
  margin: 0px;
}
#responsive-menu-container #responsive-menu-search-box {
  background: url("images/search-img.jpg") repeat-x;
}
#responsive-menu-container #responsive-menu-search-box input {
  color: #fff;
}
#responsive-menu-container #responsive-menu-search-box input::-webkit-input-placeholder {
  color: #fff;
}
#responsive-menu-container #responsive-menu-search-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#responsive-menu-container #responsive-menu-search-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#responsive-menu-container #responsive-menu-search-box input:-ms-input-placeholder {
  color: #fff;
}
@media screen and (max-width: 1145px) {
  #container,
  .container {
    padding: 0 10px !important;
  }
  .footer1 {
    left: 10px;
    position: relative;
  }
  .copyright .textwidget {
    padding: 33px 28px 0 30px;
  }
  .left-text {
    width: 48.9362%;
    padding: 13px 0;
  }
  .right-left {
    width: 49%;
  }
  .right-img {
    float: right;
  }
}
@media screen and (max-width: 1130px) {
}
@media screen and (max-width: 1030px) {
  .menu a {
    padding: 0 13px;
  }
  .box1 .four-btn,
  .one-evant {
    width: 100%;
  }
  .right-left {
    width: 48%;
  }
  .one-evant ul li {
    width: 54%;
  }
  .one-evant ul li:first-child {
    width: 31%;
  }
  .smt-service {
    padding-left: 0px !important;
  }
  #content-archive {
    width: 100%;
    margin-right: 0px;
  }
  .archive_post li:first-child img {
    width: 100%;
  }
  .archive_post li:first-child .right-img {
    width: 70%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1050px) {
  .about-left .box-left-text {
    padding: 15px 20px 0;
  }
  .about-left p {
    font-size: 13px;
    line-height: 17px;
  }
  .about-left .post_title {
    margin: 5px 0 10px;
  }
  .right-right {
    padding: 13% 20px 0;
  }
  .smt-event {
    width: 46%;
    margin-right: 35px;
  }
}
@media screen and (max-width: 992px) {
  #content-full {
    margin-top: 20px;
  }
  .news_sidbar {
    width: 100%;
    margin-top: 0 !important;
  }
  .news_sidbar h2 {
    padding-top: 0 !important;
  }
  .total-menu,
  .footer2,
  .footer3,
  .footer4,
  .footer1 .widget_twitter {
    display: none;
  }
  .home-widgets .col-220,
  .news_sidbar .home-widgets .col-220 {
    width: 48.6% !important;
  }
  .news_sidbar .home-widgets .col-220 {
    float: left !important;
  }
  .news_sidbar #home_widget_2 {
    margin-top: 40px;
  }
  .smmt-post {
    margin: 0;
    width: 98%;
  }
  .left-text {
    padding: 13px 0;
    width: 67%;
  }
  .right {
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .smmt-post2 .thum img {
    width: 100%;
  }
  .bg {
    background: rgba(0, 0, 0, 0) url("images/menubg.png") no-repeat scroll left center;
    width: 72%;
  }
  .logo-out {
    float: left;
    margin-left: 20px;
    width: 170px;
  }
  .about-left,
  .about-right,
  .about-left img,
  .about-right img {
    width: 100%;
  }
  .right-left {
    width: 50%;
  }
  .right-right {
    float: left;
    padding: 17% 28px 0;
    width: 43%;
  }
  .industry li {
    width: 50%;
    margin-right: 0px;
    padding-left: 0px;
  }
  .industry li:first-child {
    margin-top: 0px;
  }
  .industry li img {
    margin-right: 0px;
  }
  .industry li:last-child {
    float: none;
  }
  .industry.industry_topis_pag li {
    width: 50%;
    margin-right: 0%;
  }
  .smt-event .one-evant {
    width: 100%;
  }
  .smt-service .one-evant {
    width: 50%;
  }
  .smt-event,
  .smt-service {
    float: left;
    width: 100%;
  }
  .footer-full {
    padding-top: 20px;
  }
  .copyright .textwidget {
    padding: 33px 10px 0;
  }
  .footer1 {
    width: 50%;
  }
  .catagory_images,
  .banner {
    margin-top: 80px;
  }
  #content {
    width: 100%;
  }
  .single_sidbar_right {
    width: 100%;
  }
  #responsive-menu ul li {
    background: none;
  }
  #header .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 890px) {
  .right-right {
    width: 42%;
  }
  #home_widget_2 {
    margin-right: 0px !important;
  }
  .copyright_right_sosal_icon {
    display: block;
    margin-top: -159px;
    text-align: right;
  }
  #footer #text-17 a {
    display: none;
  }
  .copyright {
    height: 110px;
    text-align: center;
  }
  .copyright .textwidget {
    padding-top: 35px!important;
  }
  .copyright .social-icons {
    text-align: center !important;
    margin-top: 10px;
  }
  .copyright span {
    margin-right: 0px;
  }
  .copyright .copyright-text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 780px) {
  .industry_topis_pag li {
    width: 20.3%;
  }
  .component_page p {
    padding: 0 0px 0 0;
  }
  .component_page h6 {
    padding: 0 0 20px;
  }
  .component_page blockquote {
    padding: 0 18px !important;
  }
  .component_page iframe {
    width: 98% !important;
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    height: 94px!important;
  }
  .copyright .textwidget > div {
    margin-bottom: 10px;
  }
  .copyright .copyright-right {
    text-align: center;
  }
  .copyright .widget-wrapper {
    background: #021f4b none repeat scroll 0 0;
  }
  .news_sidbar .home-widgets .col-220 {
    width: 47.5% !important;
  }
  .homepage-news .thumbnail-right,
  #content-archive .thumbnail-right,
  .homepage-news .thumbnail-left,
  #content-archive .thumbnail-left {
    display: none;
  }
  .well-headline {
    display: none;
  }
  .well-headline .thumbnail-full {
    margin-bottom: 14px;
  }
  .footer1 {
    width: 100% !important;
    left: 0 !important;
  }
  .responsive-menu-button.is-active {
    position: fixed;
  }
  .menu a {
    padding: 10px 13px;
  }
  #lower-footer {
    background-color: #0d2255;
  }
}
@media screen and (max-width: 700px) {
  .fa-twitter {
    position: relative;
    right: 0;
    top: 0;
  }
  .communication,
  .communication tr,
  .communication td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .communication td:first-child {
    padding: 0 4px 0 0 !important;
    width: 100%;
  }
  .home-widgets .col-220 {
    width: 47.5% !important;
  }
  .left-text {
    width: 59%;
  }
  .right-left {
    width: 49%;
  }
  .right-right {
    width: 41%;
  }
  .logo-out {
    margin-left: 10px;
  }
  .osc-res-nav li a {
    padding: 16px 14px !important;
  }
  .industry_topis_pag li {
    width: 19.3%;
  }
  .copyright .widget-wrapper .textwidget {
    padding-top: 20px!important;
  }
}
@media screen and (max-width: 599px) {
  .logo_home,
  logo_home img {
    display: none;
  }
  .logo2_images {
    display: none;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  .component_page .table-section th,
  .component_page .table-section td {
    padding: 9px;
    font-size: 11px;
  }
  .component_page .first th {
    font-size: 11px;
    padding: 20px 3px 16px 16px;
  }
  .home-widgets .col-220,
  .news_sidbar .home-widgets .col-220 {
    width: 48% !important;
  }
  .logo2_images_mobile {
    display: block;
  }
  .rev-btn {
    padding: 5px 30px !important;
    left: 20px;
  }
  .smmt-post .right-img {
    display: none;
  }
  .smmt-post .left-text {
    width: 98%;
  }
  .industry_topis_pag li {
    width: 19.3%;
  }
  .right-right {
    float: left;
    padding: 8% 28px 7%;
    width: 91%;
  }
  .right-left {
    width: 100%;
  }
  .news_sidbar .home-widgets .col-220 {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .smmt_news_all .col-700 {
    padding-bottom: 15px;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .smmt_news_all .grid {
    padding-bottom: 23px;
    width: 100%;
  }
  .one-evant {
    height: auto;
  }
  .one-evant ul li:last-child span {
    font-size: 10px;
  }
  ul,
  ol {
    margin: 0;
    padding: 1px 0 16px 32px;
  }
  ul li {
    font-size: 14px;
  }
  b,
  strong {
    font-size: 14px;
  }
  h2 {
    padding: 8px 0 20px !important;
  }
  .news_sidbar #home_widget_2 {
    margin-top: 0;
  }
  #content {
    margin-bottom: 0;
  }
  .copyright .textwidget {
    padding: 30px 28px 0;
  }
}
@media screen and (max-width: 490px) {
  .news_sidbar .home-widgets .col-220 {
    width: 100% !important;
  }
  .all_btn_component a {
    margin-right: 80px !important;
  }
  .home-widgets .col-220,
  .news_sidbar .home-widgets .col-220 {
    width: 100% !important;
  }
  .industry_topis_pag li {
    width: 17.3%;
  }
  .osc-res-nav li a {
    font-size: 14px;
    padding: 13px 7px !important;
  }
  .active .tap_box {
    float: none;
    margin: 0 auto 19px;
    width: 86%;
  }
  .industry_topis_pag li {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .industry li {
    width: 100%;
  }
  .industry.industry_topis_pag li {
    width: 100%;
  }
  .smt-event .widget-wrapper {
    padding: 0px;
  }
  .component_page .first th {
    font-size: 9px;
    padding: 4px;
  }
  .component_page .table-section td {
    font-size: 9px;
    padding: 3px;
  }
  .component_page .osc-res-tab .nav > li {
    display: block;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
  }
  .one-evant ul li:last-child a {
    font-size: 15px;
  }
  .one-evant ul li {
    width: 50%;
  }
  .footer1 {
    padding-left: 7px;
  }
  .copyright .textwidget {
    padding: 27px 10px 0;
  }
}
.chosen-container-multi .chosen-choices,
#widgets .chosen-container-multi .chosen-choices {
  border-radius: 0 !important;
  padding: 3px 5px !important;
  background-image: none !important;
  border: 1px solid #aaa !important;
  border-bottom-color: #ccc !important;
}
.widget-wrapper.well {
  padding: 19px !important;
}
.nf-progress {
  background-color: #0070BA;
}
