/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700';

 */
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Semibold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 4px;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  padding-top: 132px;
}
@media (max-width: 768px)
{
	body{
		padding-top: 76px;
	}
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0083db;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #163750;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #010101;
}
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  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: 32px;
}
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: 300;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.main_content ul,ol {
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 16px;
}

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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  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, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}


/* fixed container size */
@media (min-width: 1210px) {
  .container {
    width: 1180px !important;
  }
}

@media (max-width: 1209px) {
  .container {
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1180px) {
  .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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
/*@media screen and (max-width: 1920px) {*/

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.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;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

@media (min-width: 1024px) {
  .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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 1024px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #0083db;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #163750;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
/* was 1px */
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .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,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.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.3333333;
  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: #555555;
  text-align: center;
  background-color: #eeeeee;
  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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0083db;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 55px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -2px; 
}
.nav-tabs > li > a {
  color: #2d9fec;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  margin-right: 45px;
  line-height: 1.42857143;
  border-bottom: 2px solid  #e5e5e5;
  border-color: transparent ;    
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  /* border-color: #eeeeee #eeeeee #e5e5e5; */
  border-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #010101;
  background-color: transparent;
  cursor: default;
  border-bottom: 2px solid #010101;   
}


.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .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: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .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-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 75px;
  margin-bottom: 0;
}
/* was 1 px */
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

/* was 1 px */
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}

/* was 1 px, 768 */
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

/* was 1024px */
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: 15px;
}

/* was 1 px */
@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;
}

/* was 1 px */
@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;
}

/* was 1 px */
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 27.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 75px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

/* was 1 px */
/*
@media (max-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 16px;
  }
}
*/

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 20.5px;
  margin-bottom: 20.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
/* was 1 px, then 768 */
/* hide toggle button */
@media (min-width: 769px)
{
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 13.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

/* was 1 px, 767 */
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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;
  }
}
/* was 1px, 768 */
/* modify small menu */
@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
/*
    padding-top: 27.5px;
    padding-bottom: 27.5px;
*/
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}

/* was 1024px, 768 */
@media (min-width: 769px) {
  .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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* was 1px, 767 */
@media (max-width: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

/* was 1px */
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn.btn-sm {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
.navbar-btn.btn-xs {
  margin-top: 26.5px;
  margin-bottom: 26.5px;
}
.navbar-text {
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}
@media (min-width: 1px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/*
@media (min-width: 1px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
*/

/* was 1px */
@media (min-width: 769px)
{
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		padding-right: 16px;
    	float: right !important;
	}
	
	.navbar-right ~ .navbar-right {
    	margin-right: 0;
  	}
  	
  	header .navbar-bottom {
  		border-top: 2px solid #eaecec;
  	}
}	

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #404040;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #272727;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #404040;
}
.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: #eeeeee;
}
.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: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 1px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #404040;
  }
  .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: #eeeeee;
  }
  .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: #404040;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #404040;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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 {
  background-color: #080808;
  color: #fff;
}

/* was 1px, 767 */
@media (max-width: 768px) {
  .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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.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 {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.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;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0083db;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #163750;
  background-color: #eeeeee;
  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: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0083db;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #000;
  background-color: #f5f5f5;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dcdcdc;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 40px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0083db;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 768px)
{
	.step .media-body{
	  vertical-align: middle;
	}
}

.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > 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 > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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 > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  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,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: transparent;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.7);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 1024px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 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 {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: 30%;
  left: 0;
  width: auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: -999px;
  background-color: #5f6e74;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 1024px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd: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-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-xsls,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-cell,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-cell,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-md-cell,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-cell,
.visible-lg-inline-block {
  display: none !important;
}

@media (min-width: 568px) and (max-width: 767px)
{
  .visible-xsls {
    display: block !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-cell {
    display: table-cell !important;
  }
  
  table.visible-xsls,
  table.visible-xs {
    display: table !important;
  }
  
  tr.visible-xsls,
  tr.visible-xs {
    display: table-row !important;
  }
  
  td.visible-xsls,
  th.visible-xsls,
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-cell {
    display: table-cell !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-cell {
    display: table-cell !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-cell {
    display: table-cell !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-cell {
    display: table-cell !important;
  }	
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* was 767 px */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 567px) {
  .hidden-xsls {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*----------------icons----------------------*/
.en,
.uk,
.ru,
.de,
.fr,
.es,
.it,
.pt,
.se,
.cn,
.pl,
.jp {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(/img/flag/en-us.gif) 0 0 no-repeat;
  margin-right: 10px;
}
.uk {
  background: url(/img/flag/en.gif) 0 0 no-repeat;
}
.ru {
  background: url(/img/flag/ru.gif) 0 0 no-repeat;
}
.de {
  background: url(/img/flag/de.gif) 0 0 no-repeat;
}
.fr {
  background: url(/img/flag/fr.gif) 0 0 no-repeat;
}
.es {
  background: url(/img/flag/es.gif) 0 0 no-repeat;
}
.it {
  background: url(/img/flag/it.gif) 0 0 no-repeat;
}
.pt {
  background: url(/img/flag/pt.gif) 0 0 no-repeat;
}
.pt-br {
  background: url(/img/flag/pt-br.gif) 0 0 no-repeat;
}
.bp {
  background: url(/img/flag/pt-br.gif) 0 0 no-repeat;
}
.se {
  background: url(/img/flag/se.gif) 0 0 no-repeat;
}
.cn {
  background: url(/img/flag/cn.gif) 0 0 no-repeat;
}
.pl {
  background: url(/img/flag/pl.gif) 0 0 no-repeat;
}
.jp {
  background: url(/img/flag/jp.gif) 0 0 no-repeat;
}
.ar {
  background: url(/img/flag/ar.gif) 0 0 no-repeat;
}
.lupa {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/img/icons/lupa.svg) 0 0 no-repeat;
}
.drop_down {
  display: inline-block;
  width: 10px;
  height: 7px;
  background: url(/img/icons/drop_down.svg) 50% 50% no-repeat;
  margin-left: 10px;
  margin-bottom: 2px;
}
.mail {
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(/img/icons/mail.svg) 50% 50% no-repeat;
  margin-right: 10px;
}
.arr_next,
.arr_prev {
  display: inline-block;
  width: 49px;
  height: 149px;
  background: url(/img/icons/big_next.svg) 0 0 no-repeat;
}
.arr_prev {
  background: url(/img/icons/big_prev.svg) 0 0 no-repeat;
}
.left_sm,
.right_sm {
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-right: 20px;
  background: url(/img/icons/small_prev.svg) 0 0 no-repeat;
}
.right_sm {
  background: url(/img/icons/small_next.svg) 0 0 no-repeat;
  margin-left: 20px;
  margin-right: 0;
}
.green_feat {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/img/icons/green_galka.svg) 50% 50% no-repeat;
  position: absolute;
  top: 4px;
  left: -20px;
}
.arr_left {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/img/icons/blue_galka.svg) 0 0 no-repeat;
  position: absolute;
  top: 4px;
  left: -20px;
}
.arr_down {
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url(/img/icons/blue_galka_down.svg) 0 0 no-repeat;
  position: absolute;
  top: 8px;
  left: -22px;
}
.fb,
.twitter,
.owler,
.telegram,
.youtube,
.instagram {
  display: inline-block;
  width: 33px;
  height: 33px;
}
.telegram {
  background: url(/img/icons/telegram.svg) 0 0 no-repeat;
}
.youtube {
  background: url(/img/icons/youtube.svg) 0 0 no-repeat;
}
.owler {
  background: url(/img/icons/owler.svg) 0 0 no-repeat;
}
.fb {
  background: url(/img/icons/fb.svg) 0 0 no-repeat;
}

.instagram {
  background: url(/img/icons/instagram.png) 0 0 no-repeat;
}

.twitter {
  background: url(/img/icons/twitter.svg) 0 0 no-repeat;
}
.basket {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/img/icons/basket.svg) 0 50% no-repeat;
  margin-right: 10px;
  vertical-align: text-top;
}
.basket_green {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url(/img/icons/basket_green.svg) 0 50% no-repeat;
  margin-right: 10px;
  vertical-align: bottom;
}
.green_galka {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/img/icons/green_galka.svg) 50% 50% no-repeat;
}

.geo {
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(/img/icons/geo.svg) 0 50% no-repeat;
  margin-right: 5px;
}
.next_page {
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/img/icons/next_page.svg) 0 50% no-repeat;
}
.prev_page {
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/img/icons/prev_page.svg) 0 50% no-repeat;
}
.last_page {
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(/img/icons/nnext_page.svg) 0 50% no-repeat;
}
.bred_arr {
  display: inline-block;
  width: 15px;
  height: 19px;
  background: url(/img/icons/breadcrumb.svg) 0 50% no-repeat;
  vertical-align: top;
}
.visit_arr {
  display: inline-block;
  width: 7px;
  height: 17px;
  vertical-align: text-bottom;
  margin-left: 15px;
  background: url(/img/icons/blue_galka.svg) 0 50% no-repeat;
}
.jumb_lock {
  display: inline-block;
  width: 82px;
  height: 82px;
  background: url(/img/icons/jumb_lock.svg) 50% 50% no-repeat;
  margin-bottom: 15px;
}
#maps {
  display: block;
  height: 450px;
  background: url(/img/map/world.png) 50% 50% no-repeat;
  position: relative;
}
.m_america,
.m_europe,
.m_russia,
.m_asia,
.m_africa,
.m_australia {
  position: absolute;
  top: 0;
  left: 0;
  height: 450px;
  width: 100%;
}
.m_america {
  background: url(/img/map/us.png) 50% 50% no-repeat;
}
.m_europe {
  background: url(/img/map/euro.png) 50% 50% no-repeat;
}
.m_russia {
  background: url(/img/map/rus.png) 50% 50% no-repeat;
}
.m_asia {
  background: url(/img/map/asia.png) 50% 50% no-repeat;
}
.m_africa {
  background: url(/img/map/africa.png) 50% 50% no-repeat;
}
.m_australia {
  background: url(/img/map/australia.png) 50% 50% no-repeat;
}
.ben_1,
.ben_2,
.ben_3,
.ben_4,
.ben_5,
.ben_6 {
  width: 77px;
  height: 79px;
}
.ben_1 {
  background: url(/img/icons/benefit1.svg) 50% 50% no-repeat;
}
.ben_2 {
  background: url(/img/icons/benefit2.svg) 50% 50% no-repeat;
}
.ben_3 {
  background: url(/img/icons/benefit3.svg) 50% 50% no-repeat;
}
.ben_4 {
  background: url(/img/icons/benefit4.svg) 50% 50% no-repeat;
}
.ben_5 {
  background: url(/img/icons/benefit5.svg) 50% 50% no-repeat;
}
.ben_6 {
  background: url(/img/icons/benefit6.svg) 50% 50% no-repeat;
}
.logo_black {
  width: 251px;
  height: 43px;
  background: url(/img/icons/logo_black.svg) 50% 50% no-repeat;
}
@media (max-width: 1179px) and (min-width: 1024px) {
  .logo_black {
    width: 200px;
    background-size: 200px;
  }
}
.android_w,
.apple_w {
  display: inline-block;
  width: 30px;
  height: 35px;
  padding: 0 30px;
}
.android_w {
  background: url(/img/icons/android_w.svg) 50% 50% no-repeat;
}
.apple_w {
  background: url(/img/icons/apple_ico_w.svg) 50% 50% no-repeat;
}
/*----------------images----------------------*/
.index_house {
  width: 220px;
  height: 169px;
  background: url(/img/index_house.png) 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index_house {
    background: url(/img/index_house@2x.png) 50% 50% no-repeat;
    background-size: 220px 169px;
  }
}
.index_business {
  width: 220px;
  height: 216px;
  background: url(/img/index_business.png) 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index_business {
    background: url(/img/index_business@2x.png) 50% 50% no-repeat;
    background-size: 220px 216px;
  }
}
.index_law {
  width: 220px;
  height: 175px;
  background: url(/img/index_law.png) 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index_law {
    background: url(/img/index_law@2x.png) 50% 50% no-repeat;
    background-size: 220px 175px;
  }
}
.g_play,
.app_store {
  display: block;
  width: 127px;
  height: 38px;
  margin-bottom: 10px;
}
.g_play {
  background: url(/img/g_play.png) 0 50% no-repeat;
}
.app_store {
  background: url(/img/app_store.png) 0 50% no-repeat;
  margin-bottom: 30px;
}

