/*!
 * Bootstrap v3.0.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

 /*! 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;
}
.article-footer {border-top: 2px solid #eaedee; margin-top: 50px;}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
}
.highlight {color: #0b87c9; }


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

#ss_pages {width: 50%; float: left; font-size: 16px;}
#ss_posts {width: 50%; float: right; font-size: 16px;}

.gform_wrapper {font-size: 15px;}

.gform_wrapper .gfield_checkbox li {padding-left: 50px !important;}

.gform_wrapper .gfield_radio li {padding-left: 43px !important;}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 20px;
font-size: 14px;
line-height: 1.828571429;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
background-color: #0b87c9;
color: #fff;
}

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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*: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: "Lato";
  font-size: 18px;
  line-height: 22px;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0b87c9 !important;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.828571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 42px;
  margin-bottom: 42px;
  border: 0;
  border-top: 1px solid #e9e9e9;
}
.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 16px;
}
.lead {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.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, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color:#0b87c9;
  text-transform: uppercase;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 32px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 68px;
  line-height: 65px;
  margin-top: 10px;
  margin-left: -5px;
}
h2,
.h2 {
  font-size: 38px;
  line-height: 38px;
  margin-top: 15px;
  margin-left: -3px;
}
h3,
.h3 {
  font-size: 30px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 23px;
}
h4,
.h4 {
  font-size: 25px;
}
h5,
.h5 {
  font-size: 20px;
  margin-bottom: 0;
}
h5 > a,
.h5 > a {
  color:#0b87c9;
  text-decoration: none;
}
h5 > a:hover,
.h5 > a:hover {  
  text-decoration: none;
}
h6,
.h6 {
  font-size: 16px;
}
.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
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: 32px;
}
dt,
dd {
  line-height: 1.828571429;
}
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 #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
}
blockquote p {
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.828571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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.828571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 0px;
  margin-right: 0px;
}
.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: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }

}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
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: 18px;
  line-height: 1.828571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.828571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-wrap input:-moz-placeholder {
  color: #999999;
}
.form-wrap input::-moz-placeholder {
  color: #999999;
}
.form-wrap input:-ms-input-placeholder {
  color: #999999;
}
.form-wrap input::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 32px;
  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: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 60px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.66;
  border-radius: 6px;
}
select.input-lg {
  height: 60px;
  line-height: 60px;
}
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: #b7b7b7;
}
@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: -15px;
  margin-right: -15px;
}
.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 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.828571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-rqstaqt {
  color: #777777;
  background-color: #f7f7f7;
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.quotebox .btn-rqstaqt {
  color: #777777;
  background-color: #fff;
  border: 1px solid #777777;
}

.navbar .btn-rqstaqt {
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(255,255,255,0.7);
}

.inner-banner .btn-rqstaqt, .blueButton .btn  {
  color: #fff;
  background-color: #0b87c9;
    margin: 25px 0 10px;
    float:left;
    min-width: 188px;
    border:1px solid #0b87c9;
}

.inner-banner .btn-rqstaqt:hover  {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.blueButton .btn:hover {
	background: transparent;
	border: 1px solid #0b87c9;
	color: #0b87c9;
}

.btn-rqstaqt.sidebar {
	background-color: #0b87c9;
	border-color: #0b87c9;
	color: #fff;
}

.blueButton .btn {
	float: none;
}
 
.btn-rqstaqt:hover,
.btn-rqstaqt:focus,
.btn-rqstaqt:active {
  
}
.btn-rqstaqt.sidebar:hover,
.btn-rqstaqt.sidebar:focus,
.btn-rqstaqt.sidebar:active {
background-color: transparent;
color: #333;
border-color: #0b87c9;
}
.btn-rqstaqt:hover,
.btn-rqstaqt:focus,
.btn-rqstaqt:active,
.btn-rqstaqt.active,
.open .dropdown-toggle.btn-rqstaqt {
  color: #fff;
  background-color: #0b87c9;
  border: 1px solid #0b87c9;
}
.btn-rqstaqt:active,
.btn-rqstaqt.active,
.open .dropdown-toggle.btn-rqstaqt {
  background-image: none;
}
.btn-rqstaqt.disabled,
.btn-rqstaqt[disabled],
fieldset[disabled] .btn-rqstaqt,
.btn-rqstaqt.disabled:hover,
.btn-rqstaqt[disabled]:hover,
fieldset[disabled] .btn-rqstaqt:hover,
.btn-rqstaqt.disabled:focus,
.btn-rqstaqt[disabled]:focus,
fieldset[disabled] .btn-rqstaqt:focus,
.btn-rqstaqt.disabled:active,
.btn-rqstaqt[disabled]:active,
fieldset[disabled] .btn-rqstaqt:active,
.btn-rqstaqt.disabled.active,
.btn-rqstaqt[disabled].active,
fieldset[disabled] .btn-rqstaqt.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-subscribe {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;  
  background-color: #0b87c9;
  border-radius: 2px;
}
.btn-subscribe:hover,
.btn-subscribe:focus,
.btn-subscribe:active,
.btn-subscribe.active,
.open .dropdown-toggle.btn-subscribe {
  color: #ffffff;
  background-color: #0b87c9;
}
.btn-subscribe:active,
.btn-subscribe.active,
.open .dropdown-toggle.btn-subscribe {
  background-image: none;
}
.btn-subscribe.disabled,
.btn-subscribe[disabled],
fieldset[disabled] .btn-subscribe,
.btn-subscribe.disabled:hover,
.btn-subscribe[disabled]:hover,
fieldset[disabled] .btn-subscribe:hover,
.btn-subscribe.disabled:focus,
.btn-subscribe[disabled]:focus,
fieldset[disabled] .btn-subscribe:focus,
.btn-subscribe.disabled:active,
.btn-subscribe[disabled]:active,
fieldset[disabled] .btn-subscribe:active,
.btn-subscribe.disabled.active,
.btn-subscribe[disabled].active,
fieldset[disabled] .btn-subscribe.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-info {
    color: #fff;
    background-color: #0b87c9;
    border: 1px solid #0b87c9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active  { 
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.btn-lg {
    padding: 3px 20px;
    font-size: 17px;
    line-height: 35px;
    border-radius: 3px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.828571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.828571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  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-rqstaqt .caret,
.btn-danger .caret,
.btn-subscribe .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-rqstaqt .caret,
.dropup .btn-danger .caret,
.dropup .btn-subscribe .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: 16px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.66;
  border-radius: 6px;
}
.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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 60px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.66;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 60px;
  line-height: 60px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.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 0px;
  margin-right:30px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav .nav-divider {
  height: 1px;
  margin: 15px 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.828571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.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: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.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: 4px;
}
.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: 4px 4px 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: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 32px;
  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: 4px;
  }
}
.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;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse: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: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@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 {
  background-image: url("../images/logo.png"), none;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 180px 59px;
  display: inline-block;
  float: left;
  height: 60px;
  margin-top: 18px;
  min-width: 307px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999em;
  margin-left:15px;
  position: relative;
  z-index: 909
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 30px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 4.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
}
@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: 32px;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@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: 2px;
  margin-bottom: 2px;
}
.navbar-text {
  float: left;
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #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: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  border: none;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.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: #999999;
  border-bottom-color: #999999;
}
.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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 32px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 32px 0 23px 0;
}
.pagination > li {
  display: inline;
}
.pagination li a,
.pagination li span {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  float: left;
  text-decoration: none;
  background-color: transparent;
  border: 3px solid #eaeaea;
  height: 48px;
  width: 48px;
  line-height: 44px;
  border-radius: 24px;
  color: #0b87c9;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 5px;
}
.pagination li.prev-link a {
  margin-right: 12px;
}
.pagination li.next-link a {
  margin-left: 22px;
}
.pagination li.current a,
.pagination li.current a:hover {
  background-color: #428bca;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #0b87c9;
  background-color: #fff;
  cursor: default;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 32px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  padding: 4px;
  line-height: 1.828571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 32px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #777777;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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: #428bca;
  border-color: #428bca;
}
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: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 32px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .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 (max-width: 991px) {
  .with-border-right {
    border: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;
  }
}


.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 84px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .close {
  position: relative;
  top:22px;
  right:-38px;
  color:#fff;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: transparent;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  background-color: transparent;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 1300px)  {
  .modal-dialog {
    width: 900px!important;
    margin: 30px auto;
  }
  .modal-dialog iframe {
        height: 506px!important;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 710px;
    margin: 30px auto;
  }
  .modal-content {
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* Header */

