/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  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: #01a0e2;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
.container {width: 750px;}
}
@media (min-width: 992px) {
.container {width: 1000px;}
.colgos {max-width: 685px;}
.colgosr {min-width: 300px;}
}
@media (min-width: 1200px) {
  .container {
/*    width: 1170px;*/
	width: 1260px;}
.colgos {max-width: 980px;}	
.colgosr {min-width: 300px;}  
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 0px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(2n) > td,
.table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #E6F0F9;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {

}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(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, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
/*  background-image: none;*/
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  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-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  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: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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 .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.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;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-left: 1px solid #e7e9e8;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.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: #fff;
  background-color: #428bca;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0px;
  border: 0px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
/*  max-height: 340px;*/
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 20px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
/*  border: 1px solid transparent;*/
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #444;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
/*    padding-top: 15px;
    padding-bottom: 15px;*/
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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 {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.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: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.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;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-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: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
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: #fff;
  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-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 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 > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-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%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.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.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.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-md,
  tr.hidden-md,
  th.hidden-md,
  td.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;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */


html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}
/*------------------------------------*	$MAIN\*------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
* html {
	font-size: 100%;
}
html {
	font-size: 16px;
	line-height: 1.5em;
	min-height: 100%;
}
/** * Selection Color. */
::-moz-selection {
	color: #fff;
	background: #92c02c;
	text-shadow: none;
}
::selection {
	color: #fff;
	background: #92c02c;
	text-shadow: none;
}
::-moz-selection {
	color: #fff;
	background: #92c02c;
	text-shadow: none;
}
/*------------------------------------*	$SHARED\*------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
}
.alignnone {
	display: block;
}
.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
.sticky,
.bypostauthor {
	color: inherit;
	background: inherit;
}
/*------------------------------------*	$TYPOGRAPHY\*------------------------------------*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	direction: ltr;
}
/** * Set link colors. */
a {
	text-decoration: none;
}
a:hover,
a:visited:hover {
	text-decoration: underline;
}
/** * Headings. */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 12px 0;
	margin: .75rem 0;
	color: #222;
}
h1,
.h1 {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.1em;
}
h2,
.h2 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.1em;
}
h3,
.h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3em;
}
h4,
.h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3em;
}
h5,
.h5 {
	font-size: 16px;
	font-size: 1rem;
}
h6,
.h6 {
	font-size: 14px;
	font-size: .875rem;
}
/** * Text elements. */
p {
	margin: 0 0 10px;
	margin: 0 0 0.8rem;
}
abbr[title],
dfn[title] {
	cursor: help;
}
del {
	vertical-align: baseline;
	text-decoration: line-through;
	color: #aaa;
}
pre {
	margin: 24px 0;
	margin: 1.5rem 0;
	padding: 24px;
	padding: 1.5rem;
	color: #2080ad;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background-color: #fafafa;
}
code {
	color: #2080ad;
}
ins {
	text-decoration: none;
}
blockquote {
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-style: italic;
	margin: 24px 40px;
	margin: 1.5rem 2.5rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	color: #aaa;
	border-left: 3px solid #eee;
}
blockquote cite {
	position: relative;
	display: block;
	padding: 10px 0 0 20px;
	padding: .625rem 0 0 1.25rem;
	color: #555;
}
blockquote cite:before {
	position: absolute;
	left: 0;
	content: '\2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: '';
}
address {
	display: block;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}
ul,
ol {
	margin: 16px 0;
	margin: 1rem 0;
	padding: 0 0 0 24px;
	padding: 0 0 0 1.5rem;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
li ul,
li ol {
	margin: 0;
}
dl {
	margin: 24px;
	margin: 1.5rem;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
hr {
	clear: both;
	height: 1px;
	min-height: 0;
	margin: 5px 0;
	border-top: 1px solid #eee;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
hr.dotted {
	border-style: dotted;
}
hr.dashed {
	border-style: dashed;
}
hr.blackborder {
	border-color: #000;
}
hr.whiteborder {
	border-color: #fff;
}
/** * Print styles. */
@media print {
	* {
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
    a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
    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: .5cm;
	}
	p,
    h2,
    h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
    h3 {
		page-break-after: avoid;
	}
}
optgroup {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #222;
}
optgroup::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/*------------------------------------*	$TABLE\*------------------------------------*/
table {
	width: 100%;
	max-width: 100%;
}
table,
td {
	margin: 24px 0;
	margin: 1.5rem 0;
	padding: 5px 10px;
	padding: .3125rem .625rem;
}
th {
	margin: 5px 0 10px;
	margin: .3125rem 0 .625rem;
	padding: 5px 10px;
	padding: .3125rem .625rem;
	text-align: left;
	color: #222;
	background-color: #f0f0f0;
}
tr {
}
table button,
table input {
	*overflow: auto;
}
/*------------------------------------*	$IMAGE\*------------------------------------*/
figure > img {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
img[class*='align'],
img[class*='attachment-'] {
	height: auto;
}
embed,
iframe,
object {
	width: 100%;
	max-width: 100%;
	border: none !important;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 15px;
}
.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-bottom: 5px;
}
.wp-caption-text {
	font-style: italic;
	text-align: center;
	color: #999;
}
.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}
/*** Gallery * Taken from Twenty Fourteen theme. */
.gallery {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 4px 4px 0;
	margin: 0 .25rem .25rem 0;
}
.gallery-icon a,
.gallery-icon img {
	display: block;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.5;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: 2px 8px;
	padding: .125rem .5rem;
	text-align: left;
	opacity: 0;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
}
.gallery-caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	content: '';
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/*------------------------------------*	$STATE\*------------------------------------*/
.no-js .hide-if-no-js {
	display: none;
}
.gallery {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after,
.gallery:before,
.gallery:after {
	display: table;
	content: '';
}
.clearfix:after,
.gallery:after {
	clear: both;
}
.aligncenter {
}
.aligncenter {
    display: inline-block;
margin: 0 -4.3%;
width: 108.6%;
    max-width: 168%;
}
table .aligncenter {
    display: block;
    margin: auto;
    width: auto;
    max-width: auto;
}
article embed, article iframe, article object {
margin: 0 -4.3%;
width: 108.6%;
    max-width: 168%;
}
/*------------------------------------*	$GLOBAL \*------------------------------------*/
body {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #5F5F5F;
	background-color:#f9f9f9;
/*    background-image: url(images/fon.png);
    background-repeat: repeat;*/
}
#wrapp {
    position: absolute;
    width: 100%;
    height: 100%;
/*    background-image: url(images/bg.png);
    background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	*/
}
#page {
	margin: 0px auto;
	position: relative;
}
#content {
	position: relative;
	height: 100%;
	margin: 0px 0 20px;
}
.content-area {
	height: 100%;
	padding-left: 0px;
	margin-bottom: 15px;
	border-right: 0px solid #ecede8;
    box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
    -moz-box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
    -webkit-box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
	background: #fff;	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
	overflow: hidden;
}
header {
   padding:20px 0 0;
}
#main {
	position: relative;
	vertical-align: top;
	padding: 4%;
	border-right: 0px solid #ecede8;
}
#main2 {
}
#primary,
#secondary {
	margin-top: -1px;overflow: hidden;
}
.sidebar1 {
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 100%;
	overflow: hidden;
}
.sidebar2 {
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 100%;
}
.clearfix {
	clear: both;
}
.colgos {
}
.colgosr {
padding-left: 0;
}
.sidebar2 aside {
    box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
    -moz-box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
    -webkit-box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
	background: #fff;	
    margin-bottom:25px;	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
}
#secondary {
    box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
    -moz-box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
    -webkit-box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
	background: #fff;	
    margin-bottom:25px;	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
	overflow: hidden;
}
.footpage {
    margin: 0px auto;
}
#homecomp{
	background-image: url(images/main_2p2.png);
    background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
#main2p{
    position: relative;
    width: 100%;
    background-image: url(images/main_2p.png);
    background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
    z-index: 2;
	display: block;
min-height: 540px;
    box-shadow: 0 300px 300px 300px #fff;
    -moz-box-shadow: 0 300px 300px 300px #fff;
    -webkit-box-shadow: 0 300px 300px 300px #fff;
	max-width: 1700px;
margin: 0 auto;
}
#main2p .homec {
    background-image: url(images/main_2pc.png);
    background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;		
}
.note{
position: relative;
width: 100%;
margin: 5px auto;
padding: 1em 2em 1em 80px;
background: #F4F5ED;
display: inline-block;
text-align: left;
-moz-border-radius: 5px 0 5px 5px;
border-radius: 5px 0 5px 5px;
}
.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #fff #fff #ECEFDD #D6EFF6;
  background: #658E15;
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.3), -2px 3px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.3), -2px 3px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0px rgba(0,0,0,0.3), -2px 3px 2px rgba(0,0,0,0.2);
  display: block; width: 0;
}
.note:after {
content: "\f1ac";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #92c02c;
font-size: 38px;
padding: 0;
position: absolute;
top: 26px;
left: 23px;
}



.a {
color:#1499db;	
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    color: #1499db;
}
/** * 1.0 Color * ----------------------------------------------------------------------------- */
a:link,
a:visited,
#secondary-nav ul.sf-menu li li a:hover,
#primary-nav ul.sf-menu li li a:hover,
#primary-nav ul li a:hover,
#primary-nav ul li.current_item a
#secondary-nav .sf-menu li li a:hover,
.pagination .prev,
.pagination .next,
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.widget_tabs .tab-content .entry-title a:hover,
#site-bottom a:hover,
.sidebar2 .widget_tabs .tabs-nav li.active a,
.entry-title a:hover,
.category-box ul li strong a:hover,
.section-title a:hover,
.widget_latest_comments a:hover .name,
.related-posts ul li a:hover .entry-title,
.widget_tabs .tab-content ul li .entry-title {
	/*color: #326693;*/
	color: #1499db;
}
a:hover {
    color: #1499db;
}




/*------------------------------------*	$HEADER \*------------------------------------*/
#logo {
	line-height: 1;
	margin: 0px;
display: inline-block;
width: 100%;
}
#logo .f4 {
	float: left;
}
#logo img {
margin: 0 10px 8px 0;
width: 82px;
}
.site-title {
	font-family: Arial, sans-serif;
	font-size: 26px;
	margin: 22px 0 0 0;
	padding: 0px 0;
	text-align: left;
	display: inline-block;
}
.site-title a:hover {
text-decoration:none;
}
.site-description {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	text-align: left;
	color: #999;
	display: inline-block;
}
.header-ad {
}
.archive-ad {
}
#secondary-bar {
	display: block;
	height: 40px;
	margin-bottom: 0;
	border-top: 0px solid #dfdfdf;
}
/** * Primary Navigation * ----------------------------------------------------------------------------- */
#primary-bar {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #dfdfdf;
	background: #f9f9f9;
}
#primary-nav {
	position: relative;
	z-index: 999;
	float: left;
}
#primary-nav ul {
	float: left;
}
#primary-nav ul li {
	float: left;
	border-right: 1px solid #ecede8;
}
#primary-nav .sf-menu li ul {
	margin-top: -1px;
	padding: 0;
}
#primary-nav ul li li {
	width: 180px;
	border-right: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#primary-nav ul ul ul {
	left: 150px;
}
#primary-nav ul li a {
	font-size: 12px;
	line-height: 30px;
	display: block;
	padding: 0 15px;
	color: #333;
}
#primary-nav ul li li a:link,
#primary-nav ul li li a:visited {
	color: #999;
	border-top: none;
	border-left: none;
}
/*** Primary Navigation * ----------------------------------------------------------------------------- */
#footer-menu {
	position: relative;
	z-index: 999;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #424242;
}
#footer-menu ul {
	list-style: none;
	margin: 0;
padding: 0;
}
#footer-menu ul li {
	float: left;
}
#footer-menu .sf-menu li ul {
	margin-top: -1px;
	padding: 0;
}
#footer-menu ul li li {
	width: 180px;
	border-right: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#footer-menu ul ul ul {
	left: 150px;
}
#footer-menu ul li a {
	font-size: 12px;
	line-height: 30px;
	display: block;
	padding: 0 15px;
	color: #fff;
}
#footer-menu ul li li a:link,
#footer-menu ul li li a:visited {
	color: #fff;
	border-top: none;
	border-left: none;
}
#footer-menu ul li a:hover {
    color: #FFF;
    background: RGBA(35, 34, 34, 0.6);
}
/*** Secondary Navigation * ----------------------------------------------------------------------------- */
#secondary-nav {
	position: relative;
	z-index: 50;
}
#secondary-nav ul li {
	border-right: 1px solid #eee;
}
#secondary-nav ul li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 35px;
	display: block;
	margin-right: -1px;
	padding: 0 10px;
	color: #333;
}
#secondary-nav .sf-menu li ul {
	padding: 0;
	background: #fff;
-webkit-box-shadow:0px 5px 19px -7px #888888;
-moz-box-shadow:0px 5px 19px -7px #888888;
box-shadow:0px 5px 19px -7px #888888;	
}
#secondary-nav ul li a:hover,
#secondary-nav ul li.current_item a {
	text-decoration: none;
	color: #fff;
}
#secondary-nav ul li.home_item a {
	margin-left: 0;
}
#secondary-nav ul li.home_item a i {
	margin-right: 2px;
}
#secondary-nav ul li ul {
	margin-left: -1px;
	border-top: 0px solid #e6e6e6;
}
.rt1 .sub-menu {
	width: 384px;
}
.rt2 .sub-menu {
	width: 580px;
}
.rt3 .sub-menu {
	width: 774px;
}
#secondary-nav ul li li {
	border-right: none;
	background: none;
}
#secondary-nav ul.sf-menu li li a,
#primary-nav ul.sf-menu li li a {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 8px 15px;
	text-transform: none;
	color: #555;
	border-bottom: 1px solid #ecede8;
}
#secondary-nav ul.sf-menu li li a:hover,
#primary-nav ul.sf-menu li li a:hover {
text-decoration: none;
background: #454545;
color: #fff !important;	
}
#secondary-nav ul.sf-menu li li:last-child a,
#primary-nav ul.sf-menu li li:last-child a {
	border-bottom: none !important;
}
.fulimg {
    display: inline-block;
margin: 0 -4.3%;
width: 108.6%;
}
.fulimg img {
    width: 100%;
    margin: auto 0;
}
.links li a:link,
.links li a:visited {
	color: #333;
}
.posts .sub-cats li {
	float: none;
	width: 100% !important;
	background: none !important;
}
.posts .sub-cats li a {
	font-weight: normal !important;
	line-height: 1;
	display: block;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: #333;
	background: none;
}

.posts .cat-posts .post-list a {
	border-right: none;
}

/* Links */
.links li {
	font-size: 13px;
	line-height: 1.3;
	display: block;
	float: left;
	width: 200px !important;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-right: 30px;
	border-right: 1px solid #ecede8 !important;
}

.links li:last-child {
	height: 100%;
	margin-right: 0 !important;
	padding-right: 15px !important;
	border-right: none !important;
}