.boxshot {
  width: 140px;
  height: 230px;
  margin-top: 10px;
}
/*
.eprb {
  background: url(/img/eprb.png) 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .eprb {
    background: url(/img/eprb@2x.png) 50% 50% no-repeat;
    background-size: 140px 230px;
  }
}
.epb {
  background: url(/img/epb.png) 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .epb {
    background: url(/img/epb@2x.png) 50% 50% no-repeat;
    background-size: 140px 230px;
  }
}
.edpr {
  background: url(/img/edpr.png) 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .edpr {
    background: url(/img/edpr@2x.png) 50% 50% no-repeat;
    background-size: 140px 230px;
  }
}
*/
.nvidia {
  display: inline-block;
  width: 100px;
  height: 47px;
  background: url(/img/nvidia.png) 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nvidia {
    background: url(/img/nvidia@2x.png) 50% 50% no-repeat;
    background-size: 100px 47px;
  }
}
.intel_core {
  display: inline-block;
  width: 43px;
  height: 45px;
  background: url(/img/intel_core.png) 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .intel_core {
    background: url(/img/intel_core@2x.png) 50% 50% no-repeat;
    background-size: 43px 45px;
  }
}
.paypal {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 24px;
  background: url(/img/paypal.png) 50% 50% no-repeat;
  margin-left: 10px;
}
.soc_fb,
.soc_fb_like,
.soc_tw,
.soc_in,
.soc_pin,
.soc_plus {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.soc_fb {
  background: url(/img/fb.png) 50% 50% no-repeat;
}
.soc_fb_like {
  width: 25px;
  background: url(/img/fb_likes.png) 50% 50% no-repeat;
}
.soc_tw {
  background: url(/img/tw.png) 50% 50% no-repeat;
}
.soc_in {
  background: url(/img/in.png) 50% 50% no-repeat;
}
.soc_pin {
  background: url(/img/pinterest.png) 50% 50% no-repeat;
}
.soc_plus {
  background: url(/img/soc_plus.png) 50% 50% no-repeat;
}
.d_uk {
  background: url(/img/flag_uk.gif) 0 50% no-repeat;
}
.d_rus {
  background: url(/img/flag_ru.gif) 0 50% no-repeat;
}
.d_de {
  background: url(/img/flag_ge.gif) 0 50% no-repeat;
}
.d_jp {
  background: url(/img/flag_jp.gif) 0 50% no-repeat;
}
.d_esp {
  background: url(/img/flag_spain.gif) 0 50% no-repeat;
}
.d_it {
  background: url(/img/flag_it.gif) 0 50% no-repeat;
}
.d_china {
  background: url(/img/china.gif) 0 50% no-repeat;
}
.d_fr {
  background: url(/img/flag_fr.gif) 0 50% no-repeat;
}
.d_ae {
  background: url(/img/flag_ae.gif) 0 50% no-repeat;
}
.certs {
  display: block;
  width: 544px;
  height: 96px;
  background: url(/img/сertificates.png) 0 50% no-repeat;
}
/*----------------header----------------------*/
header .search{
	float: right;
	margin-top: 1px;
}
header .search .input-group {
  width: 255px;
  margin-top: 20px;
  margin-right: 15px;
}
header .search .input-group input {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  box-shadow: none;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 15px;
}
header .search .input-group button {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
header .search .input-group button:active {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  box-shadow: none;
}


header .navbar .dropdown .dropdown-toggle {
  background-color: transparent !important;
}
header .navbar .dropdown a:hover {
  color: #2d9fec;
}
header .navbar .dropdown a:hover .drop_down {
  background: url(/img/icons/blue_drop_down.svg) 50% 50% no-repeat;
}
header .navbar .dropdown a:focus {
  background-color: transparent !important;
}
header .navbar .dropdown.open > a {
  color: #2d9fec !important;
}
header .navbar .dropdown.open > a .drop_down {
  background: url(/img/icons/blue_drop_up.svg) 50% 50% no-repeat;
}
header .navbar .dropdown-menu {
  top: 50px;
  left: 15px;
  padding: 15px;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
header .navbar .dropdown-menu li a {
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaecec;
  text-transform: none;
  color: #010101;
}
header .navbar .dropdown-menu li a:hover {
  background-color: transparent;
  color: #2d9fec;
}

/* was been no media */
@media (min-width: 769px)
{
   header .navbar .dropdown-menu li:last-of-type a {
     padding: 0;
     margin: 0;
     border: none;
   }
}

header .navbar .dropdown-menu:first-of-type {
  margin-left: -15px;
}
header .navbar_hide .navbar-left {
  margin-left: 0 !important;
}
header .navbar_hide li a {
  padding: 10px 13px;
}
header .navbar_hide li.search .input-group {
  margin-top: 10px;
  margin-right: 0;
}
header .navbar_hide .navbar-brand {
  width: 43px;
  height: 55px;
  background: url(/img/icons/logo_top_scroll.svg) 0 50% no-repeat;
  margin-right: 13px;
}
header .navbar_hide li.search .input-group {
  width: 200px;
}
header .navbar-top {
  border-bottom: 1px solid #eaecec;
}
header .navbar-top .navbar-brand {
  width: 230px;
  background: url(/img/icons/logo_red_new.svg) 0 50% no-repeat;
}

/* lang switcher */
header .navbar-top .navbar-header ul.lang_switcher{
	float: right;
	smargin-top: 28px;
	padding-right: 16px;
	padding-left: 0px;
	
}
header .lang_switcher a.head {
	color: #333333;
}
header .lang_switcher a.head:hover,
header .lang_switcher a.head:focus {
	color: #333333 !important;
}
header .navbar-top .navbar-header li.lang a {
  height: 35px;
  margin-top: 20px;
  padding: 7px 15px;
  border-radius: 20px;
  border: 1px solid #8a8a8a;
}
header .navbar-top .navbar-header li.lang a:focus {
  background-color: transparent;
}
header .navbar-top .navbar-header li.lang .dropdown-menu {
  box-shadow: none;
  padding: 0;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  top: 35px;
  min-width: 0;
}
header .navbar-top .navbar-header li.lang .dropdown-menu li a {
  border: none;
  border-bottom: 1px solid #eaecec;
  border-radius: 0;
  padding: 7px 0;
  margin: 0 15px;
}
header .navbar-top .navbar-header li.lang .dropdown-menu li:last-of-type a {
  border: none;
}


header .navbar-top .navbar-nav li.lang a {
  height: 35px;
  margin-top: 20px;
  padding: 7px 15px;
  border-radius: 20px;
  border: 1px solid #8a8a8a;
}
header .navbar-top .navbar-nav li.lang a:focus {
  background-color: transparent;
}
header .navbar-top .navbar-nav li.lang .dropdown-menu {
  box-shadow: none;
  padding: 0;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  top: 65px;
  min-width: 0;
}
header .navbar-top .navbar-nav li.lang .dropdown-menu li a {
  border: none;
  border-bottom: 1px solid #eaecec;
  border-radius: 0;
  padding: 7px 0;
  margin: 0 15px;
}
header .navbar-top .navbar-nav li.lang .dropdown-menu li:last-of-type a {
  border: none;
}


header .navbar-bottom {
  border-bottom: 1px solid #eaecec;
  /* box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.1); */
  min-height: 55px;
}
header .navbar-bottom .navbar-nav > li > a {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}
header .navbar-bottom .navbar-left {
  font-size: 15px;
  margin-left: -15px;
}
header .navbar-bottom .navbar-right {
  font-size: 17px;
}
header .navbar-bottom .navbar-right li:last-child a {
  padding-right: 0;
}
header .navbar-right li a:hover {
  color: #2d9fec !important;
}
/*-----------------------footer-------------------------*/
footer {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 60px;
}
footer .navbar {
  background-color: #f5f5f5;
}
footer .navbar-nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: none;
}
footer .navbar-nav:before {
  display: none;
}
footer .navbar-nav:after {
  display: none;
}
footer .navbar-nav .navbar-brand {
  width: 230px;
  height: 35px;
  background: url(/img/icons/logo_bottom.svg) 0 50% no-repeat;
  padding: 0;
}

footer .navbar-nav > li {
  -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  margin: 0;
  margin-right: 20px;
}
footer .navbar-nav > li:first-of-type {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
footer .navbar-nav > li:last-of-type {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 0;
}
footer .navbar-nav > li ul {
  list-style: none;
  padding-left: 0;
}
footer .navbar-nav > li ul li {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 5px;
}
footer .navbar-nav > li ul li a {
  color: #404040;
}
footer .navbar-nav > li ul li:first-of-type {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin-bottom: 10px;
}
footer .navbar-nav > li ul li .social ul {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .navbar-nav > li ul li .social ul li {
  margin-right: 5px;
}
footer .navbar-nav > li ul li .navbar-form {
  padding: 0;
}
footer .navbar-nav > li ul li .navbar-form input {
  border-radius: 0;
  height: 45px;
  margin-right: 2px;
}
footer .navbar-nav > li ul li .navbar-form button {
  border-radius: 0;
  height: 45px;
  width: 45px;
  background-color: #2d9fec;
  border-color: #2d9fec;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
footer .navbar-nav .subscribe .form-control {
  padding: 6px 10px;
}

/*-----------------------buttons-------------------------*/
.btn-red {
  color: #fff;
  background-color: #e20d0d;
  border-color: #e20d0d;
  font-family: "Roboto", sans-serif;
  padding: 15px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
}
.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #b20a0a;
  border-color: #690606;
}
.btn-red:hover {
  color: #fff;
  background-color: #b20a0a;
  border-color: #a80a0a;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #b20a0a;
  border-color: #a80a0a;
}
.btn-red:active:hover,
.btn-red.active:hover,
.open > .dropdown-toggle.btn-red:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.open > .dropdown-toggle.btn-red:focus,
.btn-red:active.focus,
.btn-red.active.focus,
.open > .dropdown-toggle.btn-red.focus {
  color: #fff;
  background-color: #900808;
  border-color: #690606;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus {
  background-color: #e20d0d;
  border-color: #e20d0d;
}
.btn-red .badge {
  color: #e20d0d;
  background-color: #fff;
}
.btn-red .more {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(/img/icons/small_next.svg) 0 0 no-repeat;
  margin-left: 20px;
}
.btn-red:hover {
  background-color: #cd1c00;
}
.btn-blue {
  color: #fff;
  background-color: #2d9fec;
  border-color: #2d9fec;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #1386d3;
  border-color: #0d598d;
}
.btn-blue:hover {
  color: #fff;
  background-color: #1386d3;
  border-color: #1280ca;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #1386d3;
  border-color: #1280ca;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #1071b2;
  border-color: #0d598d;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  background-color: #2d9fec;
  border-color: #2d9fec;
}
.btn-blue .badge {
  color: #2d9fec;
  background-color: #fff;
}
.btn-blue .more {
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(/img/icons/blue_more.svg) 0 0 no-repeat;
  margin-left: 20px;
}
.btn-green {
  color: #fff;
  background-color: #53ae64;
  border-color: #53ae64;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  border-radius: 2px;
}

.btn-green:focus,
.btn-green.focus {
  color: #fff;
  background-color: #428c50;
  border-color: #295832;
}
.btn-green:hover {
  color: #fff;
  background-color: #428c50;
  border-color: #3f854c;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #428c50;
  border-color: #3f854c;
}
.btn-green:active:hover,
.btn-green.active:hover,
.open > .dropdown-toggle.btn-green:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus,
.btn-green:active.focus,
.btn-green.active.focus,
.open > .dropdown-toggle.btn-green.focus {
  color: #fff;
  background-color: #377442;
  border-color: #295832;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus {
  background-color: #53ae64;
  border-color: #53ae64;
}
.btn-green .badge {
  color: #53ae64;
  background-color: #fff;
}
.btn-green:hover {
  background-color: #3c9b4d;
}
.btn-trans {
  font-size: 13px ;
  width: 49%;
  padding: 10px;
}
.btn-trans:hover {
  background-color: #f6f6f6;
  border-color: #ccc;
}
.btn-trans .win_ico,
.btn-trans .macos_ico {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/img/icons/win_ico.svg) 0 0 no-repeat;
  background-size: 15px 19px;
  vertical-align: bottom;
  margin-right: 10px;
}


.btn-trans .macos_ico {
  background: url(/img/icons/apple_ico.svg) 0 0 no-repeat;
  background-size: 15px 19px;
}
.macos_ico {
  background: url(/img/icons/apple_ico.svg) 0 0 no-repeat;
  background-size: 15px 19px;
}
.btn-check {
  width: auto;
  padding: 10px 40px;
  margin-right: 10px;
}
.btn-check-pp {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 2px;
  border-color: #ccc;
}
.btn-check-pp:focus,
.btn-check-pp.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-check-pp:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-check-pp:active,
.btn-check-pp.active,
.open > .dropdown-toggle.btn-check-pp {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-check-pp:active:hover,
.btn-check-pp.active:hover,
.open > .dropdown-toggle.btn-check-pp:hover,
.btn-check-pp:active:focus,
.btn-check-pp.active:focus,
.open > .dropdown-toggle.btn-check-pp:focus,
.btn-check-pp:active.focus,
.btn-check-pp.active.focus,
.open > .dropdown-toggle.btn-check-pp.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-check-pp:active,
.btn-check-pp.active,
.open > .dropdown-toggle.btn-check-pp {
  background-image: none;
}
.btn-check-pp.disabled:hover,
.btn-check-pp[disabled]:hover,
fieldset[disabled] .btn-check-pp:hover,
.btn-check-pp.disabled:focus,
.btn-check-pp[disabled]:focus,
fieldset[disabled] .btn-check-pp:focus,
.btn-check-pp.disabled.focus,
.btn-check-pp[disabled].focus,
fieldset[disabled] .btn-check-pp.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-check-pp .badge {
  color: #fff;
  background-color: #000;
}
.btn-check-pp:hover {
  background-color: #fff;
}
.btn-visit {
  color: #0083db;
  background-color: #fff;
  border-color: #0083db;
  font-size: 15px;
  padding: 8px 14px;
}
.btn-visit:focus,
.btn-visit.focus {
  color: #0083db;
  background-color: #e6e6e6;
  border-color: #00375b;
}
.btn-visit:hover {
  color: #0083db;
  background-color: #e6e6e6;
  border-color: #005e9e;
}
.btn-visit:active,
.btn-visit.active,
.open > .dropdown-toggle.btn-visit {
  color: #0083db;
  background-color: #e6e6e6;
  border-color: #005e9e;
}
.btn-visit:active:hover,
.btn-visit.active:hover,
.open > .dropdown-toggle.btn-visit:hover,
.btn-visit:active:focus,
.btn-visit.active:focus,
.open > .dropdown-toggle.btn-visit:focus,
.btn-visit:active.focus,
.btn-visit.active.focus,
.open > .dropdown-toggle.btn-visit.focus {
  color: #0083db;
  background-color: #d4d4d4;
  border-color: #00375b;
}
.btn-visit:active,
.btn-visit.active,
.open > .dropdown-toggle.btn-visit {
  background-image: none;
}
.btn-visit.disabled:hover,
.btn-visit[disabled]:hover,
fieldset[disabled] .btn-visit:hover,
.btn-visit.disabled:focus,
.btn-visit[disabled]:focus,
fieldset[disabled] .btn-visit:focus,
.btn-visit.disabled.focus,
.btn-visit[disabled].focus,
fieldset[disabled] .btn-visit.focus {
  background-color: #fff;
  border-color: #0083db;
}
.btn-visit .badge {
  color: #fff;
  background-color: #0083db;
}
.btn-visit:hover {
  background-color: #fff;
  border-color: #0083db;
}
.btn-foot {
  color: #fff;
  background-color: #2d9fec;
  border-color: #2d9fec;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
}
.btn-foot:focus,
.btn-foot.focus {
  color: #fff;
  background-color: #1386d3;
  border-color: #0d598d;
}
.btn-foot:hover {
  color: #fff;
  background-color: #1386d3;
  border-color: #1280ca;
}
.btn-foot:active,
.btn-foot.active,
.open > .dropdown-toggle.btn-foot {
  color: #fff;
  background-color: #1386d3;
  border-color: #1280ca;
}
.btn-foot:active:hover,
.btn-foot.active:hover,
.open > .dropdown-toggle.btn-foot:hover,
.btn-foot:active:focus,
.btn-foot.active:focus,
.open > .dropdown-toggle.btn-foot:focus,
.btn-foot:active.focus,
.btn-foot.active.focus,
.open > .dropdown-toggle.btn-foot.focus {
  color: #fff;
  background-color: #1071b2;
  border-color: #0d598d;
}
.btn-foot:active,
.btn-foot.active,
.open > .dropdown-toggle.btn-foot {
  background-image: none;
}
.btn-foot.disabled:hover,
.btn-foot[disabled]:hover,
fieldset[disabled] .btn-foot:hover,
.btn-foot.disabled:focus,
.btn-foot[disabled]:focus,
fieldset[disabled] .btn-foot:focus,
.btn-foot.disabled.focus,
.btn-foot[disabled].focus,
fieldset[disabled] .btn-foot.focus {
  background-color: #2d9fec;
  border-color: #2d9fec;
}
.btn-foot .badge {
  color: #2d9fec;
  background-color: #fff;
}

.btn-foot .green {
  color: #53ae64;
  background-color: #53ae64;
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-size: 18px;
  padding: 10px 20px;
}
.btn-transparent:focus,
.btn-transparent.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-transparent:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-transparent:active:hover,
.btn-transparent.active:hover,
.open > .dropdown-toggle.btn-transparent:hover,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.open > .dropdown-toggle.btn-transparent:focus,
.btn-transparent:active.focus,
.btn-transparent.active.focus,
.open > .dropdown-toggle.btn-transparent.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #fff;
}
.btn-showmore {
  color: #a1a1a1;
  background-color: #fff;
  border-color: #a1a1a1;
  font-size: 18px;
  padding: 10px 20px;
}
.btn-showmore:focus,
.btn-showmore.focus {
  color: #a1a1a1;
  background-color: #e6e6e6;
  border-color: #616161;
}
.btn-showmore:hover {
  color: #a1a1a1;
  background-color: #e6e6e6;
  border-color: #828282;
}
.btn-showmore:active,
.btn-showmore.active,
.open > .dropdown-toggle.btn-showmore {
  color: #a1a1a1;
  background-color: #e6e6e6;
  border-color: #828282;
}
.btn-showmore:active:hover,
.btn-showmore.active:hover,
.open > .dropdown-toggle.btn-showmore:hover,
.btn-showmore:active:focus,
.btn-showmore.active:focus,
.open > .dropdown-toggle.btn-showmore:focus,
.btn-showmore:active.focus,
.btn-showmore.active.focus,
.open > .dropdown-toggle.btn-showmore.focus {
  color: #a1a1a1;
  background-color: #d4d4d4;
  border-color: #616161;
}
.btn-showmore:active,
.btn-showmore.active,
.open > .dropdown-toggle.btn-showmore {
  background-image: none;
}
.btn-showmore.disabled:hover,
.btn-showmore[disabled]:hover,
fieldset[disabled] .btn-showmore:hover,
.btn-showmore.disabled:focus,
.btn-showmore[disabled]:focus,
fieldset[disabled] .btn-showmore:focus,
.btn-showmore.disabled.focus,
.btn-showmore[disabled].focus,
fieldset[disabled] .btn-showmore.focus {
  background-color: #fff;
  border-color: #a1a1a1;
}
.btn-showmore .badge {
  color: #fff;
  background-color: #a1a1a1;
}
.btn-showmore:active,
.btn-showmore.active {
  box-shadow: none;
  background-color: #fff;
}
.btn-showmore:focus {
  box-shadow: none;
  background-color: #fff;
}
.btn-showmore:hover {
  background-color: #fff;
}
/*-----------------------Common------------------------*/
/*
@media screen and (max-width: 1023px) and (min-width: 768) {
  body {
    width: 1004px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 766) {
  body {
    width: 767px !important;
  }
  footer .navbar-nav .subscribe {
  	display: none;
  }
}
*/

a {
  outline: none !important;
}
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.text-gray {
  color: #404040 !important;
}
/*
   fixed by Alexey Shtol
*/
/*
.col-md-9 {
  width: 73% !important;
}
.col-md-3 {
  padding: 0;
  width: 27% !important;
}
*/
.p_left {
  padding-left: 0 !important;
}
.p_right {
  padding-right: 0 !important;
}
.date {
  color: #909090 !important;
}
.blue_bg {
  background-color: #d0e8f2;
}
.violet_bg {
  background-color: #ded7e9;
}
.grey_bg {
  background-color: #dee3e7;
}
.green_bg {
  background-color: #ecffd2;
}
.green-text {
  color: #53ae64;
  text-color: #53ae64; 
}
.pagination {
  margin: 35px 0 0 0;
}
.pagination li a {
  font-size: 14px;
  color: #909090;
  margin-right: 5px;
  margin-bottom: 0;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 0;
}
.pagination li.active a,
.pagination li:hover a {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #010101;
}
.pagination li.active a:hover,
.pagination li:hover a:hover,
.pagination li.active a:focus,
.pagination li:hover a:focus {
  background-color: #e1e1e1;
  color: #010101;
  border-color: #e1e1e1;
}
.carousel .carousel-inner .item {
  margin-top: 105px;
  margin-bottom: 55px;
  min-height: 326px;
}
.carousel .carousel-inner .item h1 {
  font-size: 52px;
  color: #fff;
}
.carousel .carousel-inner .item p {
  font-size: 24px;
  color: #fff;
  padding-left: 105px;
  padding-right: 105px;
  margin-bottom: 40px;
}

@media (max-width: 767px){
 .carousel .carousel-inner .item h1 {
  	font-size: 24px;
  }
  .carousel .carousel-inner .item p {
  	font-size: 14px;
  	padding-left: 60px;
  	padding-right: 60px;
  	margin-bottom: 30px;
  }
}

.carousel .arrs_sm {
  display: block;
  z-index: 15;
  margin-bottom: 30px;
}
.carousel .arrs_sm .carousel-indicators {
  display: inline-block;
  position: static;
  margin-left: 0;
  width: auto;
}
.carousel#carousel_pr {
  background-color: #f5f5f5;
  margin-bottom: 80px;
}
.carousel#carousel_pr .text-green {
  color: #53ae64;
}
.carousel#carousel_pr .row_full {
  background-color: #f5f5f5;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  z-index: -1;
}
.carousel#carousel_pr .carousel-control {
  width: 16px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.carousel#carousel_pr .arr_prev {
  width: 16px;
  height: 30px;
  background: url(/img/icons/carusel_prev.svg) 0 50% no-repeat;
}
.carousel#carousel_pr .arr_next {
  width: 16px;
  height: 30px;
  background: url(/img/icons/carusel_next.svg) 0 50% no-repeat;
}
.carousel#carousel_pr .carousel-inner {
  padding: 75px 90px 100px 90px;
}
.carousel#carousel_pr .carousel-inner .item {
  cursor: pointer;
  min-height: 387px;
  margin: 0;
}
.carousel#carousel_pr .carousel-inner .item .media-left {
  padding: 25px;
}
.carousel#carousel_pr .carousel-inner .item img {
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}
.carousel#carousel_pr .carousel-inner .item p {
  font-size: 22px;
  padding: 0;
  margin: 0;
  padding-left: 35px;
  color: #606060;
}
.carousel#carousel_pr .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #c6c6c6;
}
.carousel#carousel_pr .carousel-indicators li.active {
  background-color: #585858;
}
.carousel#about_carousel .arrs_sm {
  position: absolute;
  bottom: 0;
}
.carousel#about_carousel .item {
  margin: 0;
  padding-top: 105px;
  padding-bottom: 115px;
  min-height: 580px;
}
/*
.carousel#about_carousel .item.slide_1 {
  background: url(/img/banners/jumb_home.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.carousel#about_carousel .item.slide_2 {
  background: url(/img/banners/jumb_le.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.carousel#about_carousel .item.slide_3 {
  background: url(/img/access3.png) 50% 50% no-repeat;
  background-size: cover;
}
.carousel#about_carousel .item.slide_4 {
  background: url(/img/access4.png) 50% 50% no-repeat;
  background-size: cover;
}
*/
.carousel.for_users_carousel {
  padding-top: 85px;
  color: #fff;
}
.carousel.for_users_carousel h1 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
}
.carousel.for_users_carousel h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
.carousel.for_users_carousel p {
  font-size: 24px;
}
.carousel.for_users_carousel .carousel-inner p {
  font-size: 22px;
  line-height: 28px;
  padding: 0;
}
.carousel.for_users_carousel .carousel-inner .item {
  min-height: 270px;
  margin-top: 70px;
  margin-bottom: 0;
}
.carousel.for_users_carousel#carousel_home {
  background: url(/img/jumb_home.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.carousel.for_users_carousel#carousel_business {
  background: url(/img/jumb_business.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.carousel.for_users_carousel#carousel_le {
  background: url(/img/jumb_le.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1179px) and (min-width: 1024px) {
  .carousel.for_users_carousel br {
    display: none;
  }
}
.carousel.resources_carousel,
.carousel.video_carousel {
  padding-top: 45px;
}
.carousel.resources_carousel h1,
.carousel.video_carousel h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.carousel.resources_carousel .item,
.carousel.video_carousel .item {
  min-height: 135px;
  margin: 0;
}
.carousel.resources_carousel .item p,
.carousel.video_carousel .item p {
  margin-bottom: 15px;
}
.carousel.resources_carousel .item .quote,
.carousel.video_carousel .item .quote {
  color: #2e5f37;
  font-size: 15px;
  font-style: italic;
  padding: 0 15px 0 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 768px)
{
	.carousel.resources_carousel .item .quote,
	.carousel.video_carousel .item .quote {
  		width: 670px;
	}
}

.carousel.resources_carousel .item .quote.short,
.carousel.video_carousel .item .quote.short {
  width: 300px;
}
.carousel.resources_carousel .item .quote:before,
.carousel.video_carousel .item .quote:before {
  content: "\201C";
  color: #a0d09a;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  left: -40px;
  top: calc(50% - 27px);
}
.carousel.resources_carousel .item .quote:after,
.carousel.video_carousel .item .quote:after {
  content: "\201D";
  color: #a0d09a;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  right: -40px;
  top: calc(50% - 27px);
}
.carousel.resources_carousel .item .author,
.carousel.video_carousel .item .author {
  color: #010101;
  font-size: 15px;
  font-weight: bold;
}
.carousel.resources_carousel .carousel-indicators li,
.carousel.video_carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #b6c3a2;
}
.carousel.resources_carousel .carousel-indicators li.active,
.carousel.video_carousel .carousel-indicators li.active {
  background-color: #585858;
}
.carousel.resources_carousel .arrs_sm,
.carousel.video_carousel .arrs_sm {
  margin-bottom: 20px;
}
.carousel.video_carousel {
  padding-top: 0;
}
.carousel.video_carousel .item p {
  font-size: 22px;
  color: #010101;
  font-weight: 700;
  padding: 0;
}
.carousel.video_carousel .embed-responsive {
  margin-bottom: 30px;
}
.carousel.video_carousel a {
  font-size: 16px;
  font-weight: 600;
}
.carousel.video_carousel .carousel-indicators {
  margin-top: 20px;
}
.carousel.video_carousel .carousel-indicators li {
  background-color: #cdcdcd;
  margin: 0 2px;
}
.carousel.video_carousel .carousel-indicators li.active {
  background-color: #585858;
  margin: 0 2px;
}
.carousel#carousel_pr_modal_inner .carousel-inner .item {
  margin: 50px 0 0;
}
.carousel#carousel_pr_modal_inner .carousel-inner .item .media {
  width: 865px;
  margin: 0 auto;
}
@media (max-width: 1179px) and (min-width: 1024px) {
  .carousel#carousel_pr_modal_inner .carousel-inner .item .media {
    width: 700px;
  }
}
.carousel#carousel_pr_modal_inner .carousel-inner .item .media img {
  width: 100%;
  margin-bottom: 20px;
}
.carousel#carousel_pr_modal_inner .carousel-inner .item .media p {
  padding: 0;
  margin: 0;
}
.carousel#carousel_pr_modal_inner .carousel-inner .item .media p.img_cnt {
  font-size: 13px;
  margin-top: 10px;
  opacity: 0.5;
}
.carousel#carousel_pr_modal_inner .carousel-inner .carousel-control {
  top: 300px;
}
.carousel#carousel_pr_modal_inner .carousel-inner .arr_prev {
  width: 22px;
  height: 43px;
  background: url(/img/icons/carusel_w_prev.svg) 0 50% no-repeat;
}
.carousel#carousel_pr_modal_inner .carousel-inner .arr_next {
  width: 22px;
  height: 43px;
  background: url(/img/icons/carusel_w_next.svg) 0 50% no-repeat;
}
.modal#carousel_pr_modal .modal-dialog {
  width: 1250px;
}
@media (max-width: 1179px) and (min-width: 1024px) {
  .modal#carousel_pr_modal .modal-dialog {
    width: 900px;
  }
}
.modal#carousel_pr_modal .modal-dialog .modal-content {
  box-shadow: none;
  border: none;
}
.modal#carousel_pr_modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal#carousel_pr_modal .modal-dialog .modal-content .modal-header button {
  outline: 0;
  float: right;
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  font-size: 36px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  background-color: #4f4f4f;
  color: #fff;
  font-weight: 100;
}
.jumbotron p {
  font-weight: 400;
}
.jumbotron h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
.jumbotron .container.product {
  background-color: #fff;
  padding: 60px 45px 35px;
  margin-bottom: 30px;
}
.jumbotron .container.product:last-of-type {
  margin-bottom: 0;
}
.jumbotron .container.product h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.jumbotron .container.product h3 {
  color: #e22626;
  font-weight: 400;
  margin-bottom: 15px;
}
.jumbotron .container.product p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #404040;
  margin-bottom: 25px;
  line-height: 1.45;
}
.jumbotron .container.product .media-body {
  padding-left: 50px;
}
.jumbotron.wrap {
  padding: 0;
}