header.main-header {
  border-bottom: 1px solid #222222;
  background-color: #000;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header.main-header .navbar {
  margin-bottom: 0;
}

header.main-header .navbar-nav>li {
  height: 95px;
}
header.main-header .navbar-nav>li>a {
  font-size: 14px;
  color:#fff;
  text-transform: uppercase;
  height: 96px;
  line-height: 79px;
  font-family: 'Lato', sans-serif;
}

header.main-header .navbar-nav ul.sub-menu {
 list-style: none;
 background: #000;
}
header.main-header .navbar-collapse {
  position: relative;
}
header.main-header .navbar-collapse button {
  top:30px;
  right:45px;
  position: absolute;
    min-width: 170px;
    padding: 6px 0;
}
header.main-header .navbar-nav>li>a:hover, header.main-header .navbar-nav>li.current-menu-item>a ,header.main-header .navbar-nav>li.current-menu-ancestor>a,.single-post .menu-item-17 a {
  border-bottom:4px solid #0b87c9;
}
@media (max-width: 961px) { 
  header.main-header {
    display: none;
  }
}
.with-submenu {
  position:relative;
}
.with-submenu .submenu  {
  list-style: none;
  margin:0;
  padding:0;
  white-space: nowrap;
  display: none;

}

.with-submenu>.submenu {
  top:55px;

  /*left:-30px;*/
  position: absolute;
  opacity: 0;
  display: none;
  background-color:#fff;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    1px 2px 1px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         1px 2px 1px 0px rgba(50, 50, 50, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
  padding:12px 0;
}
.with-submenu:hover>.submenu {
  display: block;
  z-index: 999;

}
header.main-header .navbar-nav li.with-submenu>a:hover {
  border-bottom:none;
}
.with-submenu>.submenu.active {
  top:85px;
  opacity: 1;
}
.with-submenu>.submenu:hover {
}

.with-submenu>.submenu:after {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.with-submenu>.submenu .menu-item {
  border-bottom:1px solid #ccc;
}

.with-submenu>.submenu a {
  font-size: 13px;
  padding:6px 30px 6px 15px;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
  display: block;
  text-decoration: none;
  color: #000;
}

.submenu .submenu {
  top:0;
  left:100%;
  position: absolute;
  background-color:#fff;
}

.with-submenu .with-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  margin-top:5px;
  margin-right:-20px;
  border-color:transparent transparent transparent #cad4de;
  border-style:solid;
  border-width:5px 0 5px 5px;
}

.with-submenu>a:after {
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  margin-top:5px;
  margin-right:-10px;
}

.with-submenu:hover > a:after {
  border-left-color:#000;
}
.with-submenu  a:hover {
  color: #0b87c9;
}

.with-submenu.pull-left {
  float:none;
}

.with-submenu.pull-left>.dropdown-menu {
  left:-100%;
  margin-left:10px;
}


/*
.navbar-nav .submenu-wrap {
  position: fixed;
  top:96px;
  display: none;
  left:0;
  width:100%;
  background-color:#EBF1F7;
  padding-top:52px;
  padding-bottom: 44px;
}
.navbar-nav .submenu-wrap .col-md-3 > a {
  color: #A1A1A1;
  font-size: 16px;
  font-family: 'Lato',sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.navbar-nav .submenu-wrap .col-md-3 > a:hover {
  text-decoration: none;
}

.navbar-nav .submenu-wrap .sub-sub-menu {
  padding-left: 0;
  padding-top: 17px;
}
.sub-sub-menu li.menu-item a {
  color: #0b87c9;
  font-size: 12px;
  display: block;
  line-height: 18px;
  padding:10px 0;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-nav .submenu-wrap ul{
  list-style: none;
}
*/


/* Main Section */
.main {
 margin-top:96px;
}
.logged-in .main {
  margin-top: 64px;
}
.page-template-page-home-php .main {
margin-top: 64px;
}

.main p {
  font-size: 16px;
  line-height:23px;
}
.subttl {
  display: block;  
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #b6b6b6;
  font-size: 26px;
  line-height: 20px;
}
.subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 900;
  font-style:italic;
  color:#b6b6b6;
  display: block;
  margin-top: 8px;
}

.banner { 
  overflow: hidden;
  background:url(/wp-content/uploads/2014/10/header-01.jpg)  no-repeat center;
  height: 506px;
}

.banner .inner-banner {
  padding-bottom: 76px;
  padding-top: 66px;
  color:#fff;
  position: relative;
}
.banner h1 {
  color: #fff;
  font-weight: 900;
  line-height: 76px;
  margin-bottom: 25px;
  margin-top: 50px;
  text-transform: none;
  font-size: 75px;
}
.banner p {
  font-size: 17px;
  padding-bottom: -5px;
  padding-top: 17px;
}
.banner img {
  position: absolute;
  right: -310px;
  top: 117px;
}

@media (max-width: 1198px)  {
  header.main-header .navbar-collapse button { 
    right: 15px!important;
  }
}
@media (min-width: 1903px)  {
  .banner { 
    background-size:100%!important;
  }
}
.lawd {
  background-color:#f7f7f7;
  padding-top: 134px;
  padding-bottom: 102px;
  font-size: 14px;
  line-height: 20px;
}
.lawd .subttl {
  padding-top:20px;
}

.tss {
  padding-top:48px;
  padding-bottom: 62px;
  font-size: 14px;
  line-height: 20px;
}
.tss .subttl {
  padding-top:110px;
}
.ptbs {
  padding-top:60px;
  padding-bottom: 64px;
  background-color:#f7f7f7;
  font-size: 14px;
  line-height: 20px;
}
.ptbs .subttl {
  padding-top:88px;
}
.whtkh {
  padding-top: 66px;
  padding-bottom: 1px;
  overflow:hidden;
}
.whtkh ul {
  margin-top: 50px;
}
.whtkh .img-responsive {
  max-width: none;
}
.whtkh ul li {
  background:url('../images/v.png') no-repeat 0 0;
  padding-left: 42px;
  height: 45px;
  line-height: 26px;
  font-size: 14px;
}
.whtkh .subttl {
  padding-top: 86px;
}
.rqstaq {
  background-color:#f7f7f7;
  padding-top: 66px;
  padding-bottom: 61px;
  text-align: center;
}
.rqstaq p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.testim {
  background-color:#000;
  padding-top:98px;
  padding-bottom: 82px;
}
.testim .bgstftsz {
  font-size: 110px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color:#0b87c9;
  line-height: 110px;
  padding-left: 40px;
}
.testim blockquote {
  margin:0;
  padding:0 0 0 40px;
  color:#0b87c9;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.testim blockquote p {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 24px;
  color:#fff;
  line-height: 30px;
  margin-left: 20px;
  margin-bottom: 0;
  text-align: left;
}
.testim blockquote:before {
  content:'“';
  font-family: 'Lato', sans-serif;
  font-size: 151px;
  line-height: 81px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top:0px;
  left:-15px;
}
.testim blockquote cite {
  font-family: Tahoma, sans-serif;
  float:right;
  font-size: 24px;
  padding-right: 38px;
  padding-top: 15px;
}

/* Subpage */

.subboxalt {
  background-color:#f7f7f7;
  padding-bottom: 150px;
  padding-top: 150px;
}

.subboxalt .col-md-12 button {
  margin-top:40px;
}

.subboxalt ul.list-unstyled li {
  line-height: 26px;
  font-size: 16px;
  margin-left: 40px;
}

.subboxalt .h2 {
  margin-bottom: 37px;
}

.subbox {
  padding-top: 175px;
  padding-bottom: 175px;
}

.page-template-page-website-review-php .subboxalt {
	padding-bottom: 35px;
	padding-top: 58px;
}

.page-template-page-website-review-php .subbox {
	padding-bottom: 38px;
	padding-top: 18px;
}

.page-template-page-website-review-php h1 {
	font-size: 58px;
	line-height: 55px;
}

