/* bootstrap css */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #90d5e5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #52bed6;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
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: 12.5px;
  margin-bottom: 12.5px;
}
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: 48px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #90d5e5;
}
a.text-primary:hover {
  color: #67c5db;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #90d5e5;
}
a.bg-primary:hover {
  background-color: #67c5db;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
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: 25px;
}
dt,
dd {
  line-height: 1.8;
}
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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.8;
  color: #999999;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.8;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 13px;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666666666666%;
  }
  .col-xlg-10 {
    width: 83.33333333333334%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666666666666%;
  }
  .col-xlg-7 {
    width: 58.333333333333336%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666666666667%;
  }
  .col-xlg-4 {
    width: 33.33333333333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.666666666666664%;
  }
  .col-xlg-1 {
    width: 8.333333333333332%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xlg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xlg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xlg-pull-0 {
    right: 0%;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666666666666%;
  }
  .col-xlg-push-10 {
    left: 83.33333333333334%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666666666666%;
  }
  .col-xlg-push-7 {
    left: 58.333333333333336%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666666666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.666666666666664%;
  }
  .col-xlg-push-1 {
    left: 8.333333333333332%;
  }
  .col-xlg-push-0 {
    left: 0%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.8;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -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;
  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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 39px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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;
}
.form-control-static {
  margin-bottom: 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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.8;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #90d5e5;
  border-color: #90d5e5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #6fc8dd;
  border-color: #5ec2d9;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #90d5e5;
  border-color: #90d5e5;
}
.btn-primary .badge {
  color: #90d5e5;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #90d5e5;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #52bed6;
  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: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.8;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #90d5e5;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.8;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #90d5e5;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.8;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #90d5e5;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 18px;
  line-height: 25px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.8;
  text-decoration: none;
  color: #90d5e5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #52bed6;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #90d5e5;
  border-color: #90d5e5;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #90d5e5;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #67c5db;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #90d5e5;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.8;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #90d5e5;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background-color: #90d5e5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #90d5e5;
  border-color: #90d5e5;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #90d5e5;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #90d5e5;
  border-color: #90d5e5;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #90d5e5;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #90d5e5;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -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: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  border-radius: 0;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.8px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.8;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1020px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-55%);
  -moz-transform: translateX(-50%) translateY(-55%);
  -ms-transform: translateX(-50%) translateY(-55%);
  transform: translateX(-50%) translateY(-55%);
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  color: #fff;
  background: #000;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
.md-content > div {
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.md-content > div p {
  margin: 0;
  padding: 10px 0;
}
.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.md-content > div ul li {
  padding: 5px 0;
}
.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}
.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}
.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}
.md-show.md-effect-13 .md-content {
  -webkit-animation: slit 0.7s forwards ease-out;
  -moz-animation: slit 0.7s forwards ease-out;
  animation: slit 0.7s forwards ease-out;
}
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(30%) rotateY(90deg);
  transform: translateZ(100px) translateX(30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}
.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}
@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 17px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 2;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.md-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  padding: 5px;
}
.md-description {
  position: absolute;
  left: 0;
  padding: 15px 40px 30px;
  width: 100%;
}


/* Easy Responsive Tabs CSS */
body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}
ul.resp-tabs-list, p {
    display: table;
    width: 100%;
    border-collapse: separate;
}

.resp-tabs-list li {
    font-size: 15px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    width: 25%;
    float: left;    
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.resp-tabs-list li:first-child {
border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}
.resp-tabs-list li span{
    color: #fff;
}
.resp-tabs-list li img{
    margin-bottom: 15px;
}
.resp-tab-active span{
    color: #35B5DC !important;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 25px 5px;
}

.resp-tab-active {   
   border-bottom: 5px solid #35B5DC;
}


.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #35A0C4;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    /*background: #fec689 !important;*/
    background: #37495D;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
        background: #DEE8EA;
        text-align: center;
        color: #37495D;
font-size: 14px;
font-weight: bold;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* detheme.css */
#top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
:selection {
  color: white;
  background: #ef7c46;
}
::selection {
  color: white;
  background: #ef7c46;
}
::-moz-selection {
  color: white;
  background: #ef7c46;
}
label {
  font-weight: 300;
}
/* Grouping Selectors */
.bodytext-color-1,
.sidebar .widget_text .social-circled li a,
.woocommerce #content div.product p.stock,
.woocommerce div.product p.stock,
.woocommerce-page #content div.product p.stock,
.woocommerce-page div.product p.stock {
  color: #515151;
}
.bodytext-color-2,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce th,
.customer_details dt {
  color: #95a5a6;
}
.link-color-primary,
.dt_vertical_tab .vertical-nav-tab > li > div i,
#dt-menu > ul .current-menu-item > a,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.next:hover,
.dt-iconboxes.layout-7 i,
.dt-iconboxes.layout-8 i {
  color: #f58e03;
}
.link-color-secondary,
a:hover,
a:focus {
  color: #f58e03;
}
.background-color-primary,
.dt-icon-circle.primary-color,
.dt-icon-ghost.primary-color,
.dt-icon-square.primary-color,
.sidebar .widget_text .social-circled li:hover,
#footer .container .widget_text .social-circled li:hover,
#featured-work-navbar #featured-filter.dt-featured-filter li.active a,
.owl-custom-pagination .owl-page.active i,
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .ui-state-default .ui-icon:after,
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
#sequence ul.sequence-canvas li .slide-title:after,
.dt-iconboxes-4,
.dt-iconboxes span:hover,
.dt-iconboxes-2:hover .dt-section-icon i.hi-icon,
.dt-iconboxes-2:hover i,
.dt-iconboxes.layout-3 span:hover,
.dt-iconboxes-4:hover .dt-section-icon,
.dt-iconboxes-5:hover .hi-icon-effect-5 .hi-icon,
.dt-iconboxes.layout-6:hover,
.dt-iconboxes.layout-3 span:hover {
  background: #f58e03;
}
.background-color-primary-darken,
.dt-iconboxes-4:hover {
  background: #905402;
}
.background-color-secondary,
.dt-icon-circle.secondary-color,
.dt-icon-ghost.secondary-color,
.dt-icon-square.secondary-color {
  background: #f58e03;
}
.background-color-secondary-darken {
  background: #905402;
}
.background-color-tertier,
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: #95a5a6;
}
.background-color-tertier-opacity {
  background: rgba(70, 119, 128, 0.8);
}
.background-color-gray,
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content,
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.teaser_grid_container .isotope-inner,
.sidebar .widget_calendar #calendar_wrap,
.sidebar .dt_widget_accordion .panel-heading,
.sidebar .dt_widget_accordion .panel-body,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #payment,
.woocommerce-page #payment,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  background: #ecf0f1;
}
.border-color-tertier,
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  border-color: #95a5a6;
}
.border-color-gray-on-light,
.sidebar .widget_text .social-circled li,
.sidebar .widget_text .social-circled li:last-child,
.sidebar .woocommerce ul.cart_list li,
.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.cart_list li,
.sidebar .woocommerce-page ul.product_list_widget li,
.sidebar .woocommerce.widget_product_categories li,
#featured-work-navbar #featured-filter.dt-featured-filter li,
#featured-work-navbar #featured-filter.dt-featured-filter li:last-child,
.dt-partner .border-right,
.dt-partner .dummy,
.select.select-theme-default .select-content,
.sidebar .select-target.select-theme-default,
.sidebar .woocommerce.widget_product_search #s,
.sidebar .widget_search #s,
.port-article h2.port-heading,
.port-article .port-meta li {
  border-color: #e4e8e9 !important;
}
.border-color-gray-on-dark,
#footer .container .widget_text .social-circled li,
#footer .container .widget_text .social-circled li:last-child,
#footer .woocommerce ul.cart_list li,
#footer .woocommerce ul.product_list_widget li,
#footer .woocommerce-page ul.cart_list li,
#footer .woocommerce-page ul.product_list_widget li,
#footer .woocommerce.widget_product_categories li,
footer#footer .select-target.select-theme-default,
footer#footer .widget_search #s,
footer#footer .widget_tag_cloud .tagcloud .tag,
footer#footer .woocommerce.widget_product_tag_cloud .tagcloud .tag,
footer#footer .dt_widget_tabs .nav-tabs li a,
footer#footer .dt_widget_tabs .tab-pane .rowlist,
footer#footer .dt_widget_accordion .panel-heading,
footer#footer .dt_widget_accordion .panel-body,
#footer .widget_categories ul li,
#footer.widget_pages ul li,
#footer .widget_recent_entries ul li,
#footer.dt_widget_recent_post ul li,
#footer .widget_recent_comments ul li,
#footer.dt_widget_recent_comments ul li,
#footer .widget_rss ul li,
#footer .widget_meta ul li,
#footer .widget_nav_menu ul li,
#footer .widget_archive ul li,
#footer .widget_text ul li,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border-color: #e4e8e9;
}
.border-color-primary,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: #f58e03;
}
.border-color-secondary {
  border-color: #f58e03;
}
.inputbox-styling,
#commentform textarea#comment,
#commentform [class*='comment-'] input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce table.cart td.actions .coupon #coupon_code.input-text,
.woocommerce-page table.cart td.actions .coupon #coupon_code.input-text {
  border-color: #e4e8e9;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}
p:empty {
  display: none;
}
hr {
  margin-top: 15px;
}
i:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.position-relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.text-white {
  color: #fff;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}
/*Table*/
.postcontent table {
  width: 100%;
  margin-bottom: 25px;
}
.postcontent table > thead > tr > th,
.postcontent table > tbody > tr > th,
.postcontent table > tfoot > tr > th,
.postcontent table > thead > tr > td,
.postcontent table > tbody > tr > td,
.postcontent table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.8;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.postcontent table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.postcontent table > caption + thead > tr:first-child > th,
.postcontent table > colgroup + thead > tr:first-child > th,
.postcontent table > thead:first-child > tr:first-child > th,
.postcontent table > caption + thead > tr:first-child > td,
.postcontent table > colgroup + thead > tr:first-child > td,
.postcontent table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.postcontent table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.postcontent table {
  background-color: #ffffff;
}
/*Button*/
.btn:active,
.btn.active {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-color-primary,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce.widget_product_search #searchsubmit,
.portfolio-navigation a.more-post,
.dt-contact-form.on-dark input[type=submit],
.dt-contact-form.on-light input[type=submit],
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.shipping-calculator-button {
  background: #f58e03;
  color: #ffffff;
  padding: 10px 20px;
}
.btn-color-primary:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce.widget_product_search #searchsubmit:hover,
.dt-contact-form.on-dark input[type=submit]:hover,
.dt-contact-form.on-light input[type=submit]:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.shipping-calculator-button:hover {
  background: #95a5a6;
  color: #ffffff;
}
.btn-color-secondary,
.woocommerce .shop_table .actions input.wc-forward {
  background: #f58e03;
  color: #ffffff;
  padding: 10px 20px;
}
.btn-color-secondary:hover,
.woocommerce .shop_table .actions input.wc-forward:hover {
  background: #905402;
  color: #ffffff;
}
.dt-icon-circle,
.dt-icon-ghost,
.dt-icon-square {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.dt-icon-circle.primary-color,
.dt-icon-ghost.primary-color,
.dt-icon-square.primary-color {
  color: #fff;
}
.dt-icon-circle.secondary-color,
.dt-icon-ghost.secondary-color,
.dt-icon-square.secondary-color {
  color: #fff;
}
.dt-icon-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.dt-icon-ghost {
  border-width: 3px;
  border-style: solid;
  border-color: #222;
  color: #222;
}
.primary-color.size-sm,
.secondary-color.size-sm {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.primary-color.size-md,
.secondary-color.size-md {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.primary-color.size-lg,
.secondary-color.size-lg {
  width: 100px;
  height: 100px;
  font-size: 3em;
  line-height: 100px;
}
.size-sm {
  font-size: 0.8em;
}
.size-md {
  font-size: 2em;
}
.size-lg {
  font-size: 3em;
}
i.dt-icon-square:not(.primary-color):not(.secondary-color) {
  width: auto;
  height: auto;
  line-height: 1em;
  margin-right: 0;
}
.list-no-dot-styling,
#footer .woocommerce ul.cart_list li,
#footer .woocommerce ul.product_list_widget li,
#footer .woocommerce-page ul.cart_list li,
#footer .woocommerce-page ul.product_list_widget li,
#footer .woocommerce.widget_product_categories li,
.sidebar .woocommerce ul.cart_list li,
.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.cart_list li,
.sidebar .woocommerce-page ul.product_list_widget li,
.sidebar .woocommerce.widget_product_categories li,
footer#footer .dt_widget_tabs .tab-pane .rowlist,
#footer .widget_categories ul li,
#footer.widget_pages ul li,
#footer .widget_recent_entries ul li,
#footer.dt_widget_recent_post ul li,
#footer .widget_recent_comments ul li,
#footer.dt_widget_recent_comments ul li,
#footer .widget_rss ul li,
#footer .widget_meta ul li,
#footer .widget_nav_menu ul li,
#footer .widget_archive ul li,
#footer .widget_text ul li {
  border-bottom-width: 0;
  border-bottom-style: solid;
  padding: 15px 0;
}
.featured .plan-action .btn-active {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.featured .plan-action .btn-active:hover {
  background-color: #fff!important;
  color: #222!important;
}
@media (max-width: 768px) {
  .wpb_row {
    background-position: 0 0!important;
  }
  /* Disable parallax on mobile*/
}
.btn {
  font-family: 'Raleway';
  text-transform: uppercase;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.btn.btn-color-primary,
.btn.btn-color-secondary,
.btn.btn-success,
.btn.btn-warning,
.btn.btn-info,
.btn.btn-danger {
  border: 0;
  padding: 9px 20px;
}
.btn.btn-color-primary.btn-lg,
.btn.btn-color-secondary.btn-lg,
.btn.btn-success.btn-lg,
.btn.btn-warning.btn-lg,
.btn.btn-info.btn-lg,
.btn.btn-danger.btn-lg {
  padding: 14px 25px;
}
.btn.btn-color-primary.btn-sm,
.btn.btn-color-secondary.btn-sm,
.btn.btn-success.btn-sm,
.btn.btn-warning.btn-sm,
.btn.btn-info.btn-sm,
.btn.btn-danger.btn-sm {
  padding: 4px 15px;
}
.btn.btn-color-primary.btn-xs,
.btn.btn-color-secondary.btn-xs,
.btn.btn-success.btn-xs,
.btn.btn-warning.btn-xs,
.btn.btn-info.btn-xs,
.btn.btn-danger.btn-xs {
  padding: 1px 10px;
}
.btn.btn-color-primary {
  border: 0;
}
.btn.btn-color-primary:hover {
  border: 0;
}
.btn.btn-color-primary:active,
.btn.btn-color-primary:focus {
  border: 0;
}
.btn.btn-color-secondary {
  border: 0;
}
.btn.btn-color-secondary:hover {
  border: 0;
}
.btn.btn-color-secondary:active,
.btn.btn-color-secondary:focus {
  border: 0;
}
.btn.btn-success {
  border: 0;
}
.btn.btn-success:hover {
  border: 0;
}
.btn.btn-success:active,
.btn.btn-success:focus {
  border: 0;
}
.btn.btn-warning {
  border: 0;
}
.btn.btn-warning:hover {
  border: 0;
}
.btn.btn-warning:active,
.btn.btn-warning:focus {
  border: 0;
}
.btn.btn-info {
  border: 0;
}
.btn.btn-info:hover {
  border: 0;
}
.btn.btn-info:active,
.btn.btn-info:focus {
  border: 0;
}
.btn.btn-danger {
  border: 0;
}
.btn.btn-danger:hover {
  border: 0;
}
.btn.btn-danger:active,
.btn.btn-danger:focus {
  border: 0;
}
.btn.btn-ghost,
#sequence ul li .btn-cta {
  padding: 7px 20px 7px 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #34495e;
  background-color: transparent;
  color: #34495e;
}
.btn.btn-ghost:hover {
  background-color: #34495e;
  color: #fff;
  border-color: #34495e;
  border-width: 2px;
  border-style: solid;
}
.btn.btn-ghost:active,
.btn.btn-ghost:focus {
  background-color: #34495e;
  color: #fff;
  border-color: #34495e;
  border-width: 2px;
  border-style: solid;
}
.btn.btn-ghost.skin-light,
.featured .plan-action .btn-active {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}
.btn.btn-ghost.skin-light:hover {
  background-color: #fff;
  color: #222;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
}
.btn.btn-ghost.skin-light:active,
.btn.btn-ghost.skin-light:focus {
  background-color: #bdc3c7;
  color: #222;
  border-color: #bdc3c7;
  border-width: 2px;
  border-style: solid;
}
.btn.btn-ghost.btn-lg {
  padding: 12px 15px;
}
.btn.btn-ghost.btn-sm {
  padding: 2px 15px;
}
.btn.btn-ghost.btn-xs {
  padding: 0px 15px;
}
.btn.btn-link {
  color: #f58e03;
  padding: 0;
}
.btn.btn-link:hover {
  color: #f58e03;
}
.btn:hover {
  color: #fff;
}
.btn.skin-light:hover,
.btn.skin-light:active,
.btn.skin-light:focus,
#sequence ul li .btn-cta:hover {
  background-color: #fff;
  color: #222;
}
.btn.skin-dark:hover,
.btn.skin-dark:active,
.btn.skin-dark:focus {
  background-color: #222;
  color: #fff;
}
.btn:active {
  color: #fff;
}
.btn:focus {
  color: #fff;
}
/* Boxed Layout */
.content > div > .container,
.content > .container,
#search-result > .container {
  padding: 60px 15px 0;
}
body.single-post .content > .container,
body.blog .content > .container {
  padding-bottom: 60px;
}
/*.content .post-article {
  padding: 60px 0 0;
}*/
.content > div > .container,
#banner-section.no-bg > .container {
  position: relative;
}
figcaption a:hover {
  border: 0;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 992px) {
  .margin_top_40_max_sm {
    margin-top: 40px;
  }
}
.form-control {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #999;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
article blockquote,
.wpb_text_column blockquote {
  font-family: 'Lora';
  font-size: 20px;
  line-height: 1.5;
  font-weight: inherit;
  border-left: 0;
  position: relative;
}
.media > .pull-left {
  margin-right: 30px;
}
/* Head */
.top-head {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1000;
}
.top-head.is-sticky-menu {
  position: absolute;
}
#top-bar {
  position: relative;
  z-index: 9999;
  background: #ffffff;
}
#head-page-sticky-wrapper {
  position: relative;
}
#head-page {
  position: relative;
  z-index: 99;
}
#head-page.transparent {
  position: absolute;
  box-shadow: none;
  background: transparent;
}
@media (max-width: 782px) {
  #head-page.reveal.alt.transparent {
    margin-top: 0;
  }
}
.head-page.alt #dt-menu ul li.logo-desktop a:nth-child(2),
.head-page.solid ul li.logo-desktop a:nth-child(2) {
  margin-top: 0!important;
}
.dt-menu-center .logo-desktop a:nth-child(2) {
  margin-top: 0!important;
}
.is-sticky #head-page {
  width: 100%;
  z-index: 99;
  margin: 0 auto;
}
@media (max-width: 782px) {
  .is-sticky #head-page.adminbar-is-here {
    top: 46px!important;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
}
.wpb_row .col_dummy {
  margin-bottom: 0!important;
}
#banner-section .container {
  position: relative;
  display: block;
}
#banner-section .row {
  position: absolute;
  width: 100%;
  top: 70%;
}
#banner-section .row h1 {
  margin: 0;
}
/* Popup Form */
.popup_form .form-control {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: #222;
  color: #fff;
  font-weight: 300;
}
/*Blog*/
.blog .postcontent {
  padding: 0 0 15px;
  position: relative;
}
.single .about-author {
  padding: 30px;
}
.single .about-author h5 {
  margin: 0 0 10px 0;
}
.single .singlepostmetatop ul li {
  border: none;
}
.tax-portcat .postcontent {
  padding: 30px 0 15px;
  position: relative;
}
/* FlipBanner */
@media (max-width: 1281px) {
  .padding_right_max_lg_65 {
    padding-right: 70px;
  }
  .rel_project img {
      width: 100% !important;
  }
}
/* Main Logo */
/* Iconboxes */
.dt-iconboxes-4 .dt-iconboxes-text {
  padding: 0 20px 20px 20px;
}
.dt-iconboxes-text {
  text-align: left;
}
/* Fontello Icons */
.owl-custom-pagination [class^="icon-"]:before,
.module_dt_iconboxes [class^="icon-"]:before,
.owl-custom-pagination [class*=" icon-"]:before,
.module_dt_iconboxes [class*=" icon-"]:before {
  width: auto;
}
.module_dt_iconboxes {
  margin-bottom: 30px;
}
#footer #s::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer #s::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer #s:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer #s:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.zeyn-newsletter-on-dark ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.zeyn-newsletter-on-dark ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.zeyn-newsletter-on-dark :-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.zeyn-newsletter-on-dark :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar #s::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.sidebar #s::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.sidebar #s:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.sidebar #s:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
/* Carousel */
.carousel-inner div {
  -webkit-transition-property: left !important;
  -moz-transition-property: left !important;
  -o-transition-property: left !important;
  -ms-transition-property: left !important;
  transition-property: left !important;
  /* Close Button */

}
.md-close {
  padding: 0;
  width: 30px;
  height: 30px;
}
/* Section Head */
.dt-section-head {
  margin-bottom: 20px;
}
.dt-section-head h2 {
  margin-top: 0;
}
.dt-section-head hr:after {
  height: 2px;
  width: 30px;
  background-color: #222;
}
/* Main Navigation */
#dt-menu.dt-menu-right li:last-child a {
  padding-right: 0;
}
#dt-menu.dt-menu-left > ul > li:nth-child(2) > a {
  padding-left: 0;
}
#dt-menu li a {
  font-family: 'Open Sans';
}
#mobile-header {
  min-height: 50px;
}
#mobile-header img {
  margin: 10px 0;
}
.top-head a:hover {
  border: 0;
}
/* Typography */
b,
strong {
  font-weight: 700;
}
/* Social Buttons */
.sidebar .widget_text .social-circled {
  margin-bottom: 0;
}
.sidebar .widget_text .social-circled:after {
  display: block;
  content: '';
  width: 100%;
  clear: both;
}
.sidebar .widget_text .social-circled li {
  float: left;
  border-width: 1px;
  border-style: solid;
  padding: 2px!Important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 9px;
  margin-bottom: 9px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sidebar .widget_text .social-circled li a {
  font-size: 10px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  font-family: fontello;
}
.sidebar .widget_text .social-circled li:last-child {
  border-width: 1px!important;
  border-style: solid!important;
}
.sidebar .widget_text .social-circled li:hover {
  border: 1px solid transparent!important;
  cursor: pointer;
}
.sidebar .widget_text .social-circled li:hover a {
  color: white;
}
/* Owl carousel */
.owl-item .dt_team_custom_item {
  padding: 0 20px;
}
.owl-buttons {
  text-align: right;
  margin-top: 10px;
}
.owl-buttons div {
  display: inline-block;
  margin: 0 5px;
}
.owl-buttons i {
  font-size: 1.4em;
  color: #f58e03;
}
.owl-buttons i:hover {
  font-size: 1.4em;
}
.container .owl-theme .owl-controls .owl-page span {
  background-color: #f58e03;
  border-width: 1px;
  border-style: solid;
  border-color: #f58e03;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span {
  background: none !important;
  border-width: 2px;
  border-style: solid;
  border-color: #f58e03;
}
.container .carousel-content .carousel-indicators li {
  background-color: #f58e03;
  opacity: 1;
  border-width: 2px;
  border-style: solid;
  border-color: #f58e03;
}
.container .carousel-content .carousel-indicators .active {
  background: none;
  border-width: 2px;
  border-style: solid;
  border-color: #f58e03;
}
.owl-custom-pagination .owl-page {
  position: relative;
  height: auto;
  z-index: 9;
  margin: -1px;
  display: inline-block;
  cursor: pointer;
}
.owl-custom-pagination .owl-page:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 10;
  position: absolute;
}
.owl-custom-pagination .owl-page.active:after {
  background: none;
}
#footer {
  position: relative;
  z-index: 9;
}
#footer .container .widget_text .social-circled {
  font-family: fontello;
  margin-bottom: 0;
}
#footer .container .widget_text .social-circled:after {
  display: block;
  content: '';
  width: 100%;
  clear: both;
}
#footer .container .widget_text .social-circled li {
  float: left;
  border-width: 1px;
  border-style: solid;
  padding: 2px!Important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 8px;
  margin-bottom: 9px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#footer .container .widget_text .social-circled li a {
  font-size: 10px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