.jumbotron.products {
  padding: 70px 0;
  box-shadow: inset 0 4px 8px -2px rgba(0, 0, 0, 0.15);
}
.jumbotron.bundle {
  background: #d4f18e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d4f18e 0%, #eefad3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4f18e', endColorstr='#eefad3', GradientType=0);
  /* IE6-9 */
}
.jumbotron.phone_breaker {
  background: #b2deef;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b2deef 0%, #e0f0f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2deef', endColorstr='#e0f0f7', GradientType=0);
  /* IE6-9 */
}
.jumbotron.distrib_pr {
  background: #b2deef;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c0d0db 0%, #f1f5f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0d0db', endColorstr='#f1f5f7', GradientType=0);
  /* IE6-9 */
}
.jumbotron.video_block {
  background-color: #f5f5f5;
}
.jumbotron.partners {
  background: url(/img/partners_bg.png) 50% 50% no-repeat;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron.jumb_resources_intro {
  background: #d7eecc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7eecc 0%, #e0f1c2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7eecc', endColorstr='#e0f1c2', GradientType=0);
  /* IE6-9 */
  margin: 0;
  padding: 0;
}
.jumbotron.jumb_resources {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 28px;
}
.jumbotron.jumb_order {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #d7eecc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dceff6 0%, #b0ddef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dceff6', endColorstr='#b0ddef', GradientType=0);
  /* IE6-9 */
}
.jumbotron.jumb_order h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.jumbotron.jumb_order h3 {
  font-size: 24px;
  color: #6f6f6f;
}
.jumbotron.jumb_order .btn {
  font-size: 18px;
  padding: 10px 20px;
}
.jumbotron.about {
  background: #d7eecc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d5ecf5 0%, #b0ddef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5ecf5', endColorstr='#b0ddef', GradientType=0);
  /* IE6-9 */
}
.jumbotron.play {
  background: url(/img/play_elcomsafe.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 110px 0 80px 0;
}
.jumbotron.play h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 35px;
}
.jumbotron.play p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
.jumbotron.play .download_on {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}
.jumbotron.play .download_on p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.jumbotron.play .download_on a {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.jumbotron.play .download_on a:first-of-type {
  border: none;
}
.jumbotron.white {
  background-color: #fff;
}
.breadcrumb {
  background-color: #fff;
  padding-left: 0;
}
.breadcrumb a:hover .bred_arr {
  background: url(/img/icons/d_blue_breadcrumb.svg) 0 50% no-repeat;
}
.doc,
.pdf,
.zip,
.flag {
  display: inline-block;
  position: absolute;
  left: -35px;
  vertical-align: middle;
  width: 24px;
  height: 27px;
  margin-top: -4px;
}
.flag {
  width: 40px;
  height: 27px;
  left: 0;
  background-size: 60%;
}
.doc {
  background: url(/img/icons/doc.svg) 0 50% no-repeat;
}
.pdf {
  background: url(/img/icons/pdf.svg) 0 50% no-repeat;
}
.zip {
  background: url(/img/icons/zip.svg) 0 50% no-repeat;
}
#container-menu {
  position: relative;
}
#menu {
  display: inline-block;
  border-bottom: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
#menu li {
  display: inline-block;
  margin-bottom: -5px;
}
#menu li a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  padding: 30px 0;
  margin: 0 25px;
}
#menu li a:focus {
  background-color: #fff;
}
#menu li a:hover {
  color: #163750;
}
#menu li.active a {
  color: #000;
  border-bottom: 3px solid #000;
}
#menu.nav-resources li a {
  font-size: 20px;
  margin: 0;
  margin-right: 30px;
  padding: 45px 0 25px;
}
#menu.nav-resources li.active a {
  color: #000;
  border-bottom: 2px solid #000;
}
@media (max-width: 1179px) and (min-width: 1024px) {
  #menu.nav-resources li a {
    margin-right: 13px;
  }
}
.ref {
  padding-top: 65px;
  margin-top: -65px;
  background-clip: content-box;
}