.page-template-page-reviews-php .subboxalt,
.page-template-page-quote-php .subboxalt,
.page-template-page-contact-php .subboxalt,
.page-template-page-team-php .subboxalt,
.page-template-page-write-review-php .subboxalt
 {
  padding-bottom: 75px;
  padding-top: 88px;
}
.page-template-page-quote-php .subbox {
  padding-bottom: 0px;
  padding-top: 0px;
}
.page-template-page-quote-php h1 {
  font-size: 54px;
}
.page-template-page-reviews-php  .subbox,
.page-template-page-contact-php  .subbox,
.page-template-page-team-php .subbox,
.page-template-page-write-review-php .subbox
 {
  padding-bottom: 88px;
  padding-top: 88px;
}
.subbox h2 {
  margin-bottom: 37px;
}

.reswd {
  background-color:#f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.reswd ul li {
  background:url('../images/v.png') no-repeat 0 0;
  padding-left: 42px;
  height: 45px;
  line-height: 26px;
  font-size: 16px;
  margin-left: 40px;
}
.reswd h2 {
  margin-bottom: 37px;
}
.reswd p {
  line-height: 21px;
}

.statsbox {
  padding-top: 155px;
  padding-bottom: 80px;
}
.statsbox h2 {
  margin-bottom: 37px;
}
.statsbox p {
  line-height: 21px;
}
.optimg {
  background-color:#DBDFE4;
  padding-top: 150px;
  padding-bottom: 150px;
  color:#000;
}
.optimg .subtitle {
 color:#7B888E;
}

.dhssl {
  padding-top:150px;
  padding-bottom: 150px;
}
.dhssl h4 {
  text-transform: none;
}
.dhssl .thumbbox {
 margin-bottom: 40px;
}
.dhssl .thumbbox.fstchld {
  margin-top: 0px;
}
.dhssl .thumbbox.lastchld {
  margin-top: 0px;
}

