/* reset styles
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del,
s,
strike {
  text-decoration: line-through;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}
/* Common classes
-----------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.clear-fix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.webkit-flicker-fix {
  -webkit-backface-visibility: hidden;
}
.webkit-border-radius-fix {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
  -webkit-backface-visibility: hidden;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* transitions
-----------------------------------------------------------------------------*/
a,
a *,
a:before,
a:after {
  transition: all 200ms ease;
}
body,
input,
button,
select,
textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
body {
  line-height: 1.5;
}
a {
  text-decoration: underline;
  outline: none;
  color: #2182c5;
}
a:hover,
a.hover {
  text-decoration: none;
}
a.visited {
  color: #777777;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6,
p,
ul,
ol,
table {
  margin-bottom: 21px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 18px;
}
h3.larger {
  font-size: 24px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
ul,
ol {
  padding-left: 20px;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
pre,
code {
  font-family: monospace;
}
hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  color: #e2e2e2;
  border: none;
  margin-bottom: 30px;
}
q {
  position: relative;
  display: block;
  padding: 20px 20px 20px 60px;
  background-color: #f5f5f5;
  margin: 0 0 30px 0;
  font-style: italic;
  line-height: 18px;
  font-size: 13px;
}
q:before {
  display: block;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 18px;
  left: 20px;
  background: url(../img/other/quote.png) center center no-repeat;
  content: '';
}
blockquote {
  display: block;
  padding: 20px 20px 35px 20px;
  border-bottom: 3px solid #fc6d48;
  margin: 0 0 30px 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 28, 48, 0.2);
}
figure {
  text-align: center;
  margin: 0 0 30px 0;
}
figure figcaption {
  margin-top: 5px;
  font-size: 13px;
  color: #999999;
}
.text-content .media {
  position: relative;
  margin: 0 0 30px 0;
}
.text-content .media:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.text-content .media .media-image {
  display: block;
}
.text-content .media .media-image.fl {
  float: left;
  margin-right: 20px;
}
.text-content .media .media-image.fr {
  float: right;
  margin-left: 20px;
}
.text-content .media .media-content {
  overflow: hidden;
}
@media (max-width: 991px) {
  .text-content .media .media-image {
    margin: 0 0 30px 0;
  }
  .text-content .media .media-image.fl {
    float: none;
    margin-right: 0;
  }
  .text-content .media .media-image.fr {
    float: none;
    margin-left: 0;
  }
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h4,
.text-content h5,
.text-content h6 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.text-content h1 {
  font-size: 20px;
}
.text-content h2 {
  font-size: 18px;
}
.text-content h3 {
  font-size: 16px;
}
.text-content h4 {
  font-size: 15px;
}
.text-content h5 {
  font-size: 14px;
}
.text-content h6 {
  font-size: 12px;
}
.text-content ul {
  display: block;
}
.text-content ul li {
  display: block;
  position: relative;
}
.text-content ul li:before {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: -15px;
  background-color: #ed1c24;
  border-radius: 50%;
  content: '';
}
.text-content ol ol {
  list-style-type: lower-alpha;
}
.text-content table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px 0;
}
.text-content table th,
.text-content table td {
  font-size: 14px;
  color: #313131;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.text-content table th {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
.text-content table td {
  font-weight: normal;
}
.text-content table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
@media (max-width: 640px) {
  .text-content table.responsive-table {
    display: block;
  }
  .text-content table.responsive-table:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
  }
  .text-content table.responsive-table thead,
  .text-content table.responsive-table tbody,
  .text-content table.responsive-table tr {
    display: block;
    position: relative;
  }
  .text-content table.responsive-table th {
    display: none;
  }
  .text-content table.responsive-table td {
    border-top: 1px solid #e1e1e1;
    border-left: 1px dashed #e2e2e2;
    border-right: 1px dashed #e2e2e2;
    background-color: #fff !important;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px !important;
    text-align: left !important;
  }
  .text-content table.responsive-table td:before {
    content: attr(data-th) ": ";
    display: block;
    font-weight: bold;
  }
  .text-content table.responsive-table tr td:last-child {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
  }
}
/* button */
.button {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 14px 20px;
  border: 1px solid #f13637;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 0px 3px 0px 0px #a81e1e;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjOGU1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fc8e5d 0%, #f13637 100%);
}
.lt-ie-9 .button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc8e5d', endColorstr='#fff13637', GradientType=0);
}
.button:hover,
.button.hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #f13637 0%, #f13637 100%);
}
.lt-ie-9 .button:hover,
.lt-ie-9 .button.hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13637', endColorstr='#fff13637', GradientType=0);
}
.button:active,
.button.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #f13637 0%, #f13637 100%);
  box-shadow: none;
}
.lt-ie-9 .button:active,
.lt-ie-9 .button.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13637', endColorstr='#fff13637', GradientType=0);
}
.button.button-gray {
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  color: #231f20;
  box-shadow: none;
}
.button.button-gray:hover {
  background: #e2e2e2;
}
.button.button-gray:active,
.button.button-gray.active {
  border-color: #393939;
  background-color: #393939;
  color: #fff;
}
.button.button-tr {
  background: none;
  border: none;
  box-shadow: none;
}
.button.button-square {
  border-radius: 0;
}
.button.button-block {
  width: 100%;
  max-width: 100%;
}
.button.button-sm {
  font-weight: normal;
  text-transform: none;
  padding: 10px 20px;
}
.button.button-xs {
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  padding: 5px 15px;
}
.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.lte-ie-8 .button input {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.button-circle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/other/btn-circle.png) top left repeat;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
}
.button-circle img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.button-circle:hover,
.button-circle:active,
.button-circle.active {
  background-image: url(../img/other/btn-circle-active.png);
}
.button-question {
  margin: 5px 0;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../img/other/question.png) top left repeat;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  transition: none;
}
.button-question:hover,
.button-question:active,
.button-question.active {
  background-position: bottom left;
}
.button-nav {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../img/other/btn-nav.png);
  background-repeat: no-repeat;
  transition: none;
}
.button-nav.button-prev {
  background-position: top left;
}
.button-nav.button-prev:hover,
.button-nav.button-prev:active,
.button-nav.button-prev.active {
  background-position: bottom left;
}
.button-nav.button-next {
  background-position: top right;
}
.button-nav.button-next:hover,
.button-nav.button-next:active,
.button-nav.button-next.active {
  background-position: bottom right;
}
/* inputs */
input {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 12px;
  border: 1px solid #c2c2c2;
  font-size: 14px;
  color: #313131;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}
input[type=text]:read-only,
input[type=password]:read-only,
input[type=email]:read-only,
input[type=search]:read-only,
input[type=tel]:read-only,
input[type=url]:read-only,
textarea:read-only,
input[type=date]:read-only,
input[type=datetime]:read-only,
input[type=datetime-local]:read-only,
input[type=month]:read-only,
input[type=time]:read-only,
input[type=week]:read-only,
input[type=number]:read-only,
input[type=range]:read-only,
input[type=color]:read-only {
  background-color: #fff;
  color: #313131;
}
input[type=text].valid,
input[type=password].valid,
input[type=email].valid,
input[type=search].valid,
input[type=tel].valid,
input[type=url].valid,
textarea.valid,
input[type=date].valid,
input[type=datetime].valid,
input[type=datetime-local].valid,
input[type=month].valid,
input[type=time].valid,
input[type=week].valid,
input[type=number].valid,
input[type=range].valid,
input[type=color].valid {
  background-color: #fff;
  border: 1px solid #00a72f;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
input[type=text].valid + label.alert,
input[type=password].valid + label.alert,
input[type=email].valid + label.alert,
input[type=search].valid + label.alert,
input[type=tel].valid + label.alert,
input[type=url].valid + label.alert,
textarea.valid + label.alert,
input[type=date].valid + label.alert,
input[type=datetime].valid + label.alert,
input[type=datetime-local].valid + label.alert,
input[type=month].valid + label.alert,
input[type=time].valid + label.alert,
input[type=week].valid + label.alert,
input[type=number].valid + label.alert,
input[type=range].valid + label.alert,
input[type=color].valid + label.alert {
  color: #00a72f;
}
input[type=text].invalid,
input[type=password].invalid,
input[type=email].invalid,
input[type=search].invalid,
input[type=tel].invalid,
input[type=url].invalid,
textarea.invalid,
input[type=date].invalid,
input[type=datetime].invalid,
input[type=datetime-local].invalid,
input[type=month].invalid,
input[type=time].invalid,
input[type=week].invalid,
input[type=number].invalid,
input[type=range].invalid,
input[type=color].invalid {
  background-color: #fff;
  border: 1px solid #e11618;
  box-shadow: inset 0 6px 8px rgba(0, 0, 0, 0.1);
}
input[type=text].invalid + label.alert,
input[type=password].invalid + label.alert,
input[type=email].invalid + label.alert,
input[type=search].invalid + label.alert,
input[type=tel].invalid + label.alert,
input[type=url].invalid + label.alert,
textarea.invalid + label.alert,
input[type=date].invalid + label.alert,
input[type=datetime].invalid + label.alert,
input[type=datetime-local].invalid + label.alert,
input[type=month].invalid + label.alert,
input[type=time].invalid + label.alert,
input[type=week].invalid + label.alert,
input[type=number].invalid + label.alert,
input[type=range].invalid + label.alert,
input[type=color].invalid + label.alert {
  color: #e11618;
}
input[type=text] + label.alert,
input[type=password] + label.alert,
input[type=email] + label.alert,
input[type=search] + label.alert,
input[type=tel] + label.alert,
input[type=url] + label.alert,
textarea + label.alert,
input[type=date] + label.alert,
input[type=datetime] + label.alert,
input[type=datetime-local] + label.alert,
input[type=month] + label.alert,
input[type=time] + label.alert,
input[type=week] + label.alert,
input[type=number] + label.alert,
input[type=range] + label.alert,
input[type=color] + label.alert {
  text-align: right;
  display: block;
  position: relative;
  top: -12px;
  font-size: 12px;
  line-height: 1;
}
textarea {
  overflow: auto;
  resize: none;
  height: auto;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(38, 46, 51, 0.5);
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(38, 46, 51, 0.5);
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(38, 46, 51, 0.5);
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(38, 46, 51, 0.5);
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  width: 100%;
  background-color: #fff;
}
.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}
.page-wrapper,
.footer {
  max-width: 1920px;
  min-width: 300px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.no-flexbox .page-wrapper,
.no-flexbox .footer {
  width: auto;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  box-shadow: 0 0 10px #000000;
}
.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
  min-height: 0;
}
.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page-body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-body.flex-none {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.wrapper {
  position: relative;
}
.container {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.container:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
/* Has sidebar
-----------------------------------------------------------------------------*/
[class|=has-sidebar],
[class*=has-sidebar] {
  position: relative;
}
[class|=has-sidebar] .middle-container,
[class*=has-sidebar] .middle-container {
  width: 100%;
  float: left;
}
[class|=has-sidebar] .middle-container .middle-content,
[class*=has-sidebar] .middle-container .middle-content {
  padding: 0;
}
[class|=has-sidebar].has-sidebar-left .middle-content,
[class*=has-sidebar].has-sidebar-left .middle-content {
  padding: 0 0 0 220px;
}
[class|=has-sidebar].has-sidebar-right .middle-content,
[class*=has-sidebar].has-sidebar-right .middle-content {
  padding: 0 320px 0 0;
}
[class|=has-sidebar].has-sidebar-both .middle-content,
[class*=has-sidebar].has-sidebar-both .middle-content {
  padding: 0 320px 0 220px;
}
[class|=has-sidebar].has-sidebar-both-right .middle-content,
[class*=has-sidebar].has-sidebar-both-right .middle-content {
  padding: 0 520px 0 0;
}
[class|=has-sidebar].has-sidebar-both-right .sidebar-left,
[class*=has-sidebar].has-sidebar-both-right .sidebar-left {
  margin-left: -500px;
}
[class|=has-sidebar].has-sidebar-both-right .sidebar-left.before-content,
[class*=has-sidebar].has-sidebar-both-right .sidebar-left.before-content {
  left: 100%;
}
[class|=has-sidebar].has-sidebar-both-left .middle-content,
[class*=has-sidebar].has-sidebar-both-left .middle-content {
  padding: 0 0 0 520px;
}
[class|=has-sidebar].has-sidebar-both-left .sidebar-right,
[class*=has-sidebar].has-sidebar-both-left .sidebar-right {
  margin-left: -100%;
  left: 200px;
}
[class|=has-sidebar].has-sidebar-both-left .sidebar-right.before-content,
[class*=has-sidebar].has-sidebar-both-left .sidebar-right.before-content {
  float: left;
  margin-left: 0;
}
[class|=has-sidebar].has-sidebar-both-left .sidebar-right.before-content + .middle-container,
[class*=has-sidebar].has-sidebar-both-left .sidebar-right.before-content + .middle-container {
  margin-left: -300px;
}
/* sidebars
-----------------------------------------------------------------------------*/
[class|=sidebar],
[class*=sidebar-] {
  float: left;
  position: relative;
}
.sidebar-left {
  width: 200px;
  margin-left: -100%;
}
.sidebar-left.before-content {
  margin-left: 0;
  margin-right: -200px;
}
.sidebar-right {
  width: 300px;
  margin-right: -3px;
  margin-left: -300px;
}
.sidebar-right.before-content {
  margin-right: 0;
  float: right;
}
/*
@import url(structure-grid.less);
@import url(structure-grid-px.less);
*/
/* responsive text align
-----------------------------------------------------------------------------*/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@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;
  }
  table.visible-sm {
    display: table;
  }
  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;
  }
  table.visible-md {
    display: table;
  }
  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;
  }
  table.visible-lg {
    display: table;
  }
  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;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    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;
  }
  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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.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: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.container {
  max-width: 1200px !important;
  width: auto !important;
}
.contentWrapper {
  position: relative;
  padding: 80px 0;
  background: url(../img/other/contentShadow.png) top left repeat-x;
}
@media (max-width: 991px) {
  .contentWrapper {
    padding: 60px 0;
    background-position: 0 -20px;
  }
}
@media (max-width: 767px) {
  .contentWrapper {
    padding: 40px 0;
    background-position: 0 -40px;
  }
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  margin: 0 0 30px 0;
}
.table-responsive table {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  min-width: 768px;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
  }
}
.media:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.media .media-element.fl {
  float: left;
  margin-right: 20px;
}
.media .media-element.fr {
  float: right;
  margin-left: 20px;
}
.media .media-content {
  overflow: hidden;
}
.bordered-wrapper {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.bordered-wrapper:before {
  display: block;
  width: 1920px;
  height: 7px;
  background: #ffffff url(../img/other/heading_bg.png) left bottom repeat-x;
  position: absolute;
  left: 50%;
  bottom: 13px;
  margin-left: -960px;
  z-index: -1;
  content: '';
}
.bordered-wrapper .bordered {
  font-weight: bold;
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  margin: 0;
}
.bordered-wrapper .bordered i {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  top: -3px;
  width: 50px;
  height: 50px;
}
.bordered-wrapper .bordered i.icon-contacts {
  background-image: url(../img/other/icon-contacts.png);
}
.bordered-wrapper .bordered i.icon-cost {
  background-image: url(../img/other/icon-cost.png);
}
.bordered-wrapper .bordered i.icon-time {
  background-image: url(../img/other/icon-time.png);
}
.bordered-wrapper .bordered i.icon-category {
  background-image: url(../img/other/icon-category.png);
}
.bordered-wrapper .bordered i.icon-style {
  background-image: url(../img/other/icon-style.png);
}
.bordered-wrapper .bordered i.icon-team {
  background-image: url(../img/other/icon-team.png);
}
@media (max-width: 991px) {
  .bordered-wrapper {
    margin-bottom: 40px;
  }
  .bordered-wrapper:before {
    left: 50%;
    top: 50%;
    bottom: auto;
    margin-top: -3px;
  }
  .bordered-wrapper .bordered {
    font-size: 24px;
  }
  .bordered-wrapper .bordered i {
    display: none;
  }
}
@media (max-width: 767px) {
  .bordered-wrapper {
    margin-bottom: 20px;
  }
}
.mapWrapper {
  position: relative;
}
.mapWrapper:before {
  display: block;
  width: 1920px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  background: url(../img/other/pay_course_shadow.png) top center no-repeat;
  content: '';
  z-index: 50;
}
.mapWrapper .mapInner {
  height: 400px;
}
.mapWrapper img {
  max-width: none;
}
.mapWrapper .scrollDownBtn {
  display: block;
  width: 62px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -31px;
  text-decoration: none;
  overflow: hidden;
  background: url(../img/other/map_scroll_down.png) center center no-repeat;
  z-index: 51;
  transition: top 300ms ease;
}
.mapWrapper .scrollDownBtn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.mapWrapper .scrollDownBtn:hover {
  top: -30px;
}
ul.pagination,
ul.language {
  display: inline-block !important;
  padding: 0;
  margin: 20px 0;
}
ul.pagination > li,
ul.language > li {
  *display: inline;
  display: inline-block;
  *zoom: 1;
  vertical-align: middle;
}
ul.pagination > li:before,
ul.language > li:before {
  display: none !important;
  visibility: hidden !important;
  content: none !important;
}
ul.pagination > li > a,
ul.language > li > a,
ul.pagination > li > span,
ul.language > li > span {
  position: relative;
  float: left;
  padding: 6px;
  margin: 0 3px;
  font-weight: normal;
  font-size: 13px;
  color: #313131;
  text-decoration: none;
  background-color: #fff;
  border: none;
}
ul.pagination > li > a img,
ul.language > li > a img,
ul.pagination > li > span img,
ul.language > li > span img {
  margin-top: 5px;
}
ul.pagination > li > a:hover,
ul.language > li > a:hover,
ul.pagination > li > span:hover,
ul.language > li > span:hover,
ul.pagination > li > a:focus,
ul.language > li > a:focus,
ul.pagination > li > span:focus,
ul.language > li > span:focus {
  color: #f63c2a;
}
ul.pagination > li > a:hover.bordered,
ul.language > li > a:hover.bordered,
ul.pagination > li > span:hover.bordered,
ul.language > li > span:hover.bordered,
ul.pagination > li > a:focus.bordered,
ul.language > li > a:focus.bordered,
ul.pagination > li > span:focus.bordered,
ul.language > li > span:focus.bordered {
  border-color: #f63c2a;
}
ul.pagination > li > a.bordered,
ul.language > li > a.bordered,
ul.pagination > li > span.bordered,
ul.language > li > span.bordered {
  padding: 6px 12px;
  border: 1px solid #e2e2e2;
}
ul.pagination > li.active > a,
ul.language > li.active > a,
ul.pagination > li.active > a:hover,
ul.language > li.active > a:hover,
ul.pagination > li.active a:focus,
ul.language > li.active a:focus,
ul.pagination > li.active > span,
ul.language > li.active > span,
ul.pagination > li.active > span:hover,
ul.language > li.active > span:hover,
ul.pagination > li.active > span:focus,
ul.language > li.active > span:focus {
  z-index: 2;
  cursor: default;
  color: #f63c2a;
}
ul.pagination > li.active .bordered,
ul.language > li.active .bordered {
  border-color: #f63c2a;
}
ul.pagination > li.disabled > a,
ul.language > li.disabled > a,
ul.pagination > li.disabled > a:hover,
ul.language > li.disabled > a:hover,
ul.pagination > li.disabled a:focus,
ul.language > li.disabled a:focus,
ul.pagination > li.disabled > span,
ul.language > li.disabled > span,
ul.pagination > li.disabled > span:hover,
ul.language > li.disabled > span:hover,
ul.pagination > li.disabled > span:focus,
ul.language > li.disabled > span:focus {
  color: #f63c2a;
  cursor: not-allowed;
  background-color: #242424;
  border-color: #242424;
}
.header .media {
  margin: 0;
}
.header:before {
  display: block;
  width: 100%;
  height: 6px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNTMyNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlMjIyNiIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #ff5327 0%, #ee2226 100%);
  content: '';
}
.lt-ie-9 .header:before {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5327', endColorstr='#ffee2226', GradientType=0);
}
.header .logo {
  display: block;
  padding: 35px 0;
}
.header .button {
  margin-top: 25px;
}
.header ul.language {
  margin: 0;
  position: absolute;
  z-index: 10;
  top: 2px;
  right: 10px;
}
.header ul.language > li > a,
.header ul.language > li > span {
  padding: 3px 5px;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
}
.showMenu {
  margin: 0;
  position: absolute;
  top: 20px;
  right: -5px;
  z-index: 10;
}
.mainNav {
  display: block;
  height: 101px;
}
.mainNav ul {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
}
.mainNav ul li {
  display: table-cell;
  vertical-align: middle;
}
.mainNav ul li a {
  position: relative;
  padding: 41px 10px;
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.mainNav ul li a:after {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNTMyNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlMjIyNiIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #ff5327 0%, #ee2226 100%);
  opacity: 0;
}
.lt-ie-9 .mainNav ul li a:after {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5327', endColorstr='#ffee2226', GradientType=0);
}
.lte-ie-8 .mainNav ul li a:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.mainNav ul li a:hover {
  background-color: #f5f5f5;
}
.mainNav ul li a:hover:after {
  opacity: 1;
}
.lte-ie-8 .mainNav ul li a:hover:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 991px) {
  .header .logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header .button {
    margin-top: 0;
  }
  .header .media .media-element {
    text-align: center;
    margin-bottom: 10px;
  }
  .header .media .media-element.fl {
    float: none;
    margin-right: 0;
  }
  .header .media .media-element.fr {
    float: none;
    margin-left: 0;
  }
  .header .media .media-content {
    overflow: visible;
  }
  .header ul.language {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .header ul.language > li > a,
  .header ul.language > li > span {
    padding: 7px 10px;
    font-size: 13px;
  }
  .mainNav {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    height: auto;
    border-top: 2px solid #ff5327;
  }
  .mainNav ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mainNav ul li a:after {
    height: 2px;
  }
}
@media (min-width: 767px) {
  .mainNav {
    display: block !important;
  }
  .showMenu {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .showMenu {
    display: block;
  }
  .mainNav {
    display: none;
  }
  .mainNav ul {
    display: block;
  }
  .mainNav ul li {
    display: block;
  }
  .mainNav ul li a {
    padding: 15px;
    white-space: nowrap;
  }
}

.homeScreenWrapper {
  position: relative;
  width: 100%;
  height: 650px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: none;
}

.homeScreenWrapper {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
.touch #homeScreen {
  background: url(../img/main_image.jpg) top center no-repeat;
}
*/
.touch .homeScreenWrapper {
  height: 250px;
}

@media (min-width: 768px) {
  .touch .homeScreenWrapper {
    height: 500px;
  }
}


@media (max-width: 767px) {
  .homeScreenWrapper {
    height: 250px !important;
  }
}


.homeScreenWrapper .homeScreenContent {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.homeScreenWrapper .homeScreenContent:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.homeScreenWrapper .homeScreenContent .homeScreenText {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%;
}
#homeScreen .homeScreenContent {
  background-color: rgba(0, 0, 0, 0.7);
}

.homeScreenWrapper h1 {
  margin-top: 0 !important;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 45px;
}
.touch .homeScreenWrapper h1 {
  margin-bottom: 20px;
}
.homeScreenWrapper h1 em {
  font-style: italic;
  font-size: 56%;
  display: block;
}
@media (max-width: 1120px) {
  .homeScreenWrapper h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .homeScreenWrapper h1 {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .homeScreenWrapper h1 {
    font-size: 18px;
  }
}
.homeScreenWrapper .button {
  padding-left: 35px;
  padding-right: 35px;
}
.footerMenu {
  position: relative;
  border-top: 14px solid #f5f5f5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjNmQ0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlMjIyNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fc6d48 0%, #ee2227 100%);
}
.lt-ie-9 .footerMenu {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc6d48', endColorstr='#ffee2227', GradientType=0);
}
.footerMenu ul {
  display: table;
  width: 100%;
  padding: 0;
  border: none;
}
.footerMenu ul li {
  display: table-cell;
}
.footerMenu ul li a {
  position: relative;
  display: block;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.footerMenu ul li a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1MmMyMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMzQyNiIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #c52c21 0%, #e33426 100%);
}
.lt-ie-9 .footerMenu ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc52c21', endColorstr='#ffe33426', GradientType=0);
}
.footerMenu ul li a:active {
  background-image: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1MmMyMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1MmMyMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #c52c21 0%, #c52c21 100%);
}
.lt-ie-9 .footerMenu ul li a:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc52c21', endColorstr='#ffc52c21', GradientType=0);
}
.footerMenu ul li + li a:before {
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  background: url(../img/other/footer_menu_border.png) top left repeat-y;
  content: '';
}
@media (max-width: 767px) {
  .footerMenu ul {
    display: block;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footerMenu ul li {
    display: block;
  }
  .footerMenu ul li + li a:before {
    display: none;
    visibility: hidden;
    content: none;
  }
}
.footerCopyright {
  position: relative;
  background-color: #393939;
  padding: 12px 0;
  color: #b2b2b2;
}
.footerCopyright p {
  font-size: 12px;
}
.footerCopyright a {
  color: #f2372f;
}
.footerCopyright .scrollTop {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
  background: url(../img/other/footer_pattern.png) top left repeat;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  transition: none;
}
.footerCopyright .scrollTop:before {
  display: block;
  width: 21px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/other/scrollTop.png) top center no-repeat;
  content: '';
  transition: none;
}
.footerCopyright .scrollTop:hover:before {
  background-position: bottom center;
}
@media (max-width: 767px) {
  .footerCopyright {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.footerInfo {
  border-top: 14px solid #393939;
  padding: 35px 0;
  background: url(../img/other/footer_pattern.png) top left repeat;
}
.footerInfo h4 {
  color: #fff;
}
.footerInfo .partnersList {
  margin-bottom: 30px;
}
.footerInfo .partnersList p {
  font-size: 13px;
  color: #b2b2b2;
  margin-bottom: 0;
}
.footerInfo .partnersList p a {
  color: #f2372f;
}
.footerInfo .newsList {
  display: block;
  margin-bottom: 30px;
}
.footerInfo .newsList .newsItem {
  display: block;
  position: relative;
  padding-left: 50px;
  padding-right: 20px;
  min-height: 30px;
  margin-bottom: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.footerInfo .newsList .newsItem:before {
  display: block;
  width: 32px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/other/icon-news.png) center center no-repeat;
  content: '';
  opacity: 0.6;
}
.lte-ie-8 .footerInfo .newsList .newsItem:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.footerInfo .newsList .newsItem:hover {
  color: #ffffff;
}
.footerInfo .newsList .newsItem:hover:before {
  opacity: 1;
}
.lte-ie-8 .footerInfo .newsList .newsItem:hover:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.footerInfo .teamItem {
  display: inline-block;
  margin-bottom: 10px;
  box-shadow: none;
}
.footerInfo .teamItem:hover {
  box-shadow: 0 0 0 1px #f74f3a;
}
.footerInfo form {
  margin-left: 15px;
  margin-right: 15px;
}
.footerInfo form .button {
  font-size: 13px;
  text-transform: none;
  padding: 10px 5px;
  border: none;
  box-shadow: none;
}
.footerInfo form input[type=text],
.footerInfo form input[type=search] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  background-color: #393939;
  border: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
}
.footerInfo form input[type=text]::-webkit-input-placeholder,
.footerInfo form input[type=search]::-webkit-input-placeholder {
  color: #666;
}
.footerInfo form input[type=text]::-moz-placeholder,
.footerInfo form input[type=search]::-moz-placeholder {
  color: #666;
}
.footerInfo form input[type=text]:-moz-placeholder,
.footerInfo form input[type=search]:-moz-placeholder {
  color: #666;
}
.footerInfo form input[type=text]:-ms-input-placeholder,
.footerInfo form input[type=search]:-ms-input-placeholder {
  color: #666;
}
@media (max-width: 767px) {
  .footerInfo h4 {
    text-align: center;
  }
}
.learnMoreWrapper {
  position: relative;
  padding: 70px 0;
}
.learnMoreWrapper .scrollDown {
  display: block;
  width: 60px;
  height: 80px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -30px;
  background: #ffffff url(../img/other/arrows_down.png) center center no-repeat;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
  border-radius: 30px;
  transition: top 200ms linear;
}
.learnMoreWrapper .scrollDown:hover {
  top: -26.66666667px;
}
.categoryItem {
  text-decoration: none;
  display: block;
  border: 1px solid #e2e2e2;
  background: url(../img/more/more_pattern.png) top left repeat;
  padding: 35px 15px 35px 70px;
  position: relative;
  margin: 0 0 40px 90px;
  min-height: 120px;
  cursor: pointer;
}
.categoryItem i {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -60px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNmE0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlMjYyOCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fb6a47 0%, #ee2628 100%);
}
.lt-ie-9 .categoryItem i {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6a47', endColorstr='#ffee2628', GradientType=0);
}
.categoryItem i img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.categoryItem h3 {
  font-weight: bold;
  color: #000;
}
.categoryItem p {
  color: #999999;
}
.categoryItem .link {
  color: #2182c5;
}
.categoryItem .link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.categoryItem:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNmE0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlMjYyOCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fb6a47 0%, #ee2628 100%);
}
.lt-ie-9 .categoryItem:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6a47', endColorstr='#ffee2628', GradientType=0);
}
.categoryItem:hover h3 {
  color: #fff;
}
.categoryItem:hover p {
  color: #fff;
}
.categoryItem:hover .link {
  color: rgba(255, 255, 255, 0.5);
}
.categoryItem:hover i {
  background: #393939 url(../img/more/more_icon_pattern.png) top left repeat;
}
.categoryItem:hover:after {
  display: block;
  width: 243px;
  height: 134px;
  position: absolute;
  top: 100%;
  left: 100%;
  margin: 0;
  margin-left: -220px;
  margin-top: -110px;
  background: url(../img/other/corner_shadow.png) center center no-repeat;
  content: '';
  z-index: -1;
}
@media (max-width: 991px) {
  .categoryItem {
    text-align: center;
    height: auto !important;
    padding: 60px 30px 35px 30px;
    margin: 70px 0 40px 0;
  }
  .categoryItem i {
    left: 50%;
    margin-left: -60px;
    top: -80px;
    margin-top: 0;
  }
}

.contactsItem img{
    border-radius: 50%;
    border:  10px white solid;
}

.contactsItem {
  text-align: center;
  position: relative;
  margin: 95px auto 40px auto;
  padding: 115px 10px 40px 10px;
  display: block;
  border: 1px solid #e2e2e2;
  background: url(../img/more/more_pattern.png) top left repeat;
  cursor: pointer;
  max-width: 300px;
  transition: all 300ms ease;
}



.contactsItem:after {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -28px;
  margin-top: -15px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  content: '';
}
.contactsItem i {
  display: block;
  width: 190px;
  height: 190px;
  position: absolute;
  left: 50%;
  top: -95px;
  margin-left: -95px;
}
.contactsItem h4 {
  font-size: 15px;
  color: #231f20;
  margin-bottom: 15px;
}
.contactsItem h4 a {
  display: block;
  font-size: 70%;
  color: #f13637;
  text-transform: uppercase;
}
.contactsItem p {
  font-size: 13px;
  color: #231f20;
  margin-bottom: 0;
}
.contactsItem p span {
  display: block;
  color: #999999;
}
.contactsItem:hover {
  border-color: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNmE0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlMjYyOCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fb6a47 0%, #ee2628 100%);
}
.lt-ie-9 .contactsItem:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6a47', endColorstr='#ffee2628', GradientType=0);
}
.contactsItem:hover h4 {
  color: #fff;
}
.contactsItem:hover h4 a {
  color: #fff;
}
.contactsItem:hover p {
  color: #fff;
}
.contactsItem:hover p span {
  color: #fff;
}
.contactsItem:hover:after {
  content: none;
}
.categoryTypeWrapper {
  width: 160px;
  text-align: center;
}
@media (max-width: 490px) {
  .categoryTypeWrapper {
    display: none;
  }
}
.categoryType {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
}
.categoryType.categoryType-b {
  background-image: url(../img/categoryType/category_type1.png);
  width: 118px;
  height: 125px;
}
.categoryType.categoryType-a {
  background-image: url(../img/categoryType/category_type2.png);
  width: 112px;
  height: 125px;
}
.categoryType.categoryType-c {
  background-image: url(../img/categoryType/category_type3.png);
  width: 108px;
  height: 127px;
}
.categoryType.categoryType-d {
  background-image: url(../img/categoryType/category_type4.png);
  width: 112px;
  height: 125px;
}
.categoryType.categoryType-be {
  background-image: url(../img/categoryType/category_type5.png);
  width: 141px;
  height: 101px;
}
.categoryType.categoryType-ce {
  background-image: url(../img/categoryType/category_type6.png);
  width: 141px;
  height: 102px;
}
.categoryType.categoryType-de {
  background-image: url(../img/categoryType/category_type7.png);
  width: 141px;
  height: 101px;
}
.categoryListItem {
  position: relative;
  display: block;
  border: 1px solid #e2e2e2;
  background: url(../img/more/more_pattern.png) top left repeat;
  margin: 0 0 25px 100px;
  padding: 30px 30px 30px 100px;
  min-height: 150px;
}
.categoryListItem i {
  display: block;
  width: 175px;
  height: 176px;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -88px;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
}
.categoryListItem i.icon-car-b {
  background-image: url(../img/category/category1.png);
}
.categoryListItem i.icon-car-a {
  background-image: url(../img/category/category2.png);
}
.categoryListItem i.icon-car-c {
  background-image: url(../img/category/category3.png);
}
.categoryListItem i.icon-car-d {
  background-image: url(../img/category/category4.png);
}
.categoryListItem i.icon-car-be {
  background-image: url(../img/category/category5.png);
}
.categoryListItem i.icon-car-ce {
  background-image: url(../img/category/category6.png);
}
.categoryListItem i.icon-car-de {
  background-image: url(../img/category/category7.png);
}
.categoryListItem h3 {
  color: #231f20;
  margin-bottom: 20px;
}
.categoryListItem p {
  color: #999999;
}
.categoryListItem:after {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -28px;
  margin-left: -15px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  content: '';
}
.categoryListItem:before {
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url(../img/other/categoryListShadow.png) top center no-repeat;
  content: '';
}
.categoryListItem:hover {
  border-color: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNmE0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlMjYyOCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fb6a47 0%, #ee2628 100%);
}
.lt-ie-9 .categoryListItem:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6a47', endColorstr='#ffee2628', GradientType=0);
}
.categoryListItem:hover .categoryType {
  background-position: bottom center;
}
.categoryListItem:hover i {
  background-position: bottom left;
}
.categoryListItem:hover h3 {
  color: #fff;
}
.categoryListItem:hover p {
  color: #fff;
}
.categoryListItem:hover p span {
  color: #fff;
}
.categoryListItem:hover:after {
  display: block;
  width: 243px;
  height: 134px;
  position: absolute;
  top: 100%;
  left: 100%;
  margin: 0;
  margin-left: -220px;
  margin-top: -110px;
  background: url(../img/other/corner_shadow.png) center center no-repeat;
  content: '';
  z-index: -1;
}
@media (max-width: 992px) {
  .categoryListItem {
    margin: 100px 0 25px 0;
    padding: 100px 10px 30px 10px;
  }
  .categoryListItem i {
    left: 50%;
    margin-left: -88px;
    top: -100px;
    margin-top: 0;
  }
  .categoryListItem:after {
    left: 50%;
    top: 100%;
    margin-left: -28px;
    margin-top: -15px;
  }
  .categoryListItem:before {
    background-size: 100% 100%;
  }
}
.pseudoTable {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom:10px;
}
.pseudoTable .heading,
.pseudoTable .content {
  font-size: 0;
  display: block;
}
.pseudoTable span {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 5px;
  display: inline-block;
  vertical-align: middle;
  width: 36%;
}
.pseudoTable span + span {
  width: 28%;
}
.pseudoTable span + span + span {
  width: 36%;
}