.links li span.column-heading {
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

.links li ol {
	display: block;
	margin: 0 15px 0 0 !important;
}

.links li ol li {
	margin: 0;
	border-right: none !important;
	background: none;
}

.links li ol li a {
	font-weight: normal !important;
	line-height: 15px !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	border: none !important;
}

.links li ol li:last-child a {
	margin-bottom: 0 !important;
}
/*** Header Search * ----------------------------------------------------------------------------- */
.search-form {
float: right;
margin: 5px 25px 0px;
color: #392323;
height: 28px;
position: relative;
z-index: 999;
}
.search-form input[type='search'] {
width: 220px;
height: 28px;
border: none;
padding: 1px 8px 1px 8px;
font-size: 95%;
background: #fff3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.search-form input[type='search']:active , .search-form input[type='search']:focus, .search-form input[type='search']:hover{
background: #ffffff;
}
.search-form input[type='search']:active .search-form button , .search-form input[type='search']:focus .search-form button, .search-form input[type='search']:hover .search-form button{
color: #444;
}
.search-form button {
color: #fff;
background: none;
margin: 0px;
padding: 4px 5px;
font-size: 17px;
border: none;
position: absolute;
left: -30px;
top: 0;
}
.header-date {
}

.overlay {
  position: absolute;
  z-index: 999;
  background: rgb(18, 19, 20);
  background-size: cover;  
  opacity: 0;
  @extend %transition;
  visibility: hidden;
top: 0;
left: 0;  
height: auto;
box-shadow: 0 0px 0px 2866px rgb(18, 19, 20);
}
.overlay .nv {
padding-top: 5%;	
}
.overlay .nv .page-header {
padding-bottom: 0px;
margin: 18px 0 10px;
border-bottom: 1px solid #423939;	
}
.overlay .nv .page-header h3 {
    font-size: 19px;
margin-top: 0;
margin-bottom: 4px;
color: #92b099;	
}
.overlay .nvp {
list-style:none;
margin: 0;
padding: 0;	
}
.overlay .nvp a {
    color: #fff;
    font-size: 1.7rem;
  text-decoration: none;
display: block;  
}
.overlay .nvp a .fa {
margin: 0px 10px 0 0;
font-size: 18px;
color: #c8c9b1;	
}
.navs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;
  width: 10em;
  height: 12em;
  list-style-type: none;
}
.navs a {
  display: block;
  padding: .25em 0;
  color: #fff;
  font-size: 1.85em;
  text-align: center;
  text-decoration: none;
  @extend %transition;
}  
.navs a:focus, .navs a:hover {color: #fc0;}
.navs a:active {color: #fc0000;}


.hd_tel {
    margin-top: 15px;
    padding-left: 25px;
}
.hd_tel_city {
    font-size: 14px;
/*    font-weight: bold;*/
	padding-left: 25px;
	color: #555;
}
.hd_tel_num {
    font-size: 20px;
    font-weight: bold;
}
.hd_tel .msk::before {
    padding: 0px;
    list-style: none;
    color: #92c02c;
	font-size: 22px;
    content: '\f095';
    font-family: FontAwesome;
    position: relative;
    float: left;
    margin-right: 8px;
}
.hd_tel .spo::before {
    padding: 0px;
    list-style: none;
    color: #01a0e2;
	font-size: 22px;
    content: '\f095';
    font-family: FontAwesome;
    position: relative;
    float: left;
    margin-right: 8px;
}
.hd_btn {
    margin-top: 0px;
    text-align: right;
}
.hd_btn_text {
font-size: 14px;
margin-right: 12px;
margin-bottom: 5px;
text-align: right;
}
.btn_default, .wpcf7-submit {
background: #f2245f !important;
background: -moz-linear-gradient(top,  #f2245f 0%, #f10e4f 38%, #e00b48 72%, #e00b48 100%) !important;
background: -webkit-linear-gradient(top,  #f2245f 0%,#f10e4f 38%,#e00b48 72%,#e00b48 100%) !important;
background: linear-gradient(to bottom,  #f2245f 0%,#f10e4f 38%,#e00b48 72%,#e00b48 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2245f', endColorstr='#e00b48',GradientType=0 ) !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;	
    color: #fff !important;
font-size: 12px !important;
font-weight: bold !important;
    text-transform: uppercase !important;
	position: relative !important;
line-height: 24px !important;
padding: 4px 30px !important;
box-shadow: 0 16px 11px -15px #444 !important;
-moz-box-shadow: 0 16px 11px -15px #444 !important;
-webkit-box-shadow: 0 16px 11px -15px #444 !important;
border: none !important;
}
.btn_default:hover, .wpcf7-submit:hover {color:#fff;opacity:0.8;}
.wpcf7-submit {
height: auto !important;
margin: 10px auto !important;
}
.wpcf7-form .inner-addon .fa {
    margin: 12px 7px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.8em;
    display: block;
    position: absolute;
    top: -3px;
    right: 18px;
}
.footpage .hd_tel {
display: table;
margin: 0 auto;	
}
.footpage .hd_tel_city {
font-size: 16px;
padding-left: 0px;
color: #fff;
text-transform: uppercase;
}
.footpage .hd_tel_num {
font-size: 16px;
font-weight: normal;
color: #5BAC82;
}
.btn-default {
background: #1caae6;
background: -moz-linear-gradient(top, #1caae6 0%, #16a8e5 33%, #009adb 68%, #0095d3 100%);
background: -webkit-linear-gradient(top, #1caae6 0%,#16a8e5 33%,#009adb 68%,#0095d3 100%);
background: linear-gradient(to bottom, #1caae6 0%,#16a8e5 33%,#009adb 68%,#0095d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1caae6', endColorstr='#0095d3',GradientType=0 );	
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;	
    color: #fff !important;
font-size: 14px !important;
font-weight: bold !important;
    text-transform: uppercase;
line-height: 26px !important;
padding: 6px 40px !important;
box-shadow: 0 16px 11px -15px #444;
-moz-box-shadow: 0 16px 11px -15px #444;
-webkit-box-shadow: 0 16px 11px -15px #444;
border: none;
margin-bottom: 14px;
}
.btn-default:hover {
	color:#fff;opacity:0.8;
background: #f2245f !important;
background: -moz-linear-gradient(top, #f2245f 0%, #f10e4f 38%, #e00b48 72%, #e00b48 100%) !important;
background: -webkit-linear-gradient(top, #f2245f 0%,#f10e4f 38%,#e00b48 72%,#e00b48 100%) !important;
background: linear-gradient(to bottom, #f2245f 0%,#f10e4f 38%,#e00b48 72%,#e00b48 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2245f', endColorstr='#e00b48',GradientType=0 ) !important;	
}
.fa-map-marker {
    color: #01a0e2;
    font-size: 18px;
    margin-right: 8px;
}
.fa-phone {
    color: #92c02c;
    font-size: 18px;
    margin-right: 8px;
}
.modal-dialog {
    width: 500px;
    margin: 60px auto;
    background: #fff;
box-shadow: 0 0 89px 0 #EAEAE4 inset, 0 7px 30px -4px #0B5B8D;
-moz-box-shadow: 0 0 89px 0 #EAEAE4 inset, 0 7px 30px -4px #0B5B8D;
-webkit-box-shadow: 0 0 89px 0 #EAEAE4 inset, 0 7px 30px -4px #0B5B8D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pochta {
text-align: center;
display: inline-block;
position:relative;
line-height: 20px;
margin: 0px;
padding: 20px;
background-image: url(images/dashedborder.png);
background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
margin-bottom: 25px;
}
.pochta .tel:before{
	padding:5px;
	margin:4px;
	background:#eee;
	width:100%;
	position:relative;
	height:100%;
	content:;
}
.pochta:after{
	padding:5px;
	margin:4px;
	background:#555;
	width:100%;
	position:relative;
	height:100%;
	content:;
}
.pochta .tel{
display: block;
color: #01a0e2;
font-size: 16px;
width: 100%;
line-height: 16px;
margin: 0;
padding: 0;
font-weight: bold;
}
.pochta .podp{
display: block;
font-size: 12px;
width: 100%;
line-height: 18px;
margin: 0;
padding: 0;
font-style: italic;
}
.pochta .btn_default {
    margin-top: 70px;
	padding: 2px 15px !important;
}










/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  line-height:60px;
  top: 50%;
  z-index: 10;
  overflow: hidden;
/*  opacity: 0;*/
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 30px;
  display: inline-block;
  content: '\f053';
  color: #01a0e2;
  text-shadow: 1px 1px 1px rgba(171, 168, 168, 0.79);
}
.flex-direction-nav a.flex-next:before {
  content: '\f054';
}
.flex-direction-nav .flex-prev {
  left: 20px;
}
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
/*  left: 10px;*/
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
/*  right: 10px;*/
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  content: '\f04c';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f04b';
}
.flex-control-nav {
  position: absolute;
  bottom: 0px;
  left:45%;
  text-align: center;
  z-index: 2;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  border: 2px solid #01a0e2;
  cursor: pointer;
  text-indent: -9999px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #01a0e2;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



#slider{
    margin: 5px auto 0;
    max-width: 1364px;
    clear: both;
}
#slider .slides li:after{
    display: block;
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    height: 3px;
}
.slide_content{
    position: absolute;
left: 45%;
top: 60px;
}
.slide_text{
color: #4E4E4E;
font-size: 40px;
line-height: 55px;
font-weight: bold;
margin-bottom: 34px;
font-family: Tahoma;
}
.slide_text span{
}
.slide_text span .bt1{
color: #01a0e2;
text-decoration: underline;
}
.slide_btn a{
text-decoration: none;
display: inline-block;
background-color: #01a0e2;
color: #fff !important;
text-transform: uppercase;
padding: 0 30px 0 60px;
line-height: 37px;
font-size: 15px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
border: none;
background-position: right center;
background-repeat: no-repeat;
position: relative;
}
.slide_btn_icon{
    position: absolute;
    display: block;
    width: 26px;
    height: 30px;
    top: 3px;
    left:20px;
}

.slides .slid1 {
background: #243c3f;
background: -moz-linear-gradient(top,  #243c3f 0%, #112a2e 49%, #03282d 100%);
background: -webkit-linear-gradient(top,  #243c3f 0%,#112a2e 49%,#03282d 100%);
background: linear-gradient(to bottom,  #243c3f 0%,#112a2e 49%,#03282d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243c3f', endColorstr='#03282d',GradientType=0 );
}
.slides .bt1 {
color: #1BAAE5;
font-weight: bold;
font-size: 54px;
border-bottom: 4px solid #1BAAE5;
text-decoration: none !important;
line-height: 62px;
}
.slides .slid2 {
background: #514059;
background: -moz-linear-gradient(top,  #514059 0%, #421954 49%, #391547 100%);
background: -webkit-linear-gradient(top,  #514059 0%,#421954 49%,#391547 100%);
background: linear-gradient(to bottom,  #514059 0%,#421954 49%,#391547 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#514059', endColorstr='#391547',GradientType=0 );
}
.slides .bt2 {color: #1BAAE5;
font-weight: bold;
font-size: 54px;
border-bottom: 4px solid #1BAAE5;
text-decoration: none !important;
line-height: 62px;
}
.slides .slid3 {
background: #3b4c68;
background: -moz-linear-gradient(top,  #3b4c68 0%, #00266b 49%, #001b51 100%);
background: -webkit-linear-gradient(top,  #3b4c68 0%,#00266b 49%,#001b51 100%);
background: linear-gradient(to bottom,  #3b4c68 0%,#00266b 49%,#001b51 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4c68', endColorstr='#001b51',GradientType=0 );
}
.slides .bt3 {color: #1BAAE5;
font-weight: bold;
font-size: 54px;
border-bottom: 4px solid #1BAAE5;
text-decoration: none !important;
line-height: 62px;
}
.slides .slid4 {
background: #f45644;
background: -moz-linear-gradient(top,  #f45644 0%, #f51c01 49%, #e80202 100%);
background: -webkit-linear-gradient(top,  #f45644 0%,#f51c01 49%,#e80202 100%);
background: linear-gradient(to bottom,  #f45644 0%,#f51c01 49%,#e80202 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45644', endColorstr='#e80202',GradientType=0 );
}
.slides .bt4 {
color:transparent;
font-weight: bold;
font-size: 54px;
border-bottom: 0px solid #1BAAE5;
text-decoration: none !important;
line-height: 62px;
background: url(images/bt4.png) repeat center left;
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
}
.slides a:hover {text-decoration:none !important;}
.garant {
	background: #fff url(images/garant.png) no-repeat center right;
}
.service{
padding: 0;
margin: 20px 0;
background: #fff;
box-shadow: 0px 1px 16px -11px #564c4c;
-moz-box-shadow: 0px 1px 16px -11px #564c4c;
-webkit-box-shadow: 0px 1px 16px -11px #564c4c;	
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: relative;
overflow: hidden;
min-height: 660px;
}
.disclaimer_text {text-align: center;font-style: italic;}
.service_page .service{
    padding-top: 55px;
}
.service_icon{
text-align: center;
margin-bottom: 0px;
background: #01a0e2;
color: #fff;
float: left;
padding: 20px 20px 0 20px;
z-index: 9999;
position: relative;
}
.service_price{
font-size: 27px;
text-align: center;
margin: 2px auto 0;
clear: left;
padding: 24px 0;
display: inline-block;
width: 100%;
background: #01a0e2;
color: #fff;
position: absolute;
bottom: 0;
}
.service_price:before{
border-bottom: 2.2rem solid #01a0e2;
border-left: 60vh solid transparent;
border-right: 0 solid transparent;
position: absolute;
width: 0;
height: 0;
content: "";
left: 0;
top: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent;
z-index: 999;
bottom: 100%;
}
#serv .col-lg-4:nth-child(2n) .service_price:before {
border-bottom: 2.2rem solid #01a0e2;
border-right: 60vh solid transparent;
border-left: 0 solid transparent;
position: absolute;
width: 0;
height: 0;
content: "";
left: 0;
top: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent;
z-index: 999;
bottom: 100%;
} 
.service_title{
font-size: 20px;
color: #fff;
text-align: left;
line-height: 30px;
margin: 0 0 40px 0;
background: #01a0e2;
padding: 23px 0 32px 0;
position: relative;
}
.service_title:after{
border-top: 2.2rem solid #01a0e2;
border-left: 0 solid transparent;
border-right: 60vh solid transparent;
position: absolute;
width: 0;
height: 0;
content: "";
left: 0;
top: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent;
z-index: 999;
}
#serv .col-lg-4:nth-child(2n) .service_title:after {
border-top: 2.2rem solid #01a0e2;
border-right: 0 solid transparent;
border-left: 60vh solid transparent;
position: absolute;
width: 0;
height: 0;
content: "";
left: 0;
top: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent;
z-index: 999;
} 
.service_menu{
}
.service_menu ul{
    margin:0;
    padding:0;
    list-style: none;
}
.service_menu ul li{
list-style: disc;
margin-left: 30px;
}
.service_menu ul li:last-of-type{
    margin-bottom: 0;
}
.service_menu ul li a{
display: block;
color: #555 !important;
font-size: 16px !important;
padding: 0;
text-decoration: none;
position: relative;
line-height: 34px;
margin-left: 0px;
text-transform: uppercase;
font-weight: 400;
}
.service_menu ul li a:hover{color: #01a0e2 !important;font-weight:400;}
.service_menu ul li.mini a{
    line-height: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.service_menu ul li a:hover{

}
.service_menu ul li a:after{
    display: block;
    content:"";
    width: 4px;
    height: 8px;
    background: url('images/home_menu_tri.png') 0 0 no-repeat;
    position: absolute;
    left:0;
    top: 19px;
}
.services_operator{
    background: url('images/operator.png') right top no-repeat;
    min-height: 390px;
    width:100%;
}
.preim_title{
    margin-top:50px;
    font-size: 54px;
    font-weight: bold;
    color:#9bc53e;
    margin-left:35px;
    margin-bottom: 10px;
}
.preim_left{
    float:left;
    width: 60%;
    padding: 7px 0 5px;
}
.preim_icon{
    text-align: center;
    margin-bottom: 15px;
    margin-top:30px;
}
.prei_title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.preim_right{
    position: relative;
    float:right;
    width:40%;
    height: 383px;
}
.preim_right:before{
    position: absolute;
    display: block;
    content:"";
    background: url('images/man_form.png') 0 0 no-repeat;
    width: 446px;
    height: 446px;
    top:-27px;
    right:0;
}
.preim_form{
    position: absolute;
    z-index:2;
    right:17px;
    top:40px;
    width:255px;
}
.project_single {
border: 0px solid #ddd;
margin: 12px 0px;
padding: 0;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
-o-transition: 0.3s;
-ms-transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.project_single:hover{
box-shadow: 0 0 29px -6px rgba(95, 95, 95, 0.84);
-moz-box-shadow: 0 0 29px -6px rgba(95, 95, 95, 0.84);
-webkit-box-shadow: 0 0 29px -6px rgba(95, 95, 95, 0.84);
-ms-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.project_single a{
    text-decoration: none;
    color:#3d3d3d;
}
.projects_title {
font-size: 34px;
display: inline-block;
width: 100%;
margin: 0;
line-height: 1;
padding: 16px 0;
text-align: center;
font-weight: bold;
text-transform: uppercase;
color: #01a0e2;
}
.project_thumb{
    height: 265px;
    overflow: hidden;
width: 100%;
margin: 0;
padding: 0;	
}
.project_thumb img{
    width:100%;
    height: auto;
}
.project_title{
    display: block;
background: #01a0e2;
color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    min-height: 70px;
position: absolute;
bottom: 0;
margin: 0;
width: 100%;	
}
.project_title:before{
border-bottom: 2.2rem solid #01a0e2;
border-left: 93vh solid transparent;
border-right: 0 solid transparent;
position: absolute;
width: 0;
height: 0;
content: "";
left: 0;
top: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent;
z-index: 999;
bottom: 99%;
}
#serv .col-lg-3:nth-child(2n) .project_title:before {
border-bottom: 2.2rem solid #01a0e2;
border-right: 93vh solid transparent;
border-left: 0 solid transparent;
position: absolute;
width: 0;
height: 0;
content: "";
left: 0;
top: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent;
z-index: 999;
bottom: 99%;
} 
.widget_titles{
	background: #3c4885;
	text-align:left;
	margin: -22px -11px 22px;
	position: relative;
}
.widget_titles:after{
border-top: 1.9rem solid #3c4885;
border-left: 0 solid transparent;
border-right: 50vh solid transparent;
position: absolute;
width: 0;
height: 0;
content: "";
left: 0;
top: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent;
z-index: 999;
}
.widget_titles h4{
color:#fff;	font-weight:700;
font-size: 18px;
line-height: 1.2em;
padding: 15px 28px;
}
.pad5 {
    text-align: center;
}
.pad5 .img5 {
}
.pad5 .img5 img {
}
#subscr_form_thanks{
    text-align: center;
    font-size: 26px;
	margin-top:55px;
    display: none;
}
#preim_form_thanks {
    text-align: center;
    font-size: 18px;
    display: none;
}
.preim_form_title{
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
}
.preim_form_row{
    margin-bottom: 15px;
}
.preim_form_row label{
    font-weight: normal;
    color:#fff;
    font-size: 14px;
    margin-bottom: 0;
    display: block;
}
.preim_form_row input[type=text]{
    background: #fff;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    border:none;
    width:100%;
}
.preim_form button{
    width:100%;
    box-sizing: border-box;
    margin-top:5px;
}
#services{
    margin-bottom: 45px;
}
#home_video{
    background: url('images/video_bg.jpg') 0 0 repeat-x;
    padding: 175px 0 195px 0;
}
.home_video{
    width:646px;
    height: 397px;
    border: 10px solid #00a0e3;
    box-sizing: border-box;
    position: relative;
}
.home_video:after{
    content:"";
    display: block;
    width: 303px;
    height: 31px;
    background: url('images/video_shadow.png') 0 0 no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -151.5px;
    bottom: -70px;
}
#home_news{
    padding: 55px 0 70px 0;
}
#counts{
    background: #c4eeff;
    padding: 50px 0 30px 0;
}

.comp {
    height: 361px;
    position: relative;
	margin-bottom: 40px;
}
.comp .cnop {
height: 36px;
position: absolute;
bottom: 1px;
right: 207px;
width: 140px;
text-align: center;
cursor: pointer;
}
.llr {text-align:center;color:#fff;}
.llr a{color:#fff !important;text-decoration:underline;}
.brt {
width: 100%;
display: table;
margin: 35px 0 0;
padding: 0px 0;
line-height: 40px;
height: 66px;
}
.count_single{
    text-align: left;
}
.count_num{
    font-size: 65px;
}
.count_num{
    font-size: 65px;
}
.brt:nth-child(1) .count_num{color:#F78000;}
.brt:nth-child(2) .count_num{color:#89B529;}
.brt:nth-child(3) .count_num{color:#5A01F0;}
.count_text{
    font-size: 18px;
    position: relative;
line-height: 25px;
margin: 0;
padding: 0;	
}
.count_text:after{
}
#counts .count_single:nth-child(1) .count_text{
    line-height: 54px;
}
#counts .count_single:last-of-type .count_text:after{
    display: none;
}
#ss_form{
    max-height: 0;
    overflow: hidden;
    transition: none;
    margin:0 auto;
    box-sizing: border-box;
}
#ss_form.opened{
    max-height: 500px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
.counters {
background: #e9f1f0;
background: -moz-linear-gradient(top,  #e9f1f0 0%, #eef4f3 14%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #e9f1f0 0%,#eef4f3 14%,#ffffff 100%);
background: linear-gradient(to bottom,  #e9f1f0 0%,#eef4f3 14%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f0', endColorstr='#ffffff',GradientType=0 );
display:inline-block;
margin:0;
padding:50px 0 5px;
position: relative;
left: -4.3%;
right: -4.3%;
width: 108.6%;
z-index:3;
margin-top: -33px;
}
.skt-counter { margin: 0 auto; text-align: center;}
.skt-counter-number { 
font-size: 70px;
line-height: 70px;
color: #01a0e2 !important;
position: relative;
margin: 0;
padding: 0;
}
.skt-counter-number:after { 
	content: attr(title);
	position: absolute; 
	left: 0;
	top: 60%; 
	width: 100%;
	height: 100%;
	-moz-transform: scaleY(-1); 
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
z-index: 1;
opacity: 0.1;
line-height: 50px;
}
.skt-counter-number:before { 
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background:-moz-linear-gradient(top, rgba(255,255,255,0.2), rgba(255,255,255,1)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.2), rgba(255,255,255,1));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), to(rgba(255,255,255,1)));
	position: absolute;
	left: 0;
	top: 100%; 
	z-index: 2; 
}
.skt-counter h6.skt-counter-title {
font-size: 19px;
line-height: 24px;
margin: 0;
padding: 5px 0 15px;
font-weight: 400;
color: #777 !important;
position: relative;
z-index: 999;
}
.hyourdiscount {
    height: 85px;
    margin-left: 60px;
}
.hydiscount {
    width: 80px;
    text-align: center;
    margin-left: 70px;
    position: relative;
    top: 22px;
}
.hvdvalue {
    width: 80px;
    text-align: center;
    margin-left: 70px;
    position: relative;
    top: 14px;
}
.rew img {
    margin-bottom: 10px !important;
    width: 85% !important;
box-shadow: 0 0 42px -14px #909090CC;
-moz-box-shadow: 0 0 42px -14px #909090CC;
-webkit-box-shadow: 0 0 42px -14px #909090CC;
}
.rew h3 {
    margin: 0 !important;
    color: #01a0e2 !important;
    height: 50px !important;
    font-size: 18px !important;
}
#ring_form_thanks{
font-size: 14px;
text-transform: uppercase;
text-align: center;
margin: 15px;
    display: none;
}
/*** Listings * ----------------------------------------------------------------------------- */
.blog-list .hentry {
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.blog-list .entry-thumbnail {
min-width: 100%;
height: auto;
max-width: 160%;
min-height: 100%;
width: auto;
}
.list .hentry {
	position: relative;
	margin-bottom: 14px;
	padding: 0px 6px 0 0;
}
.list .entry-thumbnail {
width: auto;
min-height: 100%;
min-width: 100%;
}
.grid .hentry {
	float: left;
	width: 411px;
	margin: 0;
	padding: 15px 15px 15px 0;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 0px solid #e9e9e9;
	border-top: 0px solid #e9e9e9;	
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.grid .hentry:nth-of-type(2n) {
	padding-right: 0;
	padding-left: 15px;
	border-right: none;
}
.grid .hentry:nth-of-type(1),
.grid .hentry:nth-of-type(2) {
	margin-top: 5px;
	padding-top: 0;
/*	height: 250px;*/
}
.grid .entry-title {
	font-size: 18px;
	line-height: 20px;
padding: 0 !important;
margin: 0 !important;
border-bottom: none !important;
}
.grid .entry-thumbnail {
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}
.grid .entry-content {
	float: left;
}
.error404 #main {
	padding-top: 15px;
}
/*** Article * ----------------------------------------------------------------------------- */
article {
	margin: 0;
	padding: 0 0 15px;
}
.entry-title {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.content-loop .entry-thumbnail {
}
.thumb .entry-thumbnail {
 -moz-transition: all 1s cubic-bezier(.65,.05,.36,1);
 -o-transition: all 1s cubic-bezier(.65,.05,.36,1);
 -webkit-transition: all 1s cubic-bezier(.65,.05,.36,1);
}
.thumb .entry-thumbnail:hover {
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -o-transform: scale(1.5);	
}
.site-main .entry-thumbnail {
margin: 0px 0px 10px 0;
padding: 0px;
border: 5px solid #e4d7c0;
width: 99%;
}
.entry-meta {
	font-size: 11px;
	margin: 0 0 10px 0;
	color: #999;
}
.entry-meta a {
	color: #888 !important;
}
.meta-sep {
	margin: 0 3px;
	color: #ccc;
}
.more-link a{
border:1px solid #01a0e2;
border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;
display:inline;
float:right;
margin:3px 0px 0px 3px;padding:4px 20px;}
.more-link a:hover{text-decoration:none;color:#fff;
background:#01a0e2;}
/*** Breadcrumbs * ----------------------------------------------------------------------------- */
#breadcrumbs {
	font-size: 12px;
padding: 10px 15px !important;
color: #999;
margin: 0 !important;
}
#breadcrumbs .sep {
	padding: 0 1px;
}
/*** Single Post * ----------------------------------------------------------------------------- */
article header {
	padding:0px 0;
} 
h1.entry-title {
font-size: 24px;
color: #01a0e2;
line-height: 26px;
margin: 0 0 6px 0 !important;
}
.single article {
	padding-bottom: 0;
}
.single .entry-thumbnail {
	width: 99%;
	height: auto;
	margin: 0 auto 15px auto;
}
.entry-content img {
	margin-bottom: 15px;
}
.entry-content p {
	margin-bottom: 15px;
}
#main h2 {
    font-size: 21px;
}
#main h1, #main h2, #main h3, #main h4, #main h5 {
    margin: 0 0 15px 0;
/*    color: #01a0e2;*/
}
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	margin: 0 0 15px 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin: 0 0 15px 0;
/*	color:#01a0e2;*/
}
.entry-content h1 {
	font-size: 28px;
}
.entry-content h2 {
	font-size: 21px;
}
.entry-content h3 {
	font-size: 20px;
}
.entry-content h4 {
	font-size: 18px;
}
.entry-content h5 {
	font-size: 16px;
}
.entry-content ul,
.entry-content ol {
	margin: 15px 0 15px 15px;
}
.entry-content ol {
/*	list-style-type: decimal;*/
	list-style-type: none;
}
.entry-content ul {
	list-style-type: square;
	list-style-type: none;
}
.entry-content ul li::before {
    padding: 0px;
    list-style: none;
    color: #01a0e2;
    content: '\f00c';
    font-family: FontAwesome;
    position: relative;
    float: left;
    margin-right: 8px;
}
.entry-content ol li::before {
padding: 0px;
list-style: none;
color: #01a0e2;
content: '\f111';
font-family: FontAwesome;
position: relative;
float: left;
margin-right: 8px;
font-size: 9px;
}
.red li::before {
    padding: 0px;
    list-style: none;
    color: #ED6E5F !important;
    content: '\f00c';
    font-family: FontAwesome;
    position: relative;
    float: left;
    margin-right: 8px;
}
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
	margin: 0 0 0 15px;
}
.entry-content blockquote {
	overflow: hidden;
	margin: 20px 20px;
	padding: 0 30px 0 20px;
	border-left: 10px solid #f7f7f7;
}
/*------------------------------------*	$WIDGETS \*------------------------------------*/
.widget-title {
	margin: 0;
	display: block;
	padding: 20px 10px 0px 20px;
	color: #01a0e2;
	font-weight: bold;
}
.widget ul,
.textwidget,
#calendar_wrap,
.widget .adwidget,
.widget .form-subscribe,
.widget .video-frame {
	margin: 0;
	padding: 10px;
	overflow: hidden;
}
.widget .adwidget {
	margin: 0;
	padding: 0px;
	text-align: center;
}
.standard-style {
	padding: 17px !important;
}
.standard-style li {
	border-bottom: 1px solid #ecede8;
}
#calendar_wrap table {
	margin: 0;
}

#calendar_wrap table th {
	background: #fbfbfb;
}
#calendar_wrap table td,
#calendar_wrap table th {
	text-align: center;
}
#calendar_wrap table caption {
	font-weight: bold;
	padding-bottom: 5px;
}
.gnat_thumb {}
.gnat_thumb ul {}
.gnat_thumb ul li {
text-align: left;
color: #777;
font-size: 12px;
line-height: 17px;
}
.tiser_date {
position: relative;
display: block;
overflow: hidden;
float: left;
clear: left;
}
.widget .comment-author-link{}
.thumbr{
	/*float:left;border:1px solid #eee;padding:2;*/
   float: left;
   overflow:hidden;
   padding:0;
   margin:0 10px 0px 0;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   box-shadow: 1px 1px 2px 1px #cfcfcf;
   -webkit-box-shadow: 1px 1px 2px 1px #cfcfcf;
   -moz-box-shadow: 1px 1px 2px 1px #cfcfcf;
}
a.more_read{
font-size: 12px !important;
padding: 7px 19px !important;
margin: 6px 0 9px 10px !important;
line-height: 20px !important;
display: inline-block !important;
text-transform: none;
float: right;
position: relative;
}
.size_1 img{width:45px;height:45px;}
.size_2 img{width:75px;height:75px;}
.size_3 img{width:100px;height:100px;}
.size_4 img{width:125px;height:125px;}

.rpimg {
	float: left;
	width: 90px;
	height: 90px;
	overflow:hidden;
	margin-right: 10px;
   -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 1px 1px 2px 1px #cfcfcf;
    -webkit-box-shadow: 1px 1px 2px 1px #cfcfcf;
    -moz-box-shadow: 1px 1px 2px 1px #cfcfcf;
border: 4px solid #e0e0e0;
}
.entry-thumb {
    width: auto;
    min-height: 90px;
    margin: 0;
    padding: 0px;
    min-width: 90px;
    height: auto;
}
.posts-thumbnail-widget li {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 0 5px 0 !important;
	border-bottom: 1px solid #e9e9e9;
	background: none !important;
}
.posts-thumbnail-widget li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.posts-thumbnail-widget .entry-thumb {

}
.posts-thumbnail-widget .entry-date {
	font-size: 11px;
	display: block;
	margin-top: 5px;
	margin-right: 3px;
	color: #999;
}
.widget-daily-views p {
	margin: 0;
}
.widget-daily-views .entry-info {
	margin-top: 5px;
}
.widget-daily-views .entry-date {
	display: inline;
}
.posts-thumbnail-widget .entry-view {
	font-size: 11px;
	display: inline;
	color: #999;
}
.posts-thumbnail-widget .classic-style .entry-thumb {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 10px;
}
.widget ul {
padding-left: 40px;
}
.widget ul li {
position: relative;
padding: 0px;
list-style: disc;
color: #01a0e2;
/*background: url(images/ico-bullet.gif) no-repeat 0px 6px;*/
/*text-align: right;
font-size: 88%;
line-height: 20px;*/
}
.widget_categories ul li a {
display: block;
text-align: left;
/*float: left;*/
width: auto;
/*font-size: 16px;*/
/*line-height: 18px;*/
}
.widget ul li a {
display: inline-block;
text-align: left;
width: auto;
color:#444;
}
.widget ul li a:hover {
color:#01a0e2;
text-decoration:none;
}
#secondary .widget ul li a::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    visibility: hidden;
    background-color: #01a0e2;
    -webkit-transition: all .1s ease;
    transition: all .3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
#secondary .widget ul li a:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.sidebar2 .widget ul li a {
    display: block;
    text-align: left;
    width: auto;
/*    font-size: 14px;*/
    line-height: 15px;
   word-break: break-all;
}
.widget ul li ul {
    padding: 0px;
    margin-bottom: -2px;
}
.sidebar2 .posts-thumbnail-widget .classic-style .entry-thumb {
	width: 160px;
	height: 100px;
}

.widget_search {
	padding-bottom: 15px;
}

.widget_search form {
	font-size: 12px;
	font-style: italic;
	margin: 15px;
	color: #999;
	background: #fff;
}

.widget_search input[type='search'] {
	width: 100% !important;
}

.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.subscribe-widget {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.subscribe-widget form {
	font-size: 12px;
	padding: 15px;
	color: #666;
}

.subscribe-widget p {
	margin-bottom: 10px;
}

.widget input[type='text'] {
	float: left;
	width: 75%;
	height: 30px;
	color: #999;
}

.widget button {
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding: 4px 10px;
	vertical-align: middle;
	color: #333;
	background: #fafafa;
}

/* Tabs Widget */
.widget_tabs {
	border-top: 1px solid #ecede8;
}

.widget_tabs .tabs-nav {
	font-size: 11px;
	font-weight: bold;
	overflow: visible;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	background: #fbfbfb;
}

.widget_tabs .tabs-nav li {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 34px;
	margin: 0 0 0 -3px;
	padding: 0 0 0 15px !important;
	list-style: none;
	border-bottom: none;
}

.widget_tabs .tabs-nav li a {
	font-size: 11px;
	font-weight: bold;
	line-height: 33px;
	display: block;
	height: 30px;
	margin: 0;
	padding-right: 15px;
	text-transform: uppercase;
	color: #333;
	border-right: 1px solid #ecede8;
}

.widget_tabs .tabs-nav li a:hover,
.widget_tabs .tab-content ul li a:hover {
	text-decoration: none;
}

.widget_tabs .tab-content ul li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ecede8;
}

.widget_tabs .tab-content ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.widget_tabs .tab-content ul li .entry-title {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 5px;
}

.widget_tabs .tab-content ul li .entry-title:hover,
.widget_tabs .tab-content ul li span:hover {
	text-decoration: underline;
}

.widget_tabs .tab-content ul li strong {
	font-size: 12px;
	color: #666;
}

.pagination {
display: table !important;
width: auto;
margin: 15px auto !important;
    box-shadow: 0 20px 6px -11px #15151533;
    -webkit-box-shadow: 0 20px 6px -11px #15151533;
    -moz-box-shadow: 0 20px 6px -11px #15151533;
}

.pagination .page-numbers {
/*    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
    background: linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 );
    border: 1px solid #e7e6e6;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 0 1px;
    cursor: pointer;
    *cursor: hand;
/*    color: #606060;
    font-size: 11px;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #dfdfdf;*/
}
/*
.pagination .page-numbers:hover {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%);
    background: linear-gradient(top, #f6f6f6 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 );
}*/
.pagination .page-numbers:active, .pagination .page-numbers:hover, .page-numbers.current {
    background: #01a0e2;
    color: #fff !important;
    border-color: #646464;
    box-shadow: 0 1px 2px #1387BD inset, 0 2px 4px #1212121A;
    -webkit-box-shadow: 0 1px 2px #1387BD inset, 0 2px 4px #1212121A;
    -moz-box-shadow: 0 1px 2px #1387BD inset, 0 2px 4px #1212121A;
/*    font-weight: bold;*/
	text-decoration: none !important;
}

.pagination .page-numbers {
/*	display: inline-block;
	margin: 0 1px;
	padding: 4px 8px;
	text-decoration: none;
	color: #666;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;*/
}

.pagination .prev,
.pagination .next {
/*	border: 1px solid #e0e0e0;
	background: #fbfbfb;*/
}

.pagination .prev:hover,
.pagination .next:hover {
	text-decoration: underline;
}

.pagination ul.page-numbers {
	margin: 0;
	padding: 0;
	background: none;
}

.pagination ul.page-numbers li {
	float: left;
}

.grid .pagination {
	margin-top: 15px;
}

/*------------------------------------*	$COMMENTS
\*------------------------------------*/
/* Comment List */
#comments {
	margin: 30px 0;
}

#comments header {
	margin: 15px 0;
}

#comments header h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
}

#comments header h2 strong {
	text-transform: uppercase;
}

#comments ol,
#comments article {
	margin: 0;
	padding: 0;
}

#comments .commentlist {
	clear: both;
	margin: 0;
	list-style: none;
}

#comments .commentlist:after {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	content: '\0020';
}

#comments .commentlist li.comment {
	position: relative;
	margin-bottom: 15px;
	padding: 15px;
	list-style: none;
	border: 1px solid #ecede8;
}