#footer .container .widget_text .social-circled li:last-child {
  border-width: 1px!important;
  border-style: solid!important;
}
#footer .container .widget_text .social-circled li:hover {
  border: 1px solid transparent!important;
  cursor: pointer;
}
#footer .container .widget_text .social-circled li:hover a {
  color: white;
}
.widget_text .list-flush-left li {
  padding-left: 0!important;
}
.widget img {
  max-width: 100%;
  height: auto;
}
.widget select {
  max-width: 100%;
}
/* Wocommerce Widgets */
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  font-weight: inherit;
}
.sidebar .product_list_widget,
#footer .product_list_widget,
.sidebar .total,
#footer .total,
.sidebar .buttons,
#footer .buttons {
  font-size: 0.8em;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  font-family: 'Raleway';
  font-weight: inherit;
  text-transform: uppercase;
  border: 0;
  text-shadow: none;
  border-radius: 0;
  padding: 10px 20px;
  text-align: center;
}
.widget_shopping_cart .buttons a {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1200px) {
  .widget_shopping_cart .buttons a {
    display: inline;
  }
}
@media (max-width: 480px) {
  .widget_shopping_cart .buttons a {
    display: inline;
  }
}
#footer .woocommerce ul.cart_list li:last-child,
#footer .woocommerce ul.product_list_widget li:last-child,
#footer .woocommerce-page ul.cart_list li:last-child,
#footer .woocommerce-page ul.product_list_widget li:last-child,
#footer .woocommerce.widget_product_categories li:last-child {
  border: 0;
}
.sidebar .woocommerce ul.cart_list li:last-child,
.sidebar .woocommerce ul.product_list_widget li:last-child,
.sidebar .woocommerce-page ul.cart_list li:last-child,
.sidebar .woocommerce-page ul.product_list_widget li:last-child,
.sidebar .woocommerce.widget_product_categories li:last-child {
  border: 0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #e4e8e9;
  padding: 15px 0;
  color: #333;
  text-transform: uppercase;
}
.product_list_widget li ins {
  color: #333;
}
.product_list_widget li del {
  opacity: 0.7;
}
#footer .product_list_widget li ins {
  color: #fff;
}
.woocommerce.widget_product_search .screen-reader-text {
  display: none;
}
.woocommerce.widget_product_search #searchsubmit {
  display: none;
  border: 0;
  padding: 8px 20px;
}
.woocommerce.widget_product_search #s {
  width: 100%;
  display: block;
  margin: 10px 0 20px 0;
  padding: 5px 10px 5px 30px;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.woocommerce.widget_product_search i {
  padding: 5px 5px;
  position: absolute;
}
.woocommerce.widget_product_tag_cloud li {
  display: inline-table;
  font-size: 12px;
  font-weight: 400;
  background-color: #f58e03;
  padding: 8px 10px;
  margin: 0 5px 5px 0;
}
.woocommerce.widget_product_tag_cloud li a {
  color: #fff;
}
.woocommerce.widget_product_tag_cloud li a:hover {
  color: #ffffff;
}
.woocommerce.widget_product_tag_cloud li:hover {
  background-color: #f58e03;
}
.woocommerce.widget_product_tag_cloud li:hover a {
  color: #ffffff;
}
/* Portfolio */
.page.portfolio .portfolio {
  /*padding-top: 60px;*/
}
.imgcontrol-inner {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-type-imagefixheightfull .portfolio {
  padding-top: 0!important;
}
#featured-work-navbar {
  min-height: 100%;
  background: none;
  border: 0;
  margin-bottom: 55px;
}
#featured-work-navbar #dt-featured-filter {
  padding-left: 0;
  padding-right: 0;
}
#featured-work-navbar #featured-filter.dt-featured-filter {
  border: 0;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  #featured-work-navbar #featured-filter.dt-featured-filter {
    padding-top: 9px;
  }
}
#featured-work-navbar #featured-filter.dt-featured-filter li {
  float: none;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-right: 0;
}
#featured-work-navbar #featured-filter.dt-featured-filter li:last-child {
  border-width: 1px;
  border-style: solid;
}
#featured-work-navbar #featured-filter.dt-featured-filter li.active {
  border: 0;
  margin: -1px;
  position: relative;
  z-index: 9;
  border: 1px solid #f58e03 !important;
}
#featured-work-navbar #featured-filter.dt-featured-filter li.active a {
  color: white;
}
@media (max-width: 768px) {
  #featured-work-navbar #featured-filter.dt-featured-filter li {
    float: left;
    display: inline;
    border: 0;
  }
  #featured-work-navbar #featured-filter.dt-featured-filter li:last-child {
    border: 0;
  }
  #featured-work-navbar #featured-filter.dt-featured-filter li a {
    padding: 0 15px 0 0;
    text-transform: none;
  }
  #featured-work-navbar #featured-filter.dt-featured-filter li.active {
    border: 0!important;
    margin: 0;
  }
  #featured-work-navbar #featured-filter.dt-featured-filter li.active a {
    background: none;
    color: #000;
  }
}
#featured-work-navbar .navbar-toggle {
  border: 0;
  padding: 0;
  margin: 0;
}
#featured-work-navbar .navbar-toggle:focus,
#featured-work-navbar .navbar-toggle:hover {
  background: none;
}
.portfolio-navigation a.more-post {
  text-transform: uppercase;
}
.comment-count {
  margin-top: 40px;
}
.comment-count h3 {
  font-size: 24px;
}
/* Top Bar */
.topbar-menu-nosub i {
  margin-right: 5px;
}
/* DT carousel */
.owl-custom-pagination {
  margin-top: 40px!important;
  text-align: center;
}
.owl-custom-pagination .owl-page i {
  font-size: 2em;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -ms-transition: all 350ms;
  transition: all 350ms;
}
.owl-custom-pagination .owl-page i:before {
  line-height: 100px;
}
.owl-custom-pagination .owl-page.active i {
  color: #fff;
}
/*  Vertical Tab */
@media (max-width: 768px) {
  .dt_vertical_tab .panel-group .panel:nth-child(2n) {
    display: none;
  }
}
.dt_vertical_tab .tab-content.tab-left {
  padding-left: 20px;
}
.dt_vertical_tab .tab-content.tab-right {
  padding-right: 20px;
}
.dt_vertical_tab .nav-tabs.tab-left {
  padding-right: 20px;
}
.dt_vertical_tab .nav-tabs.tab-right {
  padding-left: 20px;
}
.dt_vertical_tab:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.dt_vertical_tab .vertical-nav-tab > li {
  margin-bottom: 20px;
}
.dt_vertical_tab .vertical-nav-tab > li > div {
  vertical-align: top;
}
.dt_vertical_tab .vertical-nav-tab > li > div.vt_text {
  padding-left: 20px;
  float: right;
  width: 85%;
}
@media (max-width: 1200px) {
  .dt_vertical_tab .vertical-nav-tab > li > div.vt_text {
    width: 83%;
  }
}
@media (max-width: 992px) {
  .dt_vertical_tab .vertical-nav-tab > li > div.vt_text {
    width: 75%;
  }
}
.dt_vertical_tab .vertical-nav-tab > li > div.vt_icon {
  padding-right: 10px;
  padding-top: 5px;
  float: left;
  width: 75px;
}
.dt_vertical_tab .vertical-nav-tab > li > div i {
  font-size: 3em;
  position: relative;
  width: 70px;
  height: auto;
  margin-top: -25px;
  text-align: center;
  display: block;
  content: '';
}
.dt_vertical_tab .vertical-nav-tab > li > div h2 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 15px;
}
/* ----
Visual Composer 
---- */
body.compose-mode .controls-out-tl {
  top: 0;
}
/* Tabs & Accordion */
h2.wpb_heading {
  font-size: 22px;
  margin-bottom: 10px;
}
.wpb_tabs_heading {
  margin-bottom: 35px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  right: 10px!important;
  width: 24px!important;
  height: 24px!important;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding-top: 17px;
  margin-bottom: 10px;
  margin-top: -10px;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .ui-state-default .ui-icon {
  background-image: none;
  text-align: center;
  cursor: pointer;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
  display: block;
  z-index: 99;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 1.9;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  background: #fff!important;
  color: #f58e03;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  margin-bottom: 10px;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a {
  font-weight: 600;
  text-transform: uppercase;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active {
  border: 0;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a {
  color: #fff;
}
.vc_progress_bar .vc_label {
  color: #fff;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: transparent!important;
  box-shadow: inset 0 -5px 0 #35B5DC;
}
.wpb_wrapper .wpb_content_element .wpb_tabs_nav {
  display: table;
  width: 100%;
  padding: 0 20px!important;
  border-collapse: separate;
}
.wpb_wrapper .wpb_content_element .wpb_tabs_nav li {
  display: table-cell;
  float: none!important;
  text-align: center;
  overflow: hidden;
  background: none;
  margin-top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
}
.wpb_wrapper .wpb_content_element .wpb_tabs_nav li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.wpb_wrapper .wpb_content_element .wpb_tabs_nav li a {
  color: #fff;
}
.ui-tabs-anchor i {
  display: block;
  font-size: 3em;
}
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  border-top: 0;
  margin: 0;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent!important;
}
.wpb_wrapper .wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
  box-shadow: inset 0 -5px 0 #35B5DC;
  background-color: transparent!important;
}
.wpb_wrapper .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  color: #35B5DC;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 3em 5px 1em 5px!important;
}
@media (max-width: 768px) {
  .wpb_tabs_nav > li {
    display: block!important;
    width: 100%;
    border: 0!important;
  }
}
/* DT Count to */
.dt-counto {
  font-size: 72px;
  position: relative;
  padding-bottom: 20px;
  display: block;
}
.dt-counto:after {
  content: '';
  display: block;
  font-size: 1em;
  bottom: 15px;
  height: 1px;
  width: 11%;
  left: 50%;
  position: absolute;
  background: #222;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
/* Pricing Table */
.dt-pricing-table .price-4-col:nth-child(1):after,
.dt-pricing-table .price-3-col:nth-child(1):after,
.dt-pricing-table .price-4-col:nth-child(3):after,
.dt-pricing-table .price-3-col:nth-child(3):after,
.dt-pricing-table .price-4-col:nth-child(4):before,
.dt-pricing-table .price-3-col:nth-child(4):before {
  background-color: #fff;
  width: 4px;
}
/* DT Partner */
.dt-partner a:hover {
  border: 0;
}
/* Teaser Grid */
/* Call To Action */
.vc_call_to_action h2 {
  margin-top: 0;
}
/* Google Map */
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0!important;
}
/* Contact Form */
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
  width: 100%;
  padding: 5px 10px;
}
.dt-contact-form > * + * {
  margin-top: 10px;
}
.dt-contact-form input[type=text],
.dt-contact-form input[type=email],
.dt-contact-form input[type=password],
.dt-contact-form input[type=number],
.dt-contact-form input[type=tel],
.dt-contact-form textarea {
  font-family: 'Open Sans';
}
.dt-contact-form input[type=submit] {
  font-family: 'Open Sans';
}
.dt-contact-form.on-dark input[type=text],
.dt-contact-form.on-dark input[type=email],
.dt-contact-form.on-dark input[type=password],
.dt-contact-form.on-dark input[type=number],
.dt-contact-form.on-dark input[type=tel],
.dt-contact-form.on-dark textarea,
.dt-contact-form.on-dark .wpcf7-form-control-wrap .select-target.select-theme-default {
  background: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.dt-contact-form.on-dark .wpcf7-form-control-wrap .select-target.select-theme-default {
  color: rgba(255, 255, 255, 0.8);
}
.dt-contact-form.on-dark textarea {
  padding: 15px 15px;
  height: 160px;
}
.dt-contact-form.on-dark input[type=submit] {
  border: 0;
  padding: 5px 20px;
  float: right;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  text-transform: uppercase;
}
.dt-contact-form.on-light input[type=text],
.dt-contact-form.on-light input[type=email],
.dt-contact-form.on-light input[type=password],
.dt-contact-form.on-light input[type=number],
.dt-contact-form.on-light input[type=tel],
.dt-contact-form.on-light textarea {
  border-color: rgba(0, 0, 0, 0.2);
  color: #222;
}
.dt-contact-form.on-light .your-name:after {
  content: '\ee68';
  font-family: fontello;
}
.dt-contact-form.on-light .your-email:after {
  content: '\ee05';
  font-family: fontello;
}
.dt-contact-form.on-light .your-subject:after {
  content: '\eea9';
  font-family: fontello;
}
.dt-contact-form.on-light .your-name,
.dt-contact-form.on-light .your-email,
.dt-contact-form.on-light .your-subject {
  width: 100%;
  display: block;
  position: relative;
}
.dt-contact-form.on-light .your-name:after,
.dt-contact-form.on-light .your-email:after,
.dt-contact-form.on-light .your-subject:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 3;
  z-index: 10;
}
.dt-contact-form.on-light textarea {
  padding: 9px 12px;
  height: 168px;
}
.dt-contact-form.on-light input[type=submit] {
  border: 0;
  padding: 5px 20px;
  float: right;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.on-dark .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.on-dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.on-dark .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.on-dark .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.on-light .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.on-light .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.on-light .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.on-light .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.list-justified {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.list-justified:after {
  content: '';
  width: 100%;
  display: block;
  clear: both;
  overflow: auto;
}
.list-justified li {
  display: inline-block;
  float: none;
  padding: 10px 20px 10px;
}
@media (max-width: 992px) {
  .list-justified li {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.list-justified li .dt-icon-circle {
  margin-right: 5px;
}
/* revolution Slider */
.tparrows:before {
  margin-top: 7px;
}
/* Optin Form */
.no-border-optin input {
  border: 0;
}
.optin-form .form_connector_submit {
  border: 0;
  position: relative;
  white-space: nowrap;
}
.optin-form .dt_email,
.optin-form .dt_name {
  width: 100%;
}
.optin-form .form-group {
  margin-bottom: 0;
}
.optin-form .horizontal,
.optin-form .horizontal_email {
  display: table;
  width: 100%;
}
.optin-form .horizontal .form-group,
.optin-form .horizontal_email .form-group {
  display: table-cell;
  width: auto;
}
@media (max-width: 768px) {
  .optin-form .horizontal .form-group,
  .optin-form .horizontal_email .form-group {
    display: block;
    width: 100%;
    padding-right: 0!important;
    margin-bottom: 15px;
  }
}
.optin-form .horizontal .form-group:last-child,
.optin-form .horizontal_email .form-group:last-child {
  margin-right: 0;
  width: auto;
}
.optin-form .form-control {
  height: auto;
  line-height: 1.5em;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.a-travel-form .dt_email {
  text-align: center;
}
.bigger_60_percent {
  font-size: 1.6em;
}
.width_80 {
  max-width: 80px;
  height: auto;
}
.parenting-2-box {
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.parenting-2-box h2 {
  margin-top: 0;
  color: #fff;
}
.white-text * {
  color: #fff;
}
.list-with-icon li {
  position: relative;
  margin-left: 30px;
}
.list-with-icon li i {
  position: absolute;
  left: -30px;
  top: 5px;
}
.no-margin {
  margin: 0;
}
.margin_left-15 {
  margin-left: -15px;
}
.margin_right-15 {
  margin-right: -15px;
}
.share-button.float-right.sharer-0 label span,
.postinfo .share-button.sharer-0 label span,
.share-button.sharer-0 label span {
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-size: inherit!important;
  color: inherit!important;
  font-family: inherit!important;
}
.single-port .share-button.sharer-0 label span {
  padding-left: 0!important;
  text-transform: uppercase;
}
.single-port .share-button.sharer-0 label {
  padding: 0!important;
  text-transform: uppercase;
}
.share-button.sharer-0 label {
  color: inherit!important;
}
.share-button.float-right.sharer-0 label {
  padding: 0!important;
}
.imgbuttons a,
.post-gallery-carousel-buttons a,
figcaption .nav-slide a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0!important;
}
.share-button.sharer-0 [class*=entypo-]:before {
  line-height: 1.4;
}
.blog .postimagecontent .imgcontrol .imgbuttons a:last-child {
  margin-left: -2px;
}
/* revolution Slider */
.tparrows:before {
  margin-top: 2px;
}
/*Custom Layout 2*/
.team-profile li a {
  color: #999;
  border: 0;
}
.team-profile h3 {
  margin-bottom: 0;
}
.team-profile span {
  padding-bottom: 20px;
  display: block;
  position: relative;
}
.team-profile span:after {
  content: '';
  width: 30px;
  display: block;
  position: absolute;
  height: 2px;
  background-color: #555;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* Slider Twitter */
.dt-twitter-slider {
  text-align: center;
}
/*Modal*/
.md-modal {
  z-index: 99999;
}
.md-overlay {
  z-index: 88888;
}
/* Image Shape */
.ketupat0 {
  margin: 0 auto;
}
.ketupat1 {
  -webkit-transform: rotate(45deg) translateY(20px);
  -moz-transform: rotate(45deg) translateY(20px);
  -ms-transform: rotate(45deg) translateY(20px);
  -o-transform: rotate(45deg) translateY(20px);
  transform: rotate(45deg) translateY(20px);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transform-origin: 42% 65%;
  width: 70%;
  height: 70%;
  margin: 0 auto;
}
.ketupat2 {
  -webkit-transform: rotate(-45deg) translateY(-20%);
  -moz-transform: rotate(-45deg) translateY(-20%);
  -ms-transform: rotate(-45deg) translateY(-20%);
  -o-transform: rotate(-45deg) translateY(-20%);
  transform: rotate(-45deg) translateY(-20%);
  position: absolute;
  width: 140%;
  height: auto;
}
/* FORMS */
/* Reservation */
.dt-reservation input,
.dt-reservation textarea {
  width: 100%;
  margin-bottom: 10px!important;
  padding: 5px 10px;
}
/* RSVP */
.dt-rsvp-form input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.dt-rsvp-form .select-target {
  border-radius: 4px;
}
.select-target b {
  margin-top: 8px!Important;
}
.dt-rsvp-form .wpcf7-submit {
  margin-top: 20px;
  border: 0;
  width: auto;
}
/* Megamenu Custom */
.dt-megamenu h4 {
  color: #fff;
}
.dt-megamenu .dt-contact-form {
  margin: 25px -15px !important;
}
.dt-megamenu .dt-contact-form input,
.dt-megamenu .dt-contact-form textarea {
  border: 0;
}
/* Custom Grid 5 col*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15,
.col-sm-15 {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .col-sm-15,
  .col-xs-15,
  .col-lg-15,
  .col-md-15 {
    width: 100%;
    float: none;
  }
}
@media (min-width: 992px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* Food Menu */
.foodmenu2_module,
.foodmenu_module {
  overflow: hidden;
}
.foodmenu2_module:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.foodmenu2_module h4,
.foodmenu_module h4 {
  font-family: 'Lora';
  font-weight: 600;
  float: left;
  margin: 0;
  position: relative;
}
.foodmenu2_module h4:after {
  content: '.................................................................................................';
  color: #999;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
}
.foodmenu2_module div p:nth-child(2),
.foodmenu_module div p:nth-child(2) {
  float: right;
  font-weight: 600;
  color: #fc9b24;
  font-size: 1.3em;
  margin: 0;
  background-color: #fff;
  position: relative;
  line-height: 1.2;
}
.foodmenu2_module div p:nth-child(3),
.foodmenu_module div p:nth-child(3) {
  height: 5px;
  clear: both;
  margin: 0;
}
.foodmenu2_module div p:nth-child(4),
.foodmenu_module div p:nth-child(4) {
  float: left;
}
.foodmenu2_module div p:nth-child(5),
.foodmenu_module div p:nth-child(5) {
  float: right;
  font-size: 0.8em;
  background-color: #fc9b24;
  color: #fff;
  padding: 2px 10px;
}
#pushstat {
  display: none;
}
input:focus,
:focus {
  outline-width: 0;
  /* remove outline */

}
body {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #515151;
  font-weight: 300;
  -webkit-animation: androidbugfix infinite 1s;
}
@-webkit-keyframes androidbugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
body.error404 {
  background-size: cover;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
body.error404 p {
  color: #304152;
}
@media (min-width: 768px) {
  body.error404 .centered {
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
body.error404 .centered .biggest {
  font-size: 166px;
  line-height: 1em;
  font-weight: 800;
}
body.error404 .centered .big {
  font-size: 34px;
  line-height: 1em;
}
body.error404 .centered .button {
  margin-top: 50px;
}
body.error404 .centered .button a {
  font-size: 20px;
  padding: 10px 20px;
  line-height: 1em;
}
a {
  color: #B0007C;
}
a:hover,
a:focus {
  text-decoration: none;
}
a.btn,
.nav li a,
a.button,
a[class*='btn'],
figcaption a {
  border: 0;
}
a.btn:hover,
.nav li a:hover,
a.button:hover,
a[class*='btn']:hover,
figcaption a:hover {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
  color: #34495e;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #34495e;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #f58e03;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h4.blog-post-title {
  font-size: 30px;
}
h4.blog-post-title a {
  font-size: 30px;
  font-family: 'Raleway';
}
.primary_color_bg,
.paging-nav span.current {
  background-color: #f58e03;
}
.primary_color_text,
.paging-nav a:hover {
  color: #f58e03;
}
.primary_color_border {
  border-color: #f58e03;
}
.primary_color_button {
  background-color: #f58e03;
  color: #ffffff;
}
.primary_color_button:hover {
  background-color: #95a5a6;
}
.secondary_color_bg {
  background-color: #f58e03;
}
.secondary_color_text {
  color: #f58e03;
}
.secondary_color_border {
  border-color: #f58e03;
}
.secondary_color_button,
.btn-active {
  background-color: #f58e03;
  color: #ffffff;
}
.secondary_color_button:hover,
.btn-active:hover {
  background-color: #95a5a6;
}
input.secondary_color_button {
  border: none;
  padding: 9px 31px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 700;
}
.tertier_color_bg {
  background-color: #95a5a6;
}
.tertier_color_bg_transparent {
  
  background-color: rgba(241, 142, 35, 0.65);
 /* background: rgba(0,0,0,0.7);*/
}
.bg_gray_3 {
  background-color: #eff2f2;
}
.gray_border_bottom {
  border-bottom: 1px solid #e4e8e9;
}
.heading_text_color {
  color: #34495e;
}
.border_white20 {
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.border_top_white20 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.border_bottom_white20 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.border_left_white20 {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.border_right_white20 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.border_black20 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.border_top_black20 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.border_bottom_black20 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.border_left_black20 {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.border_right_black20 {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.social-share-link {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 300;
}
.postdate {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  text-align: center;
  padding: 6px 0;
  width: 100%;
  min-width: 61px;
  max-width: 61px;
  height: 61px;
  max-height: 61px;
  margin-bottom: 20px;
  z-index: 1;
}
.postdate .day {
  font-family: 'Raleway';
  font-size: 30px;
  line-height: 1em;
  font-weight: 300;
}
.postdate .year {
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.postimagecontent .postdate {
  position: absolute;
  right: 0 !important;
  top: 0;
}
.postimage {
  margin-bottom: 35px;
}
.format-video .postimage .postdate {
  right: 15px;
}
.format-gallery .postimage .postdate {
  right: 15px;
}
.format-audio .postimage .postdate {
  right: 15px;
}
.single .singlepostmetatop .postdate {
  right: -15px;
  top: -19px;
  z-index: 0;
}
.format-gallery .carousel-inner > .item > img,
.format-gallery .carousel-inner > .item > a > img {
  width: 100%;
}
.postmetatop ul {
  margin-bottom: 25px;
}
.postmetatop ul li {
  font-family: 'Raleway';
  color: #95a5a6;
  font-size: 16px;
  font-weight: 300;
  border-right: 1px solid #e4e8e9;
  padding: 0 18px;
}
.postmetatop ul li:first-child {
  padding: 0 18px 0 0;
}
.postmetatop ul li:last-child {
  border-right-width: 0px;
}
.postmetatop ul li i {
  margin-right: 12px;
}
.singlepostmetatop {
  padding: 19px 30px 17px 30px;
  background-color: #dee1e2;
}
.singlepostmetatop .share-button.float-right.sharer-0 label {
  padding: 0;
}
.singlepostmetatop ul {
  margin: 0;
}
.singlepostmetatop ul li {
  font-family: 'Raleway';
  color: #515151;
  border-right: 1px solid #e4e8e9;
  padding: 0 20px;
}
.singlepostmetatop ul li:first-child {
  padding: 0 20px 0 0;
}
.singlepostmetatop ul li:first-child a {
  color: #515151;
}
.singlepostmetatop ul li:last-child {
  border-right-width: 0px;
}
.singlepostmetatop ul li i {
  margin-right: 12px;
}
.singlepostmetatop .share-button ul li {
  border: none;
  color: #ffffff;
}
.sharepos .share-button {
  margin-right: 60px;
}
.nohead {
  padding: 8px 0 15px !important;
}
.postcontent img {
  max-width: 100%;
}
.postmetabottom {
  font-family: 'Open Sans';
  color: #95a5a6;
  font-weight: 400;
  padding: 15px 0;
}
.postmetabottom:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.postmetabottom i {
  margin-right: 1px;
  margin-right: 5px;
}
.postmetabottom div div:first-child i {
  font-size: 16px;
}
.postmetabottom div div:last-child {
  text-align: right;
  line-height: 36px;
}
.postmetabottom div div:last-child i {
  font-size: 16px;
}
.postmetabottom div div:last-child ul li {
  font-size: 13px;
  padding-left: 32px;
}
.postmetabottom .btn {
  font-size: 13px;
}
.postmetabottom .btn-ghost {
  border-color: #34495e;
  color: #34495e;
}
.postmetabottom .btn-ghost:hover {
  border-color: #34495e;
}
.postmetabottom .skin-dark:hover,
.postmetabottom .skin-dark:active,
.postmetabottom .skin-dark:focus {
  background-color: #34495e;
}
.postmetabottom .postborder {
  clear: both;
  margin-top: 34px;
  heigth: 1px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.postseparator {
  margin: 20px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.postcontent-link {
  position: relative;
  padding: 50px 30px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}
.postcontent-link a {
  color: #ffffff;
}
.iconlink {
  font-size: 25px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.blog .postcontent.postcontent-quote {
  position: relative;
  padding: 60px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 16px;
}
.blog .postcontent.postcontent-quote a {
  color: #ffffff;
}
.blog .postcontent.postcontent-quote blockquote {
  font-family: 'Lora';
  font-size: 30px;
  font-style: italic;
  border: none;
  padding: 0;
}
.blog .postcontent.postcontent-link {
  padding: 85px 60px;
  color: #f58e03;
}
.blog .postcontent.postcontent-link h4.blog-post-title a {
  color: #ffffff;
}
.circle_border {
  border-radius: 50%;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  font-size: 24px;
}
.iconquote {
  font-size: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
/*Responsive Video*/
.flex-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 55%;
  height: 0;
}
[data-twttr-id] {
  padding-bottom: 0;
  height: 100%;
}
.flex-video iframe:not(.twitter-tweet) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Responsive Video*/
.postimage .mejs-container,
.postimage .mejs-overlay,
.postimage .me-plugin {
  width: 100% !important;
}
.postimage .me-plugin embed {
  width: 100% !important;
}
.postimage video {
  width: 100%;
  position: relative;
  left: 0;
  top: -500px;
}
.postaudio {
  width: 100%;
  min-height: 255px;
  max-height: 255px;
  text-align: center;
  color: #ffffff;
  font-size: 80px;
  line-height: 3;
}
/* Social Icon buttons */
.list-social-icons {
  display: none;
  position: absolute;
  width: auto;
  min-width: 250px;
  right: 10px;
  top: -70px;
}
.list-social-icons div {
  float: right;
  text-align: center !important;
  padding: 10px 0 0 0;
  height: 49px;
  width: 58px;
}
.list-social-icons div a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.list-social-icons div a i {
  font-size: 20px !important;
  margin-right: 0 !important;
}
.list-social-icons div svg {
  display: none;
}
.list-social-icons div:first-child {
  height: 58px;
}
.list-social-icons div:first-child svg {
  display: block;
}
.btn-bitbucket {
  background-color: #205081;
}
.btn-bitbucket a {
  color: #ffffff !important;
}
.btn-dropbox {
  background-color: #1087dd;
}
.btn-dropbox a {
  color: #ffffff !important;
}
.btn-facebook {
  background-color: #3b5998;
}
.btn-facebook a {
  color: #ffffff !important;
}
.btn-flickr {
  background-color: #ff0084;
}
.btn-flickr a {
  color: #ffffff !important;
}
.btn-foursquare {
  background-color: #0072b1;
}
.btn-foursquare a {
  color: #ffffff !important;
}
.btn-github {
  background-color: #444444;
}
.btn-github a {
  color: #ffffff !important;
}
.btn-google-plus {
  background-color: #e34429;
}
.btn-google-plus a {
  color: #ffffff !important;
}
.btn-instagram {
  background-color: #3f729b;
}
.btn-instagram a {
  color: #ffffff !important;
}
.btn-linkedin {
  background-color: #007bb6;
}
.btn-linkedin a {
  color: #ffffff !important;
}
.btn-tumblr {
  background-color: #2c4762;
}
.btn-tumblr a {
  color: #ffffff !important;
}
.btn-twitter {
  background-color: #6cdfea;
}
.btn-twitter a {
  color: #ffffff !important;
}
.btn-vk {
  background-color: #587ea3;
}
.btn-vk a {
  color: #ffffff !important;
}
.btn-dribbble {
  background-color: #c32361;
}
.btn-dribbble a {
  color: #ffffff !important;
}
/* /Social Icon buttons */
/* Post Standard Content */
.postimagecontent {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-bottom: 20px;
}
.postimagecontent img {
  width: 100%;
  vertical-align: top;
}
.postimagecontent .imgcontrol {
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.postimagecontent .imgcontrol .imgbuttons {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.postimagecontent .imgcontrol .imgbuttons a {
  font-size: 18px;
}
.postimagecontent .imgcontrol .imgbuttons a:last-child {
  position: relative;
  left: 5px;
}
.postimagecontent:hover .imgcontrol {
  opacity: 1;
}
/* /Post Standard Content */
/* Post Gallery Content */
.post-gallery-carousel {
  position: relative;
  width: 100%;
  height: auto;
}
.post-gallery-carousel .carousel-inner {
  width: 100%;
  vertical-align: top;
}
.post-gallery-carousel .carousel-inner div {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.post-gallery-carousel .post-gallery-carousel-nav {
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 1;
  overflow: hidden;
}
.post-gallery-carousel .post-gallery-carousel-nav .post-gallery-carousel-buttons {
  position: absolute;
  bottom: 50%;
  width: 100%;
  vertical-align: middle;
}
.post-gallery-carousel .post-gallery-carousel-nav .post-gallery-carousel-buttons a {
  position: relative;
  top: 20px;
  margin-left: 37px;
  line-height: 38px;
}
.post-gallery-carousel .post-gallery-carousel-nav .post-gallery-carousel-buttons a:last-child {
  margin-right: 37px;
  float: right;
}
.paging-nav a,
.paging-nav span {
  padding: 5px 11px;
  margin: 0 3px;
}
.paging-nav a:first-child,
.paging-nav span:first-child {
  margin-left: 0;
}
.paging-nav a.prev:first-child,
.paging-nav span.prev:first-child {
  padding-left: 0;
  margin-left: 0;
}
.paging-nav a {
  color: #95a5a6;
}
.paging-nav span.current {
  color: #ffffff;
}
/* /Post Gallery Content */
.text-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/** Post Comments **/
.about-author {
  padding: 30px 0;
  font-size: 14px;
}
.about-author h5 {
  font-size: 20px;
}
.form-group {
  position: relative;
}
#commentform .form-group input {
  padding-left: 40px;
}
.form-group i {
  position: absolute;
  padding: 0px 5px;
  pointer-events: none;
  height: 37px;
  line-height: 2.5em;
  border-right: 1px solid #e4e8e9;
}
.comment_item {
  padding: 0 0 0 30px;
  margin-top: 30px;
}
.comment_item .media-body {
  border: 1px solid #e4e8e9;
  padding: 30px;
}
.comment_item .author-avatar {
  margin-top: 30px;
}
.dt-comment-author {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 300;
  color: #34495e;
}
.dt-comment-date {
  font-size: 16px;
}
.dt-comment-comment {
  padding-top: 30px;
  padding-bottom: 20px;
}
.section-comment ul.children {
  padding-left: 130px;
}
.section-comment ul.children .dt-reply-line {
  display: block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #e4e8e9;
  border-bottom: 1px solid #e4e8e9;
  position: relative;
  left: -40px;
  top: 110px;
}
@media (max-width: 767px) {
  .comment_item {
    padding-left: 0;
  }
  .comment_item .pull-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .comment_item .pull-left img {
    margin-left: 40px;
  }
  .section-comment ul.children {
    padding-left: 40px;
  }
  .dt-comment-date {
    text-align: left;
  }
  .upper_fooer .wpb_column {
      margin-bottom: 20px;
  }
}
/** /Post Comments **/
.searchform .search_btn {
  padding-top: 25px;
  cursor: pointer;
  display: block;
}
.right-logo {
  float: right;
}
@media (max-width: 991px) {
  .visible-sm-max {
    display: block !important;
    visibility: visible;
    height: auto;
  }
  table.visible-sm-max {
    display: table;
  }
  tr.visible-sm-max {
    display: table-row !important;
  }
  th.visible-sm-max,
  td.visible-sm-max {
    display: table-cell !important;
  }
}
@media (min-width: 991px) {
  .hidden-sm-max {
    display: none !important;
    visibility: hidden;
    height: 0;
    min-height: 0;
  }
}
@-webkit-keyframes androidbugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#dt-menu ul.sub-nav li.megamenu-heading:hover > a {
  background: none;
  cursor: default;
}
#mobile-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  color: inherit;
}
#mobile-header label {
  padding: 0 0.125em;
  font-family: 'Raleway';
}
#dt-menu {
  margin: 0;
  padding: 0;
}
#dt-menu label {
  padding: 0 0.25em;
  font: 3.125em/1.375em 'Raleway';
}
#dt-menu .sub-nav label {
  padding: 0 0.3125em;
  font: 2em/2em 'Raleway';
  top: 0;
}
#mobile-header label:hover,
#dt-menu label:hover {
  color: #444;
}
#main-nav-check,
#dt-menu .sub-nav-check {
  position: absolute;
  visibility: hidden;
}
.toggle {
  position: absolute;
  right: 0.15em;
  cursor: pointer;
}
.toggle.close-all {
  color: #fff!important;
}
#dt-menu,
#dt-menu .sub-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 270px;
  /* Push Menu Width*/

  z-index: 9999;
  left: -270px;
  /* Hide Push menu to the left ( equals push menu width ) */

  background: transparent;
  font-weight: 300;
}
#dt-menu a,
#dt-menu .sub-nav a {
  font-family: 'Raleway';
}
#dt-menu a:hover {
  color: #f58e03;
}
#dt-menu .sub-nav li {
  -webkit-transition: all 50ms;
  -moz-transition: all 50ms;
  -o-transition: all 50ms;
  -ms-transition: all 50ms;
  transition: all 50ms;
}
#dt-menu .sub-nav li.current-menu-item:nth-child(2) {
  border-top: 0;
}
#dt-menu .sub-nav li:hover {
  -webkit-transition: all 50ms;
  -moz-transition: all 50ms;
  -o-transition: all 50ms;
  -ms-transition: all 50ms;
  transition: all 50ms;
}
#dt-menu,
#dt-menu .sub-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  -o-transition: -o-transform 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  transition: transform 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#dt-menu ul {
  line-height: 1.5em;
  text-decoration: none;
  padding: 0;
  list-style: none;
  margin-top: 55px;
}
#dt-menu > ul > li {
  border: 0px solid #111111;
}
#dt-menu li a {
  display: block;
  padding-left: 16px;
  color: #95a5a6;
  text-decoration: none;
}
#dt-menu li a:hover {
  color: #f58e03;
}
#dt-menu .sub-nav {
  margin-top: 0px;
}
#dt-menu .sub-heading {
  margin-top: 55px;
  padding-left: 16px;
  color: #999;
}
#dt-menu .sub-heading:before {
  content: "";
  display: block;
  height: 1px;
  width: auto;
  margin-left: -1.3125em;
}
#dt-menu .toggle-sub {
  font-size: 22px;
  color: #fff;
  float: right;
  margin-top: -1.6em;
  margin-right: 15px;
  width: 0.8em;
  height: 0.8em;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  line-height: 0.6em;
  position: relative;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  text-indent: -999em;
  letter-spacing: -999em;
}
#dt-menu .toggle-sub:after {
  font-family: flaticon;
  display: block;
  content: "\e0d3";
  position: absolute;
  -webkit-font-smoothing: subpixel-antialiased;
  right: 0;
  top: 0;
  font-size: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 6px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  line-height: 1.8;
  text-indent: -2px;
}
#dt-menu li:hover > .toggle-sub {
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#dt-menu .sub-nav .toggle-sub {
  line-height: 0.6em;
  margin-top: -1.25em;
}
.home #head-page #dt-menu > ul > li > a {
  color: #34495e;
}
.home #head-page #dt-menu > ul > li > a:hover {
  color: #f58e03;
}
#head-page #dt-menu > ul > li > a {
  color: #34495e;
}
#head-page #dt-menu > ul > li > a:hover {
  color: #f58e03;
}
#dt-menu [class*='col-'] p {
  line-height: 1.5em;
}
#dt-menu,
#dt-menu .sub-nav {
  -webkit-transform: translate3d(0, 0, 0);
}
/* http://davidwalsh.name/translate3d */
/* #### - extra css for js enhancement - #### */
#dt-menu .close-all {
  display: none;
}
.js #dt-menu .close-all {
  display: inline;
}
.js #dt-menu .toggle {
  top: 7px;
  z-index: 9999;
}
.js #dt-menu .sub-nav .toggle {
  left: 14px;
  top: 18px;
  font-size: 12px;
  text-transform: uppercase;
}
/* #### - define ids of animated.container, menu and sub-menus here - #### */
#main-nav-check ~ .container,
#main-nav-check ~ .content,
#main-nav-check ~ #dt-menu,
#main-nav-check ~ .top-head,
#main-nav-check ~ #banner-section,
#main-nav-check:checked ~ #footer,
#dt-menu .sub-nav-check ~ #fof-sub,
#dt-menu .sub-nav-check ~ ul[id*='fof-sub-'] {
  -webkit-transition: all 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  -moz-transition: all 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  -o-transition: all 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  transition: all 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
}
#main-nav-check:checked ~ .container,
#main-nav-check:checked ~ .content,
#main-nav-check:checked ~ #dt-menu,
#main-nav-check:checked ~ .top-head,
#main-nav-check:checked ~ #banner-section,
#main-nav-check:checked ~ #footer,
#dt-menu .sub-nav-check:checked ~ #fof-sub,
#dt-menu .sub-nav-check:checked ~ ul[id*='fof-sub-'] {
  -webkit-transform: translate(270px, 0);
  -moz-transform: translate(270px, 0);
  -o-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  transform: translate(270px, 0);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  -o-transition: -o-transform 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
  transition: transform 350ms cubic-bezier(0.005, 0.975, 0.73, 1);
}
#main-nav-check:checked ~ .top-head {
  position: fixed;
  z-index: 9999;
}
#main-nav-check:checked:parent * {
  border: 1px solid blue;
}
.dt-megamenu .row {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
#dt-menu .dt-megamenu-sub-nav {
  margin-top: 0;
}
#dt-menu .dt-megamenu-sub-nav > .sub-heading {
  margin-top: 0;
}
.megamenu-heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
/* Menu Active */
#dt-menu > ul .sub-nav .current-menu-parent:hover > a {
  color: #fff;
}
#dt-menu > ul .sub-nav .current-menu-item > a {
  color: #f58e03;
}
i.icon-menu {
  font-size: 20px;
}
@media (max-width: 991px) {
  #dt-menu > ul .current-menu-item:hover > a {
    color: #fff;
  }
  #dt-menu > ul .current-menu-parent:hover > a {
    color: #fff;
  }
  #dt-menu {
    height: 2000px;
  }
  #head-page #dt-menu > ul > li > a {
    color: #fff!important;
    font-weight: 400;
  }
  #head-page #dt-menu > ul > li > a:hover {
    color: #f58e03 !important;
  }
  .dt-megamenu-sub-nav .sub-nav {
    height: auto;
  }
  .sub-nav .toggle {
    color: #fff;
  }
  #dt-menu,
  #dt-menu .sub-nav {
    background-color: #222;
  }
  #dt-menu .menu-item-type-search .search_btn {
    display: none;
  }
  #dt-menu > .toggle {
    font-size: 30px;
  }
  #mobile-header > .toggle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #dt-menu ul {
    line-height: 40px;
  }
  #dt-menu .sub-nav {
    font-size: 14px;
  }
  #dt-menu > ul {
    border-bottom: 1px solid #111111;
  }
  #dt-menu > ul > li {
    border-top: 1px solid #111111;
  }
  #dt-menu > ul > li > a {
    font-size: 14px;
  }
  #dt-menu > ul > li > ul > li:nth-child(2) {
    border-top: 1px solid #111111 !important;
  }
  #dt-menu .sub-nav li {
    border-top: 1px solid #000;
  }
}
/*Breakpoints*/
@media (min-width: 991px) {
  .js #dt-menu .close-all {
    display: none;
  }
  .dt-menu-leftbar #logomenu,
  .dt-menu-leftbar #logomenureveal {
    margin: 0 auto;
  }
  #dt-menu label,
  #dt-menu .sub-heading {
    display: none;
  }
  #dt-menu .sub-nav {
    visibility: hidden;
  }
  #dt-menu {
    left: 0;
    bottom: auto;
    height: 0;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 750px;
    clear: both;
    height: auto;
    overflow: visible;
    z-index: 5;
  }
  #dt-menu > ul {
    float: none;
    position: relative;
    z-index: 1;
    margin: 0;
    border-right: 0;
    width: 100%;
    z-index: 999;
    display: table;
  }
  #dt-menu.dt-menu-right > ul {
    text-align: left;
  }
  .head-page #dt-menu.dt-menu-right .menu-item-type-search,
  .head-page #dt-menu.dt-menu-right .bag {
    float: right;
  }
  #dt-menu.dt-menu-right .logo-desktop a {
    margin-right: 20px;
  }
  #dt-menu.dt-menu-left > ul {
    text-align: right;
  }
  .head-page #dt-menu.dt-menu-left .menu-item-type-search,
  .head-page #dt-menu.dt-menu-left .bag {
    float: left;
  }
  #dt-menu.dt-menu-left .logo-desktop a {
    margin-left: 20px;
  }
  #dt-menu.dt-menu-right > ul .logo-desktop {
    float: left;
  }
  #dt-menu.dt-menu-left > ul .logo-desktop {
    float: right;
  }
  #dt-menu.dt-menu-center > ul {
    text-align: center;
    position: relative;
    margin-top: 100px;
  }
  #dt-menu.dt-menu-center > ul .logo-desktop {
    float: none;
    position: absolute;
    top: -70px;
    /*Adjust Logo vertical Position here*/
  
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .hovered > a span {
    color: #f58e03;
  }
  .reveal.alt #dt-menu.dt-menu-center > ul {
    text-align: center;
    position: relative;
    margin-top: 100px;
  }
  .reveal.alt #dt-menu.dt-menu-center > ul .logo-desktop {
    float: none;
    position: absolute;
    top: -70px;
    /*Adjust Logo vertical Position here*/
  
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #dt-menu .sub-nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #dt-menu .sub-nav li:last-child {
    border: 0;
  }
  .reveal #dt-menu.dt-menu-center > ul .logo-desktop {
    float: left;
  }
  /*dt-menu-middle*/
  #dt-menu.dt-menu-middle > ul {
    text-align: center;
    position: relative;
  }
  .reveal.alt #dt-menu.dt-menu-middle > ul {
    text-align: center;
    position: relative;
  }
  .dt-menu-middle > ul > li {
    text-align: center!important;
    vertical-align: bottom;
    display: table-cell !important;
  }
  .dt-menu-middle > ul > .logo-desktop img {
    margin: 0 auto;
  }
  #dt-menu ul:after {
    content: "";
    clear: both;
    display: block;
  }
  #dt-menu > ul > li {
    border-bottom: 0;
    line-height: 5em;
    /*control menu height*/
  
  }
  #dt-menu ul li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  #dt-menu ul li.logo-desktop a {
    padding: 0;
  }
  #dt-menu ul li a {
    padding: 0 1.5em;
  }
  #dt-menu ul.sub-nav li.menu-item-has-children > a:after {
    content: "\e04c";
    position: absolute;
    right: 1.5em;
    -webkit-font-smoothing: subpixel-antialiased;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font: 0.8em flaticon;
  }
  #dt-menu .fly-left ul.sub-nav li.menu-item-has-children > a:after {
    content: '\ea02';
  }
  #dt-menu ul li a.search_btn:after {
    content: "";
  }
  #dt-menu ul li a:only-child:after {
    content: "";
  }
  #dt-menu ul.sub-nav li:hover > a {
    color: #f58e03;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    -ms-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
  }
  #dt-menu ul li:hover > a,
  #dt-menu a.search_btn:hover {
    background: transparent;
    color: #f58e03;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  #dt-menu ul ul {
    position: absolute;
  }
  #dt-menu ul ul li {
    float: none;
    width: 18em;
    /*Subnav width*/
  
  }
  #dt-menu ul ul li a {
    padding: 10px 25px 10px 25px;
  }
  #dt-menu ul ul li a:after {
    right: 1em;
    margin-top: -3px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #dt-menu ul .sub-nav {
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #dt-menu.dt-menu-left > ul > li:nth-child(2) .sub-nav {
    left: 0;
  }
  #dt-menu li > ul.sub-nav {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
  }
  #dt-menu li:hover > ul.sub-nav {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.97;
  }
  #dt-menu ul li:hover > ul {
    visibility: visible;
  }
  #dt-menu ul ul .sub-nav {
    float: left;
    top: -1px;
    left: 100%;
    margin-left: 1px;
  }
  #dt-menu ul .fly-left > ul {
    float: right;
    left: -90%;
    width: 273px!important;
  }
  #dt-menu ul .fly-left > ul ul {
    left: -113%;
    width: 273px;
  }
  #dt-menu ul .fly-left a:after {
    right: auto;
    left: 0.2em;
    margin-top: -1.55em;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #dt-menu > ul > li.fly-left > a:after {
    left: auto;
    right: 0.1em;
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #dt-menu .dt-megamenu {
    position: static;
  }
  #dt-menu .dt-megamenu .full-dt-megamenu {
    left: 0;
    width: 100%;
  }
  #dt-menu .dt-megamenu .full-dt-megamenu li {
    width: 100%;
  }
  #dt-menu .dt-megamenu-sub-nav {
    margin-top: 0;
    width: 100%;
    position: relative;
  }
  #dt-menu .dt-megamenu-sub-nav ul {
    left: auto;
    margin-left: -100%;
    width: 100%;
  }
  #dt-menu .dt-megamenu-sub-nav .sub-nav {
    left: 100%;
  }
  #dt-menu .dt-megamenu-sub-nav .fly-left ul {
    left: auto;
    margin-left: -100%;
    width: 100%;
  }
  #dt-menu .dt-megamenu-width-set.sticky-right > ul {
    width: 80%;
    left: auto;
    right: 0;
  }
  #dt-menu .dt-megamenu-width-set.sticky-left > ul {
    width: 80%;
    left: 0;
    right: auto;
  }
  #dt-menu .dt-megamenu-width-set > ul > li {
    width: 100%;
  }
  .megamenu-sub > li {
    border: 0!important;
  }
  #dt-menu .dt-megamenu .auto-dt-megamenu > li {
    width: auto;
  }
  #dt-menu .dt-megamenu-sub-nav li {
    width: 100%;
  }
  #dt-menu > ul > .fly-left > ul {
    width: auto;
  }
}
@media (min-width: 992px) {
  #dt-menu {
    position: relative;
    margin: 0 auto;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #dt-menu {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
  }
}
#top-bar .logo-desktop,
.sidebar .logo-desktop,
footer .logo-desktop {
  display: none;
}
.menu_background_color {
  background: #ffffff;
}
.menu_separator svg path.menu_background_color {
  fill: #ffffff;
}
.menu_separator svg path.menu_separator_background_color {
  fill: rgba(255, 255, 255, 0);
  -ms-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
#head-page.reveal .menu_separator svg path.menu_background_color {
  fill: #ffffff;
}
#head-page.reveal.alt .menu_separator svg path.menu_background_color {
  fill: #ffffff;
}
.solid.reveal .menu_separator svg path.menu_separator_border_color {
  stroke: #b5cbd9;
}
.solid.reveal.alt .menu_separator svg path.menu_separator_border_color {
  stroke: #b5cbd9;
}
.transparent.reveal .menu_separator svg path.menu_separator_border_color {
  stroke: #b5cbd9;
}
.transparent.reveal.alt .menu_separator svg path.menu_separator_border_color {
  stroke: #b5cbd9;
}
.home .menu_background_color {
  background: #ffffff;
}
.home .menu_separator svg path.menu_background_color {
  fill: #ffffff;
}
.home .menu_separator svg path.menu_separator_background_color {
  fill: rgba(255, 255, 255, 0);
}
.home #head-page.reveal .menu_separator svg path.menu_background_color {
  fill: #ffffff;
}
.home #head-page.reveal.alt .menu_separator svg path.menu_background_color {
  fill: #ffffff;
}
.home .solid.reveal .menu_separator svg path.menu_separator_border_color {
  stroke: #b5cbd9;
}
.home .solid.reveal.alt .menu_separator svg path.menu_separator_border_color {
  stroke: #b5cbd9;
}
.home .transparent.reveal .menu_separator svg path.menu_separator_border_color {
  stroke: #b5cbd9;
}
.home .transparent.reveal.alt .menu_separator svg path.menu_separator_border_color {
  stroke: #b5cbd9;
}
@media (min-width: 991px) {
  #head-page.reveal .dt-menu-leftbar {
    height: auto;
  }
  #dt-menu.dt-menu-leftbar {
    position: absolute;
    left: 0;
    width: 20em;
    height: 100%;
  }
  .dt-menu-leftbar ~ .container-outer {
    margin-left: 22em;
    margin-right: 2em;
    width: auto;
  }
  #dt-menu.dt-menu-leftbar > ul > li {
    line-height: 2.75em;
  }
  #dt-menu.dt-menu-leftbar > ul > li {
    display: block;
  }
  #dt-menu.dt-menu-leftbar ul li a:after,
  #dt-menu.dt-menu-leftbar > ul > li.fly-left > a:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    right: 1em;
  }
  #dt-menu.dt-menu-leftbar ul .fly-left ul {
    margin-left: auto;
  }
  #dt-menu.dt-menu-leftbar .dt-megamenu {
    position: inherit;
  }
  #dt-menu.dt-menu-leftbar ul .sub-nav {
    width: inherit;
    left: 100%;
    top: 0;
  }
  #dt-menu.dt-menu-leftbar .dt-megamenu > ul.sub-nav {
    left: 100%;
    top: 0;
    width: 900px!important;
  }
  div#head-page .dt-menu-leftbar .popup_form {
    position: absolute;
    top: 40px;
    width: 210px;
    left: 20px;
    display: none;
  }
  .vertical_menu,
  .vertical_menu #head-page {
    height: 100%;
    width: 20em;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .adminbar-is-here.vertical_menu {
    top: 32px;
  }
  .vertical_menu ~ .vertical_menu_container {
    margin-left: 20em;
    width: auto;
  }
  .vertical_menu #top-bar {
    overflow: hidden;
  }
}
@media (max-width: 1450px) {
  .vertical_menu_container .container {
    width: auto !important;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.megamenu-heading a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  font-weight: 100;
}
.hide-me-first {
  display: none;
}
/* woocommerce mini cart */
.bag .sub-nav {
  padding: 15px !important;
}
@media (min-width: 991px) {
  .bag .sub-nav {
    left: -220px !important;
  }
  .vertical_menu .bag .sub-nav {
    left: 280px !important;
  }
}
.cart-popup {
  top: 100%;
  right: 0px;
  background-color: #141414;
  padding: 0px;
  background-clip: padding-box;
  max-width: 250px;
  color: #fff;
}
.cart-popup .widget_shopping_cart_content {
  float: left;
}
.cart-popup .widget_shopping_cart_content .cart_list {
  position: relative !important;
}
.cart-popup .widget_shopping_cart_content .cart_list li {
  margin-bottom: 20px;
}
.button_cart {
  padding: 5px 0 3px 0 !important;
}
@media (max-width: 480px) {
  .cart-popup {
    right: 0;
    margin: 20px 10px;
  }
}
@media (max-width: 991px) {
  .cart-popup {
    position: relative;
    top: 0;
    right: 0;
    max-width: 250px;
  }
}
.vertical_menu .cart-popup {
  position: relative;
  top: 0;
  max-width: 250px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #dt-menu ul li a {
    padding: 0 1em;
  }
}
@media (max-width: 1024px) {
    .eachser_img {
        margin-bottom: 10px;
    }
    .org_chart img,.eachser_img img {
        width: 100%;
    }
}

