article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.list-nav {
  list-style: none;
}
.list-nav > li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
.list-nav > li a {
  padding: 10px 15px;
  display: block;
  position: relative;
}
.list-nav > li ul {
  display: none;
  background: #ccc;
  font-size: 14px;
  left: 0;
  min-width: 100%;
  white-space: nowrap;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.list-nav > li ul li {
  display: block;
  position: relative;
}
.list-nav > li ul li:hover ul {
  display: block;
}
.list-nav > li ul ul {
  left: 100%;
  top: 0;
}
.list-nav > li:hover > ul {
  display: block;
}
html {
  height: 100%;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  clear: both;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.mobile-nav {
  background: #f4f4f4;
  padding: 10px;
}
.mobile-nav a {
  display: block;
}
.mobile-nav a span {
  font-size: 20px;
}
.dev-mode {
  background: none repeat scroll 0 0 #FFFBB2;
  border-bottom: 1px solid #DDD996;
  border-top: 1px solid #FFFDED;
  font-size: 0.8em;
  padding: 0 1% 1%;
  text-align: center;
  text-shadow: 1px 1px #FFFDED;
}
.browser-icon {
  background: url("images/browsers.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 23px;
  position: relative;
  top: 5px;
  width: 23px;
}
.firefox {
  background-position: -52px 0;
}
.chrome {
  background-position: -25px 0;
}
.msie {
  background-position: -77px 0;
}
.opera {
  background-position: -103px 0;
}
.social-counter > span {
  display: inline-block;
  padding: 5px 7px;
  margin: 0 0 5px 5px;
}
.social-counter {
  padding: 10px 0 5px;
}
.social-counter span {
  color: #fff;
}
.social-counter span .shareme {
  display: none;
  margin: 0;
  padding: 0;
}
.social-counter span .shareme span {
  margin: 0;
  padding: 0;
}
.social-counter span .counter {
  display: inline-block;
  padding: 0;
  background: #fff;
  color: #000;
  padding: 0 10px;
  margin: 0 0 0 10px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.social-counter span .counter:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.social-counter span i {
  display: inline-block;
  min-width: 15px;
  text-align: center;
  margin: 3px 0;
}
.social-counter span.twitter {
  background: #00C3F3;
}
.social-counter span.facebook {
  background: #2D609B;
}
.social-counter span.gplus {
  background: #D95232;
}
.social-counter span.pinterest {
  background: #CE2123;
}
.social-counter span.linkedin {
  background: #1984BC;
}
.social-counter span.total-count {
  background: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.social-counter span.total-count span {
  min-width: 25px;
  font-size: 20px;
  line-height: .9em;
  text-align: center;
  color: #fff;
  background: none;
  margin: 0 5px 0 0;
  padding: 0;
}
.social-counter span.total-count span:after {
  display: none;
}
.social-counter span:hover i {
  font-size: 17px;
  margin: 0;
}
.social-counter span a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 650px) {
  .social-counter > span {
    width: 50%;
    margin: 0;
    padding: 5px 10px;
  }
  .social-counter span span {
    float: none;
    margin: 7px 0 0;
    padding: 0 7px;
  }
  .social-counter span .shareme,
  .social-counter span:hover .shareme {
    display: block;
    float: right;
    height: 20px;
    margin: 0;
  }
}
@media (max-width: 400px) {
  .social-counter > span {
    width: 100%;
  }
  #main-nav {
    display: none;
  }
}
.help-block.error,
.help-block.success,
.frm-success-cont {
  display: none;
}
.error404 .entry-content img {
  width: 100%;
}
.toggle {
  border: 1px solid #AAA;
  padding: 11px 10px 9px 14px;
  cursor: pointer;
  margin-bottom: 6px;
}
.toggle a {
  color: #FFF;
  text-decoration: none;
  text-shadow: 1px 1px 1px #FFF;
  color: #444;
  font-size: 18px;
  padding: 0 0 0 10px;
}
.toggle:hover {
  background-position: 0 -42px;
}
.toggle-content {
  display: none;
  background: #e6e6e6;
  padding: 20px;
  border: 1px solid #DDD;
  font-size: 14px;
  line-height: 18px;
  text-shadow: 1px 1px 1px #FFF;
  margin-bottom: 16px;
}
.toggle-content .block {
  padding: 0px;
}
.tabs-wrapper {
  overflow: hidden;
  width: 100%;
}
.tabs-wrapper .tabs {
  float: left;
  height: 41px;
  width: 100%;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.tabs-wrapper .tabs li {
  background: none !important;
  float: left;
  border: 1px solid #d6d6d6;
  margin: 8px 8px 0 0 !important;
  padding-left: 0 !important;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  bottom: -3px;
}
.tabs-wrapper .tabs li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.tabs-wrapper .tabs li a {
  height: 28px;
  line-height: 30px;
  text-decoration: none;
  font-size: 18px;
  color: #777;
  display: block;
  padding: 0 10px;
  outline: none;
  text-shadow: 1px 1px 1px #FFF;
}
.tabs-wrapper .tabs li a:hover {
  background: #FFF !important;
}
.tabs-wrapper .tabs_container {
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}
.tabs-wrapper .tab_content {
  padding: 15px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