.slcdev h4 {
  text-transform: none;
}
.slcdev .thumbbox {
 margin-bottom: 40px;
}
.slcdev .thumbbox.fstchld {
  margin-top: 0px;
}
.slcdev .thumbbox.lastchld {
  margin-top: 0px;
}
.slcdev { 
  padding-top:150px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {

.slcdev,
.dhssl {
  padding-top:75px;
  padding-bottom: 10px;
}

 .slcdev p,
 .dhssl p {
  margin-bottom: 65px;
 }
.subbox, .subboxalt  {
  padding-bottom: 65px!important;
padding-top: 65px!important;
}
}

.mrktonlbox { 
  padding-top:62px;
  padding-bottom: 155px;
}
.mrktonlbox p {
  font-size: 18px;
}
.mrktonlbox h4 {
  text-transform: none;
}
.mrktonlbox .thumbbox {
 margin-bottom: 40px;
}
.mrktonlbox .thumbbox.fstchld {
  margin-top: 26px;
}
.mrktonlbox .thumbbox.lastchld {
  margin-top: 20px;
}

.waemwd {
  background-color: #F7F7F7;
  padding-top: 142px;
  padding-bottom: 168px;
}
.waemwd blockquote:before {
  content:'“';
  font-family: 'Lato', sans-serif;
  font-size: 84px;
  line-height: 81px;
  font-weight: 700;
  color:#c4cce4;
  font-style: italic;
  position: absolute;
  top:5px;
  left:8px;
}
.waemwd blockquote p {
  color:#0b87c9;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
}
.waemwd blockquote cite {
  float: right;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  color:#b6b6b6;
  letter-spacing: -0.24px;
}

.socialmkt {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 0px;
}

.wmaint {
  background-color: #f7f7f7;
  padding-top: 80px;
}

.wbtaya {
  padding-top: 150px;
}

.quotebox {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.quotebox p {
  line-height: 23px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.quoteboxalt {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.quoteboxalt p {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}



.wcawd {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 76px;
}
.wcawd p {
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 22px;
}


/* Team Page */

.teamsection {
  padding-top: 80px;
  padding-bottom: 60px;
}
.team-member {
  position: relative;
}

.teamhello {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 76px;
}
.teamhello p {
  line-height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.rtr { /* read the reviews */
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 76px;
}
.rtr p {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}


/*Portofolio Page*/

.page-template-page-portfolio-php .portfolio {
  background-color: #000;
  overflow: hidden;
  position: relative;
  min-height: 450px;
}

.portfolioContainer .item {
  overflow: hidden;
}
.portfolioContainer .item h2 {
  font-size: 32px;
  margin-bottom: 0;
  color:#fff;
  font-weight: normal;
}
.portfolioContainer .item hr {
  width: 60px;
  height: 3px;
  margin: 0 auto 16px;
  border-top: 2px solid #FFF;
}
.portfolioContainer .item [class^="icon-"], .portfolioContainer .item .fa-play {
  border-color: #fff;
  color:#fff;
  line-height: 32px;
}
.portfolioContainer .item .fa-play {
	line-height: 35px;
	font-size: 19px;
}
.portfolioContainer .item .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transition: all 0.5s cubic-bezier(0.190,1.000,0.220,1.000);
  -webkit-transition: all 0.5s cubic-bezier(0.190,1.000,0.220,1.000);
  -moz-transition: all 0.5s cubic-bezier(0.190,1.000,0.220,1.000);
  -o-transition: all 0.5s cubic-bezier(0.190,1.000,0.220,1.000);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.portfolioContainer .item .description-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}

.portfolioContainer .item .description {
  width: 100%;
  height: 100%;
  padding:25px;
  text-align: center;
  background-color: #0b87c9;
  background-color: rgba(11, 135, 201, 0.9);
  -webkit-transition: all 1.0s ease-out;
  -moz-transition: all 1.0s ease-out;
  transition: all 1.0s ease-out;
  transition: all 1.0s cubic-bezier(0.190,1.000,0.220,1.000);
  -webkit-transition: all 1.0s cubic-bezier(0.190,1.000,0.220,1.000);
  -moz-transition: all 1.0s cubic-bezier(0.190,1.000,0.220,1.000);
  -o-transition: all 1.0s cubic-bezier(0.190,1.000,0.220,1.000);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}

.portfolioContainer .item .description h1 {
  line-height: 34px; margin-bottom: 20px; margin-top: 30px;}
  
.portfolioContainer .item:hover .description-wrap {
  display: block;
}
.portfolioContainer .item .description p.category {
  color:#000;
}
.portfolioContainer .item .description-wrap:hover .description {
  opacity: 1;
}
.portfolioContainer.active  .item .shadow {
  opacity:0.5;
}
.portfolioContainer .item { width: 50%;    line-height: 0;
  display: block; }

  @media screen and (min-width: 720px) {
    /* 10 columns for larger screens */
    .portfolioContainer .item { width: 33.33%; }
    .portfolioContainer .item h2 {
      font-size: 21px;

    }
    .portfolioContainer .item hr {

    }
  }
  @media screen and  (min-width: 720px) and (max-width: 1060px)  {
     .portfolioContainer .item h2 {
      line-height: 24px!important;
      margin-bottom: 10px!important;
      margin-top: 0px!important;
    }
        .portfolioContainer .item hr {
          margin-bottom: 5px;
    }
  }


    @media screen and  (min-width: 1061px) and (max-width: 1760px)  {
     .portfolioContainer .item h2 {
      margin-top: 10px!important;
            margin-bottom: 10px!important;
    }
        .portfolioContainer .item hr {
          margin-bottom: 5px;
    }
  }

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

    .portfolioContainer .item h2 {
      font-size: 21px;

    }
  
  }



@media screen and  (max-width: 620px) {
     .portfolioContainer .item h2 {
      line-height: 24px!important;
      margin-bottom: 10px!important;
      margin-top: 0px!important;
    }
        .portfolioContainer .item hr {
          margin-bottom: 5px;
    }
  }

@media screen and  (max-width: 450px) {
     .portfolioContainer .item h2 {
      line-height: 17px!important;
      margin-bottom: 5px!important;
      margin-top: -12px!important;
    }
        .portfolioContainer .item hr {
          margin-bottom: 5px;
    }
  }

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

    .portfolioContainer .item h2 {
      font-size: 16px;

    }
   .portfolioContainer .item p {
      margin-bottom: 0;

    }
  }
  @media screen and (min-width: 960px) {
    /* 10 columns for larger screens */
    .portfolioContainer .item { width: 25%; }
    .portfolioContainer .item h2 {
      font-size: 26px;
    }
  }
  @media screen and (min-width: 1400px) {
    /* 10 columns for larger screens */
    .portfolioContainer .item { width: 20%; }

  }

  .portfolioFilter {
    display: block;
    position: fixed;
    z-index: 2;
    padding: 8px 10px 4px 14px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -o-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    background-color: #fff;
    width: auto;
    bottom: 15%;
    left:5%;
    right: auto;
    opacity: 1;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.39);
  }

  .portfolioFilter a { 
    color:#666;
    text-decoration:none;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    padding:0 10px 0 20px;
  }

  .portfolioFilter.active a:after,.portfolioFilter.active a.current:after {
   border:none;
   width:auto;
   height: auto;
   content:"";
   position: absolute;
   top: 7px;
   left:7px;
   background-color: #302925;
   width: 6px;
   height: 6px;
   -webkit-border-radius: 4px 4px 4px 4px;
   -moz-border-radius: 4px 4px 4px 4px;
   -o-border-radius: 4px 4px 4px 4px;
   border-radius: 4px 4px 4px 4px;
   transition: transform 0.2s ease;
   -ms-transition: -ms-transform 0.2s ease;
   -webkit-transition: -webkit-transform 0.2s ease;
   -moz-transition: -moz-transform 0.2s ease;
   -o-transition: -o-transform 0.2s ease;
   transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -o-transform-origin: 50% 50%;
   transform: scale(0,0);
   -ms-transform: scale(0,0);
   -moz-transform: scale(0,0);
   -webkit-transform: scale(0,0);
   -o-transform: scale(0,0);
 }

 .portfolioFilter.active a:hover:after,.portfolioFilter a.current:after,.portfolioFilter.active a.current:after  {
  transform: scale(1,1);
  -ms-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -o-transform: scale(1,1);
}

.portfolioFilter.active a:before,.portfolioFilter.active a.current:before {
  border:none;
  width:auto;
  height: auto;
  position: absolute;
  content:"";
  width: 10px;
  height: 10px;
  border: 1px solid #302925;
  top: 5px;
  left:5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.portfolioFilter a.current:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #007bff transparent transparent transparent;
}
.portfolioFilter a.current:after {
  position: absolute;
  content: "";
  left: 5px;
  top: 8px;
  border-left: 4px solid #007bff;
  height: 8px;
}


.portfolioContainer .item img {
  width:100%!important;
  height: auto!important;
}

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/* Reviews Page */


.clientslove {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 76px;
}
.clientslove p {
  line-height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.coop { /* Checkout Out Our Portfolio */
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 76px;
}
.coop p {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}


.reviewsection {
  padding-top: 40px;
  padding-bottom: 64px;

}
ul.testim-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.testim-list li {

}
ul.testim-list li:nth-child(odd) .txtbox {
  float:left;
}
ul.testim-list li:nth-child(odd) .citebox cite {
  text-align: left;
  margin-left: 30px;
}
ul.testim-list li:nth-child(even) .txtbox {
  float:right;
}
ul.testim-list li:nth-child(even) .citebox cite {
  text-align: right;
  margin-right: 30px;
}

ul.testim-list li blockquote {
  margin-bottom: 10px;
  padding: 16px;
}
ul.testim-list li blockquote .txtbox {
  position: relative;
  background: #F8F8F8;
  border: 1px solid #EAEAEA;
  padding: 52px 0;
}
ul.testim-list li .txtbox:after, 
ul.testim-list li .txtbox:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
ul.testim-list li .txtbox:after {
  border-color: rgba(248, 248, 248, 0);
  border-width: 30px;
  margin-top: -30px;
}
ul.testim-list li .txtbox:before {
  border-color: rgba(234, 234, 234, 0);
  border-width: 31px;
  margin-top: -31px;
}
ul.testim-list li:nth-child(odd) .txtbox:after, 
ul.testim-list li:nth-child(odd) .txtbox:before {
 left: 100%;
}
ul.testim-list li:nth-child(odd) .txtbox:after {  
 border-left-color: #F8F8F8;
} 
ul.testim-list li:nth-child(odd) .txtbox:before {  
  border-left-color: #EAEAEA;
}
ul.testim-list li:nth-child(even) .txtbox:after, 
ul.testim-list li:nth-child(even) .txtbox:before {
  right: 100%;
}
ul.testim-list li:nth-child(even) .txtbox:after {  
 border-right-color: #F8F8F8;
} 
ul.testim-list li:nth-child(even) .txtbox:before {  
  border-right-color: #EAEAEA;
}

ul.testim-list li blockquote .txtbox p {
  color: #0b87c9;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 30px;
  font-family: 'Lato',sans-serif; 
  margin-left:85px;
  margin-right: 25px;
}
ul.testim-list li blockquote .txtbox > p:before {
  content: "“";
  font-family: 'Lato',sans-serif;
  font-size: 151px;
  font-style: italic;
  font-weight: 700;
  left: 10px;
  line-height: 81px;
  opacity: 0.38;
  position: absolute;
  top: 58px;
}
ul.testim-list li blockquote .citebox {
  float:left;
}
ul.testim-list li blockquote .citebox cite {
  display: block;
  position: relative;
  margin-top: 118px;
}
ul.testim-list li blockquote cite span.author {
  font-size: 19px;
  font-weight: 900;
  font-family: 'Lato',sans-serif;  
  text-transform: uppercase;
  color: #0b87c9;
  display: block;
}

ul.testim-list li blockquote cite a.urlauthor, ul.testim-list li blockquote cite p.urlauthor {
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  color: #B6B6B6;
  display: block;
  font-family: 'Lato',sans-serif;  
}
ul.testim-list li blockquote cite a:hover {
  text-decoration: none;
}

/* Contact Page */

.contactbox {
  padding-top: 100px;
  padding-bottom: 150px;
}
.contactbox .col-md-6 {
 text-align: center;
}
.contactbox address {
  font-size: 14px;
  line-height: 20px;
  margin-top: 40px;
}

/*page articles*/
.page-article {
  padding-top: 50px;
}

/* Blog Page */
.with-border-right {
  border-right:1px solid  #e9e9e9;
}
.article-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
.search .article-list, .blog .article-list, .single .article-list, .archive .article-list {
  padding-top: 90px;
}
.article-list article p,
.article-list article li,
.article-list article a
.article-list article span {
  line-height: 24px;
  font-size: 14px;
}
.tags {
  overflow: hidden;
}
.tags > a {
  background-color: #C2C2C2;
  border-radius: 4px;
  color: #FFFFFF;
  float: left;
  font-weight: bold;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 4px 10px;  
}
.tags > a:hover {
  text-decoration: none;
  background-color: #428bca;
  color: #fff !important;
}
.article-list article h3 {
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 4px;
}
.article-list article .byline {
  margin-bottom: 22px;
}
 .article-list article.article-list-posts .byline  {
  margin-bottom: 0;
}
.article-list article .byline time {
 color: #B6B6B6;
 font-family: 'Lato',sans-serif;
 font-size: 14px;
 font-style: italic;
 font-weight: 600;
}
.article-list article h3 > a {
  color: #0b87c9;
  text-transform: none;
}
.article-list article h3 > a:hover {
  text-decoration: none;
}
.article-list article .thumbnailpost {
  margin-top:5px;
}
.article-list article .thumbnailpost img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.single-post article .single-title {
  margin-top: 0;
  line-height: 46px;
    text-transform: none;
    font-size: 35px;
    margin-bottom: 0;
}
.single-post article .attachment-bones-thumb-773 {
  margin-bottom: 10px;
  width:100%;
  height: auto;
  border:1px solid #eee;
}
.rgt-sidebar #searchform {
  position: relative;
  margin-top: 30px;
}
.rgt-sidebar #searchform label {
  display: none;
}
.rgt-sidebar #searchform input[type="text"] {
  padding:10px;
  border:1px solid #d9d9d9;
  width:100%;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color:#999;
}
.rgt-sidebar #searchform input[type="submit"] {
  position: absolute;
  right:0px;
  padding:22px;
  height: 22px;
  line-height: 22px;
  text-indent: -9999px;
  top:0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border:none;
  background:#428bca url('../images/searchicon.png') no-repeat 7px 8px;
}

::-webkit-input-placeholder {
 color: #e0e0e0;
}

:-moz-placeholder { /* Firefox 18- */
 color: #e0e0e0;  
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #e0e0e0;  
}

:-ms-input-placeholder {  
 color: #e0e0e0;  
}

/* FOOTER */