#comments .commentlist .thread-even {
	background: #fafafa;
}

#comments .commentlist li.comment .comment-head span {
	display: block;
}

#comments .commentlist li.comment:after {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	content: '\0020';
}

#comments .commentlist li.comment .comment-container:after {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	content: '\0020';
}

#comments .commentlist li.comment .comment-container div.avatar,
#comments .commentlist li.comment .comment-container .comment-head,
#comments .commentlist li.comment .comment_container .comment-text {
	float: left;
}

#comments .commentlist li.comment .comment-container .comment-entry {
	clear: both;
	margin: 0;
}

#comments .commentlist li.comment .comment-container .comment-entry p {
	margin: 0;
	padding-bottom: 10px;
}

#comments .commentlist li.comment .comment-container .comment-head {
	margin-bottom: 15px;
}

#comments .commentlist li.comment .comment-head .name {
	font-size: 14px;
	font-weight: bold;
}

#comments .commentlist li.comment .comment-head .date a {
	font-size: 11px;
	color: #999;
}

#comments .commentlist li.comment img.avatar {
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #e9e9e9;
	background: #fff;
}

#comments .commentlist li.comment .comment_container .comment-text {
	width: 91.35%;
}

#comments .commentlist li.comment .depth-2 {
	background: #fff;
}