@media (max-width: 991px) {
  #dt-menu {
    overflow: scroll;
    height: auto;
  }
  .sub-nav {
    height: 200%;
  }
}
.blank-reveal-area {
  position: absolute;
  top: 0;
  width: 0;
  height: 200px;
}
/* Menu Separator */
.menu_separator {
  position: absolute;
  height: 142px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.menu_separator svg {
  height: 175px;
  width: 100%;
}
.menu_separator ~ .container #dt-menu.dt-menu-center {
  margin-top: -30px;
}
.menu_separator.menu_separator_type_0 {
  height: 70px;
  min-height: 70px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .menu_separator {
    display: none;
  }
  .menu_separator ~ .container #dt-menu {
    margin-top: 0;
  }
  .menu_separator ~ .container #dt-menu.dt-menu-center {
    margin-top: 0px;
  }
  #head-page {
    background: rgba(255, 255, 255, 0.9);
  }
  #head-page.reveal.alt {
    background: rgba(255, 255, 255, 0.9);
  }
  #head-page.reveal {
    background: rgba(255, 255, 255, 0.9);
  }
  .home #head-page {
    background: rgba(255, 255, 255, 0.9);
  }
  .home #head-page.reveal.alt {
    background: rgba(255, 255, 255, 0.9);
  }
  .home #head-page.reveal {
    background: rgba(255, 255, 255, 0.9);
  }
}
.menu_separator_space {
  height: 5em;
  margin-top: -30px;
}
/* Hide Scrollbar in WEbkit Browsers */
#dt-menu::-webkit-scrollbar {
  width: 0!important;
}
@-webkit-keyframes androidbugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#mobile-header-top-left {
  position: absolute;
  top: 0;
  left: 55px;
  /*right: 0;*/

  height: auto;
  /*background: #222;*/

}
#mobile-header-top-left label {
  padding: 0 0.125em;
  font-family: 'Open Sans';
  font-size: 36px;
}
#dt-topbar-menu-left {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #ffffff;
}
#dt-topbar-menu-left label {
  padding: 0 0.25em;
  font: 3.125em/1.375em 'Open Sans';
}
#dt-topbar-menu-left .sub-nav label {
  padding: 0 0.3125em;
  font: 2em/2em 'Open Sans';
  top: 0;
}
#mobile-header-top-left label:hover,
#dt-topbar-menu-left label:hover {
  color: #ccc;
}
#main-nav-check-top-left,
#dt-topbar-menu-left .sub-nav-check {
  position: absolute;
  visibility: hidden;
}
.toggle {
  position: absolute;
  right: 0.15em;
  cursor: pointer;
}
#dt-topbar-menu-left,
#dt-topbar-menu-left .sub-nav {
  background: transparent;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 12px;
}
#dt-topbar-menu-left {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.75em;
  /* Push Menu Width*/

  z-index: 9999;
  left: -16.75em;
  /* Hide Push menu to the left ( equals push menu width ) */

}
#dt-topbar-menu-left .sub-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.75em;
  /* Push Menu Width*/

  z-index: 9999;
  left: -16.75em;
  /* Hide Push menu to the left ( equals push menu width ) */

}
#dt-topbar-menu-left .sub-nav {
  font-size: 12px;
}
#dt-topbar-menu-left,
#dt-topbar-menu-left .sub-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.275, 0, 0.095, 1.17);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.275, 0, 0.095, 1.17);
  -o-transition: -o-transform 350ms cubic-bezier(0.275, 0, 0.095, 1.17);
  transition: transform 350ms cubic-bezier(0.275, 0, 0.095, 1.17);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#dt-topbar-menu-left ul {
  line-height: 1.5em;
  text-decoration: none;
  padding: 0;
  list-style: none;
  margin-top: 4.0625em;
}
#dt-topbar-menu-left > ul > li {
  border: 0px solid #e4e8e9;
}
#dt-topbar-menu-left .sub-nav li {
  border: 1px solid #e4e8e9;
  border-bottom: 0px solid #e4e8e9;
}
#dt-topbar-menu-left .sub-nav li:last-child {
  border-bottom: 1px solid #e4e8e9;
}
#dt-topbar-menu-left > ul > li > ul > li:nth-child(2) {
  border-top: 3px solid #f58e03 !important;
}
#dt-topbar-menu-left li a {
  display: block;
  padding-left: 1.5em;
  color: #515151;
  text-decoration: none;
}
#dt-topbar-menu-left .sub-nav li a {
  background: #ffffff;
}
#dt-topbar-menu-left li a:hover {
  color: #515151;
  background: #f58e03;
}
#dt-topbar-menu-left li .toggle-sub:hover {
  color: #f58e03;
  background: #515151;
}
#dt-topbar-menu-left .sub-nav {
  margin-top: -1px;
}
#dt-topbar-menu-left .sub-heading {
  margin-top: 4.0625em;
  padding-left: 1.3125em;
  color: #999;
}
#dt-topbar-menu-left .sub-heading:before {
  content: "";
  display: block;
  height: 1px;
  width: auto;
  margin-left: -1.3125em;
  background: #444;
}
#dt-topbar-menu-left .toggle-sub {
  /*font: bold 1em/2.75em @font2 !important;*/

  font-family: 'Open Sans';
  font-size: 22px;
  color: #fff;
  background: #f58e03;
  float: right;
  top: auto;
  margin-top: -1.3em;
  margin-right: 5px;
  width: 0.8em;
  height: 0.8em;
  /*border-left: 1px solid #444;*/

  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  line-height: 0.6em;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#dt-topbar-menu-left li:hover > .toggle-sub {
  color: #f58e03;
  background: #515151;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#dt-topbar-menu-left .sub-nav .toggle-sub {
  line-height: 0.6em;
  margin-top: -1em;
  /*margin-top: -1em;
    width: 1.25em;
    height: 1.25em;*/

}
#dt-topbar-menu-left [class*='col-'] p {
  line-height: 1.5em;
}
#dt-topbar-menu-left,
#dt-topbar-menu-left .sub-nav {
  -webkit-transform: translate3d(0, 0, 0);
}
/* http://davidwalsh.name/translate3d */
/* #### - extra css for js enhancement - #### */
#dt-topbar-menu-left .close-all {
  display: none;
}
.js #dt-topbar-menu-left .close-all {
  display: inline;
}
.js #dt-topbar-menu-left .toggle {
  top: 0;
  z-index: 9999;
}
.js #dt-topbar-menu-left .sub-nav .toggle {
  left: 0.15em;
  top: 1em;
  /*width: 1em;*/

  font-size: 12px;
  text-transform: uppercase;
}
/* #### - define ids of animated.container, menu and sub-menus here - #### */
#main-nav-check-top-left:checked ~ .container,
#main-nav-check-top-left:checked ~ #dt-topbar-menu-left {
  -webkit-transform: translate(16.75em, 0);
  -moz-transform: translate(16.75em, 0);
  -o-transform: translate(16.75em, 0);
  -ms-transform: translate(16.75em, 0);
  transform: translate(16.75em, 0);
}
#dt-topbar-menu-left .dt-megamenu-sub-nav {
  margin-top: 0;
}
#dt-topbar-menu-left .dt-megamenu-sub-nav ul li {
  background-color: #333;
}
#dt-topbar-menu-left .dt-megamenu-sub-nav > .sub-heading {
  margin-top: 0;
}
@media (max-width: 767px) {
  .dt-megamenu-sub-nav .sub-nav {
    height: auto;
  }
  #dt-topbar-menu-left {
    background-color: #ffffff;
    position: absolute;
    background-size: auto auto;
    min-height: 700px;
  }
  #dt-topbar-menu-left .sub-nav {
    background-color: #ffffff;
    position: absolute;
    background-size: auto auto;
  }
  #dt-topbar-menu-left .menu-item-type-search {
    display: none;
  }
  #dt-topbar-menu-left > .toggle {
    font-size: 30px;
  }
  #dt-topbar-menu-left {
    border-right: 1px solid #e4e8e9;
    border-bottom: 1px solid #e4e8e9;
  }
  #dt-topbar-menu-left > ul {
    width: 100%;
    border-bottom: 1px solid #e4e8e9;
    margin-left: 0;
    margin-right: 0;
  }
  #dt-topbar-menu-left > ul > li {
    border-top: 1px solid #e4e8e9;
  }
  #dt-topbar-menu-left ul li:first-child {
    border-top: 3px solid #f58e03 !important;
  }
  #dt-topbar-menu-left > ul > li > ul > li:nth-child(2) {
    border-top: 1px solid #e4e8e9 !important;
  }
  /*mine*/
  .each_project img {
      width: 100%;
  }
}
/*Breakpoints*/
@media (min-width: 767px) {
  .js #dt-topbar-menu-left .close-all {
    display: none;
  }
  #dt-topbar-menu-left label,
  #dt-topbar-menu-left .sub-nav,
  #dt-topbar-menu-left .sub-heading,
  #mobile-header-top-left label {
    display: none;
  }
  #dt-topbar-menu-left {
    left: 0;
    bottom: auto;
    height: 0;
    /*width: 100%;*/
  
    width: auto;
    position: relative;
    margin: 0 auto;
    /*clear:both;*/
  
    height: auto;
    overflow: visible;
    z-index: 50;
  }
  #dt-topbar-menu-left > ul {
    float: none;
    position: relative;
    z-index: 1;
    margin: 0;
    border-right: 0;
    font-size: 14px;
    line-height: 2em;
    width: 100%;
    z-index: 999;
    display: table;
  }
  #dt-topbar-menu-left.dt-menu-right > ul {
    text-align: right;
  }
  #dt-topbar-menu-left.dt-menu-left > ul {
    text-align: left;
  }
  #dt-topbar-menu-left.dt-menu-center > ul {
    text-align: center;
    position: relative;
    margin-top: 120px;
  }
  #dt-topbar-menu-left.dt-menu-right > ul .logo-desktop {
    float: left;
  }
  #dt-topbar-menu-left.dt-menu-left > ul .logo-desktop {
    float: right;
  }
  #dt-topbar-menu-left.dt-menu-center > ul .logo-desktop {
    float: none;
    position: absolute;
    top: -100px;
    /*Adjust Logo vertical Position here*/
  
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #dt-topbar-menu-left ul:after {
    content: "";
    clear: both;
    display: block;
  }
  #dt-topbar-menu-left > ul > li > a {
    position: relative;
    line-height: 4em;
    /*control menu height*/
  
  }
  #dt-topbar-menu-left > ul > li {
    border-bottom: 0;
    line-height: 5em;
    /*control menu height*/
  
  }
  #dt-topbar-menu-left ul li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  #dt-topbar-menu-left ul li.logo-desktop a {
    padding: 0;
  }
  #dt-topbar-menu-left ul li a {
    padding: 0 1.5em;
  }
  #dt-topbar-menu-left ul#menu-main-menu > li.menu-item-has-children > a:after {
    content: "\ea01";
    position: absolute;
    right: 0.7em;
    top: 50%;
    margin-top: 1px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font: 0.7em fontello;
  }
  #dt-topbar-menu-left ul.sub-nav li.menu-item-has-children > a:after {
    content: "\ea03";
    position: absolute;
    right: 0.7em;
    top: 50%;
    margin-top: 1px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font: 0.8em fontello;
  }
  #dt-topbar-menu-left ul li a.search_btn:after {
    content: "";
  }
  #dt-topbar-menu-left > ul > li > a:after {
    top: 35%;
  }
  #dt-topbar-menu-left ul li a:only-child:after {
    content: "";
  }
  #dt-topbar-menu-left ul.sub-nav li:hover > a {
    background: #f58e03;
    color: #ffffff;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  #dt-topbar-menu-left ul li:hover > a,
  #dt-topbar-menu-left a.search_btn:hover {
    background: transparent;
    color: #f58e03;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  #dt-topbar-menu-left ul li:hover > ul {
    display: block;
  }
  #dt-topbar-menu-left ul ul {
    position: absolute;
  }
  #dt-topbar-menu-left ul ul li {
    float: none;
    width: 15em;
    /*Subnav width*/
  
  }
  #dt-topbar-menu-left ul ul li a {
    padding: .5em 1.7em .5em 1.7em;
  }
  #dt-topbar-menu-left ul ul li a:after {
    right: 0.375em;
    margin-top: -1.6875em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #dt-topbar-menu-left ul .sub-nav {
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    margin-top: 0;
  }
  #dt-topbar-menu-left ul ul .sub-nav {
    float: left;
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
  #dt-topbar-menu-left ul .fly-left ul {
    width: 100%;
    left: auto;
    margin-left: -100%;
    margin-right: -2px;
  }
  #dt-topbar-menu-left ul .fly-left a:after {
    right: auto;
    left: 0.2em;
    margin-top: -1.55em;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #dt-topbar-menu-left > ul > li.fly-left > a:after {
    left: auto;
    right: 0.1em;
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #dt-topbar-menu-left .dt-megamenu {
    position: static;
  }
  #dt-topbar-menu-left .megamenu-sub {
    /*padding-top:15px;*/
  
  }
  #dt-topbar-menu-left .dt-megamenu .full-dt-megamenu {
    left: 0;
    width: 100%;
  }
  #dt-topbar-menu-left .dt-megamenu .full-dt-megamenu li {
    width: 100%;
  }
  #dt-topbar-menu-left .dt-megamenu-sub-nav {
    margin-top: 0;
    width: 100%;
    position: relative;
  }
  #dt-topbar-menu-left .dt-megamenu-sub-nav ul {
    left: auto;
    margin-left: -100%;
    width: 100%;
  }
  #dt-topbar-menu-left .dt-megamenu-sub-nav .sub-nav {
    left: 100%;
  }
  #dt-topbar-menu-left .dt-megamenu-sub-nav .fly-left ul {
    left: auto;
    margin-left: -100%;
    width: 100%;
  }
  #dt-topbar-menu-left .dt-megamenu-width-set.sticky-right > ul {
    width: 80%;
    left: auto;
    right: 0;
  }
  #dt-topbar-menu-left .dt-megamenu-width-set.sticky-left > ul {
    width: 80%;
    left: 0;
    right: auto;
  }
  #dt-topbar-menu-left .dt-megamenu-width-set > ul > li {
    width: 100%;
  }
  .megamenu-sub > li {
    border: 0!important;
  }
  #dt-topbar-menu-left .dt-megamenu .auto-dt-megamenu > li {
    width: auto;
  }
  #dt-topbar-menu-left .dt-megamenu-sub-nav li {
    width: 100%;
  }
  #dt-topbar-menu-left > ul > .fly-left > ul {
    width: 15em;
  }
}
@media (min-width: 992px) {
  #dt-topbar-menu-left {
    position: relative;
    margin: 0 auto;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #dt-topbar-menu-left {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
  }
}
#top-bar .logo-desktop,
.sidebar .logo-desktop,
footer .logo-desktop {
  display: none;
}
#top-bar {
  min-height: 3em;
}
@-webkit-keyframes androidbugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#mobile-header-top-right {
  position: absolute;
  top: 0;
  left: 55px;
  height: auto;
}
#mobile-header-top-right label {
  padding: 0 0.125em;
  font-family: 'Open Sans';
  font-size: 36px;
}
#dt-topbar-menu-right {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #ffffff;
}
#dt-topbar-menu-right label {
  padding: 0 0.25em;
  font: 3.125em/1.375em 'Open Sans';
}
#dt-topbar-menu-right .sub-nav label {
  padding: 0 0.3125em;
  font: 2em/2em 'Open Sans';
  top: 0;
}
#mobile-header-top-right label:hover,
#dt-topbar-menu-right label:hover {
  color: #ccc;
}
#main-nav-check-top-right,
#dt-topbar-menu-right .sub-nav-check {
  position: absolute;
  visibility: hidden;
}
.toggle {
  position: absolute;
  right: 0.15em;
  cursor: pointer;
}
#dt-topbar-menu-right,
#dt-topbar-menu-right .sub-nav {
  background: transparent;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 12px;
}
#dt-topbar-menu-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.75em;
  /* Push Menu Width*/

  z-index: 9999;
  left: -16.75em;
  /* Hide Push menu to the left ( equals push menu width ) */

}
#dt-topbar-menu-right .sub-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.75em;
  /* Push Menu Width*/

  z-index: 9999;
  left: -16.75em;
  /* Hide Push menu to the left ( equals push menu width ) */

}
#dt-topbar-menu-right .sub-nav {
  font-size: 12px;
}
#dt-topbar-menu-right,
#dt-topbar-menu-right .sub-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.275, 0, 0.095, 1.17);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.275, 0, 0.095, 1.17);
  -o-transition: -o-transform 350ms cubic-bezier(0.275, 0, 0.095, 1.17);
  transition: transform 350ms cubic-bezier(0.275, 0, 0.095, 1.17);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#dt-topbar-menu-right ul {
  line-height: 1.5em;
  text-decoration: none;
  padding: 0;
  list-style: none;
  margin-top: 4.0625em;
}
#dt-topbar-menu-right > ul > li {
  border: 0px solid #e4e8e9;
}
#dt-topbar-menu-right .sub-nav li {
  border: 1px solid #e4e8e9;
  border-bottom: 0px solid #e4e8e9;
}
#dt-topbar-menu-right .sub-nav li:last-child {
  border-bottom: 1px solid #e4e8e9;
}
#dt-topbar-menu-right > ul > li > ul > li:nth-child(2) {
  border-top: 3px solid #f58e03 !important;
}
#dt-topbar-menu-right li a {
  display: block;
  padding-left: 1.5em;
  color: #515151;
  text-decoration: none;
}
#dt-topbar-menu-right .sub-nav li a {
  background: #ffffff;
}
#dt-topbar-menu-right li a:hover {
  color: #515151;
  background: #f58e03;
}
#dt-topbar-menu-right li .toggle-sub:hover {
  color: #f58e03;
  background: #515151;
}
#dt-topbar-menu-right .sub-nav {
  margin-top: -1px;
}
#dt-topbar-menu-right .sub-heading {
  margin-top: 4.0625em;
  padding-left: 1.3125em;
  color: #999;
}
#dt-topbar-menu-right .sub-heading:before {
  content: "";
  display: block;
  height: 1px;
  width: auto;
  margin-left: -1.3125em;
  background: #444;
}
#dt-topbar-menu-right .toggle-sub {
  font-family: 'Open Sans';
  font-size: 22px;
  color: #fff;
  background: #f58e03;
  float: right;
  top: auto;
  margin-top: -1.3em;
  margin-right: 5px;
  width: 0.8em;
  height: 0.8em;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  line-height: 0.6em;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#dt-topbar-menu-right li:hover > .toggle-sub {
  color: #f58e03;
  background: #515151;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#dt-topbar-menu-right .sub-nav .toggle-sub {
  line-height: 0.6em;
  margin-top: -1em;
}
#dt-topbar-menu-right [class*='col-'] p {
  line-height: 1.5em;
}
#dt-topbar-menu-right,
#dt-topbar-menu-right .sub-nav {
  -webkit-transform: translate3d(0, 0, 0);
}
/* http://davidwalsh.name/translate3d */
/* #### - extra css for js enhancement - #### */
#dt-topbar-menu-right .close-all {
  display: none;
}
.js #dt-topbar-menu-right .close-all {
  display: inline;
}
.js #dt-topbar-menu-right .toggle {
  top: 0;
  z-index: 9999;
}
.js #dt-topbar-menu-right .sub-nav .toggle {
  left: 0.15em;
  top: 1em;
  font-size: 12px;
  text-transform: uppercase;
}
/* #### - define ids of animated.container, menu and sub-menus here - #### */
#main-nav-check-top-right:checked ~ .container,
#main-nav-check-top-right:checked ~ #dt-topbar-menu-right {
  -webkit-transform: translate(16.75em, 0);
  -moz-transform: translate(16.75em, 0);
  -o-transform: translate(16.75em, 0);
  -ms-transform: translate(16.75em, 0);
  transform: translate(16.75em, 0);
}
#dt-topbar-menu-right .dt-megamenu-sub-nav {
  margin-top: 0;
}
#dt-topbar-menu-right .dt-megamenu-sub-nav ul li {
  background-color: #333;
}
#dt-topbar-menu-right .dt-megamenu-sub-nav > .sub-heading {
  margin-top: 0;
}
@media (max-width: 767px) {
  .dt-megamenu-sub-nav .sub-nav {
    height: auto;
  }
  #dt-topbar-menu-right {
    background-color: #ffffff;
    position: absolute;
    background-size: auto auto;
    min-height: 700px;
  }
  #dt-topbar-menu-right .sub-nav {
    background-color: #ffffff;
    position: absolute;
    background-size: auto auto;
  }
  #dt-topbar-menu-right .menu-item-type-search {
    display: none;
  }
  #dt-topbar-menu-right > .toggle {
    font-size: 30px;
  }
  #dt-topbar-menu-right {
    border-right: 1px solid #e4e8e9;
    border-bottom: 1px solid #e4e8e9;
  }
  #dt-topbar-menu-right > ul {
    width: 100%;
    border-bottom: 1px solid #e4e8e9;
    margin-left: 0;
    margin-right: 0;
  }
  #dt-topbar-menu-right > ul > li {
    border-top: 1px solid #e4e8e9;
  }
  #dt-topbar-menu-right ul li:first-child {
    border-top: 3px solid #f58e03 !important;
  }
  #dt-topbar-menu-right > ul > li > ul > li:nth-child(2) {
    border-top: 1px solid #e4e8e9 !important;
  }
}
/*Breakpoints*/
@media (min-width: 767px) {
  .js #dt-topbar-menu-right .close-all {
    display: none;
  }
  #dt-topbar-menu-right label,
  #dt-topbar-menu-right .sub-nav,
  #dt-topbar-menu-right .sub-heading,
  #mobile-header-top-right label {
    display: none;
  }
  #dt-topbar-menu-right {
    left: 0;
    bottom: auto;
    height: 0;
    width: auto;
    position: relative;
    margin: 0 auto;
    height: auto;
    overflow: visible;
    z-index: 50;
  }
  #dt-topbar-menu-right > ul {
    float: none;
    position: relative;
    z-index: 1;
    margin: 0;
    border-right: 0;
    font-size: 14px;
    line-height: 2em;
    width: 100%;
    z-index: 999;
    display: table;
  }
  #dt-topbar-menu-right.dt-menu-right > ul {
    text-align: right;
  }
  #dt-topbar-menu-right.dt-menu-right > ul {
    text-align: left;
  }
  #dt-topbar-menu-right.dt-menu-center > ul {
    text-align: center;
    position: relative;
    margin-top: 120px;
  }
  #dt-topbar-menu-right.dt-menu-right > ul .logo-desktop {
    float: left;
  }
  #dt-topbar-menu-right.dt-menu-right > ul .logo-desktop {
    float: right;
  }
  #dt-topbar-menu-right.dt-menu-center > ul .logo-desktop {
    float: none;
    position: absolute;
    top: -100px;
    /*Adjust Logo vertical Position here*/
  
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #dt-topbar-menu-right ul:after {
    content: "";
    clear: both;
    display: block;
  }
  #dt-topbar-menu-right > ul > li > a {
    position: relative;
    line-height: 4em;
    /*control menu height*/
  
  }
  #dt-topbar-menu-right > ul > li {
    border-bottom: 0;
    line-height: 5em;
    /*control menu height*/
  
  }
  #dt-topbar-menu-right ul li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  #dt-topbar-menu-right ul li.logo-desktop a {
    padding: 0;
  }
  #dt-topbar-menu-right ul li a {
    padding: 0 1.5em;
  }
  #dt-topbar-menu-right ul#menu-main-menu > li.menu-item-has-children > a:after,
  #dt-topbar-menu-right ul#menu-main-menu-1 > li.menu-item-has-children > a:after,
  #dt-topbar-menu-right ul#menu-main-menu-2 > li.menu-item-has-children > a:after {
    content: "\ea01";
    position: absolute;
    right: 0.7em;
    top: 50%;
    margin-top: 1px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font: 0.7em fontello;
  }
  #dt-topbar-menu-right ul.sub-nav li.menu-item-has-children > a:after {
    content: "\ea03";
    position: absolute;
    right: 0.7em;
    top: 50%;
    margin-top: 1px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font: 0.8em fontello;
  }
  #dt-topbar-menu-right ul li a.search_btn:after {
    content: "";
  }
  #dt-topbar-menu-right > ul > li > a:after {
    top: 35%;
  }
  #dt-topbar-menu-right ul li a:only-child:after {
    content: "";
  }
  #dt-topbar-menu-right ul.sub-nav li:hover > a {
    background: #f58e03;
    color: #ffffff;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  #dt-topbar-menu-right ul li:hover > a,
  #dt-topbar-menu-right a.search_btn:hover {
    background: transparent;
    color: #f58e03;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  #dt-topbar-menu-right ul li:hover > ul {
    display: block;
  }
  #dt-topbar-menu-right ul ul {
    position: absolute;
  }
  #dt-topbar-menu-right ul ul li {
    float: none;
    width: 15em;
    /*Subnav width*/
  
  }
  #dt-topbar-menu-right ul ul li a {
    padding: .5em 1.7em .5em 1.7em;
  }
  #dt-topbar-menu-right ul ul li a:after {
    right: 0.375em;
    margin-top: -1.6875em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #dt-topbar-menu-right ul .sub-nav {
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    margin-top: 0;
  }
  #dt-topbar-menu-right ul ul .sub-nav {
    float: left;
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
  #dt-topbar-menu-right ul .fly-left ul {
    width: 100%;
    left: auto;
    margin-left: -100%;
    margin-right: -2px;
  }
  #dt-topbar-menu-right ul .fly-left a:after {
    right: auto;
    left: 0.2em;
    margin-top: -1.55em;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #dt-topbar-menu-right > ul > li.fly-left > a:after {
    left: auto;
    right: 0.1em;
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #dt-topbar-menu-right .dt-megamenu {
    position: static;
  }
  #dt-topbar-menu-right .dt-megamenu .full-dt-megamenu {
    left: 0;
    width: 100%;
  }
  #dt-topbar-menu-right .dt-megamenu .full-dt-megamenu li {
    width: 100%;
  }
  #dt-topbar-menu-right .dt-megamenu-sub-nav {
    margin-top: 0;
    width: 100%;
    position: relative;
  }
  #dt-topbar-menu-right .dt-megamenu-sub-nav ul {
    left: auto;
    margin-left: -100%;
    width: 100%;
  }
  #dt-topbar-menu-right .dt-megamenu-sub-nav .sub-nav {
    left: 100%;
  }
  #dt-topbar-menu-right .dt-megamenu-sub-nav .fly-left ul {
    left: auto;
    margin-left: -100%;
    width: 100%;
  }
  #dt-topbar-menu-right .dt-megamenu-width-set.sticky-right > ul {
    width: 80%;
    left: auto;
    right: 0;
  }
  #dt-topbar-menu-right .dt-megamenu-width-set.sticky-left > ul {
    width: 80%;
    left: 0;
    right: auto;
  }
  #dt-topbar-menu-right .dt-megamenu-width-set > ul > li {
    width: 100%;
  }
  .megamenu-sub > li {
    border: 0!important;
  }
  #dt-topbar-menu-right .dt-megamenu .auto-dt-megamenu > li {
    width: auto;
  }
  #dt-topbar-menu-right .dt-megamenu-sub-nav li {
    width: 100%;
  }
  #dt-topbar-menu-right > ul > .fly-left > ul {
    width: 15em;
  }
}
@media (min-width: 992px) {
  #dt-topbar-menu-right {
    position: relative;
    margin: 0 auto;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #dt-topbar-menu-right {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
  }
}
#top-bar .logo-desktop,
.sidebar .logo-desktop,
footer .logo-desktop {
  display: none;
}
#top-bar {
  min-height: 3em;
}
/*** FOOTER ***/
.footer-left {
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .footer-left {
    height: auto!important;
  }
}
.footer-left #footer-left {
  margin: 40px 20px 40px 20px;
}
@media (max-width: 992px) {
  .footer-left #footer-left {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .footer-left #footer-left {
    border-bottom: 0;
  }
}
.footer-left #footer-left .dt-social a {
  color: #c2c2c2;
}
.footer-right {
  color: #ffffff;
}
@media (min-width: 480px) and (max-width: 992px) {
  .footer-right {
    border-left: 0;
  }
}
/*** /FOOTER ***/
/*** FOOTER WIDGETS ***/
footer#footer {
  /** WIDGET TEXT **/

  /** /WIDGET TEXT **/

  /** WIDGET TWITTER SLIDER **/

  /** /WIDGET TWITTER SLIDER **/

  /** WIDGET CALENDAR **/

  /** /WIDGET CALENDAR **/

  /** WIDGET SEARCH **/

  /** /WIDGET SEARCH **/

  /** WIDGET DT PORTFOLIO IMAGE **/

  /** /WIDGET DT PORTFOLIO IMAGE **/

  /** WIDGET TAG CLOUD **/

  /** /WIDGET TAG CLOUD **/

  /** WIDGET PRODUCT TAG CLOUD **/

  /** /WIDGET PRODUCT TAG CLOUD **/

  /** WIDGET CATEGORIES **/

  /** /WIDGET CATEGORIES **/

  /** WIDGET ARCHIVE **/

  /** /WIDGET ARCHIVE **/

  /** WIDGET RECENT COMMENTS **/

  /** /WIDGET RECENT COMMENTS **/

  /** WIDGET TABS **/

  /** /WIDGET TABS **/

  /** WIDGET ACCORDION **/

  /** /WIDGET ACCORDION **/

  /** WOOCOMMERCE WIDGET PRODUCT SEARCH **/

  /** /WOOCOMMERCE WIDGET PRODUCT SEARCH **/

}
footer#footer .dt-social {
  text-align: left;
}
footer#footer a {
  color: #fff;
}
footer#footer a:hover {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
footer#footer .widget_recent_entries ul li {
  padding-left: 0;
}
footer#footer .widget_recent_entries ul li .icon {
  display: none;
}
footer#footer #footer-left a {
  border: 0;
}
footer#footer .widget_text ul {
  padding-left: 0px;
}
footer#footer .widget_text ul .icon:before {
  font-family: "fontello";
  font-style: normal;
  content: '\e816';
  margin-left: -20px;
  width: 0;
}
footer#footer .widget_text ul li {
  list-style: none;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/

  padding: 5px 0 5px 0px;
}
footer#footer .widget_text ul li:last-child {
  border: none;
}
footer#footer .widget_text ul li i {
  font-size: 17px;
}
footer#footer .widget_text ul .children {
  margin-top: 5px;
  margin-bottom: -5px;
  padding: 0px;
}
footer#footer .widget_text ul .children li {
  padding: 5px 0 5px 20px;
  border: none;
}
footer#footer .widget_text ul.list-inline-icon li {
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background: none;
  margin-right: .5em;
}
footer#footer .widget_text ul.list-inline-icon li a {
  font-size: 30px;
  color: #ffffff;
  line-height: 0;
}
footer#footer .widget_text ul.list-inline-icon li a i {
  line-height: 1.4em;
  margin: 0;
}
footer#footer .widget_text ul.list-inline-icon li a:hover {
  color: #ffffff;
}
footer#footer .widget_text ul.list-inline-icon li:hover {
  color: #ffffff;
  border: 1px solid #f58e03;
  background: #f58e03;
}
footer#footer .sequence-twitter {
  min-height: 180px;
}
footer#footer .owl-theme .owl-controls {
  text-align: left;
}
footer#footer .owl-theme .owl-controls .owl-page span {
  background-color: #f58e03;
  opacity: 1;
}
footer#footer .owl-theme .owl-controls .owl-page.active span {
  background: none;
  border: 2px solid #f58e03;
}
footer#footer .widget_calendar a {
  color: #f58e03;
}
footer#footer .widget_calendar a:hover {
  color: #905402;
}
footer#footer .widget_calendar #calendar_wrap {
  border: 0px solid #e4e8e9;
  padding: 20px;
}
footer#footer .widget_calendar #today {
  background-color: #f58e03;
}
footer#footer .widget_calendar .pad {
  color: #515151;
}
footer#footer .widget_calendar th {
  text-align: center;
  line-height: 2;
}
footer#footer .widget_calendar td {
  text-align: center;
  line-height: 2;
}
footer#footer .widget_calendar thead th {
  color: #f58e03;
}
footer#footer .widget_search {
  color: #ffffff;
}
footer#footer .widget_search .screen-reader-text {
  display: none;
}
footer#footer .widget_search #searchsubmit {
  display: none;
}
footer#footer .widget_search #s {
  border-width: 1px;
  border-style: solid;
  padding: 5px 5px 5px 30px;
  width: 100%;
  background: none;
  font-size: 0.8em;
  color: #fff;
}
footer#footer .widget_search i {
  padding: 5px 5px;
  position: absolute;
}
footer#footer .dt_widget_portfolio_posts .post-item {
  padding: 0px;
}
footer#footer .dt_widget_portfolio_posts .post-item figure {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 85px;
  width: 85px;
  overflow: hidden;
}
footer#footer .dt_widget_portfolio_posts .post-item figure > div {
  overflow: hidden;
}
footer#footer .dt_widget_portfolio_posts .post-item figure figcaption {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  background-clip: padding-box;
  text-align: center;
  height: 85px;
}
footer#footer .dt_widget_portfolio_posts .post-item figure figcaption a {
  display: table;
  display: block;
  width: 100%;
  height: 100%;
}
footer#footer .dt_widget_portfolio_posts .post-item figure:hover figcaption,
footer#footer .dt_widget_portfolio_posts .post-item figure.cs-hover figcaption {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
footer#footer .dt_widget_portfolio_posts .post-item figure .zoom-plus {
  width: 100%;
  height: 50px;
  position: relative;
  left: 0%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  display: block;
}
footer#footer .dt_widget_portfolio_posts .post-item figure .zoom-plus::before,
footer#footer .dt_widget_portfolio_posts .post-item figure .zoom-plus::after {
  top: 50%;
  left: 50%;
}
footer#footer .dt_widget_portfolio_posts .post-item figure .zoom-plus::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  border-bottom: #fff solid 1px;
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  -o-transition: transform 0s;
  -ms-transition: transform 0s;
  transition: transform 0s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