footer.main-footer {
  border-top: 1px solid #222222;
}
.main-footer .socials {
  left: 50%;
  margin-left: -195px;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
}
footer.main-footer h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color:#ddd; 
}
.footerwidets-box {
  padding-top: 34px;
  padding-bottom: 54px;
  color:#ccc;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  background-color:#000;
}

@media (max-width: 991px) {
.footerwidets-box .col-sm-6 {
min-height: 225px;
}
}
.footerwidets-box p {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
}
.footerwidets-box address {
  font-size: 13px;
  line-height: 18px;
}
.footerwidets-box address strong {
  color:#fff;
  font-weight: bold;
}
.footerwidets-box .media .media-body {

}
.footerwidets-box .media .media-body a {
  display: block;
  color:#0b87c9;
}
.footerwidets-box .form-group {
  margin-bottom:5px;
}
.footerwidets-box .form-group input {
  background-color: #444;
  border: none;
  border-radius: 0;
  color:#7b7b7b;
  font-size: 13px;
  height: 36px;
  line-height: 36px;

}
.footerwidets-box .btn-subscribe {
  width: 100%;
}
.footerwidets-box  .form-control:focus {
  box-shadow: none;
}

.form-wrap input#mc4wp_email {
  background-color: #444;
  border: none;
  border-radius: 0;
  color:#7b7b7b;
  margin-bottom: 5px;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  width:100%;
    display: block;
  padding: 6px 12px;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-wrap :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);
}
.soccopr {
  padding-top:50px;
  padding-bottom: 64px;
  font-size: 13px;
  line-height: 18px;
  background-color:#f7f7f7;
  text-align: center;
}
.soccopr .col-md-12 {
  overflow: hidden;
}
.soccopr a {
  color:#0b87c9;
}
.soccopr p {
  margin-bottom: 0;
  font-size: 14px;
}
.socials {
  overflow: hidden;
  padding-bottom: 15px;
}
.socials li {
  float:left;
  padding-right: 10px;
}
.socials li a {
  display: block;
  width:40px;
  height:40px;
}
.socials li a:hover {
  opacity:0.8;
}
.soccopr .list-unstyled li {
  float: left;
}
.soccopr .list-unstyled li span {
  padding:5px;
}
.btmlnks {
  position: relative;
  left:50%;
  margin-left: -136px;
}
#megaMenu ul.megaMenu > li:first-child a {
  padding: 20px 161px 20px 35px !important;
}
/* RESPONSIVE STYLES */