#comments .commentlist li.comment .depth-3 {
	background: #fafafa;
}

#comments .commentlist li.comment .depth-4 {
	background: #fff;
}

#comments .commentlist li.comment .reply {
	position: absolute;
	top: 15px;
	right: 15px;
}

#comments .commentlist li.comment #respond {
	padding-top: 15px;
}

#comments .navigation a {
	display: block;
	text-decoration: none;
}

#comments .pingbacks li.pingback {
	margin: 0 0 15px;
}

#comments .pingbacks li.pingback .reply {
	display: none;
}

#comments .nocomments {
	margin: 15px 0;
	padding: 15px 0;
	border: 4px double #e8e4e3;
	border-right: 0;
	border-left: 0;
}

/* Comment Form */
#respond {
	margin: 0 0 15px;
}

#respond #reply-title {
	font-size: 16px;
	margin: 0 0 10px;
}

#respond #reply-title small {
	font-size: 11px;
	margin-left: 10px;
}

#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
}

#respond #commentform .comment-form-author label,
#respond #commentform .comment-form-email label,
#respond #commentform .comment-form-url label {
	font-size: 13px;
	display: inline-block;
	margin-bottom: 5px;
}

#respond #commentform .fa {
	margin-right: 5px;
}

#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
	width: 100%;
}

#respond #commentform .comment-form-url {
	margin-right: 0;
}

#respond #commentform .comment-form-comment {
	clear: both;
}

#respond #commentform p {
	font-size: 13px;
	margin-bottom: 10px;
}

#respond #commentform .form-submit {
	margin-bottom: 0;
}

#respond #commentform .form-submit #submit {
	font-size: 13px;
	font-weight: bold;
	padding: 6px 10px;
	color: #333;
	background: #fafafa;
}

#respond #commentform label {
	display: block;
}

#respond #commentform input.txt,
#respond #commentform textarea {
	width: 100%;
}

#comment-nav-below {
	margin: 0 0 15px 0;
}
.bordered td {
border: 2px solid #E7F4F2;
padding: 5px;
vertical-align: top;
}
.nav-previous {
	float: left;
	margin-bottom: 15px;
}
.nav-next {
	float: right;
	margin-bottom: 15px;
}
.socbuttons{
margin: 0;
padding: 13px 0 26px 33px !important;
}
.socbuttons li {
list-style: none;
display: block;
margin: 0;
padding: 0 !important;
}
.socbuttons .item{
	background-image: url(images/socialist.png);	
    background-repeat: no-repeat;
	background-position: top left;
padding: 9px 0 9px 38px;
margin: 0;
line-height: 18px !important;	
}
.socbuttons .vk{background-position: 0px 3px;}
.socbuttons .facebook{background-position: 0px -33px !important;}
.socbuttons .twitter{background-position: 0px -70px !important}
.socbuttons .google{background-position: 0px -108px !important}
.socbuttons .youtube{background-position: 0px -144px !important}
.socbuttons .ok{background-position: 0px -179px !important}
.socbuttons .tel{background-position: 0px -214px !important}


.bottom-pag {
	background-image: url(images/bottom-pag.png);	
    background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 46px;
	padding-top: 51px;
}
.panel-body {
    padding: 6px;
}
.panel {
    margin-bottom: 10px !important;
    background-color: transparent !important;
    border: 0px solid transparent !important;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    vertical-align: top;
}
.panleft {
text-align:left;margin-top: 40px;
}
.panright {
text-align:right;margin-top: 40px;
}
.panleft .fa {
margin: 0;
display: inline-block;
float:left;
width: 50px;
height:50px;
}
.panright .fa {
margin: 0;
display: inline-block;
float:right;
width: 50px;
height:50px;
}
.panleft .panel-body span {
font-size: 14px;
font-weight: bold;
color: #777;
margin: 0px 0 0 15px;
display: inline-block;
}
.panright .panel-body span {
font-size: 14px;
font-weight: bold;
color: #777;
margin: 0px 15px 0 0;
display: inline-block;
}
.panel .fa{
	background-image: url(images/footpagicon.png);	
    background-repeat: no-repeat;
	background-position: top left;
}
.faright1{background-position: 0px 0px;}
.faright2{background-position: 0px -50px !important;}
.faright3{background-position: 0px -100px !important}
.faright4{background-position: 0px -150px !important}
.faright5{background-position: 0px -200px !important}
.faright6{background-position: 0px -250px !important}

.expan {
text-align: center;
font-style: italic;
margin: 0 0 70px;
padding: 10px 10px 0px;
display: inline-block;
width: 100%;
max-height: 350px;
-webkit-transition: max-height 0.8s;
-moz-transition: max-height 0.8s;
transition: max-height 0.8s;
color: #000;
text-shadow: 1px 0px 1px #fff;
font-size:17px;
}
.expan.closed {
/*	display:none;*/
max-height: 0;
margin:0;
overflow: hidden;
transition: none;
box-sizing: border-box;	
-webkit-transition: max-height 0.8s;
-moz-transition: max-height 0.8s;
transition: max-height 0.8s;
}
.expan.closed .expanimg {
display:none;
}
.expanimg {
margin: -49px 56px 0px 0;
padding: 0;
display: inline-block;
position: absolute;
right: 10px;
}
.bottom-pag .well {
    min-height: 48px;
    padding: 26px 16px 30px 16px;
	background-image: url(images/welltop.png);
    background-repeat: repeat-x;
	background-position: right top;
    background-color: #f5f5f5cc;
    border: 0px solid #e3e3e3;
    -webkit-border-radius: 6px 6px 0 0 !important;
    -moz-border-radius: 6px 6px 0 0 !important;
    border-radius: 6px 6px 0 0 !important;
    box-shadow: 0px -1px 34px -15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px -1px 34px -15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -1px 34px -15px rgba(0, 0, 0, 0.4);
    margin: 0 35px 0 32px;
	border-top: 0px dashed #F59090;
	text-align:center;
}
.ss_form {
}
#ss_form_thanks{
text-align: center;
font-size: 17px;
color: #000000;
margin: 0 auto;
display: none;
padding-top: 30px;
padding-bottom: 30px;
}
.ss_form_title {
font-size: 31px;
padding-bottom: 10px;
color: #f2245f;
}
.ss_form_subtitle{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}
.ss_form_row {
	
}
.ss_form_row label{
	width: 100%;
	font-weight: normal;
}
.ss_form_row input {
	border:1px solid #ccc;
	    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background:#fff;
margin: 0px;
padding: 8px 8px 8px 35px;
position: relative;
max-width: 100%;
}
.ss_form_row label {
    margin-bottom: 0px;
	max-width: 100%;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-textarea { 
padding-left: 40px;
	max-width: 100%;
	max-height:80px;
	border:1px solid #ccc;
	    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background:#fff;
margin: 5px;
position: relative;
max-width: 100%;	
}

#preim_form {
    text-align: center;
}

#inputName, #inputContact, #inputEmail, #inputMessage {
}
#inputMessage {
    padding-left: 40px;
	max-width: 100%;
}
.inner-addon {
position: relative;
width: 70%;
margin: 0 auto;
}
.inner-addon .fa {
position: absolute;
padding: 1px 8px 0px 3px;
pointer-events: none;
z-index: 99;
color: #ccc;
border-right: 1px dashed #ddd;
font-size: 17px;
margin: 7px;
}
.left-addon .fa  { left: 5px;}
.right-addon .fa { right: 5px;}
.left-addon input  { padding-left:  40px; }
.right-addon input { padding-right: 40px; }
.bottom-pag .btn_default:before {
content: "\f003";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff;
font-size: 20px;
padding-right: 10px;
position: relative;
top: 1px;
left: 0px;
}
.bottom-pag .btn_default {
margin: 10px auto;
}

#vk_groups {
max-width: 100% !important;
width: 100% !important;
display: table;
}

.well2 h2{
font-size: 21px !important;
padding: 10px 20px 34px;
color: #01a0e2;
text-align: center;
}
.well2 h3{
font-size: 18px !important;
padding-bottom: 10px;
color: #555!important;
text-align: center;
font-style: italic;
font-weight: 400;
}

.well2 h3:before {
content: "\f100";
font-size: 19pt;
font-family: FontAwesome;
text-align: center;
line-height: 19px;
color: #01a0e2;
float: left;
position: relative;
top: 0;
display: block;
height: 20px;
width: 20px;
font-weight: 700;
font-style: normal;
}
.well2 h3:after {
content: "\f101";
font-size: 19pt;
font-family: FontAwesome;
text-align: center;
line-height: 19px;
color: #01a0e2;
float: right;
font-weight: 700;
font-style: normal;
position: relative;
bottom: 0;
display: block;
height: 20px;
width: 20px;
}



#ring_form {
    text-align: center;
}
.ring_form_mess {
font-size: 20px;
padding-bottom: 12px;
color: #01a0e2;
text-align: center;
border-bottom: 1px solid #eee;
margin-bottom: 14px;
}
.ss_form_row {
}
input .wpcf7-form-control {
    margin: 0;
}
.modal-body label{
	width: 100%;
	font-weight: normal;
}
.modal-body input {
	border:1px solid #ccc;
	    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background:#fff;
margin: 5px;
padding: 8px 8px 8px 35px;
position: relative;
max-width: 100%;
height: 35px;
}
.modal-body select {
	border:1px solid #ccc;
	    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background:#fff;
margin: 5px;
padding: 8px 8px 8px 35px;
position: relative;
max-width: 100%;
height: 35px;
width: 100%;
}
.modal-body textarea {
	border:1px solid #ccc;
	    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background:#fff;
margin: 5px;
padding: 8px 8px 8px 35px;
position: relative;
max-width: 100%;
}
.modal-body label {
    margin-bottom: 0px;
}
.modal-body .btn_default:before {
content: "\f003";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff;
font-size: 20px;
padding-right: 10px;
position: relative;
top: 1px;
left: 0px;
}
.modal-body .btn_default {
margin: 10px auto;border: none;
}



.service .sfa1{
	background-image: url(images/sprite.png);	
    background-repeat: no-repeat;
	background-position: top left;
}
.sfa1{background-position: 0px 0px;}
.sfa2{background-position: 0px -50px !important;}
.sfa3{background-position: 0px -100px !important}
.sfa4{background-position: 0px -150px !important}
.sfa5{background-position: 0px -200px !important}
.sfa6{background-position: 0px -250px !important}


.inner-addon .error {
border: 1px solid #E10F0F;
}
.inner-addon .error:before{
	margin:4px;
	background:#eee;
	color: #fff;
	font-size: 12px;
padding: 1px;
	width:100%;
	position:relative;
	height:100%;
	content:'8';
}



.solution{
    margin-bottom: 40px;
}
.solution_icon{
    text-align: center;
    margin-bottom: 10px;
}
.solution_icon img{
    text-align: center;
    margin: 0px;
}
.solution_title a{
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    min-height: 72px;
}
.solution_desc{
    text-align: center;
    min-height: 175px;
    margin-bottom: 10px;
}
.solution_more{
    text-align: center;
}
.solution_more a{
    display: inline-block;
    text-decoration: none;
}
.solutions .solution:nth-child(4){
    clear: both;
}
@media (max-width:1200px) and (min-width: 992px){
    .solution{
        clear: none !important;
    }
    .solution_title a{
        min-height: 46px;
    }
    .solution_desc{
        min-height: 135px;
    }
    .solution:nth-child(odd){
        clear: both !important;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .solution{
        clear: none !important;
    }
    .solution_title a{
        min-height: 46px;
    }
    .solution_desc{
        min-height: 110px;
    }
    .solution:nth-child(odd){
        clear: both !important;
    }
}



#removed-disc{
position: fixed;
z-index: 9999;
top: 250px;
right: 20px;
}
.yourdiscount{
position: absolute;
z-index: 999;
text-align: center;
right: 0px;
width: 135px !important;
        background: url("images/170-1701.png") no-repeat top center;
        background-size: contain;
}
.ydiscount{
margin-top: 105px;
font-size: 18px;
color: #01a0e2;
font-weight: 700;
}
.visitor_discount_value{
font-size: 27px;
color: #23547E;
font-weight: 700;
}