@media (max-width: 767px)
{
	.ref{
  		margin-top: 0;
  		padding-top: 30px;
	}
}
/*---------------all_news-----------------------------------*/
/*Страница с корпоративными новостями*/
.all_news h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.all_news section {
  background-color: #fff;
  padding: 50px;
}

.all_news .media {
  margin-top: 25px;
}
.all_news .media-left {
  width: 25%;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
}
.all_news .media-body {
  padding-left: 35px;
}
.all_news .date {
  color: #909090;
  font-size: 14px;
  margin-bottom: 10px;
}
.all_news a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.all_news p {
  font-size: 18px;
  margin-bottom: 0;
}

.all_news h2 {
  	padding-bottom: 0;
  	margin-bottom: 0;
}
 
@media (max-width: 1209px)
{
  .all_news {
  	padding-left: 15px;
  	padding-right: 15px;
  }
}	
@media (max-width: 767px)
{
  .all_news section {
    padding: 15px;
  }
  .all_news .media-body {
  	   padding-left: 0;
  }
}
/*---------------news_page-----------------------------------*/
/*Страница отдельной новостью*/
.news_page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.news_page .col-md-9 {
  padding-right: 65px;
}


@media (max-width: 1209px){
  .news_page .col-md-9 {
     padding-right: 0px;
  }

  .p_left {
  	spadding-left: 0px !important;
  	padding-left: none;
  }
  
  .news_page {
  	padding-left: 15px;
  	padding-right: 15px;
  	padding-top: 20px;
  	padding-bottom: 20px;
  }
}

@media (max-width: 767px)
{
  .news_page {
  	padding-top: 20px;
  	padding-bottom: 20px;
  }
}