@media (min-width: 992px) and (max-width: 1199px) {

  .team-member .member-description {
    left: 38px;
  }

  header.main-header .navbar-brand {
    min-width: 210px;
  }
  .nav > li > a {
    margin-right: 20px;
  }
  section.banner img { 
    top:193px;
  }
  ul.testim-list li blockquote .txtbox p {
    font-size: 20px;
    line-height: 28px;
    margin-left: 78px;
  }
  ul.testim-list li blockquote .txtbox > p:before {
    font-size: 130px;
    top: 52px;
  }
  #megaMenu ul.megaMenu > li {
    padding: 0 9px !important;
  }
  #megaMenu ul.megaMenu > li:first-child a {
    padding: 20px 20px 20px 35px !important;
  } 
  #megaMenu ul.megaMenu > li > a {
    padding: 40px 10px 34px !important;
  }
  #megaMenu ul.megaMenu > li.lasta a,
  #megaMenu ul.megaMenu > li a {
    font-size: 13px !important;
  }
  #megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink {
    padding: 3px 0;
  }

}
@media (max-width: 961px) {
 .main {
    margin-top: 0px!important;
  }
}
@media (min-width: 962px) and (max-width: 991px) { 

  .team-member [class^="icon_"] {
    display: block;
  }
  .team-member .member-description {
    left: 16px;
  }
  .member-description:after, 
  .member-description:before {
    left: 50%;
  }
  .main {
    margin-top: 150px;
  }

  header.main-header .navbar-nav li {
    height: auto !important;
  }
  header.main-header .navbar-brand {
    min-width: 180px;
    margin-bottom: 0;
    margin-left: 280px !important;
    margin-top: 15px;
  }
  .nav > li > a {
    margin-right: 25px;
  }
  header.main-header.on-scroll .navbar-brand {
    min-width: 128px;
  }
  .navbar-collapse button {
    display: none;
  }
  .navbar-nav > li {
    margin:0 8px;
  }
  header.main-header .navbar-nav {
    padding-top:10px;
  }
/*  header.main-header .navbar-nav li {
    height: 60px;
  }
  header.main-header .navbar-nav li a {
    height: 61px;
    line-height: 38px;
    }*/
    .banner .inner-banner { 
      margin-top: 21px;
      padding-top: 40px;
      padding-bottom: 48px;
    }
    .banner {
      margin-top: 120px;
    }
    .contactbox {
      padding-top: 200px;
      padding-bottom: 100px;
    }
    .banner img {
      top:60px;
      position: relative;
      left: 0;
    }
    .img-responsive {
      display: inline;
    }
    .main .subboxalt h1 {
      font-size: 62px;
    }
    .btn-lg {
      font-size: 18px;
      line-height: 18px;
    }
    .soccopr {
      text-align: center;
      overflow: hidden;
    }
    .socials {
      position: relative;
      left: 50%;
      margin-left:-145px;
    }
    .statsbox { 
      padding-top: 100px;
    }
    .subboxalt {
      margin-top: 120px;
      padding-bottom: 45px;
    }
    .subboxalt .subtitle {
      padding-top: 25px;
    }
    .statsbox {
      padding-bottom: 60px;
      padding-top: 70px;
    }
    .optimg {
      padding-bottom: 60px;
      padding-top: 60px;
    }
    .optimg .subtitle {
      padding-top: 30px;
    }
    .mrktonlbox {
      padding-bottom: 60px;
      padding-top: 40px;
    }
    .waemwd {
      padding-bottom: 40px;
      padding-top: 60px;
    }
    .wbtaya {
      padding-top: 70px;
    }
    .wcawd {
      padding-bottom: 60px;
    }
    .soccopr {
      padding-bottom: 45px;
    }

    .lawd {
      padding-bottom: 70px; 
      padding-top: 100px;  
    }
    .lawd .subttl {
      padding-top: 50px;
    }
    .tss .subttl {
      padding-top: 50px;
    }
    .whtkh .subttl {
      padding-top: 30px;
    }
    .testim {
      padding-bottom: 70px;
      padding-top: 50px;
    }

    .article-list {
      padding-top: 147px;
    }
    .article-list article .thumbnailpost {
      padding-bottom: 40px;
    }
    .teamsection {
      padding-top: 120px;
    }
    .team-member .member-thumb {
      text-align: center;
    }
    .team-member .member-thumb img {
      width: auto;
      max-width: 193px;
      display: inline-block;
    }
    .member-description {
      left:15px;
      top: 324px;
    }
    .member-description *:after, 
    .member-description *:before {
      left: 85%;
    }
    .member-description *:before {
      border-width: 26px;
      margin-left: -26px;
    }
    .member-description *:after {  
      border-width: 25px;
      margin-left: -25px;
    }
    .team-member .member-details {
      text-align: center;
    }
    .team-member .member-details .socials {
      left: 50%;
      margin: 15px auto 0 -120px
    }
    .team-member .col-md-12.clearfix {
      float: none;
    }
    ul.testim-list li blockquote .txtbox p {
      font-size: 18px;
      line-height: 26px;
      margin-left: 65px;
    }
    ul.testim-list li blockquote .txtbox > p:before {
      font-size: 110px;
      top: 45px;
    }
    .reviewsection {
      padding-top: 84px;
      padding-bottom: 40px;
    }
    hr {
      margin-bottom: 0;
      margin-top: 0;
    }
  }

  @media (max-width: 767px) {

    .navbar-nav .menu-item {
      border-bottom: 1px solid #222222;
    } 

    .submenu .menu-item {
      border-bottom: 1px solid #cddbe6;
    } 
    .submenu .menu-item:first-child {
      border-top: 1px solid #cddbe6;
    } 
    .navbar-nav .submenu {
      position: inherit;
      top: auto;
      padding-top: 0px;
      padding-bottom: 0;
      overflow: hidden;
    }
    .submenu .submenu {
      left:0;

    }
 /* .navbar-nav .submenu-wrap {
    position: inherit;
    top: 0;
    padding-top: 0px;
    padding-bottom: 0;
    display: block !important;
    overflow: hidden;
  }
  .navbar-nav .submenu-wrap .container {
   margin-left: -15px;
   margin-right: -15px;
  }
  .navbar-nav .submenu-wrap ul {
    padding: 0;
    margin:0;
  }
  .submenu-wrap ul.row li.col-sm-3.col-md-3 {
    padding:0;
    background-color: #ACC2D9;
  }

  .submenu-wrap ul.row li.col-sm-3.col-md-3 a {
    color: #0b87c9;
    display: block;
    margin-left: 0;
    font-weight: normal;
    border-bottom: 1px solid #cedae6;
    padding-top: 12px;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 0;
    height: 50px;
  }
   .submenu-wrap ul.row li.col-sm-3.col-md-3 .sub-sub-menu a {
    border: none !important;
   }
  .navbar-nav .submenu-wrap .sub-sub-menu {
    padding-top: 0;
    background-color: #dee8f1;
     display: none;
  }
  .navbar-nav .submenu-wrap .sub-sub-menu a {
    height: 22px;
    line-height: 22px;    
  }
  .navbar-nav .submenu-wrap .opened .sub-sub-menu  {
     display: block;
  }
  .navbar-nav .submenu-wrap .sub-sub-menu a:hover {
    border-bottom: 0;
  }
  .sub-sub-menu li.menu-item a {
    height: 22px;
    line-height: 22px;
    padding: 0;
    }*/
    header.main-header .navbar-nav li {
      height: auto;
    }
    header.main-header .navbar-nav li a {
      height: 40px;
      line-height: 30px;
      margin-left: 15px;
      margin-top: 0;
      margin-bottom: 10px;
    }
    header.main-header .navbar-nav li a:hover {
      border-bottom: none;
    }
    .team-member .member-description {
      left: 16px;
    }
    .member-description:after, 
    .member-description:before {
      left: 50%;
    }
    .team-member [class^="icon_"] {
      display: block;
    }

    h1, .h1 {
      font-size:33px;
      line-height: 40px;
    }
    h2, .h2 {
      font-size: 19px;
      margin-top:0;
      line-height: 24px;
    }
    h4 {
      font-size: 18px;
       line-height: 24px;
    }
    .subttl {
      font-size: 16px;
    }
    .subtitle {
      font-size: 20px;
    }
    .banner h1 {
      font-size:33px;
      line-height: 40px;
    }
    .mrktonlbox p {
      font-size: 16px;
    }
    [class^="col-md-"] .bgstftsz {
      font-size: 65px;
    }
    [class^="col-md-"] blockquote:before {
      font-size: 75px;
      top: -20px;
      left: 15px;
    }
    [class^="col-md-"] blockquote p {
      font-size: 16px;
      margin-left: 10px;
      margin-top: -20px;
    }
    [class^="col-md-"] blockquote cite {
      font-size: 16px;
    }
    .btn-lg {
   font-size: 16px;
    line-height: 34px;
    }
    .play_button {
      font-size: 16px;
    }
    .navbar-brand { 
      min-width: 128px; 
      margin-bottom: 20px;
    }
    .navbar-collapse button {
      display: none;
    }
    .img-responsive {
      display: inline;
    }
    .whtkh .img-responsive {
      max-width: 100%;
    }
    .banner {
      margin-top: 0px;
    }
    .banner .inner-banner { 
      margin-top: 0px;
      padding-top: 30px;
      padding-bottom: 18px;
    }
    section.banner img {
      top:30px;
      position: relative;
      left: 0;
      display: block;
      height: auto;
      max-width: 100%;
    }
    .lawd {
      padding-bottom: 60px;
      padding-top: 60px;
    }
    .lawd .subttl {
      padding-top: 40px;
    }
    .tss {
      padding-bottom: 40px;
    }
    .tss .subttl {
      padding-top: 20px;
    }
    .ptbs {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .ptbs .subttl {
      padding-top: 30px;
    }
    .whtkh {
      padding-top: 40px;
    }
    .whtkh .subttl {
      padding-top: 20px;
    }
    .rqstaq {
      padding-bottom: 45px;
      padding-top: 40px;
    }
    .testim { 
      padding-bottom: 40px;
      padding-top: 20px;
    }
    .subboxalt {
      padding-bottom: 35px;
      padding-top: 66px;
    }
    .subboxalt .col-md-12 button { 
      margin-top: 20px;
    }
    .statsbox {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .optimg { 
      padding-bottom: 30px;
      padding-top: 40px;
    }
    .optimg .subtitle {
      padding-top: 30px;
    }
    .mrktonlbox {
      padding-bottom: 40px;
      padding-top: 30px;
    }
    .waemwd {
      padding-bottom: 10px;
      padding-top: 40px;
    }
    .wbtaya {
      padding-top: 40px;
    }
    .wcawd {
      padding-bottom: 0;
      padding-top: 40px;
    }
    .contactbox {
      padding-bottom: 40px;
      padding-top: 130px;
    }
    .footerwidets-box {
      padding-bottom: 40px;
      padding-top: 20px;
      padding-bottom: 30px;
      padding-top: 30px;
    }
    .soccopr {
      text-align: center;
      overflow: hidden;
    }
    .main-footer .socials {
      position: relative;
      left: 50%;
      margin-left:-176px;
    }
    .navbar-nav {
      padding-bottom: 15px;
    }
    .article-list article .thumbnailpost {
      padding-bottom: 40px;
    }
    .team-member .member-details {
      text-align: center;
    }
    .team-member .member-details .socials {
      left: 50%;
      margin: 15px auto 0 -110px;
      position: relative;
    }
    .member-description { 
      top: 324px;
      left: 15px;
    }
    .member-description *:after,
    .member-description *:before {
      left: 83%;
    }
    .member-description *:before { 
      border-width: 21px;
      margin-left: -21px; 
    }
    .member-description *:after {    
      border-width: 20px;
      margin-left: -20px;
    }
    .socials li { 
      padding-right: 5px;
    }
    .member-thumb {
      text-align: center;
    }
    .team-member .member-thumb img {
      width: auto;
      max-width: 193px;
      display: inline-block;
    }
    .team-member .col-md-12.clearfix {
      float: none;
    }
    ul.testim-list li blockquote .txtbox p {
      font-size: 18px;
      line-height: 26px;
      margin-left: 65px;
    }
    ul.testim-list li blockquote .txtbox > p:before {
      font-size: 110px;
      top: 45px;
    }
    ul.testim-list li .txtbox {
      position: relative;
      background: #F8F8F8;
      border: 1px solid #EAEAEA;
    }
    ul.testim-list li .txtbox:before,
    ul.testim-list li .txtbox:after {
      margin-top: 0;
    }

    ul.testim-list li:nth-child(odd) .txtbox:after, 
    ul.testim-list li:nth-child(odd) .txtbox:before,
    ul.testim-list li:nth-child(even) .txtbox:after, 
    ul.testim-list li:nth-child(even) .txtbox:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }
    ul.testim-list li:nth-child(odd) .txtbox:after,
    ul.testim-list li:nth-child(even) .txtbox:after {
      border-color: rgba(248, 248, 248, 0);
      border-top-color: #F8F8F8;
      border-width: 30px;
      margin-left: -30px;
    }
    ul.testim-list li:nth-child(odd) .txtbox:before,
    ul.testim-list li:nth-child(even) .txtbox:before {
      border-color: rgba(234, 234, 234, 0);
      border-top-color: #EAEAEA;
      border-width: 31px;
      margin-left: -31px;
    }
    ul.testim-list li blockquote .citebox cite {
      margin-top: 40px;
    }
    ul.testim-list li:nth-child(odd) .citebox cite,
    ul.testim-list li:nth-child(even) .citebox cite {
      margin-left: 30px;
      text-align: left;
    }
    ul.testim-list li blockquote .txtbox {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    ul.testim-list li blockquote .txtbox p {
      font-size: 16px;
      line-height: 20px;
      margin-left: 58px;
    }
    ul.testim-list li blockquote .txtbox > p:before {
      font-size: 85px;
      top: 18px;
    }
    ul.testim-list li blockquote {
      margin-bottom: 0px;
    }
    .reviewsection {
      padding-top: 0px;
      padding-bottom: 35px;
    }
    hr {
      margin-bottom: 0;
      margin-top: 0;
    }
  

  }


  @media (max-width: 519px) {
    .play_wrap {
      font-size: 14px;
      width: 162px!important;
    }
    .inner-banner .btn-rqstaqt {
    min-width: 124px;
    float: none;
    margin-left: 0px!important;
    }
    .team-member .member-description {
      left: 18px;
    }
    .member-description:after, 
    .member-description:before {
      left: 50%;
    }

    .team-member [class^="icon_"] {
      display: block;
    }

.play_button {
    float: none!important;
    font-size: 12px!important;
    padding: 5px 18px;
}
    .main {
      margin-top: 0px;
    }

    h1, .h1 {
      font-size: 24px;
      line-height: 30px;
    }

    .subttl {
      font-size: 14px;
    }
    .subtitle {
      font-size: 18px;
    }

    .navbar-brand { 
      min-width: 128px;
      padding-right: 20px;
    }
    .navbar-collapse button {
      display: none;
    }
    header.main-header.on-scroll .navbar-brand {
      min-width: 128px;
    }
    .testim .bgstftsz {
      font-size: 40px;
    }

    .btn-lg {
    font-size: 12px;
    line-height: 21px;
    margin-left: 6px!important;
    }
    .play_border {
      margin-top: 5px!important;
      width: 171px!important;
      height: 29px!important;
    }

    .team-member {
      width: 100% !important;
    }
    .member-description { 
      top: 324px;
      left: 15px;
    }
    .member-description *:before { 
      border-width: 21px;
      margin-left: -21px; 
    }
    .member-description *:after {    
      border-width: 20px;
      margin-left: -20px;
    }
    .socials li {
      padding-right: 5px;
    }
    ul.testim-list li:nth-child(odd) .citebox cite, 
    ul.testim-list li:nth-child(even) .citebox cite { 
      margin-left: -15px;
    }
    ul.testim-list li blockquote {
      margin-bottom: 0px;
    }
    .reviewsection {
      padding-top: 0px;
      padding-bottom: 35px;
    }
    hr {
      margin-bottom: 0;
      margin-top: 0;
    }
  }

  @font-face {
    font-family: "icomoon";
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
  }
  .navbar-toggle [class^="icon-"], 
  .navbar-toggle [class*=" icon-"] {
    border:1px solid #a4a4a4
  }
  [class^="icon-"], [class*=" icon-"], .fa-play {
    font-family: "icomoon";
    speak: none;
    display: inline-block;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    height:40px;
    width:40px;
    line-height: 24px;
    border-radius: 20px;
    border:3px solid #a4a4a4;
    color: #a4a4a4;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
[class^="icon-"]:HOVER, .fa-play:hover {
  text-decoration: none;
}
  .icon-facebook:before {
    content: "\e604";
  }
  .icon-google-plus2:before {
    content: "\e60a";
  }
  .icon-twitter:before {
    content: "\e605";
  }
  .icon-flickr:before {
    content: "\e606";
  }
  .icon-linkedin:before {
    content: "\e60e";
  }
  .icon-youtube:before {
    content: "\e608";
  }
  .icon-yelp:before {
    content: "\e607";
  }
  .icon-picture:before {
    content: "\e60b";
  }
  .icon-images:before {
    content: "\e602";
  }
  .icon-play:before {
    content: "\e912";
}
/*  .icon-images:hover:after {
    content: "View Larger Image";
    font-size: 12px;
    top: 205px;
    border-radius: 12px;
    padding: 10px;
    display: block;
    width: 200px;
    font-family: monospace;
    left: 50%;
    margin-left: -100px;
    height: 34px;
    line-height: 14px;
    position: absolute;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
  }*/
  .icon-link:before {
    content: "\e600";
  }
/*  .icon-link:hover:after {
    content: "Visit The Website";
    font-size: 12px;
    top: 205px;
    border-radius: 12px;
    padding: 10px;
    display: block;
    width: 200px;
    font-family: monospace;
    left: 50%;
    margin-left: -100px;
    height: 34px;
    line-height: 14px;
    position: absolute;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
  }*/
  .icon-more-plus:before {
    content: "+";
    font-size:26px;
    font-weight: bold;
    line-height: 36px;
    font-family:Arial,Helvetica,sans-serif;
  }
  .open .icon-more-plus:before {
    content: "−";
  }
  
  .fa-play {
	  font-family: fontawesome;
  }


  html.swipebox {
    overflow: hidden!important;
  }

  #swipebox-overlay img {
    border: none!important;
  }

  #swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  #swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
  }

  #swipebox-slider .slide {
    background: url("img/loader.gif") no-repeat center center;
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
  }

  #swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }

  #swipebox-slider .slide img,
  #swipebox-slider .slide .swipebox-video-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
  }

  #swipebox-slider .slide .swipebox-video-container {
    background:none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding:5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }


  #swipebox-slider .slide .swipebox-video-container .swipebox-video{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }

  #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
    width: 100%!important; 
    height: 100%!important;
    position: absolute;
    top: 0; left: 0;
  }

  #swipebox-action, #swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
  }

  #swipebox-action {
    bottom: -50px;
  }
  #swipebox-action.visible-bars {
    bottom: 0;
  }

  #swipebox-action.force-visible-bars {
    bottom: 0!important;
  }

  #swipebox-caption {
    top: -50px;
    text-align: center;
  }
  #swipebox-caption.visible-bars {
    top: 0;
  }

  #swipebox-caption.force-visible-bars {
    top: 0!important;
  }

  #swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
  #swipebox-action #swipebox-close {
    background-image: url("img/icons.png");
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
  }

  #swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px;
  }

  #swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    left: 100px;
  }

  #swipebox-action #swipebox-next {
    background-position: -78px 13px;
    left: 160px;
  }

  #swipebox-action #swipebox-prev.disabled,
  #swipebox-action #swipebox-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }

  #swipebox-slider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
  }

  #swipebox-slider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
  }

  @-moz-keyframes rightSpring {
    0% {
      margin-left: 0px;
    }

    50% {
      margin-left: -30px;
    }

    100% {
      margin-left: 0px;
    }
  }

  @-moz-keyframes leftSpring {
    0% {
      margin-left: 0px;
    }

    50% {
      margin-left: 30px;
    }

    100% {
      margin-left: 0px;
    }
  }

  @-webkit-keyframes rightSpring {
    0% {
      margin-left: 0px;
    }

    50% {
      margin-left: -30px;
    }

    100% {
      margin-left: 0px;
    }
  }

  @-webkit-keyframes leftSpring {
    0% {
      margin-left: 0px;
    }

    50% {
      margin-left: 30px;
    }

    100% {
      margin-left: 0px;
    }
  }

  @media screen and (max-width: 800px) {
    #swipebox-action #swipebox-close {
      left: 0;
    }

    #swipebox-action #swipebox-prev {
      right: 60px;
    }

    #swipebox-action #swipebox-next {
      right: 0;
    }
  }