footer#footer .dt_widget_portfolio_posts .post-item figure .zoom-plus::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  border-left: #fff solid 1px;
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  -o-transition: transform 0s;
  -ms-transition: transform 0s;
  transition: transform 0s;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
footer#footer .widget_tag_cloud .tagcloud .tag {
  display: inline-table;
  font-size: 12px;
  background: none;
  border-width: 1px;
  border-style: solid;
  padding: 8px 10px;
  margin: 0 5px 5px 0;
}
footer#footer .widget_tag_cloud .tagcloud .tag a:hover {
  color: #ffffff;
}
footer#footer .widget_tag_cloud .tagcloud .tag:hover {
  background-color: #f58e03;
}
footer#footer .widget_tag_cloud .tagcloud .tag:hover a {
  color: #ffffff;
}
footer#footer .woocommerce.widget_product_tag_cloud .tagcloud .tag {
  display: inline-table;
  font-size: 12px;
  background: none;
  border-width: 1px;
  border-style: solid;
  padding: 8px 10px;
  margin: 0 5px 5px 0;
}
footer#footer .woocommerce.widget_product_tag_cloud .tagcloud .tag a:hover {
  color: #ffffff;
}
footer#footer .woocommerce.widget_product_tag_cloud .tagcloud .tag:hover {
  background-color: #f58e03;
}
footer#footer .woocommerce.widget_product_tag_cloud .tagcloud .tag:hover a {
  color: #ffffff;
}
footer#footer .widget_categories {
  font-size: 14px;
}
footer#footer .widget_categories select {
  width: 95%;
  border: 1px solid #e4e8e9;
  padding: 5px;
  color: #515151;
}
footer#footer .widget_categories a.select-target {
  background: none;
}
footer#footer .widget_archive {
  font-family: 'Raleway';
}
footer#footer .widget_archive li {
  border-bottom: 1px solid #e4e8e9;
}
footer#footer .widget_archive select {
  width: 95%;
  border: 1px solid #e4e8e9;
  padding: 5px;
  color: #515151;
}
footer#footer .widget_archive a.select-target {
  background: none;
}
footer#footer .widget_recent_comments a,
footer#footer .dt_widget_recent_comments a {
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
}
footer#footer .widget_recent_comments a:hover,
footer#footer .dt_widget_recent_comments a:hover {
  color: #f58e03;
}
footer#footer .widget_recent_comments .comment-author,
footer#footer .dt_widget_recent_comments .comment-author {
  /*color: @white;*/

}
footer#footer .widget_recent_comments li.recentcomments,
footer#footer .dt_widget_recent_comments li.recentcomments {
  /*border-color: @footer-border-color;*/

}
footer#footer .dt_widget_tabs .nav-tabs li a {
  background: none;
  border-width: 1px;
  border-style: solid;
}
footer#footer .dt_widget_tabs .nav-tabs li a:hover {
  color: #ffffff;
  background-color: #f58e03;
}
footer#footer .dt_widget_tabs .nav-tabs li:hover {
  background-color: #f58e03;
}
footer#footer .dt_widget_tabs .nav-tabs li.active a {
  background-color: #f58e03;
  border: 1px solid #f58e03;
  color: #ffffff;
}
footer#footer .dt_widget_tabs .nav-tabs li.active a:hover,
footer#footer .dt_widget_tabs .nav-tabs li.active a:focus {
  color: #ffffff;
  background-color: #f58e03;
  border: 1px solid #f58e03;
  border-top: 3px solid #f58e03;
}
footer#footer .dt_widget_tabs .tab-pane {
  overflow: hidden;
}
footer#footer .dt_widget_tabs .tab-pane .rowlist {
  float: left;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 1200px) {
  footer#footer .dt_widget_tabs .nav-tabs li {
    display: block;
    width: 100%;
  }
}
footer#footer .dt_widget_accordion .btn-accordion {
  position: absolute;
  right: 30px;
  margin-top: -25px;
  color: #ffffff;
  background-color: #f58e03;
}
footer#footer .dt_widget_accordion .opened {
  color: #f58e03;
  background-color: #ffffff;
}
footer#footer .dt_widget_accordion .panel {
  margin-top: 10px !important;
  border: none;
  background: none;
}
footer#footer .dt_widget_accordion .panel:first-child {
  margin-top: 0px !important;
}
footer#footer .dt_widget_accordion .panel-heading {
  background: none;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: background-color 0.8s;
  -moz-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  -ms-transition: background-color 0.8s;
  transition: background-color 0.8s;
}
footer#footer .dt_widget_accordion .openedup {
  color: #ffffff !important;
  background-color: #f58e03;
  -webkit-transition: background-color 0.8s;
  -moz-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  -ms-transition: background-color 0.8s;
  transition: background-color 0.8s;
}
footer#footer .dt_widget_accordion .panel-body {
  margin-top: 10px;
  border-width: 1px;
  border-style: solid;
  background: none;
}
footer#footer .woocommerce.widget_product_search #s {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
/*** /FOOTER WIDGETS ***/
.sidebar .widget_categories ul,
#footer .widget_categories ul,
.sidebar .widget_pages ul,
#footer .widget_pages ul,
.sidebar .widget_recent_entries ul,
#footer .widget_recent_entries ul,
.sidebar .dt_widget_recent_post ul,
#footer .dt_widget_recent_post ul,
.sidebar .widget_recent_comments ul,
#footer .widget_recent_comments ul,
.sidebar .dt_widget_recent_comments ul,
#footer .dt_widget_recent_comments ul,
.sidebar .widget_rss ul,
#footer .widget_rss ul,
.sidebar .widget_meta ul,
#footer .widget_meta ul,
.sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
.sidebar .widget_archive ul,
#footer .widget_archive ul,
.sidebar .woocommerce.widget_product_categories ul,
#footer .woocommerce.widget_product_categories ul {
  padding-left: 0;
}
.sidebar .widget_categories ul li,
#footer .widget_categories ul li,
.sidebar .widget_pages ul li,
#footer .widget_pages ul li,
.sidebar .widget_recent_entries ul li,
#footer .widget_recent_entries ul li,
.sidebar .dt_widget_recent_post ul li,
#footer .dt_widget_recent_post ul li,
.sidebar .widget_recent_comments ul li,
#footer .widget_recent_comments ul li,
.sidebar .dt_widget_recent_comments ul li,
#footer .dt_widget_recent_comments ul li,
.sidebar .widget_rss ul li,
#footer .widget_rss ul li,
.sidebar .widget_meta ul li,
#footer .widget_meta ul li,
.sidebar .widget_nav_menu ul li,
#footer .widget_nav_menu ul li,
.sidebar .widget_archive ul li,
#footer .widget_archive ul li,
.sidebar .woocommerce.widget_product_categories ul li,
#footer .woocommerce.widget_product_categories ul li {
  list-style-type: square;
  list-style-position: inside;
  padding: 5px 0 5px 0px;
}
.sidebar .widget_categories ul li:last-child,
#footer .widget_categories ul li:last-child,
.sidebar .widget_pages ul li:last-child,
#footer .widget_pages ul li:last-child,
.sidebar .widget_recent_entries ul li:last-child,
#footer .widget_recent_entries ul li:last-child,
.sidebar .dt_widget_recent_post ul li:last-child,
#footer .dt_widget_recent_post ul li:last-child,
.sidebar .widget_recent_comments ul li:last-child,
#footer .widget_recent_comments ul li:last-child,
.sidebar .dt_widget_recent_comments ul li:last-child,
#footer .dt_widget_recent_comments ul li:last-child,
.sidebar .widget_rss ul li:last-child,
#footer .widget_rss ul li:last-child,
.sidebar .widget_meta ul li:last-child,
#footer .widget_meta ul li:last-child,
.sidebar .widget_nav_menu ul li:last-child,
#footer .widget_nav_menu ul li:last-child,
.sidebar .widget_archive ul li:last-child,
#footer .widget_archive ul li:last-child,
.sidebar .woocommerce.widget_product_categories ul li:last-child,
#footer .woocommerce.widget_product_categories ul li:last-child {
  border: 0;
}
.sidebar .widget_categories ul li ul,
#footer .widget_categories ul li ul,
.sidebar .widget_pages ul li ul,
#footer .widget_pages ul li ul,
.sidebar .widget_recent_entries ul li ul,
#footer .widget_recent_entries ul li ul,
.sidebar .dt_widget_recent_post ul li ul,
#footer .dt_widget_recent_post ul li ul,
.sidebar .widget_recent_comments ul li ul,
#footer .widget_recent_comments ul li ul,
.sidebar .dt_widget_recent_comments ul li ul,
#footer .dt_widget_recent_comments ul li ul,
.sidebar .widget_rss ul li ul,
#footer .widget_rss ul li ul,
.sidebar .widget_meta ul li ul,
#footer .widget_meta ul li ul,
.sidebar .widget_nav_menu ul li ul,
#footer .widget_nav_menu ul li ul,
.sidebar .widget_archive ul li ul,
#footer .widget_archive ul li ul,
.sidebar .woocommerce.widget_product_categories ul li ul,
#footer .woocommerce.widget_product_categories ul li ul {
  padding-left: 20px;
}
.sidebar .widget_categories ul li ul li,
#footer .widget_categories ul li ul li,
.sidebar .widget_pages ul li ul li,
#footer .widget_pages ul li ul li,
.sidebar .widget_recent_entries ul li ul li,
#footer .widget_recent_entries ul li ul li,
.sidebar .dt_widget_recent_post ul li ul li,
#footer .dt_widget_recent_post ul li ul li,
.sidebar .widget_recent_comments ul li ul li,
#footer .widget_recent_comments ul li ul li,
.sidebar .dt_widget_recent_comments ul li ul li,
#footer .dt_widget_recent_comments ul li ul li,
.sidebar .widget_rss ul li ul li,
#footer .widget_rss ul li ul li,
.sidebar .widget_meta ul li ul li,
#footer .widget_meta ul li ul li,
.sidebar .widget_nav_menu ul li ul li,
#footer .widget_nav_menu ul li ul li,
.sidebar .widget_archive ul li ul li,
#footer .widget_archive ul li ul li,
.sidebar .woocommerce.widget_product_categories ul li ul li,
#footer .woocommerce.widget_product_categories ul li ul li {
  border: 0;
  padding: 2px 0 2px 0;
}
.sidebar .widget_recent_entries ul li,
#footer .widget_recent_entries ul li,
.sidebar .dt_widget_recent_post ul li,
#footer .dt_widget_recent_post ul li {
  list-style: none;
}
.sidebar .widget_recent_entries .post-author,
#footer .widget_recent_entries .post-author,
.sidebar .dt_widget_recent_post .post-author,
#footer .dt_widget_recent_post .post-author,
.sidebar .widget_recent_entries .post-date,
#footer .widget_recent_entries .post-date,
.sidebar .dt_widget_recent_post .post-date,
#footer .dt_widget_recent_post .post-date {
  font-size: .9em;
}
.sidebar .widget_nav_menu .sub-menu li,
#footer .widget_nav_menu .sub-menu li {
  padding: 2px 0;
}
.dt_widget_tabs .meta-info {
  font-size: .8em;
  margin-top: 15px;
}
.rowlist .image-info {
  padding-left: 0;
}
.tab-pane .row:last-child .rowlist {
  border-bottom: 0!important;
}
.tab-pane > .row {
  margin: 0;
}
.sidebar .widget_categories ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_rss ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_nav_menu ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_text ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dt_widget_tabs .nav > li > a {
  padding: 10px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0;
}
.select.select-theme-default .select-content {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.select.select-theme-default .select-content {
  border-width: 1px;
  border-style: solid;
  width: 250px;
}
.select.select-theme-default .select-options .select-option.select-option-selected:before {
  top: 0.4em;
  left: .7em;
}
.select.select-theme-default .select-options .select-option {
  padding: 0.5em 2.5em;
}
/* Widget RSS */
/* Widget RSS */
.widget_rss ul {
  padding: 0;
}
.widget_rss ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e8e9;
}
.widget_rss .rss-date {
  font-style: italic;
  display: block;
  font-size: .9em;
  margin: 15px 0;
}
/*** SIDEBAR WIDGETS ***/
.sidebar {
  /** WIDGET TWITTER SLIDER **/

  /** /WIDGET TWITTER SLIDER **/

  /* WIDGET PORTFOLIO POSTS AND FEATURED POSTS*/

  /** WIDGET CALENDAR **/

  /** /WIDGET CALENDAR **/

  /** WIDGET SEARCH **/

  /** /WIDGET SEARCH **/

  /** WIDGET TEXT **/

  /** /WIDGET TEXT **/

  /** WIDGET DT PORTFOLIO IMAGE **/

  /** /WIDGET DT PORTFOLIO IMAGE **/

  /** WIDGET TAG CLOUD **/

  /** /WIDGET TAG CLOUD **/

  /** WIDGET PRODUCT TAG CLOUD **/

  /** /WIDGET PRODUCT TAG CLOUD **/

  /** WIDGET CATEGORIES **/

  /** /WIDGET CATEGORIES **/

  /** WIDGET ARCHIVE **/

  /** /WIDGET ARCHIVE **/

  /** WIDGET RECENT COMMENTS **/

  /** /WIDGET RECENT COMMENTS **/

  /** WIDGET TABS **/

  /** /WIDGET TABS **/

  /** WIDGET ACCORDION **/

  /** /WIDGET ACCORDION **/

}
.sidebar h3 {
  font-size: 16px;
  color: #B20780;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar a {
  color: #B20780;
  font-size: 14px;
  font-weight: 500;
}
.sidebar .tagcloud li.tag a{
  color: #fff;
}
.sidebar a:hover {
  color: #f58e03;
}
.sidebar .dt-widget-twitter .sequence-twitter {
  min-height: 180px;
}
.sidebar .dt-widget-twitter .sequence-twitter a {
  color: #f58e03;
}
.sidebar .dt-widget-twitter .sequence-twitter a:hover {
  color: #905402;
}
.sidebar .owl-theme .owl-controls {
  text-align: left;
}
.sidebar .owl-theme .owl-controls .owl-page span {
  background-color: #f58e03;
  opacity: 1;
}
.sidebar .owl-theme .owl-controls .owl-page.active span {
  background: none;
  border: 2px solid #f58e03;
}
.sidebar .dt_widget_portfolio_posts:after,
.sidebar .dt_widget_featured_posts:after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
}
.sidebar .widget_calendar {
  color: #95a5a6;
}
.sidebar .widget_calendar thead th {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  color: grey;
}
.sidebar .widget_calendar #calendar_wrap {
  padding: 20px;
}
.sidebar .widget_calendar a {
  color: #f58e03;
}
.sidebar .widget_calendar a:hover {
  color: #5e3601;
}
.sidebar .widget_calendar #today {
  background-color: #f58e03;
  color: #ffffff;
}
.sidebar .widget_calendar .pad {
  color: #515151;
}
.sidebar .widget_calendar th {
  text-align: center;
  line-height: 2;
}
.sidebar .widget_calendar td {
  text-align: center;
  line-height: 2;
}
.sidebar .woocommerce.widget_product_search #s {
  padding: 10px 10px 10px 40px;
  width: 100%;
  font-size: 1em;
  border-width: 1px;
  border-style: solid;
}
.sidebar .woocommerce.widget_product_search i {
  padding: 0px 10px;
  position: absolute;
  font-size: 1.3em;
  line-height: 2.7;
}
.sidebar .widget_search .screen-reader-text {
  display: none;
}
.sidebar .widget_search #searchsubmit {
  display: none;
}
.sidebar .widget_search #s {
  padding: 10px 10px 10px 40px;
  width: 100%;
  font-size: 1em;
  border-width: 1px;
  border-style: solid;
}
.sidebar .widget_search i {
  padding: 0px 10px;
  position: absolute;
  font-size: 1.3em;
  line-height: 2.7;
}
.sidebar .widget_text ul {
  padding-left: 0px;
}
.sidebar .widget_text ul .icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  content: '\e816';
  margin-left: -20px;
  width: 0;
}
.sidebar .widget_text ul li {
  list-style: none;
  padding: 5px 0 5px 28px;
}
.sidebar .widget_text ul li:last-child {
  border: none;
}
.sidebar .widget_text ul li i {
  font-size: 20px;
}
.sidebar .widget_text ul .children {
  margin-top: 5px;
  margin-bottom: -5px;
  padding: 0px;
}
.sidebar .widget_text ul .children li {
  padding: 5px 0 5px 20px;
  border: none;
}
.sidebar .widget_text ul.list-inline-icon li {
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background: none;
  margin-right: .5em;
}
.sidebar .widget_text ul.list-inline-icon li a {
  font-size: 30px;
  color: #515151;
  line-height: 0;
}
.sidebar .widget_text ul.list-inline-icon li a i {
  line-height: 1.3em;
}
.sidebar .widget_text ul.list-inline-icon li a:hover {
  color: #ffffff;
}
.sidebar .widget_text ul.list-inline-icon li:hover {
  color: #ffffff;
  border: 1px solid #f58e03;
  background: #f58e03;
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item {
  padding: 0px;
  margin-bottom: 5px;
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 82px;
  width: 82px;
  overflow: hidden;
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure > div {
  overflow: hidden;
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure figcaption {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  background-clip: padding-box;
  text-align: center;
  font-weight: 300;
  height: 85px;
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure figcaption a {
  display: table;
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure:hover figcaption,
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure.cs-hover figcaption {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure .zoom-plus {
  width: 100%;
  height: 50px;
  position: relative;
  left: 0%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure .zoom-plus::before,
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure .zoom-plus::after {
  top: 50%;
  left: 50%;
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure .zoom-plus::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  border-bottom: #fff solid 1px;
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  -o-transition: transform 0s;
  -ms-transition: transform 0s;
  transition: transform 0s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sidebar .dt_widget_portfolio_posts .portfolio_wrapper .post-item figure .zoom-plus::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  border-left: #fff solid 1px;
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  -o-transition: transform 0s;
  -ms-transition: transform 0s;
  transition: transform 0s;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.sidebar .widget_tag_cloud .tagcloud .tag {
  display: inline-table;
  font-size: 12px;
  font-weight: 400;
  background-color: #B20780;
  padding: 8px 11px;
  margin: 0 5px 5px 0;
}
.sidebar .widget_tag_cloud .tagcloud .tag a:hover {
  color: #ffffff;
}
.sidebar .widget_tag_cloud .tagcloud .tag:hover {
  background-color: #f58e03;
}
.sidebar .widget_tag_cloud .tagcloud .tag:hover a {
  color: #ffffff;
}
.sidebar .woocommerce.widget_product_tag_cloud .tagcloud .tag {
  display: inline-table;
  font-size: 12px;
  font-weight: 400;
  background-color: #ecf0f1;
  padding: 8px 10px;
  margin: 0 5px 5px 0;
}
.sidebar .woocommerce.widget_product_tag_cloud .tagcloud .tag a {
  color: #95a5a6;
}
.sidebar .woocommerce.widget_product_tag_cloud .tagcloud .tag a:hover {
  color: #ffffff;
}
.sidebar .woocommerce.widget_product_tag_cloud .tagcloud .tag:hover {
  background-color: #f58e03;
}
.sidebar .woocommerce.widget_product_tag_cloud .tagcloud .tag:hover a {
  color: #ffffff;
}
.sidebar .widget_categories {
  font-family: 'Open Sans';
}
.sidebar .widget_categories li {
  border-bottom: 1px solid #e4e8e9;
}
.sidebar .widget_categories select {
  width: 95%;
  border: 1px solid #e4e8e9;
  padding: 5px;
}
.sidebar .widget_archive {
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 400;
}
.sidebar .widget_archive li {
  border-bottom: 1px solid #e4e8e9;
}
.sidebar .widget_archive select {
  width: 95%;
  border: 1px solid #e4e8e9;
  padding: 5px;
}
.sidebar .widget_recent_comments a,
.sidebar .dt_widget_recent_comments a {
  font-style: italic;
}
.sidebar .widget_recent_comments a:hover,
.sidebar .dt_widget_recent_comments a:hover {
  color: #f58e03;
}
.sidebar .widget_recent_comments .comment-author,
.sidebar .dt_widget_recent_comments .comment-author {
  color: #95a5a6;
}
.sidebar .dt_widget_tabs li a {
  background-color: #ecf0f1;
  border-width: 0px;
}
.sidebar .dt_widget_tabs li.active a {
  background-color: #f58e03;
  color: #ffffff;
}
.sidebar .dt_widget_tabs .tab-pane {
  overflow: hidden;
}
.sidebar .dt_widget_tabs .tab-pane .rowlist {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .sidebar .dt_widget_tabs .nav-tabs li {
    display: block;
    width: 100%;
  }
}
.sidebar .dt_widget_accordion .btn-accordion {
  font-size: 24px;
  height: 24px;
  margin-top: -34px;
  position: absolute;
  right: 28px;
  text-align: center;
  width: 24px;
}
.sidebar .dt_widget_accordion .opened {
  color: #fff;
}
.sidebar .dt_widget_accordion .panel {
  margin-top: 10px;
  border: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar .dt_widget_accordion .panel-heading {
  border: 0;
  -webkit-transition: background-color 0.8s;
  -moz-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  -ms-transition: background-color 0.8s;
  transition: background-color 0.8s;
  padding: 0.5em 1em;
}
.sidebar .dt_widget_accordion .openedup {
  color: #ffffff;
  background-color: #f58e03;
  -webkit-transition: background-color 0.8s;
  -moz-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  -ms-transition: background-color 0.8s;
  transition: background-color 0.8s;
}
.sidebar .dt_widget_accordion .panel-body {
  margin-top: 0px;
  color: #515151;
  border: 0;
  border-top: 0!important;
}
/*** /SIDEBAR WIDGETS ***/
.dt_widget_carousel_recent_posts {
  line-height: 1.4em;
  text-align: left;
}
.dt_widget_carousel_recent_posts img {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}
.dt_widget_carousel_recent_posts a {
  text-decoration: none;
}
.dt_widget_carousel_recent_posts p {
  margin: 0;
}
.dt_widget_carousel_recent_posts p a.post-title {
  color: #FFFFFF;
  font-weight: 300;
}
.dt_widget_carousel_recent_posts a.author,
.dt_widget_carousel_recent_posts date,
.dt_widget_carousel_recent_posts .date {
  font-size: 75%;
  line-height: 1.4em;
  text-transform: capitalize;
}
.dt_widget_carousel_recent_posts date,
.dt_widget_carousel_recent_posts .date {
  color: #908D8D;
  font-family: 'Lora';
  font-style: italic;
}
.dt_widget_carousel_recent_posts hr {
  clear: both;
}
.dt_widget_carousel_recent_posts .owl-slide {
  padding-right: 10px;
}
.dt_widget_carousel_recent_posts .owl-item {
  overflow: hidden;
}
.dt_widget_carousel_recent_posts .owl-controls .owl-page {
  color: #FFFFFF;
  float: left;
  margin: 0;
}
.dt_widget_carousel_recent_posts .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 10px;
  color: #FFFFFF;
  height: 6px;
  margin: 5px 2px;
  opacity: 1;
  width: 6px;
}
.dt_widget_carousel_recent_posts .owl-controls .owl-page span:hover {
  background-color: #1ABC9C;
}
.dt_widget_carousel_recent_posts .owl-controls .owl-page.active span {
  background-color: #1ABC9C;
}
.dt_widget_carousel_recent_posts .mini-post {
  margin-bottom: 35px;
  min-height: 40px;
  padding: 0 10px 0 20px;
}
#top-bar {
  color: #222;
  font-family: 'Open Sans';
  font-size: 14px;
}
#top-bar a {
  color: #222;
}
#top-bar a:hover {
  color: #f58e03;
  background: none;
}
#top-bar .left-menu {
  float: left;
}
#top-bar .left-menu .nav > li > a {
  padding: 10px 15px 10px 0;
}
#top-bar .right-menu {
  float: right;
}
#top-bar .right-menu .nav > li > a {
  padding: 10px 0 10px 15px;
}
#top-bar .topbar-text {
  line-height: 3.5em;
}
#top-bar ul.topbar-icon {
  font-size: 20px;
}
@media (max-width: 767px) {
  #top-bar {
    display: none;
  }
  #top-bar .left-menu {
    clear: both;
    width: 100%;
  }
  #top-bar .left-menu ul.topbar-icon li {
    float: left;
  }
  #top-bar .left-menu ul.topbar-menu li {
    float: none;
  }
  #top-bar .left-menu ul.topbar-menu-nosub {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    float: left;
  }
  #top-bar .right-menu {
    clear: both;
    width: 100%;
  }
  #top-bar .right-menu ul.topbar-icon li {
    float: left;
  }
  #top-bar .right-menu ul.topbar-menu li {
    float: none;
  }
  #top-bar .right-menu ul.topbar-menu-nosub {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    float: left;
  }
}
/** BANNER SECTION **/
section#banner-section {
  min-height: 300px;
  position: relative;
}
section#banner-section .banner-title {
  text-align: center;
}
section#banner-section .banner-title h2 {
  font-size: 37px;
  text-transform: uppercase;
}
section#banner-section .breadcrumbs {
  float: right;
  color: #ffffff;
  font-family: 'Raleway';
  font-size: 14px;
  padding: 4px 11px;
}
section#banner-section .breadcrumbs a {
  color: #ffffff;
}
@media (max-width: 767px) {
  section#banner-section .banner-title {
    margin-top: 0;
    text-align: center;
  }
  section#banner-section .breadcrumbs {
    margin-top: 0;
    text-align: center;
  }
}
/** /BANNER SECTION **/
/** PRICING TABLE **/
.dt-pricing-table .price-4-col .btn-active,
.dt-pricing-table .price-3-col .btn-active {
  background-color: #f58e03;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  margin: 2px;
}
.dt-pricing-table .price-4-col .btn-active:hover,
.dt-pricing-table .price-3-col .btn-active:hover {
  background-color: #905402;
  color: #ffffff;
}
.dt-pricing-table .price-4-col ul,
.dt-pricing-table .price-3-col ul {
  background-color: #edf0f1;
}
.dt-pricing-table .price-4-col ul li:nth-child(2n),
.dt-pricing-table .price-3-col ul li:nth-child(2n) {
  background: #fbfbfb;
}
/** /PRICING TABLE **/
.container .carousel-content .carousel-indicators li {
  background: none repeat scroll 0 0 #f58e03;
  border-color: #f58e03;
}
.container .carousel-content .carousel-indicators li.active {
  background: none;
  border-color: #f58e03;
}
.no-touch .dt-iconboxes-5:hover .hi-icon-effect-5 .hi-icon {
  background-color: #f58e03;
  border-color: #f58e03;
}
/* Woocommerce Page */
body.woocommerce ul.products li.product {
  width: 30.9%;
}
.woocommerce.columns-4 ul.products li.product,
.woocommerce-page .columns-4 ul.products li.product {
  width: 23.05%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page .columns-3 ul.products li.product {
  width: 31.6%;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page .columns-2 ul.products li.product {
  width: 48.7%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
@media (max-width: 767px) {
  ul.products li.product {
    width: 500%!important;
    margin-right: 0!important;
  }
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  position: absolute;
  background: none;
  border-radius: 0;
  z-index: 50;
  text-shadow: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.woocommerce ul.products li.product .onsale:after,
.woocommerce-page ul.products li.product .onsale:after,
.woocommerce span.onsale:after,
.woocommerce-page span.onsale:after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: -10px;
  left: -25px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #f58e03;
}
.woocommerce div.product,
.woocommerce-page div.product,
.woocommerce #content div.product,
.woocommerce-page #content div.product {
  overflow: hidden;
}
.woocommerce ul.products li {
  overflow: hidden;
}
.woocommerce-page span.onsale {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -7px -1px;
}
.woocommerce-page .product .entry-summary .quantity.buttons_added {
  margin-right: 20px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #333;
  font-weight: 400;
  font-size: 1em;
  margin: 0 0 10px 0;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  font-size: 1em;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font-weight: 600;
}
.woocommerce-page div.product .product_title,
.woocommerce div.product .product_title {
  font-size: 1.5em;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  margin-bottom: 20px;
}
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  font-size: 1em;
  color: #f58e03;
}
.woocommerce-page div.product p.price ins,
.woocommerce div.product p.price ins {
  text-decoration: none;
}
.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
  font-size: 1em;
}
.woocommerce #content div.product p.stock,
.woocommerce div.product p.stock,
.woocommerce-page #content div.product p.stock,
.woocommerce-page div.product p.stock {
  font-size: 1em;
  font-weight: 500;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
  background: #f7f6f7;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover {
  background: #dfdbdf;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
  border-bottom: 1px solid #c7c0c7;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  text-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
  margin-top: 20px;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-popup li.empty {
  margin-bottom: 0!Important;
}
table.group_table {
  margin-bottom: 20px;
}
table.group_table .label {
  font-size: 100%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.products .type-product {
  text-align: center;
}
.products .type-product div {
  position: relative;
}
.products .type-product div > a:first-child:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(228, 228, 228, 0.19);
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.products .type-product div:hover > a:after {
  opacity: 1;
}
.products .type-product .button {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.products .type-product .button:hover {
  background-color: #fff;
  color: #222;
}
.products .type-product > div:hover:after {
  opacity: 1;
}
.products .type-product > div:hover .button {
  opacity: 1;
  z-index: 99;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Woocommerce Tab */
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  border: 0;
  box-shadow: none;
  margin: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  color: white;
  border-top-width: 3px;
  border-top-style: solid;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  box-shadow: none;
  margin: 0 -5px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}
.woocommerce .panel.entry-content {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
  text-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce.single .postcontent {
  padding-top: 0;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.upsells.products,
.related.products {
  clear: both;
}
.upsells.products h3,
.related.products h3 {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 200;
}
.woocommerce-tabs h2,
.upsells.products h2,
.related.products h2,
.woocommerce h2 {
  font-size: 16px;
  margin-top: 0;
}
/* Woocommerce review box */
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}
.woocommerce-tabs .tabs a:hover {
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  margin-bottom: 20px;
}
#commentform .comment-form-author label,
#commentform .comment-form-email label {
  width: 60px;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  height: 36px;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  height: 19px;
}
.woocommerce a.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page #content input.button.added:before {
  position: absolute;
  height: 16px;
  width: 16px;
  top: auto;
  left: 10px;
  text-indent: 0;
  font-family: 'WooCommerce';
  content: "\e017";
  color: #000;
  font-size: .6em;
  border: 1px solid #000;
  z-index: 999;
}
.woocommerce a.button.added {
  background-color: rgba(255, 255, 255, 0.69);
  color: #222;
  opacity: 1;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  position: absolute;
  letter-spacing: 0;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, 40%);
  -moz-transform: translate(-50%, 40%);
  -ms-transform: translate(-50%, 40%);
  -o-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  z-index: 90;
}
.woocommerce .add_to_cart_button {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -ms-transition: all 350ms;
  transition: all 350ms;
}
.woocommerce .add_to_cart_button.added {
  padding-left: 30px;
  padding-right: 10px;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  margin: 0 auto 10px;
}
/* Cart & Checkout */
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  height: auto;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.woocommerce-page table.cart td.actions,
.woocommerce table.cart td.actions {
  padding: 12px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce th {
  font-weight: 400;
}
.cart-collaterals h2 {
  font-size: 1em;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  padding: 10px 0;
}
.single-product .product_meta > span {
  display: block;
}
.woocommerce table.cart td.actions .coupon #coupon_code.input-text,
.woocommerce-page table.cart td.actions .coupon #coupon_code.input-text {
  width: 110px;
  padding: 5px!important;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  .woocommerce table.cart td.actions .coupon #coupon_code.input-text,
  .woocommerce-page table.cart td.actions .coupon #coupon_code.input-text {
    float: none;
  }
}
@media (max-width: 992px) {
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    padding: 6px 0;
  }
}
.woocommerce-cart .shop_table.cart th.product-subtotal,
.woocommerce-cart .shop_table.cart td.product-subtotal {
  display: none;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  content: '';
}
.shipping-calculator-button {
  text-align: center;
  padding: 5px 20px;
  width: 100%;
  display: block;
}
.shipping-calculator-button:hover {
  color: #fff;
}
.woocommerce #payment,
.woocommerce-page #payment {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  border-top: 0;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  text-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  font-weight: 400;
}
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.register {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
  font-weight: 400;
}
.woocommerce-checkout h3 {
  font-size: 1.3em;
}
#ship-to-different-address .checkbox {
  padding: 0;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: 0;
}
ul.order_details {
  padding: 0;
}
.woocommerce-checkout h2 {
  font-size: 1.4em;
}
.customer_details dt {
  font-weight: 400;
  margin-top: 20px;
}
.wc-forward:after,
.wc-forward a:after {
  font-family: flaticon;
  content: "\e026";
  font-size: 1.3em;
  position: relative;
  top: 3px;
}
.entry-summary .woocommerce-tabs {
  margin-top: 40px;
}
/* Woocommerce Notification */
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  text-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page #content input.button:active {
  top: 0;
}
.woocommerce ul.products li.product a.button:active,
.woocommerce-page ul.products li.product a.button:active,
.woocommerce ul.products li.product a.button:active,
.woocommerce-page ul.products li.product a.button:active {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Woocommerce Paging */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
  font-weight: 400;
  color: black;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
  color: white;
  vertical-align: middle;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
  height: 35px;
  padding-top: 10px;
  width: 35px;
  text-align: center;
  vertical-align: middle;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce-page nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce-page nav.woocommerce-pagination ul li a.next {
  background: none;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
  width: 48%;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
  font-weight: bold;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  border: none;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
}
.chosen-container-single .chosen-single {
  background: none;
  border-radius: 0;
  box-shadow: 0 0 0 #FFFFFF;
}
@media (min-width: 769px) {
  .woocommerce .related ul li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul.products li.product {
    width: 24%;
    vertical-align: top;
  }
  .woocommerce .related ul,
  .woocommerce .upsells.products ul,
  .woocommerce-page .related ul,
  .woocommerce-page .upsells.products ul {
    margin-left: -5px;
  }
}
@media (max-width: 480px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    font-size: 12px;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
/* Widgets */
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  width: auto;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  margin-bottom: 20px;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover,
.woocommerce-page ul.cart_list li a:hover,
.woocommerce-page ul.product_list_widget li a:hover {
  border: 0;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin-bottom: 40px;
}
.woocommerce-pagination {
  margin-bottom: 40px;
}
/* Shortcodes */
.dt-shop-category .owl-carousel-navigation {
  margin-top: 30px;
}
.dt-shop-category .owl-carousel-navigation .btn-owl {
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.3em;
  background-color: transparent;
  color: #f58e03;
}
.dt-shop-category .owl-carousel-navigation .btn-owl:hover {
  background-color: transparent;
  color: #f58e03;
}
.dt-shop-category .owl-carousel-navigation .btn-owl:first-child {
  margin-right: 1px;
}
.dt-shop-category img {
  background-clip: padding-box;
  width: 100%;
}
.dt-shop-category .thumbnail-container,
.dt-shop-category .thumbnail-container a,
.dt-shop-category .thumbnail-container h3 {
  display: block;
  position: relative;
}
.dt-shop-category .thumbnail-container:hover,
.dt-shop-category .thumbnail-container a:hover,
.dt-shop-category .thumbnail-container h3:hover {
  border: 0;
}
.dt-shop-category .thumbnail-container .text-description {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  padding: 11px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100;
  display: block;
}
.dt-shop-category .thumbnail-container .text-description h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 100;
  color: #ccc;
}
.dt-shop-category .thumbnail-container .text-description .number {
  color: #ccc;
  background: none;
}
.dt-shop-category .thumbnail-container:hover .text-description {
  background-color: rgba(0, 0, 0, 0.7);
}
.dt-shop-category .thumbnail-container:hover div,
.dt-shop-category .thumbnail-container:hover h3,
.dt-shop-category .thumbnail-container:hover .number {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-image: none;
  background-color: #A7A7A7;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #464646;
  border: 1px solid #464646;
  box-shadow: none;
  top: -3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #EBEBEB;
}
.widget_shopping_cart_content ul {
  margin-top: 0px !important;
}
.widget_shopping_cart_content a.remove-it {
  float: left;
  padding: 0 !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
  width: 20px !important;
}
.widget_shopping_cart_content a.remove-it:hover {
  background: none !important;
  color: #f58e03 !important;
}
.widget_shopping_cart_content a.product_thumbnail {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top !important;
}
.widget_shopping_cart_content a.product_thumbnail img {
  margin: 0 !important;
  vertical-align: top !important;
}
.widget_shopping_cart_content a.product_name {
  margin: 0 !important;
  padding: 2px !important;
  text-align: left;
}
.item_count {
  margin-left: 10px;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dt-pricing-table .price-4-col .btn-active,
.dt-pricing-table .price-3-col .btn-active,
.dt-pricing-table .price-4-col .btn-active:hover,
.dt-pricing-table .price-3-col .btn-active:hover {
  box-shadow: 0 0 0 #148F77;
}
.modal_preloader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 666998;
}
.modal_spinner-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal_spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}
.portfolio_loader {
  background: transparent;
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(0, 0, 0, 0.2);
  border-right: 0.3em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
  border-left: 0.3em solid #000;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.portfolio_loader,
.portfolio_loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes mental {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes mental {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.modal_loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.modal_loader,
.modal_loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#floatMenu-sticky-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#floatMenu {
  width: 262px;
  margin: 0 auto;
  background-color: #ecf0f1;
  padding: 20px;
}
#floatMenu .widget:last-child {
  margin-bottom: 0;
}
.modal-content {
  border-radius: 0px;
  background-color: transparent;
  border: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-content .modal-body {
  background-color: #fff;
}
.modal-content .modal-header {
  padding: 15px 0 0 0;
  background-color: transparent;
  height: 90px;
  max-height: 90px;
}
.modal-content .modal-header span.triangle1:after {
  border-bottom: 45px solid #f58e03;
  border-left: 0px solid transparent;
  border-right: 45px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 0;
}
.modal-content .modal-header span.triangle2:after {
  border-bottom: 45px solid #fff;
  border-left: 0px solid transparent;
  border-right: 45px solid #ecf0f1;
  content: "";
  display: block;
  height: 0;
  right: 0;
  top: 45px;
  position: absolute;
  width: 0;
}
.modal-content .modal-header .close {
  margin-top: 5px;
  margin-right: 25px;
  color: #fff;
  opacity: 0.9;
}
.modal-content .modal-header .modal-header-text {
  position: absolute;
  padding: 0 0 0 15px;
  top: 0;
  background-color: #fff;
  height: 90px;
  max-height: 90px;
  width: 535px;
}
.flip-clock-wrapper {
  margin: 0!important;
  padding-bottom: 3%;
  font-family: 'Open Sans' !important;
}
.flip-clock-wrapper ul li a div div.inn {
  font-size: 90px !important;
  background-color: #f58e03;
  color: #ffffff;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  text-shadow: none !important;
}
@media (max-width: 1200px) {
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 90%!important;
  }
}
@media (max-width: 992px) {
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 70%!important;
  }
}
@media (max-width: 768px) {
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 50%!important;
  }
}
@media (max-width: 480px) {
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 30%!important;
  }
}
.flip-clock-wrapper .flip {
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.flip-clock-wrapper .flip a:hover {
  text-decoration: none;
}
.flip-clock-wrapper ul {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
.flip-clock-wrapper ul li a div.up:after {
  background: none !important;
}
.flip-clock-wrapper ul li a div.down {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  -ms-box-shadow: 0 2px 0 #905402;
  -o-box-shadow: 0 2px 0 #905402;
  -webkit-box-shadow: 0 2px 0 #905402;
  -moz-box-shadow: 0 2px 0 #905402;
  box-shadow: 0 2px 0 #905402;
}
.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
  left: 50%!important;
  margin-left: 520%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.flip-clock-dot.top {
  top: 45% !important;
}
.flip-clock-dot {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 2px !important;
  width: 2px !important;
  left: 50% !important;
}
.flip-clock-dot.bottom {
  bottom: 35% !important;
}
.flip-clock-divider .flip-clock-label {
  top: 120% !important;
  font-family: 'Open Sans' !important;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
.flip-clock-wrapper ul {
  margin: 0 1%!important;
  width: 9.55%!important;
  padding: 0!important;
  height: auto!important;
  content: '';
  display: block;
  padding-bottom: 9%!important;
}
.flip-clock-wrapper ul li {
  line-height: 1.2!important;
}
.flip-clock-divider {
  width: 2.5%!important;
  height: auto!important;
  content: '';
  display: block;
  padding-bottom: 4.5%!important;
  padding-top: 4.5%!important;
}
.flip-clock-divider.days {
  position: absolute;
  left: 0;
}
.flip-clock-divider.days .flip-clock-label {
  left: 0%!important;
  margin-left: 470%;
}
/* Queries */
.vc_span4 .flip-clock-wrapper .flip-clock-label {
  font-size: 8px;
}
.vc_span4 .flip-clock-wrapper ul li a div div.inn {
  font-size: 30px !important;
}
@media (max-width: 1200px) {
  .vc_span4 .flip-clock-wrapper ul li a div div.inn {
    font-size: 24px!important;
  }
}
@media (max-width: 992px) {
  .vc_span4 .flip-clock-wrapper ul li a div div.inn {
    font-size: 19px!important;
  }
}
@media (max-width: 768px) {
  .vc_span4 .flip-clock-wrapper ul li a div div.inn {
    font-size: 50%!important;
  }
}
@media (max-width: 480px) {
  .vc_span4 .flip-clock-wrapper ul li a div div.inn {
    font-size: 30%!important;
  }
}
.vc_span6 .flip-clock-wrapper .flip-clock-label {
  font-size: 15px;
}
.vc_span6 .flip-clock-wrapper ul li a div div.inn {
  font-size: 42px !important;
}
@media (max-width: 1200px) {
  .vc_span6 .flip-clock-wrapper ul li a div div.inn {
    font-size: 35px!important;
  }
}
@media (max-width: 992px) {
  .vc_span6 .flip-clock-wrapper ul li a div div.inn {
    font-size: 28px!important;
  }
}
@media (max-width: 768px) {
  .vc_span6 .flip-clock-wrapper ul li a div div.inn {
    font-size: 50%!important;
  }
}
@media (max-width: 480px) {
  .vc_span6 .flip-clock-wrapper ul li a div div.inn {
    font-size: 30%!important;
  }
}
.vc_span8 .flip-clock-wrapper .flip-clock-label {
  font-size: 15px;
}
.vc_span8 .flip-clock-wrapper ul li a div div.inn {
  font-size: 60px !important;
}
@media (max-width: 1200px) {
  .vc_span8 .flip-clock-wrapper ul li a div div.inn {
    font-size: 47px!important;
  }
}
@media (max-width: 992px) {
  .vc_span8 .flip-clock-wrapper ul li a div div.inn {
    font-size: 35px!important;
  }
}
@media (max-width: 768px) {
  .vc_span8 .flip-clock-wrapper ul li a div div.inn {
    font-size: 50%!important;
  }
}
@media (max-width: 480px) {
  .vc_span8 .flip-clock-wrapper ul li a div div.inn {
    font-size: 30%!important;
  }
}
@media (max-width: 768px) {
  .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    font-size: 17px!important;
  }
}
@media (max-width: 480px) {
  .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    font-size: 10px!important;
  }
}
/* Header */
@-moz-keyframes reveal-header {
  0% {
    -moz-transform: translateY(-3em);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes reveal-header {
  0% {
    -webkit-transform: translateY(-3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes reveal-header {
  0% {
    -o-transform: translateY(-3em);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes reveal-header {
  0% {
    -ms-transform: translateY(-3em);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes reveal-header {
  0% {
    top: -2em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
#head-page {
  color: inherit;
  cursor: default;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 10000;
}
#head-page.reveal {
  position: fixed;
  -webkit-animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
  -moz-animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
  -ms-animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
  -o-animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
  animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
}
.is-sticky-menu #head-page.reveal {
  position: fixed;
}
.is-sticky-menu #head-page.reveal.alt {
  position: absolute;
}
#head-page.adminbar-is-here.hastopbar.reveal {
  top: 32px;
}
/*checked*/
#head-page.adminbar-is-here.hastopbar.reveal.alt {
  top: 0;
}
/*checked*/
#head-page.adminbar-is-here.notopbar.reveal {
  top: 32px;
}
/*checked*/
#head-page.adminbar-is-here.notopbar.reveal.alt {
  top: 0;
}
/*checked*/
#head-page.adminbar-not-here.hastopbar.reveal {
  top: 0;
}
/*checked*/
#head-page.adminbar-not-here.hastopbar.reveal.alt {
  top: 0;
}
/*checked*/
#head-page.adminbar-not-here.notopbar.reveal {
  top: 0;
}
/*checked*/
#head-page.adminbar-not-here.notopbar.reveal.alt {
  top: 0;
}
/*checked*/
.vertical_menu #head-page.adminbar-is-here.hastopbar.reveal {
  top: 78px;
}
.vertical_menu #head-page.adminbar-is-here.hastopbar.alt {
  top: 46px;
}
.vertical_menu #head-page.adminbar-is-here.notopbar.reveal {
  top: 32px;
}
.vertical_menu #head-page.adminbar-is-here.notopbar.alt {
  top: 32px;
}
.vertical_menu #head-page.adminbar-not-here.hastopbar.reveal {
  top: 46px;
}
.vertical_menu #head-page.adminbar-not-here.hastopbar.alt {
  top: 46px;
}
.vertical_menu #head-page.adminbar-not-here.notopbar.reveal {
  top: 0;
}
.vertical_menu #head-page.adminbar-not-here.notopbar.alt {
  top: 0;
}
@media (max-width: 767px) {
  #head-page.adminbar-is-here.hastopbar.reveal {
    top: 46px;
  }
  /*checked*/
  #head-page.adminbar-is-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-is-here.notopbar.reveal {
    top: 46px;
  }
  /*checked*/
  #head-page.adminbar-is-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.hastopbar.reveal {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.notopbar.reveal {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.hastopbar.reveal {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.notopbar.reveal {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.hastopbar.reveal {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.notopbar.reveal {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  .vertical_menu #head-page.adminbar-is-here.hastopbar.reveal {
    top: 78px;
  }
  .vertical_menu #head-page.adminbar-is-here.hastopbar.reveal.alt {
    top: 46px;
  }
  .vertical_menu #head-page.adminbar-is-here.notopbar.reveal {
    top: 0;
  }
  .vertical_menu #head-page.adminbar-is-here.notopbar.reveal.alt {
    top: 0;
  }
  .vertical_menu #head-page.adminbar-not-here.hastopbar.reveal {
    top: 46px;
  }
  .vertical_menu #head-page.adminbar-not-here.hastopbar.reveal.alt {
    top: 46px;
  }
  .vertical_menu #head-page.adminbar-not-here.notopbar.reveal {
    top: 0;
  }
  .vertical_menu #head-page.adminbar-not-here.notopbar.reveal.alt {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 782px) {
  #head-page.adminbar-is-here.hastopbar.reveal {
    top: 46px;
  }
  /*checked*/
  #head-page.adminbar-is-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-is-here.notopbar.reveal {
    top: 46px;
  }
  /*checked*/
  #head-page.adminbar-is-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.hastopbar.reveal {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.notopbar.reveal {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.hastopbar.reveal {
    top: -50px;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.notopbar.reveal {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.hastopbar.reveal {
    top: -50px;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.notopbar.reveal {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
}
@media (min-width: 783px) and (max-width: 991px) {
  #head-page.adminbar-is-here.hastopbar.reveal {
    top: 32px;
  }
  /*checked*/
  #head-page.adminbar-is-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-is-here.notopbar.reveal {
    top: 32px;
  }
  /*checked*/
  #head-page.adminbar-is-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.hastopbar.reveal {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.notopbar.reveal {
    top: 0;
  }
  /*checked*/
  #head-page.adminbar-not-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.hastopbar.reveal {
    top: -50px;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.notopbar.reveal {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-is-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.hastopbar.reveal {
    top: -50px;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.hastopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.notopbar.reveal {
    top: 0;
  }
  /*checked*/
  #main-nav-check:checked ~ .top-head #head-page.adminbar-not-here.notopbar.reveal.alt {
    top: 0;
  }
  /*checked*/
}
@media (max-width: 991px) {
  #main-nav-check:checked ~ .top-head #top-bar {
    left: -270px;
    width: auto;
  }
}
#head-page #logomenu {
  display: block;
}
#head-page #logomenureveal {
  display: none;
}
#head-page #logomenumobile {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#head-page #logomenurevealmobile {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
#head-page.transparent.reveal #logomenu {
  display: none;
}
#head-page.transparent.reveal #logomenureveal {
  display: block;
}
#head-page.transparent.alt #logomenu {
  display: block;
}
#head-page.transparent.alt #logomenureveal {
  display: none;
}
#head-page.solid.reveal #logomenu {
  display: none;
}
#head-page.solid.reveal #logomenureveal {
  display: block;
}
#head-page.solid.alt #logomenu {
  display: block;
}
#head-page.solid.alt #logomenureveal {
  display: none;
}
.vertical_menu #head-page.solid.reveal #logomenu {
  display: none;
}
.vertical_menu #head-page.solid.reveal #logomenureveal {
  display: block;
}
.vertical_menu #head-page.solid.alt #logomenu {
  display: block;
}
.vertical_menu #head-page.solid.alt #logomenureveal {
  display: none;
}
#head-page.transparent.reveal #logomenumobile {
  display: none;
}
#head-page.transparent.reveal #logomenurevealmobile {
  display: block;
}
#head-page.transparent.alt #logomenumobile {
  display: block;
}
#head-page.transparent.alt #logomenurevealmobile {
  display: none;
}
#head-page.solid.reveal #logomenumobile {
  display: block;
}
#head-page.solid.reveal #logomenurevealmobile {
  display: none;
}
#head-page.solid.alt #logomenumobile {
  display: block;
}
#head-page.solid.alt #logomenurevealmobile {
  display: none;
}
#head-page.alt {
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
  box-shadow: none;
}
form.wpcf7-form .list-unstyled.list-inline {
  text-align: center;
}
form.wpcf7-form .list-unstyled.list-inline li {
  padding: 0;
}
.select.select-theme-default .select-options .select-option:hover,
.select.select-theme-default .select-options .select-option.select-option-highlight {
  background-color: #f58e03;
}
.margin_bottom_30 {
  margin-bottom: 30px;
}
.dt-boxed-container {
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #ffffff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.dt-boxed-container .top-head {
  position: relative;
}
.dt-boxed-container #head-page {
  left: auto;
  width: auto;
}
.dt-boxed-container .head-page.adminbar-is-here.notopbar.reveal {
  top: 32px;
}
.dt-boxed-container .head-page.adminbar-not-here.notopbar.reveal {
  /*do nothing*/
}
.dt-boxed-container .head-page.adminbar-is-here.hastopbar.reveal {
  /*do nothing*/
}
.dt-boxed-container .head-page.adminbar-not-here.hastopbar.reveal {
  /*do nothing*/
}
.dt-boxed-container .head-page.adminbar-is-here.notopbar.alt.reveal {
  /*do nothing*/
}
.dt-boxed-container .head-page.adminbar-not-here.notopbar.alt.reveal {
  /*do nothing*/
}
.dt-boxed-container .head-page.adminbar-is-here.hastopbar.alt.reveal {
  /*do nothing*/
}
.dt-boxed-container .head-page.adminbar-not-here.hastopbar.alt.reveal {
  /*do nothing*/
}
@media (max-width: 991px) {
  .dt-boxed-container {
    padding: 0;
    margin-top: 0;
  }
  .dt-boxed-container #head-page {
    width: 100%;
  }
  .dt-boxed-container .head-page.adminbar-is-here.notopbar.reveal {
    top: 0;
  }
}
.vc_span12 .module_dt_separator {
  margin-left: -15px;
  margin-right: -15px;
}
.postinfo {
  text-transform: uppercase;
  font-size: 13px;
}
.postinfo a {
  color: #95a5a6;
}
.postinfo a:hover,
.postinfo a:active {
  color: #f58e03;
}
.postinfo > ul {
  margin-left: 0;
}
.postinfo > ul > li {
  line-height: 16px;
  height: 16px;
  padding: 0 20px;
  border-left: 1px solid rgba(149, 165, 166, 0.5);
}
.postinfo > ul > li:before {
  font-family: flaticon;
  margin-right: 10px;
}
.postinfo > ul > li.info_categories:before {
  content: "\e085";
}
.postinfo > ul > li.info_date:before {
  content: "\e007";
}
.postinfo > ul > li.info_tags:before {
  content: "\e125";
}
.postinfo > ul > li.info_share > div:before {
  font-family: flaticon;
  content: "\e02c";
  margin-right: 10px;
}
.postinfo > ul > li:first-child {
  padding: 0 28px 0 0;
  border-left: 1px none #a0a6a4;
}
.postinfo .share-button.sharer-0 label {
  padding: 0;
}
.postinfo .share-button.sharer-0 label span {
  font-family: 'Open Sans' !important;
  font-weight: 300 !important;
  padding-left: 0 !important;
  text-transform: uppercase !important;
  color: #95a5a6;
}
.btn-readmore {
  display: none;
}
.comment-leave-title {
  font-size: 24px;
  font-family: 'Raleway';
  margin-bottom: 12.5px;
}
.section-heading-thin-border:after,
.section-heading-thick-border:after,
.section-heading-double-border-bottom:after,
.section-heading-thin-border-top-bottom:after {
  background-color: #34495e;
}
h1.section-heading-border {
  border-color: #34495e;
}
.section-heading-border-top-bottom {
  border-top-color: #34495e;
  border-bottom-color: #34495e;
}
.section-heading-point-bottom {
  border-bottom-color: #34495e;
}
.wpb_single_image img {
  width: 100%;
}
/* structure */
html,
body {
  height: 100%;
}
/* Main Banner */
.mainbanner {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #sequence .sequence-prev,
  #sequence .sequence-next {
    display: none!important;
  }
  .mainbanner {
    height: 100%!important;
  }
  .our-partners-img p img {
      margin-bottom: 20px !important;
  }
}
#sequence ul.sequence-canvas li {
  height: 100%;
  max-width: 1000px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
}
@media (min-width: 992px) {
  #sequence ul.sequence-canvas li .slide-title,
  #sequence ul.sequence-canvas li .slide-text {
    padding: 0 40px;
  }
}
@media (max-width: 800px) {
  #sequence ul.sequence-canvas li .slide-title,
  #sequence ul.sequence-canvas li .slide-text {
    padding: 0 40px;
  }
}
#sequence ul.sequence-canvas li .slide-title {
  font-size: 110px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
