/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  min-height:200px;
}
table {
  border-collapse: collapse;
  border-spacing: 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;
  }
  @page {
    margin: 2cm .5cm;
  }
  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;
  }
}
*,
*: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: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3e5771;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2c3e50 !important;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #dd6365;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  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-muted {
  color: #cbd7e3;
}
.text-primary {
  color: #dd2426;
}
.text-primary:hover {
  color: #b21c1d;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Open Sans;
  font-weight: 400;
  line-height: 1.1;
  color: #2c3e50;
}
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: #cbd7e3;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 49px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ffffff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cbd7e3;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #ffffff;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #cbd7e3;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ffffff;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 3px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #3e5771;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
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: 30px;
  padding-right: 30px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #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-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  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 > 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.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;
}
.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;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #3e5771;
  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;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7493b3;
  vertical-align: middle;
}


.form-control2 {
  display: block;
  width: 100px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7493b3;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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;
  -moz-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;
  float:left;
}
.form-control2: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-control2:-moz-placeholder {
  color: #cbd7e3;
}
.form-control2::-moz-placeholder {
  color: #cbd7e3;
  opacity: 1;
}
.form-control2:-ms-input-placeholder {
  color: #cbd7e3;
}
.form-control2::-webkit-input-placeholder {
  color: #cbd7e3;
}
.form-control2[disabled],
.form-control2[readonly],
fieldset[disabled] .form-control2 {
  cursor: not-allowed;
  background-color: #ffffff;
}