/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
.page-template-page-portfolio-php .content a {
  text-decoration: none;
}
#swipebox-link {
  display: none;
}
#swipebox-link[href*="http"] {
  color: #fff;
  background-color: #0b87c9;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.828571429;
  border-radius: 2px;
  -webkit-user-select: none;

  width:140px;

  position: relative;
  bottom:1px;
  left:10px;
  text-decoration: none;
  text-shadow:none;
}

[class^="effect-fade"] {
  opacity: 0;
}
#sdrn_menu.sdrn_levels ul li a {
    margin-left:0px;
}
#sdrn_menu.sdrn_levels a.sdrn_parent_item {
  border-left:none!important;
    margin-left:0px!important;
}
#sdrn_menu .sdrn_icon_par {
  width:25px;
  right:15px;
  left:auto;
  padding:13px 7px 10px 14px;
}
.main p.bquote {
font-family: 'Lato', sans-serif;
display: inline-block;
position: relative;
padding-left: 50px;
padding-top: 20px;
color: #0b87c9;
font-weight: 900;
font-style: italic;
font-size: 24px;
line-height: 30px;

}
.bquote:before {
color: #ccc;
content: '\201C';
font-family: arial;
text-align: right;
font-size: 70px;
font-style: normal;
margin-right: 0.25em;
position: absolute; 
top: 25px;
left: 15px;
}
.main p.rx_person_position {
  font-style: normal!important;
}
.page-template-page-quote-php  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
  min-width: 165px;
}