#sequence ul.sequence-canvas li .slide-title:after {
  content: '';
  width: 10%;
  display: block;
  height: 3px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  #sequence ul.sequence-canvas li .slide-title {
    font-size: 90px;
  }
}
@media (max-width: 480px) {
  #sequence ul.sequence-canvas li .slide-text {
    font-size: 90%;
  }
  #sequence ul.sequence-canvas li .slide-title {
    font-size: 40px;
  }
}
#sequence ul li {
  list-style: none;
}
#sequence ul li .slide-title {
  font-size: 110px;
  text-transform: uppercase;
  color: white;
  font-family: 'Raleway';
}
#sequence ul li .slide-text {
  font-size: 1.2em;
  color: white;
}
#sequence ul li .btn-cta {
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -ms-transition: all 150ms;
  transition: all 150ms;
}
#sequence .sequence-prev,
#sequence .sequence-next {
  top: 50%!important;
}
.slide-title,
.slide-text,
.slide-logo,
.slide-button {
  display: block;
  text-align: center;
}
.box-container {
  overflow: hidden;
}
.box-container:after {
  clear: both;
  content: " ";
  display: table;
}
.nosidebar .box-container,
.box-container.wpb_row {
  margin-left: 0px!important;
  margin-right: 0px!important;
  overflow: hidden;
}
/* coloring */
#footer {
  clear: both;
}
@media (max-width: 768px) {
  #footer-left {
    border-bottom: solid 1px #000000;
  }
}
#footer-right .border-left {
  border-left: solid 1px rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  #footer-right .border-left:nth-child(2n+1) {
    border-left: 0;
  }
}
#footer h3.widget-title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}
#footer h3.widget-title:after {
  border-top: solid 2px #f58e03;
}
/* end coloring */
div#head-page .popup_form {
  position: absolute;
  top: 15px;
  width: 210px;
  left: -190px;
  display: none;
  z-index: 99;
}
div#head-page .dt-menu-left .popup_form {
  left: 50px;
}
@media (max-width: 991px) {
  div#head-page .popup_form {
    position: static;
    display: block!important;
    opacity: 1 !important;
    width: 100%;
  }
}
.content .category-title,
.content .page-title,
.content .archive-title {
  margin-bottom: 40px;
  margin-top: 0px;
}
section#banner-section {
  min-height: 300px;
  position: relative;
}
body.page-template-squeeze-php .content > div > .container,
body.page-template-squeezeboxed-php .content > div > .container,
body.page-template-squeeze-php .content > .container,
body.page-template-squeezeboxed-php .content > .container,
body.page-template-squeeze-php .post-article,
body.page-template-squeezeboxed-php .post-article {
  padding: 0;
}
body.home .content {
  padding-top: 30px;
}
.footer-section .footer-left,
.footer-section .footer-right {
  padding-left: 0px;
  padding-right: 0px;
}
#footer-left {
  /*    position: absolute;
    padding: 0 40px;
    left:50%;
    top: 50%;
    width: 100%;

    .translate(-50%,100%);
    .transition-duration(0s);
*/

}
#footer-right .border-left.dummy {
  border-left: none;
}
@media (min-width: 1200px) {
  #footer-right .border-left.col-lg-3:nth-child(1),
  #footer-right .border-left.col-lg-3:nth-child(2),
  #footer-right .border-left.col-lg-3:nth-child(3),
  #footer-right .border-left.col-lg-3:nth-child(4) {
    border-top: none;
  }
}
@media (min-width: 993px) {
  #footer-right .border-left.col-md-4:nth-child(1),
  #footer-right .border-left.col-md-4:nth-child(2),
  #footer-right .border-left.col-md-4:nth-child(3),
  #footer-right .border-left.col-md-6:nth-child(1),
  #footer-right .border-left.col-md-6:nth-child(2),
  #footer-right .border-left.col-sm-12:nth-child(1) {
    border-top: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #footer-right .border-left.col-sm-6:first-child,
  #footer-right .border-left.col-sm-6:nth-child(2),
  #footer-right .border-left.col-sm-12:nth-child(1) {
    border-top: none;
  }
}
@media (max-width: 768px) {
  #footer-right .border-left.col-xs-6:first-child,
  #footer-right .border-left.col-xs-6:nth-child(3),
  #footer-right .border-left.col-xs-6:nth-child(5),
  #footer-right .border-left.col-xs-6:nth-child(7),
  #footer-right .border-left.col-xs-6:nth-child(9),
  #footer-right .border-left.col-xs-6:nth-child(11),
  #footer-right .border-left.col-xs-6:nth-child(13),
  #footer-right .border-left.col-sm-12 {
    border-left: none;
  }
}
@media (max-width: 480px) {
  #footer-right .border-left.col-xs-6 {
    width: 100%;
    border-left: none;
  }
}
#footer-right .row:first-child {
  border-top: none;
}
/* widget */
/* widget tags cloud */
#footer .widget-title:after {
  content: "";
  width: 30px;
  display: block;
  height: 1px;
  margin: 25px 0px;
}
/* widget calendar */
.widget_calendar table {
  width: 100%;
}
.widget_calendar .calendar-head li {
  display: inline-block;
  width: 15%;
}
.widget_calendar .calendar-head li.next {
  float: right;
  text-align: right;
}
.widget_calendar .calendar-head li.caption {
  width: 65%;
  text-align: center;
}
/* widget archive, category, recent comment */
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.dt_widget_recent_post ul,
.dt_widget_recent_comments ul {
  padding-left: 0px;
}
.widget_archive ul .icon:before,
.widget_categories ul .icon:before,
.widget_recent_entries ul .icon:before,
.widget_recent_comments ul .icon:before,
.dt_widget_recent_post ul .icon:before,
.dt_widget_recent_comments ul .icon:before {
  font-family: "fontello";
  font-style: normal;
  content: '\ea43';
  margin-left: -20px;
  width: 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.dt_widget_recent_post ul li,
.dt_widget_recent_comments ul li {
  list-style: none;
  border-bottom: 1px solid #e4e8e9;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.dt_widget_recent_post ul li:last-child,
.dt_widget_recent_comments ul li:last-child {
  border: none;
}
.widget_archive ul .children,
.widget_categories ul .children,
.widget_recent_entries ul .children,
.widget_recent_comments ul .children,
.dt_widget_recent_post ul .children,
.dt_widget_recent_comments ul .children {
  margin-top: 5px;
  margin-bottom: -5px;
  padding: 0px;
}
.widget_archive ul .children li,
.widget_categories ul .children li,
.widget_recent_entries ul .children li,
.widget_recent_comments ul .children li,
.dt_widget_recent_post ul .children li,
.dt_widget_recent_comments ul .children li {
  padding: 5px 0 5px 20px;
  border: none;
}
.widget_recent_entries ul li a {
  margin-left: -2px;
}
/* post image widget */
.dt_widget_featured_posts .post-item {
  padding: 0 1px 1px 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.dt_widget_featured_posts .post-item figure {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 87px;
  width: 100%;
  overflow: hidden;
}
.dt_widget_featured_posts .post-item figure > div {
  overflow: hidden;
}
.dt_widget_featured_posts .post-item figure figcaption {
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  transition: transform 0.4s;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  background-clip: padding-box;
  text-align: center;
  height: 90px;
  width: 90px;
}
.dt_widget_featured_posts .post-item figure:hover figcaption,
.dt_widget_featured_posts .post-item figure.cs-hover figcaption {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.dt_widget_featured_posts .post-item figure .zoom-plus {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 35px 0 35px;
  top: 25%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.dt_widget_featured_posts .post-item figure .zoom-plus::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  border-bottom: #fff solid 1px;
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  -o-transition: transform 0s;
  -ms-transition: transform 0s;
  transition: transform 0s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dt_widget_featured_posts .post-item figure .zoom-plus::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  border-left: #fff solid 1px;
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  -o-transition: transform 0s;
  -ms-transition: transform 0s;
  transition: transform 0s;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
/* detheme portfolio */
.port-article .postimagecontent {
  margin-bottom: 25px;
}
.port-article h2.port-heading {
  font-size: 24px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0px 0px 27px 0px;
  margin-bottom: 24px;
  margin-top: 0;
}
.port-article #related-port {
  margin-top: 40px;
}
.port-article .port-meta {
  padding-left: 0px;
}
.port-article .port-meta li {
  padding: 10px;
  clear: both;
  list-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: auto;
}
.port-article .port-meta li:first-child {
  padding-top: 0px;
}
.port-article .port-meta li:first-child > div {
  margin-top: 0px;
}
.port-article .port-meta li .bottom-line {
  border-bottom: 0;
}
.port-article .port-meta li:last-child {
  border-bottom: 0;
}
.port-article .port-meta li > div {
  padding-left: 0px;
}
.port-article .port-meta li > div label {
  margin-bottom: 0;
}
.port-article .port-meta label {
  font-weight: 400;
  text-transform: uppercase;
}
.port-article .bottom-meta .col-xs-4 {
  padding-top: 20px;
}
.port-article .link-project {
  margin-top: 15px;
  text-transform: uppercase;
}
.port-article .social-share-link {
  font-size: 12px;
}
.port-article #portfolio-carousel {
  margin-bottom: 25px;
}
.port-article #portfolio-carousel .post-gallery-carousel-nav {
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 1;
  overflow: hidden;
}
.port-article #portfolio-carousel .post-gallery-carousel-nav .post-gallery-carousel-buttons {
  position: absolute;
  bottom: 0px;
}
.port-article #portfolio-carousel .post-gallery-carousel-nav .post-gallery-carousel-buttons a {
  padding: 9px;
}
.port-article #portfolio-carousel .post-gallery-carousel-nav .post-gallery-carousel-buttons a:last-child {
  margin-left: -2px;
}
.port-article .gallery {
  margin-top: 40px !important;
}
#related-port .related-port {
  padding: 0px;
}
#related-port .related-port figure {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*          height: 200px;
          width: 200px;