/*------------------------------------*	$FOOTER \*------------------------------------*/
footer {
	color: #fff;
	border-top: 0px solid #e9e9e9;
	background: #393939;
/*	background-image: url(images/footcon.png);	
    background-repeat: no-repeat;
	background-position: right bottom;*/
}
.footer-column-1,
.footer-column-2,
.footer-column-3,
.footer-column-4 {
	float: left;
	width: 24.5%;
	padding: 1.5% 0 8px 2%;
}
.footer-column-1, .footer-column-2, .footer-column-3 {
    box-shadow: 11px 0px 5px -14px #888;
    -webkit-box-shadow: 11px 0px 5px -14px #888;
    -moz-box-shadow: 11px 0px 5px -14px #888;
}

.social-icons-lists li.social-icons-list-item {margin: 1px !important;}
.social-icons-lists .socicon {
    margin-bottom: 5px;
}
.socicon {
margin-bottom: 5px !important;
}
.socicon:hover { }

/* Footer Widgets */
footer .widget-title {
	margin-bottom: 10px;
	padding: 0;
	color: #fff;
	border-top: none;
border-bottom: 0px solid #171414;
background: none;
box-shadow: 0px 0px 0px #4d4b4b;
}
footer .widget {
	margin: 0px 0;
}
footer .widget ul,
footer .textwidget,
footer #calendar_wrap,
footer .widget .adwidget,
footer .widget .form-subscribe,
footer .widget .video-frame {
	padding: 0;
}
footer .widget ul li {
	overflow: hidden;
	list-style: none;
	border-bottom: none;
	border-bottom: 0px dotted #847d7d;
}
footer .widget a{
	color: #fff!important;
}
footer .widget ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
footer .widget .entry-thumb {
	margin-bottom: 5px;
	box-shadow: 1px 1px 2px 0px #20100f;
}
footer .widget_newsletter {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
footer .widget_newsletter input {
	width: 140px;
	height: 32px;
	margin: 0;
	border: none;
	background: #f0f0f0;
}
/* Site Bottom */
#site-bottom {
padding: 5px 0;
color: #fff;
box-shadow: 0px 8px 1017px 0px #2E454A inset;
font-size: 80%;
}
#site-bottom a:link,#site-bottom a:hover,
#site-bottom a:visited {
	color: #eee;
}
#footer-nav {
	float: left;
}
#footer-nav ul li {
	display: inline;
	padding: 0 10px;
	list-style: none;
	border-left: 1px solid #e9e9e9;
}
#footer-nav ul li:first-child {
	padding-left: 0;
	border-left: none;
}
#footer-nav ul li li {
	display: none;
}
.copyright {
padding: 0px;
width: auto;
display: inline-block;
}

/** * FontAwesome  * -----------------------------------------------------------------------------  */
/*! *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)  */ /* FONT PATH  * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal; 
    src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
}	
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}




.pagenavi{width:95%;height:30px;display:block;margin:0px auto 15px;}
.pagenavi a,.pagenavi span{border:0 none;margin:3px;padding:5px 10px;text-decoration:none;display:inline-block;background-color:#4D98CF;box-shadow:none;color:#FFFFFF;cursor:pointer;transition:all 0.4s ease 0s;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;display:block;float:left;}
.pagenavi a.current, .pagenavi a:hover{box-shadow:0 0 0 30px #7DB641 inset;color:#FFFFFF;text-decoration:none;}


.cd-top{display:inline-block;height:40px;width:40px;position:fixed;bottom:40px;right:10px;box-shadow:0 0 10px rgba(0, 0, 0, 0.05);overflow:hidden;text-indent:100%;white-space:nowrap;background:#01a0e2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iOCwyLjggMTYsMTAuNyAxMy42LDEzLjEgOC4xLDcuNiAyLjUsMTMuMiAwLDEwLjcgIi8+PC9zdmc+) no-repeat center 50%;visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s, visibility 0s .3s;-moz-transition:opacity .3s 0s, visibility 0s .3s;transition:opacity .3s 0s, visibility 0s .3s;z-index: 998;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{-webkit-transition:opacity .3s 0s, visibility 0s 0s;-moz-transition:opacity .3s 0s, visibility 0s 0s;transition:opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible{visibility:visible;opacity:1;}
.cd-top.cd-fade-out{opacity:.5;}
.no-touch .cd-top:hover{background-color:#e86256;opacity:1;}
@media only screen and (min-width:768px){.cd-top{right:20px;bottom:20px;}
}
@media only screen and (min-width:1024px){.cd-top{height:40px;width:40px;right:30px;bottom:30px;}
}

.post-nav-links .view {
    background-color: #EDEDEA4D;
    color: #6FCCF0;
    box-sizing: border-box;
    width: 100%;
    margin: 0px 0;
    position: relative;
}
.post-nav-links .next {
    float: right;
}
.post-nav-links .view {
    width: 48%;
}
.post-nav-links .next {
    transition: background .3s;
}
.post-nav-links .prev {
    float: left;
}
.post-nav-links .view {
    width: 48%;
}
.post-nav-links .prev {
    transition: background .3s;
}
.post-nav-links .prev a {
    padding: 9px 5% 9px 10%;
    text-align: left;
}
.post-nav-links .next a {
    padding: 9px 10% 9px 5%;
    text-align: right;
}
.post-nav-links a {
    color: #494949;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    transition: color .3s;
}
.post-nav-links .view:hover {
    background-color: #F6F6F0;
}
.post-nav-links a:hover {color:#444;text-decoration:none;}
.post-nav-links .prev i {
    position: absolute;
    top: 5%;
    left: 10px;
    font-size: 30px;
}
.post-nav-links .next i {
    position: absolute;
    top: 5%;
    right: 10px;
    font-size: 30px;
}

.vote-block {
  margin: 0 0px 0 0;
  padding-bottom: 0px;
  vertical-align: middle;
  position: relative;
}
.vote-block .rating-info {
font-size: 12px;
color: #b73232;
padding: 0px;
z-index: 9999;
margin: 0;
position: absolute;
bottom: -35px;
}
.vote-block span.rating-text {
display: none;
float: left;
margin-left: 0px;
margin-top: 5px;
clear: left;
}
.vote-block .rating {
  list-style: none;
  margin: 0 0px 0 0;
  padding: 0;
  height: 15px;
  float: left;
  vertical-align: middle;
  background: none !important;
}
.vote-block .rating:hover li {
  background-image: url("images/star1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block .rating:hover li {
    background-image: url("images/star1.png");
    background-size: 16px 45px !important;
  }
}
.vote-block .rating li {
 display: block;
width: 16px;
height: 15px;
float: right;
text-indent: -9999px;
cursor: pointer;
margin-bottom: 0px !important;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
  background-position: 0 -15px;
}
.vote-block.disabled .rating li.current {
  display: block;
  z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
  background-position: 0 -45px;
}
.vote-block li.current {
  display: none;
}
.vote-block ol.show-current {
position: relative;
padding: 0px !important;
margin: 0px !important;
}
.vote-block ol.show-current li {
  cursor: default;
  z-index: 2;
  position: relative;
}
.vote-block ol.show-current li.current {
  position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
z-index: 1;
background-position: 0 0;
background-repeat: repeat-x;
background-image: url("images/star1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block ol.show-current li.current {
    background-image: url("images/star1.png");
    background-size: 15px 45px !important;
  }
}
.vote-block ol.show-current li.current span {
  display: block;
  height: 15px;
  width: 0;
  background: inherit;
  background-position: 0 -30px;
}



.widget2 .textwidget {
	margin: 0;
	padding: 0px !important;
}

div#toc_container {width: 100%;}
#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}

.post-edit {
    position: fixed;
    background: rgb(63, 63, 63) none repeat scroll 0% 0%;
    padding: 5px 10px;
    left: 0px;
    top: 0;
    z-index: 99999;
    overflow: hidden;
text-align: center;
}
.post-edit a {
    color: #fff !important;
}


.slick-loading .slick-list{background:url(images/ajax-loader.gif) center center no-repeat #fff}.slick-slider{position:relative;margin-right:-5px;margin-left:-5px;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;margin-right:5px;margin-left:5px;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:1}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}
.slick-slider{margin-bottom:0px}.slick-dots{position:absolute;bottom:-45px;display:block;width:100%;padding:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.srps{margin:0px 0;display:block}.srps ul{margin:0}.srps .srps_title {margin-bottom: 10px}
/*.srps .srps_article{opacity:.85;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.srps:hover .srps_article:hover{opacity:1}*/
.srps_thumb{-webkit-background-size:cover;background-size:cover;background-position:center center;min-height:130px}.srps .thumb img{max-width:100%;height:auto}.srps .srps_article_title{font-size:14px;margin:10px 0 5px}
.srps .srps_button{background:#92C02C;border:none;color:#fff;cursor:pointer;position:absolute;top:60px;opacity:1;padding:10px;outline:0;
font-size: 20px;
-webkit-box-shadow: 0 2px 10px 1px #4444444D;
-moz-box-shadow: 0 2px 10px 1px #4444444D;
box-shadow: 0 2px 10px 1px #4444444D;
}
.srps button.prev{margin-left:-15px}.srps button.next{right:0;margin-right:-15px}.srps:hover button{opacity:1}

.memory {
position: relative;
padding: 0px 4px;
display: block;
background: #262525;
margin: 0 8px;
float: right;
max-width: 150px;
font-size: 80%;
}
  
#copy a img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10); /* IE 5.5+*/
-moz-opacity: 0.1; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.1; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.1; /* CSS3 - Mozilla 1.7b +, Firefox 0.2 +, Safari 1.2+, Opera 9+ */
}
#copy a:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
-moz-opacity: 0.9; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.2 +, Safari 1.2+, Opera 9+ */
}  	
.media-grid {
}

/** FancyBox - jQuery Plugin **/
#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none}#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url('images/fancybox.png')}#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:1100;display:none}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}
#fancybox-wrap{position:absolute;top:0;left:0;padding:1px 3px 5px;z-index:1101;outline:none;display:none}#fancybox-outer{position:relative;width:100%;height:100%;background:#fff}
#fancybox-content{
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
    max-width: 1000px;
    max-height: 900px;
}
#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1101}#fancybox-close{position:absolute;top:-10px;right:-10px;width:30px;height:30px;background:transparent url('images/fancybox.png') -40px 0px;cursor:pointer;z-index:1103;display:none}#fancybox-error{color:#444;font:normal 12px/20px Arial;padding:14px;margin:0}#fancybox-img{width:100%;height:100%;padding:0;margin:0;border:none;outline:none;line-height:0;vertical-align:top}#fancybox-frame{width:100%;height:100%;border:none;display:block}#fancybox-left,#fancybox-right{position:absolute;bottom:0px;height:100%;width:35%;cursor:pointer;outline:none;background:transparent url('images/blank.gif');z-index:1102;display:none}#fancybox-left{left:0px}#fancybox-right{right:0px}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block}#fancybox-left-ico{background-image:url('images/fancybox.png');background-position:-40px -30px}#fancybox-right-ico{background-image:url('images/fancybox.png');background-position:-40px -60px}#fancybox-left:hover,#fancybox-right:hover{visibility:visible}#fancybox-left:hover span{left:20px}#fancybox-right:hover span{left:auto;right:20px}
.fancybox-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:1001}#fancybox-bg-n{top:-20px;left:0;width:100%;background-image:url('images/fancybox-x.png')}#fancybox-bg-ne{top:-20px;right:-20px;background-image:url('images/fancybox.png');background-position:-40px -162px}#fancybox-bg-e{top:0;right:-20px;height:100%;background-image:url('images/fancybox-y.png');background-position:-20px 0px}#fancybox-bg-se{bottom:-20px;right:-20px;background-image:url('images/fancybox.png');background-position:-40px -182px}#fancybox-bg-s{bottom:-20px;left:0;width:100%;background-image:url('images/fancybox-x.png');background-position:0px -20px}#fancybox-bg-sw{bottom:-20px;left:-20px;background-image:url('images/fancybox.png');background-position:-40px -142px}#fancybox-bg-w{top:0;left:-20px;height:100%;background-image:url('images/fancybox-y.png')}#fancybox-bg-nw{top:-20px;left:-20px;background-image:url('images/fancybox.png');background-position:-40px -122px}#fancybox-title{font-family:Helvetica;font-size:12px;z-index:1102}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#fff;position:relative}.fancybox-title-outside{padding-top:10px;color:#fff}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left}#fancybox-title-over{padding:10px;background-image:url('images/fancy_title_over.png');display:block}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px}#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto}#fancybox-title-float-wrap td{border:none;white-space:nowrap}#fancybox-title-float-left{padding:0 0 0 15px;background:url('images/fancybox.png') -40px -90px no-repeat}#fancybox-title-float-main{color:#FFF;line-height:29px;font-weight:bold;padding:0 0 3px 0;background:url('images/fancybox-x.png') 0px -40px}#fancybox-title-float-right{padding:0 0 0 15px;background:url('images/fancybox.png') -55px -90px no-repeat}
.fancybox-ie6 #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png',sizingMethod='scale')}.fancybox-ie6 #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png',sizingMethod='scale')}.fancybox-ie6 #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png',sizingMethod='scale')}.fancybox-ie6 #fancybox-title-over{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png',sizingMethod='scale');zoom:1}.fancybox-ie6 #fancybox-title-float-left{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png',sizingMethod='scale')}.fancybox-ie6 #fancybox-title-float-main{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png',sizingMethod='scale')}.fancybox-ie6 #fancybox-title-float-right{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png',sizingMethod='scale')}.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right,#fancybox-hide-sel-frame{height:expression(this.parentNode.clientHeight + "px")}#fancybox-loading.fancybox-ie6{position:absolute;margin-top:0;top:expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2:document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop )) + 'px')}#fancybox-loading.fancybox-ie6 div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png',sizingMethod='scale')}.fancybox-ie .fancybox-bg{background:transparent !important}.fancybox-ie #fancybox-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png',sizingMethod='scale')}.fancybox-ie #fancybox-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png',sizingMethod='scale')}.fancybox-ie #fancybox-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png',sizingMethod='scale')}.fancybox-ie #fancybox-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png',sizingMethod='scale')}.fancybox-ie #fancybox-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png',sizingMethod='scale')}.fancybox-ie #fancybox-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png',sizingMethod='scale')}.fancybox-ie #fancybox-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png',sizingMethod='scale')}.fancybox-ie #fancybox-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png',sizingMethod='scale')}