.news_page .col-md-9 .pic {
  min-height: 340px;
  width: 65%;
}
.news_page .col-md-9 .media-top {
  min-height: 340px;
  width: 65%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 35px;
}
.news_page h2 {
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 30px;
}
.news_page p {
  font-size: 17px;
  color: #010101;
  line-height: 24px;
  margin-bottom: 20px;
}
.news_page p.intro {
  font-size: 24px;
  line-height: 32px;
}
.news_page .also {
  margin-bottom: 40px;
}
.news_page .also h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-top: 20px;
}
.news_page .also ul {
  padding-left: 0;
  list-style: none;
}
.news_page .also ul li {
  margin-bottom: 20px;
}
.news_page .also ul li a {
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.news_page .also ul li .rel_head {
  font-size: 13px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #909090;
}
.news_page .also ul li.border {
  border: 1px solid #b5dff0;
  padding: 20px;
}
.news_page .also ul li.border .media-left {
  padding-right: 40px;
}
.news_page .also ul li.border .media-body {
  vertical-align: middle;
}
.news_page .also ul li.border .media-body a {
  font-size: 19px;
}
.news_page .also ul li.border.docs a {
  margin-left: 25px;
}
/*
.news_page .soc_nets {
  margin-bottom: 0;
}
.news_page .soc_nets li {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
.news_page .soc_nets li.m_left {
  margin-left: 15px;
}
*/
.soc_nets {
  margin-bottom: 0;
}
.m_bottom .soc_nets {
  margin-bottom: 80px;
}

.soc_nets li {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
.soc_nets li.m_left {
  margin-left: 15px;
}

.news_page .news_block_vert .other_news {
  margin-bottom: 50px;
}
.news_page .news_block_vert .date {
  font-size: 13px;
  margin-bottom: 0;
}
.news_page .news_block_vert h3 {
  font-size: 17px;
  color: #e22626;
  margin-bottom: 25px;
  font-weight: 400;
}
.news_page .news_block_vert .pic {
  min-height: 100px;
  padding-top: 12px;
}
.news_page .news_block_vert .media {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaecec;
}
.news_page .news_block_vert .media:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news_page .news_block_vert .media-left {
  padding: 0;
  width: 27%;
  vertical-align: top;
  text-align: center;
}
.news_page .news_block_vert .media-body {
  padding-left: 15px;
}
.news_page .news_block_vert a {
  font-size: 17px;
  font-weight: 22px;
}
.news_page .news_block_vert .blog .item {
  border-bottom: 1px solid #eaecec;
  margin-bottom: 15px;
}
.news_page .news_block_vert .blog .item:last-of-type {
  border-bottom: none;
}
.news_page .news_block_vert .blog .media-left {
  text-align: left;
  width: 10%;
}
/*---------------up_events_page-----------------------------------*/
/*Страница предстоящими событиями*/
.up_events_page .btn-visit {
  text-transform: uppercase;
}
.up_events_page p {
  font-size: 18px;
  margin-bottom: 20px;
}
.up_events_page img {
  margin-bottom: 20px;
  border: 1px solid #eaecec;
}
.up_events_page h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
.up_events_page h2 {
  margin-bottom: 30px;
}
.up_events_page h2 .year {
  font-weight: 300;
  color: #404040;
  padding-left: 10px;
}
.up_events_page section {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 25px;
}
.up_events_page section:last-of-type {
  margin-bottom: 0;
}

.up_events_page .date {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #c2c2c2 !important;
}
.up_events_page .place {
  font-size: 15px;
}

@media (min-width: 769px)
{
	.up_events_page .col-md-3 {
	  width: 25% !important;
	  border-right: 1px solid #eaecec;
	}
	.up_events_page .col-md-9 {
	  width: 75% !important;
	  padding-left: 45px;
	}
	
	.up_events_page .row {
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
	}
	
	.up_events_page section {
  		background-color: #fff;
  		padding: 30px;
  		margin-bottom: 25px;
	 }
	 
	 .up_events_page .date {
   		font-size: 26px;
  		line-height: 30px;
	 }
}

@media (max-width: 1209px)
{
	.up_events_page
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*---------------for_users page-----------------------------------*/
/*Страница с продуктами для различных категорий пользователей*/

.boxshot-xs{
	padding: 15px;
}
.container.for_users h2 {
  font-size: 28px;
  color: #909090;
  padding: 40px 0 30px 0;
}
.container.for_users h2:first-of-type {
  padding-top: 15px;
}
.container.for_users section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 20px;
}
.container.for_users .desc {
  -webkit-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  padding-right: 30px;
}
.container.for_users .desc h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.container.for_users .desc img {
  margin-right: 30px;
}
.container.for_users .desc p {
  color: #404040;
  font-size: 15px;
  line-height: 22px;
}
.container.for_users .desc p a {
  font-size: 16px;
  font-weight: 700;
}
.container.for_users .outher {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.container.for_users .outher.no_free {
  -webkit-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
}
.container.for_users .outher.no_free .price {
  border-left: 1px solid #eaecec;
}
.container.for_users .attach {
  padding: 50px 0;
}

.like {
	float: right;
}

.container.for_users .attach .item {
  display: inline-block;
  border: 1px solid #b5dff0;
  padding: 20px 50px;
  margin-right: 20px;
}	

	.container.for_users .attach .desc{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
@media (max-width: 1209px)
{
	.container.for_users .attach {
		padding: 20px;
	}
	.container.for_users .other_tools
	{
		padding: 0 15px 0 15px;
	}
	
	.container.for_users h2 {
		padding: 0 15px 15px 15px;
	}
	
	.container.for_users .note {
		padding: 15px;
	}
}

@media (max-width: 1024px)
{
	.container.for_users .outher {
	  -webkit-flex: 0.7;
	      -ms-flex: 0.7;
	          flex: 0.7;
	}
	.container.for_users .outher {
	  border-left: 1px solid #eaecec;
	}
	
	.container.for_users .attach {
  		spadding: 15px;
	}
	
	.container.for_users section {
		padding: 20px;
	}
	
	
}

@media (max-width: 992px)
{
	.container.for_users .attach .item {
		 margin-right: 15px;
		 margin-top: 15px;
	}
}

@media (max-width: 768px)
{
	.container.for_users .attach .desc{
		width: auto !important;
		padding-top: 15px;
	}
	
}

.container.for_users .download,
.container.for_users .price {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container.for_users .download p,
.container.for_users .price p {
  font-size: 15px;
  color: #909090;
  line-height: 1;
}
.container.for_users .download p .from,
.container.for_users .price p .from {
  font-size: 18px;
  color: #010101;
  font-weight: 700;
  padding-left: 15px;
  line-height: 1;
  vertical-align: middle;
}
.container.for_users .download .btn-trans,
.container.for_users .price .btn-trans {
  width: 120px;
  border-color: #d0d0d0;
  margin-bottom: 10px;
}
.container.for_users .download .btn-green,
.container.for_users .price .btn-green {
  padding: 9px;
}
.container.for_users .download {
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #eaecec;
  border-left: 1px solid #eaecec;
}
.container.for_users .price {
  padding-left: 25px;
}
.container.for_users .price p br {
  display: none;
}
.container.for_users .other_tools {
  padding-top: 5px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.container.for_users .other_tools h4 {
  color: #909090;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 25px;
}
.container.for_users .other_tools p {
  font-size: 20px;
  display: inline;
}


.container.for_users .attach .item a {
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.container.for_users .attach .item a .doc,
.container.for_users .attach .item a .pdf {
  display: inline-block;
  position: absolute;
  left: -35px;
  vertical-align: middle;
  width: 24px;
  height: 27px;
  background: url(/img/icons/doc.svg) 0 50% no-repeat;
}
.container.for_users .attach .item a .pdf {
  background: url(/img/icons/pdf.svg) 0 50% no-repeat;
}
.container.for_users .attach .desc {
  width: 46%;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 40px;
}
.container.for_users .attach .desc.bottom {
  width: auto;
  margin-top: 30px;
}

.buy .select .item.form .note {
  position: relative;
  color: #909090;
  padding-left: 25px;
  background: url(/img/icons/info_icon.svg) no-repeat 0% 50%;
  margin-bottom: 18px;
}
.buy .note p {
	margin-bottom: 18px;
}

.container.for_users .note p {
  position: relative;
  color: #909090;
  font-size: 18px;
  padding-left: 25px;
  background: url(/img/icons/info_icon.svg) no-repeat 0% 50%;
  
  padding-top: 0px;
}

.container.for_users .note p svg {
  margin-right: 5px;
}

@media (max-width: 1179px) and (min-width: 1024px) {
  .container.for_users .attach .desc {
    width: 40%;
  }
  .container.for_users .price p br {
    display: inline-block;
  }
  .container.for_users .price p .from {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
}
/*---------------partners page-----------------------------------*/
/*Страница с партнерами*/
.partners {
  padding-top: 60px;
}
.partners h1,
.partners h3 {
  color: #fff;
  font-weight: 700;
}
.partners h1 {
  font-size: 48px;
  margin-bottom: 50px;
}
.partners h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.partners h3.quest {
  display: inline-block;
  vertical-align: sub;
  margin-right: 20px;
  font-weight: 400;
}
.partners p {
  font-size: 21px;
  color: #d9dde1;
}
.partners form {
  width: 690px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 35px auto;
  border-radius: 3px;
}
.partners form h3 {
  font-weight: 400;
}
.partners form input {
  width: 250px !important;
  height: 45px;
  margin-right: 10px;
  font-size: 18px;
}
.partners form .btn {
  width: 100px;
  height: 45px;
}
.partners form ::-webkit-input-placeholder {
  color: #d9dde1;
}
.partners form ::-moz-placeholder {
  color: #d9dde1;
}
.partners form :-ms-input-placeholder {
  color: #d9dde1;
}
.country_nav {
  padding: 0;
}
.country_nav .nav-country {
  display: inline-block;
  border-bottom: none;
  margin: 0;
}
.country_nav .nav-country li {
  padding-bottom: 25px;
  margin-bottom: -6px;
}
.country_nav .nav-country li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 0 17px;
  margin-right: 0;
  border-right: 1px solid #d7d7d7;
}
.country_nav .nav-country li:last-of-type a {
  border-right: none;
}
.country_nav .nav-country li.active {
  background: url(/img/icons/grey_corner.svg) 50% 100% no-repeat;
}
.country_nav .nav-country li.active a {
  border-bottom: none;
}
#our_partners {
  padding-top: 80px;
  padding-bottom: 0;
}

@media (max-width: 768px)
{
	#our_partners {
		padding: 30px 15px 30px 15px;
	}
}

#our_partners h1 {
  font-size: 40px;
  margin-bottom: 25px;
}
#our_partners p {
  font-size: 18px;
}
.partner_contacts {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media (max-width: 1209px)
{
	.partner_contacts {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.partner_contacts .row {
  margin-bottom: 50px;
}
.partner_contacts .head {
  color: #a1a1a1;
  font-size: 16px;
}
.partner_contacts h4 {
  font-size: 20px;
  font-weight: 700;
}

.partner_contacts h2 {
  padding-bottom: 20px;
  color: #53ae64;
}

.partner_contacts p {
  font-size: 16px;
  color: #010101;
  margin-bottom: 0;
}
.partner_contacts p:first-of-type {
  margin-bottom: 10px;
}
.partner_contacts .dropdown {
  position: relative;
  font-size: 20px;
}
.partner_contacts .dropdown span {
  margin-right: 5px;
}
.partner_contacts .dropdown .head {
  font-size: 20px;
}
.partner_contacts .dropdown .arr_left {
  position: static;
  margin-left: 10px;
  vertical-align: middle;
}
.partner_contacts .dropdown .ref {
  display: inline-block;
  position: relative;
}
.partner_contacts .dropdown .ref > a:hover .arr_left {
  background: url(/img/icons/d_blue_galka.svg) 0 0 no-repeat;
}
.partner_contacts .dropdown .ref.open > a .arr_left {
  width: 13px;
  height: 7px;
  background: url(/img/icons/d_blue_galka_down.svg) 0 0 no-repeat;
}
.partner_contacts .dropdown .dropdown-menu {
  left: auto;
  padding: 15px;
  border: none;
  border-radius: 0;
  min-width: 200px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.partner_contacts .dropdown .dropdown-menu li a {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eaecec;
  text-transform: none;
  color: #010101;
}
.partner_contacts .dropdown .dropdown-menu li a:hover {
  color: #2d9fec;
  background-color: transparent;
}
.benefits {
  padding: 80px 0 70px 0;
}
.benefits h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}
.benefits .media-left {
  padding-right: 20px;
}
.benefits .media-body .media-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px;
}
.benefits .media-body p {
  color: #706e65;
  font-size: 18px;
  line-height: 26px;
}
.benefits .get_discount {
  width: 630px;
  background-color: #f7f2e1;
  border: 2px dashed #e5c9ac;
  margin: 0 auto;
  margin-top: 50px;
  padding: 25px 45px;
}
.benefits .get_discount h3 {
  font-size: 24px;
  font-weight: 700;
}
.benefits .get_discount p {
  color: #706e65;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}
.benefits .get_discount .btn-green {
  width: auto;
  padding: 10px 20px;
}
.market_mat {
  width: 850px !important;
  padding: 80px 0 60px 0;
}

.market_mat .to_right {
  padding-left: 60px;
}

.market_mat section {
  border-bottom: 1px solid #eaecec;
  margin-bottom: 25px;
}
.market_mat h1 {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 700;
}
.market_mat h2 {
  font-size: 30px;
  color: #8d8d8d;
  margin-bottom: 40px;
}
.market_mat ul {
  list-style: none;
  padding: 0;
}
.market_mat ul li {
  margin-bottom: 30px;
}
.market_mat ul li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  padding-left: 35px;
}
.market_mat ul li a .doc_ico {
  left: 0;
}
.market_mat ul.in_line li {
  display: inline-block;
  margin-right: 55px;
}

@media (max-width: 768px)
{
	.market_mat {
		padding: 30px 15px 0 15px;
		width: auto !important;
	}
	
	.market_mat .to_right {
		padding-left: 0;
	}
	
	.market_mat h1 {
		margin-bottom: 30px;
	}
}

.setup {
  padding: 30px 0 0;
}
.setup h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}
.setup section {
  background-color: #fff;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.setup .btn-green {
  width: auto;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.setup .btn-visit {
  margin-top: 25px;
  margin-bottom: 25px;
}
.setup .quest {
  margin-top: 50px;
}
.setup .step {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 30px;
}

@media (min-width: 769px)
{
	.setup section {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
  	  padding: 35px;
	}
	.setup .step {
  		padding-bottom: 0;
	}
	.setup .text-center{
		padding-left: 15px;
		padding-right: 15px;
	}
}

.setup .step p {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.setup .step .media-left {
  padding-right: 20px;
}
.setup .step .num {
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 2px solid #53ae64;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 52px;
  font-weight: 700;
}
.setup .desc {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.setup .desc p {
  font-size: 18px;
  line-height: 26px;
  color: #7c7c7c;
  margin-bottom: 0;
}
.setup .desc p a {
  font-weight: 700;
}
.setup .desc .checkbox {
  margin: 30px 0 0;
}
.setup .desc .checkbox label {
  font-size: 18px;
  position: relative;
  padding-left: 40px;
}
.setup .desc .checkbox input {
  position: absolute;
  opacity: 0;
}
.setup .desc .checkbox input:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 28px;
  background: url(/img/icons/checkbox.svg) 50% 50% no-repeat;
}
.setup .desc .checkbox input:checked + label:before {
  background: url(/img/icons/checkbox_ch.svg) 50% 50% no-repeat;
}
.events {
  padding-top: 55px;
  padding-bottom: 70px;
}
.events h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.events .col-md-4 {
  padding: 0 35px;
}
.events .row {
  margin-bottom: 45px;
}
.events .media-top {
  min-height: 80px;
  margin-bottom: 10px;
}
.events .date {
  font-size: 15px;
  margin-bottom: 10px;
}
.events h4 {
  font-size: 20px;
  font-weight: 700;
}
.events .media-body p {
  font-size: 18px;
  line-height: 26px;
  color: #4d4d4d;
}
.events .btn-visit {
  font-size: 18px;
}
/*---------------resources page-----------------------------------*/
/*Страница с ресурсами*/
.resources .btn-visit {
  font-size: 15px;
  text-transform: uppercase;
}
.resources .btn-visit.m_top {
  margin-top: 30px;
}
.resources h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #eaecec;
  margin: 0;
  padding: 30px 15px 30px 0px;
}
.resources h5 {
  font-size: 16px;
  line-height: 20px;
  color: #010101;
  font-weight: 700;
}
.resources .video_ico {
  background: url(/img/icons/video.svg) 20px 50% no-repeat;
  padding-left: 60px;
}
.resources .press_ico {
  background: url(/img/icons/press.svg) 20px 50% no-repeat;
  padding-left: 70px;
}
.resources .paper_ico {
  background: url(/img/icons/wh_p.svg) 20px 50% no-repeat;
  padding-left: 60px;
}
.resources .books_ico {
  background: url(/img/icons/books_about.svg) 20px 50% no-repeat;
  padding-left: 80px;
}
.resources .art_ico {
  background: url(/img/icons/articles_about.svg) 20px 50% no-repeat;
  padding-left: 70px;
}
.resources .present_ico {
  background: url(/img/icons/presentation_about.svg) 20px 50% no-repeat;
  padding-left: 70px;
}
.resources .case_ico {
  background: url(/img/icons/case_studies.svg) 20px 50% no-repeat;
  padding-left: 70px;
}
.resources .logos_ico {
  background: url(/img/icons/banners.svg) 20px 50% no-repeat;
  padding-left: 70px;
}
.resources .row {
  margin-bottom: 30px;
}
.resources .row.full_col {
  margin-bottom: 0;
}
.resources .row.full_width {
	background-color: #fff;
	padding-bottom: 45px;
}

.resources .row .inner {
	padding-top: 32px;
}
	
.resources .row .col-md-6,
.resources .row .col-md-4,
.resources .row .col-md-12 {
  background-color: #fff;
  padding: 0;
}

.resources .row .col-md-6 section,
.resources .row .col-md-4 section,
.resources .row .col-md-12 section {
  padding: 0 15px 0 15px;
}


.resources .row .video_list {
  		padding: 15px;
}

@media (min-width: 769px)
{
	.resources .row .inner {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  padding-top: 0;
	}
	
	.resources h4 {
	  margin-bottom: 35px;
	}
	
	.resources .row .video {
	  padding: 0 30px;
	}
	.resources .row .video_list {
  		padding: 0 35px 0 10px;
	}
	
	.resources .row .border_r {
	  border-right: 1px solid #eaecec;
	}
	.resources .row .col-md-6 section,
	.resources .row .col-md-4 section,
	.resources .row .col-md-12 section {
	  padding: 0 35px;
	}
	
	.resources .video_ico {
	  background: url(/img/icons/video.svg) 30px 50% no-repeat;
	  padding-left: 70px;
	}
	.resources .press_ico {
	  background: url(/img/icons/press.svg) 30px 50% no-repeat;
	  padding-left: 80px;
	}
	.resources .paper_ico {
	  background: url(/img/icons/wh_p.svg) 30px 50% no-repeat;
	  padding-left: 70px;
	}
	.resources .books_ico {
	  background: url(/img/icons/books_about.svg) 30px 50% no-repeat;
	  padding-left: 90px;
	}
	.resources .art_ico {
	  background: url(/img/icons/articles_about.svg) 30px 50% no-repeat;
	  padding-left: 80px;
	}
	.resources .present_ico {
	  background: url(/img/icons/presentation_about.svg) 30px 50% no-repeat;
	  padding-left: 80px;
	}
	.resources .case_ico {
	  background: url(/img/icons/case_studies.svg) 30px 50% no-repeat;
	  padding-left: 80px;
	}
	.resources .logos_ico {
	  background: url(/img/icons/banners.svg) 30px 50% no-repeat;
	  padding-left: 80px;
	}	
}


.resources .row .video .embed-responsive {
  margin-bottom: 20px;
}

.resources .row .video_list .carousel-control {
  opacity: 1;
}
.resources .row .video_list #video_list_carousel .carousel-inner .item {
  margin-top: 0;
  margin-bottom: 0;
}
.resources .row .video_list #video_list_carousel .carousel-inner .item p {
  padding: 0;
}
.resources .row .video_list ul {
  list-style: none;
  padding-left: 0;
}
.resources .row .video_list ul li {
  margin-bottom: 20px;
}
.resources .row .video_list ul.video_list_item {
  min-height: 408px;
  margin-bottom: 0;
}
.resources .row .video_list ul.video_list_item li {
  cursor: pointer;
}
.resources .row .video_list ul.video_list_item li a:hover {
  color: #0083db;
}
.resources .row .video_list ul.video_list_item li:last-of-type {
  margin-bottom: 0;
}
.resources .row .video_list ul.pagination {
  margin-top: 25px;
}
.resources .row .video_list ul.pagination li a {
  margin-right: 10px;
  border-radius: 2px;
}
.resources .row .video_list ul.pagination li a:focus {
  background-color: #fff;
}
.resources .row .video_list ul.pagination li a:focus:hover {
  background-color: #eee;
}
.resources .row .video_list ul.pagination li.more {
  padding-top: 10px;
  display: inline-block;
  font-weight: 700;
}
.resources .row .video_list ul.pagination li.end a .next_page,
.resources .row .video_list ul.pagination li.end a .prev_page {
  opacity: 0.3;
}
.resources .row .video_list ul.pagination li.end a:hover {
  background-color: #fff;
  cursor: default;
}
.resources .row .video_list ul.pagination .next_page {
  display: block;
  width: 14px;
  height: 25px;
  background: url(/img/icons/video_next.svg) 50% 50% no-repeat;
}
.resources .row .video_list ul.pagination .prev_page {
  display: block;
  width: 14px;
  height: 25px;
  background: url(/img/icons/video_prev.svg) 50% 50% no-repeat;
}
.resources .row .video_list .media .media-left {
  position: relative;
}
.resources .row .video_list .media .media-left .video_btn {
  display: block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 26px;
  height: 27px;
  background: url(/img/icons/play_small.svg) 50% 50% no-repeat;
}
.resources .row .video_list .media .media-body {
  vertical-align: middle;
}
.resources .row .video_list .media .media-body a {
  font-size: 16px;
  font-weight: 700;
}
.resources .row .video_list .media .media-body .length {
  font-size: 11px;
  font-weight: 700;
  margin: 0;
}
.resources .row .video_list .media.viewed {
  opacity: 0.6;
}
.resources .row .video_list .media.viewed .video_btn {
  display: none;
}
.resources .row .video_list .media.viewed a {
  color: #000;
}
.resources .row .video_list .media.viewed a:hover {
  color: #000 !important;
}
.resources .row .releases {
  border-left: none;
}
.resources .row .papers {
  margin: 0;
}
.resources .row .papers .item {
  margin-bottom: 25px;
}
.resources .row .papers .item:last-of-type {
  margin-bottom: 0;
}
.resources .row .papers .item:last-of-type p {
  margin-bottom: 0;
}
.resources .row .papers .item a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.resources .row .papers .item p {
  font-size: 14px;
  line-height: 19px;
  color: #909090;
}
.resources .row .books .item {
  margin-bottom: 25px;
}
.resources .row .books .item:last-of-type {
  margin-bottom: 0;
}
.resources .row .books ul {
  list-style: none;
  padding: 0;
}
.resources .row .books ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.resources .row .books ul li a {
  line-height: 1;
}
.resources .row .books ul li:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #a2a2a2;
}
.resources .row .articles {
  margin-bottom: 30px;
}
.resources .row .articles section {
  padding: 0 60px;
}
.resources .row .articles .quote {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  position: relative;
}
.resources .row .articles .quote:before {
  content: "\201C";
  color: #8d8d8d;
  font-size: 62px;
  line-height: 1;
  position: absolute;
  left: -30px;
  top: 0;
}
.resources .row .articles .quote:after {
  content: "\201D";
  color: #8d8d8d;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  margin-left: 5px;
}
.all_news .date a {
	font-size: 14px;
	font-weight: normal;
	display: inline;
	color: #8d8d8d; 
}
.all_news .date a:hover {
	color: #0083db; 
}

.all_news .media-body .quote {
    font-style: italic;
    font-size: 18px;
  	line-height: 26px;
  	position: relative;
  	text-indent: 20px;
}
.all_news .media-body .quote:before {
  content: "\201C";
  color: #8d8d8d;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  left: -20px;
  top: 0;
}
.all_news .media-body .quote:after {
  content: "\201D";
  color: #8d8d8d;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  //margin-left: 5px;
  text-indent: 4px;  
}


.resources .row .articles a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.resources .row .articles p {
  font-size: 13px;
}
.resources .row .articles p .date {
  margin-right: 10px;
}
.resources .row .present .item {
  margin-bottom: 25px;
}
.resources .row .present .item:last-of-type {
  margin-bottom: 0;
}
.resources .row .present .item p {
  font-size: 14px;
  line-height: 19px;
  color: #909090;
  margin-bottom: 10px;
}
.resources .row .present .item a.btn-visit {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 2px 9px;
  margin-bottom: 0;
}

.resources .row .case section {
	  padding: 0 15px 0 15px;
}
	
@media (min-width: 769px)
{
	.resources .row .case section {
	  padding-right: 100px;
	}
	
	.resources .row .case:last-of-type section {
  		padding-left: 0;
	}
}


.resources .row .case ul {
  list-style: none;
}
.resources .row .case ul li {
  position: relative;
  margin-bottom: 30px;
}
.resources .row .case ul li:last-of-type {
  margin-bottom: 0;
}
.resources .row .case ul li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.resources .row .wallp {
  padding: 0 20px;
}
@media (min-width: 769px)
{
	.resources .row .wallp:first-of-type {
	  padding-left: 40px;
	}
}
.resources .row .wallp img {
  margin-bottom: 15px;
}
.resources .row .wallp ul {
  list-style: none;
  padding: 0;
}
.resources .row .wallp ul li {
  display: inline-block;
  margin-right: 10px;
}
.resources .row .wallp ul li a {
  font-size: 13px;
  font-weight: 700;
}
.resources .row .our_logos {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 40px;
}
.resources .row .our_logos section {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 230px;
  border: 1px solid #eaecec;
}
.resources .row .our_logos .btn-visit {
  position: absolute;
  bottom: 25px;
  left: 50%;
  font-weight: 700;
  margin-left: -125px;
}
@media (max-width: 1179px) and (min-width: 1024px) {
  .resources .row .our_logos .btn-visit {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -108px;
  }
}
.resources .releases a {
  font-size: 18px;
}
.resources .releases a.btn {
  font-size: 15px;
  margin-bottom: 30px;
}
/*---------------instruction page-----------------------------------*/
/*Страница с инструкцией для клиентов */
.important {
  border: 2px solid #eaecec;
  padding: 30px 0;
  margin-bottom: 50px;
}
.important a {
	font-size: 16px;
}
.important h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #eaecec;
  padding-bottom: 30px;
  padding-left: 45px;
  margin: 0 0 30px;
}
.important h4 .imp_ico {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/img/icons/info_icon_gray.svg) 50% 50% no-repeat;
  margin-right: 10px;
  vertical-align: bottom;
}
.important .desc {
  padding: 0 45px;
}
.important .desc h5 {
  font-size: 16px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 15px;
}
.important .desc p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 15px;
}
.important .desc p:last-of-type {
  margin: 0;
}
.instruction_data h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 50px;
}
.instruction_data ol {
  list-style: none;
  font-size: 18px;
  padding-left: 0;
}
.instruction_data ol li a {
  display: inline-block;
  padding: 8px 15px;
}
.instruction_data ol li a:focus,
.instruction_data ol li a:visited,
.instruction_data ol li a:hover {
  background-color: transparent;
}
.instruction_data ol li.active > a {
  background-color: #ebebeb;
  color: #010101;
}
.instruction_data ol li.sub {
  padding-left: 20px;
}
.instruction_data .affix {
  top: 140px;
}
.instruction_data section,
.instruction_data .sub_anchor {
  padding-top: 55px;
  margin-top: -55px;
  background-clip: content-box;
}
.instruction_data section {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.instruction_data section h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0 20px 50px;
  margin: 0;
  border-bottom: 1px solid #eaecec;
}
.instruction_data section h3 .num {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #53ae64;
  border: 3px solid #53ae64;
  border-radius: 50%;
  vertical-align: baseline;
  text-align: center;
  margin-right: 15px;
}
.instruction_data section h3.sub {
  display: block;
  padding-left: 0;
  border-bottom: none;
  border-top: 1px solid #eaecec;
  margin-top: 15px;
}
.instruction_data section h3.sub .sub_num {
  display: inline-block;
  color: #53ae64;
  font-size: 20px;
  margin-right: 10px;
}
.instruction_data section .info {
  padding: 35px 50px 15px 50px;
}
.instruction_data section .info img {
  margin-bottom: 20px;
}
.instruction_data section .info p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
.instruction_data section .info .info_imp h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 20px 0 15px 0;
}
.instruction_data section .info .info_imp p {
  font-style: italic;
  font-weight: 500;
}
/*---------------about page-----------------------------------*/
/*Страница о компании */
.about h1 {
  font-size: 42px;
  font-weight: 700;
}
.about .row {
  width: 810px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 50px 60px;
}
.about .row.contacts_h {
  padding: 0;
  margin-bottom: 0;
}
.about .row.contacts_h h4 {
  padding: 30px 0 25px 60px;
  border-bottom: 1px solid #eaecec;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 810px)
{
	.about .row{
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767px)
{
  .about .row.contacts_h h4 {
     padding: 30px 0 25px 15px;
     border-bottom: 1px solid #eaecec;
     margin-bottom: 0;
     font-size: 20px;
  }
}
.about .row.contacts .col-md-6 {
  padding: 0;
  margin-top: -10px;
  margin-bottom: 30px;
}
.about .row.contacts section h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
.about .row.contacts section p {
  color: #909090;
}
.about .row.contacts section p b {
  color: #010101;
  font-size: 18px;
}
.about section {
  margin-bottom: 35px;
}
.about section:last-of-type {
  margin-bottom: 0;
}
.about section h3 {
  font-size: 24px;
  margin: 0 0 25px 0;
  font-weight: 700;
}
.about section p {
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
  margin-bottom: 25px;
}
/*
.about section p:last-of-type {
  margin-bottom: 0;
}
*/
.about section .micro_partner {
  display: inline-block;
  border: 1px solid #eaecec;
  padding: 15px;
  margin-top: 25px;
}
.about section .micro_partner h1 {
  font-size: 35px;
  margin-bottom: 0;
}
.about section .micro_partner p {
  margin: 0;
  color: #010101;
}
.about section .micro_partner p .gold {
  color: #ff9a48;
  line-height: 1;
}
.about section ul {
  list-style: none;
  padding-left: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 22px;
}
.about section li {
  margin-bottom: 10px;
}
.about section ul.galka li {
  position: relative;
}
.about section ul.galka li:before {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 10px;
  position: absolute;
  left: -22px;
  top: 6px;
  background: url(/img/icons/green_galka.svg);
}
.about section ul.dot {
  padding-left: 10px;
  color: #4d4d4d;
}
.about section ul.dot li {
  position: relative;
}
.about section ul.dot li:before {
  content: ' ';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: -10px;
  top: 10px;
  background-color: #4d4d4d;
  border-radius: 50%;
}
.about section ul.tech_img {
  padding-left: 0;
  margin-bottom: 25px;
}

@media (max-width: 767px)
{
  .about .row {
  	width: auto;
  	margin: 0 auto;
  	margin-bottom: 0px;
  	padding: 15px 15px 15px 15px;
  }
  .about .row h2  {
  	font-size: 22px;
  }
}
/*---------------play elcomsafe page-----------------------------------*/
/*Страница о игре */
.j_wait {
  padding: 55px 0 55px 0;
  margin-top: -30px;
}
.wait h3 {
  font-size: 24px;
}
.wait ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wait ul li {
  display: inline-block;
  padding: 0;
}
.wait ul li a span {
  margin: 0;
}
/*---------------site map page-----------------------------------*/
/*Страница c картой сайта */
.text {
  width: 700px !important;
  margin-bottom: 75px;
  margin-top: 25px;
}
.text section {
  padding-top: 35px;
}
.text section h3 {
  font-weight: 700;
  padding-bottom: 25px;
  margin: 0;
}
.text section h3.main_h {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaecec;
}
.text section p,
.text section ol {
  font-size: 16px;
  line-height: 22px;
  color: #404040;
  margin-bottom: 25px;
}
.text section ol li {
  margin-bottom: 10px;
}
.text.map {
  margin-top: 0;
  margin-bottom: 45px;
}
.text.map section {
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #eaecec;
}
.text.map section h1 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  color: #7f7f7f;
  margin: 0;
}
.text.map section h1 a {
  display: inline-block;
  background: url(/img/icons/blue_galka.svg) 100% 50% no-repeat;
  padding-right: 22px;
}
.text.map section:last-of-type {
  border: none;
}
.text.map ul {
  list-style: none;
  padding-left: 30px;
  margin-top: 15px;
}
.text.map ul li {
  line-height: 1;
  margin-bottom: 8px;
}
.text.map ul li a {
  font-size: 16px;
  line-height: 1;
}
.text.map ul.sub {
  margin-top: 10px;
  margin-bottom: 10px;
}
.text.map ul.sub li a {
  font-size: 15px;
}
/*---------------All products page-----------------------------------*/
/*Страница со всеми продуктами */
.all {
  margin-top: 35px;
}
.all h1 {
  margin-bottom: 25px;
}
.all .nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
}
.all_products .tab-pane .block {
  margin-bottom: 30px;
  padding: 0;
}
.all_products .tab-pane .block section {
  background-color: #fff;
  padding: 30px 0;
}