.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7493b3;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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;
  -moz-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: #cbd7e3;
}
.form-control::-moz-placeholder {
  color: #cbd7e3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cbd7e3;
}
.form-control::-webkit-input-placeholder {
  color: #cbd7e3;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ffffff;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  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: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7997b5;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 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 .form-group {
  margin-left: -30px;
  margin-right: -30px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn,
.wpcf7-submit {
  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 24px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus,
.wpcf7-submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.wpcf7-submit:hover,
.btn:focus,
.wpcf7-submit:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.wpcf7-submit:active,
.btn.active,
.wpcf7-submit.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,
.wpcf7-submit.disabled,
.btn[disabled],
.wpcf7-submit[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
      color: #FFF !important;
    background-color: #C3363E;
    border-color: #C3363E;
    border-radius: 500px;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 24px;
	padding:5px;
}
.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;
}

.center-button{
	margin:0 auto;
	position:relative;
	width:64%;
	left:15%;
}

.center-button2{
	margin:10px 0 10px 0;
	position:relative;
	width:34%;
}


.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-primary,
.wpcf7-submit {
  color: #ffffff;
  background-color: #dd2426;
  border-color: #c81f21;
}
.btn-primary:hover,
.wpcf7-submit:hover,
.btn-primary:focus,
.wpcf7-submit:focus,
.btn-primary:active,
.wpcf7-submit:active,
.btn-primary.active,
.wpcf7-submit.active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.wpcf7-submit {
  color: #ffffff;
  background-color: #bb1d1f;
  border-color: #931718;
}
.btn-primary:active,
.wpcf7-submit:active,
.btn-primary.active,
.wpcf7-submit.active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.wpcf7-submit {
  background-image: none;
}
.btn-primary.disabled,
.wpcf7-submit.disabled,
.btn-primary[disabled],
.wpcf7-submit[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .wpcf7-submit,
.btn-primary.disabled:hover,
.wpcf7-submit.disabled:hover,
.btn-primary[disabled]:hover,
.wpcf7-submit[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .wpcf7-submit:hover,
.btn-primary.disabled:focus,
.wpcf7-submit.disabled:focus,
.btn-primary[disabled]:focus,
.wpcf7-submit[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .wpcf7-submit:focus,
.btn-primary.disabled:active,
.wpcf7-submit.disabled:active,
.btn-primary[disabled]:active,
.wpcf7-submit[disabled]:active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .wpcf7-submit:active,
.btn-primary.disabled.active,
.wpcf7-submit.disabled.active,
.btn-primary[disabled].active,
.wpcf7-submit[disabled].active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .wpcf7-submit.active {
  background-color: #dd2426;
  border-color: #c81f21;
}
.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-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-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-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-link {
  color: #dd2426;
  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: #dd6365;
  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: #cbd7e3;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 48px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
}
.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;
  -moz-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;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  padding:0px;
  border-top: 4px solid #dd2426;
  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: 14px;
  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;
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  -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: 9px 0;
  overflow: hidden;
  background-color: #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #2c3e50;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #da2325;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #da2325;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #cbd7e3;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #969fa8;
}
.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 #dd2426;
  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 {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-group-lg > .btn {
  padding: 10px 48px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 4px;
}
.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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.nav > li.disabled > a {
  color: #cbd7e3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #cbd7e3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #dd2426;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #dd6365;
  border-bottom-color: #dd6365;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #7493b3;
  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: 3px;
}
.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: 3px 3px 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: 3px;
}
.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: #dd2426;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: 3px;
}
.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: 3px 3px 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 .caret {
  border-top-color: #dd2426;
  border-bottom-color: #dd2426;
}
.nav a:hover .caret {
  border-top-color: #dd6365;
  border-bottom-color: #dd6365;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
  
  
}

.vc-custom-area {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('http://mcifp.org/wp-content/uploads/2013/09/home-bg.jpg?id=7529') no-repeat scroll 0px 0px #2D7E55 !important;
}

@media (max-width: 1200px) {

  .header-top {
    font-size: 11px !important;
    color: #666;
    font-family: Open Sans;
}



.navbar-nav > li > a {
    color: #7A7A7A !important;
    text-transform: uppercase;
    font-family: Open Sans;
    border-right: 1px solid #BBB;
    line-height: 14px;
    font-size: 12px !important;
    transition: all 0.3s ease 0s;
	padding:0px;
}


.header-bottom .navbar-brand img {
    height: auto !important;
    width: 182px !important;
    margin: 24px 0px !important;
    transition: height 0.3s linear 0s;
}

.navbar-brand {
    padding: 10px 30px;
    float: left;
    line-height: 20px;
    font-size: 18px;
    width: 198px;
}

.footer-top.col-4 .widget {
    width: 23% !important;
}

.vc-custom-area {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: url('http://mcifp.org/wp-content/uploads/2013/09/home-bg.jpg?id=7529') no-repeat scroll 0px 0px #2D7E55 !important;
}



}

@media (max-width: 768px) {

.footer-top .widget {
    float: none !important;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-top.col-4 .widget {
    width:100% !important;
}



}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -30px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -30px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -30px;
  margin-left: -30px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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: 10px 30px;
  font-size: 18px;
  line-height: 20px;
  width:168px;
}

.center-button {
    margin: 0px auto;
    position: relative;
    width: 64%;
    left: 15%;
}

@media (max-width: 468px) {
.navbar-brand {
  float: left;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 20px;
  width:160px
}

.navbar-brand img{
	width:100% !important;
	height:auto !important;
	float:left;
	margin-top:20px;
	}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.footer-top.col-4 .widget {
    width: 90% !important;
}

.footer-top .widget {
	float:none !important;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.liquida_carousel.horizontal .jcarousel li {
    width: 200px !important;
    float: none !important;
    box-sizing: border-box;
    margin-bottom: 0px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.border-title {border-bottom:1px solid #dde4e6; margin-bottom:20px; font-size:24px !important;}

}

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


@media (max-width: 1000px) {
  
  .navbar-nav > li > a {
    margin: 35px 3px 0px;
    padding: 2px 3px !important;
}

  
  
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 5px -30px;
}
.navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  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: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 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-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-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.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: #e03a3c;
}
.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: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.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;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@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: #e03a3c;
  }
  .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: #cbd7e3;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #cbd7e3;
}
.navbar-inverse .navbar-nav > li > a {
  color: #cbd7e3;
}
.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;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #cbd7e3;
  border-bottom-color: #cbd7e3;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-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 > li > a {
    color: #cbd7e3;
  }
  .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: #cbd7e3;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.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: #cbd7e3;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #dd2426;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 30px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  display:none;
}
.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: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #dd2426;
  -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;
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}
.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: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: #dd2426;
  border-color: #dd2426;
}
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: #f8d5d5;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.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: rgba(39, 174, 96, 0.8);
  border-radius: 3px;
}
.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: rgba(39, 174, 96, 0.8);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(39, 174, 96, 0.8);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(39, 174, 96, 0.8);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(39, 174, 96, 0.8);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(39, 174, 96, 0.8);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(39, 174, 96, 0.8);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(39, 174, 96, 0.8);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(39, 174, 96, 0.8);
}
.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 #dde4e6;
  border-radius: 4px;
  -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: #fcfcfc;
  border-bottom: 1px solid #f0f0f0;
  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: 6px;
}
.popover .arrow:after {
  border-width: 5px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #dde4e6;
  bottom: -6px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #fcfcfc;
}
.popover.right .arrow {
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-left-width: 0;
  border-right-color: #dde4e6;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #fcfcfc;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #dde4e6;
  top: -6px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #fcfcfc;
}
.popover.left .arrow {
  top: 50%;
  right: -6px;
  margin-top: -6px;
  border-right-width: 0;
  border-left-color: #dde4e6;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fcfcfc;
  bottom: -5px;
}
.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;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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: 14px;
  color: #dd2426;
  text-align: center;
  text-shadow: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #dd2426;
  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 #dd2426;
  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: #dd2426;
}
.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: none;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  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-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  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-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
body.admin-bar.responsive-no .navbar-fixed-top {
  top: 28px;
}
body.admin-bar.responsive-yes .navbar-fixed-top {
  top: 46px;
  z-index: 100;
}
body.padding-40 .main {
  padding-top: 40px;
}
body.padding-90 .main {
  padding-top: 90px;
}
body.padding-40.padding-90 .main {
  padding-top: 130px;
}
body .container {
  min-width: 320px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  box-shadow: none !important;
  border: 1px solid #dde4e6 !important;
  background-color: #f2f2f2 !important;
}
article,
p,
li {
  color: #8d9095;
}
hr {
  border-color: #dde4e6;
}
h1.bottom_bar,
h2.bottom_bar,
h3.bottom_bar,
h4.bottom_bar,
h5.bottom_bar {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
  color: #2c3e50;
}
h1.bottom_bar:after,
h2.bottom_bar:after,
h3.bottom_bar:after,
h4.bottom_bar:after,
h5.bottom_bar:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 90px;
  margin-left: -44px;
  height: 2px;
  background-color: #2c3e50;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  color: inherit;
  font-weight: inherit;
  line-height: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #2c3e50;
}
h1 {
  font-weight: 300;
  font-family: Open Sans;
  font-size: 50px;
  line-height: 54px;
}
h2 {
  font-weight: 400;
  font-family: Open Sans;
  font-size: 25px;
  line-height: 27px;
}
h3 {
  font-weight: 400;
  font-family: Open Sans;
  font-size: 21px;
  line-height: 23px;
}
h4 {
  color: #dd2426;
}
h5 {
  color: #dd2426;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
img {
  border-radius: 2px;
}
img.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}
img.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}
img.aligncenter {
  display: block;
  margin: 30px auto;
}
img.alignnone {
  margin-top: 30px;
  margin-bottom: 30px;
}
img.noimage {
  border: 1px solid #dde4e6;
}
blockquote {
  border-left-color: #dd2426;
  background-color: #f2f2f2;
}
blockquote p {
  font-size: 1.15em;
}
blockquote h3 {
  color: #dd2426;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt15,
ul.list-icon,
.widget ul,
p.post_tags {
  margin-top: 15px;
}=
.mt30,
.post_author,
.post_share,
.next-link,
.prev-link,
.post_related {
  margin-top: 30px;
}

.icon-facebook{background:#3b5998; border-radius:50%; color:#fff;}
.icon-twitter{background:#33ccff; border-radius:50%; color:#fff;}
.icon-youtube{background:#ff3333; border-radius:50%; color:#fff;}
.icon-linkedin{background:#4875b4; border-radius:50%; color:#fff;}


.post article h2, .page article h2 a{color:#148343 !important; padding:0 0 0 0px;}
.border-title {border-bottom:1px solid #dde4e6; margin-bottom:20px;}
.pages,
.post_meta_bottom,
.post_share,
.post_related {
  border-top: 1px solid #626262;
}
.post_meta_bottom,
.post_share,
.post_related,
p.wp-caption-text,
.reply-title,
h2.comments-title {
  border-bottom: 1px solid #626262;
}
.post_format,
.post_date {
  background-color: #dd2426;
  color: #ffffff;
}
.hometitle {
  width: 100%;
  border-bottom: 1px solid #dde4e6;
}
.hometitle span {
  position: relative;
  bottom: -1px;
  color: #2c3e50;
  border-bottom: 1px solid #27ae60;
  text-transform: uppercase;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 12px;
  font-size: 12px;
}
.hometitlenav {
  float: right;
}
.hometitlenav span {
  border: 0;
}
.hometitlenav a i {
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  padding: 0px 14px;
  color: #8d9095;
  border-radius: 2px;
  border: 1px solid #dde4e6;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.hometitlenav a i:hover {
  background-color: #dd2426;
  border: 1px solid #dd2426;
  color: #ffffff;
}
.not-found {
  font-size: 11em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #dd2426;
  font-family: Open Sans;
}
.navbar {
  background: #ffffff;
  border: 0;
}
.container > .navbar-header {
  margin-right: 0px;
  margin-left: 0px;
}
.header-top {
  height: 40px;
  padding-top: 7px;
  font-size: 13px;
  color: #666666;
  border-bottom: 1px solid #dde4e6;
  font-family: Open Sans;
  background-color: #ffffff;
  margin-top: 40px;
}
.header-top .info {
  text-align: center;
  margin-top: 4px;
}
.header-top .callus,
.header-top .phone,
.header-top .email,
.header-top .adress {
  margin-right: 10px;
}
.header-top .callus i,
.header-top .phone i,
.header-top .email i,
.header-top .adress i {
  margin-right: 5px;
}
.header-top .callus {
  font-weight: bold;
}
.header-top .email,
.header-top .adress {
  display: none;
}
.header-top a {
  color: #666 !important;
  padding: 5px;
}
.header-top .share {
  display: none;
}
.header-bottom {
  height: 90px;
  border-bottom: 1px solid #dde4e6;
  /* fallback */
  background-color: #ffffff;
  /* fallback */
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.header-bottom .navbar-brand {
  padding: 0;
}
.header-bottom .navbar-brand img {
  height: 60px;
  width: auto;
  margin: 15px 0;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.header-bottom .navbar-brand img:hover {
  opacity: 0.7;
}
.header-bottom .button_search,
.header-bottom .button_menu {
  display: none;
}
.nav .caret {
  float: right;
  /*margin: 8px;*/
  border-top-color: #dd2426;
}
.nav a:hover .caret,
.nav a:focus .caret {
  border-top-color: #b21c1d;
}
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #ffffff;
  background-color: #DD2426;
  color:#fff !important;
  /* fallback */
  border-radius:500px;
  }
.navbar-collapse {
  border-top: none;
}
.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-nav > li {
  background-color: #ffffff;
  /* fallback */
  background-color: rgba(255, 255, 255, 0.8);
	line-height:25px;
}
.navbar-nav > li > a {
  color: #7a7a7a !important;
  text-transform: uppercase;
  font-family: Open Sans;
      border-right:#bbbbbb 1px solid;

  line-height: 14px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-nav > li > a > i {
  margin-right: 5px;
  
}
.navbar-toggle {
  margin: 24px 0 0 0;
  border: none;
}
.navbar-toggle .icon-bar {
  height: 5px;
  width: 30px;
  background-color: #dd2426;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dd2426;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}
.dropdown-menu li a i {
  padding-right: 4px;
}
.dropdown-menu li a span.subtitle {
  display: block;
  line-height: 1em;
  font-size: 0.8em;
  padding: 0px 0px 5px;
  opacity: 0.9;
}
.dropdown-menu li a span.subtitle.has-icon {
  margin-left: 17px;
}
.navbar-static-top .container {
  max-width: 100%;
}
.scroll .navbar-brand img {
  height: 30px;
  line-height: 2px;
}
.scroll .header-bottom {
  height: 60px;
}
.scroll .navbar-toggle {
  margin-top: 10px;
}
.popover {
  z-index: 1100;
}
.popover .popover-title {
  color: #ccc;
}
.popover .form-inline {
  position: relative;
}
.popover .form-inline [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 6px 10px 6px;
  border-radius: 0 3px 3px 0;
}
.popover .form-inline input[type="text"] {
  padding-right: 60px;
}
.nav-custom {
  margin-top: -90px;
  border-bottom: 1px solid #dde4e6;
}
.nav-custom h1,
.nav-custom h2,
.nav-custom h3 {
  margin: 0;
  padding: 0;
}
.nav-custom .container {
  padding-top: 150px;
  padding-bottom: 60px;
}
.nav-blog {
  margin-top: -90px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #dde4e6;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: left top;
  background-image: url("http://70.39.233.90/~mcifp56/wp-content/themes/liquida/assets/images/navpage_sky.jpg");
}
.nav-blog .container {
  padding-top: 150px;
  padding-bottom: 60px;
}
.nav-blog h1,
.nav-blog h2,
.nav-blog h3 {
  margin: 0;
  padding: 0;
  color: #2c3e50;
}
.nav-blog .breadcrumbs p,
.nav-blog .breadcrumbs a {
  margin-top: 18px;
  font-weight: 300;
  font-size: 14px;
  color: #8d9095;
  font-family: Open Sans;
}
.nav-blog .breadcrumbs a {
  color: #ffffff;
}
.nav-blog .breadcrumbs a:after {
  content: '\f105';
  padding: 0px 5px;
  color: #007940;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
}
.nav-blog span.icon-stack {
  background-color: #dd2426;
  border-radius: 50%;
  font-size: 0.5em;
  line-height: 50px;
  margin-bottom: 10px;
}
.nav-blog span.icon-stack i {
  color: white;
}
.nav-blog span,
.nav-blog small {
  color: #ffffff;
}
.layersliderbottom.transparent {
  height: 30px;
  border-top: 1px solid #dde4e6;
  margin-bottom: 0;
}
ul.list-icon {
  padding-left: 0;
}
ul.list-icon li {
  list-style: none;
  margin: 0 0 1em 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 0 10px 23px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(141, 144, 149, 0.3);
}
ul.list-icon li:before {
  position: relative;
  left: -5px;
  color: #dd2426;
  content: '\f054';
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
}
ul.list-icon li:last-child {
  border-bottom: 0;
}
ul.list-icon.ul-comments li:before {
  content: '\f0e6';
}
ul.list-icon.ul-plus li:before {
  content: '\f055';
}
ul.list-icon.ul-paper li:before {
  content: '\f044';
}
ul.list-icon.ul-angle li:before {
  content: '\f101';
}
ul.list-icon.ul-star li:before {
  content: '\f006';
}
ul.list-icon.ul-circle li:before {
  content: '\f10c';
}
ul.list-icon.ul-check-yes li:before {
  content: '\f046';
}
ul.list-icon.ul-check-no li:before {
  content: '\f05c';
}
.btn {
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.btn.btn-black {
  color: #ffffff;
  background-color: #444444;
  border-color: #373737;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black:active,
.btn.btn-black.active,
.open .dropdown-toggle.btn.btn-black {
  color: #ffffff;
  background-color: #303030;
  border-color: #191919;
}
.btn.btn-black:active,
.btn.btn-black.active,
.open .dropdown-toggle.btn.btn-black {
  background-image: none;
}
.btn.btn-black.disabled,
.btn.btn-black[disabled],
fieldset[disabled] .btn.btn-black,
.btn.btn-black.disabled:hover,
.btn.btn-black[disabled]:hover,
fieldset[disabled] .btn.btn-black:hover,
.btn.btn-black.disabled:focus,
.btn.btn-black[disabled]:focus,
fieldset[disabled] .btn.btn-black:focus,
.btn.btn-black.disabled:active,
.btn.btn-black[disabled]:active,
fieldset[disabled] .btn.btn-black:active,
.btn.btn-black.disabled.active,
.btn.btn-black[disabled].active,
fieldset[disabled] .btn.btn-black.active {
  background-color: #444444;
  border-color: #373737;
}
.btn.bordered {
  border: 1px solid #dd2426;
}
.btn.bordered:hover,
.btn.bordered.active,
.btn.bordered:focus {
  color: #ffffff;
  background-color: #dd2426;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.inverse {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.inverse:hover,
.btn.inverse.active {
  background-color: #ffffff;
  color: #dd2426;
}
.btn.form-control {
  padding: 7px 12px;
  height: 36px;
}
.call_to_action {
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #dde4e6;
  border-left: 4px solid #cccccc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.call_to_action.primary {
  border-left: 4px solid #c81f21;
}
.call_to_action.danger {
  border-left: 4px solid #d43f3a;
}
.call_to_action.warning {
  border-left: 4px solid #eea236;
}
.call_to_action.success {
  border-left: 4px solid #4cae4c;
}
.call_to_action.info {
  border-left: 4px solid #46b8da;
}
.call_to_action.black {
  border-left: 4px solid #373737;
}
.call_to_action h2 {
  padding: 0;
  margin-top: 0;
}
.call_to_action .btn {
  padding-left: 60px;
  padding-right: 60px;
}
.call_to_action .btn i {
  margin: 0 10px 0 0;
}
.woocommerce .grid_2,
.post_related .grid_2,
.woocommerce .grid_3,
.post_related .grid_3,
.woocommerce .grid_4,
.post_related .grid_4 {
  padding: 0 !important;
  margin: 0 -15px !important;
  word-spacing: -4px !important;
}
.woocommerce .grid_2 .post,
.post_related .grid_2 .post,
.woocommerce .grid_3 .post,
.post_related .grid_3 .post,
.woocommerce .grid_4 .post,
.post_related .grid_4 .post,
.woocommerce .grid_2 .product,
.post_related .grid_2 .product,
.woocommerce .grid_3 .product,
.post_related .grid_3 .product,
.woocommerce .grid_4 .product,
.post_related .grid_4 .product {
  width: 100% !important;
  margin: 0 !important;
  padding: 15px !important;
}
.post {
  /*

    .format-link {

            article { padding: 120px 0; }

            h1 {font-size: 60px;}

    }*/
  /*

    .format-chat {

            

            p {

                    font-style: italic;

                    padding: 10px 20px;

                    margin: 0px 0px 20px;

                    border-left: 5px solid spin(@general_link,180);

            }

            

            blockquote p {

                    font-style: normal;

                    padding: 0;

                    margin: 0;

                    border-left: 0;

            }

            

            h3{

                    color : @general_link ;

            }

    }

    */
}
.post.format-aside article,
.post.format-status article,
.post.format-quote article,
.post.format-link article {
  border: 1px solid #dde4e6;
  border-radius: 0 4px 4px 4px;
  padding: 30px;
  /*section:before {

                float: left;

                font-size:2em;

                margin: -8px 8px 0 0;

                content: '\f0c1';

                color: @general_border;

                .icon-FontAwesome();

            }*/
}
.post.format-aside article {
  border: 1px solid #dde4e6;
  background-color: #ecf0f1;
  color: #ffffff;
}
.post.format-status article {
  border: 1px solid #c81f21;
  background-color: #dd2426;
  color: #ffffff;
}
.post.format-status article p,
.post.format-status article a {
  color: #ffffff;
}
.post .password-form form {
  padding: 60px 0;
  background-color: #ecf0f1;
  border: 1px solid #dde4e6;
  border-radius: 3px;
}
.post.team_author h4 {
  margin-bottom: 0;
}
.post.team_author p.job {
  margin: 2px 0 8px 0;
  color: #dd2426;
  font-size: 11px;
}
.post.team_author .social_user {
  border-top: 1px solid #dde4e6;
  text-align: center;
}
.post.team_author .social_user a {
  margin: 5px 0 5px 0;
  display: inline-block;
}
.post.team_author .social_user .icon-stack {
  border: 1px solid #dd2426;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  transition: all 0.4s;
}
.post.team_author .social_user .icon-stack i {
  color: #dd2426;
  font-size: 12px;
  transition: all 0.4s;
}
.post.team_author .social_user .icon-stack:hover i {
  color: white;
}
.post.team_author .social_user .icon-stack:hover {
  background-color: #dd2426;
}
ul.looping {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.looping li > a {
  display: block;
}
ul.looping.loop .post,
ul.looping.loop .page {
  display: inline-block;
  clear: both;
  width: 100%;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #dde4e6;
}
ul.looping.loop .post:last-child,
ul.looping.loop .page:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post_image,
.post_image_left {
  display: block;
}
.post_image,
.post_image_left,
.post_avatar,
.post_date,
.post_format {
  position: relative;
  overflow: hidden;
}
.post_avatar,
.post_date,
.post_format {
  float: left;
  margin: 0px 20px 0 0;
}
.post_image img,
.post_image_left img,
.post_avatar img {
  width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
  opacity: 1;
  -webkit-transition: 'opacity .4s';
  -moz-transition: 'opacity .4s';
  transition: 'opacity .4s';
}
.post_image a,
.post_image_left a,
.post_avatar a {
  text-decoration: none;
}
.post_image i,
.post_image_left i,
.post_avatar i {
  display: none;
}
.post_format {
  text-align: center;
  width: 90px;
  border-radius: 4px;
}
.post_image_left {
  margin-bottom: 30px;
  width: 100%;
}
.post_avatar img {
  border-radius: 4px;
}
.post_gallery .gallery.gallery.gallery-columns-3 .gallery-item.item-0 a {
  width: 66.666%;
  height: auto;
}
.post_gallery .gallery.gallery-columns-4 .gallery-item.item-0 a {
  width: 50%;
  height: auto;
}
.post_gallery .gallery.gallery-columns-5 .gallery-item.item-0 a {
  width: 40%;
  height: auto;
}
.post_gallery .gallery.gallery-columns-6 .gallery-item.item-0 a {
  width: 33.32%;
  height: auto;
}
.post_gallery .gallery.gallery-columns-7 .gallery-item.item-0 a {
  width: 28.55%;
  height: auto;
}
.post_gallery .gallery.gallery-columns-8 .gallery-item.item-0 a {
  width: 25%;
  height: auto;
}
.post_gallery .gallery.gallery-columns-9 .gallery-item.item-0 a {
  width: 22.22%;
  height: auto;
}
.post_date {
  text-align: center;
  width: 75px;
  border-radius: 4px;
  padding: 10px 0;
}
.post_date .day {
  font-size: 2em;
  display: block;
  font-weight: 700;
}
.post_date .month {
  text-transform: uppercase;
  font-size: 1.5em;
  display: block;
  margin: -5px 0 10px 0;
}
.post_date .year {
  width: 50%;
  border-top: 1px solid #ffffff;
  margin: 0 auto;
  padding: 5px 0 0 0;
  font-size: 1em;
}
.post_date .year i {
  font-size: 1em;
}
a.read_more {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
}
.pages {
  margin: 30px 0 0 0;
  text-align: center;
  padding: 15px 0;
}
.pagination {
  margin-top: 45px;
  padding: 45px 0;
  border-top: 1px solid #dde4e6;
}
.pagination ul {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.pagination ul li {
  display: inline;
}
.pagination ul li > a,
.pagination ul li > span {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #dde4e6;
  color: #8d9095;
  font-weight: 400;
  padding: 5px 12px;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pagination ul li > a:hover,
.pagination ul li > a:focus,
.pagination ul li span.current {
  border: 1px solid #c81f21;
  background-color: #dd2426;
  color: #ffffff;
}
.next-link i,
.prev-link i {
  font-size: 1.15em;
  color: #8d9095;
}
.post article section,
.page article section {
  position: relative;
  overflow: hidden;
}
.post article h1,
.page article h1 {
  margin-bottom: .5em;
}
.post article h2,
.page article h2 {
  margin-bottom: 1em;
}
.post article h2.title,
.page article h2.title {
  margin: -4px 0 0.5em 0;
  color:#148343 !important;
  

}
.post article.grid_little,
.page article.grid_little {
  background-color: #ecf0f1;
  padding: 10px 15px;
  position: relative;
  top: -3px;
}
.post article.grid_little h2,
.page article.grid_little h2 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.post article.grid_little .comments,
.page article.grid_little .comments {
  color: #b5b7ba;
  font-size: 12px;
  float: right;
}
.post article.grid_little .comments i,
.page article.grid_little .comments i {
  font-size: 14px;
}
.post article.grid_little h2,
.page article.grid_little h2,
.post article.grid_little .comments,
.page article.grid_little .comments {
  line-height: 30px;
}
.post article hr,
.page article hr {
  clear: both;
}
.post article p,
.page article p {
  text-align: left;
  text-justify: inter-word;
}
.post article p:last-child,
.page article p:last-child {
  margin-bottom: 0;
}
.post article img,
.page article img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
.post article img:hover,
.page article img:hover {
  opacity: 0.8;
}
.post article select,
.page article select,
.post article textarea,
.page article textarea,
.post article input[type="text"],
.page article input[type="text"],
.post article input[type="password"],
.page article input[type="password"],
.post article input[type="datetime"],
.page article input[type="datetime"],
.post article input[type="datetime-local"],
.page article input[type="datetime-local"],
.post article input[type="date"],
.page article input[type="date"],
.post article input[type="month"],
.page article input[type="month"],
.post article input[type="time"],
.page article input[type="time"],
.post article input[type="week"],
.page article input[type="week"],
.post article input[type="number"],
.page article input[type="number"],
.post article input[type="email"],
.page article input[type="email"],
.post article input[type="url"],
.page article input[type="url"],
.post article input[type="search"],
.page article input[type="search"],
.post article input[type="tel"],
.page article input[type="tel"],
.post article input[type="color"],
.page article input[type="color"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7493b3;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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;
  -moz-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;
}
.post article select:focus,
.page article select:focus,
.post article textarea:focus,
.page article textarea:focus,
.post article input[type="text"]:focus,
.page article input[type="text"]:focus,
.post article input[type="password"]:focus,
.page article input[type="password"]:focus,
.post article input[type="datetime"]:focus,
.page article input[type="datetime"]:focus,
.post article input[type="datetime-local"]:focus,
.page article input[type="datetime-local"]:focus,
.post article input[type="date"]:focus,
.page article input[type="date"]:focus,
.post article input[type="month"]:focus,
.page article input[type="month"]:focus,
.post article input[type="time"]:focus,
.page article input[type="time"]:focus,
.post article input[type="week"]:focus,
.page article input[type="week"]:focus,
.post article input[type="number"]:focus,
.page article input[type="number"]:focus,
.post article input[type="email"]:focus,
.page article input[type="email"]:focus,
.post article input[type="url"]:focus,
.page article input[type="url"]:focus,
.post article input[type="search"]:focus,
.page article input[type="search"]:focus,
.post article input[type="tel"]:focus,
.page article input[type="tel"]:focus,
.post article input[type="color"]:focus,
.page article input[type="color"]: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);
}
.post article select:-moz-placeholder,
.page article select:-moz-placeholder,
.post article textarea:-moz-placeholder,
.page article textarea:-moz-placeholder,
.post article input[type="text"]:-moz-placeholder,
.page article input[type="text"]:-moz-placeholder,
.post article input[type="password"]:-moz-placeholder,
.page article input[type="password"]:-moz-placeholder,
.post article input[type="datetime"]:-moz-placeholder,
.page article input[type="datetime"]:-moz-placeholder,
.post article input[type="datetime-local"]:-moz-placeholder,
.page article input[type="datetime-local"]:-moz-placeholder,
.post article input[type="date"]:-moz-placeholder,
.page article input[type="date"]:-moz-placeholder,
.post article input[type="month"]:-moz-placeholder,
.page article input[type="month"]:-moz-placeholder,
.post article input[type="time"]:-moz-placeholder,
.page article input[type="time"]:-moz-placeholder,
.post article input[type="week"]:-moz-placeholder,
.page article input[type="week"]:-moz-placeholder,
.post article input[type="number"]:-moz-placeholder,
.page article input[type="number"]:-moz-placeholder,
.post article input[type="email"]:-moz-placeholder,
.page article input[type="email"]:-moz-placeholder,
.post article input[type="url"]:-moz-placeholder,
.page article input[type="url"]:-moz-placeholder,
.post article input[type="search"]:-moz-placeholder,
.page article input[type="search"]:-moz-placeholder,
.post article input[type="tel"]:-moz-placeholder,
.page article input[type="tel"]:-moz-placeholder,
.post article input[type="color"]:-moz-placeholder,
.page article input[type="color"]:-moz-placeholder {
  color: #cbd7e3;
}
.post article select::-moz-placeholder,
.page article select::-moz-placeholder,
.post article textarea::-moz-placeholder,
.page article textarea::-moz-placeholder,
.post article input[type="text"]::-moz-placeholder,
.page article input[type="text"]::-moz-placeholder,
.post article input[type="password"]::-moz-placeholder,
.page article input[type="password"]::-moz-placeholder,
.post article input[type="datetime"]::-moz-placeholder,
.page article input[type="datetime"]::-moz-placeholder,
.post article input[type="datetime-local"]::-moz-placeholder,
.page article input[type="datetime-local"]::-moz-placeholder,
.post article input[type="date"]::-moz-placeholder,
.page article input[type="date"]::-moz-placeholder,
.post article input[type="month"]::-moz-placeholder,
.page article input[type="month"]::-moz-placeholder,
.post article input[type="time"]::-moz-placeholder,
.page article input[type="time"]::-moz-placeholder,
.post article input[type="week"]::-moz-placeholder,
.page article input[type="week"]::-moz-placeholder,
.post article input[type="number"]::-moz-placeholder,
.page article input[type="number"]::-moz-placeholder,
.post article input[type="email"]::-moz-placeholder,
.page article input[type="email"]::-moz-placeholder,
.post article input[type="url"]::-moz-placeholder,
.page article input[type="url"]::-moz-placeholder,
.post article input[type="search"]::-moz-placeholder,
.page article input[type="search"]::-moz-placeholder,
.post article input[type="tel"]::-moz-placeholder,
.page article input[type="tel"]::-moz-placeholder,
.post article input[type="color"]::-moz-placeholder,
.page article input[type="color"]::-moz-placeholder {
  color: #cbd7e3;
  opacity: 1;
}
.post article select:-ms-input-placeholder,
.page article select:-ms-input-placeholder,
.post article textarea:-ms-input-placeholder,
.page article textarea:-ms-input-placeholder,
.post article input[type="text"]:-ms-input-placeholder,
.page article input[type="text"]:-ms-input-placeholder,
.post article input[type="password"]:-ms-input-placeholder,
.page article input[type="password"]:-ms-input-placeholder,
.post article input[type="datetime"]:-ms-input-placeholder,
.page article input[type="datetime"]:-ms-input-placeholder,
.post article input[type="datetime-local"]:-ms-input-placeholder,
.page article input[type="datetime-local"]:-ms-input-placeholder,
.post article input[type="date"]:-ms-input-placeholder,
.page article input[type="date"]:-ms-input-placeholder,
.post article input[type="month"]:-ms-input-placeholder,
.page article input[type="month"]:-ms-input-placeholder,
.post article input[type="time"]:-ms-input-placeholder,
.page article input[type="time"]:-ms-input-placeholder,
.post article input[type="week"]:-ms-input-placeholder,
.page article input[type="week"]:-ms-input-placeholder,
.post article input[type="number"]:-ms-input-placeholder,
.page article input[type="number"]:-ms-input-placeholder,
.post article input[type="email"]:-ms-input-placeholder,
.page article input[type="email"]:-ms-input-placeholder,
.post article input[type="url"]:-ms-input-placeholder,
.page article input[type="url"]:-ms-input-placeholder,
.post article input[type="search"]:-ms-input-placeholder,
.page article input[type="search"]:-ms-input-placeholder,
.post article input[type="tel"]:-ms-input-placeholder,
.page article input[type="tel"]:-ms-input-placeholder,
.post article input[type="color"]:-ms-input-placeholder,
.page article input[type="color"]:-ms-input-placeholder {
  color: #cbd7e3;
}
.post article select::-webkit-input-placeholder,
.page article select::-webkit-input-placeholder,
.post article textarea::-webkit-input-placeholder,
.page article textarea::-webkit-input-placeholder,
.post article input[type="text"]::-webkit-input-placeholder,
.page article input[type="text"]::-webkit-input-placeholder,
.post article input[type="password"]::-webkit-input-placeholder,
.page article input[type="password"]::-webkit-input-placeholder,
.post article input[type="datetime"]::-webkit-input-placeholder,
.page article input[type="datetime"]::-webkit-input-placeholder,
.post article input[type="datetime-local"]::-webkit-input-placeholder,
.page article input[type="datetime-local"]::-webkit-input-placeholder,
.post article input[type="date"]::-webkit-input-placeholder,
.page article input[type="date"]::-webkit-input-placeholder,
.post article input[type="month"]::-webkit-input-placeholder,
.page article input[type="month"]::-webkit-input-placeholder,
.post article input[type="time"]::-webkit-input-placeholder,
.page article input[type="time"]::-webkit-input-placeholder,
.post article input[type="week"]::-webkit-input-placeholder,
.page article input[type="week"]::-webkit-input-placeholder,
.post article input[type="number"]::-webkit-input-placeholder,
.page article input[type="number"]::-webkit-input-placeholder,
.post article input[type="email"]::-webkit-input-placeholder,
.page article input[type="email"]::-webkit-input-placeholder,
.post article input[type="url"]::-webkit-input-placeholder,
.page article input[type="url"]::-webkit-input-placeholder,
.post article input[type="search"]::-webkit-input-placeholder,
.page article input[type="search"]::-webkit-input-placeholder,
.post article input[type="tel"]::-webkit-input-placeholder,
.page article input[type="tel"]::-webkit-input-placeholder,
.post article input[type="color"]::-webkit-input-placeholder,
.page article input[type="color"]::-webkit-input-placeholder {
  color: #cbd7e3;
}
.post article select[disabled],
.page article select[disabled],
.post article textarea[disabled],
.page article textarea[disabled],
.post article input[type="text"][disabled],
.page article input[type="text"][disabled],
.post article input[type="password"][disabled],
.page article input[type="password"][disabled],
.post article input[type="datetime"][disabled],
.page article input[type="datetime"][disabled],
.post article input[type="datetime-local"][disabled],
.page article input[type="datetime-local"][disabled],
.post article input[type="date"][disabled],
.page article input[type="date"][disabled],
.post article input[type="month"][disabled],
.page article input[type="month"][disabled],
.post article input[type="time"][disabled],
.page article input[type="time"][disabled],
.post article input[type="week"][disabled],
.page article input[type="week"][disabled],
.post article input[type="number"][disabled],
.page article input[type="number"][disabled],
.post article input[type="email"][disabled],
.page article input[type="email"][disabled],
.post article input[type="url"][disabled],
.page article input[type="url"][disabled],
.post article input[type="search"][disabled],
.page article input[type="search"][disabled],
.post article input[type="tel"][disabled],
.page article input[type="tel"][disabled],
.post article input[type="color"][disabled],
.page article input[type="color"][disabled],
.post article select[readonly],
.page article select[readonly],
.post article textarea[readonly],
.page article textarea[readonly],
.post article input[type="text"][readonly],
.page article input[type="text"][readonly],
.post article input[type="password"][readonly],
.page article input[type="password"][readonly],
.post article input[type="datetime"][readonly],
.page article input[type="datetime"][readonly],
.post article input[type="datetime-local"][readonly],
.page article input[type="datetime-local"][readonly],
.post article input[type="date"][readonly],
.page article input[type="date"][readonly],
.post article input[type="month"][readonly],
.page article input[type="month"][readonly],
.post article input[type="time"][readonly],
.page article input[type="time"][readonly],
.post article input[type="week"][readonly],
.page article input[type="week"][readonly],
.post article input[type="number"][readonly],
.page article input[type="number"][readonly],
.post article input[type="email"][readonly],
.page article input[type="email"][readonly],
.post article input[type="url"][readonly],
.page article input[type="url"][readonly],
.post article input[type="search"][readonly],
.page article input[type="search"][readonly],
.post article input[type="tel"][readonly],
.page article input[type="tel"][readonly],
.post article input[type="color"][readonly],
.page article input[type="color"][readonly],
fieldset[disabled] .post article select,
fieldset[disabled] .page article select,
fieldset[disabled] .post article textarea,
fieldset[disabled] .page article textarea,
fieldset[disabled] .post article input[type="text"],
fieldset[disabled] .page article input[type="text"],
fieldset[disabled] .post article input[type="password"],
fieldset[disabled] .page article input[type="password"],
fieldset[disabled] .post article input[type="datetime"],
fieldset[disabled] .page article input[type="datetime"],
fieldset[disabled] .post article input[type="datetime-local"],
fieldset[disabled] .page article input[type="datetime-local"],
fieldset[disabled] .post article input[type="date"],
fieldset[disabled] .page article input[type="date"],
fieldset[disabled] .post article input[type="month"],
fieldset[disabled] .page article input[type="month"],
fieldset[disabled] .post article input[type="time"],
fieldset[disabled] .page article input[type="time"],
fieldset[disabled] .post article input[type="week"],
fieldset[disabled] .page article input[type="week"],
fieldset[disabled] .post article input[type="number"],
fieldset[disabled] .page article input[type="number"],
fieldset[disabled] .post article input[type="email"],
fieldset[disabled] .page article input[type="email"],
fieldset[disabled] .post article input[type="url"],
fieldset[disabled] .page article input[type="url"],
fieldset[disabled] .post article input[type="search"],
fieldset[disabled] .page article input[type="search"],
fieldset[disabled] .post article input[type="tel"],
fieldset[disabled] .page article input[type="tel"],
fieldset[disabled] .post article input[type="color"],
fieldset[disabled] .page article input[type="color"] {
  cursor: not-allowed;
  background-color: #ffffff;
}
textarea.post article select,
textarea.page article select,
textarea.post article textarea,
textarea.page article textarea,
textarea.post article input[type="text"],
textarea.page article input[type="text"],
textarea.post article input[type="password"],
textarea.page article input[type="password"],
textarea.post article input[type="datetime"],
textarea.page article input[type="datetime"],
textarea.post article input[type="datetime-local"],
textarea.page article input[type="datetime-local"],
textarea.post article input[type="date"],
textarea.page article input[type="date"],
textarea.post article input[type="month"],
textarea.page article input[type="month"],
textarea.post article input[type="time"],
textarea.page article input[type="time"],
textarea.post article input[type="week"],
textarea.page article input[type="week"],
textarea.post article input[type="number"],
textarea.page article input[type="number"],
textarea.post article input[type="email"],
textarea.page article input[type="email"],
textarea.post article input[type="url"],
textarea.page article input[type="url"],
textarea.post article input[type="search"],
textarea.page article input[type="search"],
textarea.post article input[type="tel"],
textarea.page article input[type="tel"],
textarea.post article input[type="color"],
textarea.page article input[type="color"] {
  height: auto;
}
.post article ul,
.page article ul,
.post article ol,
.page article ol {
  padding: 0;
  margin: 0px 0px 10px 20px;
}
.post_meta,
.post_meta_bottom {
  color: #b5b7ba;
  text-justify: none !important;
  font-size: 0.9em;
  display:none;
}
.post_meta {
  margin-bottom: 15px;
}
.post_meta_bottom {
  margin-top: 15px;
}
.post_meta_bottom p {
  margin: 0;
  padding: 5px 0;
}
.post_meta_bottom i {
  float: right;
  color: #b5b7ba;
  font-size: 1.15em;
}
.post_meta_grid {
  margin-bottom: 10px;
}
.post_meta_grid span {
  font-size: 0.95em;
  margin-left: 3px;
  padding-left: 8px;
  border-left: 1px solid #dde4e6;
  color: #b5b7ba;
}
.post_meta_grid span a {
  color: #b5b7ba;
}
.post_meta_grid span a:hover {
  color: #dd2426;
}
.post_meta_little {
  font-family: Open Sans;
  font-size: 12px;
}
.post_tags {
  color: #b5b7ba;
  text-justify: none;
}
.post_author h4 {
  color: #2c3e50;
  margin-top: 5px;
  font-weight: 700;
}
.post_author p {
  margin-top: -5px;
  color: #b5b7ba;
}
.post_author .img-circle {
  margin-right: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.post_author .img-circle img {
  border-radius: 50%;
}
.post_share p,
.post_share a {
  margin: 0px;
  float: right;
  line-height: 40px;
}
.post_share ul {
  margin: 0;
}
.post_share a {
  margin-right: 5px;
  display: inline-block;
  float: none;
}
.post_share span.like-footer-button {
  font-size: 1.1em;
  color: #dd2426;
  border: 1px solid #dd2426;
}
.post_related {
  padding-top: 30px;
}
.featured_video_plus {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  text-align: center;
  padding: 5px 0 0 0;
  margin: 0px;
  max-width: 100% !important;
}
.wp-caption img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
  padding: 8px;
  margin-bottom: 15px;
}
.gallery .gallery-item a,
.widget_flickr_gallery .gallery-item a,
.gallery .flickr_badge_image a,
.widget_flickr_gallery .flickr_badge_image a {
  float: left;
  display: block;
}
.gallery .gallery-item a:hover,
.widget_flickr_gallery .gallery-item a:hover,
.gallery .flickr_badge_image a:hover,
.widget_flickr_gallery .flickr_badge_image a:hover {
  opacity: 0.6;
}
.gallery .gallery-item img,
.widget_flickr_gallery .gallery-item img,
.gallery .flickr_badge_image img,
.widget_flickr_gallery .flickr_badge_image img {
  width: 100%;
  height: auto;
  padding: 0 1px 1px 0;
  margin: 0;
  opacity: 0.1;
  border-radius: 0;
}
.gallery .gallery-item img.liquida_animation,
.widget_flickr_gallery .gallery-item img.liquida_animation,
.gallery .flickr_badge_image img.liquida_animation,
.widget_flickr_gallery .flickr_badge_image img.liquida_animation {
  -webkit-animation: htwoo_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: htwoo_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: htwoo_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: htwoo_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}
.gallery.gallery-columns-1 .gallery-item a,
.widget_flickr_gallery.gallery-columns-1 .gallery-item a,
.gallery .flickr-columns-1 a,
.widget_flickr_gallery .flickr-columns-1 a {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item a,
.widget_flickr_gallery.gallery-columns-2 .gallery-item a,
.gallery .flickr-columns-2 a,
.widget_flickr_gallery .flickr-columns-2 a {
  width: 50%;
  height: auto;
}
.gallery.gallery-columns-3 .gallery-item a,
.widget_flickr_gallery.gallery-columns-3 .gallery-item a,
.gallery .flickr-columns-3 a,
.widget_flickr_gallery .flickr-columns-3 a {
  width: 33.333%;
  height: auto;
}
.gallery.gallery-columns-4 .gallery-item a,
.widget_flickr_gallery.gallery-columns-4 .gallery-item a,
.gallery .flickr-columns-4 a,
.widget_flickr_gallery .flickr-columns-4 a {
  width: 25%;
  height: auto;
}
.gallery.gallery-columns-5 .gallery-item a,
.widget_flickr_gallery.gallery-columns-5 .gallery-item a,
.gallery .flickr-columns-5 a,
.widget_flickr_gallery .flickr-columns-5 a {
  width: 20%;
  height: auto;
}
.gallery.gallery-columns-6 .gallery-item a,
.widget_flickr_gallery.gallery-columns-6 .gallery-item a,
.gallery .flickr-columns-6 a,
.widget_flickr_gallery .flickr-columns-6 a {
  width: 16.666%;
  height: auto;
}
.gallery.gallery-columns-7 .gallery-item a,
.widget_flickr_gallery.gallery-columns-7 .gallery-item a,
.gallery .flickr-columns-7 a,
.widget_flickr_gallery .flickr-columns-7 a {
  width: 14.285%;
  height: auto;
}
.gallery.gallery-columns-8 .gallery-item a,
.widget_flickr_gallery.gallery-columns-8 .gallery-item a,
.gallery .flickr-columns-8 a,
.widget_flickr_gallery .flickr-columns-8 a {
  width: 12.5%;
  height: auto;
}
.gallery.gallery-columns-9 .gallery-item a,
.widget_flickr_gallery.gallery-columns-9 .gallery-item a,
.gallery .flickr-columns-9 a,
.widget_flickr_gallery .flickr-columns-9 a {
  width: 11.111%;
  height: auto;
}
.wp-audio-shortcode,
.wp-video-shortcode {
  margin: 15px 0;
}
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
  background: url('http://70.39.233.90/~mcifp56/wp-content/themes/liquida/assets/style/') !important;
  background-color: #dd2426 !important;
  border-radius: 2px;
}
.mejs-currenttime,
.mejs-duration {
  color: #2c3e50 !important;
}
/*

.mejs-controls .mejs-button button {

    //background-image: url('/images/controls-dark.svg') !important;

}

 

.mejs-controls .mejs-time-rail .mejs-time-total {

    //background: @general_headings!important;

}

*/
#comments {
  margin-top: 90px;
  /*.comments-title,

    .reply-title {

        text-transform: uppercase;

        padding-bottom: 5px;



        span {

            color: @general_link;

            font-weight: 700;

        }

    }*/
}
#comments .hometitle span {
  font-size: 1.75em;
  line-height: 1.48em;
  font-weight: normal;
}
#comments ol.commentlist,
#comments ul.commentlist {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
#comments ol.commentlist li,
#comments ul.commentlist li {
  padding: 15px 0;
  margin-top: 15px;
}
#comments ol.commentlist li .avatar,
#comments ul.commentlist li .avatar {
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  float: left;
}
#comments ol.commentlist li .avatar img,
#comments ul.commentlist li .avatar img {
  border-radius: 50%;
}
#comments ol.commentlist li .comment,
#comments ul.commentlist li .comment {
  position: relative;
  padding: 0px 30px 15px 0px;
  z-index: 10;
  overflow: hidden;
}
#comments ol.commentlist li .comment p,
#comments ul.commentlist li .comment p {
  text-align: justify;
  text-justify: inter-word;
}
#comments ol.commentlist li .comment .comment-author,
#comments ul.commentlist li .comment .comment-author {
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3e50;
}
#comments ol.commentlist li .comment time,
#comments ul.commentlist li .comment time {
  font-size: 0.9em;
}
#comments ol.commentlist li .comment .comment-reply-link,
#comments ul.commentlist li .comment .comment-reply-link {
  float: right;
  font-size: 0.9em;
}
#comments ol.commentlist li .comment .comment-content p,
#comments ul.commentlist li .comment .comment-content p {
  margin-top: 5px;
}
#respond [class^="icon-"],
#respond [class*=" icon-"] {
  color: #8d9095;
}
.input-group:not(.like-select-gray) .form-control {
  border-left-width: 0;
  padding-left: 0;
}
form .input-group [class^="icon-"],
form .input-group [class*=" icon-"] {
  color: #8d9095;
}
.comment-container {
  position: relative;
}
.comment-container.email {
  padding-bottom: 30px;
}
.comment-container [class^="icon-"],
.comment-container [class*=" icon-"] {
  position: absolute;
  top: 8px;
  left: 15px;
  z-index: 30;
  color: #8d9095;
}
.comment-container textarea,
.comment-container input {
  text-indent: 23px;
}
.tooltip.in {
  margin-top: -5px;
}
.tooltip .tooltip-inner {
  padding: 15px;
}
.loggedin-popup p {
  float: right;
  margin-left: 15px;
  color: #2c3e50;
}
.loggedin-popup p span {
  display: block;
  font-size: 0.9em;
}
.cart-popup ul.list-group {
  margin-bottom: 0;
}
.cart-popup span.badge {
  margin-left: 10px;
}
.cart-popup span.item-price {
  font-size: 0.9em;
  margin-left: 10px;
}
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
  background: none !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  width: 32px !important;
  height: 80px !important;
  border-radius: 2px !important;
  margin-top: -40px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ls-fullwidth .ls-nav-prev:before,
.ls-fullwidth .ls-nav-next:before {
  display: inline-block;
  padding: 28px 0 0 11px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  font-size: 22px;
  color: white;
  content: '\f104';
}
.ls-fullwidth .ls-nav-prev:hover,
.ls-fullwidth .ls-nav-next:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #dd2426 !important;
  /* fallback */
  background-color: rgba(221, 36, 38, 0.9) !important;
}
.ls-fullwidth .ls-nav-next:before {
  content: '\f105';
  padding: 28px 0 0 12px!important;
}
.page .row.vc_row-fluid,
.post .row.vc_row-fluid {
  margin-left: 0px;
  margin-right: 0px;
}
.main .page .row.vc_row-fluid .container,
.main .post .row.vc_row-fluid .container {
  max-width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
.white_headings h1,
.white_headings h2,
.white_headings h3,
.white_headings h4 {
  color: white;
}
.white_headings h1 a,
.white_headings h2 a,
.white_headings h3 a,
.white_headings h4 a {
  color: white;
}
.white_headings h1 a:hover,
.white_headings h2 a:hover,
.white_headings h3 a:hover,
.white_headings h4 a:hover {
  color: #dd2426;
}
.white_headings .bottom_bar:after {
  background-color: white !important;
}
/*

.headings_header_top {background-color: @header_top_headings_rgba_color!important}

.headings_dropdown_menu {background-color: @dropdown_headings_rgba_alpha!important}

.headings_general {background-color: @general_headings_primary_rgba_color!important}

.headings_secondary {background-color: @general_headings_secondary!important}

.headings_footer_top {background-color: @footer_top_background!important}

.headings_footer_bottom {background-color: @footer_bottom_background!important}

.headings_link {background-color: @general_link!important}

.headings_link_active  {background-color: @general_link_active!important}

*/
div.nop {
  padding-left: 0;
  padding-right: 0;
}
.background_header_top {
  background-color: #ffffff !important;
}
.background_dropdown_menu {
  background-color: 0.6 !important;
}
.background_general {
  background-color: #ffffff !important;
}
.background_secondary {
  background-color: #ecf0f1 !important;
}
.background_footer_top {
  background-color: #141414 !important;
}
.background_footer_bottom {
  background-color: #111111 !important;
}
.background_link {
  background-color: #dd2426 !important;
}
.background_link_active {
  background-color: #dd6365 !important;
}
.bt {
  border-top: 1px solid #dde4e6;
}
.br {
  border-right: 1px solid #dde4e6;
}
.bb {
  border-bottom: 1px solid #dde4e6;
}
.bl {
  border-left: 1px solid #dde4e6;
}
span.icon-color-default {
  color: #cccccc;
  border-color: #cccccc;
}
span.icon-color-default.icon-background {
  background: #cccccc;
  background: radial-gradient(ellipse at center center, transparent 25%, rgba(0, 0, 0, 0.15) 100%) repeat scroll 0% 0% #cccccc;
}
span.icon-color-default.rotate:hover {
  box-shadow: 0 0 0 5px #cccccc;
  border-color: #ffffff;
  background-color: #cccccc;
}
span.icon-color-default.rotate:hover i {
  color: #ffffff;
}
span.icon-color-primary {
  color: #dd2426;
  border-color: #dd2426;
}
span.icon-color-primary.icon-background {
  background: #dd2426;
  background: radial-gradient(ellipse at center center, transparent 25%, rgba(0, 0, 0, 0.15) 100%) repeat scroll 0% 0% #dd2426;
}
span.icon-color-primary.rotate:hover {
  box-shadow: 0 0 0 5px #dd2426;
  border-color: #ffffff;
  background-color: #dd2426;
}
span.icon-color-primary.rotate:hover i {
  color: #ffffff;
}
span.icon-color-danger {
  color: #d9534f;
  border-color: #d9534f;
}
span.icon-color-danger.icon-background {
  background: #d9534f;
  background: radial-gradient(ellipse at center center, transparent 25%, rgba(0, 0, 0, 0.15) 100%) repeat scroll 0% 0% #d9534f;
}
span.icon-color-danger.rotate:hover {
  box-shadow: 0 0 0 5px #d9534f;
  border-color: #ffffff;
  background-color: #d9534f;
}
span.icon-color-danger.rotate:hover i {
  color: #ffffff;
}
span.icon-color-warning {
  color: #f0ad4e;
  border-color: #f0ad4e;
}
span.icon-color-warning.icon-background {
  background: #f0ad4e;
  background: radial-gradient(ellipse at center center, transparent 25%, rgba(0, 0, 0, 0.15) 100%) repeat scroll 0% 0% #f0ad4e;
}
span.icon-color-warning.rotate:hover {
  box-shadow: 0 0 0 5px #f0ad4e;
  border-color: #ffffff;
  background-color: #f0ad4e;
}
span.icon-color-warning.rotate:hover i {
  color: #ffffff;
}
span.icon-color-success {
  color: #5cb85c;
  border-color: #5cb85c;
}
span.icon-color-success.icon-background {
  background: #5cb85c;
  background: radial-gradient(ellipse at center center, transparent 25%, rgba(0, 0, 0, 0.15) 100%) repeat scroll 0% 0% #5cb85c;
}
span.icon-color-success.rotate:hover {
  box-shadow: 0 0 0 5px #5cb85c;
  border-color: #ffffff;
  background-color: #5cb85c;
}
span.icon-color-success.rotate:hover i {
  color: #ffffff;
}
span.icon-color-info {
  color: #5bc0de;
  border-color: #5bc0de;
}
span.icon-color-info.icon-background {
  background: #5bc0de;
  background: radial-gradient(ellipse at center center, transparent 25%, rgba(0, 0, 0, 0.15) 100%) repeat scroll 0% 0% #5bc0de;
}
span.icon-color-info.rotate:hover {
  box-shadow: 0 0 0 5px #5bc0de;
  border-color: #ffffff;
  background-color: #5bc0de;
}
span.icon-color-info.rotate:hover i {
  color: #ffffff;
}
span.icon-color-black {
  color: #444444;
  border-color: #444444;
}
span.icon-color-black.icon-background {
  background: #444444;
  background: radial-gradient(ellipse at center center, transparent 25%, rgba(0, 0, 0, 0.15) 100%) repeat scroll 0% 0% #444444;
}
span.icon-color-black.rotate:hover {
  box-shadow: 0 0 0 5px #444444;
  border-color: #ffffff;
  background-color: #444444;
}
span.icon-color-black.rotate:hover i {
  color: #ffffff;
}
.callus_box_1 {
  background: url(http://70.39.233.90/~mcifp56/wp-content/themes/liquida/assets/images/patterns/pattern5.png) repeat fixed;
}
.callus_box_1 h1 {
  color: #ffffff !important;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.callus_box_1 h3,
.callus_box_1 h5,
.callus_box_1 p {
  color: #8aa4be !important;
}
.callus_box_1 h2 {
  color: white !important;
}
.callus_box_1 h4 {
  color: #cbd7e3 !important;
  font-weight: 700;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.contact_box_1 {
  font-size: 2em;
  margin-bottom: 30px;
}
.contact_box_1 i.icon-stack-base {
  color: #dd2426;
}
.icon_box_1 h2 {
  margin-top: -1px;
}
.icon_box_1 .wpb_content_element span.icon-container {
  position: relative;
  overflow: hidden;
}
.icon_box_1 .wpb_text_column {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  border-left: 1px solid #dde4e6;
}
.carousel {
  padding-bottom: 60px;
}
.carousel .carousel-control {
  /*&.left,

        &.right {

           background: none; 

        }*/
}
.border_top {
  border-top: 1px solid #dde4e6;
}
.border_bottom {
  border-bottom: 1px solid #dde4e6;
}
.wpb_image_grid_ul {
  margin: 0 auto !important;
}
.wpcf7 {
  /*
        .wpcf7-submit {
            width: 100%;
        }
    */
}
.wpcf7 br {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 div.wpcf7-response-output {
  margin: 0;
  padding: 15px;
}
.wpcf7 div.wpcf7-validation-errors {
  border-radius: 3px;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 .form-control {
  margin-bottom: 20px;
}
.wpcf7 .btn.form-control[type="submit"] {
  width: 100%;
}
.wpcf7 .wpcf7-checkbox {
  text-align: center;
}
.btn-full {
  width: 100%;
}
.liquida_carousel {
  position: relative;
}
.liquida_carousel.top-right {
  /*.controls-pagination {
            line-height: 35px;
        }*/
}
.liquida_carousel.top-right .controls_container .hometitle {
  text-align: left;
}
.liquida_carousel.top-right .controls-pagination,
.liquida_carousel.top-right .controls-buttons {
  float: right;
  margin-left: 15px;
}
.liquida_carousel.top-left {
  /*.controls-pagination {
            line-height: 25px;
        }*/
}
.liquida_carousel.top-left .controls_container .hometitle {
  text-align: right;
}
.liquida_carousel.top-left .controls-pagination,
.liquida_carousel.top-left .controls-buttons {
  float: left;
  margin-right: 15px;
}
.liquida_carousel.top-center .controls_container .hometitle,
.liquida_carousel.bottom-center .controls_container .hometitle {
  text-align: center;
}
.liquida_carousel.top-center .controls-buttons,
.liquida_carousel.bottom-center .controls-buttons,
.liquida_carousel.top-center .controls-pagination,
.liquida_carousel.bottom-center .controls-pagination {
  text-align: center;
  margin: 0 0 15px 0;
}
.liquida_carousel.bottom-center .controls-buttons,
.liquida_carousel.bottom-center .controls-pagination {
  margin: 15px 0 0 0;
}
.liquida_carousel.inside:hover .controls-buttons,
.liquida_carousel.outside:hover .controls-buttons,
.liquida_carousel.inside:hover .controls-pagination,
.liquida_carousel.outside:hover .controls-pagination {
  display: inherit;
}
.liquida_carousel.inside .controls-buttons,
.liquida_carousel.outside .controls-buttons,
.liquida_carousel.inside .controls-pagination,
.liquida_carousel.outside .controls-pagination {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  display: none;
}
.liquida_carousel.inside .controls-buttons,
.liquida_carousel.outside .controls-buttons {
  bottom: 50%;
}
.liquida_carousel.inside .controls-buttons .next,
.liquida_carousel.outside .controls-buttons .next {
  float: right;
  margin: 0 10px -15px 0;
}
.liquida_carousel.inside .controls-buttons .prev,
.liquida_carousel.outside .controls-buttons .prev {
  float: left;
  margin: 0 0 -15px 10px;
}
.liquida_carousel.inside .controls-pagination,
.liquida_carousel.outside .controls-pagination {
  text-align: center;
}
.liquida_carousel.inside .controls-buttons i.fa {
  color: white;
  border-color: white;
}
.liquida_carousel.inside .controls-buttons i.fa:hover {
  color: #dd6365;
  border-color: #dd6365;
}
.liquida_carousel.horizontal .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.liquida_carousel.horizontal .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.liquida_carousel.horizontal .jcarousel li {
  width: 200px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
.liquida_carousel.horizontal .jcarousel li img {
  display: block;
  max-width: 100%;
  height: auto !important;
  /*margin: 0 auto;*/
}
.liquida_carousel.vertical .jcarousel {
  position: relative;
  overflow: hidden;
  height: 265px;
}
.liquida_carousel.vertical .jcarousel ul {
  width: 100%;
  height: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.liquida_carousel.vertical .jcarousel li {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.liquida_carousel.vertical .jcarousel li img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.liquida_carousel .controls_container p {
  margin: 0;
  padding: 0;
}
.liquida_carousel .controls-buttons {
  margin: 0;
  text-align: center;
}
.liquida_carousel .controls-buttons i {
  font-size: 20px;
  color: #dd2426;
}
.liquida_carousel .controls-buttons i:hover {
  color: #8d9095;
}
.liquida_carousel .controls-buttons .prev {
  margin-right: 5px;
}
.liquida_carousel .controls-buttons .next {
  margin-left: 5px;
}
.liquida_carousel .controls-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #ffffff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  box-shadow: 0 0 2px #2c3e50;
}
.liquida_carousel .controls-pagination a.active {
  background: #dd2426;
  color: #fff;
  opacity: 1;
  box-shadow: 0 0 2px #dd2426;
}
@media (min-width: 768px) {
  .liquida_carousel.outside .controls-buttons,
  .liquida_carousel.outside .controls-pagination {
    display: inherit;
  }
  .liquida_carousel.outside .controls-buttons .next {
    margin-right: -60px;
  }
  .liquida_carousel.outside .controls-buttons .prev {
    margin-left: -60px;
  }
}
@-webkit-keyframes htwoo_appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes htwoo_appear {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes htwoo_appear {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes htwoo_appear {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes h2o_pop_small {
  0% {
    -webkit-transform: rotate(-175deg) scale(0.2);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
  }
}
@-moz-keyframes h2o_pop_small {
  0% {
    -moz-transform: rotate(-175deg) scale(0.2);
  }
  100% {
    -moz-transform: rotate(0deg) scale(1);
  }
}
@-o-keyframes h2o_pop_small {
  0% {
    -o-transform: rotate(-175deg) scale(0.2);
  }
  100% {
    -o-transform: rotate(0deg) scale(1);
  }
}
@keyframes h2o_pop_small {
  0% {
    transform: rotate(-175deg) scale(0.2);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes bar-width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes bar-width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes bar-width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bar-width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.icon,
.mask,
.grow,
.blur {
  position: relative;
  overflow: hidden;
}
.icon,
.mask {
  text-align: center;
}
.icon i {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 46px;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 3px 3px;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  margin-left: -23px;
  color: white;
  display: inherit;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.icon i.fullscreen-icon {
  background-image: url(http://70.39.233.90/~mcifp56/wp-content/themes/liquida/assets/images/more.svg);
  background-size: 60px auto;
  border: none;
  padding: 0px;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  margin-left: -23px;
  opacity: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.icon:hover i,
.icon.hover i {
  opacity: 0.6;
}
/*

.icon {

    i {

        opacity: 0;

        position: absolute;

        top: 50%;

        left: 50%;

        font-size: 22px;

        padding: 18px 15px 12px;

        width: 60px;

        height: 60px;

        margin-top: -30px;

        margin-left: -30px;

        color: white;

        border: 1px solid @general_link;

        border-radius: 50%;

        display: inherit;

        .background-color-rgba(@general_link, 0.7);

        .transition(all 0.5s);

    }



    i.fullscreen-icon {

        background: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2233px%22%20height=%2233px%22%20viewBox=%220%200%2033%2033%22%20enable-background=%22new%200%200%2033%2033%22%20fill=%22white%22%20xml:space=%22preserve%22%3E%3Crect%20x=%2215%22%20width=%223%22%20height=%2233%22/%3E%3Crect%20y=%2215%22%20width=%2233%22%20height=%223%22/%3E%3C/svg%3E");

        background-size: 30px auto;

        border: none;

        padding: 0px;

        width: 30px;

        height: 30px;

        margin-top: -15px;

        margin-left: -15px;

        opacity: 0;

        border-radius: 0;

        .transition(all 0.5s);

    }*/
/*



    &:hover i,

        &.hover i {

        opacity: 1;

    }

}*/
.blur {
  background-color: #ffffff;
}
.blur:hover img,
.blur.hover img {
  opacity: 0.50;
}
.mask {
  /*background-color: #dd2426;*/
}
.mask:hover img,
.mask.hover img {
  opacity: 0.20;
}
.mask .thumb_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mask .thumb_mask:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.mask .thumb_mask .mask_content {
  display: inline-block;
  width: 90%;
  height: auto;
  vertical-align: middle;
  color: white;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mask .thumb_mask .mask_content span,
.mask .thumb_mask .mask_content i,
.mask .thumb_mask .mask_content h4 {
  display: block;
  margin: 0 auto;
}
.mask .thumb_mask .mask_content i {
  font-size: 46px;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 3px 3px;
  width: 46px;
  height: 46px;
  color: white;
  display: block;
  margin-bottom: 15px;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mask .thumb_mask .mask_content h4 {
  font-weight: bold;
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.mask .thumb_mask .mask_content span,
.mask .thumb_mask .mask_content span a {
  font-size: 10px;
  color: white;
  margin-bottom: 5px;
}
.mask .thumb_mask .mask_content a:hover,
.mask .thumb_mask .mask_content span a:hover {
  color: #2c3e50;
}
.mask:hover .thumb_mask,
.mask.hover .thumb_mask {
  opacity: 1;
}
.blur,
.mask {
  border-radius: 2px;
}
.blur img,
.mask img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.grow:hover img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -o-transform: scale(1.1);
}
.like-footer-button {
  border: 1px solid #dde4e6;
  border-radius: 50%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.like-footer-button i {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.like-footer-button i:hover {
  color: white;
}
.like-footer-button i:hover:before {
  -webkit-animation: toRightFromLeft 0.6s forwards;
  -moz-animation: toRightFromLeft 0.6s forwards;
  -o-animation: toRightFromLeft 0.6s forwards;
  animation: toRightFromLeft 0.6s forwards;
}
span.facebook:hover {
  background-color: #3b5998;
  border: 1px solid #839ccf;
}
span.flickr:hover {
  background-color: #fe0883;
  border: 1px solid #ff87c3;
}
span.dribbble:hover {
  background-color: #ea4c88;
  border: 1px solid #f7bed4;
}
span.pinterest:hover {
  background-color: #d3172f;
  border: 1px solid #f07988;
}
span.foursquare:hover {
  background-color: #8fd400;
  border: 1px solid #c8ff55;
}
span.google-plus:hover {
  background-color: #c63d2d;
  border: 1px solid #e5978d;
}
span.instagram:hover {
  background-color: #4e433c;
  border: 1px solid #958175;
}
span.linkedin:hover {
  background-color: #4875b4;
  border: 1px solid #a2b9da;
}
span.tumblr:hover {
  background-color: #2b4964;
  border: 1px solid #588ab7;
}
span.twitter:hover {
  background-color: #33ccff;
  border: 1px solid #b3ecff;
}
span.vimeo-square:hover {
  background-color: #1bb6ec;
  border: 1px solid #91dcf6;
}
span.youtube:hover {
  background-color: #ff3333;
  border: 1px solid #ffb3b3;
}
.like-select-primary {
  position: relative;
}
.like-select-primary .form-control {
  display: block;
  padding-left: 12px !important;
  border: 1px solid #dd2426 !important;
  color: white !important;
  text-transform: uppercase;
  background-color: #dd2426 !important;
}
.like-select-primary .open .form-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.like-select-primary .btn.dropdown-toggle {
  padding: 7px 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.like-select-primary .dropdown-menu {
  background-color: #b21c1d;
  box-shadow: none !important;
  text-transform: uppercase;
  color: white;
  margin-top: 0px;
  border: 0;
  border-radius: 0 0 3px 3px;
  max-width: 100%;
  width: 100%;
  padding-top: 0;
}
.like-select-primary .dropdown-menu li {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #dd2426;
}
.like-select-primary .dropdown-menu li:first-child {
  border-top: 1px solid #b21c1d;
}
.like-select-primary .dropdown-menu li.divider {
  border-top: 0 !important;
}
.like-select-primary .dropdown-menu li.divider + li {
  border-top: 0 !important;
}
.like-select-primary .dropdown-menu a {
  color: white;
  font-weight: 400;
  padding: 6px 12px !important;
}
.like-select-primary .dropdown-menu a:hover {
  background-color: #dd2426 !important;
  color: white;
  background-image: none;
}
.widget {
  position: relative;
}
.widget ul {
  padding-left: 0px;
}
.widget ul a {
  color: #8d9095;
}
.widget ul a:hover {
  color: #dd2426;
}
.widget.widget_recent_products ul li,
.widget.widget_onsale ul li,
.widget.widget_recent_products ul li,
.widget.widget_recently_viewed_products ul li,
.widget.widget_best_sellers ul li,
.widget.widget_product_categories ul li,
.widget.widget_shopping_cart ul li,
.widget.widget_random_products ul li,
.widget.widget_best_sellers ul li,
.widget.widget_top_rated_products ul li,
.widget.widget_products ul li,
.widget.widget_recent_comments ul li,
.widget.widget_categories ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li,
.widget.widget_latest_tweets_widget ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_archive ul li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 7px 0 7px 20px;
}
.widget.widget_recent_products ul li:before,
.widget.widget_onsale ul li:before,
.widget.widget_recent_products ul li:before,
.widget.widget_recently_viewed_products ul li:before,
.widget.widget_best_sellers ul li:before,
.widget.widget_product_categories ul li:before,
.widget.widget_shopping_cart ul li:before,
.widget.widget_random_products ul li:before,
.widget.widget_best_sellers ul li:before,
.widget.widget_top_rated_products ul li:before,
.widget.widget_products ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_nav_menu ul li:before,
.widget.widget_latest_tweets_widget ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_archive ul li:before {
  position: absolute;
  left: 0px;
  color: #b5b7ba;
  content: '\f10c';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
}
.widget.widget_recent_products ul li:first-child,
.widget.widget_onsale ul li:first-child,
.widget.widget_recent_products ul li:first-child,
.widget.widget_recently_viewed_products ul li:first-child,
.widget.widget_best_sellers ul li:first-child,
.widget.widget_product_categories ul li:first-child,
.widget.widget_shopping_cart ul li:first-child,
.widget.widget_random_products ul li:first-child,
.widget.widget_best_sellers ul li:first-child,
.widget.widget_top_rated_products ul li:first-child,
.widget.widget_products ul li:first-child,
.widget.widget_recent_comments ul li:first-child,
.widget.widget_categories ul li:first-child,
.widget.widget_recent_entries ul li:first-child,
.widget.widget_nav_menu ul li:first-child,
.widget.widget_latest_tweets_widget ul li:first-child,
.widget.widget_pages ul li:first-child,
.widget.widget_meta ul li:first-child,
.widget.widget_archive ul li:first-child {
  padding-top: 0;
}
.widget.widget_recent_products ul li:last-child,
.widget.widget_onsale ul li:last-child,
.widget.widget_recent_products ul li:last-child,
.widget.widget_recently_viewed_products ul li:last-child,
.widget.widget_best_sellers ul li:last-child,
.widget.widget_product_categories ul li:last-child,
.widget.widget_shopping_cart ul li:last-child,
.widget.widget_random_products ul li:last-child,
.widget.widget_best_sellers ul li:last-child,
.widget.widget_top_rated_products ul li:last-child,
.widget.widget_products ul li:last-child,
.widget.widget_recent_comments ul li:last-child,
.widget.widget_categories ul li:last-child,
.widget.widget_recent_entries ul li:last-child,
.widget.widget_nav_menu ul li:last-child,
.widget.widget_latest_tweets_widget ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_archive ul li:last-child {
  padding-bottom: 0;
}
.widget.widget_latest_tweets_widget ul li,
.widget.widget_recent_comments ul li {
  float: left;
  padding: 10px 0 10px 36px;
  color: #8d9095;
  width: 100%;
  border-bottom: 1px solid;
  border-bottom-color: rgba(198, 200, 202, 0.4);
  font-size: 13px;
}
.widget.widget_latest_tweets_widget ul li:before,
.widget.widget_recent_comments ul li:before {
  position: absolute;
  left: 0px;
  font-size: 28px;
  line-height: 28px;
  margin-top: 4px;
  float: left;
  color: #c6c8ca;
  content: '\f086';
}
.widget.widget_latest_tweets_widget ul li:first-child,
.widget.widget_recent_comments ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.widget.widget_latest_tweets_widget ul li:last-child,
.widget.widget_recent_comments ul li:last-child {
  border-bottom: 0;
}
.widget.widget_latest_tweets_widget ul li a:not(.url),
.widget.widget_recent_comments ul li a:not(.url) {
  float: left;
  width: 100%;
  color: #2c3e50;
  font-weight: 400;
  font-size: 14px;
}
.widget.widget_latest_tweets_widget ul li a:hover,
.widget.widget_recent_comments ul li a:hover {
  color: #dd2426;
}
.widget.widget_latest_tweets_widget ul li:before {
  content: '\f099';
  font-size: 32px;
}
.widget.widget_latest_tweets_widget ul li a {
  color: #dd2426;
}
.widget.widget_latest_tweets_widget ul li p.tweet-text {
  margin: 0;
}
.widget.widget_latest_tweets_widget ul li p.tweet-text a {
  font-size: 0.8em;
}
.widget.widget_latest_tweets_widget ul li a.user {
  color: #2c3e50;
  font-weight: 700;
}
.widget.widget_latest_tweets_widget ul li p.tweet-details {
  text-align: right;
  margin: 0;
}
.widget.widget_latest_tweets_widget ul li p.tweet-details time {
  font-size: 0.8em;
  color: #2c3e50;
}
.widget.widget_categories ul li:before {
  content: '\f055';
  color: #dd2426;
}
.widget.widget_recent_entries ul li:before {
  content: '\f044';
}
.widget.widget_nav_menu ul li:before {
  content: '\f101';
}
.widget.widget_nav_menu ul ul li {
  margin-left: 0;
}
.widget.widget_nav_menu ul ul li:before {
  content: '\f105';
}
.widget.widget_search form {
  position: relative;
}
.widget.widget_search .form-control {
  padding-right: 40px;
}
.widget.widget_search [type="submit"] {
  font-size: 18px;
  position: absolute;
  right: 1px;
  top: 1px;
  color: #dd2426;
  background-color: transparent;
}
.widget.widget_search [type="submit"]:hover {
  color: #8d9095;
}
.widget.widget_featured_posts li {
  overflow: hidden;
  display: table;
  clear: both;
  margin: 15px 0;
}
.widget.widget_featured_posts li:before {
  display: none !important;
}
.widget.widget_featured_posts li:first-child,
.widget.widget_featured_posts li:last-child {
  margin: 0;
}
.widget.widget_featured_posts li a {
  color: #969fa8;
}
.widget.widget_featured_posts li a:hover {
  color: #dd2426;
}
.widget.widget_featured_posts li .post_image_widget {
  margin-right: 15px;
  float: left;
  border-radius: 50%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.widget.widget_featured_posts li .post_image_widget img {
  border-radius: 50%;
}
.widget.widget_featured_posts li .post_image_widget img:hover {
  opacity: 0.8;
}
.widget.widget_featured_posts li .fullscreen-icon {
  background-size: 20px auto!important;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px;
  margin-left: -10px;
}
.widget.widget_featured_posts li .post_widget {
  display: table-cell;
  vertical-align: middle;
}
.widget.widget_featured_posts li time {
  display: block;
  clear: both;
  color: #2c3e50;
  font-size: 0.9em;
}
.widget.widget_featured_posts li span {
  display: block;
  clear: both;
}
.widget.widget_archive select,
.widget.widget_categories select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7493b3;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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;
  -moz-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;
}
.widget.widget_archive select:focus,
.widget.widget_categories select: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);
}
.widget.widget_archive select:-moz-placeholder,
.widget.widget_categories select:-moz-placeholder {
  color: #cbd7e3;
}
.widget.widget_archive select::-moz-placeholder,
.widget.widget_categories select::-moz-placeholder {
  color: #cbd7e3;
  opacity: 1;
}
.widget.widget_archive select:-ms-input-placeholder,
.widget.widget_categories select:-ms-input-placeholder {
  color: #cbd7e3;
}
.widget.widget_archive select::-webkit-input-placeholder,
.widget.widget_categories select::-webkit-input-placeholder {
  color: #cbd7e3;
}
.widget.widget_archive select[disabled],
.widget.widget_categories select[disabled],
.widget.widget_archive select[readonly],
.widget.widget_categories select[readonly],
fieldset[disabled] .widget.widget_archive select,
fieldset[disabled] .widget.widget_categories select {
  cursor: not-allowed;
  background-color: #ffffff;
}
textarea.widget.widget_archive select,
textarea.widget.widget_categories select {
  height: auto;
}
.widget.widget_calendar div#calendar_wrap {
  border: 1px solid #dde4e6;
  border-radius: 3px;
}
.widget.widget_calendar table {
  width: 100%;
  margin-bottom: 0;
}
.widget.widget_calendar table thead > tr > th {
  border-bottom: 1px solid #dde4e6;
}
.widget.widget_calendar caption {
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}
.widget.widget_calendar tr {
  border-top: 1px solid #dde4e6;
  border-bottom: 1px solid #dde4e6;
  text-align: center !important;
}
.widget.widget_calendar th {
  text-align: center;
}
.widget.widget_calendar tr:last-child {
  border-bottom: none;
}
.widget.widget_calendar td {
  text-align: center;
  padding: 8px 0;
  border-top: 1px solid #dde4e6;
}
.widget.widget_contact_info span {
  clear: both;
  color: #2c3e50;
}
.widget.widget_contact_info p {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dde4e6;
}
.widget.widget_tag_cloud a,
.widget.widget_product_tag_cloud a {
  display: inline-block;
  padding: 4px 10px;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #8d9095;
  text-decoration: none;
  text-transform: lowercase;
  border: 1px solid #dde4e6;
  font-size: 1em !important;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 2px;
}
.widget.widget_tag_cloud a:hover,
.widget.widget_product_tag_cloud a:hover {
  border: 1px solid #dd2426;
  color: #ffffff;
  background-color: #dd2426;
}
.widget.widget_cool_archives ul > li {
  margin: 0 !important;
  padding: 0 !important;
}
.widget.widget_cool_archives ul > li:before {
  display: none;
}
.footer-top .hometitle,
.footer-bottom .hometitle {
  border-color: #dde4e6;
}
.footer-top h1,
.footer-bottom h1,
.footer-top h2,
.footer-bottom h2,
.footer-top h3,
.footer-bottom h3,
.footer-top .hometitle span,
.footer-bottom .hometitle span,
.footer-top .widget_featured_posts li time,
.footer-bottom .widget_featured_posts li time,
.footer-top .widget_contact_info span,
.footer-bottom .widget_contact_info span {
  color: #2c3e50;
}
.footer-top {
  background-color: #fff;
  border-top: 1px solid;
  border-color: #dde4e6;
}
.footer-top .container {
  padding-top: 60px;
  padding-bottom: 30px;
}
.footer-top.col-1 .widget {
  width: 100%;
}
.footer-top.col-2 .widget {
  width: 50%;
}
.footer-top.col-3 .widget {
  width: 33.33%;
}
.footer-top.col-4 .widget {
  width: 25%;
}
.footer-top .container {
  padding-left: 0;
  padding-right: 0;
}
.footer-top .widget {
  float: left;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-top .widget p,
.footer-top .widget ul li {
  color: #aaaaaa;
}
.footer-top .widget ul li:before {
  color: #474747;
}
.footer-top .widget a,
.footer-top .widget.widget_featured_posts li a {
  color: #999999;
}
.footer-top .widget a:hover,
.footer-top .widget.widget_featured_posts li a:hover {
  color: #2e2e2e;
}
.footer-top .widget strong,
.footer-top .widget i {
  color: #2c3e50;
}
.footer-top .widget.widget_tag_cloud a,
.footer-top .widget.widget_product_tag_cloud a {
  color: #aaaaaa;
  border-color: #2e2e2e;
  background-color: #212121;
}
.footer-top .widget.widget_tag_cloud a:hover,
.footer-top .widget.widget_product_tag_cloud a:hover {
  border-color: #de2d2f;
  color: white;
}
.footer-top .widget.widget_contact_info span {
  color: #efefef;
}
.footer-top .widget.widget_contact_info p {
  border-color: #212121;
}
.footer-top .widget.widget_latest_tweets_widget ul li {
  border-color: #212121;
}
.footer-top .widget.widget_calendar div#calendar_wrap {
  border-color: #212121;
}
.footer-top .widget.widget_calendar table thead > tr > th {
  border-color: #212121;
  color: #efefef;
}
.footer-top .widget.widget_calendar caption {
  color: #efefef;
}
.footer-top .widget.widget_calendar td {
  border-color: #212121;
  color: #aaaaaa;
}
.footer-top .widget.widget_calendar tr {
  border-color: #262626;
}
.footer-bottom {
  color: #666666;
  background-color: #fff;
  border-top: 1px solid ;
  border-color: #dde4e6;
}
.footer-bottom .container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: table;
}
.footer-bottom .container p {
  font-size: 0.9em;
  color: #666666;
}
.footer-bottom .container a {
  color: #dd2426;
}
.footer-bottom .container a:hover {
  color: #e45052;
}
.footer-bottom .container .copyright {
  padding-top: 16px;
  text-align: center;
  color: #666666;
  font-size: 12px;
}
.footer-bottom .container .social {
  text-align: center;
  padding-top: 2px;
}
.footer-bottom .container .social a {
  margin-left: 15px;
  display: inline-block;
}
.footer-bottom .container .social span.like-footer-button {
  font-size: 1.5em;
  color: #fff;
  border:none;
  background:#666;
}
.btn-totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid black;
  opacity: 0.7;
  color: #ffffff;
  width: 60px;
  height: 60px;
  font-size: 12px;
  padding: 16px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 50%;
}
.btn-totop:hover,
.btn-totop:focus {
  color: #dd2426;
  border: 1px solid #dd2426;
  background-color: transparent;
  opacity: 1;
}

.img-circle img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50% !important;					
}

.no-margin{margin:0 0 0 -15px !important}


/*// Page Team

// -------------------------

.post.team_author {

        display: inline-block;

        clear: both;

        margin-bottom: 30px;

        .post_image_left {

                position:relative;

                overflow: hidden;

                float: left;

                margin: 0px 30px 0 0;

                width: auto;

        }

        

}*/
@media (min-width: 480px) {
  .woocommerce .grid_2 .post,
  .post_related .grid_2 .post,
  .woocommerce .grid_3 .post,
  .post_related .grid_3 .post,
  .woocommerce .grid_4 .post,
  .post_related .grid_4 .post,
  .woocommerce .grid_2 .product,
  .post_related .grid_2 .product,
  .woocommerce .grid_3 .product,
  .post_related .grid_3 .product,
  .woocommerce .grid_4 .product,
  .post_related .grid_4 .product {
    display: inline-block !important;
    float: left !important;
    position: relative !important;
    width: 50% !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
    padding: 0px 15px!important;
    word-spacing: normal !important;
  }
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    padding-right: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible !important;
  }
  .pagination ul {
    text-align: left;
    border: none;
    margin-bottom: 0;
  }
  .navbar {
    background: transparent !important;
  }
  .nav .caret {
    float: none;
  }
  .header-top .callus,
  .header-top .phone,
  .header-top .email,
  .header-top .adress {
    float: left;
    text-align: left;
    display: inline-block;
  }
  .header-top .share {
    float: right;
    text-align: right;
  }
  /*1326.navbar-collapse {

            padding: 0;		

    }*/
	
	.copyright a{
		color:#27ae60 !important;
	}
	
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li {
    background: none;
  }
  .navbar-nav > li > a {
   	
	margin:35px 3px 0 3px;
padding: 5px 12px 5px 12px;
	
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus,
  .navbar-nav > li.active > a,
  .navbar-nav > .active > a,
  .navbar-nav > .active > a:hover,
  .navbar-nav > .active > a:focus {
   
transition: all 0.5s ease 0s;

  }
  
    .navbar-nav > li.active > a{
		color:#fff !important;
	 background: #DD2426;
	 border-radius: 5000px;
	 padding: 5px 12px 5px 12px;
		   	/*padding: 5px 12px 5px 12px;*/

	}
  
  .navbar-nav > li > .dropdown-menu {
    border-top: 2px solid #dd2426;

  }
  .navbar-nav > li > .dropdown-menu li.dropdown-header {
    font-size: 13px;
  }
  .navbar-nav > li > .dropdown-menu li a {
    padding: 3px 28px 3px 21px;
    /*span.subtitle {

                    color: @dropdown_border_rgba_color;

                    color: mix(@dropdown_background_rgba_color, @dropdown_link);	

                }*/
  }
  .navbar-nav > li > .dropdown-menu li a {
    color: #2c3e50;
    -webkit-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
  }
  .navbar-nav > li > .dropdown-menu li a:hover {
    color: #ffffff;
    /*span.subtitle {

                        color: @dropdown_link_hover;

                    }*/
  }
  /* submenu support**/
  .navbar-nav .dropdown-submenu {
    position: relative;
  }
  .navbar-nav .dropdown-submenu.pull-left {
    float: none;
  }
  .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 4px 0 4px 4px;
  }
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  .navbar-nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -7px;
    border-radius: 0 0 4px 0;
  }
  .yamm-content.col-2 ul.dropdown-menu {
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
  }
  .yamm-content.col-3 ul.dropdown-menu {
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
  }
  .yamm-content.col-4 ul.dropdown-menu {
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    column-count: 4;
    column-gap: 0px;
  }
  .yamm-content.col-5 ul.dropdown-menu {
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
  }
  .yamm-content.col-6 ul.dropdown-menu {
    -moz-column-count: 6;
    -moz-column-gap: 0px;
    -webkit-column-count: 6;
    -webkit-column-gap: 0px;
    column-count: 6;
    column-gap: 0px;
  }
  .scroll .header-bottom .navbar-nav > li > a {
    /*padding-top: 19px;
    padding-bottom: 19px;*/
  }
  .scroll .header-bottom .button_menu {
    padding: 13px 0;
  }
  .scroll .header-bottom .button_menu .dropdown-menu {
    margin-top: 13px;
  }
  .nav-blog {
    text-align: left;
  }
  .nav-blog .heading {
    margin-right: -250px;
    width: 100%;
    float: left;
  }
  .author a{color:#148343 !important;}
  
  .nav-blog .heading .content {
    margin-right: 280px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-blog .breadcrumbs {
    float: right;
    height: 60px;
    width: 250px;
  }
  .layerslider .container {
    padding: 0 !important;
  }
  .layerslider.transparent .ls-wp-container {
    margin-top: -90px !important;
    z-index: 1;
  }
  .layersliderbottom.transparent {
    position: relative;
    height: 90px;
    margin-top: -89px;
    z-index: 2;
    /* fallback */
    background-color: #ffffff;
    /* fallback */
    /* FF3.6+ */
    background: none, -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.7) 0px, rgba(255, 255, 255, 0.8) 5px, rgba(255, 255, 255, 0.85) 10px, rgba(255, 255, 255, 0.9) 15px, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.99) 25px);
    /* Chrome,Safari4+ */
    background: none, -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    /* Chrome10+,Safari5.1+ */
    background: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0px, rgba(255, 255, 255, 0.8) 5px, rgba(255, 255, 255, 0.85) 10px, rgba(255, 255, 255, 0.9) 15px, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.99) 25px);
    /* Opera 11.10+ */
    background: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0px, rgba(255, 255, 255, 0.8) 5px, rgba(255, 255, 255, 0.85) 10px, rgba(255, 255, 255, 0.9) 15px, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.99) 25px);
    /* IE10+ */
    background: none, -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0px, rgba(255, 255, 255, 0.8) 5px, rgba(255, 255, 255, 0.85) 10px, rgba(255, 255, 255, 0.9) 15px, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.99) 25px);
    /* W3C */
    background: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0px, rgba(255, 255, 255, 0.8) 5px, rgba(255, 255, 255, 0.85) 10px, rgba(255, 255, 255, 0.9) 15px, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.99) 25px);
  }
  .post_image_left {
    float: left;
    margin: 0px 30px 0 0;
    width: auto;
  }
  .comment-container.name {
    width: 50%;
    padding-right: 15px;
  }
  .comment-container.email {
    width: 50%;
    float: right;
    padding: 0;
  }
  .not-found {
    font-size: 22em;
    line-height: 1em;
  }
  .footer-bottom .container .copyright,
  .footer-bottom .container .loguito {
    text-align: left;
  }
  .footer-bottom .container .social {
    text-align: right;
  }
}
@media (min-width: 782px) {
  body.admin-bar.responsive-yes .navbar-fixed-top {
    top: 32px;
  }
}
@media (min-width: 992px) {
  .posts {
    /*&.both {

                margin-left: -@sidebar_width_px/2;

                margin-right: -@sidebar_width_px/2;

                width: 100%;

                //float: right;

                

                .content {

                        margin-left: ((@sidebar_width_px + @padding)/2);

                        margin-right: ((@sidebar_width_px + @padding)/2);

                        padding-left: @padding/2;

                        padding-right: @padding/2;

                        border-left: 1px solid @general_border;

                        border-right: 1px solid @general_border;

                }

                

        }*/
  }
  .posts.right {
    margin-right: -250px;
    width: 100%;
    float: left;
  }
  .posts.right .content {
    margin-right: 280px;
    padding-right: 30px;
    border-right: 1px solid #dde4e6;
  }
  .posts.left {
    margin-left: -250px;
    width: 100%;
    float: right;
  }
  .posts.left .content {
    margin-left: 280px;
    padding-left: 30px;
    border-left: 1px solid #dde4e6;
  }
  .sidebar {
    width: 250px;
  }
  .sidebar.right {
    float: right;
  }
  .sidebar.left {
    float: left;
  }
  .sidebar.both .sidebar2 {
    width: 50%;
    float: right;
    padding-left: 7.5px;
  }
  .sidebar.both .sidebar3 {
    width: 50%;
    float: left;
    padding-right: 7.5px;
  }
  .woocommerce .grid_3 .post,
  .post_related .grid_3 .post,
  .woocommerce .grid_3 .product,
  .post_related .grid_3 .product {
    width: 33.333% !important;
  }
  .woocommerce .grid_4 .post,
  .post_related .grid_4 .post,
  .woocommerce .grid_4 .product,
  .post_related .grid_4 .product {
    width: 25% !important;
  }
  .navbar-nav > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .header-top .share {
    display: inherit;
  }
  .header-top .sharespan {
    font-size: 14px;
    border: 1px solid #dde4e6;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-top .sharespan:hover {
    color: #ffffff;
    border: none;
    border-width: 1px;
  }
  .header-bottom .button_menu {
    display: inherit;
    float: right;
    padding: 28px 0;
    margin-left: 20px;
  }
  .header-bottom .button_menu .btn {
    background: none;
    border: 1px solid #e62738;
    border-radius: 0;
    color: #2c3e50;
    box-shadow: none;
    padding: 6px 12px;
  }
  .header-bottom .button_menu .btn:first-child {
    border-left: none;
    padding-left: 0;
  }
  .header-bottom .button_menu .btn:hover {
    color: #354b60;
  }
  .header-bottom .button_menu .btn.button_search {
    display: inherit;
    background-color: #dd2426;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    border: none;
    margin-left: 25px;
    padding: 6px 10px;
  }
  .header-bottom .button_menu .btn.button_search:hover {
    background-color: #e03a3c;
  }
  .header-bottom .button_menu .dropdown-menu {
    margin-top: 28px;
    border-top: 2px solid #dd2426;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
@media (max-width: 768px) {
  .navbar-collapse .nav > li {
    border-bottom: 1px solid #dde4e6;
  }
  .navbar-collapse .nav > li:first-child {
    border-top: 1px solid #dde4e6;
  }
  .navbar-nav .dropdown-menu {
    /*li a span.subtitle {

                color: mix(@general_background_primary_rgba_color, @header_bottom_link);

            }*/
  }
  .navbar-nav .dropdown-menu > li > a {
    color: #2c3e50;
  }
  .navbar-nav .dropdown-menu > li.divider {
    background-color: #969fa8;
    opacity: 0.5;
  }
  .navbar-nav .dropdown-menu > li.dropdown-header {
    color: #969fa8;
  }
  .navbar-nav .dropdown-submenu {
    position: relative;
  }
  .navbar-nav .dropdown-submenu .dropdown-menu {
    display: block;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .call_to_action {
    text-align: center;
  }
  .call_to_action .btn {
    width: 100%;
    margin-top: 15px;
  }
  /*.wpb_layerslider_element {

            margin: 0px!important;

    }*/
  h2.title {
    font-size: 1.3em;
  }
  .post_info_bottom .author {
    display: none;
  }
  .isotope-item {
    width: 100% !important;
  }
  .isotope-item img {
    width: 100% !important;
  }
  li.post_content img {
    width: 100% !important;
    height: auto !important;
  }
  .icon-container {
    margin-bottom: 15px;
  }
  div.product div.images,
  div.product div.summary {
    width: 100% !important;
  }
}
#filter ul.filter:not(.dropdown-menu) {
  margin: 0px 0px 30px;
  display: inline-block;
  text-align: center;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#filter ul.filter:not(.dropdown-menu) li {
  display: block;
  float: left;
  margin: 0 5px 10px 5px;
}
#filter ul.filter:not(.dropdown-menu) li:first-child {
  margin: 0 5px 10px 0;
}
#filter ul.filter:not(.dropdown-menu) li a:first-letter {
  text-transform: uppercase;
}
#filter ul.filter:not(.dropdown-menu) li.active a.btn {
  background-color: #dd2426;
  color: white;
}
.result-count,
.woocommerce-result-count {
  padding: 7px 14px;
  border-left: 5px solid #dd2426;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.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: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*.isotope-container .looping {
    opacity: 0;
}

.isotope-container .looping.isotope {
    .animation(fadeIn 1s forwards);
}
*/
.isotope .isotope-item {
  display: inline-block;
  overflow: hidden;
}
.isotope .isotope-item .post_media img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .isotope .isotope-item {
    position: static !important;
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
  .isotope .isotope-item {
    margin-bottom: 30px;
  }
}
.old-ie .navbar {
  border-bottom: 1px solid #dde4e6;
}
.old-ie .navbar-nav > li > a:after,
.ie9 .navbar-nav > li > a:after {
  display: none;
}
.old-ie .gradient_bg,
.ie9 .gradient_bg,
.old-ie .layersilderbottom,
.ie9 .layersilderbottom,
.old-ie .gradient_bg_inverse,
.ie9 .gradient_bg_inverse {
  background-image: none;
  background: #ffffff;
}
                        .myclass {display:none}
						
						
.navbar-nav > li > a {
    margin: 0;
    padding: 15px 3px !important;
}		
.navbar-nav > li {
    background-color: #FFFFFF !important;
    line-height: 25px;
}
}				

                            @media (max-width: 800px) {

                            .custom_class .wpb_column {

                                width: 100%!important;

                                }

                            }                    
							
							
.vc_responsive{margin-top:-30px; margin-bottom:-20px;}					
							
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {
#menu-item-7141 {display:none;}

  .center-button {
    margin: 0px auto;
    position: relative;
    width: 100%;
	left:0% !important;
}

.vc-custom-area h2{
	font-size:16px;
	line-height:14px !important;
}


.vc-custom-area p{
	font-size:12px;
	line-height:14px !important;
}


}