.entry-thumb{}
.entry-thumb a img{display:block;}
.entry-title a:hover{color:#B8240D;}
.entry-excerpt {
    display: flex;
}
.catbox {margin-bottom: 8px;}
.entry-meta a{color:#666;}
.entry-meta a:hover{color:#666;border-bottom:1px dotted #666;}
.meta-sep{color:#999;margin:0 3px;}
.meta-more{
background:rgb(0, 128, 155) none repeat scroll 0px 0px;
border:1px solid #0A6590;
color:#fff;
border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;
display:inline;float:right;
font-size:11px;
margin:3px 3px 8px 3px;padding:2px 10px;}
.meta-more:hover{background:#fbfbfb;text-decoration:none;color:#444;}
.grid-post{display:inline;float:left;width:45.5%;}
.not-found{width:600px;}
.single .hentry,
.page .hentry{display: block;}

.single article .entry h1, .single article .entry h2, .single article .entry h3, .single article .entry h4, .single article .entry h5, .single article .entry h6 {
    border-bottom: 1px dashed #bfeeee;
    color: #b4516c;
    font-weight: bold;
    margin-top: 10px;
}

#entry-tags{margin:15px 0;}
#entry-tags span{font-weight:bold;}
#entry-author{background:#F7F7F7;border:1px solid #ECEDE8;padding:10px;margin:15px 0 0 0;}
#author-avatar{float:left;margin:0 10px 10px 0;border:1px solid #ECEDE8;}
#author-avatar img{display:block;padding:4px;background:#FFF;}
.entry ul,.entry ol{margin:20px 0 20px 30px;}
.entry ol{list-style-type:decimal;}
.entry ul{list-style-type:square;}
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul{margin:0 0 0 20px;}
.entry hr{border-top:1px solid #FFF;border-top:1px solid #C7D7DB;background:none;height:0;margin:0 0 20px 0;padding:0;clear:both;}
.entry hr.none{border:0 none;height:0;background:none;margin:0;padding:0;clear:both;}
.entry a:hover{/*text-decoration:underline;*/}
.entry blockquote{margin:20px 20px;padding:0 30px 0 20px;overflow:hidden;border-left:10px solid #F7F7F7;}
.onecolumn{margin:0 !important;background:#FFF;}
.onecolumn #content{margin:0 !important;width:100%;}
.tagcloud {
	padding: 8px;line-height: 20px;
}
.tagcloud a {
color: #fff !important;
text-decoration: none;
font-size: 13px !important;
display: inline-block;
text-decoration:none;
position:relative;
cursor:pointer;
background: #2ab0e7;
background: -moz-linear-gradient(top,  #2ab0e7 0%, #1fabe5 44%, #1aa5de 66%, #1791c3 100%);
background: -webkit-linear-gradient(top,  #2ab0e7 0%,#1fabe5 44%,#1aa5de 66%,#1791c3 100%);
background: linear-gradient(to bottom,  #2ab0e7 0%,#1fabe5 44%,#1aa5de 66%,#1791c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab0e7', endColorstr='#1791c3',GradientType=0 );
margin: 5px 7px 5px 0px;
padding: 0 5px 0 5px;
line-height: 18px;
height: 18px;
box-shadow: 0 3px 6px -4px #565454B3;
-moz-box-shadow: 0 3px 6px -4px #565454B3;
-webkit-box-shadow: 0 3px 6px -4px #565454B3;
}
.tagcloud a:hover {
background: #49548d;
background: -moz-linear-gradient(top,  #49548d 0%, #3c4885 44%, #333d71 96%);
background: -webkit-linear-gradient(top,  #49548d 0%,#3c4885 44%,#333d71 96%);
background: linear-gradient(to bottom,  #49548d 0%,#3c4885 44%,#333d71 96%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49548d', endColorstr='#333d71',GradientType=0 );
	text-decoration:none;
}
.tagcloud a:before {
position: absolute;
width: 0;
height: 0;
content: "";
right: -6px;
top: 0px;
-webkit-border-radius:  0;
-moz-border-radius:  0;
border-radius: 0;
background: transparent;
border-left: 6px solid #2ab0e7;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;	
}
.tagcloud a:hover:before {
	border-left: 7px solid #49548d;
}
.tagcloud a:after {
position: absolute;
top: 7px;
right: -3px;
display: block;
width: 4px;
height: 4px;
background: #fff;
content: '';
-webkit-border-radius:50%;-moz-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;
}
#gallery-2 .gallery-caption{background:rgba(120, 120, 120, 0.8) none repeat scroll 0 0;bottom:0;color:#fff;display:table;font-weight:bold;margin-left:6px!important;margin-right:6px;padding:2px 0;position:absolute;text-align:center;text-decoration:none;text-transform:uppercase;width:96%;z-index:9999;}


#gallery-1 img, #gallery-2 img{border:medium none !important;height:auto;min-height:170px;width:96%;margin:6px !important;}
.gallery-icon{position:relative;z-index:2}
.wp-caption-text.gallery-caption{text-decoration:underline;position:relative;}
.gallery-item{display:block;float:left;height:120px;overflow:hidden;position:relative;width:210px;border:0px solid #ffb5ff;padding:0px;-webkit-box-shadow:0 12px 8px -9px rgba(0, 0, 0, 0.85);-moz-box-shadow:0 12px 8px -9px rgba(0, 0, 0, 0.85);box-shadow:0 12px 8px -9px rgba(0, 0, 0, 0.85);}
.gallery-item:hover .wp-caption-text.gallery-caption{text-decoration:none;}
.gallery_pages_list{text-align:center;font-size:13px;}
.gallery_pages_list .current_gallery_page_num{font-weight:bold;}

.entry-br{display:inline-block;float:left;overflow:hidden;margin:0 5px 0px 0;/*max-width:55%;*/position:relative;width:auto;z-index:9;font-size: 80%;}
.entry-cats{display:inline-block;}
.sharetop{display:block;height:34px;margin:-13px 0 0;padding:0 0 8px;position:relative;width:98%;}
.share{-webkit-box-shadow:-1px -2px 3px #aaa inset;-moz-box-shadow:-1px -2px 3px #aaa inset;box-shadow:-1px -2px 3px #aaa inset;margin:0;padding:4px 8px;right:2px;top:0;z-index:2;position:absolute;-webkit-border-radius:0px 0px 3px 3px;-moz-border-radius:0px 0px 3px 3px;-khtml-border-radius:0px 0px 3px 3px;border-radius:0px 0px 3px 3px;background:#e9e9e9;}
.entry-tags {display:inline-block;}
.meta-comments {display: inline-block;}
.comments-link {display: inline-block;}
.raitings {
	float: right;display: inline-block;
}
.entry-tags span{font-weight:bold;}
.entry-tags a{background:#fbfbfb none repeat scroll 0 0;padding:0 4px;}
.entry-tags a:hover{background:#e6e6e6;color:#666;text-decoration:none;}
.entry-author{background:#f9f9f9;padding:10px;margin:15px 0 0 0;border:1px solid #E4E4E4;border-bottom:none;}
.author-avatar{float:left;margin:0 10px 10px 0;border:1px solid #ECEDE8;}
.author-avatar img{display:block;padding:4px;background:#FFF;}
.onecol .hentry{display:inline-block;margin:0;padding:1%;border:1px solid #E9E9E9;width:100%;}
.onecol img {
    width: 150px;
    position: relative;
    float: left;margin-right: 10px;
}
.onecol .hentry {position: relative;}
.gridrow .entry-thumb, .onecol .entry-thumb{border:0px solid #ecede8;display:block;}
.hentry{
	position:relative;
	border:0px solid #ddd;
	padding:20px !important;
    box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
    -moz-box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
    -webkit-box-shadow: 0 0px 14px -8px rgba(74, 74, 74, 0.43);
	background: #fff;	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
}
.hentry .entry-title, .onecol .entry-title{
}
.entry-meta, .onecol .entry-meta{margin:0;padding:0px 4px;position:relative;left: 0;}
.entry-meta .meta-date, .onecol .entry-meta .meta-date{font-size:11px !important;}
.meta-tags, .onecol .meta-tags {
overflow: hidden;
}
.meta-tags a, .single .meta-tags a, .onecol .meta-tags a{background: #EAEAEA;
padding: 1px 6px;
font-size: 82%;}
.meta-tags a:hover, .single .meta-tags a:hover, .onecol .meta-tags a:hover{color:#444;border-bottom:none;background: RGBA(189, 189, 189, 0.31);text-decoration: none;}
.meta-cats, .onecol .meta-cats {
background: RGB(59, 189, 249);
left: 0px;
margin: 0;
line-height: 17px;
overflow: hidden;
padding: 2px;
position: absolute;
bottom: 0;
color: #fff;
font-size: 90%;
}
.meta-cats a, .onecol .meta-cats a{padding: 2px 5px;color: #fff !important;}
.category-reviews .thumb{
    margin-right: 15px;
    height: 110px;
    position: relative;
    width: 30%;
	border-right: 0px solid #E1EEEF;
	overflow: hidden;
}
.category-reviews .entry-thumbnail {
    width: 100%;
    min-height: auto;
}
.category-reviews .mores {
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid;
}
.thumb{
    margin-right: 15px;
    height: 200px;
    position: relative;
    width: 30%;
	border: 5px solid #D7D5C8;
	overflow: hidden;
}
.akcii {
   overflow: hidden;
   padding: 0px !important;
}
.akcii .column {
padding: 20px !important;
}
.akcii .entry-title {
box-shadow: 5px 5px 79px 111px #fff;
-moz-box-shadow: 5px 5px 79px 111px #fff;
-webkit-box-shadow: 5px 5px 79px 111px #fff;
background: #fff;
padding: 0 !important;
}
.akcii .more-link {
box-shadow: -44px 21px 46px 112px #fff;
-moz-box-shadow: -44px 21px 46px 112px #fff;
-webkit-box-shadow: -44px 21px 46px 112px #fff;
margin: 15px 0;
}
.akcii .entry-content {
    line-height: 32px;
	background: #fff9;
}
.thumb4{
margin: 0px;
position: absolute;
right: 0;
top: 0;
height: 100%;
}
.thumb4 img{
right: 0;
top: 0;
position: relative;
width: auto;
height: auto;
max-width: 200%;
max-height: 200%;
float: right;
}
.akcii .more-link a {
    float: left;
}
.more-link {
}
.news .thumbn {
	margin:8px 0;
	position: relative;
}
.news .entry-meta {
    font-size: 13px;
}
.news .entry-title {
    font-size: 20px;
    margin: 0 0 2px 0;
}
.news .more-link {
text-align: center;
margin: 0 auto;
display: inline-block;
width: 100%;
}
.news .more-link a {
display: inline-block;
float:none;
}
.btn-primary {
background: #49548d;
background: -moz-linear-gradient(top,  #49548d 0%, #3c4885 44%, #333d71 96%);
background: -webkit-linear-gradient(top,  #49548d 0%,#3c4885 44%,#333d71 96%);
background: linear-gradient(to bottom,  #49548d 0%,#3c4885 44%,#333d71 96%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49548d', endColorstr='#333d71',GradientType=0 );
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;	
    color: #fff !important;
font-size: 12px !important;
font-weight: bold !important;
    text-transform: uppercase;
line-height: 24px !important;
padding: 4px 50px !important;
box-shadow: 0 16px 11px -15px #444;
-moz-box-shadow: 0 16px 11px -15px #444;
-webkit-box-shadow: 0 16px 11px -15px #444;
border: none !important;
}
.btn-primary:hover {
background: #1caae6 !important;
background: -moz-linear-gradient(top, #1caae6 0%, #16a8e5 33%, #009adb 68%, #0095d3 100%) !important;
background: -webkit-linear-gradient(top, #1caae6 0%,#16a8e5 33%,#009adb 68%,#0095d3 100%) !important;
background: linear-gradient(to bottom, #1caae6 0%,#16a8e5 33%,#009adb 68%,#0095d3 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1caae6', endColorstr='#0095d3',GradientType=0 ) !important;
}


/*** 2.0 Background * ----------------------------------------------------------------------------- */
#secondary-bar,
#secondary-nav ul li a,
.widget_tabs .tabs-nav {
	border-bottom: 0px solid #326693;
}
#secondary-nav ul li a:hover,
#secondary-nav ul li.current_item a,
.widget_tabs .tabs-nav .active,
.widget_tabs .tabs-nav li:hover {
	color: #326693;
	border-bottom: 0px solid #A3bb43;
}
/*** 3.0 Border Color  * ----------------------------------------------------------------------------- */
#featured-content .jcarousel-control-prev:hover,
#featured-content .jcarousel-control-next:hover,
.see-all a:hover {
	border-color: #326693;
}

/*! Social Likes v3.1.2 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes,.social-likes__widget{display:inline-block;padding:0;vertical-align:middle!important;word-spacing:0!important;text-indent:0!important;list-style:none!important}.social-likes{opacity:0}.social-likes_visible{opacity:1;transition:opacity .1s ease-in}.social-likes>*{display:inline-block;visibility:hidden}.social-likes_vertical>*{display:block}.social-likes_visible>*{visibility:inherit}.social-likes__widget{display:inline-block;position:relative;white-space:nowrap}.social-likes__widget:before,.social-likes__widget:after{display:none!important}.social-likes_vertical .social-likes__widget{display:block;float:left;clear:left}.social-likes__button,.social-likes__icon,.social-likes__counter{text-decoration:none;text-rendering:optimizeLegibility}.social-likes__button,.social-likes__counter{display:inline-block;margin:0;outline:0}.social-likes__button{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.social-likes__button:before{content:"";display:inline-block}.social-likes__icon{position:absolute;top:0;left:0}.social-likes__counter{display:none;position:relative}.social-likes_ready .social-likes__counter,.social-likes__counter_single{display:inline-block}.social-likes_ready .social-likes__counter_empty{display:none}.social-likes_vertical .social-likes__widget{display:block}.social-likes_notext .social-likes__button{padding-left:0}.social-likes_single-w{position:relative;display:inline-block}.social-likes_single{position:absolute;text-align:left;z-index:99999;visibility:hidden;opacity:0;transition:visibility 0s .11s,opacity .1s ease-in;-webkit-backface-visibility:hidden;backface-visibility:hidden}.social-likes_single.social-likes_opened{visibility:visible;opacity:1;transition:opacity .15s ease-out}.social-likes__button_single{position:relative}.social-likes{min-height:36px;margin:6px 0;}.social-likes,.social-likes_single-w{line-height:19px}.social-likes__widget{margin:0px;color:#000;background:#fff;border:0px solid #ccc;border-radius:3px;line-height:19px}.social-likes__widget:hover,.social-likes__widget:active,.social-likes__widget:focus{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;cursor:pointer}.social-likes__button,.social-likes__counter{vertical-align:middle;font-family:"Helvetica Neue",Arial,sans-serif;font-size:13px;line-height:20px;cursor:inherit}.social-likes__button{padding:1px 6px 1px 20px;font-weight:400;border-right:0}.social-likes__icon{width:20px;height:18px;margin-top:1px;background-repeat:no-repeat;background-position:50% 50%}.social-likes__counter{min-width:12px;padding:1px 4px;font-weight:400;text-align:center;border-left:1px solid #ccc}.social-likes__widget:hover>.social-likes__counter,.social-likes__widget:focus>.social-likes__counter,.social-likes__widget:active>.social-likes__counter,.social-likes__widget_active>.social-likes__counter{position:relative;border-left-color:transparent}.social-likes__widget:hover>.social-likes__counter:before,.social-likes__widget:focus>.social-likes__counter:before,.social-likes__widget:active>.social-likes__counter:before,.social-likes__widget_active>.social-likes__counter:before{content:"";position:absolute;top:0;bottom:0;left:-1px;border-left:1px solid;opacity:.4}.social-likes_vertical{margin:-6px}.social-likes_vertical .social-likes__widget{margin:6px}.social-likes_notext{margin:-3px}.social-likes_notext .social-likes__widget{margin:3px}.social-likes_notext .social-likes__button{width:18px}.social-likes_notext .social-likes__icon{width:100%;background-position:center center}.social-likes__widget_single{margin:0}.social-likes_single{margin:-12px 0 0;padding:4px 0;background:#fff;border:1px solid #ccc;border-radius:3px}.social-likes__single-container{width:100%;display:table}.social-likes_single .social-likes__widget{float:none;display:table-row;margin:0;border:0;border-radius:0;background:0 0}.social-likes_single .social-likes__button{display:block;padding:2px 6px 2px 24px}.social-likes_single .social-likes__icon{margin-left:4px;margin-top:2px}.social-likes_single .social-likes__counter{display:table-cell;padding:2px 8px 2px 4px;border-left:0;text-align:right}.social-likes_single .social-likes__widget:hover>.social-likes__counter:before,.social-likes_single .social-likes__widget:focus>.social-likes__counter:before,.social-likes_single .social-likes__widget:active>.social-likes__counter:before{display:none}.social-likes__icon_single{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAaElEQVR42mIxL/zLgATkgXgBECcC8QOYIBOagvVA7ADEa4FYAV0RIxDPAeIUKD8VygeJM7BABf8DsScQ/4HyzwGxB1QcrKgByUpk9h8YnwlJElkBiiYmBiIAbRUx0s46FizhgwEAAgwAkmYQfIjC7tcAAAAASUVORK5CYII=")}.social-likes__widget_single:hover,.social-likes__widget_single:active,.social-likes__widget_single:focus,.social-likes__widget_active{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#3673f4;border-color:#3673f4;color:#fff}.social-likes__widget_single:hover .social-likes__icon_single,.social-likes__widget_single:active .social-likes__icon_single,.social-likes__widget_single:focus .social-likes__icon_single,.social-likes__widget_active .social-likes__icon_single{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAYklEQVR42mL4//8/AxKWB+L9QKyALI6u4Nx/CDiLrBCmgBGIdwOxEVQRiN4DFWcAE1DAAsR/gBgkwIjEBzMaGBAAmf0Hzgea1IDm+P9o/AYmBiIAbRUx0s46FizhgwEAAgwAAJd9Vn3NlgwAAAAASUVORK5CYII=")}.social-likes__icon_facebook{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaklEQVR42mJ0Cp7jycDAMBeIJRnwg+dAnMxEpGIGqJq5THgULwFicSBmBGJbmCYWPCYWAvEbdEF8GmCK/yMLMjGQCLBpsIW6GwaQ/UC6Ddj8cBjJZOr44TkJ6l+ANKSAGEQofgpKGgABBgAWcxAZp2KpkQAAAABJRU5ErkJggg==")}.social-likes__widget_facebook:hover,.social-likes__widget_facebook:active,.social-likes__widget_facebook:focus{background:#425497;border-color:#425497}.social-likes__widget_facebook:hover .social-likes__icon_facebook,.social-likes__widget_facebook:active .social-likes__icon_facebook,.social-likes__widget_facebook:focus .social-likes__icon_facebook{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaUlEQVR42mL6//+/JxA/+08YgNR4MoIYDAwMkgzEgedMeBQvAWJxIGYEYluomCQLHtMKgfgNuiA+DTDF/5EFmRhIBNg02ELdDQPIfiDdBlCw/sclRzU/PCdB/QuQhhQQgwjFT4E4GSDAAMuiQX7Tr7YFAAAAAElFTkSuQmCC")}.social-likes__icon_twitter{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAA9ElEQVR42mKU3vqak4GB4TcQ/2HABFxAXA3EzkD8DIjbgfg+ECuwAIkwIHYD4gSoAchgORD7IfEDgPgpEGczAQlBII4C4kNAbIikSAqIfdEMYgRiMSD+B7JxJ9SZFkB8Foj3A/FWIP4KVYgO5gHxFpBGNSA+DsS2UIVOUIwLfAYRIKe+gGoiFpyDaTwJxEVA/J0ITd+hXgNrBIETMCcQADOA+D26RpCn/+LRdAuI62EcmMb/0IjOx6H5ATSu4a4ChaoPEMcAsTUQy6Bp+AfEy4C4EIjfIEuANG4B4rvQVKEOTWYfoKG3HYgfoluvPm8jA0CAAQAqvDQ/IXqkWQAAAABJRU5ErkJggg==")}.social-likes__widget_twitter:hover,.social-likes__widget_twitter:active,.social-likes__widget_twitter:focus{background:#00b7ec;border-color:#00b7ec}.social-likes__widget_twitter:hover .social-likes__icon_twitter,.social-likes__widget_twitter:active .social-likes__icon_twitter,.social-likes__widget_twitter:focus .social-likes__icon_twitter{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAQAAAD4iURRAAAAo0lEQVQYGQXBsSoEAACA4Z8YKIO6yXLzjYrkHS5Wm5GyYPMAUgarMikpGZQHsFh4BZPhJi9wJdzn+7JkQZJk2bl3TzYNbGTfvUVJ8gyYmdjJMd6sS9bMAHwbZ+QHMy9OHQDgWtn1CgAALpUtAADAnpITUwAAU6tKtn0BALiSkjkXfgHAhxUpybwjvwA+DSVl7MEEwJ87A0lKRs7cenTj0FCSpH8xHAhkcGt6PAAAAABJRU5ErkJggg==")}.social-likes__icon_plusone{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABD0lEQVR42nTSsUtCURTH8eszSGgIgkqSoHBQh7QpbAlBcRCJ2staHFoa+hNyzqXBoan+gMDdoWgymkwkBxMiggo3a3Cp76WfcJHXgQ/nvfveue+ewwt08luGmEEdcwgjZP7iFrtmIqaUn5SXkUEDA+wZn/CwgQgetHYjC+JbZCOANWf9VXmobDd+c4vu8YgoalhFFpf4VL8rmMW8vR/3lEQV2yijhUO99KzeQ7p+95wjneAMQcRQ1JfsNA/wrc1T46KaznyMJqZxrcIvdNRf3957Gm8JO0ggjRx+cKpN21h0B7GJDw3EOGPvYuQ3ctvgC+K4w7nOfoQlFP4rsg+usI4Lrff0Z7QnCyqpffMrwAC15jTuOMaeqQAAAABJRU5ErkJggg==")}.social-likes__widget_plusone:hover,.social-likes__widget_plusone:active,.social-likes__widget_plusone:focus{background:#dd4241;border-color:#dd4241}.social-likes__widget_plusone:hover .social-likes__icon_plusone,.social-likes__widget_plusone:active .social-likes__icon_plusone,.social-likes__widget_plusone:focus .social-likes__icon_plusone{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAA5klEQVR42myRvQrCMBSFUyehmyC4Zte1OPoALi6+gy/j6uobiINbF3Fx6tDFpZtSUFzEPxQxnksPchty4WvSJPeek5vIOWcQMViCFuiApqliDUbGD0kCeyLzAfiAI4i5VkM+CfiChdpIXRU2lNSgYAR6ysCB441jAkrfXs7KM1YXq3PuicUxuIO2/GvZKSh4n4xrcugKniwq88L3O+GmVB0GlKxWElsl2IEt1d4qsctu/ruXskqiFKXtL2WzRiQJ6McJWO8Jc/AA/dDj7niPDb2LpRU4e+q1x7VMkM5cSMZ7mBA/AQYALgmaWsDGGiQAAAAASUVORK5CYII=")}.social-likes__icon_mailru{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8XunISbFxmQ5UYqGIj9KMztLCyTKrMZCs7K1U7NSLBRloWb+AREmFpPF7GUzRBaymGLpV5bi+9RzM+XU595zT+85533PueHTXhC1BFaRx6DHnnGEbbxoIPSEFCp+l3DjCWOYc38FFzEe7Tj3Dlr5AG0OWscA6jhFX5zHmgO1+oy3V0AHirhHGZ36jjnnknfaxzKmMIxdTKMHO0pPE/px6cA7nAV/bQsfXky7fmtCqA5a8Bn8bz/WqlhNaCCDE0xivCk459zfMKq6VPQxCth0wTUfcZdr+UIaWVR1D0k6115lFkNYwLuPeB4beFUm0cVN4NCnoaBb5z3iDFTfIx7Cpl+j23eyiF6Pqb4lXEVBvwIMAGRTP1kwMI3TAAAAAElFTkSuQmCC")}.social-likes__widget_mailru:hover,.social-likes__widget_mailru:active,.social-likes__widget_mailru:focus{background:#255896;border-color:#255896;color:#ffcd00}.social-likes__widget_mailru:hover .social-likes__icon_mailru,.social-likes__widget_mailru:active .social-likes__icon_mailru,.social-likes__widget_mailru:focus .social-likes__icon_mailru{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8Xtn0IyIDc1SFpJQ5EdN1ChLC6PJFCsWsvInKCvFQllYKPaaZpIpC83CntkgsrBSLP1K2Wh8n3pupubU5865p/c9533PnbBWDaLRijWsYMBrLyhiF69aCJ3Qg7J/j3DrhDFkPV/FuRKSTK6RQAbtmMEPCojjxGv9TTw2XIJ2n/PxN2jDFh5wjA69x1yzytBJB1hCGsPYxyxS2FN5SuhDxYH3OAv+xw4+vZlO/VVCqAma8RU0jpq1KFYJz5jCKSYxXhe87NrfMaq+1HQJ69h2w5e+4k738o1BTONC19rNpOpd5jGEHD5wiAVs4k2VRB9uwneectCd6x5xBervCY9h3V+jy99kEb1eU395XEVBfwIMAE0mQy9JLJUSAAAAAElFTkSuQmCC")}.social-likes__icon_vkontakte{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAsElEQVR42mKJLJ3tycDAMBeIJRnwg+dAnMxEpGIGqJq5TGiKGZEwSE4ViDcha2LCYpIREK8C4l4gfgLElciSLDisDgXi/0A8DYi58GkA8Y8AsQkQfwHie0C8BVkBupO4kWyIBWJxIE4D4u/4nKQMxOVQ9jcgbgPii0BsgUvDIyCeBcR/gHgFVI00PhsuA3E61Lkg2xYAsSyyhudIcfGBQOS9AJmSAmIQEdNPQUkDIMAA8iAe2OyimvEAAAAASUVORK5CYII=")}.social-likes__widget_vkontakte:hover,.social-likes__widget_vkontakte:active,.social-likes__widget_vkontakte:focus{background:#526e8f;border-color:#526e8f}.social-likes__widget_vkontakte:hover .social-likes__icon_vkontakte,.social-likes__widget_vkontakte:active .social-likes__icon_vkontakte,.social-likes__widget_vkontakte:focus .social-likes__icon_vkontakte{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAfUlEQVQYGQXBMQ4BUQAFwGej0P1aohJCJBpcwu6N1AqVTqFX6TSu4B4if2+gNGZirwIAqPZRAQBADSAiBmYeQACxcXc2sgICiA4/MzsggKFia6HxBAIolk6Oxia+EEDRgYN4QQDF2tXF1NAbAigiGnM3ICoAAOij1QMA+Gj/aNf4AJYJLVIAAAAASUVORK5CYII=")}.social-likes__icon_odnoklassniki{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAyElEQVR42kzPMQtBcRTG4UvKQmalZFNKDNdm5gsYFCUlCbMyGMwsfACLzRcw2EwsGJTBQAZlUgxsfidvceq5/3vPeTv3Xs99FHMoP3ooOd+aoo+3T40hmnjouYsQWl4uEdRxRkLO6kVsQwB23nDRBruP2swGJ+zgYqKAq97JAi8UMUNFgb16LwvUkEYHcQUOaGNjgTKyaGCrQErn0gJVpQt/g6teObbfPGKAp/Orp3pH25DEHGGsFchghbxXXxvEAjlZqFf8CDAAgr4qyqKlfhgAAAAASUVORK5CYII=");background-position:6px 3px}.social-likes__widget_odnoklassniki:hover,.social-likes__widget_odnoklassniki:active,.social-likes__widget_odnoklassniki:focus{background:#f6903b;border-color:#f6903b}.social-likes__widget_odnoklassniki:hover .social-likes__icon_odnoklassniki,.social-likes__widget_odnoklassniki:active .social-likes__icon_odnoklassniki,.social-likes__widget_odnoklassniki:focus .social-likes__icon_odnoklassniki{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAQAAAD1lzQWAAAAgElEQVQIHQXBoRGCAAAF0N80OoA0AxTHcQMncAaO7J1ndRCbgUDRbPCgMABEjnu+F7FRGwxqG4m4YTLhJrG36BUKvcU+SnQiOpSx9cHDAx/biMoP/FQSZ3cnFxcnd+d4YfX2tuIVB1cjGF0dIgpf8FVIHI1otRgdozF72tl5mjV/486WhTdrOooAAAAASUVORK5CYII=")}.social-likes__icon_pinterest{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABCUlEQVR42nTRPUvDUBTG8ZtoKYogTsGCoAXtUqFuBR1c/AZddNbRQUqhH0Eo6KKDb0gpXQUHBxF0Kg6KFAWh4qI4KxQRtKXxf+C5OEgP/Ehu8uTclwSN0VmnWsE6shjEF05QwZMFQr04QB3vKOmjGlZxiZxTcE0Pi9jCGD402xnOsYNF67yBGwWP8IaCwhe4xjxmLDyNUySxjGGk3F/5Wcb9Rib04FNLu9LYmk2ih1cbVLXmKXTRwoPCc8jgES/WpYymlhOpSxoxdjXTNn7spo19nYbN1ME9hjTexLE/OqsAC/jGknYf6Yxv/U592LrkcYdn+VehrgmM4ND1r8CHB7CnX96v4l8BBgB54jWa5GM+bAAAAABJRU5ErkJggg==")}.social-likes__widget_pinterest:hover,.social-likes__widget_pinterest:active,.social-likes__widget_pinterest:focus{background:#cc002b;border-color:#cc002b}.social-likes__widget_pinterest:hover .social-likes__icon_pinterest,.social-likes__widget_pinterest:active .social-likes__icon_pinterest,.social-likes__widget_pinterest:focus .social-likes__icon_pinterest{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAQAAADV/FywAAAAvklEQVQYGQXBsUoUAACA4f/i8MBB0TdINCQQhHoDaXRzagkkopYGhRYfwKWhSYLDZ2ixNyiTVp1cXMQgaDpNsa6v70vy3DcTt34ZeyRlaIzPXnvpAy6tK2+wIwuSZ/75Yphz3+XQjS3JVzwOe0Z+463kCBu58dHIT/fW5IEzUys58NeqK6eSJ/44NZM5r2yaurTkoRNsK8kuLlybYt9AycAnd5a98M5TScmsH44lSVIyb2JbkiSDZNF7I0mS9B8IOsS5z/yrNgAAAABJRU5ErkJggg==")}

/********************************************************************************************************/
#loader-wrapper .bubbles span{/*background: #5f573a;*/}
#loader-wrapper{position: fixed; width: 100%; height: 100%; background: #fff; z-index: 10000;}
.bubbles{text-align: center; position: absolute; left: 0; width: 100%; top: 50%; margin-top: -30px;}
.bubbles .title{color: #a1a1a1; font-size: 25px; line-height: 25px; margin-bottom: 50px; font-weight: 500;}
.bubbles span {display: inline-block; vertical-align: middle; width: 15px; height: 15px; background: #03b4ea; border-radius: 8%; -moz-border-radius: 8%; -webkit-border-radius: 8%; animation: bubbly .9s infinite alternate;margin:8px;}
#bubble2 {animation-delay: .27s;}
#bubble3 {animation-delay: .54s;}
@-webkit-keyframes bubbly {
  0% {
    width: 15px;
    height: 15px;
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 50px;
    height: 50px;
    opacity: 0.1;
    -webkit-transform: translateY(-32px);
  }
}
@keyframes bubbly {
  0% {
    width: 15px;
    height: 15px;
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    width: 50px;
    height: 50px;
    opacity: 0.1;
    transform: translateY(-32px);
  }
}
.cssmenu ul {
	max-width: 845px;
	margin: 0 !important;
	float: left;
	left: 0px;
}

.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 999;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cssmenu #menu-button {
  display: none;
}
.cssmenu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
background: #1caae6;
background: -moz-linear-gradient(top, #1caae6 0%, #16a8e5 33%, #009adb 68%, #0095d3 100%);
background: -webkit-linear-gradient(top, #1caae6 0%,#16a8e5 33%,#009adb 68%,#0095d3 100%);
background: linear-gradient(to bottom, #1caae6 0%,#16a8e5 33%,#009adb 68%,#0095d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1caae6', endColorstr='#0095d3',GradientType=0 );	
width: 100%;
}
#menu-item-6191 {
background: #5b6fa2;
background: -moz-linear-gradient(top,  #5b6fa2 0%, #3a4681 50%, #2e3765 100%);
background: -webkit-linear-gradient(top,  #5b6fa2 0%,#3a4681 50%,#2e3765 100%);
background: linear-gradient(to bottom,  #5b6fa2 0%,#3a4681 50%,#2e3765 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6fa2', endColorstr='#2e3765',GradientType=0 );
}
#menu-item-6191:hover {
    background: #02709d;
}
.cssmenu > ul > li {
  float: left;list-style: none;
}
.cssmenu > ul > li:hover {
    background: #02709d;
}
.cssmenu>ul>.current-menu-item {background: #02709d;}
.current-post-parent {}
.cssmenu ul .current_page_ancestor .current-page-parent {
	background: #f5f8e3;
}
.cssmenu ul .current_page_ancestor .current_page_item {
	background: #f5f8e3;
}
.sub-menu .current-menu-item, .sub-menu .current-menu-parent, .sub-menu .current-post-parent {
	background: #f5f8e3;
}
.cssmenu ul ul.current-menu-item {
	background: #f5f8e3;
}
.cssmenu > .current_page_ancestor {background: #02709d;}
.cssmenu > .current-post-ancestor {background: #02709d;}
.cssmenu > .current-menu-parent {background: #02709d;}
.cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
.cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
.cssmenu.align-center ul ul {
  text-align: left;
}
.cssmenu.align-right > ul > li {
  float: right;
}
.cssmenu > ul > li > a {
  padding: 8px 18px 8px 18px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  z-index:9999;
}
.cssmenu > ul > li:hover > a {
  color: #ffffff;
}
.cssmenu > ul > li.has-sub > a {
}
.cssmenu > ul > li.has-sub > a:after {
}
.cssmenu > ul > li.has-sub > a:before {
}
.sub-menu {
padding:2px 0 0 0 !important;
}
.cssmenu > ul > li.has-sub > a:before {
-webkit-border-radius:  0;
-moz-border-radius:  0;
border-radius: 0;
}
.cssmenu > ul > li.has-sub > a:after {
-webkit-border-radius:  0;
-moz-border-radius:  0;
border-radius: 0;
content: "";
}
.cssmenu > ul > li.has-sub a:after {
}
.cssmenu > ul > li.has-sub:hover > a:after {
/*border-top: 0.6rem solid #02709d;
border-left: 2rem solid transparent;
border-right: 2rem solid transparent;
position: absolute;
width: 0;
height: 0;
content: "";
left: 0;
top: 40px;
-webkit-border-radius:  0;
-moz-border-radius:  0;
border-radius: 0;
background: transparent;
z-index: 999;*/
}
.cssmenu > ul > li.has-sub:hover > a:before {
display: none;
}
.cssmenu .fa-home::before {
margin: 0;
color: #fff;
position: absolute;
padding: 11px 17px;
font-size: 18px;
}
.cssmenu .fa-home a {
padding: 0;
position: relative;
font-size: 0;
width: 51px;
height: 40px;
display: block;
}
.cssmenu > ul > .fa-home{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.cssmenu > ul > .fa-home:hover{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
padding: 0;
display: block;
z-index: 999;
    box-shadow: 0px 6px 15px -5px #7A7A7A;
    -webkit-box-shadow: 0px 6px 15px -5px #7A7A7A;
    -moz-box-shadow: 0px 6px 15px -5px #7A7A7A;
border: 0px solid #DADADA;
-webkit-border-radius:  0 0 2px 2px;
-moz-border-radius:  0 0 2px 2px;
border-radius: 0 0 2px 2px;
background: #fff;
}
.cssmenu.align-right ul ul {
  text-align: right;
}
.cssmenu ul ul li {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
display: inline-block;
height: auto;  
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
.cssmenu li:hover > ul > li {
}
.cssmenu ul ul ul {
  margin-left: 100% !important;
  top: 0;
    box-shadow: 8px 3px 15px -5px #656161;
    -webkit-box-shadow: 8px 3px 15px -5px #656161;
    -moz-box-shadow: 8px 3px 15px -5px #656161;
width: auto;
z-index: 9999 !important; 
padding-top: 0 !important;
}
.cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.cssmenu ul ul li a {
border-bottom: 1px dotted rgba(162, 162, 162, 0.2);
padding: 4px 10px 4px 20px;
min-width: 240px;
font-size: 12px;
text-decoration: none;
color: #5D5555;
font-weight: 400;
display: inline-block;
height: auto;
line-height: 19px;
}
.cssmenu ul ul li:before {
  position: absolute;
  top: 11px;
  left: 11px;
  display: block;
  width: 4px;
  height: 4px;
  background: #444;  
-webkit-border-radius:  50%;
-moz-border-radius:   50%;
border-radius:  50%;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
.cssmenu ul ul li:hover {
  background:#e4f7ff;
}
.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
  color: #000;
}
.cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 13px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #937272;
  content: '';
}
.cssmenu .child-image {
float: left;
margin: 0px 4px 0 0;
border: 1px solid #ddd;
display: inline-block;
width: 30px;background: #fff;
}
.cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
.cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 10px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #937272;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
.cssmenu ul ul > li.has-sub:hover > a:before {
  top: 10px;
  height: 0;
}
.cssmenu ul ul > li.has-sub:hover > a:after {
  top: 10px;
  height: 0;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .cssmenu {
    width: 100%;
  }
  .cssmenu ul {
    width: 100%;
    display: none;
	border: none !important;
	padding-left: 0 !important;
	left: 0;
}
.cssmenu .fa-home {display: none;}  
.cssmenu ul ul ul {
    margin-left: auto !important;
}  
  .cssmenu.align-center > ul {
    text-align: left;
  }
.cssmenu ul li {
    width: 100%;
    box-shadow: 0 1px 1px -1px #ddd inset;
    -webkit-box-shadow: 0 1px 1px -1px #ddd inset;
    -moz-box-shadow: 0 1px 1px -1px #ddd inset;
}
.cssmenu ul li:first-child {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.cssmenu > ul > li:hover:last-child { 
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}  
  .cssmenu ul ul li,
  .cssmenu li:hover > ul > li {
    height: auto;
  }
  .cssmenu ul li a,
  .cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  .cssmenu > ul > li {
    float: none;
	display: table;
  }
  .cssmenu ul ul li a {
    padding-left: 25px;
  }
  .cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  .cssmenu ul ul li a {
    color: #444;
    background: none;
  }
  .cssmenu ul ul li:hover > a,
  .cssmenu ul ul li.active > a {
    color: #000;
  }
  .cssmenu ul ul,
  .cssmenu ul ul ul,
  .cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
  .cssmenu > ul > li.has-sub > a:after,
  .cssmenu > ul > li.has-sub > a:before,
  .cssmenu ul ul > li.has-sub > a:after,
  .cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  .cssmenu #menu-button {
    display: block;
    padding: 14px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
	text-align: center;
  }
  .cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 30px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;	
  }
  .cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 30px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;		
  }
  .cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cssmenu .submenu-button {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 40px;
    width: 46px;
    cursor: pointer;
}
.cssmenu > ul > li.has-sub > a {
    padding-right: 46px;
	position: relative;
z-index: 9998;
}  
.sub-menu {
    padding: 0px 0 0 0 !important;
}
  .cssmenu .submenu-button.submenu-opened {
    background: #92c02c;
  }
  .cssmenu ul ul .submenu-button {
    height: 28px;
    width: 34px;
  }
  .cssmenu .submenu-button:after {
    position: absolute;
top: 19px;
right: 17px;
width: 12px;
height: 2px;
display: block;
background: #fff;
    content: '';
  }
  .cssmenu ul ul .submenu-button:after {
top: 13px;
right: 11px;
background: #444;
  }
  .cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  .cssmenu .submenu-button:before {
    position: absolute;
top: 14px;
right: 22px;
display: block;
width: 2px;
height: 12px;
background: #fff;
    content: '';
  }
  .cssmenu ul ul .submenu-button:before {
top: 8px;
right: 16px;
background: #444;
  }
  .cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

#heright{
width: auto;
height: auto;
background: #3C4885;
position: relative;
margin: -10px -10px 60px -10px;
display: inline-block;
padding: 20px;
color: #fff;
text-align: -moz-center;
}
#heright::after {
content: "";
position: absolute;
bottom: -45px;
left: 0;
width: 0;
height: 0;
border-left: 0em solid transparent;
border-right: 18em solid transparent;
border-top: 45px solid #3C4885;
}
#heright a{
color: #fff;
font-size: 20px;
text-decoration: none;
}

.col-logo {
width: 32%;
}
.col-fon {
padding: 0 !important;
}
/****************************=========================================================***********************************/

@media only screen and (min-width: 1200px) {
	footer .posts-thumbnail-widget li {
		padding-bottom: 0 !important;
	}
}
@media only screen and (max-width: 1199px) {
	.posts .sub-cats li a {
		padding: 8px 15px !important;
	}
	#featured-content .entry-thumbnail,
	#featured-content-2 .featured-big .entry-thumbnail {
		width: 220px;
		height: 220px;
	}
	#featured-content .entry-summary,
	#featured-content-2 .entry-summary {
		display: block;
		overflow: hidden;
	}
	#featured-content .jcarousel-control-prev,
	#featured-content .jcarousel-control-next {
		top: 92px;
	}
	#featured-content .jcarousel-pagination-0 {
		top: 250px;
	}
	#featured-content-2 .featured-small .entry-thumbnail {
		width: 100px;
		height: 100px;
		margin-bottom: 15px;
	}
	#featured-content-2 .featured-small .entry-summary {
		float: left;
	}
	.grid .entry-content {
		float: left !important;
	}
	.archive-ad {
		width: 468px;
		height: 60px;
	}
	.newsletter-form input[type="text"] {
		width: 75% !important;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#page {
	}
	.links,
	.posts {
	}
	.posts .cat-posts {
	}
	.links li,
	.posts .sub-cats,
	.posts .cat-posts .post-list {
		width: 165px !important;
	}
	#main {
	}
	.grid .hentry {
	}
	footer .posts-thumbnail-widget li {
		padding-bottom: 15px !important;
	}
}
@media only screen and (max-width: 1023px) {
	#logo {
		float: none;
		width: 90%;
		margin: 5px auto;
	}
	.header-ad {
		float: none;
		margin: 15px auto;
		overflow: hidden;
width: 100%;
	}
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
.cssmenu > ul > li > a {
    padding: 10px 14px 9px 14px;
    font-size: 14px;
}	
.search-form input[type="search"] {
    width: 150px;
}
.hd_tel {
    margin-top: 15px;
    padding-left: 0;
}
.hd_btn_text {
    margin-right: 0px;
}
	#page {
	}
	.links,
	.posts {
	}
	.posts .cat-posts {
	}
	.links li,
	.posts .sub-cats,
	.posts .cat-posts .post-list {
		width: 155px !important;
	}
	.sidebar1 {

	}
	.widget input[type="text"] {
		width: 70%;
	}
	#main {

	}
	.grid .hentry {
		width: 323px !important;
	}
	footer .posts-thumbnail-widget li {
		padding-bottom: 15px !important;
	}
}
@media only screen and (min-width: 960px) {
	.pagination {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 959px) {
#primary-menu, #secondary-nav {
    display: none;
}	
#homecomp {
    display: none;
}
.colgosr {
padding-left: 15px;
}
.hd_tel {
    display: table;
    margin: 0px auto;
    width: auto;
    position: relative;
    clear: left;
	text-align: center;
	padding-left: 0;
}
header .col-logo {
    width: auto;
    padding-right: 15px;
}
.hd_btn {
    text-align: right;
    display: table;
    width: auto;
    margin: 15px auto;
}
.sidebar1 {
display: inline-block;
float: none;
width: 100%;
    }
	.sidebar2 {
    width: 100%;
    height: auto;
    }
#logo img {
    margin: 0;
}
    #primary-bar .slicknav_nav,
    #secondary-bar .slicknav_nav {
    	background: #f9f9f9;
    	border-bottom: 1px solid #dfdfdf;
    }
    #primary-bar .slicknav_nav a,
    #secondary-bar .slicknav_nav a {
    	color: #333;
		line-height: 1.5;
    }
    #primary-bar .slicknav_nav a:hover,
    #secondary-bar .slicknav_nav a:hover {
    	background: #efefef;
    }
.search-form {
position: absolute;
top: -45px;
right: 0;
float: none;
background: #fff;
border: 3px solid #92c02c;
height: 35px;
margin: 0;
width: 100%;
}
.search-form input[type="search"] {
    width: 88%;
    height: 29px;
    border: none;
    padding: 0px 8px 0px 46px;
    font-size: 95%;
    border-radius: 3px;
    font-style: italic;
}
.search-form button {
    color: #fff;
    background: #92c02c;
    margin: 0px;
    padding: 4px 12px;
    position: absolute;
    left: 0px;
}
#secondary-bar {
    height: auto;
    margin-top: 40px;
}
.post-nav-links .next a {
    border-bottom: 1px solid #ccc;
}	
#title-wrapper {
    height: auto;
}
	#primary-bar,
	#secondary-bar {
    	position: relative;
  	}
  	#secondary-bar .slicknav_btn {
    	line-height: 28px;
  	}
  	#secondary-bar .slicknav_icon {
		margin: 8px 0 0 5px;
	}
  	#secondary-bar .header-social {
    	position: absolute;
		top: 0;
		right: 5%;
  	}
	#content {
		border-bottom: none;
	}
	.content-area,
#main {
	float: none !important;
	width: 100% !important;
	border: none !important;
	margin-bottom: 25px;
}
.bottom-pag .panright {
    display: none;
}
.bottom-pag .panleft {
    display: none;
}
.bottom-pag .well {
    margin: 13px 120px 0;
}

	#featured-content .jcarousel-pagination-0 {
		top: 230px;
	}
	.newsletter-form input[type="text"] {
		width: 78% !important;
	}
	footer {
		padding-top: 15px;
	}
	.footer-column-1, .footer-column-2, .footer-column-3, .footer-column-4 {
		width: 49%;
	}
	footer .widget {
		margin-top: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#page {
	}
	.sidebar2 {
    float: none;
width: 100%;
    height: auto;
    }
	#featured-content #carousel-0 ul li,
	#featured-content-2 .featured-big {
		width: 90%;
	}
	#featured-content-2 .featured-small,
	.grid .hentry {
		width: 368px !important;
	}
	footer .posts-thumbnail-widget li {
		padding-bottom: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	.single .header-date {
		display: none;
	}
.slide_content {
    top: 10%;
}
.slide_text {
    color: #4E4E4E;
    font-size: 100%;
    line-height: 1;
    font-weight: bold;
    margin-bottom: auto;
    font-family: Tahoma;
}
.slides .bt1, .slides .bt2, .slides .bt3, .slides .bt4 {
    font-size: 110%;
    line-height: 2.4;
}
.slide_btn a {
    padding: 0 20px;
    line-height: 2;
    font-size: 100%;
}
.slide_btn_icon {
    display: none;
}	
.projects_title {
font-size: 140%;
}
	#featured-content .entry-thumbnail,
	#featured-content-2 .featured-big .entry-thumbnail {
		width: 150px;
		height: 150px;
		margin-bottom: 15px;
	}
	#featured-content .entry-title,
	#featured-content-2 .featured-big .entry-title,
	.blog-list .entry-title {
		font-size: 24px;
		line-height: 26px;
	}
	#featured-content .entry-summary,
	#featured-content-2 .entry-summary {
		float: left;
	}
	#featured-content .jcarousel-control-prev,
	#featured-content .jcarousel-control-next {
		top: 57px;
	}
	#featured-content .jcarousel-pagination-0 {
		top: 160px;
	}
	#featured-content-2 .last {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #e9e9e9;
	}
	#featured-content-2 .featured-small .entry-summary {
		float: none;
	}
	#featured-content-2 .featured-small,
	.grid .hentry {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0;
		border-right: none;
	}
	.grid .entry-content {
		float: none !important;
	}
.pochta .btn_default {
    margin-top: 170px;
}	
	.entry-footer {
		float: left;
		margin-bottom: 15px;
	}
	.entry-cats,
	.entry-tags {
		width: 100%;
		float: left;
		margin-left: 0;
	}
	.entry-share,
	.newsletter-form {
		float: left;
		width: 100%;
	}
	.layout-1c .newsletter-form {
		margin-left: 0;
	}
	.newsletter-form input[type="text"] {
		width: 83% !important;
	}
	.related-posts ul li {
		width: 50%;
		min-height: 250px;
		padding-right: 3% !important;margin-bottom: 8px;
	}
.related-posts ul li a {
    height: auto;
}
	.footer-column-1, .footer-column-2, .footer-column-3, .footer-column-4 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
.footer-column-1, .footer-column-2, .footer-column-3 {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}	
.bottom-pag .well {
    margin: 13px 7% 0;
}
	footer .widget .entry-thumb {
		margin-bottom: 0;
	}
	.sidebar2 {
    width: 100%;
    height: auto;
    }
.post-nav-links .view {
    width: 100%;
}	
.yourdiscount {
    width: 80px !important;
}
.ydiscount {
    margin-top: 70px;
    font-size: 14px;
}
.visitor_discount_value {
    font-size: 20px;
    color: #FE3C3C;
    font-weight: 700;
}
article embed, article iframe, article object {
margin: 0 !important;
width: 100%;
max-width: 100%;
height:auto;
}	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#page {
	}
	#featured-content #carousel-0 ul li,
	#featured-content-2 .featured-big {
		width: 450px;
	}
.content_text {
    max-height: 91px;
    display: block;
    overflow: hidden;
}	
}
@media only screen and (max-width: 479px) {
	#page {
	}
.modal-dialog {width: 94%;}	
.modal-body {padding: 10px;}
.search-form input[type="search"] {
    width: auto;
}	
.flex-control-nav {
    display: none;
}
.slide_btn {
    display: none;
}
	.entry-summary,
	.list .entry-content,
	.grid .entry-content {
		float: left !important;
	}
	.newsletter-form input[type="text"] {
		width: 72% !important;
	}
	#respond #commentform .comment-form-author,
	#respond #commentform .comment-form-email,
	#respond #commentform .comment-form-url {
		width: 100%;
		margin-right: 0;
	}
.bottom-pag .well {
    margin: 13px 2% 0;
}	
#logo .f4 {
    display: inline-block;
    margin-right: 8px;
    float: none;
    width: 100%;
    text-align: center;
}
.site-title {
}
.site-description {
}	
.cart-block {
    height: auto;
}	
.entry-br {
}
.entry-content .raitings {
    float: none;
    width: 100%;
    display: inline-block;
}
.cart-block .htooltip {
    display: none;
}
.content_text {
}	
.more-link {
}
.hentry .entry-title, .onecol .entry-title {
}
.entry-meta, .onecol .entry-meta {
}
.thumb {
    position: relative;
    margin-right: 0px;
    height: 200px;
    position: relative;
    width: 100% !important;
    overflow: hidden;
}
.blog-list .entry-thumbnail, .list .entry-thumbnail {
    min-height: 100% !important;
    width: 100% !important;
    max-width: 200% !important;
    float: none !important;
    margin: 0 !important;
}
.meta-cats, .onecol .meta-cats {
    max-width: 100% !important;
    width: 100% !important;
}
.meta-tags, .onecol .meta-tags {
}
}