@font-face {
  font-family: 'robotoblack';
  src: url('../fonts/roboto-black-webfont.eot');
  src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto-black-webfont.woff') format('woff'), url('../fonts/roboto-black-webfont.ttf') format('truetype'), url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('../fonts/roboto-medium-webfont.eot');
  src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/RobotoRegular.eot');
  src: url('../fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*breadcrumb*/
/*Paginator*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Roboto Regular', arial;
  font-size: 15px;
  line-height: 1.4;
  color: #000000;
  background: #0d4c81 url('../images/bg.png') 0 0 repeat;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}
input[type=text],
input[type=password],
textarea,
select {
  background-color: #eceae7;
  border: 1px solid #424550;
  padding: 5px;
  color: #a1a0a0;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari, Chrome */
  -khtml-border-radius: 2px;
  /* KHTML */
  border-radius: 2px;
  /* CSS3 */
  width: 100%;
  margin-bottom: 10px;
}
input[type=button] {
  width: 98%;
}
textarea {
  resize: none;
  overflow: auto;
}
a {
  color: #0157a0;
  text-decoration: none;
  outline: 0 none;
}
a:hover,
a:focus {
  color: #0157a0;
  text-decoration: underline;
}

a.logo:hover,
a.logo:focus {
  text-decoration: none!important;
}

a:focus {
  outline: 0 none;
}
a.link-red {
  background: url('../images/arrow-red.png') right 8px no-repeat;
  padding-right: 10px;
  color: #b21010;
  font-family: 'Roboto Bold', arial;
}
a.link-red:hover,
a.link-red:focus {
  color: #b21010;
}
img {
  vertical-align: middle;
}
.clear {
  clear: both;
}
.clearfix {
  overflow: auto;
}
.overflow {
  overflow: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-center {
  display: block;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.m-b20 {
  margin-bottom: 20px;
}
.top-pad {
  padding-top: 20px;
}
.p-t0 {
  padding-top: 0;
}
.font-bold {
  font-family: 'Roboto Bold', arial;
}
.col-marg {
  margin-right: 24px;
}
hr {
  margin-top: 7px;
  margin-bottom: 7px;
  border: 0;
  border-top: 1px solid #dddedf;
}
.data {
  font-family: 'Roboto Light', arial;
  margin-bottom: 5px;
}
p {
  margin: 0 0 15px;
}
p.nopad {
  margin-bottom: 4px;
}
p.gray {
  color: #848a8f;
}
p.light {
  font-family: 'Roboto Regular', arial;
}
.bold {
  font-weight: bold;
}
small,
.small {
  font-size: 80%;
}
.upp {
  text-transform: uppercase;
}
.bigtext {
  font-size: 16px;
}
.italic {
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Medium', arial;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}
h1.nopad,
h2.nopad,
h3.nopad,
h4.nopad,
h5.nopad,
h6.nopad {
  margin-top: 0;
}
h1 {
  font-size: 34px;
  margin-top: 0;
  line-height: 1.2;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
  font-weight: bold;
}
h6 {
  font-size: 12px;
}
/*Main menu*/
.main-nav {
  background: url('../images/nav-bg.png') 0 0 repeat;
  padding: 15px 0;
  position: relative;
}
.main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-nav > ul > li {
  display: inline-block;
}
.main-nav > ul > li > a {
  padding: 0 10px;
  color: #ffffff;
  font-family: 'Roboto Bold', arial;
  font-size: 15px;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li > a:focus {
  color: #e4ebf1;
  text-decoration: none;
}
.main-nav > ul > li.dropdown {
  position: relative;
}
.main-nav > ul.nav-dropdown {
  padding: 10px 0 10px 6px !important;
  text-align: left;
}
.main-nav > ul.nav-dropdown > li {
  display: block;
  padding: 6px 4px;
}
/*Dropdown menu*/
.dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 10px;
  background: url('../images/nav-bg.png') 0 0 repeat;
  position: absolute;
  top: 100%;
  left: 0;
  width: 380px;
  z-index: 200;
  text-align: left;
}
.dropdown-menu > li {
  padding: 4px 0;
  white-space: nowrap;
  display: block;
}
.dropdown-menu > li > a {
  color: #ffffff;
  font-family: 'Roboto Bold', arial;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #e4ebf1;
  text-decoration: none;
}
.dropdown-menu.dropdown-menu-vert {
  padding-left: 25px;
  position: relative;
}
.dropdown-menu.dropdown-menu-vert > li > a {
  color: #b6daf8;
}
/*Footer nav*/
.footer-nav {
  list-style: none;
  margin: 0 300px 0 0;
  padding-top: 45px;
}
.footer-nav > li {
  float: left;
  margin-left: 5px;
}
.footer-nav > li > a {
  color: #ffffff;
  font-family: 'Roboto Medium', arial;
  font-size: 14px;
}
/*breadcrumb*/
.breadcrumb {
  list-style: none;
  margin: 0 0 0 2px;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
  color: #92989e;
  font-size: 12px;
}
.breadcrumb > li.active {
  font-weight: normal;
}
.breadcrumb > li > a {
  color: #92989e;
  font-size: 12px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  content: "/\00a0";
  font-size: 12px;
}
/*Paginator*/
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination > li {
  display: inline-block;
  vertical-align: middle;
}
.pagination > li > a {
  color: #b21010;
  padding: 0 5px;
  border-right: 1px solid #000000;
  font-weight: bold;
  font-family: 'Roboto Bold', arial;
}
.pagination > li > a.prev {
  background: url('../images/arrow-red.png') left -7px no-repeat;
  padding-left: 10px;
}
.pagination > li > a.next {
  background: url('../images/arrow-red.png') right 7px no-repeat;
  padding-right: 10px;
  border: 0 none;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #000000;
  text-decoration: none;
}
.pagination > li.active > a {
  color: #000000;
  text-decoration: none;
}
.list {
  padding: 0 15px;
}
.list.left {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list.left > li {
  font-family: 'Roboto Medium', arial;
}
.list > li {
  padding: 4px 0;
}
.btn {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #ffffff;
  background-color: #62a405;
  font-size: 16px;
  border: 1px solid #424550;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari, Chrome */
  -khtml-border-radius: 2px;
  /* KHTML */
  border-radius: 2px;
  /* CSS3 */
}
.btn:hover,
.btn:focus {
  background-color: #62a405;
  color: #ffffff;
}
.btn.btn-main-form {
  float: right;
  width: 45%;
  margin-right: -4px;
}
button {
  display: none;
  background-color: transparent;
  border: 0 none;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
}
button .icon-menu {
  float: left;
  background: url('../images/icon-menu.png') 0 0 repeat;
  width: 30px;
  height: 22px;
  margin-right: 5px;
}
button .menu-txt {
  display: block;
  margin-left: 35px;
  font-size: 16px;
}
/*Top Block*/
.top-block {
  padding: 20px 40px;
  overflow: hidden;
}
.top-block .contacts span,
.top-block .contacts a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Roboto Bold', arial;
  margin-left: 30px;
}
.top-block .contacts span:hover,
.top-block .contacts a:hover,
.top-block .contacts span:focus,
.top-block .contacts a:focus {
  text-decoration: none;
}
.top-block .contacts .search_input {
  margin-bottom: 0;
}
.top-block .social {
  margin-left: 130px;
}
.top-block .social > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* Header */
header {
  padding: 30px 40px;
}
header .logo {
  display: inline-block;
  font-family: 'Roboto Bold', arial;
}
header .logo > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.3;
  margin-left: 15px;
}
header .logo > img {
  display: inline-block;
  vertical-align: middle;
}
header .partners-block {
  margin-top: 35px;
}
.partners-block > img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  text-align: center;
}
.partners-block.partners-center {
  width: 80%;
  margin: 20px auto;
}
.partners-block.partners-center > a {
  margin-left: 60px;
}
.partners-block.partners-center > a:first-child {
  margin-left: 0;
}
/* Content */
.config-reset{
  visibility:hidden; 
  position:absolute;
}
.blue-block {
  background-color: #dce6ef;
  padding: 20px 0 15px;
}
.blue-block.blue-block-pad {
  padding: 40px 0 35px;
}
.blue-block.blue-block-nobg {
  background-color: transparent;
  padding-top: 40px;
}
.blue-block .white-block {
  background-color: #ffffff;
  color: #000000;
  display: block;
  font-family: 'Roboto Medium', arial;
  min-height: 56px;
  padding: 15px 30px;
  font-size: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px #abb9c6;
  box-shadow: 0 2px 4px #abb9c6;
}
.blue-block .white-block.top-pad {
  line-height: 56px;
}
.blue-block .white-block:hover,
.blue-block .white-block:focus {
  background-color: #f6f9fb;
  text-decoration: none;
}
.slider {
  -webkit-box-shadow: 0 6px 4px -4px #244d6e;
  box-shadow: 0 6px 4px -4px #244d6e;
}
.title {
  padding: 6px 30px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Roboto Bold', arial;
}
.title:hover,
.title:focus {
  text-decoration: none;
  color: #ffffff;
}
.title .corner {
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
}
.title .corner.red {
  right: -12px;
  background: url('../images/corner-red.png') 0 0 repeat;
}
.title .corner.blue {
  left: -12px;
  background: url('../images/corner-blue.png') 0 0 repeat;
}
.title .corner.light-blue {
  right: -12px;
  background: url('../images/corner-light-blue.png') 0 0 repeat;
}
.title .corner.green {
  right: -12px;
  background: url('../images/corner-green.png') 0 0 repeat;
}
.title .corner.red-r {
  left: -12px;
  background: url('../images/corner-red-r.png') 0 0 repeat;
}
.title .corner.blue-r {
  right: -12px;
  background: url('../images/corner-blue-r.png') 0 0 repeat;
}
.title .corner.light-blue-l {
  left: -12px;
  background: url('../images/corner-light-blue-l.png') 0 0 repeat;
}
.title.title-red {
  position: absolute;
  top: -52px;
  left: 10px;
  background: url('../images/red-block-bg.png') 0 0 repeat-x;
}
.title.title-online {
  background: url('../images/red-block-bg.png') 0 0 repeat-x;
  position: relative;
}
.title.title-blue {
  position: absolute;
  top: -52px;
  left: 0;
  background: url('../images/blue-block-bg.png') 0 0 repeat-x;
}
.title.title-blue.active {
  background: url('../images/light-block-bg.png') 0 0 repeat-x;
}
.title.title-light-blue {
  position: absolute;
  top: -52px;
  left: 131px;
  background: url('../images/light-block-bg.png') 0 0 repeat-x;
}
.title.title-green {
  background: url('../images/green-block-bg.png') 0 0 repeat-x;
}
.anonce {
  margin-bottom: 30px;
}
.anonce .anonce-title {
  font-family: 'Roboto Bold', arial;
}
.new {
  overflow: hidden;
  margin-bottom: 30px;
}
.new .new-img {
  float: left;
  width: 203px;
}
.new .new-txt {
  margin-left: 223px;
}
.new .new-txt > h4 {
  margin-bottom: 5px;
}
.new .new-txt a {
  font-family: 'Roboto Bold', arial;
}
.titlies {
  position: absolute;
  left: 50%;
  margin-left: -12%;
}
.titlies .title:first-child {
  left: 0;
}
.titlies .title.active {
  background: url('../images/blue-block-bg.png') 0 0 repeat-x;
}
.titlies .title.active .blue-r {
  display: block;
}
.titlies .title.active .light-blue-l {
  display: block;
}
.titlies .title .blue-r,
.titlies .title .light-blue-l {
  display: none;
}
.program-titles .title {
  padding: 6px 20px;
}
.program-titles .title.active {
  background: url('../images/red-block-bg.png') 0 0 repeat-x;
}
.program-titles .title.active .red {
  display: block;
}
.program-titles .title.active .light-blue-l {
  display: block;
}
.program-titles .title.title-light-blue {
  left: 192px;
}
.program-titles .title:first-child {
  left: 8px !important;
}
.program-titles .title .red,
.program-titles .title .light-blue-l {
  display: none;
}
.request {
  position: absolute;
  top: 530px;
  right: -12px;
  z-index: 100;
}
.request > a {
  display: block;
  margin-bottom: 20px;
}
.request-mobile {
  display: none;
  position: absolute;
  top: -12px;
  right: 30px;
}
.request-mobile > a {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.request-mobile > a:first-child {
  margin-left: 0;
}
.programs {
  padding-top: 20px;
}
.program {
  margin-bottom: 20px;
}
.program .program-hours {
  background-color: #b1bdc7;
  color: #fff;
  padding: 2px 8px;
  -moz-border-radius: 8px;
  /* Firefox */
  -webkit-border-radius: 8px;
  /* Safari, Chrome */
  -khtml-border-radius: 8px;
  /* KHTML */
  border-radius: 8px;
  /* CSS3 */
  font-size: 12px;
  margin-left: 12px;
  cursor: default;
}
.program .program-info {
  margin-left: 30px;
}
.program .program-info > p {
  margin-bottom: 10px;
}
.program .program-title {
  margin-bottom: 10px;
}
.program .program-title > a {
  font-size: 18px;
}
.program .program-title > a:hover,
.program .program-title > a:focus {
  text-decoration: none;
}
.sertificats {
  margin-bottom: 30px;
}
.sertificats img {
  margin-right: 50px;
}
.user-info > img {
  float: left;
  max-width: 172px;
}
.user-info > div {
  margin-left: 212px;
  margin-right: 14px;
}
.full {
  padding-top: 70px;
  margin-top: 60px;
  position: relative;
  -webkit-box-shadow: 0 -20px 20px -20px rgba(209, 218, 225, 0.8);
  -moz-box-shadow: 0 -20px 20px -20px rgba(209, 218, 225, 0.8);
  box-shadow: 0 -20px 20px -20px rgba(209, 218, 225, 0.8);
}
.full.full-pad {
  margin-top: 10px;
  padding-top: 50px;
}
.full .title {
  top: -12px;
}
.school {
  overflow: hidden;
  margin-bottom: 20px;
}
.school > a {
  display: block;
  margin-left: 85px;
  padding-top: 18px;
  font-family: 'Roboto Medium', arial;
}
.school > a > span {
  color: #000000;
  cursor: default;
}
.recall {
  margin-bottom: 30px;
}
.recall .data {
  margin-bottom: 10px;
}
.recall > p {
  margin-bottom: 10px;
}
.recall > a {
  font-family: 'Roboto Medium', arial;
}
.rating {
  margin-top: 10px;
}
.rating > a {
  display: inline-block;
  vertical-align: middle;
}
.teacher {
  overflow: hidden;
  margin-bottom: 30px;
}
.teacher > a {
  max-width: 92px;
}
.teacher .teacher-info {
  margin-left: 112px;
}
.teacher .teacher-info > p {
  margin-bottom: 0;
}
.employee {
  overflow: hidden;
  margin-bottom: 30px;
}
.employee > a {
  width: 154px;
  height: 211px;
  background-color: #d9e3eb;
}
.employee .employee-info {
  margin-left: 174px;
}
.employee .employee-info > p:first-child {
  margin-bottom: 0;
}
.images-block {
  margin-bottom: 30px;
}
.images-block img {
  max-width: 100%;
  margin-top: 20px;
}
.images-block img:first-child {
  margin-top: 0;
}
/*News Page*/
.new-img {
  max-width: 100%;
}
.programs-white-blocks .white-block {
  min-height: 0;
}
.program-col {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
}
/* Footer */
footer {
  width: 100%;
  margin-top: -105px;
  position: relative;
}
footer .footer_bg {
  height: 105px;
  color: #ffffff;
  overflow: hidden;
}
footer .footer_bg .wrap {
  padding-bottom: 0;
}
footer .footer_bg .copyright {
  padding-top: 45px;
  font-family: 'Roboto Medium', arial;
  font-size: 14px;
}
.icons-social {
  background: url('../images/icons-social.png') 0 0 no-repeat;
  width: 23px;
  height: 23px;
}
.icons-social.fb {
  background-position: 0 -26px;
}
.icons-social.tw {
  background-position: 0 -53px;
}
.icons-social.od {
  background-position: 0 -82px;
}
.online {
  background: url('../images/on-line.png') 0 0 repeat;
  width: 36px;
  height: 186px;
}
.question {
  background: url('../images/question.png') 0 0 repeat;
  width: 36px;
  height: 186px;
}
.icon-program {
  background: url('../images/icon-prog.png') 0 0 no-repeat;
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.icons-school {
  background: url('../images/icons-connection.png') 0 0 no-repeat;
  width: 65px;
  height: 56px;
}
.icons-school.icon-school {
  background-position: 0 -67px;
}
.icons-star {
  background: url('../images/icons-star.png') 0 0 no-repeat;
  width: 12px;
  height: 11px;
}
.icons-star.icon-star-null {
  background-position: 0 -13px;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.main {
  width: 100%;
  min-height: 100%;
}
.wrap {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 105px;
}
.wrap-bg {
  background-color: #ffffff;
}
.wrap-pad {
  padding: 0 40px;
}
.wrap-bt-pad {
  padding-bottom: 20px;
}
.content {
  padding: 40px 0;
}
.content.content-nopad {
  padding-top: 0;
}
.content.content-nopad {
  padding-top: 0;
}
.content.content-pad10 {
  padding-top: 10px;
}
.leftcol {
  float: left;
  width: 175px;
}
.rightcol {
  float: right;
  width: 387px;
}
.centercol {
  margin-right: 427px;
}
.centercol.centercol-ml {
  margin-left: 215px;
}
.row {
  margin: 0 -10px;
}
.col1,
.col3,
.col4,
.col5,
.col6,
.col8,
.col9 {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
}
.col1.nopad,
.col3.nopad,
.col4.nopad,
.col5.nopad,
.col6.nopad,
.col8.nopad,
.col9.nopad {
  padding-right: 0;
}
.col1 {
  width: 8.333%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.3333%;
}
.col6 {
  width: 50%;
}
.col8 {
  width: 66.6667%;
}
.col9 {
  width: 75%;
}
.col12 {
  width: 100%;
  padding-left: 8px;
}
/*Slider*/
.flex-container {
  max-width: 100% !important;
  width: 100%;
  -webkit-box-shadow: 0 6px 4px -4px #244d6e;
  box-shadow: 0 6px 4px -4px #244d6e;
}
.flexslider {
  padding: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 6px 4px -4px #244d6e;
  box-shadow: 0 6px 4px -4px #244d6e;
}
.flexslider .flex-direction-nav,
.flexslider .flex-control-nav {
  display: none;
}
.flexslider .slides img {
  border-radius: 0 !important;
}
.flexslider .slides p {
  width: 56%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding: 20px 50px !important;
  left: 40px !important;
  font-family: 'Roboto Medium', arial !important;
  font-weight: normal !important;
  font-size: 100% !important;
  color: #bdc7d1 !important;
  text-transform: none !important;
}
.flexslider.flexslider-height img {
  max-height: 150px;
}
.jcarousel {
  margin: 0 auto;
}
.jcarousel > ul > li {
  background: url('../images/carusel-bg.png') 0 0 repeat-y;
  padding: 25px 0;
  border: 0 none;
  margin-left: 35px;
}
.jcarousel > ul > li:first-child {
  margin-left: 0;
}
.jcarousel > ul > li.item-vert {
  padding: 0 25px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.test333 {
  color: red;
}