.pseudoTable .heading {
  border: 1px solid #e2e2e2;
  background: url(../img/more/more_pattern.png) top left repeat;
}
.pseudoTable .heading span {
  font-weight: bold;
  color: #999999;
}
.pseudoTable .content .elem {
  border-left: 1px dashed #e2e2e2;
  border-right: 1px dashed #e2e2e2;
  border-bottom: 1px solid #d6d6d6;
}
.pseudoTable .content .elem span {
  color: #231f20;
}
.pseudoTable .content .elem:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.payTable {
    margin-top: 10px;
}

.payTable table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.payTable table th {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background: url(../img/more/more_pattern.png) top left repeat;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  width: 33.33333333%;
}
.payTable table td {
  vertical-align: middle;
  padding: 20px 20px 20px 60px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: normal;
  font-size: 17px;
  color: #231f20;
  text-align: left;
}
.payTable table td + td {
  padding: 20px;
  text-align: center;
}
.payTable table td + td + td {
  border-left: 1px dashed #e2e2e2;
}
.payTable table td:last-child {
  text-align: left;
  padding-left: 35px;
  padding-right: 35px;
}
.payTable table td strong {
  font-weight: bold;
}
.payTable table td.cat-image {
  width: 40px;
}
@media (max-width: 992px) {
  .payTable table .cat-image img {
    display: none;
  }
}
.payCourseWrapper {
  position: relative;
  padding: 40px 0;
  background: url(../img/more/more_pattern.png) top left repeat;
  margin-bottom: 180px;
  height: 230px;
}
.payCourseWrapper:before {
  display: block;
  width: 1920px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  background: url(../img/other/pay_course_shadow.png) top center no-repeat;
  content: '';
}
.payCourseWrapper .button {
  padding-left: 40px;
  padding-right: 40px;
}
.payCourseWrapper p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #231f20;
}
.payCourseWrapper p strong {
  font-weight: bold;
}
.payCourseWrapper .videoWrapper {
  position: relative;
  display: block;
  width: 644px;
  height: 361px;
  background: url(../img/other/video_wrapper.png) top center no-repeat;
}
.payCourseWrapper .videoWrapper .video {
  position: absolute;
  width: 412px;
  height: 255px;
  top: 18px;
  left: 111px;
  background: url(../img/other/video_falback.png) center center no-repeat;
}
@media (max-width: 992px) {
  .payCourseWrapper {
    margin-bottom: 0;
    height: auto !important;
  }
  .payCourseWrapper .videoWrapper {
    left: 50%;
    margin-left: -322px;
  }
}
.jq-checkbox {
  top: -1px;
  width: 14px;
  height: 14px;
  border: 1px solid #bababa;
  background: #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  cursor: pointer;
}
.jq-checkbox.checked {
  background: #ffffff url(../img/other/checkbox.png) center center no-repeat;
}
.jq-checkbox.checked .jq-checkbox__div {
  display: none !important;
  width: 8px;
  height: 8px;
  margin: 3px 0 0 3px;
  background: #666;
  border-radius: 0;
  box-shadow: none;
}
.jq-checkbox.focused {
  border: 1px solid #bababa;
}
.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.jq-radio {
  width: 14px;
  height: 14px;
  border: 1px solid #bababa;
  border-radius: 50%;
  background: #d7d7d7;
  box-shadow: none;
  vertical-align: middle;
  cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 2px 0 0 2px;
  border-radius: 50%;
  background: #f7513c;
}
.jq-radio.focused {
  border: 1px solid #bababa;
}
.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}
.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF;
}
.focused .jq-file__name {
  border: 1px solid #5794BF;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
  color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  margin: 0 0 30px 0;
}
header .jq-selectbox {
  margin: 30px 0;
  text-align: center;
  width: 140px;
}
@media (max-width: 991px) {
  header .jq-selectbox {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.jq-selectbox__select {
  height: 38px;
  padding: 0 45px 0 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  /*color: #ed1c24;*/
  font: 14px/38px Arial, sans-serif;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
}
.jq-selectbox__select:hover {
  background-color: #fff;
}
.jq-selectbox__select:active {
  background: #fff;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #e1e1e1;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 100%;
  border: none;
  background-color: #f5f5f5;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
  top: 40px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #e1e1e1;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 13px/26px Arial, sans-serif;
  border-radius: 0;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  background: #fff;
  color: #333;
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  white-space: nowrap;
  color: #231F20;
}
.jq-selectbox li.selected {
  background-color: #f63c2a;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #f63c2a;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif;
}
input[type="search"].styler {
  -webkit-appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:after {
  content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../img/other/btn-nav.png);
  background-repeat: no-repeat;
  transition: none;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background-position: top left;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.owl-theme .owl-controls .owl-buttons div.owl-prev:active,
.owl-theme .owl-controls .owl-buttons div.owl-prev.active {
  background-position: bottom left;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: top right;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next:active,
.owl-theme .owl-controls .owl-buttons div.owl-next.active {
  background-position: bottom right;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
.content-slider {
  width: 540px;
  height: auto;
  max-width: 100%;
  float: left;
  margin: 0 20px 0 0;
}
@media (max-width: 992px) {
  .content-slider {
    display: block;
    float: none !important;
    margin: 0 auto 20px auto;
  }
}
.nav-wrapper {
  position: relative;
}
.nav-wrapper .button-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
}
.nav-wrapper .button-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
}
#sync1 {
  margin: 0 0 30px 0;
}
#sync1 .item {
  background: #fff;
  padding: 0;
  margin: 0;
  color: #FFF;
  text-align: center;
  border-radius: 0;
}
#sync2 {
  margin: 0 40px 30px 40px;
  width: auto;
}
#sync2 .item {
  background: #fff;
  padding: 0;
  margin: 5px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
}
#sync2 .synced .item {
  box-shadow: 0 0 0 2px #f02b2a;
}
.filterBlock {
  padding: 20px;
  display: block;
  background: #e5e5e5 url(../img/more/more_pattern.png) top left repeat;
  border: 1px solid #e2e2e2;
  margin-top: 10px;
}
.filterBlock label {
  display: block;
  font-size: 13px;
  color: #231f20;
  line-height: 15px;
  margin-bottom: 10px;
}
.filterBlock .button {
  margin: 25px 0 0 0;
  padding: 12px 20px 11px;
  box-shadow: none;
}
.filterBlock .jq-selectbox {
  margin-bottom: 0;
}
.filterBlock .jq-selectbox ul {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  position: relative;
  top: -1px;
}
.filterBlock .jq-selectbox__dropdown {
  padding: 0 20px 20px 20px;
  left: -20px;
  right: -20px;
  width: auto;
  border: none;
  background: #e5e5e5 url(../img/more/more_pattern.png) top left repeat;
  box-shadow: 0px 5px 8px 0px rgba(2, 3, 3, 0.1);
}
@media (max-width: 991px) {
  .filterBlock label {
    font-weight: bold;
  }
  .filterBlock .jq-selectbox {
    margin-bottom: 25px;
  }
  .filterBlock .button {
    margin: 0;
  }
}
.classroomWrapper table {
  margin: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.classroomWrapper table th,
.classroomWrapper table td {
  white-space: nowrap;
  background-color: #fff;
  border-left: 1px dashed #e1e1e1;
  border-right: 1px dashed #e1e1e1;
  width: 11%;
}
.classroomWrapper table th.learn-days {
  width: 22% !important;
}

.classroomWrapper table td.learn-days {
  width: 13% !important;
}


.classroomWrapper table th.learn-lang {
  width: 10% !important;
}


.classroomWrapper table td.learn-lang {
  width: 13% !important;
}


.classroomWrapper table th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.classroomWrapper table tr:nth-child(odd) td,
.classroomWrapper table tr:nth-child(odd) th {
  background-color: #fff;
}
.classroomWrapper table .button {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .classroomWrapper table.responsive-table th {
    display: none;
  }
  .classroomWrapper table.responsive-table td {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e1e1e1;
    border-left: 1px dashed #e2e2e2;
    border-right: 1px dashed #e2e2e2;
    background-color: #fff !important;
    display: block;
    padding: 10px !important;
    text-align: left !important;
  }
  .classroomWrapper table.responsive-table td.learn-days {
    width: 100%;
  }
  .classroomWrapper table.responsive-table td:before {
    content: attr(data-th) ": ";
    display: block;
    font-weight: bold;
  }
  .classroomWrapper table.responsive-table td.subscribe:before {
    display: none;
    visibility: hidden;
    content: none;
  }
  .classroomWrapper table.responsive-table tr td:last-child {
    border-bottom: 4px solid #ff5327;
    margin-bottom: 30px;
  }
}
.classroom-elem {
  border-top: 1px solid #e1e1e1;
  border-left: 1px dashed #e1e1e1;
  border-right: 1px dashed #e1e1e1;
  padding: 10px;
}
.classroom-elem span {
  display: block;
  font-size: 14px;
}
.classroom-elem:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.classroom-elem .media {
  margin: 0;
}
.classroom-elem .button {
  margin-top: 34px;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .classroom-elem .button.button-xs {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .classroom-elem .media .media-element.fl {
    margin-right: 5px;
  }
  .classroom-elem .media .media-element.fr {
    margin-left: 5px;
  }
}
.languageInfo {
  position: relative;
  padding: 15px 50px;
  border-left: 1px dashed #e1e1e1;
  border-right: 1px dashed #e1e1e1;
}
.languageInfo i {
  display: block;
  width: 16px;
  height: 11px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.languageInfo i.icon-lv {
  background-image: url(../img/lang/lang_lv.jpg);
}
.languageInfo i.icon-ru {
  background-image: url(../img/lang/lang_ru.jpg);
}
.languageInfo h5 {
  text-transform: none;
  font-weight: normal;
  color: #999999;
  margin: 0;
}
.accordion {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.accordion li {
  display: block;
}
.accordion li:before {
  visibility: hidden;
  display: none;
  content: none;
}
.accordion-link {
  display: block;
  padding: 15px 20px;
  padding-right: 50px;
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  position: relative;
}
.accordion-link:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  overflow: hidden;
  border-top: 5px solid #ed1c24;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: none;
  content: '';
}
.accordion-link.opened:after {
  border-bottom: 5px solid #ed1c24;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: none;
}
.accordion-link h3 {
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
  color: #ed1c24;
  line-height: 1.2;
  margin: 0;
}
.accordion-link h3 a {
  font-weight: normal;
  font-size: 13px;
  color: #999999;
  margin-left: 25px;
}
.accordion-content table {
  margin: 0;
}
@media (max-width: 991px) {
  .accordion-link h3 a {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .accordion-link {
    text-align: left;
    padding: 0 0 20px 0;
    padding: 15px 20px 30px 20px;
  }
  .accordion-link:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 15px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-top: none;
  }
  
    .accordion-link.opened:after {
      border-bottom: none;
      border-right: none;
      border-left: none;
      border-top: none;
    }
    
}
.popupBlock {
  display: none;
  width: 970px;
  max-width: 100%;
}
.popupBlock h2 {
  line-height: 1;
  padding-right: 50px;
}
.popupBlock table {
  margin: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.popupBlock table th,
.popupBlock table td {
  white-space: normal;
  background-color: #fff;
  border-left: 1px dashed #e1e1e1;
  border-right: 1px dashed #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 20px;
}
.popupBlock table th.desc,
.popupBlock table td.desc {
  text-align: left;
}
.popupBlock table tr:nth-child(odd) td,
.popupBlock table tr:nth-child(odd) th {
  background-color: #fff;
}
.popupBlock.subscribe {
  width: 500px;
}
@media (max-width: 767px) {
  .popupBlock h2 {
    font-size: 24px;
  }
}


.teamListItem {
  position: relative;
  display: block;
  padding: 20px 20px 20px 20px;
  margin: 0px auto 30px auto;
  text-align: center;
  max-width: 300px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  background: url(../img/more/more_pattern.png) top left repeat;
  height: 280px;
}

.teamListItem.teachers {
   height: 200px;  
}

.teamListItem img {
  border-radius: 20%;
  border:  10px white solid;
}

.teamListItem .strings {
    font-size: 13px;
    line-height: 1.3;
    height:  40px;
}

.teamListItem .drive_price {
    font-size: 11px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 5px;
}

.teamListItem .enroll {
    margin-top: 5px;
}


.teamListItem h4 {
  font-size: 15px;
  color: #231f20;
  padding-top: 5px;
  margin-bottom: 5px;
}
.teamListItem h4 a {
  display: block;
  text-transform: uppercase;
  color: #f13637;
  font-size: 10px;
}

/*KKK PriceCards*/
	.priceCard-b .priceCardHead,
	.priceCard-b .priceCardSum,
	.priceCard-b .jq-radio.checked .jq-radio__div,
	.priceCard-b .jq-selectbox li.selected,
	.priceCard-b .jq-selectbox li:hover{
		background-color: #00c5aa;
		background: #00c5aa;
	}
	.priceCard-b .priceCardList ul li:before{
		color: #00c5aa;
	}
	.priceCard-b .priceCardEnroll{
		border: 2px solid #00c5aa;
	}
	
	.priceCard-be .priceCardHead,
	.priceCard-be .priceCardSum,
	.priceCard-be .jq-radio.checked .jq-radio__div,
	.priceCard-be .jq-selectbox li.selected,
	.priceCard-be .jq-selectbox li:hover{
		background-color: #22a8ff;
		background: #22a8ff;
	}
	.priceCard-be .priceCardList ul li:before{
		color: #22a8ff;
	}
	.priceCard-be .priceCardEnroll{
		border: 2px solid #22a8ff;
	}
	
	.priceCard-a .priceCardHead,
	.priceCard-a .priceCardSum,
	.priceCard-a .jq-radio.checked .jq-radio__div,
	.priceCard-a .jq-selectbox li.selected,
	.priceCard-a .jq-selectbox li:hover{
		background-color: #ff911e;
		background: #ff911e;
	}
	.priceCard-a .priceCardList ul li:before{
		color: #ff911e;
	}
	.priceCard-a .priceCardEnroll{
		border: 2px solid #ff911e;
	}
	
	.priceCard-95 .priceCardHead,
	.priceCard-95 .priceCardSum,
	.priceCard-95 .jq-radio.checked .jq-radio__div,
	.priceCard-95 .jq-selectbox li.selected,
	.priceCard-95 .jq-selectbox li:hover{
		background-color: #f25451;
		background: #f25451;
	}
	.priceCard-95 .priceCardList ul li:before{
		color: #f25451;
	}
	.priceCard-95 .priceCardEnroll{
		border: 2px solid #f25451;
	}
	
	.priceWraper{
		border: 1px solid #ccc;
		margin-top: 15px;
		margin-bottom: 15px;
		z-index: 500;
	}
	
	.bannerWrapper{
		margin-top: 15px;
		margin-bottom: 15px;
		z-index: 500;
	}
	
	.priceWraper .priceCardHead h3,
	.priceWraper .priceCardHead p,
	.priceWraper .priceCardHead label,
	.priceWraper .priceCardSum p,
	.priceWraper .priceCardSum h3,
	.priceWraper .priceCardSum small{
		color: #fff;
	}
	
	.priceWraper .priceCardHead h3,
	.priceWraper .priceCardHead p,
	.priceWraper .priceCardSum p,
	.priceWraper .priceCardSum h3,
	.priceWraper .priceCardSum small{
		display: block;
		text-align: center;
		margin: 0;
	}
	
	.priceWraper .priceCardHead h3,
	.priceWraper .priceCardSum h3{
		font-size: 44px;
		font-weight: 600;
		line-height: 45px;
	}
	
	.bannerWrapper img{
		width: 100%;
	}
	
	.priceCardEnroll p{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.priceCardEnroll div.row{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.priceCardHead,
	.priceCardList,
	.cardDiscountControll,
	.priceCardSum,
	.priceCardEnroll{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.priceCardList span,
	.cardDiscountControll label,
	.cardDiscountControll select option,
	.cardDiscountControll .jq-selectbox__select-text,
	.cardDiscountControll .jq-selectbox__dropdown ul li:not(.selected),
	.priceCardEnroll select option,
	.priceCardEnroll .jq-selectbox__select-text,
	.priceCardEnroll .jq-selectbox__dropdown ul li:not(.selected){
		color: #666;
	}
	.cardDiscountControll .jq-selectbox__dropdown ul li:hover,
	.priceCardEnroll .jq-selectbox__dropdown ul li:hover{
		color: #fff;
	}
	
	.priceCardList ul li{
		margin: 12px 0;
		}
	.priceCardList ul {
		padding-left:20px; list-style:none;
	}
	.priceCardList ul li:before{
		font-family: 'FontAwesome';
		content: '\f046';
		margin:0 5px 0 -15px;
	}
	
	.listElementPrice{
		float: right;
	}
	
	.cardDiscountControll .jq-selectbox,
	.priceCardEnroll .jq-selectbox{
		margin: 0 !important;
	}
	
	.cardDiscountControll{
		border-top: 1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.priceCardHead{
		padding-top: 35px;
		padding-bottom: 15px;
	}
	.priceCardSum{
		padding-top: 15px;
		padding-bottom: 20px;
	}	
	.priceWraper,
	.bannerWrapper > [class*='col-']{
		transition: all .1s ease-in-out;
	}

	.priceWraper:hover,
	.bannerWrapper > [class*='col-']:hover{
		transform: scale(1.05);
		-moz-box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
		-webkit-box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
		box-shadow:0 0 20px -2px rgba(0,0,0,0.25);
		z-index: 9999;
	}
	
	.row.display-flex{
		display: flex;
		flex-wrap: wrap;
	}
	
	.row.display-flex > [class*='col-']{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;	
	}

	.align-items-center{
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		display: flex;
		flex-wrap: wrap;
	}
	
	.bannerWrapper > [class*='col-']{
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.bannerWrapper > [class*='col-']:first-of-type{
		margin-top: 0 !important;
	}
	
	.bannerWrapper > [class*='col-']:last-of-type{
		margin-bottom: 0 !important;
	}
	
/*!KKK PriceCards*/	

/*KKK PayTypes*/	
	.payTypes{
		/*display: none;*/
	}
	
	.payTypes h2{
		font-size: 18px;
		color: #524B52;
		margin-bottom: 3px;
		line-height: 16px
	}
	
	.payTypes h3{
		font-size: 13px;
		color: #524B52;
		margin: 10px 0 25px 0;
		line-height: 16px
	}
	
	.payTypes small{
		font-size: 11px;
		color: #524B52;
		font-style: italic;
		vertical-align: top;
	}
	
	.payTypes hr{
		border-top: 2px dotted #ddd;
		background-color: transparent;
		margin-bottom: 40px;
	}
	
	.payTypes button{
		position: relative;
		display: inline-block;
		margin: 0 0 15px 0;
		padding: 14px 35px;
		text-decoration: none;
		text-align: center;
		font-size: 15px;
		line-height: 15px;
		color: #fff;
		font-variant: small-caps;
		background-image: linear-gradient(to top, #24B5D2, #5AC9DC);
		border: 1px solid #52AFB7;
		border-radius: 5px;
		box-sizing: border-box;
		box-shadow: 0px 1px 2px 0px #339AAD;

	}
	.payTypes button:hover{
		background-image: linear-gradient(to top, #1D95AA, #24B5D2);
		border: 1px solid #1D95AA;
	}
	
	.center-block {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.payTypeBox{
		border: 1px solid #F4F4F4;
		border-radius: 5px;
		min-width: 200px;
		max-width: 250px;
		/*min-height: 120px;*/
		max-height: 170px;
		padding: 3px;
		margin: 8px auto 0;
	}
	
	.payTypeBox.selected{
		border: 4px solid #4CB1C5;
		/*border-image: linear-gradient(to right top, #1F8A9E, #52C9DF);
		border-image-slice: 1;
		border-width: 4px;*/
		border-radius: 5px;
		padding: 0px;
	}
	
	.payTypeBox:hover{
		cursor: pointer;
	}
	
	.payTypeBoxEl{
		background-color: #F7F7F7;
		padding: 5px 65px;
		position: relative;
	}
	.payTypeBoxEl>.row>[class*='col-']{
		padding-left: 5px;
		padding-right: 5px;
	}

	.payTypeBoxEl img{
		max-width: 100% !important;
	}
	
	.checkedSign{
		width: 25px;
		height: 25px;
		border: 1px solid #56BCCB;
		border-radius: 50%;
		position: absolute;
		top: -15px;
		right: -15px;
		background-image: linear-gradient(to right top, #1F8A9E, #58C8DC);
	}
	.checkedSign:after{
		display: block;
		font-size: 14px;
		font-family: FontAwesome;
		content: "\f00c";
		line-height: 25px;
		color: #fff;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
/*!KKK PayTypes*/	

/* KKK RedBox */
.redBox {
  text-decoration: none;
  display: block;
  border: 1px solid #e2e2e2;
  background: url(../img/more/more_pattern.png) top left repeat;
  padding: 35px 15px 35px 70px;
  position: relative;
  margin: 0 0 20px 90px;
  min-height: 120px;
  /*cursor: pointer;*/
}
@media (min-width: 992px) {
	.redbox-margin{
		margin: 0 0 20px 75px;
	}
}
.redBox i {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -60px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNmE0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlMjYyOCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fb6a47 0%, #ee2628 100%);
}
.lt-ie-9 .redBox i {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6a47', endColorstr='#ffee2628', GradientType=0);
}
.redBox i img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.redBox h3 {
  font-weight: bold;
  color: #000;
}
.redBox h4{
	font-weight: bold;
	font-size: 58px;
	line-height: 70px;
	margin: 0;
	text-align: center;
}
.redBox h5{
	margin-bottom: 0px;
}
.redBox p {
  color: #999999;
}
.redBox .content p,
.redBox p.pricenote{
  color: #999;
  font-weight: 600;
  font-style: italic;
}
.redBox .content ul{
	list-style: none;
	padding-left: 0;
	color: #999;
	margin-bottom: 15px;
}
.redBox p.pricenote{
	text-align: center;
}
.redBox:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNmE0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlMjYyOCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fb6a47 0%, #ee2628 100%);
}
.lt-ie-9 .redBox:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6a47', endColorstr='#ffee2628', GradientType=0);
}
.redBox:hover h3 {
  color: #fff;
}
.redBox:hover p,
.redBox:hover ul ,
.redBox:hover a{
  color: #fff;
}
.redBox:hover i {
  background: #393939 url(../img/more/more_icon_pattern.png) top left repeat;
}
.redBox:hover:after {
  display: block;
  width: 243px;
  height: 134px;
  position: absolute;
  top: 100%;
  left: 100%;
  margin: 0;
  margin-left: -220px;
  margin-top: -110px;
  background: url(../img/other/corner_shadow.png) center center no-repeat;
  content: '';
  z-index: -1;
}
.redBox:hover .button{
	border: 1px solid #fff;
}
@media (max-width: 991px) {
  .redBox {
    text-align: center;
    height: auto !important;
    padding: 60px 30px 35px 30px;
    margin: 70px 0 40px 0;
  }
  .redBox i {
    left: 50%;
    margin-left: -60px;
    top: -80px;
    margin-top: 0;
  }
}
.redBox .button {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 14px 20px;
  border: 1px solid #f13637;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjOGU1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fc8e5d 0%, #f13637 100%);
}
.redBox .lt-ie-9 .button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc8e5d', endColorstr='#fff13637', GradientType=0);
}
.redBox .button:hover,
.redBox .button.hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #f13637 0%, #f13637 100%);
}
.redBox .lt-ie-9 .button:hover,
.redBox .lt-ie-9 .button.hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13637', endColorstr='#fff13637', GradientType=0);
}
.redBox .button:active,
.redBox .button.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxMzYzNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #f13637 0%, #f13637 100%);
  box-shadow: none;
}
.redBox .lt-ie-9 .button:active,
.redBox .lt-ie-9 .button.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13637', endColorstr='#fff13637', GradientType=0);
}

/* KKK Garmoha */
.garmoha-content{
	display: block;
	transition: all 1s ease-out;
}

@media (max-width: 991px) {
	.garmoha-content{
		display: none;
	}
	.garmoha-content.shown{
		display: block;
	}

	.circleicon-wrap h2{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.circleicon-wrap p{
		text-align: center;
	}
	.circleicon-wrap .circleicon{
		margin-bottom: 10px;
	}
}
@media (max-width: 1100px) {
	.step-separator{
		display: none;
	}
}

/* KKK mod */
.media-content img{
	width: 100%;
}

.circleicon-wrap p{
	color: #999;
}
.circleicon-wrap>.row{
	margin-top:30px;
	margin-bottom:35px;
}
.circleicon-wrap p>strong{
	color: #000;
}
.circleicon{
	width: 68px;
	height: 68px;
	line-height: 68px;
	margin: 0 auto;
	border: 1px solid #ee2628;
	border-radius: 50%;
}
.circleicon i.fi::before{
	font-family: Flaticon;
	font-size: 40px;
	font-style: normal;
	margin: 14px;
	line-height: 67px;
	color: #ee2628;
}
.divline{
	padding: 50px 0;
}
.divline.redline,
.success-counter-wrap{
	background-color: #F23A32;
}
.divline.greyline{
	background: url(../img/more/more_pattern.png) top left repeat;
	/*border-top: 1px solid #3398DC;
	border-bottom: 1px solid #3398DC;*/
}
.divline.redline h2,
.divline.redline h3{
	color: #fff;
}
.divline.greyline h2{
	color: #000;
}
.divline.greyline h3{
	color: #999;
}
.divline.whiteline h2{
	color: #000;
}
.divline.whiteline h3{
	color: #F23A32;
	max-width: 900px;
	padding: 0 15px;
}
.divline h2,
.divline h3{
	text-align: center;
	max-width: 620px;
	margin: 0 auto;
}
.divline h2{
	margin-bottom: 20px;
}
.divline h3{
	font-style: italic;
	line-height: 19px;
}

.success-counter-wrap{
	margin-top: 20px;
	padding: 20px 0 0;
}
.success-counter-wrap p,
.steps-wrapper p{
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
}
.suc-item{
	margin-bottom: 20px;
}
.suc-icon,
.suc-count,
.suc-text{
	text-align: center;
	color: #fff;
}

.suc-icon .fi::before{
	margin: 0;
	font-size: 52px;
}
.suc-count{
	font-size: 58px;
	font-weight: bold;
	line-height: 56px;
}
.suc-text{
	font-size: 17px;
	font-weight: bold;
}
.short-btn-wrapper{
	max-width: 200px;
	margin: 35px auto 0 auto;
}
.short-btn-wrapper .button,
.backcall_form_wrapper .button{
	box-shadow: none;
	margin: 0;
}
/* KKK Steps */
.steps-wrapper{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}
.steps-wrapper .step::before{
	color: #fff;
	font-weight: 800;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #E3E3E3;
	font-size: 128px;
	line-height: 0;
	display: block;
	z-index: 50;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
/*
.steps-wrapper .step:not(:first-of-type){
	margin-left: 25px;
}
.steps-wrapper .step:not(:last-of-type){
	margin-right: 25px;
}
*/
.steps-wrapper .step{
	position: relative;
	width: 150px;
	text-align: center;
	font-size: 18px;
	line-height: 17px;
	font-weight: bold;
	height: 100px;
	margin: 15px auto 0 auto;
}
.steps-wrapper .step-1::before{
	content: "1";
}
.steps-wrapper .step-2::before{
	content: "2";
}
.steps-wrapper .step-3::before{
	content: "3";
}
.steps-wrapper .step-4::before{
	content: "4";
}
.steps-wrapper .step-5::before{
	content: "5";
}
.step-separator{
	width: 25px;
	margin: 15px auto 0 auto;
	position: relative;
}
.step-separator:last-of-type{
	display: none;
}
.step-separator span:before{
	content: "\f0da\00a0\f0da\00a0\f0da";
	font-family: "fontawesome";
}
.step-separator span{
	color: #999;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.steps-wrapper .step>div{
	z-index: 100;
	position: absolute;
	color: #F23A32;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.backcall_form_wrapper{
	margin: 50px 0 0;
}
.backcall_form_wrapper h2{
	text-align: center;
}
.backcall_form_wrapper h3{
	text-align: center;
	color: #999;
	font-style: italic;
	margin-bottom: 55px;
	line-height: 18px;
}

.filial-carousel{
	margin-top: 80px;
}
.filial-carousel .item{
padding-right: 15px;
padding-left: 15px;
}

.filial-carousel .owl-controls .owl-page span,
.feedback-carousel .owl-controls .owl-page span {
  display: block;
  width: 23px;
  height: 23px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 50%;
  border: 1px solid #bbb;
  background: transparent;
}
.filial-carousel .owl-controls .owl-page.active span,
.filial-carousel .owl-controls.clickable .owl-page:hover span,
.feedback-carousel .owl-controls .owl-page.active span,
.feedback-carousel .owl-controls.clickable .owl-page:hover span {
	filter: alpha(opacity=100);
	/*IE7 fix*/
	opacity: 1;
	background: #c9c9c9;
}

.filial-carousel .owl-pagination,
.feedback-carousel .owl-pagination{
	margin: 20px 20px 20px 20px;
}

.feedback-carousel .owl-controls .owl-page span {
    height: 12px !important;
    width: 12px !important;
    margin: 0px 3px 0px 3px !important;
  }

.filial-carousel .owl-controls .owl-page span {
    height: 12px !important;
    width: 12px !important;
    margin: 0px 3px 0px 3px !important;
  }


/*
.teamListItem i,
.teamListItem .show-image {
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -95px;
  left: 50%;
  margin-left: -75px;
}
.teamListItem .show-image:hover:before {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
  border-radius: 50%;
}
.teamListItem .show-image:hover:after {
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background: url(../img/other/icon-look.png) center center no-repeat;
  content: '';
}
.teamListItem .show-comments {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 9px;
  right: 9px;
  border: 1px solid #e2e2e2;
  background: #ffffff url(../img/other/show-comments.png) center center no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
}
.teamListItem:hover {
  border-color: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjNmQ0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxNDU0OCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
  background-image: linear-gradient(to bottom, #fc6d48 0%, #f14548 100%);
}
.lt-ie-9 .teamListItem:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc6d48', endColorstr='#fff14548', GradientType=0);
}

.teamListItem:hover h4 {
  color: #fff;
}
.teamListItem:hover h4 a {
  color: #fff;
}
*/

/*# sourceMappingURL=style.css.map */