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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'OpenSansSemibold', sans-serif;
  font-weight: normal;
  color: #004a8f;
}
h1 {
  font-size: 35px;
  margin-bottom: 30px;
}
h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
p,
ul,
ol,
dl,
table,
blockquote,
form {
  margin-bottom: 30px;
}
a:link {
  color: #004a8f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
a:visited {
  color: #004a8f;
}
a[href]:hover {
  color: #da0000;
}
a.ext {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 4px;
}
a.ext:after {
  content: '';
  background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
  background-repeat: no-repeat;
  background-position: -191px -29px;
  -webkit-background-size: 214px 178px;
  -moz-background-size: 214px 178px;
  background-size: 214px 178px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: auto;
  right: -5px;
  top: 50%;
  margin-top: -5px;
}
code,
pre {
  font-family: monospace;
  font-size: 16px;
  line-height: 1.5;
}
pre {
  display: block;
  width: 100%;
  overflow: auto;
}
ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
ul > li {
  padding: 0 0 0 15px;
  position: relative;
  margin: 5px 0;
  background: none;
  text-align: justify;
}
ul > li:before {
  content: '●';
  color: #004a8f;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
}
ul > li li:before {
  font-size: 12px;
}
ol {
  margin-left: 20px;
  padding: 0;
  list-style-type: decimal;
}
ol > li {
  padding-left: 0;
  margin: 10px 0;
  text-align: justify;
}
ol.decimal {
  list-style: decimal;
}
ol.lower-alpha {
  list-style: lower-alpha;
}
ol.upper-alpha {
  list-style: upper-alpha;
}
ol.lower-roman {
  list-style: lower-roman;
}
ol.upper-roman {
  list-style: upper-roman;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
dl dt {
  font-family: 'OpenSansBold', sans-serif;
}
dl dd {
  margin-left: 40px;
}
blockquote {
  background: none;
  border: 0;
  position: relative;
  padding: 0;
  font-size: 18px;
  color: #005b9b;
}
b,
strong {
  font-family: 'OpenSansBold', sans-serif;
}
i,
em {
  font-family: 'OpenSansItalic', sans-serif;
}
cite {
  font-weight: normal;
}
img {
  border: 0;
  padding: 0;
  margin: 0;
}
img.left,
img.right {
  margin: 0 30px 30px 30px;
}
img.left {
  margin-left: 0;
  float: left;
}
img.right {
  margin-right: 0;
  float: right;
}
img.plain {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline;
  vertical-align: middle;
}
table {
  background: none;
  border: none;
  border-collapse: collapse;
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
th,
td {
  vertical-align: top;
  padding: 8px 15px;
  background: none;
  border: 1px solid #596369;
}
th {
  padding: 8px 15px;
  text-align: left;
  background: #004a8f;
  color: #fff;
}
th [align=right] {
  text-align: right;
}
th [align=center] {
  text-align: center;
}
caption {
  text-align: left;
  padding-bottom: 5px;
  font-size: 18px;
}
table td p {
  margin: 0.1em 0;
}
hr {
  display: inline-block;
  width: 100%;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  border: 0;
  color: #d2d2d2;
  background: #d2d2d2;
  margin: 30px 0;
  clear: both;
}
form {
  background: none;
}
label {
  display: block;
}
input[type=submit] {
  border: none;
  cursor: pointer;
  font-size: 16px;
  overflow: visible;
  display: inline-block;
  color: #fff !important;
  padding: 0 25px;
  margin-bottom: 30px;
  text-decoration: none;
  height: 50px;
  background: #004a8f;
  font-family: 'OpenSansSemibold', sans-serif;
  border-bottom: 2px solid #002546;
  text-shadow: 0 2px 0 #002546;
}
input[type=submit]:hover {
  background: #da0000;
  border-color: #760000;
  text-shadow: 0 2px 0 #760000;
}
input,
select,
textarea {
  display: block;
  margin: 0 0 30px 0;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type=text],
input[type=password],
textarea,
select {
  border: 1px solid #cfcfcf;
  padding: 13px 10px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  font-family: 'OpenSansLight', sans-serif;
  font-size: 16px;
}
input:disabled {
  opacity: 0.6;
  filter: alpha ( opacity = ( 60 ) );
}
::-webkit-input-placeholder {
  font-family: 'OpenSansLight', sans-serif;
  text-align: left;
}
:-moz-placeholder {
  font-family: 'OpenSansLight', sans-serif;
  text-align: left;
}
::-moz-placeholder {
  font-family: 'OpenSansLight', sans-serif;
  text-align: left;
}
:-ms-input-placeholder {
  font-family: 'OpenSansLight', sans-serif;
  text-align: left;
}
.placeholder {
  font-family: 'OpenSansLight', sans-serif;
  text-align: left;
}
@font-face {
  font-family: 'OpenSansLight';
  src: url("fonts/OpenSans-Light-webfont.eot");
  src: url("fonts/OpenSans-Light-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/OpenSans-Light-webfont.woff") format('woff'), url("fonts/OpenSans-Light-webfont.ttf") format('truetype'), url("fonts/OpenSans-Light-webfont.svg#OpenSansLight") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/OpenSans-Regular-webfont.woff") format('woff'), url("fonts/OpenSans-Regular-webfont.ttf") format('truetype'), url("fonts/OpenSans-Regular-webfont.svg#OpenSans") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansItalic';
  src: url("fonts/OpenSans-Italic-webfont.eot");
  src: url("fonts/OpenSans-Italic-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/OpenSans-Italic-webfont.woff") format('woff'), url("fonts/OpenSans-Italic-webfont.ttf") format('truetype'), url("fonts/OpenSans-Italic-webfont.svg#OpenSansItalic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemibold';
  src: url("fonts/OpenSans-Semibold-webfont.eot");
  src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/OpenSans-Semibold-webfont.woff") format('woff'), url("fonts/OpenSans-Semibold-webfont.ttf") format('truetype'), url("fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemiboldItalic';
  src: url("fonts/OpenSans-SemiboldItalic-webfont.eot");
  src: url("fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/OpenSans-SemiboldItalic-webfont.woff") format('woff'), url("fonts/OpenSans-SemiboldItalic-webfont.ttf") format('truetype'), url("fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url("fonts/OpenSans-Bold-webfont.eot");
  src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/OpenSans-Bold-webfont.woff") format('woff'), url("fonts/OpenSans-Bold-webfont.ttf") format('truetype'), url("fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBoldItalic';
  src: url("fonts/OpenSans-BoldItalic-webfont.eot");
  src: url("fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/OpenSans-BoldItalic-webfont.woff") format('woff'), url("fonts/OpenSans-BoldItalic-webfont.ttf") format('truetype'), url("fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.clear {
  clear: both;
}
.row {
  width: 100%;
  position: relative;
  display: table;
}
.col {
  position: relative;
  float: left;
  left: 100%;
  margin-left: -100%;
  width: 100%;
}
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row-main {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.col {
  position: relative;
  float: left;
  left: 100%;
}
.col-full {
  width: 960px;
  margin-left: -960px;
}
.col-1-2 {
  width: 470px;
  margin-left: -960px;
}
.col-2-2 {
  width: 470px;
  margin-left: -470px;
}
.col-1-3 {
  width: 300px;
  margin-left: -960px;
}
.col-2-3 {
  width: 300px;
  margin-left: -630px;
}
.col-3-3 {
  width: 300px;
  margin-left: -300px;
}
body {
  background: #fff;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
  color: #404040;
  line-height: 1.5;
}
.header {
  display: table;
  width: 100%;
}
.header .header-top {
  margin: 60px 0;
}
.header .header-bottom {
  background: #004a8f;
  border-bottom: 2px solid #002546;
}
.header .menu-trigger {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  background: #004a8f;
  top: 0;
  right: 10px;
  cursor: pointer;
  border-bottom: 1px solid #002546;
}
.header .menu-trigger:hover {
  background: #da0000;
  border-color: #760000;
}
.header .menu-trigger:hover div {
  border-color: #760000;
}
.header .menu-trigger div {
  text-indent: -9999px;
  background: #fff;
  height: 5px;
  width: 30px;
  margin: 13px 10px 5px 10px;
  border-bottom: 1px solid #002546;
}
.header .menu-trigger div + div {
  margin: 4px 10px;
}
.logo {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  border-right: 1px solid #acacac;
  display: inline-block;
}
.logo .l-logo {
  font-size: 45px;
  color: #fff;
  background: #004a8f;
  line-height: 45px;
  font-family: 'OpenSansBold', sans-serif;
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.logo h1,
.logo .title-logo {
  margin: 0;
  font-size: 34px;
  line-height: 0.95;
  display: inline-block;
  padding-right: 30px;
  font-family: 'OpenSansBold', sans-serif;
  color: #da0000;
}
.logo h1 span,
.logo .title-logo span {
  color: #404040;
  display: block;
  font-size: 18px;
  font-family: 'OpenSans', sans-serif;
}
.claim {
  padding-left: 30px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #acacac;
  font-size: 26px;
  float: left;
  font-family: 'OpenSansLight', sans-serif;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li:first-child {
  border-left: 1px solid #fff;
}
.main-menu ul li {
  float: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #fff;
}
.main-menu ul li:before {
  display: none;
}
.main-menu ul li a {
  color: #fff;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  font-family: 'OpenSansSemibold', sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #002546;
}
.main-menu ul li a:hover,
.main-menu ul li a.active {
  background: #da0000;
  color: #fff;
  text-shadow: 0 2px 0 #760000;
  -webkit-box-shadow: 0 2px 0 0 #760000;
  -webkit-box-shadow: 0 2px 0 0 #760000;
  box-shadow: 0 2px 0 0 #760000;
}
.main-menu ul li a.home {
  position: relative;
  text-indent: -9999px;
  padding: 15px 20px;
}
.main-menu ul li a.home img {
  display: block;
  width: 24px;
  height: 24px;
}
.intro {
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.intro img {
  position: relative;
  max-height: 100% !important;
  vertical-align: middle;
}
.intro a {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  z-index: 10;
}
.intro a:after {
  content: '';
  background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
  background-repeat: no-repeat;
  background-position: -1px -67px;
  -webkit-background-size: 214px 178px;
  -moz-background-size: 214px 178px;
  background-size: 214px 178px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.intro a:hover:after {
  content: '';
  background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
  background-repeat: no-repeat;
  background-position: -63px -67px;
  -webkit-background-size: 214px 178px;
  -moz-background-size: 214px 178px;
  background-size: 214px 178px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.intro .slider .frame {
  background-repeat: no-repeat;
  background-color: transparent;
  background-attachment: scroll;
  background-position: 50% 0;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.intro .slider .frame p {
  margin-top: 45px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: #004a8f;
  display: inline-block;
  padding: 20px 30px;
  line-height: 1.3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.intro .slider .frame p:before {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #004a8f;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb {
  padding: 25px 0;
  color: #adadad;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 50px;
}
.breadcrumb a {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.breadcrumb a:after {
  content: '';
  background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
  background-repeat: no-repeat;
  background-position: -203px -29px;
  -webkit-background-size: 214px 178px;
  -moz-background-size: 214px 178px;
  background-size: 214px 178px;
  width: 6px;
  height: 9px;
  position: absolute;
  left: auto;
  right: -5px;
  top: 50%;
  margin-top: -5px;
}
.content {
  padding-bottom: 60px;
}
.contact {
  padding-bottom: 0;
}
img.fit {
  max-width: 100%;
  height: auto;
}
.gallery {
  margin-bottom: 30px;
}
.gallery a {
  display: block;
  border: 1px solid #fff;
  float: left;
  background: #000;
  position: relative;
}
.gallery a img {
  display: block;
  width: 238px;
}
.gallery a:hover:after {
  content: '';
  background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
  background-repeat: no-repeat;
  background-position: -1px -1px;
  -webkit-background-size: 214px 178px;
  -moz-background-size: 214px 178px;
  background-size: 214px 178px;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
}
.gallery a:hover img {
  opacity: 0.5;
  filter: alpha ( opacity = ( 50 ) );
}
.services {
  border-top: 1px solid #d2d2d2;
  padding: 60px 0;
  text-align: center;
  background: #f3f3f3;
}
.services h2 {
  margin-bottom: 100px;
}
.services .service-item {
  display: block;
  width: 280px;
  padding: 0 20px;
  float: left;
}
.services .service-item .service-img {
  width: 120px;
  height: 120px;
  background: #004a8f;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.services .service-item .service-img .service-img-inner {
  width: 106px;
  height: 106px;
  margin: 4px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.services .service-item .service-img .service-img-inner img {
  display: block;
  margin: 21px;
  width: 64px;
  height: 64px;
}
.services .service-item .btn {
  padding: 0 50px;
}
.news {
  border-top: 1px solid #d2d2d2;
  padding: 60px 0;
}
.news h2 {
  text-align: center;
  margin-bottom: 50px;
}
.news .news-item {
  display: table;
  width: 100%;
}
.news .news-item .news-img {
  float: left;
  width: 134px;
  height: 134px;
  border: 3px solid #d2d2d2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.news .news-item .news-img img {
  border: 3px solid #fff;
  width: 128px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.news .news-item .news-text {
  float: right;
  position: relative;
  width: 708px;
  margin-left: 50px;
  padding: 30px;
  border: 1px solid #002546;
  background: #004a8f;
  color: #fff;
  font-size: 18px;
}
.news .news-item .news-text:before {
  content: '';
  background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
  background-repeat: no-repeat;
  background-position: -191px -1px;
  -webkit-background-size: 214px 178px;
  -moz-background-size: 214px 178px;
  background-size: 214px 178px;
  width: 22px;
  height: 26px;
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -13px;
}
.news .news-item .news-text p {
  margin: 0;
}
.news .news-item .news-text p + p {
  margin-top: 30px;
}
.contact-form {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #d2d2d2;
}
form {
  margin-top: 30px;
}
form .placeholder {
  padding: 13px 10px;
  color: #cbcbcb;
  min-width: 100px;
}
.google-map {
  height: 400px;
  border-top: 1px solid #d2d2d2;
  margin-top: 10px;
}
.footer {
  background: #f1f8ff;
}
.footer .footer-top {
  padding: 60px 0;
  border-top: 1px solid #d2d2d2;
}
.footer .footer-bottom {
  padding: 25px 0;
  background: #004a8f;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.msg {
  padding: 10px 15px;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.ok {
  background: #e4ffca;
  border-color: #4f8a10;
  color: #4f8a10;
}
.error {
  background: #ffcfd1;
  border-color: #d5121d;
  color: #d5121d;
}
.info {
  background: #bde5f8;
  border-color: #00529b;
  color: #00529b;
}
a.btn {
  display: inline-block;
  color: #fff !important;
  padding: 0 25px;
  margin-bottom: 30px;
  text-decoration: none;
  line-height: 50px;
  height: 50px;
  background: #004a8f;
  font-family: 'OpenSansSemibold', sans-serif;
  border-bottom: 2px solid #002546;
  text-shadow: 0 2px 0 #002546;
}
a.btn:hover {
  background: #da0000;
  border-color: #760000;
  text-shadow: 0 2px 0 #760000;
}
a.btn + a.btn {
  margin-left: 20px;
}
.ico-file-doc {
  background-image: url("../img/file-icons/ico-file-doc.png");
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  background-size: 32px 32px;
}
.ico-file-pdf {
  background-image: url("../img/file-icons/ico-file-pdf.png");
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  background-size: 32px 32px;
}
.ico-file-xls {
  background-image: url("../img/file-icons/ico-file-xls.png");
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  background-size: 32px 32px;
}
ul.files {
  list-style: outside none none;
  list-style-type: none;
  padding: 0;
}
ul.files > li:before {
  display: none;
}
ul.files > li {
  padding: 0;
  background: none;
}
ul.files > li a,
ul.files > li a.ico-file {
  display: inline-block;
  background-repeat: no-repeat;
  padding: 10px 0 10px 40px;
  background-position: 0 50%;
}
@media only screen and (max-width: 480px) {
  .row-main {
    width: 96%;
    padding: 0 2%;
  }
  .col {
    float: none;
  }
  .col-full {
    width: 100%;
    margin-left: -100%;
  }
  .col-1-2 {
    width: 100%;
    margin-left: -100%;
  }
  .col-2-2 {
    width: 100%;
    margin-left: -100%;
  }
  img.fit {
    max-width: auto;
    width: 100%;
    display: table;
    margin: 0 auto;
  }
  img.left,
  img.right {
    float: none;
    margin: 0 auto 30px auto;
  }
  .contact img.fit {
    max-width: auto;
    width: 100%;
  }
  .hp .header {
    margin-bottom: 0;
  }
  .header {
    background: #ececec;
    margin-bottom: 50px;
    display: table;
    width: 100%;
  }
  .header .header-top {
    margin: 35px 0;
  }
  .header .header-top .row-main .logo {
    float: none;
    border: none;
  }
  .header .header-top .row-main .logo .l-logo {
    display: none;
  }
  .header .header-top .row-main .logo .title-logo {
    padding: 0 0 0 5px;
  }
  .header .header-top .row-main .claim {
    display: none;
  }
  .header .header-bottom {
    border-bottom: 1px solid #d2d2d2;
  }
  .header .header-bottom .row-main {
    width: 100%;
    padding: 0;
  }
  .header .menu-trigger {
    display: block;
  }
  .main-menu.open ul {
    display: block;
  }
  .main-menu ul {
    display: none;
  }
  .main-menu ul li:first-child {
    border: none;
  }
  .main-menu ul li {
    float: none;
    border-right: none;
    border-top: 1px solid #fff;
  }
  .main-menu ul li a {
    font-size: 15px;
  }
  .main-menu ul li a.home {
    padding-left: 25px;
  }
  .main-menu ul li a:hover,
  .main-menu ul li a.active {
    -webkit-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .intro {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .services {
    border-top: none;
  }
  .services h2 {
    margin-bottom: 70px;
  }
  .services .service-item {
    width: 90%;
    padding: 0 5%;
    float: none;
  }
  .services .service-item + .service-item {
    margin-top: 50px;
    padding-top: 80px;
    border-top: 1px solid #d2d2d2;
  }
  .news {
    padding: 60px 0 30px 0;
  }
  .news .news-item .news-img {
    float: none;
    margin: 0 auto 50px auto;
  }
  .news .news-item .news-text {
    text-align: center;
    padding: 20px 5%;
    width: 90%;
    float: none;
    margin: 0;
  }
  .news .news-item .news-text:before {
    content: '';
    background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
    background-repeat: no-repeat;
    background-position: -51px -129px;
    -webkit-background-size: 214px 178px;
    -moz-background-size: 214px 178px;
    background-size: 214px 178px;
    width: 26px;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: -9px;
  }
  .gallery a {
    width: 49%;
  }
  .gallery a img {
    width: 100%;
  }
  form input,
  form textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .row-main {
    width: 440px;
  }
  .col {
    float: none;
  }
  .col-full {
    width: 440px;
    margin-left: -440px;
  }
  .col-1-2 {
    width: 440px;
    margin-left: -440px;
  }
  .col-2-2 {
    width: 440px;
    margin-left: -440px;
  }
  img.fit {
    max-width: 100%;
    display: table;
    margin: 0 auto;
  }
  img.left,
  img.right {
    float: none;
    margin: 0 auto 30px auto;
  }
  .header {
    background: #ececec;
    display: table;
    width: 100%;
  }
  .header .header-top {
    margin: 50px 0;
  }
  .header .header-top .row-main .logo {
    float: none;
    border: none;
  }
  .header .header-top .row-main .logo .title-logo {
    padding: 0;
  }
  .header .header-top .row-main .claim {
    margin-top: 20px;
    display: none;
    padding: 0;
  }
  .header .header-bottom {
    border-bottom: 1px solid #d2d2d2;
  }
  .header .header-bottom .row-main {
    width: 100%;
    padding: 0;
  }
  .header .menu-trigger {
    display: block;
  }
  .main-menu.open ul {
    display: block;
  }
  .main-menu ul {
    display: none;
  }
  .main-menu ul li:first-child {
    border: none;
  }
  .main-menu ul li {
    float: none;
    border-right: none;
    border-top: 1px solid #fff;
  }
  .main-menu ul li a {
    font-size: 15px;
  }
  .main-menu ul li a.home {
    padding-left: 25px;
  }
  .main-menu ul li a:hover,
  .main-menu ul li a.active {
    -webkit-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .intro .slider .frame {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
    text-align: right;
  }
  .intro .slider .frame p {
    font-size: 20px;
    padding: 15px 20px;
    margin-right: 30px;
  }
  .services h2 {
    margin-bottom: 70px;
  }
  .services .service-item {
    width: 400px;
    float: none;
  }
  .services .service-item + .service-item {
    margin-top: 50px;
    padding-top: 80px;
    border-top: 1px solid #d2d2d2;
  }
  .news {
    padding: 60px 0 30px 0;
  }
  .news .news-item .news-img {
    float: none;
    margin: 0 auto 50px auto;
  }
  .news .news-item .news-text {
    text-align: center;
    padding: 20px 30px;
    width: 380px;
    float: none;
    margin: 0;
  }
  .news .news-item .news-text:before {
    content: '';
    background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
    background-repeat: no-repeat;
    background-position: -51px -129px;
    -webkit-background-size: 214px 178px;
    -moz-background-size: 214px 178px;
    background-size: 214px 178px;
    width: 26px;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: -9px;
  }
  .gallery a {
    width: 49%;
  }
  .gallery a img {
    width: 100%;
  }
  form input,
  form textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .row-main {
    width: 728px;
  }
  .col-full {
    width: 728px;
    margin-left: -728px;
  }
  .col-1-2 {
    width: 340px;
    margin-left: -728px;
  }
  .col-2-2 {
    width: 340px;
    margin-left: -340px;
  }
  .main-menu ul li a {
    padding: 16px 2px;
    font-size: 15px;
  }
  .main-menu ul li a.home {
    padding: 15px 5px 16px 5px;
  }
  .services .service-item {
    width: 209px;
    padding: 0 16px;
  }
  .news {
    padding: 60px 0 30px 0;
  }
  .news .news-item .news-text {
    padding: 20px 30px;
    width: 475px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 768px) {
  .intro .slider .frame {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 1000px) and (min-height: 800px) {
  .intro .slider .frame {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
  }
}
html.page-lightbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html.page-lightbox > body {
  width: 100%;
  height: 100%;
  background: #fff;
}
.lightbox2 {
  display: block !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.swipeGallery {
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swipeGallery .img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.swipeGallery img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swipeGallery .loading {
  background: url("../img/kb-loader.gif") no-repeat 50% 50%;
}
.kb-nav {
/*position: absolute
	top: 0px
	left: 0px
	width: 100%
	height: 100%
	-webkit-transform: translateZ(0px);*/
  display: block;
}
.kb-nav.disabled {
  opacity: 0;
  filter: alpha ( opacity = ( 0 ) );
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.kb-nav .kb-prev {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -30px;
  opacity: 1;
  filter: alpha ( opacity = ( 100 ) );
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}
.kb-nav .kb-prev:after {
  content: '';
  background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
  background-repeat: no-repeat;
  background-position: -67px -1px;
  -webkit-background-size: 214px 178px;
  -moz-background-size: 214px 178px;
  background-size: 214px 178px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}
.kb-nav .kb-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -30px;
  opacity: 1;
  filter: alpha ( opacity = ( 100 ) );
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}
.kb-nav .kb-next:after {
  content: '';
  background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
  background-repeat: no-repeat;
  background-position: -129px -1px;
  -webkit-background-size: 214px 178px;
  -moz-background-size: 214px 178px;
  background-size: 214px 178px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}
.kb-nav .kb-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  filter: alpha ( opacity = ( 100 ) );
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}
.kb-nav .kb-close:after {
  content: '';
  background-image: url("../img/sprites.png?v=ffff32899d4aa37fc2dc4a533c5dabf2");
  background-repeat: no-repeat;
  background-position: -129px -63px;
  -webkit-background-size: 214px 178px;
  -moz-background-size: 214px 178px;
  background-size: 214px 178px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}
.kb-nav .kb-desc {
  background: #131b85;
  color: #fff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  position: absolute;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  xborder-radius: 10px;
  opacity: 1;
  filter: alpha ( opacity = ( 100 ) );
  text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
}
.kb-nav .disabled {
  display: block;
  opacity: 0;
  filter: alpha ( opacity = ( 0 ) );
}
.lightbox2.open-start {
  display: block;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.lightbox2.open-end {
  opacity: 1;
  filter: alpha ( opacity = ( 100 ) );
}
.lightbox2.close-start {
  opacity: 1;
  filter: alpha ( opacity = ( 100 ) );
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.lightbox2.close-end {
  opacity: 0;
  filter: alpha ( opacity = ( 0 ) );
  display: none;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }

  100% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }

  100% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }

  100% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }

  100% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }

  100% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha ( opacity = ( 100 ) );
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    filter: alpha ( opacity = ( 0 ) );
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

#footer-right {
  text-align: right;
}
#contact-img {
  width: 17em;
}