
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), 
  url(/fonts/Pru33qjShpZSmG3z6VYwnVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/fonts/fIKu7GwZTy_12XzG_jt8eA.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/fonts/oOeFwZNlrTefzLYmlVV1UFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/97uahxiqZRoncBaCEI3aW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}



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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
sup {
  vertical-align: super;
  font-size: 80%;
}
sub {
  vertical-align: sub;
  font-size: 80%;
}
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;
}
* {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-text-size-adjust: none;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="datetime"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  outline: none;
}
body {
  width: 100%;
  min-width: 300px;
  font: 100%/1.3 "Roboto", Arial, Tahoma, Verdana, sans-serif;
  color: #b2b8b8;
  font-weight: 300;
  background: #101010 url("img/bg.png") no-repeat center top;
}
hr {
  display: none;
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
th {
  font-weight: normal;
  text-align: left;
}
address,
cite,
dfn {
  font-style: normal;
}
input,
textarea,
select {
  font: 13px Roboto-Regular, Arial, Tahoma, Verdana, sans-serif;
  color: #333;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
a * {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
img {
  border: 0;
}
div.bground {
  background: url("img/bg2.png") repeat-y center;
  float: left;
  width: 100%;
}
div.mmenu {
  float: left;
  width: 100%;
  padding: 0 0 10px;
  background: #d44e11;
  background: -moz-linear-gradient(top, #d44e11 0%, #e78127 16%, #c13109 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #d44e11),
    color-stop(16%, #e78127),
    color-stop(100%, #c13109)
  );
  background: -webkit-linear-gradient(
    top,
    #d44e11 0%,
    #e78127 16%,
    #c13109 100%
  );
  background: -o-linear-gradient(top, #d44e11 0%, #e78127 16%, #c13109 100%);
  background: -ms-linear-gradient(top, #d44e11 0%, #e78127 16%, #c13109 100%);
  background: linear-gradient(to bottom, #d44e11 0%, #e78127 16%, #c13109 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44e11',endColorstr='#c13109',GradientType=0 );
  margin: 0;
  border-bottom: 1px solid #e7812a;
}
div.mmenu #navigation {
  float: left;
  right: 0;
}
div.mmenu #navigation ul {
  overflow: hidden;
  position: relative;
  z-index: 2;
  float: left;
  padding: 12px 0 0;
  margin: 0 0 0 -10px;
}
div.mmenu #navigation li {
  float: left;
  padding: 1px;
}
div.mmenu #navigation a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  float: left;
  padding: 5px 10px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(158, 110, 124, 0.78);
}
div.mmenu #navigation a:hover {
  background: #ad3809;
  border-top: 1px solid #8c2e0b;
  border-left: 1px solid #8c2e0b;
  border-bottom: 1px solid #f28d3b;
  border-right: 1px solid #f28d3b;
  padding: 4px 9px 7px;
}
div.container {
  width: 100%;
}
div.main {
  max-width: 1040px;
  padding: 0;
  margin: 0 auto;
}
div.mainbg {
  float: left;
  width: 100%;
}
div.maincont {
  padding: 0 20px;
  position: relative;
}
#header {
  width: 100%;
  float: left;
  min-height: 109px;
  position: relative;
  z-index: 99999;
  border-top: 1px solid #0a0b0d;
  background: url("img/headbg.png");
  border-bottom: 1px solid #505257;
  padding: 25px 0 0;
}
#header div.logo {
  float: left;
  position: relative;
  background: url("img/logo.png") no-repeat 0 5px;
  z-index: 5;
  margin: 0 0 10px;
}
#header div.logo a {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  padding: 0 0 0 60px;
}
#header div.logo span.desc {
  font-size: 12px;
  text-indent: 60px;
  float: left;
  color: #fff;
  font-weight: 400;
  padding: 9px 0 0;
}
.toggle-nav {
  display: none;
}
#header a.button {
  background: #71b6b7;
  background: -moz-linear-gradient(top, #71b6b7 0%, #3f8485 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #71b6b7),
    color-stop(100%, #3f8485)
  );
  background: -webkit-linear-gradient(top, #71b6b7 0%, #3f8485 100%);
  background: -o-linear-gradient(top, #71b6b7 0%, #3f8485 100%);
  background: -ms-linear-gradient(top, #71b6b7 0%, #3f8485 100%);
  background: linear-gradient(to bottom, #71b6b7 0%, #3f8485 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b6b7',endColorstr='#3f8485',GradientType=0 );
  color: #fff;
  text-shadow: 0 1px 0 #3e7d7e;
  float: left;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  padding: 9px 30px 11px;
  margin: 7px 0 20px 30px;
  line-height: 15px;
  border-top: 1px solid #a2d1d1;
  position: relative;
  z-index: 999;
}
#header a.button:hover {
  background: #3f8485;
  background: -moz-linear-gradient(top, #3f8485 0%, #71b6b7 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #3f8485),
    color-stop(100%, #71b6b7)
  );
  background: -webkit-linear-gradient(top, #3f8485 0%, #71b6b7 100%);
  background: -o-linear-gradient(top, #3f8485 0%, #71b6b7 100%);
  background: -ms-linear-gradient(top, #3f8485 0%, #71b6b7 100%);
  background: linear-gradient(to bottom, #3f8485 0%, #71b6b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f8485',endColorstr='#71b6b7',GradientType=0 );
}
#header a.button span.text1 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 18px;
}
#header a.button span.text2 {
  font-size: 14px;
  font-family: Georgia;
  font-style: italic;
}
#header div.picture {
  width: 539px;
  height: 186px;
  background: url("img/picture.png") no-repeat;
  position: absolute;
  z-index: 2;
  margin: -25px 0 0 551px;
}
div.content {
  float: left;
  width: 100%;
}
div.boxes {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9999999;
}
div.boxes div.box {
  background: url("img/box1.png");
  width: 25%;
  float: left;
}
div.boxes div.box:hover {
  background: none;
}
div.boxes div.box div.boxcont {
  padding: 20px;
}
div.boxes div.box a {
  line-height: 16px;
}
div.boxes div.box a span.t1 {
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  display: block;
  padding: 15px 0;
}
div.boxes div.box a.color1 span.t1 {
  color: #73b8b9;
  border-top: 5px solid #73b8b9;
}
div.boxes div.box a.color2 span.t1 {
  color: #fb6400;
  border-top: 5px solid #fb6400;
}
div.boxes div.box a.color3 span.t1 {
  color: #e49c6c;
  border-top: 5px solid #e49c6c;
}
div.boxes div.box a.color4 span.t1 {
  color: #b7ceff;
  border-top: 5px solid #b7ceff;
}
div.boxes div.box a img.logo {
  width: 100%;
  height: auto;
  float: left;
}
span.register {
  display: none;
}
div.boxes div.box a span.t2 {
  color: #dfdfdf;
  font-size: 12px;
  font-weight: 700;
  float: left;
  width: 100%;
  padding: 16px 0 20px;
}
div.column1 {
  width: 16%;
  float: left;
  z-index: 9999999;
  position: relative;
}
div.column2 {
  width: 57%;
  float: left;
  z-index: 9999999;
  position: relative;
}
div.column3 {
  width: 27%;
  float: left;
  z-index: 9999999;
  position: relative;
}
div.maincont ul.vmenu {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
div.maincont ul.vmenu li {
  border-top: 1px solid #7a8080;
  border-bottom: 1px solid #26282d;
  background: rgba(104, 110, 110, 1);
  background: -moz-linear-gradient(
    top,
    rgba(104, 110, 110, 1) 0%,
    rgba(74, 80, 80, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(104, 110, 110, 1)),
    color-stop(100%, rgba(74, 80, 80, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(104, 110, 110, 1) 0%,
    rgba(74, 80, 80, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(104, 110, 110, 1) 0%,
    rgba(74, 80, 80, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(104, 110, 110, 1) 0%,
    rgba(74, 80, 80, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(104, 110, 110, 1) 0%,
    rgba(74, 80, 80, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686e6e',endColorstr='#4a5050',GradientType=0 );
  width: 100%;
  float: left;
  text-shadow: 0 1px 0 #3f4545;
}
div.maincont ul.vmenu li:hover,
div.maincont ul.vmenu li.title {
  background: #ffa66a;
  background: -moz-linear-gradient(top, #ffa66a 0%, #e65d01 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffa66a),
    color-stop(100%, #e65d01)
  );
  background: -webkit-linear-gradient(top, #ffa66a 0%, #e65d01 100%);
  background: -o-linear-gradient(top, #ffa66a 0%, #e65d01 100%);
  background: -ms-linear-gradient(top, #ffa66a 0%, #e65d01 100%);
  background: linear-gradient(to bottom, #ffa66a 0%, #e65d01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa66a',endColorstr='#e65d01',GradientType=0 );
  text-shadow: 0 1px 0 #ff944d;
  border-top: 1px solid #f6bd8d;
}
div.maincont ul.vmenu li a,
div.maincont ul.vmenu li span {
  padding: 15px 20px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
div.maincont ul.vmenu li a:hover {
  color: #40220e;
}
div.maincont div.news {
  float: left;
  width: 100%;
  background: #101010;
  border-bottom: 1px solid #424646;
}
div.maincont div.news:nth-child(even) {
  background: #161718;
}
div.maincont div.news div.newscont {
  padding: 20px;
}
div.maincont div.news h2 {
  font-size: 20px;
  float: left;
  width: 100%;
}
div.maincont div.news h2 a.title {
  color: #fff;
  font-weight: 700;
}
div.maincont div.news h2 a.title:hover {
  text-decoration: underline;
}
div.maincont div.news p {
  color: #c4c9c9;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0 30px;
  float: left;
  width: 100%;
}
div.maincont div.news p a {
  color: #fff;
  font-weight: 700;
}
div.maincont div.news p a:hover {
  text-decoration: underline;
}
div.maincont div.news a.more {
  color: #fff;
  font-weight: 700;
}
div.maincont div.news a.more:hover {
  text-decoration: underline;
}
div.maincont div.pager {
  float: left;
  width: 100%;
  padding: 30px 0;
  font-size: 13px;
}
div.maincont div.pager div.pagercont {
  padding: 0 20px;
}
div.maincont div.pager span {
  float: left;
  padding: 6px 10px 0 0;
}
div.maincont div.pager a {
  background: #222222;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #444444;
  padding: 5px 7px;
  margin: 0 0 5px 6px;
  float: left;
}
div.maincont div.pager a.active {
  background: #000;
}
div.maincont div.pager a:hover {
  background: #000;
}
div.maincont div.pager span.empty {
  padding: 6px 10px 0;
}
div.maincont div.vbox {
  float: left;
  width: 100%;
}
div.maincont div.vbox:hover {
  background: #26282d;
}
div.maincont div.vboxcont {
  padding: 20px;
}
div.maincont div.vbox img {
  width: 100%;
  height: auto;
}
div.maincont div.vbox p {
  color: #dfdfdf;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  float: left;
  padding: 10px 0 20px;
}
div.maincont div.vbox a:hover strong {
  color: #77d7d8;
  border-bottom: 3px double;
}
div.column2 div.banner1 {
  float: left;
  margin: 20px 0 10px 20px;
}
div.maincont div.banner2 {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
div.column1 div.banner3 {
  margin-bottom: 10px;
}
div.maincont div.vnews {
  background: #26282d;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
div.maincont div.vnews:nth-child(even) {
  background: #121414;
}
div.maincont div.vnews div.vnewscont {
  padding: 20px;
}
div.maincont div.vnews .title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
div.maincont div.vnews a.title:hover {
  text-decoration: underline;
}
div.maincont div.vnews p {
  color: #dfdfdf;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  float: left;
  padding: 10px 0 0;
}
div.maincont div.vnews p a {
  color: #77d7d8;
  font-weight: 600;
}
div.maincont div.vnews p a:hover {
  text-decoration: underline;
}
div.maincont div.vnews a.more {
  color: #77d7d8;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
div.maincont div.vnews a.more:hover {
  text-decoration: underline;
}
div.maincont div.widecont {
  padding: 20px;
}
div.maincont h1 {
  font-size: 23px;
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 700;
}
div.maincont ul.undernews {
  float: left;
  padding: 20px 0 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
div.maincont ul.undernews li {
  float: left;
  padding: 0 20px 0 0;
}
div.maincont ul.undernews li a {
  color: #77d7d8;
}
div.maincont ul.undernews li a:hover {
  color: #fff;
  text-decoration: underline;
}
div.maincont div.newswide {
  color: #c4c9c9;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0 30px;
  float: left;
  width: 100%;
}
div.maincont div.newswide a {
  color: #fff;
  font-weight: 600;
}
div.maincont div.newswide a:hover {
  text-decoration: underline;
}
div.newswide h1,
div.newswide h2,
div.newswide h3,
div.newswide h4 {
  display: inline-block;
  margin: 10px 0 10px;
  font-weight: bold;
  line-height: 25px;
  font-size: 20px;
}
div.newswide h1 {
  font-size: 25px;
}
div.newswide h3 {
  font-size: 17px;
}
div.newswide h4 {
  font-size: 15px;
}
div.maincont img.left {
  float: left;
  margin: 0 20px 20px 0;
}
div.maincont img.center {
  display: block;
  margin: 0 auto 20px auto;
}
div.maincont img.right {
  float: right;
  margin: 0 0 20px 20px;
}
div.maincont img.small {
  max-width: 200px;
}
div.maincont img.middle {
  width: 50%;
}
div.maincont img.large {
  width: 100%;
}
#footer {
  float: left;
  width: 100%;
  background: #000;
  margin: 0;
  border-top: 1px solid #252525;
}
#footer div.foot1 {
  padding: 25px 20px;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 18px;
  float: left;
}
#footer div.foot1 strong {
  color: #77d7d8;
}
@media (max-width: 1040px) {
  div.maincont div.banner2 {
    display: none;
  }
  div.maincont div.banner3 {
    display: none;
  }
  div.column1 {
    display: none;
  }
  div.column2 {
    width: 70%;
  }
  div.column3 {
    width: 30%;
  }
}
@media (max-width: 980px) {
  #header div.picture {
    right: 0;
    margin: -25px -30px 0 0;
  }
  div.maincont div.banner2 {
    display: none;
  }
}
@media (max-width: 730px) {
  #header div.picture {
    display: none;
  }
}
@media (max-width: 700px) {
  div.boxes div.box {
    width: 50%;
  }
  div.boxes div.box:nth-child(2n + 1) {
    clear: both;
  }
  div.space {
    float: left;
    width: 100%;
    height: 0;
  }
}
@media (max-width: 660px) {
  .toggle-nav {
    width: 32px;
    display: inline;
    height: 32px;
    background: url("img/menu.png") no-repeat;
    float: right;
    margin: 10px 0 0;
  }
  div.mmenu {
    padding: 0;
  }
  div.mmenu #navigation {
    display: none;
  }
  div.mmenu #navigation.visible {
    display: block;
    width: 100%;
    float: left;
    margin: 0 20px;
  }
  div.mmenu #navigation ul {
    z-index: 99999999;
    background: #121414;
    float: left;
    padding: 0;
    margin: 0 -20px;
    width: 100%;
  }
  div.mmenu #navigation li {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #323232;
  }
  div.mmenu #navigation a {
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    text-shadow: none;
  }
  div.mmenu #navigation a:hover {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #77d7d8;
    text-shadow: none;
  }
  div.maincont img.small {
    width: 50%;
  }
}
@media (max-width: 650px) {
  #header a.button {
    margin: 0 80px 20px 0;
  }
  #header div.logo {
    padding-right: 100px;
  }
}
@media (max-width: 600px) {
  #header a.button span.text1 {
    font-size: 14px;
  }
  #header a.button span.text2 {
    font-size: 12px;
  }
  div.maincont img.middle {
    width: 220px;
  }
}
@media (max-width: 540px) {
  #header div.logo {
    padding-right: 40px;
  }
  div.column2 {
    width: 100%;
  }
  div.column3 {
    width: 100%;
  }
  div.maincont div.vbox {
    float: left;
    width: 50%;
  }
  div.maincont div.bg {
    background: #26282d;
  }
  div.maincont div.news p {
    font-size: 13px;
    line-height: 18px;
  }
  div.maincont div.newswide {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 500px) {
  #header div.logo {
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  div.boxes div.box span.t1 {
    text-align: center;
  }
  span.register {
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 0 12px;
    float: left;
  }
  div.boxes div.box span.t2 {
    display: none;
  }
  div.vbox p {
    display: none;
  }
  div.boxes div.box {
    padding-bottom: 20px;
    border-bottom: 1px solid #505050;
  }
}