*/

  overflow: hidden;
}
#related-port .related-port figure .top-image {
  /*              height: 200px;
              width: 200px;
*/
  overflow: hidden;
}
#related-port .related-port figure > div {
  overflow: hidden;
}
#related-port .related-port figure figcaption {
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  background-clip: padding-box;
  height: 200px;
  padding: 20px;
  position: relative;
}
#related-port .related-port figure figcaption h2 {
  font-size: 19px;
  line-height: 1.4;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px;
  display: block;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#related-port .related-port figure figcaption h2 a {
  color: #ffffff;
}
#related-port .related-port figure figcaption .related-tag a {
  color: #f58e03;
}
#related-port .related-port figure figcaption h2,
#related-port .related-port figure figcaption .related-tag {
  text-align: center;
}
#related-port .related-port figure .nav-slide {
  text-align: left;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
#related-port .related-port figure .nav-slide a:last-child {
  margin-left: -2px;
}
#related-port .related-port figure:hover figcaption,
#related-port .related-port figure.cs-hover figcaption {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
/* gallery */
.gallery-item {
  margin-top: 0 !important;
  margin-bottom: 5%;
}
.gallery-columns-3 .gallery-item {
  margin-bottom: 4%;
}
.gallery-columns-4 .gallery-item {
  margin-bottom: 3%;
}
.gallery-columns-5 .gallery-item {
  margin-bottom: 2%;
}
.gallery-columns-6 .gallery-item {
  margin-bottom: 2%;
}
.gallery-columns-7 .gallery-item {
  margin-bottom: 2%;
}
.gallery-columns-8 .gallery-item {
  margin-bottom: 2%;
}
.gallery-columns-9 .gallery-item {
  margin-bottom: 2%;
}
.gallery-item img {
  border: 0px none #CFCFCF !important;
  display: block;
  width: 90%;
  height: auto;
  max-width: 100%;
}
.gallery-item img.img-responsive {
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* dt timeline */
.dt-timeline .time-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dt-timeline .time-item .content-line {
  text-align: left;
}
.dt-timeline .time-item .content-line h2 {
  margin-top: 0px;
  font-size: 1.1em;
  color: #222;
  margin-bottom: 5px;
}
.dt-timeline .time-item .center-line i {
  color: #fff;
}
.dt-timeline .time-item .center-line.square {
  background-color: #f58e03;
}
.dt-timeline .time-item .center-line.circle i {
  background-color: #f58e03;
}
.dt-timeline .liner:before,
.dt-timeline .time-item .content-line,
.dt-timeline .time-item .content-line:before {
  border: 1px solid transparent;
  background-color: #ecf0f1;
}
.dt-timeline .time-item .content-line {
  padding: 20px;
}
.dt-timeline .time-item:hover .center-line i {
  background-color: #222 !important;
}
.dt-timeline .time-item:hover .content-line:before,
.dt-timeline .time-item:hover .content-line {
  background-color: #f58e03;
}
.dt-timeline .time-item:hover .center-line i {
  border-color: transparent !important;
}
.dt-timeline .time-item .center-line i {
  border: 0;
}
.dt-timeline .time-item:hover .content-line:before,
.dt-timeline .time-item:hover .content-line {
  border: 1px solid transparent!important;
}
.dt-timeline .time-item.right .content-line:before,
.dt-timeline .time-item.left .content-line:before {
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}
@media handheld, only screen and (max-width: 479px) {
  .dt-timeline .time-item .center-line {
    display: none !important;
  }
  .dt-timeline .time-item .content-line {
    margin: 0!important;
    left: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .dt-timeline .time-item:hover .content-line:before,
  .dt-timeline .time-item .content-line:before {
    background: none!important;
    border: none !important;
  }
}
/* dt section heading */
/* dt iconboxes */
.dt-iconboxes {
  color: inherit;
}
.dt-iconboxes span:after {
  border-top-color: #ffffff;
}
.dt-iconboxes span:hover:after {
  border-top-color: #f58e03;
}
/*
.dt-iconboxes.layout-3 span:after{
  border-top-color: lighten(@primary-color,20%);
}
.dt-iconboxes.layout-3 span{
  background-color: lighten(@primary-color,20%);
}
*/
.dt-iconboxes.layout-3 span {
  color: #666666;
  border-color: #666666;
  background: transparent;
}
.dt-iconboxes.layout-3 span:before {
  border-top-color: #666666;
}
.dt-iconboxes.layout-3 span:after {
  border-top-color: #ffffff;
}
.dt-iconboxes.layout-3 span:hover:after,
.dt-iconboxes.layout-3 span:hover:before {
  border-top-color: #f58e03;
}
.dt-iconboxes span:hover:after,
.dt-iconboxes span:hover:before,
.dt-iconboxes-4:hover .dt-section-icon:after,
.dt-iconboxes-4:hover .dt-section-icon:before {
  border-top-color: #f58e03;
}
.dt_team_custom_item .profile-position,
.dt-iconboxes-4:hover .dt-section-icon i:hover,
.dt-iconboxes.layout-6 i,
.no-touch .dt-iconboxes-4:hover .hi-icon-effect-5 .hi-icon {
  color: #f58e03;
}
.dt-iconboxes.layout-3 h3 {
  color: #95a5a6;
}
.dt_team_custom_item img {
  height: auto;
  max-width: 100%;
}
.hi-icon-wrap {
  padding: 0 0 1em;
}
.dt-iconboxes.layout-3 span:hover,
.dt-iconboxes.layout-6:hover i {
  color: #ffffff !important;
}
.dt-iconboxes span:hover,
.dt-iconboxes.layout-3 span:hover {
  border-color: #f58e03;
}
.dt-iconboxes-5 h4 {
  text-align: center;
}
.dt-iconboxes-5 .hi-icon {
  color: inherit;
  border-color: #e0e0e0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .dt-iconboxes-5 .hi-icon {
    width: 160px;
    height: 160px;
  }
}
.dt-iconboxes span:hover,
.dt-iconboxes-2:hover .dt-section-icon i.hi-icon,
.dt-iconboxes-2:hover i,
.dt-iconboxes.layout-3 span:hover,
.dt-iconboxes-4:hover .dt-section-icon,
.dt-iconboxes-5:hover .hi-icon-effect-5 .hi-icon,
.dt-iconboxes.layout-6:hover {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -ms-transition: all 350ms;
  transition: all 350ms;
}
.dt-iconboxes.layout-6 i,
.dt-iconboxes.layout-6 h4 {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -ms-transition: all 350ms;
  transition: all 350ms;
}
.dt-iconboxes.layout-7 i,
.dt-iconboxes.layout-8 i {
  background: none;
}
.dt-iconboxes.layout-7:hover i,
.dt-iconboxes.layout-8:hover i {
  background: none;
}
.dt-iconboxes h4,
.dt-iconboxes.layout-6 h4,
.dt-iconboxes.layout-7 .text-box h4,
.dt-iconboxes.layout-8 .text-box h4 {
  font-size: 18px ;
  margin-bottom: 15px;
}
.dt-iconboxes.layout-7 .text-box,
.dt-iconboxes.layout-8 .text-box {
  background: none;
}
.container .dt-iconboxes.layout-7 i,
.container .dt-iconboxes.layout-8 i {
  font-size: 25px ;
  line-height: 1;
}
/* dt profile */
.dt_team_custom_item:after {
  clear: both;
  content: '';
  width: 100%;
  display: block;
}
.dt_team_custom_item .left-item {
  position: relative;
  width: 50%;
  height: 100%;
  padding-right: 20px;
}
.dt_team_custom_item .right-item {
  width: 50%;
  padding-left: 20px;
}
.dt_team_custom_item .profile-title {
  font-size: 24px;
  margin-top: 0px;
}
.dt_team_custom_item .profile-position {
  font-size: 16px;
  margin-top: 0px;
}
.dt_team_custom_item .text {
  margin-top: 22px;
}
.dt_team_custom_item hr {
  margin: 17px 0;
}
.dt_team_custom_item .profile-scocial a,
.dt_team_custom_item .profile-scocial i {
  color: #515151;
}
.dt_team_custom_item .profile-scocial a:hover,
.dt_team_custom_item .profile-scocial i:hover {
  color: #f58e03;
  border: 0;
}
@media (max-width: 480px) {
  .dt_team_custom_item .left-item {
    margin-bottom: 30px;
  }
  .dt_team_custom_item .left-item,
  .dt_team_custom_item .right-item {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Price Table */
.dt-pricing-table ul li.plan-action,
.dt-pricing-table ul li.plan-head {
  background: #b1b9bb!important;
}
.dt-pricing-table .featured ul li.plan-head,
.dt-pricing-table .featured ul li.plan-action {
  background-color: #f58e03 !important;
}
.featured .plan-action .btn-active {
  background: none!important;
}
.dt-pricing-table,
.dt-pricing-table ul li {
  font-size: 14px!important;
  color: #2a2929;
}
.dt-pricing-table .price-4-col:first-child ul,
.dt-pricing-table .price-3-col:first-child ul,
.dt-pricing-table .price-4-col:first-child ul .plan-head,
.dt-pricing-table .price-3-col:first-child ul .plan-head,
.dt-pricing-table .price-4-col:last-child ul,
.dt-pricing-table .price-3-col:last-child ul,
.dt-pricing-table .price-4-col:last-child ul .plan-head,
.dt-pricing-table .price-3-col:last-child ul .plan-head,
.dt-pricing-table ul,
.dt-pricing-table ul li {
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -ms-border-radius: 0px!important;
  -o-border-radius: 0px!important;
  border-radius: 0px!important;
  background-clip: border-box !important;
}
.dt-pricing-table .plan-price span,
.dt-pricing-table .plan-price {
  font-size: 42px !important;
  line-height: 90px !important;
}
.dt-pricing-table ul li .plan-title {
  background: none !important;
  text-transform: none !important;
  margin-top: -25px !important;
  padding-bottom: 20px !important;
}
.dt-pricing-table ul li .plan-price span {
  top: 0px !important;
}
.dt-pricing-table ul li .plan-price span.after-price {
  top: -20px !important;
  left: 5px;
  font-size: 24px !important;
}
.dt-pricing-table ul li p.hover-tip-text {
  width: 100%!important;
  position: relative !important;
  left: 0%!important;
  -webkit-transform: translate(0%, 0) !important;
  -moz-transform: translate(0%, 0) !important;
  -ms-transform: translate(0%, 0) !important;
  -o-transform: translate(0%, 0) !important;
  transform: translate(0%, 0) !important;
}
.dt-pricing-table .featured li.plan-head {
  padding-top: 0px!important;
}
.dt-pricing-table .featured {
  top: -30px !important;
}
.dt-pricing-table .featured ul p.hover-tip-text {
  bottom: 0px !important;
}
.dt-pricing-table ul li p.hover-tip-text {
  padding: 10px 0px !important;
}
.dt-pricing-table .featured ul p.hover-tip-text {
  padding: 25px 0px !important;
}
.dt-pricing-table .price-4-col ul p.hover-tip-text,
.dt-pricing-table .price-3-col ul p.hover-tip-text {
  font-size: 20px !important;
  background: #222;
}
.dt-pricing-table .featured ul p.hover-tip-text {
  background: #222;
}
.dt-pricing-table .price-4-col:first-child ul .plan-head,
.dt-pricing-table .price-3-col:first-child ul .plan-head,
.dt-pricing-table .featured ul {
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -ms-border-radius: 0px!important;
  -o-border-radius: 0px!important;
  border-radius: 0px!important;
}
/* dt Progress Bars */
.progress_bars {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.progress_bars .progress_content_outer {
  width: 100%;
  height: 15px;
  clear: both;
  position: relative;
  top: 15px;
}
.progress_bars i {
  display: block;
  margin: 0px auto 0px 0px;
  text-align: center;
  line-height: 67px;
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #f58e03;
  float: left;
}
.progress_bars i:before {
  font-size: 30px;
  color: #ffffff;
}
.progress_bars .progress_bar {
  margin: 0px 0px 50px;
}
.progress_bars .progress_bar .progress_number {
  position: relative;
}
.progress_bars .progress_bar .progress_info {
  float: left;
  margin-left: 15px;
}
.progress_bars .progress_bar .progress_info h4 {
  margin: -4px auto 10px;
}
.progress_bars .progress_bar .progress_title {
  font-size: 20px;
}
.progress_bars .progress_bar .progress_number span {
  font-size: 30px;
  font-weight: 300;
}
/* dt circle bar */
.dt_circlebar .pie-title {
  font-size: 14px;
  text-align: center;
}
.dt_circlebar .tocounter {
  font-size: 30px;
  color: #95a5a6;
  font-family: lato;
}
.dt_circlebar .tocounter-unit {
  font-size: 20px;
  color: #95a5a6;
  top: -10px;
  position: relative;
  margin-left: 5px;
}
/* post grid */
.post-gallery-carousel {
  overflow: hidden;
}
.post-masonry {
  overflow: hidden;
}
.post-masonry.columns_count_4 {
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
}
.post-masonry li.isotope-item {
  padding: 15px;
  margin-bottom: 0px;
}
.post-masonry li.isotope-item .author {
  font-weight: 300;
}
.post-masonry li.isotope-item .isotope-inner .comment-count {
  width: 100%;
  text-align: right;
  padding: 0px;
  margin-top: -2px;
  position: absolute;
  z-index: 99999;
}
.post-masonry li.isotope-item .isotope-inner .comment-count i:before {
  font-size: 45px;
  color: #f58e03;
}
.post-masonry li.isotope-item .isotope-inner .comment-count i {
  position: absolute;
  right: 23px;
}
.post-masonry li.isotope-item .isotope-inner .comment-count i span {
  position: absolute;
  top: 9px;
  color: #fff;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.post-masonry li.isotope-item .isotope-inner.audio .post-image {
  padding: 0px;
}
.post-masonry li.isotope-item .isotope-inner.gallery .post-gallery-carousel-buttons {
  left: 0px;
}
.post-masonry li.isotope-item .isotope-inner.image .post-image-container {
  position: relative;
  width: 100%;
}
.post-masonry li.isotope-item .isotope-inner.image .imgcontrol {
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.post-masonry li.isotope-item .isotope-inner.image .imgcontrol .imgbuttons {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.post-masonry li.isotope-item .isotope-inner.image .imgcontrol .imgbuttons a:last-child {
  margin-left: -4px;
}
.post-masonry li.isotope-item .isotope-inner.image:hover .imgcontrol {
  opacity: 1;
}
.post-masonry li.isotope-item .postmetabottom {
  padding: 15px 15px;
}
.post-masonry li.isotope-item .postmetabottom div:last-child {
  text-align: right;
  padding-left: 0;
}
.post-masonry li.isotope-item .post-info {
  padding: 30px;
}
.post-masonry li.isotope-item .post-info .author {
  display: inline;
}
.post-masonry li.isotope-item .post-info .author a {
  color: #f58e03;
}
.post-masonry li.isotope-item .post-image img {
  width: 100%;
  height: auto;
}
.post-masonry li.isotope-item .post-quaote,
.post-masonry li.isotope-item .post-link {
  color: #ffffff;
}
.post-masonry li.isotope-item .post-quaote h1,
.post-masonry li.isotope-item .post-link h1,
.post-masonry li.isotope-item .post-quaote h2,
.post-masonry li.isotope-item .post-link h2,
.post-masonry li.isotope-item .post-quaote h3,
.post-masonry li.isotope-item .post-link h3,
.post-masonry li.isotope-item .post-quaote h4,
.post-masonry li.isotope-item .post-link h4,
.post-masonry li.isotope-item .post-quaote h5,
.post-masonry li.isotope-item .post-link h5,
.post-masonry li.isotope-item .post-quaote h6,
.post-masonry li.isotope-item .post-link h6 {
  color: #ffffff;
}
.post-masonry li.isotope-item .post-quaote .iconquote,
.post-masonry li.isotope-item .post-link .iconquote {
  right: 35px;
  bottom: 35px;
  font-size: 35px;
}
.post-masonry li.isotope-item .post-quaote .post-content,
.post-masonry li.isotope-item .post-link .post-content {
  margin-bottom: 35px;
}
.post-masonry li.isotope-item .post-quaote blockquote,
.post-masonry li.isotope-item .post-link blockquote {
  line-height: 45px;
  font-size: 24px;
  border: medium none;
  padding: 0px;
  font-family: 'Lora';
}
.post-masonry li.isotope-item .post-link .iconlink i {
  color: #ffffff;
}
.post-masonry li.isotope-item .quote .post-content {
  border: 0!important;
}
.mejs-container {
  background: #a2a2a2!important;
  border: 0;
  margin-top: 0px;
  width: 100% !important;
  height: 42px !important;
}
.mejs-container .mejs-controls {
  background: none!important;
  bottom: 5px !important;
}
.mejs-container .mejs-controls .mejs-duration,
.mejs-container .mejs-controls .mejs-currenttime {
  color: #000 !important;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-time-loaded {
  background: none !important;
  background-color: #f58e03 !important;
}
.mejs-container .mejs-controls .mejs-time-total,
.mejs-container .mejs-controls .mejs-horizontal-volume-total {
  background: none !important;
  background-color: #515151 !important;
}
.mejs-container .mejs-horizontal-volume-slider.mejs-mute {
  width: 60px !important;
}
/* portfolio page */
/* coloring */
.portfolio-type-text .portfolio-item .portfolio-termlist a {
  color: #f58e03;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}
.isotope {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform,opacity;
  transform: translate(0, 0) scale(1);
}
.isotope .isotope-item.more-post {
  -webkit-transition: opacity 0.8s 0.5s;
  -moz-transition: opacity 0.8s 0.5s;
  -o-transition: opacity 0.8s 0.5s;
  -ms-transition: opacity 0.8s 0.5s;
  transition: opacity 0.8s 0.5s;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
  display: none;
}
.dt-portfolio-container {
  width: 100%;
  position: relative;
}
.dt-portfolio-container .owl-carousel-navigation {
  position: absolute;
  z-index: 100;
  top: 120px;
}
.dt-portfolio-container .owl-carousel-navigation.prev-button {
  left: 0;
}
.dt-portfolio-container .owl-carousel-navigation.next-button {
  right: 0;
}
.dt-portfolio-container .owl-carousel-navigation a {
  padding: 20px 10px;
}
.portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-item .imgcontrol {
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px;
  text-align: right;
}
.portfolio-item:hover .imgcontrol {
  opacity: 1;
}
.imgbuttons {
  position: absolute;
  bottom: 0;
}
.imgbuttons a:last-child {
  margin-left: -2px;
}
.portfolio-type-imagefull .imgbuttons a:last-child {
  margin-left: -2px;
}
.portfolio-type-image .imgbuttons a:last-child {
  margin-left: -2px;
}
.portfolio-navigation {
  text-align: center;
  padding: 40px 0 40px;
}
.portfolio-navigation .more-post {
  display: none;
}
.portfolio-type-imagefixheightfull .more-post {
  display: inline-block;
}
.portfolio-type-imagefull .portfolio-item,
.portfolio-type-imagefixheightfull .portfolio-item {
  margin: 0;
}
.portfolio-type-imagefull .portfolio-item .imgcontrol .imgbuttons,
.portfolio-type-imagefixheightfull .portfolio-item .imgcontrol .imgbuttons {
  left: 0;
}
.portfolio-type-imagefull .portfolio-item img,
.portfolio-type-imagefixheightfull .portfolio-item img {
  height: auto;
}
.portfolio-type-imagefixheightfull .img-responsive {
  max-height: 100%;
  width: auto;
  max-width: none;
}
.portfolio-type-image .imgbuttons {
  left: 0px;
}
.portfolio-type-text .portfolio-title {
  color: #222;
  font-size: 1.3em;
}
.portfolio-type-text .imgbuttons {
  left: 0px;
}
.portfolio-type-text .imgcontrol {
  display: none;
}
.portfolio-type-text .portfolio-item {
  margin-bottom: 54px;
}
.portfolio-type-text .portfolio-item .portfolio-excerpt {
  margin-top: 10px;
}
.portfolio-type-text .portfolio-item .portfolio-description {
  margin-top: 22px;
  padding: 0 20px;
}
.portfolio-type-text .read_more {
  margin-top: -5px;
  position: relative;
  /*display: block;*/

  line-height: 1;
}
/*Portfolio thumbnail Hover effect*/
.portfolio-type-image .portfolio-item .portfolio-title,
.portfolio-type-imagefixheightfull .portfolio-item .portfolio-title,
.portfolio-type-imagefull .portfolio-item .portfolio-title {
  color: #fff;
  line-height: 1.4;
}
.portfolio-type-image .portfolio-item .portfolio-title:before,
.portfolio-type-imagefixheightfull .portfolio-item .portfolio-title:before,
.portfolio-type-imagefull .portfolio-item .portfolio-title:before {
  display: block;
  content: '';
  width: 40px;
  margin-left: -20px;
  left: 50%;
  height: 1px;
  bottom: -12px;
  position: absolute;
  background-color: #fff;
}
.portfolio-type-image .portfolio-item .portfolio-termlist,
.portfolio-type-imagefixheightfull .portfolio-item .portfolio-termlist,
.portfolio-type-imagefull .portfolio-item .portfolio-termlist {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-top: 20px;
}
.portfolio-type-image .portfolio-item .portfolio-title,
.portfolio-type-imagefixheightfull .portfolio-item .portfolio-title,
.portfolio-type-imagefull .portfolio-item .portfolio-title {
  text-align: center;
}
.portfolio-type-image .portfolio-item .portfolio-title a,
.portfolio-type-imagefixheightfull .portfolio-item .portfolio-title a,
.portfolio-type-imagefull .portfolio-item .portfolio-title a {
  font-size: 24px;
  color: #fff;
}
.portfolio-type-image .portfolio-item .post-image-container,
.portfolio-type-imagefixheightfull .portfolio-item .post-image-container,
.portfolio-type-imagefull .portfolio-item .post-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.portfolio-type-image .portfolio-item .post-image img,
.portfolio-type-imagefixheightfull .portfolio-item .post-image img,
.portfolio-type-imagefull .portfolio-item .post-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 500ms;
}
.portfolio-type-image .portfolio-item .portfolio-title,
.portfolio-type-imagefixheightfull .portfolio-item .portfolio-title,
.portfolio-type-imagefull .portfolio-item .portfolio-title {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: all 400ms;
  opacity: 0;
}
.portfolio-type-image .portfolio-item .portfolio-termlist,
.portfolio-type-imagefixheightfull .portfolio-item .portfolio-termlist,
.portfolio-type-imagefull .portfolio-item .portfolio-termlist {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 400ms;
  opacity: 0;
}
.portfolio-type-image .portfolio-item .portfolio-title:before,
.portfolio-type-imagefixheightfull .portfolio-item .portfolio-title:before,
.portfolio-type-imagefull .portfolio-item .portfolio-title:before {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: all 400ms;
  transition-delay: 100ms;
  opacity: 0;
}
.portfolio-type-image .portfolio-item:hover .post-image img,
.portfolio-type-imagefixheightfull .portfolio-item:hover .post-image img,
.portfolio-type-imagefull .portfolio-item:hover .post-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-type-image .portfolio-item:hover .portfolio-title,
.portfolio-type-imagefixheightfull .portfolio-item:hover .portfolio-title,
.portfolio-type-imagefull .portfolio-item:hover .portfolio-title,
.portfolio-type-image .portfolio-item:hover .portfolio-termlist,
.portfolio-type-imagefixheightfull .portfolio-item:hover .portfolio-termlist,
.portfolio-type-imagefull .portfolio-item:hover .portfolio-termlist,
.portfolio-type-image .portfolio-item:hover .portfolio-title:before,
.portfolio-type-imagefixheightfull .portfolio-item:hover .portfolio-title:before,
.portfolio-type-imagefull .portfolio-item:hover .portfolio-title:before {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
/* dt portfolio module */
.dt-portfolio-container .owl-item .imgbuttons {
  left: 0px;
}
.dt-portfolio-container .owl-item .imgbuttons a:first-child {
  margin-right: 4px;
}
.sequence-twitter .owl-item {
  margin-left: 1px;
}
/* woo featured product */
.dt-featured-product .owl-carousel-navigation,
.dt-shop-category .owl-carousel-navigation {
  text-align: center;
}
/* exit popup */
.exitpopup_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  opacity: .8;
  filter: "alpha(opacity=0.8)";
  z-index: 999998;
}
.exitpopup {
  width: 670px;
  height: 450px;
  margin: 0px auto;
  display: none;
  position: fixed;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 999999;
  background: #e0e0e0;
  color: #222;
}
/* vc single image */
.wpb_single_image .wpb_wrapper {
  position: relative;
}
.wpb_single_image .image-hover,
.wpb_single_image .text-hover {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: "alpha(opacity = 0)";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  overflow: hidden;
}
.wpb_single_image .text-hover {
  width: 100%;
}
.wpb_single_image.vc_align_center .image-hover,
.wpb_single_image.vc_align_center .text-hover {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpb_single_image.vc_align_left .image-hover,
.wpb_single_image.vc_align_left .text-hover {
  left: 0;
}
.wpb_single_image.vc_align_right .image-hover,
.wpb_single_image.vc_align_right .text-hover {
  right: 0;
}
.wpb_single_image .wpb_wrapper {
  overflow: hidden;
  position: relative;
}
.wpb_single_image .text-hover {
  opacity: 1;
}
.wpb_single_image .wpb_wrapper .text-hover .text-hover-container {
  position: absolute;
  text-align: center;
  bottom: 10px;
  z-index: 10;
  padding: 20px 20px 30px;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  width: 100%;
  display: block;
}
.wpb_single_image img.hover-type-text {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.wpb_single_image:hover img.hover-type-text {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
.wpb_single_image .wpb_wrapper .text-hover .text-hover-container * {
  color: #fff;
}
.text-hover-pre-title {
  background-color: #B30C82;
  padding: 5px 10px;
  position: relative;
  bottom: 35px;
}
.wpb_single_image .wpb_wrapper .text-hover:before {
  display: block;
  z-index: 10;
  content: '';
  width: 100%;
  height: 110%;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.6) 65%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.6) 65%);
  z-index: -1;
}
.wpb_single_image .wpb_wrapper .text-hover .text-hover-container:after,
.wpb_single_image .wpb_wrapper .text-hover .text-hover-container:before {
  content: '';
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 90px;
  width: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
  outline: 1px solid transparent;
}
.wpb_single_image .wpb_wrapper .text-hover .text-hover-container:after {
  left: 50%;
}
.wpb_single_image .wpb_wrapper .text-hover .text-hover-container:before {
  right: 50%;
}
.wpb_single_image .wpb_wrapper:hover .text-hover .text-hover-container:before,
.wpb_single_image .wpb_wrapper:hover .text-hover .text-hover-container:after {
  width: 40px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.wpb_single_image .wpb_wrapper:hover .text-hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wpb_single_image .wpb_wrapper:hover .image-hover,
.wpb_single_image .wpb_wrapper:hover .text-hover {
  opacity: 1;
}
.wpb_single_image .wpb_wrapper:hover .text-hover .text-hover-container {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* 1/5 grid */
.wpb_row .vc_span_1_5,
.wpb_row .vc_span_2_5,
.wpb_row .vc_span_3_5,
.wpb_row .vc_span_4_5 {
  margin-left: 0;
}
.vc_non_responsive .wpb_row .vc_span_1_5,
.vc_non_responsive .wpb_row .vc_span_2_5,
.vc_non_responsive .wpb_row .vc_span_3_5,
.vc_non_responsive .wpb_row .vc_span_4_5 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vc_non_responsive .wpb_row .vc_span_1_5 {
  width: 20%;
}
.vc_non_responsive .wpb_row .vc_span_2_5 {
  width: 40%;
}
.vc_non_responsive .wpb_row .vc_span_3_5 {
  width: 60%;
}
.vc_non_responsive .wpb_row .vc_span_4_5 {
  width: 80%;
}
@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span_1_5 {
    float: left;
    width: 20%;
  }
  .vc_responsive .wpb_row .vc_span_2_5 {
    float: left;
    width: 40%;
  }
  .vc_responsive .wpb_row .vc_span_3_5 {
    float: left;
    width: 60%;
  }
  .vc_responsive .wpb_row .vc_span_4_5 {
    float: left;
    width: 80%;
  }
}
/* dt accordion */
.panel-heading.openedup .btn-accordion.opened i:before,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
  font-family: Flaticon;
  content: "\e0cf";
}
.panel-heading.collapsed .btn-accordion.collapsed i:before,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  font-family: Flaticon;
  content: "\e0ed";
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  font-family: Flaticon;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  font-family: Flaticon;
}
/* vc 4.3.4 */
.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}
.vc_row-fluid:after {
  clear: both;
}

/* customstyle.css */
/* ================================================ */
/* don't touch this style auto generating by system */
/* ================================================ */
body.dt_custom_body { font-family: Open Sans; }
.woocommerce.widget_product_tag_cloud li {
  font-family: Open Sans;
}
.postdate .year {
  font-family: Open Sans;
}
.postmetatop ul li {
  font-family: Open Sans;
}
.singlepostmetatop ul li {
  font-family: Open Sans;
}
.dt-comment-date {
  font-family: Open Sans;
}
.dt-comment-comment {
  font-family: Open Sans;
}
.footer-right {
  font-family: Open Sans;
}
footer#footer .widget_tag_cloud .tagcloud .tag {
  font-family: Open Sans;
}
footer#footer .widget_categories {
  font-family: Open Sans;
}
footer#footer .widget_archive {
  font-family: Open Sans;
}
.sidebar .widget_tag_cloud .tagcloud .tag {
  font-family: Open Sans;
}
.sidebar .widget_categories {
  font-family: Open Sans;
}
.sidebar .widget_archive {
  font-family: Open Sans;
}
section#banner-section .breadcrumbs {
  font-family: Open Sans;
}
.dt-contact-form input[type="text"], 
.dt-contact-form input[type="email"], 
.dt-contact-form input[type="password"], 
.dt-contact-form input[type="number"], 
.dt-contact-form input[type="tel"],
.dt-contact-form input[type="submit"], 
.dt-contact-form textarea {
  font-family: Open Sans;
}