.all_products .tab-pane .block section h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
  padding-left: 35px;
}
.all_products .tab-pane .block .media {
  height: auto; /*115px;*/
  min-height: 280px;
  padding: 0 35px 20px 35px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaecec;
}

@media (max-width: 1209px)
{
	.all{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	.all_products .tab-pane .row 
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	
}


@media (max-width: 767px)
{
	.all_products .tab-pane .block section.left {
	  margin-right: 0px;
	}
	.all_products .tab-pane .block section.right {
	  margin-left: 0px;
	}
	
	.all_products .tab-pane .row 
	{
		padding-left: 0;
		padding-right: 0;
	}
	
	.all_products .tab-pane .block .media {
		padding: 20px;
	}
	
	.all_products .tab-pane .block section h4 {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
}


@media (min-width: 992px)
{
	.all_products .tab-pane .block section.left {
	  margin-right: 15px;
	}
	.all_products .tab-pane .block section.right {
	  margin-left: 15px;
	}
}

.all_products .tab-pane .block .media .media-left {
  padding-right: 25px;
}
.all_products .tab-pane .block .media .media-body p {
  color: #404040;
  font-size: 14px;
  line-height: 19px;
}
.all_products .tab-pane .block .media .media-body p a {
  font-weight: 700;
}
.all_products .tab-pane .block ul.btn_block {
  list-style: none;
  padding-left: 35px;
}
.all_products .tab-pane .block ul.btn_block li {
  margin-right: 20px;
  display: inline-block;
}
.all_products .tab-pane .block ul.btn_block li p {
  font-size: 14px;
  margin-bottom: 10px;
}
.all_products .tab-pane .block ul.btn_block li p .price {
  font-size: 15px;
  font-weight: 700;
  color: #010101;
  padding-left: 5px;
}
.all_products .tab-pane .block ul.btn_block li .btn-green {
  padding: 10px 45px 10px 35px;
}
.all_products .tab-pane .block ul.btn_block li .btn-trans {
  width: auto;
  background-color: #f6f6f6;
  padding: 12px 20px 12px 15px;
  margin-right: 5px;
}
/*---------------Purchase page-----------------------------------*/
/*Страница со всеми продуктами для покупки */
.purchase_block {
  border-bottom: 1px solid #e3e3e3;
}
.purchase_block .container {
  position: relative;
}
.purchase_block .col-md-8 {
  width: 65% !important;
}
.purchase_block .col-md-4 {
  width: 35% !important;
}
.purchase_block .tab-pane .block {
  margin-bottom: 15px;
}
.purchase_block .tab-pane .block section {
  padding: 35px 0;
}
.purchase_block .tab-pane .block section .media {
  border-bottom: none;
  height: auto;
  margin: 0;
  padding: 0 40px;
}
.purchase_block .tab-pane .block section .media-heading {
  padding-left: 0;
}
/*
.purchase_block .tab-pane .block section .media-body p {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaecec;
}
*/

.purchase_block .tab-pane .block section .version .check {
  width: auto !important;
  padding-right: 40px;
}
.purchase_block .tab-pane .block section .version h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #404040;
  margin-bottom: 20px;
  padding-left: 0;
}
.purchase_block .tab-pane .block section .version h5 {
  font-size: 13px;
  color: #404040;
  margin-top: 0;
}
.purchase_block .tab-pane .block section .version table tr {
  height: 28px;
}
.purchase_block .tab-pane .block section .version table .name {
  color: #909090;
  vertical-align: top;
}
.purchase_block .tab-pane .block section .version table td.price {
  color: #010101;
  font-weight: bold;
  font-size: 15px;
  padding-left: 15px;
  text-align: right;
  vertical-align: top;
}
.purchase_block .tab-pane .block section .version table .price s {
  color: #909090;
  font-weight: normal;
  font-size: 13px;
}

.purchase_block .tab-pane .block section .version table td.price .green{
  color: #53ae64;
}

.purchase_block .tab-pane .block section .version table .checkbox {
  margin: 0;
}
.purchase_block .summary_block {
  background-color: #fff;
  padding: 0;
}
.purchase_block .summary_block #summary {
  background-color: #fff;
}
.purchase_block .summary_block #summary.affix {
  width: 413px !important;
  top: 120px;
  margin-top: 10px;
}
.purchase_block .summary_block #summary.affix-bottom {
  width: 413px !important;
  position: absolute;
}
.purchase_block .summary_block h4.main_head {
  padding: 20px 0 30px 25px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #eaecec;
  margin-bottom: 20px;
}
.purchase_block .summary_block form .empty {
  font-size: 18px;
  padding-left: 25px;
  color: #dddddd;
}
.purchase_block .summary_block form .coupon_block {
  background-color: #f5f5f5;
  margin: 0 25px 25px;
  padding: 15px 20px;
}
.purchase_block .summary_block form .coupon_block .form-group {
  margin-bottom: 0;
}
.purchase_block .summary_block form .coupon_block label {
  font-size: 13px;
  color: #909090;
  font-weight: normal;
  padding-right: 16px;
  margin: 0;
  vertical-align: middle;
}
.purchase_block .summary_block form .coupon_block label br {
  display: none;
}
.purchase_block .summary_block form .coupon_block input {
  width: 90px;
  display: inline-block;
}
.purchase_block .summary_block form .coupon_block.check .checkbox input[type="checkbox"] {
  /*margin-left: -60px;*/
  width: auto;
}
.purchase_block .summary_block form .item {
  margin: 0 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecec;
}
.purchase_block .summary_block form .item:last-child {
  border-bottom: none;
}
.purchase_block .summary_block form .item h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.purchase_block .summary_block form .item h4 .version {
  font-weight: 400;
}
.purchase_block .summary_block form .item p.no_taxes {
  font-size: 13px;
  color: #909090;
  margin: 10px 0;
}
.purchase_block .summary_block form .item .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
}
.purchase_block .summary_block form .item .form-group label {
  display: block;
  font-size: 13px;
  color: #909090;
}
.purchase_block .summary_block form .item .form-group select,
.purchase_block .summary_block form .item .form-group input,
.purchase_block .summary_block form .item .form-group .spinner,
.purchase_block .summary_block form .item .form-group #price {
  height: 35px;
  box-shadow: none;
}
.purchase_block .summary_block form .item .form-group .spinner {
  width: 60px;
}
.purchase_block .summary_block form .item .form-group .spinner input {
  padding-right: 0;
}
.purchase_block .summary_block form .item .form-group #support {
  width: 150px;
}
.purchase_block .summary_block form .item .form-group #price p {
  font-size: 18px;
  line-height: 35px;
  color: #53ae64;
  font-weight: 700;
  text-align: right;
  padding-right: 8px;
}
.purchase_block .summary_block form .item .form-group.bprice {
	width: 100%;
}
.purchase_block .summary_block form .item .form-group.bprice label
{
	 float: left; 
	 padding-top: 8px;
}	
	
.purchase_block .summary_block form .item .ttl {
  max-width: 270px; 
  min-width: 270px;
}