i.fa-check {
  font-size: 28px;
  color: #b6b6b6;
}

#gforms_confirmation_message {
  text-align:center;
}

.wpseo-location h3 {
text-transform:capitalize;
font-weight:bold;
font-size: 13px;
color: #fff;
margin: 0px;
  }
  
.wpseo-address-wrapper {margin-bottom: 20px;}

#yelp-biz-badge-rrc-7voKCPuuZxfFOSTlS8gtUg {margin-top: 20px;}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#0d0d0d; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(img/loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*local seo - schema items */

#wpseo_location .logo, #wpseo_location .url {display:none;}

.icon-instagram:before {
    background: url("../images/insta.jpg") no-repeat 3px 3px ;
    content: " ";
    width:25px;
    height: 25px;
    display: block;
 }

.gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large, .gform_wrapper .ginput_complex .ginput_right input[type=text], .gform_wrapper .ginput_complex .ginput_right input[type=url], .gform_wrapper .ginput_complex .ginput_right input[type=email], .gform_wrapper .ginput_complex .ginput_right input[type=tel], .gform_wrapper .ginput_complex .ginput_right input[type=number], .gform_wrapper .ginput_complex .ginput_right input[type=password], .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type=text], .ginput_container textarea.textarea.medium, .ginput_container textarea.textarea.small, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, #input_3_1_3, #input_3_1_6 {
  width: 100% !important;
}

.single-post .entry-content li {margin: 10px;}

.play_wrap {
  width:400px;
  margin:0 auto;
}

.play_button:hover{
  color: #fff;
  background-color: #0b87c9;
  border:1px solid #0b87c9;
}
.play_button:active,.play_button:focus{
    -webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
}
.play_button {
      margin-top: 26px;
    border: 1px solid rgba(255,255,255,0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    width: 188px;
    line-height: 40px;
        font-size: 17px;
        text-decoration: none!important;
    color:#fff;
    text-transform: uppercase;
    float: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.btnreq2:hover{
  color: #fff;
  background-color: #0b87c9;
  border:1px solid #0b87c9;
}
.btnreq2:active,.btnreq2:focus{
    -webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
}
.btnreq2 {

    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 3px;
    width: 150px;
    line-height: 40px;
    background-color: transparent;
        font-size: 14px;
        text-decoration: none!important;
    color:#fff;
    text-transform: uppercase;
        font-size: 14px;
    line-height: 1.828571429;
    border-radius: 2px;
    float: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}


/* Notifications Looking Good */
/*#wnb-bar { 
    position: fixed!important;
    top: 0px;
    left: 0;
    width: 100%;
}
#wnb-bar + header.main-header {
  top:29px; 
}

.logged-in #wnb-bar { 
    top: 32px;
}
.logged-in #wnb-bar + header.main-header {
  top:71px;
}
@media only screen and (max-width: 961px) {
  #sdrn_bar {
      top: 33px!important;
  }
 
}
@media only screen and (max-width: 580px) {
  #sdrn_bar {
      top: 66px!important;
  }
 
}*/
  .odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  font-size: 40px;
  line-height: 40px;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*video*/
.bg-video  {
    position: relative;
}

.bg-video .container {
    position: relative;
    z-index: 9999;
}

.bg-video .video-wrap {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bg-paralax {
  overflow: hidden;
  position: relative;
}
.bg-paralax .image-wrap {
  position: absolute;
 width: 100%;
  top:0;
  left:0;
  z-index: -1;
}

.bg-paralax .image-wrap img{
  display: block;
  width:100%;
  height: 100%;
}
/*helpstyles*/

.pad40 {
    padding-top: 40px;
    padding-bottom: 60px;
}
.bg-dark {
  color:#fff;
}
.bg-dark *{
  color:#fff!important;
}
/*icons*/

.fa-circlebg-big {
  padding:40px;
  border-radius: 100%;
  color:#0A294E;
  background-color: #E0E3EA;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fa-circlebg-big:hover {
  background-color: #0A294E;
  color:#fff;
}
/* Pricing Table */
.pricing_table {
  width:100%;
  padding:0;
  list-style: none;
  line-height: 150%; 
  font-size: 12px; 
  margin: 0 auto; 
  width: 80%; 
  max-width: 1000px; 
  padding-top: 10px;
  margin-top: 10px;
}

.pricing_table>li {
  float:left;
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 13%, #ededed 29%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(13%,#f6f6f6), color-stop(29%,#ededed)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%,#f6f6f6 13%,#ededed 29%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%,#f6f6f6 13%,#ededed 29%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%,#f6f6f6 13%,#ededed 29%); /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 0%,#f6f6f6 13%,#ededed 29%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 );
  -webkit-box-shadow: 0 0 1px 2px #ddd;
  box-shadow: 0 0 1px 2px #ddd;
}

.pricing_table>li ul {
  width:100%;
  padding:0;
  list-style: none;
  text-align: center;
}

.pricing_table li.featured {
  position: relative;
  top:-25px;
}
.pricing_table .price_figure {
  text-align: center;
  padding-bottom: 10px;
}
.pricing_table .price_number {
  font-size: 30px;
}
.pricing_table .price_tenure {
  display:block;
  font-size:11px;
  color:#999;
}

/*pricing grid*/

.pricing_table.w5_cols>li  {
  width:20%;
}
.pricing_table.w4_cols>li  {
  width:25%;
}
.pricing_table.w3_cols>li  {
  width:33.3%;
}
.pricing_table.w2_cols>li  {
  width:50%;
}

.pricing_table.w5_cols_featured>li  {
  width:19%;
}
.pricing_table.w5_cols_featured>li.featured {
  width:23%;
}

.pricing_table.w4_cols_featured>li  {
  width:24%;
}
.pricing_table.w4_cols_featured>li.featured  {
  width:28%;
}

.pricing_table.w3_cols_featured>li  {
  width:32%;
}
.pricing_table.w3_cols_featured>li.featured  {
  width:36%;
}

.pricing_table.w2_cols_featured>li  {
  width:50%;
}


.pricing_table h4 {
    text-transform: uppercase; 
    padding: 5px 0; 
    text-align: center;
}
.pricing_table .features li {
    padding: 8px 0;
    border-bottom: 1px solid #ccc; 
    font-size: 12px; 
    list-style-type: none;
    font-weight: bold;
}
.pricing_table .featured .features li {
  padding:12px 0;
}
.pricing_table .features li span {
  font-weight: normal;
}
.pricing_table .features li:nth-child(odd) {
  background-color: #fcfcfc;
}
.pricing_table .pt_footer {
  padding:20px 0;
  text-align: center;
}
.pricing_table .pt_footer .btn {
  display: inline-block;
}



@media only screen and (min-width : 721px) and (max-width : 1024px){
    .pricing_table {width: 100%;}
    .pricing_table>li { width:50%!important;float:none;margin:0 auto;}
    .pricing_table>li.featured { width:60%!important;top:0}
}

@media only screen and (max-width : 720px){
    .pricing_table {width: 100%;}
    .pricing_table>li { width:80%!important;float:none;margin:0 auto;}
    .pricing_table>li.featured { width:90%!important;top:0}
}

.chart {
  width:100%;
}
.chart .chart-area ,
.chart .chart-def {
  display: block;
  width:100%;
    margin-top: 15px;
}
.chart .chart-area {
  margin-top: 3px;
  background-color: #eee;
    position: relative;
}
.chart .chart-bar {
  display: block;
  width:1%;
  border:none;
  height: 10px;
  background-color:#0b87c9;

}
.chart .chart-val {
    position: absolute;
    top: -24px;
    right: 0px;
    font-size: 14px;;
}
.chart .chart-val:after {
  content:"%";
}
.btn-rqstaqt  {
    border: 1px solid #777777;
    min-width: 188px;
}

.blog .latestposts { display: none;}

ul.posts { padding-left: 0px; }

.posts li {
	list-style: none !important;
	font-size: 16px;
    line-height: 1.2;
    padding-bottom: 12px;}
	
.videoWrapper{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.videoWrapper iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
	
/* Uncomment this code when using Notifcation Bar. Helps with menu positioning. 
header.main-header {
	top: inherit !important;
}
#wnb-bar {
	color: #fff !important;
}
@media only screen and (max-width: 961px) {
#sdrn_bar {
    top: 70px !important;
}
} */