#dt-menu li a { font-family: Open Sans; }
#mobile-header label { font-family: Open Sans; }
#dt-menu label { font: 3.125em/1.375em Open Sans; }
#dt-menu .sub-nav label { font: 2em/2em Open Sans; }
#dt-menu a, #dt-menu .sub-nav a{ font-family: Open Sans; }

.postmetabottom { font-family: Open Sans; }
.postinfo .share-button.sharer-0 label span { font-family: Open Sans !important; }
                h1,
                h2,
                h3,
                h4,
                h5,
                h6, 
                .btn{
                  font-family: Raleway;
                                  font-weight: 300;
                                                }

                input.secondary_color_button {
                  font-family: Raleway;
                }
                .btn {
                  font-family: Raleway;
                }
                .social-share-link {
                  font-family: Raleway;
                }
                .postdate .day {
                  font-family: Raleway;
                }
                .postcontent-quote {
                  font-family: Raleway;
                }
                .dt-comment-author {
                  font-family: Raleway;
                }
                #mobile-header label {
                  font-family: Raleway;
                }

                .dt-contact-form input[type="submit"] {
                  font-family: Raleway;
                }


                #dt-menu label {
                  font: 3.125em/1.375em Raleway;
                }

                #mobile-header-top-left label {
                  font-family: Raleway;
                }
                #dt-topbar-menu-left label {
                  font: 3.125em/1.375em Raleway;
                }
                #dt-topbar-menu-left .sub-nav label {
                  font: 2em/2em Raleway;
                }
                #dt-topbar-menu-left,
                #dt-topbar-menu-left .sub-nav {
                  font-family: Raleway;
                }
                #dt-topbar-menu-left .toggle-sub {
                  font-family: Raleway;
                }
                #dt-topbar-menu-left ul li a:after {
                    font: 1.5em Raleway;
                }
                #mobile-header-top-right label {
                  font-family: Raleway;
                }
                #dt-topbar-menu-right label {
                  font: 3.125em/1.375em Raleway;
                }
                #dt-topbar-menu-right .sub-nav label {
                  font: 2em/2em Raleway;
                }
                #dt-topbar-menu-right,
                #dt-topbar-menu-right .sub-nav {
                  font-family: Raleway;
                }
                #dt-topbar-menu-right .toggle-sub {
                  font-family: Raleway;
                }
                #dt-topbar-menu-right ul li a:after {
                    font: 1.5em Raleway;
                }
                #top-bar {
                  font-family: Raleway;
                }
                #footer-right .widget .widget-title {
                  font-family: Raleway;
                }
                .postinfo .share-button.float-right.sharer-0 label span {
                  font-family: Raleway!important;
                }
                .carousel-content .carousel-inner a.inline-block {
                  font-family: Raleway;
                }
                .box-main-color .iconbox-detail h3,
                .box-secondary-color .iconbox-detail h3 {
                  font-family: Raleway;
                }
                .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
                  font-family: Raleway;
                }
                h4.blog-post-title a {font-family: Raleway;}
                .dt-comment-author {font-family: Raleway;}
            h1, h2, h3, h4, h5, h6 { color: #304152 }
            h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #304152 }

            .btn.btn-ghost, #sequence ul li .btn-cta {
              border-color: #304152;
              color: #304152;
            }
            .btn.btn-ghost:hover {
              background-color: #304152;
              border-color: #304152;
            }
            .btn.btn-ghost:active, .btn.btn-ghost:focus {
              background-color: #304152;
              border-color: #304152;
            }

            .heading_text_color {color: #304152;}
            .dt-shop-category .owl-carousel-navigation .btn-owl:hover { color: ;; }

            .section-heading-thin-border:after,
            .section-heading-thick-border:after,
            .section-heading-double-border-bottom:after,
            .section-heading-thin-border-top-bottom:after {background-color: #304152;}

            h1.section-heading-border{border-color: #304152;}
            .section-heading-border-top-bottom {border-top-color: #304152; border-bottom-color: #304152;}
            .section-heading-point-bottom {border-bottom-color: #304152;}
.dt-section-head h1,
.dt-section-head h2,
.dt-section-head h3,
.dt-section-head h4,
.dt-section-head h5,
.dt-section-head h6 {
  font-family: Raleway;
  font-weight: 100;
}
blockquote { font-family: Lora !important; }
        .tertier_color_bg {background-color: #000000; }

        #footer { background-image: url(""); }
        #footer { background-repeat: no-repeat; }
        #footer { background-size: cover; }

        .footer-left { color: #ffffff; }
        .footer-right { color: #ffffff; }
        footer#footer a { color: #ffffff; }
        #footer-right .widget .widget-title { color: #ffffff; }

        #footer .container .widget_text .social-circled li,
        #footer .container .widget_text .social-circled li:last-child,
        #footer .woocommerce ul.cart_list li,
        #footer .woocommerce ul.product_list_widget li,
        #footer .woocommerce-page ul.cart_list li,
        #footer .woocommerce-page ul.product_list_widget li,
        #footer .woocommerce.widget_product_categories li,
        footer#footer .widget_tag_cloud .tagcloud .tag,
        footer#footer .dt_widget_tabs .nav-tabs li a,
        footer#footer .dt_widget_tabs .tab-pane .rowlist,
        footer#footer .dt_widget_accordion .panel-heading,
        footer#footer .dt_widget_accordion .panel-body,
        #footer .widget_categories ul li,
        #footer .widget_recent_entries ul li,
        #footer .widget_recent_comments ul li,
        #footer .widget_rss ul li,
        #footer .widget_meta ul li,
        #footer .widget_nav_menu ul li,
        #footer .widget_archive ul li,
        #footer .widget_text ul li,
        footer#footer .woocommerce.widget_product_tag_cloud .tagcloud .tag {
          border-color: rgba(255,255,255, 0.05);
        }

        footer#footer .widget_text ul.list-inline-icon li {
          border: 1px solid rgba(255,255,255, 0.05);
        }

        footer#footer .widget_search {
          color: #ffffff;
        }

        footer#footer .widget_search #s {
          border: 1px solid rgba(255,255,255, 0.4);
          color: #ffffff;
        }

        footer#footer .select-target.select-theme-default {
            border: 1px solid rgba(255,255,255, 0.4);
        }

        footer#footer .dt_widget_accordion .panel-heading {
          color: #ffffff;
        }
        
        footer#footer .widget_recent_comments a {
          color: rgba(255,255,255, 0.4);
        }

        footer#footer .woocommerce.widget_product_search #s {
          border: 1px solid rgba(255,255,255, 0.4);
        }

    .home .menu_separator.menu_separator_type_0 { background: #ffffff; }.home .reveal .menu_separator_type_0 { background: #ffffff; }.home .reveal.alt .menu_separator_type_0 { background: #ffffff; }.home #head-page.alt.reveal #mobile-header label.toggle, .home #head-page.alt.reveal #mobile-header label.toggle:hover { color:#36495c;}.home #head-page.reveal #mobile-header label.toggle, .home #head-page.reveal #mobile-header label.toggle:hover { color:#36495c;}.menu_separator.menu_separator_type_0 { background: #ffffff; }.reveal .menu_separator_type_0 { background: #ffffff; }.reveal.alt .menu_separator_type_0 { background: #ffffff; }.home #head-page.alt.reveal #mobile-header label.toggle, .home #head-page.alt.reveal #mobile-header label.toggle:hover { color:#36495c;}.home #head-page.reveal #mobile-header label.toggle, .home #head-page.reveal #mobile-header label.toggle:hover { color:#36495c;}.home #head-page,.home #head-page #dt-menu > ul > li > a{color:#36495c;}.home #head-page #dt-menu a.search_btn {color:#36495c;}#head-page,#head-page #dt-menu > ul > li > a {color:#36495c;}#head-page,#head-page #dt-menu a.search_btn {color:#36495c;}#top-bar a {color:#36495c;}#top-bar { border-bottom: 1px solid rgba(54,73,92, 0.3) }.home #top-bar a {color:#36495c;}.home #top-bar { border-bottom: 1px solid rgba(54,73,92, 0.1) }body.dt_custom_body { font-family: Open Sans; }body.dt_custom_body { background-color: #ffffff; }body.dt_custom_body { background-color: #ffffff; }body.dt_custom_body { color: #95a5a6; }.postinfo a { color: #95a5a6; }.postmetabottom { color: #95a5a6; }.postinfo .share-button.sharer-0 label span { color: #95a5a6; }       @media(min-width: 992px) {
            #dt-menu > ul > li { line-height: 5em;}
            .menu_separator_space { height: 5em;}
        }
    
    /* custom css generate from your custom css code*/
                    body{height: 100%;}
@media (min-width: 991px) {
    #dt-menu > ul > li > a {
        font-weight:400;
        text-transform:uppercase;
    }
    #dt-menu.dt-menu-middle {
        top:25px;
    }
}
div#head-page #dt-menu.dt-menu-middle ul li.logo-desktop a {
    top:30px;
}
@media (min-width:768px) {
    .dt-contact-form .half-right-padding {padding-right:6px;}
    .dt-contact-form .half-left-padding {padding-left:6px;}
}    .section-hilite .dt-iconboxes.layout-7  i {font-size:3.5em;color:#fff;}
    .section-hilite .dt-iconboxes.layout-7 .text-box h4 {margin-bottom:0;font-size:14px;}
    .section-hilite .dt-iconboxes.layout-7 .text-box h3 {font-size:20px;}
    .section-hilite .dt-iconboxes.layout-7 .text-box {margin-left:70px;}
@media (min-width:1024px) {
    .section-hilite .wpb_column {border-left:1px solid rgba(255,255,255, 0.2)}
    .section-hilite .wpb_column:first-child {border:0;}
}
@media (max-width:480px) {
    .info-box > div {
        padding-left:0!important;    
    }
}
.section-heading-thin-border:after {height:1px;}

.bottom-aligned .equal-height {display:table-cell!important;float:none!important;vertical-align:bottom;}
.bottom-aligned .size-lg {font-size:4em;}

.icon-5em i {font-size: 5em;}

.circle-image {
    border-radius:50%; 
    -webkit-border-radius:50%; 
    display:inline-block; 
    overflow: hidden; 
    z-index:99;
    position:relative;
}

/* Safari 7.1-8.0 */

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0) { 
    .circle-image.hover-type-text img.vc_box_circle {(; 
        border-radius:0!important;
    );} 
    .circle-image.hover-type-text {(; 
        border-radius:0!important;
    );} 
}
_::-webkit-full-page-media, _:future,:root .circle-image.hover-type-text {  border-radius:0!important; }
_::-webkit-full-page-media, _:future,:root .circle-image.hover-type-text img.vc_box_circle {  border-radius:0!important; }


@media (max-width:1279px) {
  .wpb_row .bottom-aligned .wpb_column {
    height:auto!important;
    width:100%!important;
    float:left!important;
    margin-bottom:20px!important;;
  }
  .bottom-aligned h3, .bottom-aligned p{
    text-align:center!important;
  }
  .bottom-aligned * {
    margin:0 auto!important;
  }
}

/*Circle Zoomed Image*/
.circle-image .text-hover {
    border-radius:50%;
}

/*Footer Icon transparent*/
.footer-page-copyright .dt-social li {background: transparent;}
.footer-page-copyright .dt-social li a  {color:#ddd;}

/*Centering Copyright at small device resolution*/
@media (max-width:767px) {
 .footer-page-copyright * {text-align:center!important;}   
}
/*Hide Shop category Description*/
.product-category .text-description {display:none!important;}            

/* select-theme-default.css */
.select-select{display:none;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;position:absolute;opacity:0;}
.select-element, .select-element:after, .select-element:before, .select-element *, .select-element *:after, .select-element *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.select-element{position:absolute;display:none;z-index:100;}
.select-element.select-open{display:block;}
.select-theme-default, .select-theme-default *, .select-theme-default *:after, .select-theme-default *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.select.select-theme-default{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.select.select-theme-default .select-content{-webkit-box-shadow:0 2px 8px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 2px 8px rgba(0, 0, 0, 0.2);box-shadow:0 2px 8px rgba(0, 0, 0, 0.2);background:white;font-family:inherit;color:inherit;overflow:auto;width:300px;max-width:300px;max-height:18rem;-webkit-overflow-scrolling:touch;}
@media (max-width:320px){.select.select-theme-default .select-content{width:280px;max-width:280px;}
}
.select.select-theme-default .select-options{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-touch-callout:none;margin:0;padding:0;}
.select.select-theme-default .select-options .select-option{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-touch-callout:none;position:relative;list-style:none;margin:0;line-height:1.25rem;padding:0.5rem 1em 0.5rem 2.5em;display:block;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.select.select-theme-default .select-options .select-option:hover, .select.select-theme-default .select-options .select-option.select-option-highlight{background:#2a70e8;color:white;}
.select.select-theme-default .select-options .select-option:first-child{}
.select.select-theme-default .select-options .select-option:last-child{}
.select-target.select-theme-default{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-touch-callout:none;position:relative;padding:0.5rem 3em 0.5rem 1em;background:#ffffff;border:1px solid #bdc3c7;cursor:pointer;color:#444444;text-decoration:none;white-space:nowrap;max-width:100%;width:100%;overflow:hidden;text-overflow:ellipsis;}
.select-target.select-theme-default:hover{border-color:#bdc3c7;color:black;}
.select-target.select-theme-default.select-target-focused, .select-target.select-theme-default.select-target-focused:focus{border-color:#bdc3c7;outline:none;}
.select-target.select-theme-default b{position:absolute;right:1em;top:0;bottom:0;margin:auto;height:20px;width:2em;}
.select-target.select-theme-default b:before, .select-target.select-theme-default b:after{content:"";display:block;position:absolute;margin:auto;right:0;height:0;width:0;border:0.263em solid transparent;}
.select-target.select-theme-default b:before{top:0;border-bottom-color:inherit;}
.select-target.select-theme-default b:after{bottom:0;border-top-color:inherit;}


/* plugin_style.css */


/* dt iconboxes */
/* type 1 */

.dt-iconboxes {
  text-align: center;
}
.dt-iconboxes h4 {
  font-size: 16px;
}

.dt-iconboxes span {
  text-align: center;
  font-size: 3.5em;
  color: #666666;
  border: 1px solid #aaaaaa;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 30px;
  background-color: transparent; 
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.dt-iconboxes.layout-3 span {
  margin-bottom: 0;
}

.dt-iconboxes span:after,
.dt-iconboxes span:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.dt-iconboxes span:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ecf0f1; 
  border-width: 10px;
  margin-left: -10px;
}
.dt-iconboxes span:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #666666;
  border-width: 11px;
  margin-left: -11px;
}

.dt-iconboxes span:hover {
  background-color: #1abc9c;
  border: 1px solid #1abc9c; 
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.dt-iconboxes span:hover:after,
.dt-iconboxes span:hover:before {
  border-top: 11px solid #1abc9c;
  border-top-color: #1abc9c; 
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.dt-iconboxes p {
  text-align: left;
}

.dt-iconboxes a{
  color: inherit;
}


/* type 2 */


.dt-iconboxes-2 {
  text-align: center;
}

.dt-iconboxes-2 i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ecf0f1; 
  color: #666;
  font-size: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  padding: 10px;
}
.dt-iconboxes-2:hover i {
  background-color: #1abc9c; /* done */
  color: #ffffff;
}

.dt-iconboxes-2 .dt-section-icon i.hi-icon {
  transition-duration: 1s;
  font-size: 68px;
  color: #666;
  margin: 0;
}
.dt-iconboxes-2 .dt-section-icon i.hi-icon:before {
  font-size: 35px;
  line-height: 45px;
}
.dt-iconboxes-2 h4 {
  line-height: 33px;
}
.dt-iconboxes-2 p {
  padding: 0 0 15px 0;
}
.dt-iconboxes-2:hover .dt-section-icon i.hi-icon {
  color: #ffffff;
  background-color: #1abc9c; /* done */
}

/* type 3 */

.dt-iconboxes.layout-3 h3{
  font-size: 80px;

  color: #1abc9c;
  margin: 18px 0 16px;

}

.dt-iconboxes.layout-3 h4 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;

}

.dt-iconboxes.layout-3 span{
  color: #1abc9c;
  border-color:#1abc9c;
  background-color: #f6f7f7;
}


.dt-iconboxes.layout-3 span:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f6f7f7;
  border-width: 10px;
  margin-left: -10px;
}
.dt-iconboxes.layout-3 span:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #1abc9c;
  border-width: 11px;
  margin-left: -11px;
}

.dt-iconboxes.layout-3 span:hover {
  background-color: #1abc9c; /* done */
  border-color:#1abc9c;
  color: #ffffff;
}
.dt-iconboxes.layout-3 span:hover:after,
.dt-iconboxes.layout-3 span:hover:before {
  border-top-color: #1abc9c; /* done */
}

/* type 4 */

.dt-iconboxes-4 {
  transition-duration: 1s;
  background-color: #a5a5a5;
  background-clip: padding-box;
  color: #ffffff;
  padding: 0;
  margin-top: 45px;
  text-align: center;
}

.dt-iconboxes-4 div[class*=col]{
  padding-left: 0;
  padding-right: 0;
}

.dt-iconboxes-4 p {
  margin: 20px;
}
.dt-iconboxes-4 .dt-section-icon {
  transition-duration: 0.3s;
  width: 100%;
  height: 125px;
  padding: 1px 0;
  margin: 0 auto 35px auto;
  background-clip: padding-box;
  position: relative;
  background-color: #ecf0f1; 
  color: #1abc9c;
}

.dt-iconboxes-4 .dt-section-icon:after,
.dt-iconboxes-4 .dt-section-icon:before {
  transition-duration: 0.3s;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 17px solid #ecf0f1; 
  bottom: -13px;
  content: '';
  left: 50%;
  margin-left: -17px;
  position: absolute;
}
.dt-iconboxes-4 .dt-section-icon i {
  transition-duration: .5s;
  font-size: 68px;
  color: #777;

}
.dt-iconboxes-4 h4 {
  line-height: 33px;
  color: #ffffff;
}
.dt-iconboxes-4 p {
  padding: 15px;
}
.dt-iconboxes-4:hover {
  background-color: #777;
}
.dt-iconboxes-4:hover .dt-section-icon {
  background-color: #1abc9c; /* done */
}
.dt-iconboxes-4:hover .dt-section-icon:after,
.dt-iconboxes-4:hover .dt-section-icon:before {
  border-top-color: #1abc9c; /* done */
}
.dt-iconboxes-4:hover .dt-section-icon i {
  color: #ffffff;
}
.dt-iconboxes-4:hover .dt-section-icon i:hover {
  color: #1abc9c; /* done */
}
.dt-iconboxes-text {
  padding: 0;
}

.dt-iconboxes-4 .dt-section-icon i.hi-icon:before {
  font-size: 60%;
  position: absolute;
  left:-50%;
  margin: 0px;
  width: 100%;

  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);

  -webkit-transition:all 0.1s;
  -moz-transition:all 0.1s;
  -ms-transition:all 0.1s;
  -o-transition:all 0.1s;
  transition:all 0.1s;
}

/* type 5 */

.dt-iconboxes-5 .hi-icon{
    border: 1px solid #ffffff;
    width: 55px;
    height: 55px;
    margin: 0;
}

.dt-iconboxes-5 .hi-icon:before{

  position: absolute;
  left:50%;
  top:50%;
  margin: 0;
  width: 100%;
  font-size: 28px;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%,-50%);

  -webkit-transition:all 0.1s;
  -moz-transition:all 0.1s;
  -ms-transition:all 0.1s;
  -o-transition:all 0.1s;
  transition:all 0.1s;
}

.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 25px 30px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon:before {
  margin-left: 5px;
  speak: none;
  font-size: 55px;
  line-height: 65px;
  font-style: normal;

  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}


/* type 6 */
.dt-iconboxes.layout-6{
  padding: 20px;
  -webkit-transition: background 0.8s, color 0.2s;
  -moz-transition: background 0.8s, color 0.2s;
  -ms-transition: background 0.8s, color 0.2s;
  -o-transition: background 0.8s, color 0.2s;
  transition: background 0.8s, color 0.2s;

}

.dt-iconboxes.layout-6 i{
  font-size: 3.5em;
}

.dt-iconboxes.layout-6:hover{
  background-color: #1abc9c;
  color: #ffffff;
}


.dt-iconboxes.layout-6:hover h4{
  color: #ffffff;
}

/* type 7 */
.dt-iconboxes.layout-7,
.dt-iconboxes.layout-8{
  position: relative;

}

.dt-iconboxes.layout-7 i,
.dt-iconboxes.layout-8 i{
  font-size: 24px;
  line-height: 36px;
  width: 38px;
  height: 38px;
  top: 0;
  border-radius: 100%;
  display: block;
  text-align: center;
  position: absolute;
  color: #fff;
  background: #666;
}
.dt-iconboxes.layout-8 i{
  right: 0;
}

.dt-iconboxes.layout-7 i:before,
.dt-iconboxes.layout-8 i:before{
  margin: 0;
  padding: 0;
}

.dt-iconboxes.layout-7 .text-box,
.dt-iconboxes.layout-8 .text-box{
  position: relative;
}

.dt-iconboxes.layout-7 .text-box{
  margin: 0 0 0 60px;
  text-align: left;
}

.dt-iconboxes.layout-8 .text-box{
  text-align: right;
  margin: 0 60px 0 0;
}



/* Effect 5 */
.hi-icon-effect-5 .hi-icon {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0);
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hi-icon-effect-5 .hi-icon:after {
  display: none;
}

.no-touch .dt-iconboxes-2:hover .hi-icon-effect-5a .hi-icon:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.no-touch .dt-iconboxes-2:hover .hi-icon-effect-5b .hi-icon:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
.no-touch .dt-iconboxes-2:hover .hi-icon-effect-5c .hi-icon:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.no-touch .dt-iconboxes-2:hover .hi-icon-effect-5d .hi-icon:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}


.no-touch .dt-iconboxes-4:hover .hi-icon-effect-5 .hi-icon {
  background: #ffffff;
  color: #1abc9c;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
}
.no-touch .dt-iconboxes-4:hover .hi-icon-effect-5a .hi-icon:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.no-touch .dt-iconboxes-4:hover .hi-icon-effect-5b .hi-icon:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
.no-touch .dt-iconboxes-4:hover .hi-icon-effect-5c .hi-icon:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.no-touch .dt-iconboxes-4:hover .hi-icon-effect-5d .hi-icon:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}