.purchase_block .summary_block form .item .qty .spinner,
.purchase_block .summary_block form .item .qty {
  float: right !important;
}
.purchase_block .summary_block form .item .qty label {
  text-align: right;
}
.purchase_block .summary_block .total {
  padding: 25px 30px;
  background-color: #dff0f7;
}
.purchase_block .summary_block .total .btn_block,
.purchase_block .summary_block .total .tot_price {
  display: inline-block;
  vertical-align: text-bottom;
}
.purchase_block .summary_block .total .tot_price h5 {
  font-size: 13px;
  color: #909090;
  margin: 0;
}
.purchase_block .summary_block .total .tot_price #tot_sum {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1179px) and (min-width: 1024px) {
  .purchase_block .summary_block form .coupon_block label br {
    display: block;
  }
  .purchase_block .summary_block #support {
    width: 250px !important;
  }
  .purchase_block .summary_block .btn_block {
    margin-right: 20px !important;
  }
  .purchase_block .summary_block #tot_sum {
    font-size: 24px !important;
  }
}
/*---------------news block-----------------------------------*/
/*Блок с новостями, блогом, релизами и предстоящими событиями*/
.news_block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
}
.news_block a {
  font-size: 17px;
}
.news_block h3 {
  font-size: 17px;
  color: #e22626;
  font-weight: 400;
  margin-bottom: 20px;
}
.news_block .date {
  font-size: 14px;
  color: #909090;
}
.news {
		padding-left: 0;
  		border-right: 1px solid #eaecec;
}

@media (max-width: 1209px)
{
	.news {
  		padding-left: 15px;
  		border-right: 0;
  		padding-bottom: 20px;
	}
	
	.row .press {
		clear: both;
	}
}

@media (max-width: 767px)
{
	.news {
  		padding-left: 15px;
  		border-right: 0;
  		padding-bottom: 20px;
	}
	
	.row .press {
		clear: both;
  		border-top: 1px solid #eaecec;
  		padding-top: 20px;
  		margin-top: 20px;
	}
}

.news .col-md-6 {
  padding-left: 0;
  padding-right: 20px;
}
.news .news_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecec;
}
.news .news_item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news .news_item a {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 10px;
}
.news .news_item img {
  margin-bottom: 15px;
}
.up_events {
  border-right: 1px solid #eaecec;
}
.up_events .news_item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaecec;
}
.up_events .news_item:last-of-type {
  border-bottom: none;
}
.up_events .news_item a {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
.up_events .news_item .place {
  font-size: 16px;
  color: #010101;
  margin-bottom: 0;
}
.articles a,
.releases a {
  font-size: 20px;
}
.articles .item,
.releases .item {
  margin-bottom: 15px;
}
.articles .item .date,
.releases .item .date {
  font-size: 14px;
  margin-bottom: 0;
}
.articles {
  padding-left: 0;
  padding-right: 40px;
}
.releases {
  border-left: 1px solid #eaecec;
  padding-left: 40px;
}
.info {
  padding-left: 0;
  padding-right: 0;
}
.press {
  padding-bottom: 25px;
  padding-left: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaecec;
}
.press ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.press ul li {
  margin-bottom: 10px;
}
.press ul li .date {
  display: inline-block;
  margin-left: 5px;
}
.press ul li:last-of-type {
  margin-bottom: 0;
}
.blog {
  padding-left: 15px;
}
.blog .blog_item {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #eaecec;
}

@media (max-width: 768px)
{
  .blog .blog_item {
	padding-left: 0px;
  	border: none;
  }
}	
.blog .blog_item:first-of-type {
  padding-left: 0;
  border: none;
}
.blog .date {
  font-size: 13px;
}
.blog .by {
  display: block;
  color: #909090;
  line-height: 1.2;
  font-size: 13px;
}

.up_events_page .by {
  display: block;
  color: #909090;
  line-height: 1.2;
  font-size: 16px;
}
/*-------------------product_intro-------------------------------*/
/*Блок с перзентацией продукта и стоимостью. Первый блок на странице продукта.*/
.product_intro h1 {
  margin-bottom: 50px;
  font-weight: 500;
}
.product_intro .desc {
  padding-left: 0;
  padding-right: 50px;
}

.product_intro .media-body {
  padding-left: 50px;
}

@media (max-width: 768px)
{
	 .product_intro .media-body, 
	 .product_intro .desc {
	  	padding-right: 0px;
	  	padding-left: 0px;
	 }
	 
}

@media (max-width: 567px)
{
     .product_intro h1 {
	 	margin-bottom: 15px;
	 }
	 .product_intro .media-left {
	 	display: block;
	 }
	 .product_intro .boxshot {
	    height: 230px;
	    margin-top: 0;
	    margin-bottom: 20px;
	 }
	
}

.product_intro .media-body .col-md-6 {
  padding-left: 0;
}
.product_intro .media-body .col-md-6.short_list ul li {
  padding-bottom: 5px;
}
.product_intro .media-body ul {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}
.product_intro .media-body ul li {
  padding-bottom: 10px;
  position: relative;
}
.product_intro .media-body ul li:before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #96a22a;
  border-radius: 50%;
  position: absolute;
  left: -11px;
  top: 10px;
}
.product_intro .media-body .supports {
  color: #909090;
  font-size: 17px;
  margin-bottom: 0;
}
.product_intro .media-body ul.tech_img {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.product_intro .media-body ul.tech_img li {
  padding-bottom: 0;
}
.product_intro .media-body ul.tech_img li span {
  margin-right: 10px;
}
.product_intro .media-body ul.tech_img li:before {
  display: none;
}
.product_intro .editions_price {
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}

.editions_price .btn_block .btn-trans .win_ico,
.editions_price .btn_block .btn-trans .macos_ico 
{
	margin-right: 0px;
}

@media (max-width: 1209px)
{
	.product_intro,
	.specific_block{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px)
{
	.table-bordered-sm 
	{
  		border: 1px solid #ddd;
  		margin-bottom: 30px;
	}
	
	.table-bordered-sm > thead > tr > th,
	.table-bordered-sm > tbody > tr > th,
	.table-bordered-sm > tfoot > tr > th,
	.table-bordered-sm > thead > tr > td,
	.table-bordered-sm > tbody > tr > td,
	.table-bordered-sm > tfoot > tr > td 
	{
	  border: 1px solid #ddd;
	}
}


@media (max-width: 991px)
{
	.product_intro .editions_price {
		margin-top: 30px;
	}
	.jumbotron.products {
		padding: 30px 15px 30px 15px;
	}
	
}

.product_intro .editions_price table {
  width: 100%;
  margin-bottom: 20px;
}
.product_intro .editions_price table tr {
  border-bottom: 1px solid #eaecec;
}
.product_intro .editions_price table tr:last-of-type {
  border-bottom: none;
}
.product_intro .editions_price table td {
  padding-top: 10px;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
  color: #909090;
}
.product_intro .editions_price table td.price {
  text-align: right;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #010101;
}
.product_intro .editions_price table td.price .best {
  color: #53ae64;
}

.product_intro .editions_price table td.price .old {
  font-size: 13px;
  color: #adadad;
}
.product_intro .editions_price table td.price .save {
  text-decoration: none;
}
.product_intro .editions_price .btn_block {
  margin-top: 25px;
}
.product_intro .editions_price .btn_block h5 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
  color: #909090;
}
.product_intro .editions_price.horizon {
  width: 575px;
  margin: 0 auto;
}
.product_intro .editions_price.horizon .btn-green {
  width: 180px;
  font-size: 18px;
}
.product_intro .editions_price.horizon .price {
  font-size: 22px;
  font-weight: 700;
  color: #010101;
}
.product_intro .editions_price.horizon table {
  margin-bottom: 20px;
}
.product_intro .editions_price.horizon td {
  padding-top: 0;
  border-right: 1px solid #eaecec;
  min-height: 50px;
}
.product_intro .editions_price.horizon td:last-of-type {
  border-right: none;
}
.product_intro .editions_price.horizon tr {
  border-bottom: none;
}
.product_intro .editions_price.horizon tr.add_row td {
  padding-top: 25px;
}
.product_intro .editions_price.horizon .btn-trans {
  width: 25%;
}
.phone_breaker .product_intro li:before,
.distrib_pr .product_intro li:before {
  background-color: #60a8c4 !important;
}
.distrib_pr .btn-trans {
  padding-left: 4px;
}
.distrib_pr .btn-trans .win_ico {
  margin-right: 0;
}
.distrib_pr .editions_price.horizon table {
  margin-bottom: 20px;
}
/*-------------------specific_block--------------------------*/
/*Блок со спецификацией продукта*/
.specific_block {
  padding-top: 40px;
  /*specific_block*/
  /*attach*/
}

@media (max-width: 992px)
{
	.specific_block{
  		padding-left: 15px;
  		padding-right: 15px;
	}
	.jumbotron.custom_product
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}

.specific_block .specification {
  position: relative;
  padding-left: 0;
  /*tab-content*/
}
.specific_block .specification .fb_like {
  margin-top: 30px;
}
.specific_block .specification .col-md-9 {
  padding-left: 0;
  padding-right: 50px;
}

@media (max-width: 768px)
{
	.specific_block .specification .col-md-9 {
	  padding-right: 0;
	}
	.specific_block .specification .col-md-3 {
	  padding-right: 0;
	  padding-left: 0;
	}
	
	.specific_block .specification .attach {
		margin-top: 0;
	}
}

.specific_block .specification .nav-tabs li:last-of-type a {
  margin-right: 0;
}
@media (max-width: 1179px) and (min-width: 1024px) {
  .specific_block .specification .nav-tabs li a {
    margin-right: 29px;
  }
}
.specific_block .specification .tab-content {
  /*benchmarks*/
  /*contents*/
  /*add_info*/
}
.specific_block .specification .tab-content .note p {
  font-size: 14px !important;
  color: #909090;
  padding-left: 20px;
}
.specific_block .specification .tab-content .note p:before {
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url(/img/icons/info_icon.svg);
  position: absolute;
  left: 0;
  margin-top: 2px;
}
.specific_block .specification .tab-content .new_features {
  background-color: #f5f5f5;
  padding: 25px;
  margin-bottom: 50px;
}
.specific_block .specification .tab-content .new_features section {
  padding-left: 20px;
}
.specific_block .specification .tab-content .new_features h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.specific_block .specification .tab-content .new_features .divider {
  border-bottom: 1px solid #e1e9dc;
  margin: 0 -25px 30px;
}
.specific_block .specification .tab-content .new_features h4 {
  margin-top: 0;
  font-weight: 700;
  position: relative;
}
.specific_block .specification .tab-content .new_features h4:before {
  content: " ";
  width: 12px;
  height: 10px;
  background-image: url(/img/icons/green_galka.svg);
  position: absolute;
  top: 5px;
  left: -20px;
}
.specific_block .specification .tab-content .new_features section {
  padding-bottom: 20px;
}
.specific_block .specification .tab-content .new_features p {
  font-size: 16px;
  color: #404040;
}

.specific_block .specification .tab-content .main_content .footnotes p {
  font-size: 14px !important;
  color: #404040;
  font-style: italic;
}

.specific_block .specification .tab-content .main_content p.note {
  font-size: 14px !important;
  color: #404040;
  padding-left: 20px;
}
.specific_block .specification .tab-content .main_content p.note:before {
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url(/img/icons/info_icon.svg);
  position: absolute;
  left: 0;
  margin-top: 2px;
}

.specific_block .specification .tab-content .main_content section table
{
	margin-bottom: 20px;
}
.specific_block .specification .tab-content .main_content section table thead th {
  min-width: 110px;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #fff;
  padding: 15px 6px;
}
.specific_block .specification .tab-content .main_content section table thead th {
  background-color: #beceda;
}
.specific_block .specification .tab-content .main_content section table thead th.h_lgray {
  background-color: #d1dde5;
}
.specific_block .specification .tab-content .main_content section table thead th:first-child {
  background-color: #e5ebf0;
}
.specific_block .specification .tab-content .main_content section table tbody td {
  text-align: left;
  vertical-align: middle;
  padding: 15px;
  color: #7c7c7c;
  border-right: 2px solid #fff;
  border-top: 1px solid #e2e2e2;
  background-color: #f9f9f9;
}

.specific_block .specification .tab-content .main_content section table.bundle tbody td {
  text-align: center;
}

.specific_block .specification .tab-content .main_content section table tbody td:first-child {
  color: #404040;
  background-color: #e5ebf0;
  border-top: 1px solid #FFF;
}

.specific_block .specification .tab-content .main_content section table.bundle tbody td:first-child {
  text-align: left;
  border-top: 1px solid #e5ebf0;
  background-color: #FFF;
  padding-left: 0px;
}
.specific_block .specification .tab-content .main_content section table.bundle thead th {
  font-size: 17px;
  padding-left: 16px;
  padding-right: 16px;
}
.specific_block .specification .tab-content .main_content section table.bundle
{
	width: 100%;
}	
.specific_block .specification .tab-content .main_content section table.bundle thead th:first-child {
  font-size: 24px;
  text-align: left;
  background-color: #FFF;
  padding-left: 0px;
}
.specific_block .specification .tab-content .main_content section {
  margin-bottom: 50px;
}
.specific_block .specification .tab-content .main_content section h3 {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
.specific_block .specification .tab-content .main_content section p {
  font-size: 18px;
  color: #404040;
}
.specific_block .specification .tab-content .video_block {
  text-align: center;
  margin-bottom: 50px;
}
.specific_block .specification .tab-content .video_block .title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -42.5px 0 0 -42.5px;
}
.specific_block .specification .tab-content .video_block .start_video,
.specific_block .specification .tab-content .video_block .pause_video {
  display: inline-block;
  width: 83px;
  height: 83px;
  background: url(/img/icons/play.svg) 0 0 no-repeat;
  cursor: pointer;
}
.specific_block .specification .tab-content .video_block .pause_video {
  background: url(/img/icons/pause.svg) 0 0 no-repeat;
  display: none;
  /*opacity: 0.2;*/
}
.specific_block .specification .tab-content .all_features {
  margin-bottom: 30px;
}
.specific_block .specification .tab-content .all_features .col-md-6 {
  padding: 0;
}
.specific_block .specification .tab-content .all_features .col-md-6:first-of-type {
  padding-right: 50px;
}
.specific_block .specification .tab-content .all_features h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.specific_block .specification .tab-content .all_features section {
  margin-left: 20px;
  margin-bottom: 15px;
}
.specific_block .specification .tab-content .all_features section .into {
  padding-top: 10px;
  padding-right: 40px;
}
.specific_block .specification .tab-content .all_features section .into p {
  padding-bottom: 10px;
  font-size: 16px;
  margin-bottom: 0;
}
.specific_block .specification .tab-content .all_features section .into p:last-of-type {
  padding-bottom: 0;
}
.specific_block .specification .tab-content .all_features section .into p a {
  font-size: 16px;
  color: #0083db;
}
.specific_block .specification .tab-content .all_features section a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #010101;
}

.specific_block .specification .tab-content .all_features section .title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #010101;
}