.no-touch .dt-iconboxes-5:hover .hi-icon-effect-5 .hi-icon {
  color: #ffffff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.no-touch .dt-iconboxes-5:hover .hi-icon-effect-5a .hi-icon:before {
  -webkit-animation: toRightFromLeftInline 0.3s forwards;
  -moz-animation: toRightFromLeftInline 0.3s forwards;
  animation: toRightFromLeftInline 0.3s forwards;
}

@-webkit-keyframes toRightFromLeftInline {
  49% {
    -webkit-transform: translate(100%,-50%);  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%,-50%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeftInline {
  49% {
    -moz-transform: translate(100%,-50%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%,-50%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeftInline {
  49% {
    transform: translate(100%,-50%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%,-50%);
  }
  51% {
    opacity: 0.2;
  }
}

/* section heading */

.dt-section-head{ clear: both;}

.dt-section-head.size-xlarge .section-main-title{
  font-size: 40px;
}
.dt-section-head.size-large .section-main-title{
  font-size: 35px;
}

.dt-section-head .section-main-title{
  font-size: 27px;
}
.dt-section-head.size-small .section-main-title{
  font-size: 20px;
}
.dt-section-head.size-exsmall .section-main-title{
  font-size: 16px;
}


.dt-section-head.center {  text-align: center;}
.dt-section-head .header-body{padding-bottom: 20px;}
.dt-section-head.left {  text-align: left;}
.dt-section-head.right {  text-align: right;}

.dt-section-head.center {  text-align: center;}
.dt-section-head .header-body{padding-bottom: 20px;}
.dt-section-head.left h1{  margin: 0 auto 0 0;}
.dt-section-head.right h1{ margin: 0 0 0 auto;}

.dt-section-head p.descriptionText {  margin: 0px auto;}


    .hide-overflow {overflow: hidden;}
    .dt-section-head {text-align:center;margin-bottom: 20px;}
    .dt-section-head h1{margin:0 auto;display: table;padding:10px 0px;position:relative;line-height: 1.3em;}

    h1.section-heading-border{border:2px solid #222;padding-left: 10px;padding-right: 10px;}
    .section-heading-border-top-bottom {border-top:1px solid #222;border-bottom:1px solid #222;}
    .polka-center:after {margin:10px auto 0;}
    .polka-left:after {left:0;}
    .polka-right:after {position:relative;left:100%;margin-left:-60px;}


    h1.section-heading-colorblock {background-color: #333;color:#fff;padding-left: 10px;padding-right: 10px;}
    .section-heading-point-bottom {border-bottom:1px solid #222;}
    .section-heading-point-bottom:after,
    .section-heading-point-bottom:before {content:'';display:block;height: 10px;width: 10px;border:7px solid #000;border-top-color: #ccc;height:0;width:0;border-color:transparent;border-top-color:#fff/*imitate body background-color*/;left:50%;position: absolute;bottom:-14px;margin-left:-4px;}
    .section-heading-point-bottom:before {border:8px solid transparent;border-top-color: #000/* imitate line border color*/;margin-left:-5px;margin-bottom:-2px;}
    /*Firefox Hack for Section heading Point*/
    @-moz-document url-prefix() { 
      .section-heading-point-bottom:after {bottom:-13px;}
      .section-heading-point-bottom:before {margin-bottom:-2px;}
    } 
     .section-heading-thick-border:after {content:'';display:block;height:10px;width:90px;background:#222;margin-top:10px;}

    .section-heading-thick-border.thick-center:after {margin:10px auto 0;}
    .section-heading-thick-border.thick-left:after {position:relative;left:0;}
    .section-heading-thick-border.thick-right:after {position:relative;left:100%;margin-left:-90px;}

    .section-heading-thin-border:after {
      content:'';
      display:block;
      height:1px;
      width:70px;
      background:#B0007C;
      margin-top:10px;
    }
    .section-heading-thin-border.thin-center:after {margin:10px auto 0;}
    .section-heading-thin-border.thin-left:after {position:relative;left:0;}
    .section-heading-thin-border.thin-right:after {position:relative;left:100%;margin-left:-50px;}

    h1.section-heading-polkadot-left-right {position: relative;padding:10px 20px;}
    .section-heading-polkadot-left-right:before,
     .section-heading-polkadot-left-right:after,
     .section-heading-polkadot-top:before,
     .section-heading-polkadot-bottom:after {
     width:100%;position:absolute; top:50%;margin-top:-5px;
    }
    .section-heading-polkadot-left-right:before,
     .section-heading-polkadot-left-right:after {
      width:3000px;
     }
    .section-heading-polkadot-left-right:before {left:100%;}
    .section-heading-polkadot-left-right:after{right:100%;}
    h1.section-heading-polkadot-top,
    h1.section-heading-polkadot-bottom {padding:20px 0;}
    .section-heading-polkadot-top:before {top:0px;}
    .section-heading-polkadot-bottom:after {top:100%;}
    h1.section-heading-double-border-bottom {position: relative;padding-bottom:20px;}
    .section-heading-double-border-bottom:before ,
    .section-heading-double-border-bottom:after {content:'';width:50px;display:block;height:1px;background-color:#222;position: absolute;bottom:0;left:50%;margin-left:-25px;}
    .section-heading-double-border-bottom:before {bottom:5px;}

    .section-heading-double-border-bottom.double-border-bottom-left:after,
    .section-heading-double-border-bottom.double-border-bottom-left:before {left:0;margin-left:0px;}
    .section-heading-double-border-bottom.double-border-bottom-right:after,
    .section-heading-double-border-bottom.double-border-bottom-right:before {left:100%;margin-left:-50px;}

    h1.section-heading-thin-border-top-bottom {padding:20px 0;}
    .section-heading-thin-border-top-bottom:before,
    .section-heading-thin-border-top-bottom:after {content:'';width:100px;display:block;height:1px;background-color:#222;margin:0 auto;}
    .section-heading-thin-border-top-bottom:before {margin-bottom:10px;}
    .section-heading-thin-border-top-bottom:after {margin-top:10px;}

    .section-heading-thin-border-top-bottom.top-bottom-left:before,
    .section-heading-thin-border-top-bottom.top-bottom-left:after {margin-left:0;}
    .section-heading-thin-border-top-bottom.top-bottom-right:before,
    .section-heading-thin-border-top-bottom.top-bottom-right:after {margin-right:0;}

    /* decoration alignment */
    .section-heading-polkadot-two-bottom.polka-left,
    .section-heading-thin-border.thin-left,
    .dt-section-head.left .section-heading-double-border-bottom,
    .dt-section-head.left .section-heading-polkadot-left-right,
    .section-heading-thick-border.thick-left{padding-left: 0px;}
    .section-heading-polkadot-two-bottom.polka-right,
    .section-heading-thin-border.thin-right,
    .dt-section-head.right .section-heading-polkadot-left-right,
    .section-heading-thick-border.thick-right{padding-right: 0px;}

    svg {
          width: 128px;
          height: 30px;
          fill: currentColor;
          vertical-align: bottom;
        }

        .section-heading-swirl h1 {position:relative;padding-bottom:30px;overflow: hidden;}
        .section-heading-swirl h1:before{content:'';width:35%;height:2px;background-color:#666;display:block;position:absolute;bottom:0;}
        .section-heading-swirl h1:after{content:'';width:35%;height:2px;background-color:#666;display:block;position:absolute;bottom:0;right:0;}
        .section-heading-swirl svg {position: relative;bottom:15px;background-color: transparent;}
        .dt-section-head.left .section-heading-swirl:before, .dt-section-head.right .section-heading-swirl:before {display:none;}
        .dt-section-head.left .section-heading-swirl:after {width:100%;left:100px;}
        .dt-section-head.right .section-heading-swirl:after {width:100%;right:100px;}


@media (max-width: 768px) {
  .dt-section-head p.descriptionText {  width: 100%;}
}


/* dt team item */
.dt_team_custom_item hr {  
  position: relative;  
  width: 0;
  margin-left: 0;
}

.dt_team_custom_item hr:after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background-color: #666; 
  position: absolute;
  left: 0%;
}

.dt_team_custom_item .left-item{
  width: 33.33333333333333%;
}

.dt_team_custom_item .right-item{
  width: 66.66666666666666%;
}

.dt_team_custom_item .left-item,.dt_team_custom_item .right-item{
  float: left;
  position: relative;
  min-height: 1px;
}

.dt_team_custom_item .profile-scocial {
  list-style: none outside none;
  padding-left: 0px;
  margin-top: 10px;
}

.dt_team_custom_item .profile-scocial {
  list-style: none outside none;
  padding-left: 0px;
  margin-top: 10px;
  margin-left: -3px;
}


.dt_team_custom_item .profile-scocial li {
    display: inline-block;
    padding-right: 3px;
}

.dt_team_custom_item.fix .profile-scocial {
  font-size: 24px;
}

@media (max-width: 480px){

  .dt_team_custom_item .left-item,
  .dt_team_custom_item .right-item{
      display: block;
      position: relative;
      width: 100%!important;
      text-align: center;
      float: none;

    }

   .dt_team_custom_item .left-item img{
      position: relative;
      -webkit-transform:translate(0%,0%);
      -moz-transform:translate(0%,0%);
      -ms-transform:translate(0%,0%);
      -o-transform:translate(0%,0%);
      transform:translate(0%,0%);
      left: 0;
      top: 0;

    }
    .dt_team_custom_item hr{
      position: relative;
      left: 50%;

    }
    .dt_team_custom_item hr:after {
      left: 0%;
      -webkit-transform:translate(-50%,0%);
      -moz-transform:translate(-50%,0%);
      -ms-transform:translate(-50%,0%);
      -o-transform:translate(-50%,0%);
      transform:translate(-50%,0%);

    }

}

/* dt timeline */

.dt-timeline{
  position: relative;
}

.dt-timeline .liner:before{
  border-left: 1px solid #666;
  content: "";
  display: block;
  height: 100%;
  width: 0px;
  position: absolute;
  top: 0;
  left: 50%;
}

.dt-timeline .time-separator{
  text-align: center;
}

.dt-timeline .time-item .center-line{
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.dt-timeline .time-item .center-line i{
  font-size: 42px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border: solid 1px #666;
  display: block;
  text-align: center;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dt-timeline .time-item .center-line.circle i{  border-radius: 100%;}

.dt-timeline .time-item .center-line.square i{  border-radius: 0;}

.dt-timeline .time-item .content-line{

  border: solid 1px #666;
  display: inline-block;
  position: relative;
  padding: 20px;
  margin: 0 50px;
  position: relative;
  background: #fff;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.dt-timeline .time-item.left .content-line{
  right: 100px;
}

.dt-timeline .time-item.right .content-line{
  left: 100px;
}

.dt-timeline .time-item:hover .content-line {
  color: #fff;
  background-color: #666;
}

.dt-timeline .time-item:hover .content-line *{
  color: #fff;
  -webkit-transition:0s;
  -moz-transition:0s;
  -ms-transition:0s;
  -o-transition:0s;
  transition:0s;

}

.dt-timeline .time-item:hover .content-line:before{
  background: #666;
  border-color: #666;
}

.dt-timeline .time-item:hover .center-line i{
  background: #666;
  color: #fff;
}

.dt-timeline .time-item.left:hover .content-line{
  right: 25px;
}


.dt-timeline .time-item.right:hover .content-line{
  left: 25px;
}


.dt-timeline .time-item .content-line:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background: #fff;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dt-timeline .time-item.left .content-line:before {
  right: -7px;
    border-right: solid 1px #666;
    border-top: solid 1px #666;
}

.dt-timeline .time-item.right .content-line:before {
  left: -7px;
  border-left: solid 1px #666;
  border-bottom: solid 1px #666;
}

.dt-timeline .time-item{

  padding: 45px 0;
  position: relative;
}

.dt-timeline .time-item.right {

  margin-left: 50%;
  text-align: left;
/*  margin-right: 0;*/
}

.dt-timeline .time-item.left{
  text-align: right;
/*  margin-left: 0;*/
  margin-right: 50%;
} 

.dt-timeline .time-item.left .center-line{
  right: -50px;

}

.dt-timeline .time-item.left .content-line{
  right: 50px;
}

.dt-timeline .time-item.right .content-line{
  left: 50px;
}

.dt-timeline .time-item.right .center-line{
  left: -50px;
}

@media handheld, only screen and (max-width: 767px) {

  .dt-timeline .time-item,.dt-timeline .time-item.right,.dt-timeline .time-item.left {

    margin-left: 0;
    margin-right: 0;
  }

  .dt-timeline .time-item.left .content-line{
    margin-left: 70px;
    right: 55px;
  }

  .dt-timeline .time-item.right .content-line{
    margin-right: 70px;
    left: 55px;
  }

  .dt-timeline .time-item.left .center-line{
    right: 15px;

  }
  .dt-timeline .time-item.right .center-line{
    left: 15px;

  }

  .dt-timeline .time-item.left:hover .content-line{
    right: 45px;
  }

  .dt-timeline .time-item.right:hover .content-line{
    left: 45px;
  }

  .dt-timeline .time-item .center-line{
    top: 50%;
    margin-top: -35px;
  }
  .dt-timeline .time-item .center-line i{
    font-size: 28px;
    line-height: 70px;
    width: 70px;
    height: 70px;
  }

  .dt-timeline .time-item.right .content-line:before {
    left:-6px;
  }

  .dt-timeline .time-item.left .content-line:before {
    right: -6px;
  }

  .dt-timeline .time-item .content-line:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}

/* Price Table */
.dt-pricing-table .price-columns {
  padding: 0 20px;
  margin-top: 40px;
}
.dt-pricing-table .price-4-col,
.dt-pricing-table .price-3-col {
  font-size: 12px;

  padding: 0;
  color: #2a2929;
  position: relative;
  float: left;
}
@media (max-width: 768px) {
  .dt-pricing-table .price-4-col,
  .dt-pricing-table .price-3-col {
    margin-bottom: 40px;
  }
}
.dt-pricing-table .price-4-col ul,
.dt-pricing-table .price-3-col ul {
  background-color: #c5f7ed;
  margin-bottom: 0;
  position: relative;
}
.dt-pricing-table .price-4-col ul li,
.dt-pricing-table .price-3-col ul li {
  padding: 9px 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.dt-pricing-table .price-4-col ul li:nth-child(2n),
.dt-pricing-table .price-3-col ul li:nth-child(2n) {
  background: #aaf3e5;
  z-index: 0;
}


.dt-pricing-table .price-4-col ul li.hover-tip,
.dt-pricing-table .price-3-col ul li.hover-tip {
  padding: 0;
  position: relative;
  z-index: inherit;
}

.dt-pricing-table .price-4-col ul li.plan-head,
.dt-pricing-table .price-3-col ul li.plan-head {
  margin: 0;
  text-align: center;
  background: #148f77;
  padding: 0;
  z-index: 3;
}
.dt-pricing-table .price-4-col ul p.hover-tip-text,
.dt-pricing-table .price-3-col ul p.hover-tip-text {
  background-color: #2a2929;
  color: #ffffff;
  margin: 0;
  display: block;
  width: 69%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 0;
  -webkit-transition: bottom 0.2s;
  -moz-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  -ms-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.dt-pricing-table .price-4-col:nth-child(1):after,
.dt-pricing-table .price-3-col:nth-child(1):after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 20;
}
@media (max-width: 768px) {
  .dt-pricing-table .price-4-col:nth-child(1):after,
  .dt-pricing-table .price-3-col:nth-child(1):after {
    display: none;
  }
}
.dt-pricing-table .price-4-col:nth-child(3):after,
.dt-pricing-table .price-3-col:nth-child(3):after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 20;
}
@media (max-width: 768px) {
  .dt-pricing-table .price-4-col:nth-child(3):after,
  .dt-pricing-table .price-3-col:nth-child(3):after {
    display: none;
  }
}
.dt-pricing-table .price-4-col:nth-child(4):before,
.dt-pricing-table .price-3-col:nth-child(4):before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.dt-pricing-table .price-4-col:first-child ul,
.dt-pricing-table .price-3-col:first-child ul {
  -webkit-border-radius: 5px 0 0 3px;
  border-radius: 5px 0 0 3px;
  background-clip: padding-box;
}
.dt-pricing-table .price-4-col:first-child ul .plan-head,
.dt-pricing-table .price-3-col:first-child ul .plan-head {
  -webkit-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  background-clip: padding-box;
}
.dt-pricing-table .price-4-col:last-child ul,
.dt-pricing-table .price-3-col:last-child ul {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
.dt-pricing-table .price-4-col:last-child ul .plan-head,
.dt-pricing-table .price-3-col:last-child ul .plan-head {
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
}
.dt-pricing-table .price-4-col .plan-title,
.dt-pricing-table .price-3-col .plan-title {
  background-color: #2a2929;
  color: #ffffff;
  width: 82%;
  margin: 0 auto;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  text-transform: uppercase;
  padding: 5px;
}
.dt-pricing-table .price-4-col .plan-price,
.dt-pricing-table .price-3-col .plan-price {
  color: #ffffff;
  font-size: 4em;

  position: relative;
  line-height: 96px;
}
.dt-pricing-table .price-4-col .plan-price span,
.dt-pricing-table .price-3-col .plan-price span {
  font-size: 0.7em;
  position: relative;
  top: -10px;

}
.dt-pricing-table .price-4-col .btn-active,
.dt-pricing-table .price-3-col .btn-active {
  padding: 5px 5px;
  background-color: #1abc9c; /* done */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #148f77;
  box-shadow: 0 4px 0 #148f77;
  margin: 10px 10px;
  text-transform: uppercase;
  font-size: 14px;
  padding:10px 20px;
}
.dt-pricing-table .price-4-col ul li.plan-action, .dt-pricing-table .price-3-col ul li.plan-action{
  padding:30px;
}
.dt-pricing-table .featured ul li.plan-action{
  padding:45px 20px;
}
.dt-pricing-table .price-4-col .btn-active p,
.dt-pricing-table .price-3-col .btn-active p,
.dt-pricing-table .price-4-col .btn-active h1,
.dt-pricing-table .price-3-col .btn-active h1,
.dt-pricing-table .price-4-col .btn-active h2,
.dt-pricing-table .price-3-col .btn-active h2,
.dt-pricing-table .price-4-col .btn-active span,
.dt-pricing-table .price-3-col .btn-active span,
.dt-pricing-table .price-4-col .btn-active i,
.dt-pricing-table .price-3-col .btn-active i {
  color: #ffffff;
}
.dt-pricing-table .price-4-col .btn-active:hover,
.dt-pricing-table .price-3-col .btn-active:hover {
  background-color: #18af91;
  -webkit-box-shadow: 0 4px 0 #14947b;
  box-shadow: 0 4px 0 #14947b;
  text-decoration: none;
}
.dt-pricing-table .price-4-col .btn-active:hover p,
.dt-pricing-table .price-3-col .btn-active:hover p,
.dt-pricing-table .price-4-col .btn-active:hover h1,
.dt-pricing-table .price-3-col .btn-active:hover h1,
.dt-pricing-table .price-4-col .btn-active:hover h2,
.dt-pricing-table .price-3-col .btn-active:hover h2,
.dt-pricing-table .price-4-col .btn-active:hover span,
.dt-pricing-table .price-3-col .btn-active:hover span,
.dt-pricing-table .price-4-col .btn-active:hover i,
.dt-pricing-table .price-3-col .btn-active:hover i {
  color: #ffffff;
}
.dt-pricing-table .price-4-col .btn-active:active,
.dt-pricing-table .price-3-col .btn-active:active {
  top: 3px!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dt-pricing-table .featured {
  padding: 0;
  position: relative;
  background-color: #c5f7ed;
  z-index: 5;
  top: -30px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .dt-pricing-table .featured {
    top: 0;
    width: 100%;
  }
}
.dt-pricing-table .featured ul {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.dt-pricing-table .featured ul p.hover-tip-text {
  font-size: 1.3em;
  bottom: -2px;
}
.dt-pricing-table .featured li {
  padding: 9px 45px;
}
.dt-pricing-table .featured ul li.plan-head {
  padding-top: 30px;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  background-color: #1abc9c; 
} 
.dt-pricing-table .featured li.plan-head .plan-price {
  font-size: 6em;
  line-height: 1.21em;
}
.dt-pricing-table .featured .plan-action .btn-active {
  margin: 30px 0 30px;
}
.dt-pricing-table .featured.price-4-col {
  width: 28%;
}
.dt-pricing-table .featured.price-3-col {
  width: 36%;
}
.dt-pricing-table .price-4-col {
  width: 24%;
}
.dt-pricing-table .price-3-col {
  width: 32%;
}

@media (max-width: 768px) {
  .dt-pricing-table .featured.price-4-col,
  .dt-pricing-table .featured.price-3-col,
  .dt-pricing-table .price-4-col,
  .dt-pricing-table .price-3-col {
    width: 100%;
  }
}



/* dt Progress Bars */
.progress_bars {
  width: 100%;
  overflow: hidden;
}
.progress_bars .progress_bar {
  position: relative;
  margin: 0 0 24px;
}
.progress_bars .progress_bar i{
  font-size: 24px;
}
.progress_bars .progress_content_outer {
  height: 30px;
  background-color: #ecf0f1;
  width: 90%;
  position: relative;
}
@media (max-width: 768px) {
  .progress_bars .progress_content_outer {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .progress_bars .progress_content_outer {
    width: 85%;
  }
}

.progress_bars .progress_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background: 0;
  background-color: #1abc9c;
}


.progress_bars .progress_number {
  font-size: 24px;
  line-height: 24px;

  color: #2a2929;
  text-align: left;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* dt circle bar */


.dt_circlebar .pie_chart_holder .easyPieChart {
  margin: 0 auto;
  text-align: center;
}
.dt_circlebar .pie_chart_text {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;

}
.dt_circlebar .tocounter {
  color: #1abc9c; 
  font-size: 41px;

  width: 100%;
  text-align: center;
}
.dt_circlebar .tocounter-unit {
  color: #1abc9c; 
  font-size: 41px;
}

/* graph */

/* Pie Graph */
.pie_graf_holder,
.line_graf_holder {
  display: block;
  position: relative;
  overflow: hidden;
}
.pie_graf {
  margin: 0;
  width: 250px;
  float: left;
}
.line_graf {
  margin: 0 20px 0 0;
  float: left;
}
.pie_graf_legend {
  width: auto;
  float: left;
  margin-left: 30px;
  position: relative;
  padding-top: 20px;
}
.line_graf_legend {
  position: relative;
  float: left;
  width: 20%;
}
.line_graf_legend {
  width: auto;
}
.pie_graf_legend ul li,
.line_graf_legend ul li {
  display: block;
  margin: 0 0 10px;
}
.pie_graf_legend ul li .color_holder,
.line_graf_legend ul li .color_holder {
  width: 25px;
  height: 25px;
  background-color: #69b200;
  float: left;
}
.pie_graf_legend ul li p,
.line_graf_legend ul li p {
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 40px;
}
.progress_bars_vertical_holder {
  display: inline-block;
  width: 100%;
  position: relative;
}
.progress_bars_vertical {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 .3% 0 0;
}
.progress_bars_vertical:last-child {
  margin: 0;
}
.progress_bars_vertical .progress_content_outer {
  height: 200px;
  position: relative;
}
.progress_bars_vertical .progress_content_outer .progress_content {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0;
  background: 0;
  background-color: #1abc9c;
}
.progress_bars_vertical .progress_number {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin: 25px 0 10px;
  display: block;
  position: relative;
}
.progress_bars_vertical .progress_title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  display: block;
}

.optin_code{
  position:absolute; top:-1000px; left:-1000px; z-index:300;
}

/* dt partner */
.dt-partner .partner-item{
  text-align: center;
  padding: 20px;
}

.dt-partner .partner-item img{
  max-width: 100%;
}

.dt-partner .border-right{
  border-right: solid 1px;
}

.dt-partner .partner-item.border-right,
.dt-partner .partner-item.dummy
{
  border-top: solid 1px;
}

.dt-partner .border-right.col-sm-12{
  border-right:none; 
}

.dt-partner .border-right:last-child
{
  border-right:none!important;
}


@media (min-width: 1200px) {
  .dt-partner .border-right.col-lg-3:nth-child(1),
  .dt-partner .border-right.col-lg-3:nth-child(2),
  .dt-partner .border-right.col-lg-3:nth-child(3),
  .dt-partner .border-right.col-lg-3:nth-child(4),
  .dt-partner .border-right.col-lg-2:nth-child(1),
  .dt-partner .border-right.col-lg-2:nth-child(2),
  .dt-partner .border-right.col-lg-2:nth-child(3),
  .dt-partner .border-right.col-lg-2:nth-child(4),
  .dt-partner .border-right.col-lg-2:nth-child(5),
  .dt-partner .border-right.col-lg-2:nth-child(6)
  {
    border-top: none;
  }

  .dt-partner .col-lg-3:nth-child(4n+0),
  .dt-partner .col-lg-3:last-child,
  .dt-partner .col-lg-2:nth-child(6n+0),
  .dt-partner .col-lg-2:last-child
  {
    border-right: none;
  }

  .dt-partner .border-right.col-md-4:nth-child(3n):not(.col-lg-3)
  {
    border-right: none;
  }
}

@media (min-width: 993px) {

  .dt-partner .border-right.col-md-4:nth-child(1),
  .dt-partner .border-right.col-md-4:nth-child(2),
  .dt-partner .border-right.col-md-4:nth-child(3),
  .dt-partner .border-right.col-md-3:nth-child(1),
  .dt-partner .border-right.col-md-3:nth-child(2),
  .dt-partner .border-right.col-md-3:nth-child(3),
  .dt-partner .border-right.col-md-3:nth-child(4),
  .dt-partner .border-right.col-md-6:nth-child(1),
  .dt-partner .border-right.col-md-6:nth-child(2),
  .dt-partner .border-right.col-sm-12:nth-child(1)
  {
    border-top: none;
  }

  .dt-partner .border-right.col-md-6:nth-child(2n),
  .dt-partner .border-right.col-sm-12
  {
    border-right: none;
  }

}

@media (min-width: 993px) and (max-width: 1199px) {

  .dt-partner .border-right.col-md-4:nth-child(3n),
  .dt-partner .border-right.col-md-3:nth-child(4n)
  {
    border-right: none;
  }

}

@media (min-width: 769px) and (max-width: 992px) {
  .dt-partner .border-right.col-sm-6:first-child,
  .dt-partner .border-right.col-sm-6:nth-child(2),
  .dt-partner .border-right.col-sm-12:nth-child(1) {
    border-top: none;
  }

  .dt-partner .border-right.col-sm-6:nth-child(2n){
    border-right: none;
  }

}

@media (max-width: 768px) {
  .dt-partner .border-right.col-xs-6:last-child,
  .dt-partner .border-right.col-xs-6:nth-child(2n)
  {
    border-right: none;
  }

  .dt-partner .border-right.col-xs-6:nth-child(1),
  .dt-partner .border-right.col-xs-6:nth-child(2)
  {
    border-top: none;
  }


}

@media (max-width: 480px) {
  .dt-partner .border-right.col-xs-6 {
    width: 100%;
    border-right: none;
  }
}

/* google map */
.google-map{
  margin: 0px;
  padding: 0px

}

/* dt social box */

/* DT Social */
.dt-social [class^="icon-"]:before, .dt-social [class*=" icon-"]:before {
  line-height: inherit;
}
.dt-social {
  margin: 0;
  padding: 0;
  text-align: center;
}

.dt-social.align-left {
  text-align: left;
}

.dt-social.align-right {
  text-align: right;
}

.dt-social li {
  list-style: none;
  display: inline-block;
  background-color: #000;
  margin: 2px;
}
.dt-social.size-small li {
  margin:2px;
}
.shape-rounded li {
  border-radius: 10px;
}
.shape-circle li {
  border-radius: 50%;
}
.dt-social.size-medium li {
  width:45px;
  height:45px;
  font-size: 1.4em;
  line-height: 2.2;
  text-align:center;
}
.dt-social.size-small li {
  width:30px;
  height:30px;
  font-size: 1.7em;
  line-height: 2.5;
  text-align:center;
}
.dt-social.size-large li {
  width:65px;
  height:65px;
  font-size: 1.4em;
  line-height: 2.3;
  text-align:center;
}

@media \\0 screen { 
  .dt-social li a {
    padding: 0.43em;
  }
}
    
.dt-social li a:hover {
  border: 0;
}

.dt-social.size-small {
  font-size:0.5em;
}
.dt-social.size-large {
  font-size:1.5em;
}
.dt-social.align-right {
  text-align: right;
}
.dt-social.align-center {
  text-align: center;
}

 /* DT Countdown */
.dt-countdown .is-countdown {border:0;background:none;}
.dt-countdown .is-countdown:after {content:'';width:100%;display:block;clear:both;}
.dt-countdown .countdown-amount {padding:10px 0px 10px 0px;display:inline-block;line-height:1;border:3px solid #515151;font-size:1.4em!important;margin-bottom:10px;width:40px}
@media (min-width:768px) {
  .dt-countdown .countdown-amount {padding:20px 0px 20px 0px;display:inline-block;line-height:1;border:4px solid #515151;font-size:3em!important;margin-bottom:10px;width:80px}
}
@media (min-width:1024px) {
  .dt-countdown .countdown-amount {padding:20px 0px 20px 0px;display:inline-block;line-height:1;border:5px solid #515151;font-size:4em!important;margin-bottom:10px;width:100px}
}
.dt-countdown .countdown-section {font-size:inherit;}
.dt-countdown .countdown-period {text-transform:uppercase;}
.dt-countdown-medium .dt-countdown .countdown-amount {padding:10px 0px 10px 0px;display:inline-block;line-height:1;border:4px solid #515151;font-size:3em!important;margin-bottom:10px;width:80px;}
.dt-countdown-small .dt-countdown .countdown-amount {padding:6px 0px 6px 0px;display:inline-block;line-height:1;border:3px solid #515151;font-size:1.4em!important;margin-bottom:10px;width:40px}

.module_dt_separator svg {
   height: auto;
   width: auto;
}

.module_dt_separator svg.separator_type_3_path,
.module_dt_separator svg.separator_type_4_path {
  height: 50px;
  width: 100%;
}

.module_dt_separator svg.separator_type_1_path, 
.module_dt_separator svg.separator_type_2_path,
.module_dt_separator svg.separator_type_5_path, 
.module_dt_separator svg.separator_type_6_path,
.module_dt_separator svg.separator_type_28_path,
.module_dt_separator svg.separator_type_29_path {
  height: 100px;
  width: 100%;
}

/* bx slider css */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;*/
    left: -5px;
    /*background: #fff;*/
    
    /*fix other elements on the page moving (on Chrome)*/
    /*-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    
}

.bx-wrapper .bx-next {
    right: 10px;
    
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/* font awesome css */
/*!
 *  Font Awesome 4.0.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('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
/* 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-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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}