.specific_block .specification .tab-content .all_features section .new {
  display: inline-block;
  background-color: #fae284;
  color: #f38900;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 10px;
  border-radius: 4px;
}
.specific_block .specification .tab-content #benchmarks section {
  border: 1px solid #eaecec;
  margin-bottom: 45px;
}
.specific_block .specification .tab-content #benchmarks section h4 {
  font-weight: 700;
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #eaecec;
  margin: 0;
}
.specific_block .specification .tab-content #benchmarks section .graph {
  padding: 40px 0;
  text-align: center;
}
.specific_block .specification .tab-content #contents .col-md-9 section {
  margin-bottom: 50px;
}
.specific_block .specification .tab-content #contents .col-md-9 section h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.specific_block .specification .tab-content #contents .col-md-9 section p {
  font-size: 18px;
  color: #404040;
}
.specific_block .specification .tab-content #contents .col-md-9 table {
  margin-bottom: 30px;
}
.specific_block .specification .tab-content #contents .col-md-9 table th {
  font-size: 15px;
  text-align: center;
  border-right: 2px solid #fff;
  border-bottom: none;
  padding: 15px 6px;
  min-width: 80px;
}
.specific_block .specification .tab-content #contents .col-md-9 table th .price {
  font-size: 16px;
  font-weight: 700;
}
.specific_block .specification .tab-content #contents .col-md-9 table th.title {
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  border-right: none;
}
.specific_block .specification .tab-content #contents .col-md-9 table th.st {
  background-color: #f4fbe2;
}
.specific_block .specification .tab-content #contents .col-md-9 table th.for {
  background-color: #e9f8c6;
}
.specific_block .specification .tab-content #contents .col-md-9 table th.biz {
  background-color: #d4f18d;
}
.specific_block .specification .tab-content #contents .col-md-9 table tbody tr td {
  font-size: 13px;
  background-color: #f9f9f9;
  text-align: center;
  border-right: 2px solid #fff;
  border-top: 1px solid #e2e2e2;
  padding: 4px;
}
.specific_block .specification .tab-content #contents .col-md-9 table tbody tr td.name {
  padding-left: 0;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-right: none;
}
.specific_block .specification .tab-content #contents .col-md-9 table.phone_breaker .st {
  background-color: #dff0f7;
}
.specific_block .specification .tab-content #contents .col-md-9 table.phone_breaker .for {
  background-color: #cce9f4;
}
.specific_block .specification .tab-content #contents .col-md-9 table.phone_breaker .biz {
  background-color: #b6e0f0;
}
.specific_block .specification .tab-content #contents .col-md-9 table.phone_breaker .platform {
  font-size: 12px;
  color: #9eb5be;
}
.specific_block .specification .tab-content #contents .col-md-9 table.phone_breaker .win {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/img/icons/win_ico.svg) 0 0 no-repeat;
  background-size: 14px 14px;
  vertical-align: middle;
  margin-left: 8px;
}
.specific_block .specification .tab-content #contents .col-md-9 table.distrib_pr thead th {
  min-width: 110px;
  text-align: center;
  vertical-align: middle;
}
.specific_block .specification .tab-content #contents .col-md-9 table.distrib_pr thead th.h_gray {
  background-color: #beceda;
}
.specific_block .specification .tab-content #contents .col-md-9 table.distrib_pr thead th.h_lgray {
  background-color: #d1dde5;
}
.specific_block .specification .tab-content #contents .col-md-9 table.distrib_pr thead th.h_l2gray {
  background-color: #e5ebf0;
}
.specific_block .specification .tab-content #contents .col-md-9 table.distrib_pr tbody td {
  text-align: left;
  vertical-align: middle;
  padding: 15px;
  color: #7c7c7c;
}
.specific_block .specification .tab-content #add_info .win_ico {
  width: 23px;
  height: 27px;
  background: url(/img/icons/win_ico.svg) 0 0 no-repeat;
}
.specific_block .specification .tab-content #add_info .apple_ico {
  width: 23px;
  height: 27px;
  background: url(/img/icons/apple_ico.svg) 0 0 no-repeat;
}
.specific_block .specification .tab-content #add_info section {
  margin-bottom: 45px;
}
.specific_block .specification .tab-content #add_info section:last-of-type {
  margin-bottom: 30px;
}
.specific_block .specification .tab-content #add_info section .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.specific_block .specification .tab-content #add_info section.release p {
  font-size: 16px;
}
.specific_block .specification .tab-content #add_info section h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.specific_block .specification .tab-content #add_info section h4.green {
  color: #53ae64;
  font-weight: 700;
}
.specific_block .specification .tab-content #add_info section ul {
  padding-left: 10px;
  list-style: none;
  font-size: 16px;
  color: #404040;
  margin-bottom: 20px;
}
.specific_block .specification .tab-content #add_info section ul li {
  position: relative;
  margin-bottom: 15px;
}
.specific_block .specification .tab-content #add_info section ul li:last-of-type {
  margin-bottom: 0;
}
.specific_block .specification .tab-content #add_info section ul li:before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #60a8c4;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 9px;
}
.specific_block .specification .tab-content #add_info section p {
  font-size: 18px;
}
.specific_block .specification .tab-content #add_info section .win_block {
  padding-left: 0;
}
.specific_block .specification .tab-content #add_info section .apple_block {
  border-left: 1px solid #eaecec;
  padding-left: 25px;
}
.specific_block .specification .tab-content #add_info section .ico {
  display: inline-block;
}
.specific_block .specification .tab-content #add_info section .ico .item {
  margin: 0 auto;
}
.specific_block .specification .tab-content #add_info section .ico h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.specific_block .attach {
  margin-top: -55px;
  /*item*/
}
.specific_block .attach .item {
  border: 1px solid #b5dff0;
  padding: 20px 50px;
  margin-bottom: 10px !important;
  /*sp_offer*/
}
.specific_block .attach .item a {
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.specific_block .attach .item.sp_offer {
  padding: 20px;
  margin-bottom: 20px !important;
}
.specific_block .attach .item.sp_offer h4 {
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #eaecec;
}
.specific_block .attach .item.sp_offer table {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaecec;
  border-collapse: separate;
}
.specific_block .attach .item.sp_offer table tr td {
  text-align: center;
}
.specific_block .attach .item.sp_offer table tr td.plus {
  font-size: 45px;
  color: #999;
}
.specific_block .attach .item.sp_offer table tr.imgs td {
  padding-top: 30px;
  padding-bottom: 10px;
}
.specific_block .attach .item.sp_offer p {
  color: #010101;
  font-size: 15px;
}
.specific_block .attach .item.sp_offer p .save {
  font-size: 18px;
  color: #53ae64;
  font-weight: 700;
}
.specific_block .attach .sp_offer,
.specific_block .attach .docs {
  margin-bottom: 30px;
}
.specific_block .attach .related_products {
  padding-top: 10px;
}
.specific_block .attach .related_products h4 {
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
  font-size: 15px;
}
.specific_block .attach .related_products .item {
  border: 1px solid #eaecec;
  padding: 20px;
}
.specific_block .attach .related_products .item .media-left {
  padding-right: 25px;
}
/*------------------------Buy_block---------------------------*/
/*Блок на странице покупки продукта*/
.buy {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 991px)
{
	.buy {
	  margin-top: 75px;
	  margin-bottom: 75px;
	}
}
.buy p {
  color: #404040;
  line-height: 1.6;
}
.buy .purchase h4 {
  font-weight: 400;
  margin-bottom: 25px;
}
.buy .purchase h2 {
  margin-bottom: 30px;
}
.buy .purchase .media-top {
  margin-bottom: 30px;
}

.buy .select {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px)
{
	.buy .select {
	  padding-right: 0;
	  padding-left: 75px;
	}
}

.buy .select h4 {
  color: #404040;
  font-weight: 700;
  margin-bottom: 25px;
}
.buy .select h4.version {
  color: #010101;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0 15px 0;
}
.buy .select .item {
  background-color: #f9f9f9;
  margin-bottom: 10px;
}
.buy .select .item.edition {
  cursor: pointer;
}
.buy .select .item table td {
  vertical-align: top;
}
.buy .select .item table.t_version {
  width: 100%;
}
.buy .select .item table.t_version h5 {
  font-size: 16px;
  font-weight: 700;
}
.buy .select .item table.t_version .t_price {
  vertical-align: middle;
  text-align: right;
  padding-right: 15px;
}

@media (min-width: 768px){
	.buy .select .item table.t_version .name {
	  width: 550px;
	  padding: 15px 0 15px 30px;
	}
	.buy .select .item table.t_version .t_price {
	  vertical-align: middle;
	  text-align: center;
	}
}


.buy .select .item table.t_version .t_price h3 {
  margin-bottom: 0;
}
.buy .select .item table.t_content {
  width: 100%;
}
.buy .select .item table.t_content h5 {
  color: #404040;
  font-size: 16px;
}
.buy .select .item table.t_content .name {
  width: 550px;
  padding: 10px 0 10px 30px;
  border-top: 1px solid #e2e2e2;
  vertical-align: middle;
}


.buy .select .item table.t_content .num {
  text-align: center;
  border-top: 1px solid #e2e2e2;
  vertical-align: middle;
}
.buy .select .item table.t_content .num h5 {
  font-weight: 400;
}
.buy .select .item table.t_content td.num {
  background-color: #f4f4f4;
}
.buy .select .item .radio {
  display: table-cell;
  width: 55px !important;
  padding: 0;
  margin: 0;
  background-color: #e5e5e5;
}
.buy .select .item .radio label {
  padding: 0;
  padding-right: 13px;
}
.buy .select .item .radio label input {
  margin: 0;
  cursor: pointer;
  margin-top: 6px;
}
.buy .select .item .price {
  padding-left: 30px;
}
.buy .select .item .price p {
  font-size: 12px;
  line-height: 1;
}
.buy .select .item .price h5 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.buy .select .item .price h3 {
  font-weight: 700;
}
.buy .select .item .desc {
  padding-right: 50px;
}
.buy .select .item .radio,
.buy .select .item .price,
.buy .select .item .desc {
  padding-top: 15px;
  padding-bottom: 15px;
}

.buy .select .item.form {
  display: block;
  padding: 30px 30px 0px 30px;
  margin-top: 15px;
  margin-bottom: 0;
}
.buy .select .item.form .form-group {
  margin-right: 10px;
  margin-bottom: 25px;
}
.buy .select .item.form label {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #404040;
}
.buy .select .item.form input,
.buy .select .item.form select {
  height: 40px;
  text-align: left;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
}
.buy .select .item.form input:focus,
.buy .select .item.form select:focus {
  border-color: #ccc;
}
.buy .select .item.form select#support {
  background: url(/img/icons/drop_down.svg) 95% 50% no-repeat;
  background-color: #fff;
  /*hide arrow for firefox*/
  -moz-appearance: none;
  /*hide arrow for chrome*/
  -webkit-appearance: none;
}
.buy .select .item.form select#support::-ms-expand {
  display: none;
}

/*
.buy .select .item.form .checkbox label {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

.buy .select .item.form .checkbox label input {
  height: 14px;
  width: auto;
}
.buy .select .item.form  {
  margin-bottom: 35px;
}

*/


.buy .select .item.total {
  padding: 20px 15px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.buy .select .item.total .tot_price,
.buy .select .item.total button {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.buy .select .item.total .tot_price {
	text-align: center;
	width: 100%;
}
.buy .select .item.total .tot_price h5 {
  font-size: 15px;
  color: #404040;
  margin-top: 0;
}
.buy .select .item.total .tot_price #tot_sum {
  font-size: 30px;
  font-weight: 700;
}
.buy .select .item.total .tot_price #tot_sum.small {
  font-size: 26px;
}
.buy .select .item.total .btn_block {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.buy .select .item.total.distrib_pr {
  background-color: #dff0f7;
  margin-top: 35px;
}
.buy .select .item.total.pr_bundle {
  background-color: #e9f6c2;
}
.buy .select .item table.t_content td.name {
	  padding: 2px 10px;
}

.additional_buy {
  padding: 0 30px 30px 30px;
  background-color: #f9f9f9;
  margin-top: 0px;
  font-size: 14px;
  
}
@media (max-width: 767px)
{
	.buy .select .item table.t_content th.name {
		  padding: 2px 10px;
		  width: auto;
	}
}
@media (min-width: 768px)
{
	.buy .select .item.total {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  padding: 20px 30px;
	}
	
	.buy .select .item.total .tot_price {
	  width: auto;
	  text-align: left;
	  padding: 10px 55px 10px 0;
	  margin-right: 55px;
	  border-right: 1px solid #cedbe1;
	}
	
	.buy .select .item .price {
	  width: 165px;
	}
	
	.buy .select .item table.t_content td.name {
	  padding: 0;
	  padding-left: 30px;
	}
}

@media (max-width: 1179px) and (min-width: 1024px) {
  .buy .select .item table.t_version .name,
  .buy .select .item table.t_content .name {
    width: 400px;
  }
  .buy .select .item.total button {
    margin-bottom: 10px;
  }
  .buy .select .item.form select#support {
  	width: 240px;
  }
}
.spinner {
  border-right: none;
  border-radius: 4px;
  width: 80px;
  height: 40px;
}

@media (min-width: 1024px)
{
	.buy .select .item.form input#coupon {
	  width: 150px;
	}
	
	.spinner {
	  float: left;
	}
}

.spinner .form-control[disabled] {
  background-color: #fff;
  cursor: text;
}
.spinner .form-control:focus {
  box-shadow: none;
}
.spinner input {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.spinner .input-group-btn-vertical {
  vertical-align: middle;
  display: table-cell;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.spinner .input-group-btn-vertical > .btn {
  display: block;
  border: none;
  margin-left: 0;
}
.spinner .input-group-btn-vertical > .btn:focus {
  outline: none;
  box-shadow: none;
}
.spinner .input-group-btn-vertical > .btn:first-child {
  background: url(/img/icons/drop_up.svg) 50% 50% no-repeat;
}
.spinner .input-group-btn-vertical > .btn:last-child {
  background: url(/img/icons/drop_down.svg) 50% 50% no-repeat;
  margin-top: -2px;
}
/* ===========Vertical carousel================ */
.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}


@media (max-width: 1209px)
{
	footer{
			padding-left: 16px;
			padding-right: 8px;
	}
}

@media (max-width: 768px)
{
		footer{
			padding-left: 32px;
			padding-right: 8px;
	    }
	
		.jumbotron .container.product .media-body {
			padding-left: 0px;
			margin-left: 0px;
		}
		.jumbotron .container.product {
			padding-left: 16px;
			padding-right: 16px;
		}
}

@media screen only and (pointer:coarse) and not (pointer:fine) and (max-width: 1024px){
	.hidden-mobile {
		display: none !important;
	}
}

.container.top_menu {
	padding-left: 16px;
}
.container.top_menu_brand {
	padding-left: 16px;
}
@media (max-width: 768px)
{
	.container.top_menu_brand {
		padding-left: 0;
	}
}
@media (min-width: 1210px)
{
	.container.top_menu {
		padding-left: 0px;
	}
	.navbar-brand {
		margin-left: 0;	
	}
	.container.top_menu_brand {
		padding-left: 0;
	}
}

.carousel#about_carousel .arrs_sm {
  position: absolute;
  bottom: -32px;
}

.carousel#about_carousel .item {
  margin: 0;
  padding-top: 56px;
  padding-bottom: 16px;
  min-height: auto;
}

body {
	padding-top: 0px;
}

.navbar {
	min-height: 0;
}