/* line 17, ../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
a 
{
  text-decoration: none;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,embed,object,iframe,audio,video,canvas,progress,meter,output,textarea {
  display: block;
}

/* line 22, ../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}












/* line 28, ../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../.rvm/gems/ruby-2.1.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/* Responsive media */
img,
video,
audio,
embed,
object {
  max-width: 100%;
}
img,
video,
embed,
object {
  height: auto;
}
embed,
object {
  height: 100%;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
}
html, body {
font-size: 100%;
}
html, body {
height: 100%;
min-height:100%;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 13, ../sass/grid.sass */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, ../sass/grid.sass */
.column, .columns {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/* line 23, ../sass/grid.sass */
.small-hide, .medium-hide, .large-hide {
  display: none;
}
/* line 26, ../sass/grid.sass */
.small-centered, .medium-centered, .large-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 32, ../sass/grid.sass */
.row {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
/* line 39, ../sass/grid.sass */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 44, ../sass/grid.sass */
.row .row {
  max-width: none;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}


.row a{
  color: #fff;
}



/* small */
/* line 56, ../sass/grid.sass */
.small-1 {
  width: 8.33333%;
}

/* line 56, ../sass/grid.sass */
.small-2 {
  width: 16.66667%;
}

/* line 56, ../sass/grid.sass */
.small-3 {
  width: 25%;
}

/* line 56, ../sass/grid.sass */
.small-4 {
  width: 33.33333%;
}

/* line 56, ../sass/grid.sass */
.small-5 {
  width: 41.66667%;
}

/* line 56, ../sass/grid.sass */
.small-6 {
  width: 50%;
}

/* line 56, ../sass/grid.sass */
.small-7 {
  width: 58.33333%;
}

/* line 56, ../sass/grid.sass */
.small-8 {
  width: 66.66667%;
}

/* line 56, ../sass/grid.sass */
.small-9 {
  width: 75%;
}

/* line 56, ../sass/grid.sass */
.small-10 {
  width: 83.33333%;
}

/* line 56, ../sass/grid.sass */
.small-11 {
  width: 91.66667%;
}

/* line 56, ../sass/grid.sass */
.small-12 {
  width: 100%;
}

/* small-Push-Left */
/* line 64, ../sass/grid.sass */
.small-push-left-1 {
  left: 8.33333%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-2 {
  left: 16.66667%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-3 {
  left: 25%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-4 {
  left: 33.33333%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-5 {
  left: 41.66667%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-6 {
  left: 50%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-7 {
  left: 58.33333%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-8 {
  left: 66.66667%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-9 {
  left: 75%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-10 {
  left: 83.33333%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-11 {
  left: 91.66667%;
  right: auto;
}

/* line 64, ../sass/grid.sass */
.small-push-left-12 {
  left: 100%;
  right: auto;
}

/* small-Push-right */
/* line 73, ../sass/grid.sass */
.small-push-right-1 {
  right: 8.33333%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-2 {
  right: 16.66667%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-3 {
  right: 25%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-4 {
  right: 33.33333%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-5 {
  right: 41.66667%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-6 {
  right: 50%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-7 {
  right: 58.33333%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-8 {
  right: 66.66667%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-9 {
  right: 75%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-10 {
  right: 83.33333%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-11 {
  right: 91.66667%;
  left: auto;
}

/* line 73, ../sass/grid.sass */
.small-push-right-12 {
  right: 100%;
  left: auto;
}

/* Mobile-offset */
/* line 82, ../sass/grid.sass */
.small-offset-1 {
  margin-left: 8.33333% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-2 {
  margin-left: 16.66667% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-3 {
  margin-left: 25% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-4 {
  margin-left: 33.33333% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-5 {
  margin-left: 41.66667% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-6 {
  margin-left: 50% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-7 {
  margin-left: 58.33333% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-8 {
  margin-left: 66.66667% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-9 {
  margin-left: 75% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-10 {
  margin-left: 83.33333% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-11 {
  margin-left: 91.66667% !important;
}

/* line 82, ../sass/grid.sass */
.small-offset-12 {
  margin-left: 100% !important;
}


@media only screen and (min-width: 768px) {
  /* medium */
  /* line 91, ../sass/grid.sass */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-3 {
    width: 25%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-6 {
    width: 50%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-8 {
    width: 66.66667%;
	 top: 10%;
    left: 10%;

  }

  /* line 91, ../sass/grid.sass */
  .medium-9 {
    width: 75%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 91, ../sass/grid.sass */
  .medium-12 {
    width: 100%;
  }

  /* medium-Push-Left */
  /* line 99, ../sass/grid.sass */
  .medium-push-left-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 99, ../sass/grid.sass */
  .medium-push-left-12 {
    position: relative;
    left: 100%;
    right: auto;
  }

  /* medium-Push-right */
  /* line 109, ../sass/grid.sass */
  .medium-push-right-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 109, ../sass/grid.sass */
  .medium-push-right-12 {
    position: relative;
    right: 100%;
    left: auto;
  }

  /* medium-offset */
  /* line 119, ../sass/grid.sass */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 119, ../sass/grid.sass */
  .medium-offset-12 {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  /* large */
  /* line 129, ../sass/grid.sass */
  .large-1 {
    width: 8.33333%;
  }

  /* line 129, ../sass/grid.sass */
  .large-2 {
    width: 16.66667%;
  }

  /* line 129, ../sass/grid.sass */
  .large-3 {
    width: 25%;
  }

  /* line 129, ../sass/grid.sass */
  .large-4 {
    width: 33.33333%;
  }

  /* line 129, ../sass/grid.sass */
  .large-5 {
    width: 41.66667%;
  }

  /* line 129, ../sass/grid.sass */
  .large-6 {
    width: 50%;
  }

  /* line 129, ../sass/grid.sass */
  .large-7 {
    width: 58.33333%;
  }

  /* line 129, ../sass/grid.sass */
  .large-8 {
    width: 66.66667%;
  }

  /* line 129, ../sass/grid.sass */
  .large-9 {
    width: 77%;
  }

  /* line 129, ../sass/grid.sass */
  .large-10 {
    width: 83.33333%;
  }

  /* line 129, ../sass/grid.sass */
  .large-11 {
    width: 91.66667%;
  }

  /* line 129, ../sass/grid.sass */
  .large-12 {
    width: 100%;
  }

  /* large-Push-Left */
  /* line 137, ../sass/grid.sass */
  .large-push-left-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .large-push-left-12 {
    position: relative;
    left: 100%;
    right: auto;
  }

  /* large-Push-right */
  /* line 147, ../sass/grid.sass */
  .large-push-right-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .large-push-right-12 {
    position: relative;
    right: 100%;
    left: auto;
  }

  /* large-offset */
  /* line 157, ../sass/grid.sass */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 157, ../sass/grid.sass */
  .large-offset-12 {
    margin-left: 100% !important;
  }
}

@media only screen and (min-width: 1170px) {
  /* large */
  /* line 129, ../sass/grid.sass */
  .xlarge-1 {
    width: 8.33333%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-2 {
    width: 16.66667%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-3 {
    width: 25%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-4 {
    width: 33.33333%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-5 {
    width: 41.66667%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-6 {
    width: 50%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-7 {
    width: 58.33333%;
  }

  /* line 129, ../sass/grid.sass */
  .large-8 {
    width: 66.66667%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-9 {
    width: 75%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-10 {
    width: 83.33333%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-11 {
    width: 91.66667%;
  }

  /* line 129, ../sass/grid.sass */
  .xlarge-12 {
    width: 100%;
  }

  /* large-Push-Left */
  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 137, ../sass/grid.sass */
  .xlarge-push-left-12 {
    position: relative;
    left: 100%;
    right: auto;
  }

  /* large-Push-right */
  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 147, ../sass/grid.sass */
  .xlarge-push-right-12 {
    position: relative;
    right: 100%;
    left: auto;
  }

  /* large-offset */
  /* line 157, ../sass/grid.sass */
  .xlarge-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 157, ../sass/grid.sass */
  .xlarge-offset-12 {
    margin-left: 100% !important;
  }
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="datetime-local"] {
  background: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  width: 100%;  
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="datetime-local"],
button,
input[type="submit"],
input[type="reset"],
textarea {
  padding: .3em .35em;
  line-height: 1.618em;
  border-radius: 0;
  outline: none;
}
table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}









body {background: #f0f0f0;overflow-x:hidden;}
b, strong {font-weight: bold;}

.transition, .paginate a, .slick-prev, .slick-next, .sliders .title, .menu_news figure:before, .main_news:hover .title, .main_news:first-child img:before, .main_news:first-child figure:before, .shortstory:hover .title, .shortstory:hover figure:before, .news:hover .title, .news:hover figure:before, .rightblock .all:hover, .tags a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.after:after, .navigation-block:after, .maincontainer:after, header:after, .hotnews a:after, .main_block:after, .main_news:after, .shortstory:after, .shortstory a:after, .fullnews:after, .related_news:after, .related_news2:after {
  content: "";
  display: table;
  clear: both;
}


.one-row-nav ul {
     font-size: 13px;
}

#navigation ul li:hover a {
  background: #E81410;
   
}

.slick-dots li.slick-active button:before {
  background: #E81410;
}

.slick-dots li button:before {
  background: #333333;
}

#navigation ul a, #navigation ul ul, #navigation ul {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.buttonpm a {
  background: #E81410;
  color: white;
  padding: 10px;
  margin-bottom: 15px;
  display: block;
  float: left;
  margin-right: 10px;
}

.buttonpm:after {
  content: "";
  display: table;
  clear: both;
}

.headingpm {
  float: left;
  display: block;
}

.basecont, .heading {
  margin-bottom: 10px;
  line-height: 1.2rem;
  color: #7b7b7b;
}

.ui-widget-header {
  background: none;
  color: #111111;
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid #dedede;
}

.ui-widget-header a {
  color: #111111;
}

.ui-dialog {
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  padding-bottom: 0;
}

.ui-dialog .ui-dialog-content {
  margin-bottom: 0;
}

.fbutton {
  background: #E81410;
  border: none;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
}

.fbutton:hover {
  background: #220a06;
}

#login_name, #login_password {
  padding: 0 10px 0 46px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  background: #f8f8f8;
  z-index: 1;
  height: 40px;
  color: #83868a;
}

.tt {
  padding: 4px 15px;
  border: 1px solid gray;
  color: gray;
  border-radius: 2px;
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}

.login {
  float: left;
}

.f_input {
  margin: 10px 0;
}

.berrors {
  background: #E81410;
  color: white;
  padding: 12px;
  clear: both;
}

.speedbar {
  font-weight: 700;
}

.speedbar .titleblock {
  border-bottom: none;
}


.navigation-block {
  position: relative;
  overflow: hidden;
}

.paginate {
  margin: 0;
  clear: both;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.paginate li {
  float: left;
}

.paginate li a, .paginate li span {
  background-color: #999999;
  padding: 10px 14px;
  color: #f1f1f1;
  display: block;
  float: left;
  margin-right: 2px;
  margin-bottom: 5px;
}

.paginate li a:hover {
  background: #E81410;
}

.paginate .pages span {
  padding: 10px 14px;
  background: #E81410;
  color: white;
}

.paginate .prev, .paginate .next {
  position: relative;
  display: inline-block;
}

.paginate .prev a, .paginate .next a {
  color: white;
  width: 125px;
  line-height: 20px;
  text-align: center;
  background-color: #999999;
  padding: 8px 14px;
  display: block;
  float: left;
  z-index: -1;
}

.paginate .prev a:hover:before, .paginate .next a:hover:before {
  background: #E81410;
  border: 2px solid #343434;
}

.paginate .prev a:hover .next, .paginate .next a:hover .next {
  color: white;
}

.paginate .prev a:hover, .paginate .next a:hover {
  color: white;
}

.paginate .prev span, .paginate .next span {
  display: none;
}

.paginate .next a:hover, .paginate .prev a:hover {
  background: #E81410;
}

.commentary-block {
  border-top: 10px solid #E81410;
  margin: 0 -20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #7b7b7b;
  margin-bottom: 30px;
  background: #242424;
}

.commentary-block:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #444444;
  position: absolute;
  top: 57px;
  left: 48%;
}

#dle-captcha a {
  color: #E81410;
  font-size: 0.8rem;
  margin-bottom: 20px;
  display: block;
  padding-top: 10px;
}

.block-comment-user .ed a, .buttoncomment {
  border: 1px solid #e2e2e2;
  color: #7b7b7b;
  background: none;
}

.block-comment-user .ed a:hover, .buttoncomment:hover {
  background: #E81410;
  color: white;
}

.block-comment-user, #options {
  background: none;
  border-bottom: 2px solid #e2e2e2;
  color: #7b7b7b;
}

.color-comment a {
  color: #E81410;
  margin-bottom: 7px;
  font-family: "Roboto", sans-serif;
}

.popups li {
  padding: 5px 0;
}

.block-comment-user {
  position: relative;
}

.edit a {
  padding: 0 10px !important;
  border: none !important;
}

.loginbox .loginbtn, .loginbox .loginava {
  position: relative;
}

.lbn, #logbtn {
  z-index: 13;
  position: relative;
  padding: 0 21px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 55px;
}

.lbn.selected, #logbtn.selected {
  background: #E81410;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  color: white;
}

.lbn b {
  cursor: pointer;
  background-position: 100% -43px;
}

.lbn.selected {
  background-position: 0 -86px;
}

.lbn.selected b {
  background-position: 100% -129px;
}

#logform {
  border: 1px solid #e2e2e2;
  top: 100%;
  right: 0;
  z-index: 12;
  display: none;
  position: absolute;
  width: 295px;
  background-color: #eaeaea;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  text-align: center;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.loginbox #logform .lfield {
  margin-bottom: 1em;
}

.loginbox #logform .lfield label {
  display: block;
  margin-bottom: 0.2em;
}

.loginbox #logform .lfield input {
  width: 170px;
  padding: 4px;
  border: 1px solid #c0d4de;
  background: white url("../images/fields.png") repeat-x;
}

.loginbox #logform .lfchek input {
  width: 13px;
  border: none;
  background: none;
}

.loginbox #logform .lfchek label {
  display: inline;
  margin-bottom: 0.2em;
}

.loginbox #logform .lbtn {
  text-align: center;
}

.loginbox .lvsep {
  line-height: 24px;
  font-size: 1.15em;
  padding: 19px 0 0 21px;
  margin-right: 20px;
  height: 45px;
  background: url("../images/lvsep.png") no-repeat;
}

.loginbox .loginava {
  overflow: hidden;
  margin-right: 7px;
}

.loginbox img {
  width: 42px;
  float: left;
  margin-right: 10px;
}

.loginbox .loginava b {
  z-index: 13;
  background: url("../images/loginava.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.loginbox .lvsep .radial {
  margin-right: 5px;
  background-color: #9966cc;
  color: white;
  float: left;
  padding: 0 8px;
}

.loginenter li a {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dbe8ed;
  color: #7b7b7b;
  line-height: 1rem;
}

.loginenter li a:hover {
  background: #E81410;
  color: white;
}

.lexit {
  padding-top: 13px;
  background: url("../images/lexit.png") no-repeat;
}

.lexit:hover {
  background-position: 0 -43px;
}

.loginsite {
  display: inline-block;
}

.loginsite a {
  color: #5b5f68;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  float: none;
}

.loginsite a img {
  width: 58px;
  height: 58px;
  float: left;
  margin-right: 5px;
}

.loginsite a:hover {
  color: #E81410;
}

.loginuser, .passworduser {
  position: relative;
}

.loginuser:before, .passworduser:before {
  content: "\f007";
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 1px;
  background: white;
  height: 38px;
  width: 35px;
  border: 0px solid #eaeaea;
  border-right-width: 1px;
  line-height: 38px;
  text-align: center;
  speak: none;
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #83868a;
}

.passworduser:before {
  content: "\f084";
}

.social-login {
  margin-bottom: 40px;
}

.social-login:after {
  content: "";
  clear: both;
  display: table;
}

.fullenter {
  margin: -20px;
  padding: 5px 30px;
  border-top: 1px solid #dddddd;
  box-shadow: inset 0 1px 0 white;
  background-color: whitesmoke;
  overflow: hidden;
}

.fullenter .fbutton {
  float: left;
}

.padding {
  padding: 15px;
}

.margin-top {
  margin-top: 15px;
}

.inline {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-right: -4px;
}

.slider {
  position: relative;
  margin-bottom: 0px;
}

.slick-prev, .slick-next {
  background: rgba(0, 0, 0, 0.6);
}

.maincontainer {
  padding: 20px 20px 0 20px;
  background: white;
}

.login_main {
  float: right;
  position: relative;
}

nav {
  float: left;
}

.sliders {
  position: relative;
  width: 100%;
  height: 100%;
}

.sliders figure {
  position: relative;
}

.sliders .title {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  color: white;
  z-index: 2;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.35);
}

.sliders .title a {
  color: white;
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}

.sliders .title a:hover {
  color: #E81410;
}

.sliders .title span {
  color: white;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 15px;
  line-height: 1.2rem;
}

.top_slide .columns:first-child {
  padding-right: 2px;
}

.top_slide .columns:last-child {
  padding-left: 0px;
}

.clear_both:after {
  content: "";
  display: table;
  clear: both;
}

.slider-nav {
  position: relative;
  border-top: 1px solid white;
  margin-bottom: 15px;
}

.slider-nav .slick-prev, .slider-nav .slick-next {
  top: 0;
  height: 100%;
  opacity: 1;
  margin-top: 0;
  top: 0;
}

.slider-nav img {
  max-height: 140px;
}

.slick-center {
  position: relative;
}

.slick-center:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.slick-center:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #E81410;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -15px;
  z-index: 1;
}

header {
  background: #E81410;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
}

header .logo {

}

@media screen and (min-width: 1000px) {

  #navigation ul ul {
    width: 100%;
    min-width: 100%;
    background: #1f262e !important;
    padding: 15px 0 15px 0;
    border-bottom: 5px solid #E81410;
  }

  .menu_news {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -4px;
    padding: 10px 0px 0px 0px;
  }
  
  .menu_news:hover figure:before {
    width: 100%;
  }
  
  .menu_news:hover .title {
    color: #E81410 !important;
  }
  
  .menu_news img, .menu_news figure {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    position: relative;
  }
  .menu_news img:before, .menu_news figure:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 10%;
    background: #E81410;
    z-index: 1;
  }

  .menu_news .title {
    line-height: 1.5rem;
  }

  .term {
    padding: 0 !important;
    z-index: 9999 !important;
    text-align: left !important;
    border-bottom: none !important;
    min-width: 1px !important;
  }

  .term:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    top: 42px;
    background: #E81410;
    z-index: 0;
  }
  
  .term a {
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    z-index: 100;
    margin-right: -4px;
  }
}
/* line 624, ../sass/style.sass */
.term a:hover {
  color: #E81410 !important;
}

/* line 628, ../sass/style.sass */
.hotnews {
  position: relative;
  margin: 0px -10px 20px -10px;
}
/* line 631, ../sass/style.sass */
.hotnews li {
  position: relative;
  width: 33.33%;
}
/* line 634, ../sass/style.sass */
.hotnews li img, .hotnews li figure {
  float: left;
  width: 70px;
  height: 62px;
  margin-right: 10px;
  margin-bottom: 0;
}
/* line 640, ../sass/style.sass */
.hotnews a {
  padding: 10px;
  display: block;
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  background: white;
  margin: 0 10px;
}
/* line 648, ../sass/style.sass */
.hotnews .title {
  color: #333333;
  font-weight: 500;
}

/* line 652, ../sass/style.sass */
.add {
  text-align: center;
  margin: 0 auto 20px auto;
}

/* line 656, ../sass/style.sass */
.main_block {
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  background: white;
  margin-bottom: 20px;
}

/* line 663, ../sass/style.sass */
.titleblock {
  color: white;
  background: whitesmoke;
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #E81410;
  border-left: none;
}
/* line 670, ../sass/style.sass */
.titleblock span {
  background: #E81410;
  padding: 8px 10px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
}
/* line 676, ../sass/style.sass */
.titleblock .subcat {
  background: none;
  margin-left: 7px;
  position: relative;
  top: -1px;
  font-weight: 400;
}
/* line 682, ../sass/style.sass */
.titleblock .subcat a {
  color: #333333;
  font-size: 0.9rem;
}
/* line 685, ../sass/style.sass */
.titleblock .subcat a:hover {
  color: #E81410;
}

/* line 688, ../sass/style.sass */
.main_news {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}
/* line 695, ../sass/style.sass */
.main_news:hover .title {
  color: #E81410;
}
/* line 699, ../sass/style.sass */
.main_news:hover figure:before {
  width: 100% !important;
}
/* line 701, ../sass/style.sass */
.main_news:last-child {
  border-bottom: none;
}
/* line 703, ../sass/style.sass */
.main_news:first-child {
  width: 45%;
  float: left;
  border-right: 1px solid #e2e2e2;
  border-bottom: none;
}
/* line 708, ../sass/style.sass */
.main_news:first-child img, .main_news:first-child figure {
  float: none;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
/* line 713, ../sass/style.sass */
.main_news:first-child img:before, .main_news:first-child figure:before {
  content: "";
  height: 4px;
  width: 10%;
  position: absolute;
  bottom: 0;
  background: #E81410;
  z-index: 1;
}
/* line 722, ../sass/style.sass */
.main_news:first-child .title {
  font-size: 1.4rem;
}
/* line 724, ../sass/style.sass */
.main_news:first-child .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 730, ../sass/style.sass */
.main_news:first-child .overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 119, 219, 0.15) !important;
}
/* line 738, ../sass/style.sass */
.main_news:first-child .comment, .main_news:first-child .ratebox2, .main_news:first-child .category a {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 13px 10px;
  color: white;
  text-shadow: 1px 1px 5px black;
  font-weight: 700;
  font-size: 1rem;
  right: 0;
}
/* line 748, ../sass/style.sass */
.main_news:first-child .category a {
  left: 0;
}
/* line 750, ../sass/style.sass */
.main_news:first-child .comment {
  right: 40px;
}
/* line 752, ../sass/style.sass */
.main_news:first-child .ratebox2 a {
  color: white;
}
/* line 755, ../sass/style.sass */
.main_news img, .main_news figure {
  float: left;
  width: 70px;
  height: 62px;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
}
/* line 762, ../sass/style.sass */
.main_news .title {
  color: #333333;
  overflow: hidden;
}
/* line 765, ../sass/style.sass */
.main_news .date {
  color: black;
  font-size: 0.88rem;
  margin-bottom: 10px;
}
/* line 769, ../sass/style.sass */
.main_news .overlay {
  display: none;
}

/* line 773, ../sass/style.sass */
.all a {
  float: right;
  color: #90a0b9;
}
/* line 776, ../sass/style.sass */
.all a:hover {
  color: #E81410;
}

/* line 779, ../sass/style.sass */
.red {
  border-bottom: 3px solid #cc0033;
}
/* line 781, ../sass/style.sass */
.red span {
  background: #cc0033;
}

/* line 784, ../sass/style.sass */
.shortstory {
  position: relative;
  background: white;
  padding: 15px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  
}
/* line 793, ../sass/style.sass */
.shortstory:hover .title {
  color: #E81410;
}

/* line 802, ../sass/style.sass */
.shortstory .title {
  font-size: 1.4rem;
}



.shortstory img{
  width: 100%;
  height: 240px;
  position: relative;

    
}

.shortstory:hover{

 -webkit-filter: brightness(90%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
    


/* line 842, ../sass/style.sass */
.shortstory .title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.8rem;
}


/* line 858, ../sass/style.sass */
.shortstory .short {
  color: #222222;
  font-size: 0.95rem;
  line-height: 1.25rem;
}

/* line 863, ../sass/style.sass */
footer {
  background: #E81410;
  padding: 20px 0;
  color: white;
  margin-top: 15px;
}
/* line 868, ../sass/style.sass */
footer .social {
  float: right;
}
/* line 870, ../sass/style.sass */
footer .social li {
  float: left;
}
/* line 872, ../sass/style.sass */
footer .social a {
  padding: 0 10px;
  opacity: 0.6;
}
/* line 875, ../sass/style.sass */
footer .social a:hover {
  opacity: 1;
}
/* line 877, ../sass/style.sass */
footer .social a .fa {
  color: white;
  font-size: 1.2rem;
}

/* line 881, ../sass/style.sass */
.popular_n {
  position: relative;
}
/* line 884, ../sass/style.sass */
.popular_n:hover .title {
  color: #E81410;
}
/* line 887, ../sass/style.sass */
.popular_n:hover figure:before {
  opacity: 0.7;
}
/* line 889, ../sass/style.sass */
.popular_n figure {
  position: relative;
  margin-bottom: 10px;
}
/* line 892, ../sass/style.sass */
.popular_n figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(65%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.8) 100%);
}
/* line 905, ../sass/style.sass */
.popular_n .title {
  color: white;
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px 20px;
  line-height: 1.2rem;
}
/* line 911, ../sass/style.sass */
.popular_n img {
  width: 100%;
  height: 200px;
}

/* line 915, ../sass/style.sass */
.tbn {
  box-shadow: none;
  background: none;
  border: none;
  border-bottom: 3px solid #E81410;
}
/* line 920, ../sass/style.sass */
.tbn span {
  font-size: 1rem;
  text-transform: uppercase;
}

/* line 924, ../sass/style.sass */
.boardright {
  border: 4px solid #cccccc;
  color: #cccccc;
  font-size: 1.7rem;
  height: 400px;
  width: 240px;
  margin: 15px auto;
  line-height: 400px;
  text-align: center;
}

/* line 933, ../sass/style.sass */
#vk_groups, #vk_groups iframe {
  width: 100% !important;
  height: 300px !important;
}

/* line 936, ../sass/style.sass */
.shd {
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 20px;
}

/* line 942, ../sass/style.sass */
.news {
  border-bottom: 1px solid #e7e7e7;
  padding: 7px;
}
/* line 945, ../sass/style.sass */
.news:hover {
  background: #f2f2f2;
}
/* line 947, ../sass/style.sass */
.news:hover .title {
  color: #E81410;
}
/* line 951, ../sass/style.sass */
.news:hover figure:before {
  width: 100%;
}
/* line 954, ../sass/style.sass */
.news img {
  height: 170px;
  width: 100%;
}
/* line 957, ../sass/style.sass */
.news figure {
  position: relative;
  margin-bottom: 10px;
}
/* line 960, ../sass/style.sass */
.news figure:before {
  content: "";
  height: 4px;
  width: 10%;
  position: absolute;
  background: #E81410;
  bottom: 0;
}
/* line 967, ../sass/style.sass */
.news .title {
  color: #333333;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.4rem;
}
/* line 972, ../sass/style.sass */
.news .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 978, ../sass/style.sass */
.news .overlay .comment, .news .overlay .ratebox2, .news .overlay .category {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 13px 10px;
  color: white;
  text-shadow: 1px 1px 5px black;
  font-weight: 700;
  font-size: 1rem;
  right: 0;
}
/* line 988, ../sass/style.sass */
.news .overlay .category {
  left: 0;
}

/* line 991, ../sass/style.sass */
.rightblock .all {
  text-align: center;
}
/* line 993, ../sass/style.sass */
.rightblock .all:hover {
  background: #f2f2f2;
}
/* line 996, ../sass/style.sass */
.rightblock .all:hover a {
  color: #E81410;
}
/* line 998, ../sass/style.sass */
.rightblock .all a {
  color: #999999;
  float: none;
}

/* line 1002, ../sass/style.sass */
.sliders {
  background-size: cover;
  background-position: 50% 50%;
  height: 340px;
}
/* line 1006, ../sass/style.sass */
.sliders .category a {
  font-size: 1rem !important;
  background-color: #E81410;
  display: inline-block;
  padding: 5px 10px;
  text-shadow: none;
}
/* line 1012, ../sass/style.sass */
.sliders .title a {
  font-size: 1.7rem;
}
/* line 1014, ../sass/style.sass */
.sliders .info {
  display: inline-block;
}
/* line 1016, ../sass/style.sass */
.sliders .info span {
  margin-right: 3px;
}

/* line 1019, ../sass/style.sass */
.slick-dots {
  top: 15px;
  left: 15px;
  text-align: left;
}

/* line 1024, ../sass/style.sass */
.slider-nav .slick-prev, .slider-nav .slick-next {
  top: 0;
  height: 100%;
  opacity: 1;
  margin-top: 0;
  top: 0;
  border-radius: 0;
  width: 5.7%;
  background: rgba(0, 119, 219, 0.6);
}
/* line 1033, ../sass/style.sass */
.slider-nav .slick-next {
  right: 0;
}
/* line 1035, ../sass/style.sass */
.slider-nav .slick-prev {
  left: 0;
}
/* line 1038, ../sass/style.sass */
.slider-nav .slick-center img {
  border: 5px solid #E81410;
}

/* line 1041, ../sass/style.sass */
.fullnews, .related_news {
  position: relative;
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 15px;
  margin-bottom: 20px;
}




.fullnews h1, .related_news h1 {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
    padding: 0px 0px 10px 0px;
}

.fullnews h2, .related_news h2 {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
    padding: 15px 0px 15px 0px;
}



/* line 1041, ../sass/style.sass */
.fullnews, .related_news2 {
  position: relative;
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 15px;
  margin-bottom: 20px;
}




.fullnews h1, .related_news2 h1 {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
    padding: 0px 0px 10px 0px;
}

.fullnews h2, .related_news2 h2 {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
    padding: 15px 0px 15px 0px;
}





.fullnews li {
    list-style-type: none;
    position: relative;
    padding:12px 10px 10px 10px;
    margin-left: 10px;
    transition-duration: 0.3s;
    color: #3E3833;
      line-height: 1.3rem;
  color: #333333;
  font-size: 1rem;  
}


.fullnews li:before {
      content:"»";
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -17px;
      top: -0px;
      color: #E81410;
      font-size: 20px;
    }

#list-style-type: upper-roman
    {
      content:"767";
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -17px;
      top: -0px;
      color: #E81410;
      font-size: 20px;
    }





.fullnews em {

font-style: italic;
  line-height: 1.7rem;
  color: #333333;
  font-size: 1rem;   
  background: #F0F0F0;
    padding: 5px;
    color: #333333;
    display: block;
}

.fullnews img {
  width: 800px;
}



.quote{
  line-height: 1.7rem;
  color: #333333;
  font-size: 1rem;
    border-left: 3px solid #E81410;
    font-size: 16px;
    font-style: italic;
    margin: 16px;
    padding: 16px 24px;
    position: relative;
     color: #3E3833;
    background: #F0F0F0;

}

.quote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    height: 42px;
    background-color: #fff;
    width: 6px;
    margin-top: -1em;
}
.quote:after {
    content: "§";
    position: absolute;
    top: 47%;
    left: -7px;
    color: #E81410;
    font-size: 20px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 10px;    
}


table {
border-spacing: 0 10px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}

th {
padding: 10px 20px;
background: #56433D;
color: #F9C941;
border-right: 2px solid; 
font-size: 0.9em;
}

th:first-child {
text-align: left;
}

th:last-child {
border-right: none;
}

td {
vertical-align: middle;
padding: 10px;
font-size: 14px;
text-align: center;
border-top: 2px solid #56433D;
border-bottom: 2px solid #56433D;
border-right: 2px solid #56433D;
}

td:first-child {
border-left: 2px solid #56433D;
text-align: left;
}







/* line 1092, ../sass/style.sass */
.related_news {
  position: relative;
  padding: 0;
}
/* line 1095, ../sass/style.sass */
.related_news .titleblock {
  margin-bottom: 15px;
}
/* line 1097, ../sass/style.sass */
.related_news .news {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: -4px;
  border-bottom: none;
}


/* line 1092, ../sass/style.sass */
.related_news2 {
  position: relative;
  padding: 0;
}
/* line 1095, ../sass/style.sass */
.related_news2 .titleblock {
  margin-bottom: 15px;
}
/* line 1097, ../sass/style.sass */
.related_news2 .news {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: -4px;
  border-bottom: none;
}

/* line 1104, ../sass/style.sass */
.comment_b {
  padding: 15px;
}
/* line 1106, ../sass/style.sass */
.comment_b .titleblock {
  margin: -15px -15px 15px -15px;
}

/* line 1109, ../sass/style.sass */
.tags {
  position: relative;
  margin-top: 15px;
}
/* line 1112, ../sass/style.sass */
.tags a {
  font-size: 0.94rem;
  background-color: #E81410;
  display: inline-block;
  padding: 5px 10px;
  color: white;
  margin-right: 5px;
  margin-bottom: 5px;
}
/* line 1120, ../sass/style.sass */
.tags a:hover {
  background: #111111;
}
/* line 1123, ../sass/style.sass */
.tags div {
  font-size: 0;
  display: inline-block;
}


.videoWrapper{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}


.videoWrapper iframe,.videoWrapper object, .videoWrapper embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.block-img {display:none;}

#v_desc{box-shadow:0 0 2px #A3A3A3;padding:0px 0px 0px 10px;
white-space:pre-line;overflow:auto;max-height:85px;background:#fff}
#v_desc {font-size: 14px;font-style:italic;color: #827A5E;}


.rulla{padding: 0px 10px 10px 10px;overflow: hidden;}
.ablock{display:none;}
.ratebox {display:none;}

.foto {text-align: center;}
.opisania-foto { text-align: center; padding: 5px 0px 5px 0px;font-size: 12px;}



.fullnews h3, .related_news h3 {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
    padding: 15px 0px 15px 0px;
}



.post-foto {font-size: 0}


.post-thumb img{display: block;
    margin-left: auto;
    margin-right: auto; 
    width: 600px;}


.post-thumb img{
  height: auto;
  display: block;
  border: 15px solid;
  border-image: linear-gradient(135deg, #F0F0F0 18%, #6C6C6C 65%);
  border-image-slice: 1;
    
}





.gallery-item img{
padding: 2px;}

.fullnews {
font-family: "Cambria", "serif";
}

.faq-item {font-size: 21px;padding: 20px 0px 10px 0px;

      font-weight: 500;
  background-image: linear-gradient(to left, #617A99, #415979);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}





.faq {
 padding: 0px 10px 10px 0px;
	position: relative;
	border-bottom: 1px solid rgba(128,128,128, 0.3);
	overflow: hidden;
}


.gallery-lite-block{
 padding: 0px 10px 10px 0px;
	position: relative;
	border-bottom: 1px solid rgba(128,128,128, 0.3);
	overflow: hidden;
}




.video-item{
 padding: 0px 10px 10px 0px;
	position: relative;
	border-bottom: 1px solid rgba(128,128,128, 0.3);
	overflow: hidden;
}








.author {
	padding: 10px 0 5px 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #CBCBCB;
	display: flex;
    gap: 10px;
}
.avatar-wrapper {
	flex: 0 0 125px;
    font-weight: 700;
    text-align: center;
}
.author-bio {
	margin: 0 0 10px;
    color: #333338;
}
.author-socials .icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 6px;
}

.author-name {
color: #333338;
}




td:first-child {
    border-left: 0px solid #56433D;
    text-align: left;
}


	
td {
    vertical-align: middle;
	  padding: 0px;
    padding-left: 13px;
	padding-right: 13px;
    font-size: 14px;
    text-align: center;
    border-top: 0px solid #56433D;
    border-bottom: 0px solid #56433D;
    border-right: 0px solid #56433D;
}







@media only screen and (min-width: 1024px) {
	nav {width: 100%;}
	.news {width: 100%; }
	.main_news:first-child {width: 45%;float: left;}
    .related_news2 .news{width: 100%; }
    
 
    
    .related_news .news img{width: 100%;height: 179px;}
    .news img{width: 100%;height: 179px;}
    .related_news2 .news img{width: 100%;height: 165px;}

#navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
}








/*==========  1154px  ==========*/

@media only screen and (max-width : 1154px) {
#navigation a {font-size: 0.97rem;line-height: 55px;display: block;font-family: 'Roboto', sans-serif;color: #fff;
font-weight:500;text-decoration:none;padding: 0 16px;text-transform:uppercase;}
    

    
}

/*==========  1024px  ==========*/


@media only screen and (min-width : 1024px) {
.affix{position:fixed;top:0!important;max-width:1200px;width:100%}.affix-bottom{position:absolute;width:inherit}
    
    

    


#navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
}


@media only screen and (min-width: 1024px) and (max-width: 1024px) {

    .margin img{width: 100%;height: 200px;}
    .related_news .news {width: 50%;}	
    .related_news .news img{width: 100%;height: 180px;}
    .popular_n img{width: 100%;height: 120px;}
    .news img{width: 100%;height: 120px;}
     #v_desc{max-height:90px;}
  
    
       .related_news2 .news{width: 100%;}
    .related_news2 .news img{width: 100%;height: 120px;}
    
    .shortstory .title{font-size: 30px;line-height: 41px;}

 	#navigation a {  padding: 0 10px;}
 	#story {width: 210px;}
 	
 	.last_block_review .slick-list:before, .last_block_review .slick-list:after {content: "";  background: rgba(38, 38, 38, 0.8);display: block;}
#navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
}



@media only screen and (min-width : 1000px) {
    

    
nav {margin: 0 -15px;}
}
#mobile-header {
    display: none;
}



#navigation>ul {}
#navigation>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation>ul>li:first-child:hover a {}
#navigation>ul>li:last-child ul {right: 0;left: auto;}
#navigation ul:after {content: "";display: table;clear: both;}
#navigation>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation ul li {text-align: center;}
#navigation a {font-size: 0.97rem;line-height: 55px;display: block;font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;padding: 0 22px;text-transform:uppercase;}
#navigation ul li:hover a {background: #1F262E!important;}
#navigation ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation li:hover > ul {opacity:1;visibility: visible;}
#navigation ul li ul li {min-width: 200px;}
#navigation ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation ul li ul li {}
#navigation ul li ul li:first-child {border:0;}
#navigation ul li ul li:hover a {background: none!important;color:none!important;}
#navigation ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}




@media only screen and (max-width : 992px) {
	#story {width: 100%;}.navicon {display:block !important;}
	.navicon:hover {background: #0072bc !important;}

    #responsive-menu-button {color: #fff;padding: 14.5px 15px;border-right: 1px solid rgba(255, 255, 255, 0.1);}
    #responsive-menu-button:active {color:#fff;}
    
   
  
}

/*==========  992px  ==========*/

@media only screen and (max-width: 1023px) and (min-width: 992px) {
	.large-2, .large-10 {width: 100%;}
    
       .related_news2 .news{width: 100%;}
    .related_news2 .news img{width: 100%;height: 130px;}
    


    
    
        	header {height: auto;}	
	header .logo {text-align: center;}
       
    .logo {width: 30%;}
    header 
    .logo {text-align: center;}
    
    

    

	#nav {margin: 0 -15px;}
        .fullnews h1{font-size: 30px;line-height: 30px;}
     #v_desc{max-height:70px;}
    .related_news .news {width: 33%;}
    .related_news .news img{width: 100%;height: 130px;}
    .news .title{font-size: 25px;line-height: 30px;}
    .columns {position: relative;padding-left: 0px;padding-right: 0px;float: left;}	
   #navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
}


/*==========  768px  ==========*/


@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    
     .related_news2 .news{width: 49%;height: 355px;overflow: hidden;}
    .related_news2 .news img{width: 100%;height: 250px;}
    .medium-4{width: 100%;}

    
    
  /* line 91, ../sass/grid.sass */
  .medium-8 {
    width: 90.66667%;
	 top: 5%;
    left: 5%;

  }
	
	
	
	
    	header {height: auto;}	
	header .logo {text-align: center;}
       
    .logo {width: 30%;}
    header 
    .logo {text-align: center;}
    
    

    
    
	#nav {margin: 0 -15px;}

      .fullnews h1{font-size: 30px;line-height: 30px;}
     #v_desc{max-height:70px;}
    .related_news .news {width: 33%;}
    .related_news .news img{width: 100%;height: 150px;}
    .news .title{font-size: 25px;line-height: 30px;}
    .columns {position: relative;padding-left: 0px;padding-right: 0px;float: left;}	
   #navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
 
}


/*========== от 640px  ==========*/

@media only screen and (min-width: 641px) and (max-width: 767px) {
    


	.maincontainer header .logo {text-align: center;float: none;}
	.maincontainer {margin: 0 -15px;}
	.edit {position: relative!important;}

	header {height: auto;}	
	header .logo {text-align: center;}
       
    .logo {width: 40%;}
    header 
    .logo {text-align: center;}
    
    
    
    
    

	.login_main {margin: 0 -15px;}
	.lbn, #logbtn {border-right: none;}
	.sidr-class-menu_news {display: none!important;}
	.sidr ul li ul li a {    border-top: 1px solid #4d4d4d;border-bottom: 1px solid #1a1a1a;}
	.sidr-class-term a:last-child {border-bottom: none;}
	.hotnews li {width: 100%;}
	.shortstory .title {margin-bottom: 10px;}
	.main_news:first-child {width: 100%;float: none;}
	.shortstory .margin {margin: 0;float: none;width: 100%;}
	.slider-nav .slick-prev, .slider-nav .slick-next {}


    .shortstory .title{font-size: 26px;line-height: 30px;}
 
      .popular_n img{width: 100%;height: 170px;}
    .news img{width: 100%;height: 170px;}

    .margin img{width: 100%;height: 270px;}
    
        .fullnews h1{font-size: 30px;line-height: 30px;}
     #v_desc{max-height:70px;}
    .related_news .news {width: 49%;}
    .related_news .news img{width: 100%;height: 170px;}
    .news .title{font-size: 25px;line-height: 30px;}
    .columns {position: relative;padding-left: 0px;padding-right: 0px;float: left;}
    
     .related_news2 .news{width: 49%;height: 275px;overflow: hidden;}
    .related_news2 .news img{width: 100%;height: 170px;}
    .medium-4{width: 100%;}
    
    
#navigation>ul {}
#navigation>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation>ul>li:first-child:hover a {}
#navigation>ul>li:last-child ul {right: 0;left: auto;}
#navigation ul:after {content: "";display: table;clear: both;}
#navigation>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation ul li {text-align: center;}
#navigation a {font-size: 0.70rem;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation ul li:hover a {background: #1F262E!important;}
#navigation ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation li:hover > ul {opacity:1;visibility: visible;}
#navigation ul li ul li {min-width: 200px;}
#navigation ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation ul li ul li {}
#navigation ul li ul li:first-child {border:0;}
#navigation ul li ul li:hover a {background: none!important;color:none!important;}
#navigation ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}

  
 

#navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
       
}




/* Тело до 640
----------------------------------------------- */

@media screen and (max-width: 640px) {

	

	.maincontainer header .logo {text-align: center;float: none;}
	.maincontainer {margin: 0 -15px;}
	.edit {position: relative!important;}

	header {height: auto;}	
	header .logo {text-align: center;}
       
    .logo {width: 40%;}
    header 
    .logo {text-align: center;}
    
    

	.login_main {margin: 0 -15px;}
	.lbn, #logbtn {border-right: none;}
	.sidr-class-menu_news {display: none!important;}
	.sidr ul li ul li a {    border-top: 1px solid #4d4d4d;border-bottom: 1px solid #1a1a1a;}
	.sidr-class-term a:last-child {border-bottom: none;}
	.hotnews li {width: 100%;}
	.shortstory .title {margin-bottom: 10px;}
	.main_news:first-child {width: 100%;float: none;}
	.shortstory .margin {margin: 0;float: none;width: 100%;}
	.slider-nav .slick-prev, .slider-nav .slick-next {}
  
    
    .margin img{width: 100%;height: 290px;}
  
    .popular_n img{width: 100%;height: 290px;}
    .news img{width: 100%;height: 290px;}
    

    
    .shortstory .title{font-size: 31px;line-height: 36px;}
    .popular_n .title{font-size: 31px;line-height: 36px;}
    .news .title{font-size: 25px;line-height: 33px;}
    
     .fullnews h1{font-size: 29px;line-height: 30px;}
     #v_desc{max-height:70px;}
    .related_news .news {width: 49%;}
    .related_news .news img{width: 100%;height: 160px;}
    .news .title{font-size: 25px;line-height: 30px;}
    .columns {position: relative;padding-left: 0px;padding-right: 0px;float: left;}
    
         .related_news2 .news{width: 49%;height: 265px;overflow: hidden;}
    .related_news2 .news img{width: 100%;height: 160px;}
    .medium-4{width: 100%;}
    
    
#navigation>ul {}
#navigation>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation>ul>li:first-child:hover a {}
#navigation>ul>li:last-child ul {right: 0;left: auto;}
#navigation ul:after {content: "";display: table;clear: both;}
#navigation>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation ul li {text-align: center;}
#navigation a {font-size: 0.70rem;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation ul li:hover a {background: #1F262E!important;}
#navigation ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation li:hover > ul {opacity:1;visibility: visible;}
#navigation ul li ul li {min-width: 200px;}
#navigation ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation ul li ul li {}
#navigation ul li ul li:first-child {border:0;}
#navigation ul li ul li:hover a {background: none!important;color:none!important;}
#navigation ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;} 
    
#navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
    
}

/* Тело 590
----------------------------------------------- */

@media screen and (max-width: 590px) {
    
    
        
.maincontainer {margin: 0 -15px;}
	.slick-slide img {height: 220px;}
	.slick-prev, .slick-next {height: 15%;width: 15%;}
	.edit {position: relative!important;}
	.sliders .title a {font-size: 1rem;}
	.slider-nav {display: none;}
    
    
    .logo {width: 40%;}
    header 
    .logo {text-align: center;}




	.login_main {margin: 0 -15px;}
	.lbn, #logbtn {border-right: none;}
	.sidr-class-menu_news {display: none!important;}
	.sidr ul li ul li a {border-top: 1px solid #4d4d4d;border-bottom: 1px solid #1a1a1a;}
	.sidr-class-term a:last-child {border-bottom: none;}
	.hotnews li {width: 100%;}
	.shortstory .margin {margin:0 0 15px 0;width: 100%;float: none;}
	.main_news:first-child {width: 100%;float: none;}
	.main_news:first-child img, .main_news:first-child figure {height: 230px;}
	footer {text-align: center;}
	footer .social {float: none;margin: 0 auto;margin-top: 15px;}
    
    .popular_n img{width: 100%;height: 260px;}
    .news img{width: 100%;height: 260px;}
    .margin img{width: 100%;height: 260px;}
	
    
    
    
    .shortstory .title{font-size: 27px;line-height: 40px;}
    .popular_n .title{font-size: 27px;line-height: 40px;}
    .news .title{font-size: 27px;line-height: 40px;}
    
     .fullnews h1{font-size: 27px;line-height: 30px;}
     #v_desc{max-height:70px;}
    .related_news .news {width: 49%;}
    .related_news .news img{width: 100%;height: 140px;}
    .news .title{font-size: 22px;line-height: 30px;}
    .columns {position: relative;padding-left: 0px;padding-right: 0px;float: left;}
    
    
      .related_news2 .news{width: 49%;height: 245px;overflow: hidden;}
    .related_news2 .news img{width: 100%;height: 140px;}
    .medium-4{width: 100%;}
    
    
#navigation>ul {}
#navigation>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation>ul>li:first-child:hover a {}
#navigation>ul>li:last-child ul {right: 0;left: auto;}
#navigation ul:after {content: "";display: table;clear: both;}
#navigation>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation ul li {text-align: center;}
#navigation a {font-size: 0.70rem;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation ul li:hover a {background: #1F262E!important;}
#navigation ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation li:hover > ul {opacity:1;visibility: visible;}
#navigation ul li ul li {min-width: 200px;}
#navigation ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation ul li ul li {}
#navigation ul li ul li:first-child {border:0;}
#navigation ul li ul li:hover a {background: none!important;color:none!important;}
#navigation ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
    
    
    #navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}


    
}


/* Тело 470
----------------------------------------------- */

@media screen and (max-width: 470px) {
    
.maincontainer {margin: 0 -15px;}
	.slick-slide img {height: 220px;}
	.slick-prev, .slick-next {height: 15%;width: 15%;}
	.edit {position: relative!important;}
	.sliders .title a {font-size: 1rem;}
	.slider-nav {display: none;}


 
    header {margin: -15px 0px 0px 0px;}
    .logo {text-align: center;width: 35%;}

    
	.login_main {margin: 0 -15px;}
	.lbn, #logbtn {border-right: none;}
	.sidr-class-menu_news {display: none!important;}
	.sidr ul li ul li a {border-top: 1px solid #4d4d4d;border-bottom: 1px solid #1a1a1a;}
	.sidr-class-term a:last-child {border-bottom: none;}
	.hotnews li {width: 100%;}
	.shortstory .margin {margin:0 0 15px 0;width: 100%;float: none;}
	.main_news:first-child {width: 100%;float: none;}
	.main_news:first-child img, .main_news:first-child figure {height: 230px;}
	footer {text-align: center;}
	footer .social {float: none;margin: 0 auto;margin-top: 15px;}
    
    .shortstory .title{font-size: 26px;line-height: 40px;}
    .popular_n .title{font-size: 26px;line-height: 40px;}
    .popular_n img{width: 100%;height: 170px;}
    .news img{width: 100%;height: 170px;}
    .margin img{width: 100%;height: 170px;}
    
     .related_news2 .news{width: 49%;height: 187px;overflow: hidden;}
    .related_news2 .news img{width: 100%;height: 110px;}
    .medium-4{width: 100%;}
    
    .fullnews h2{font-size: 17px;}
     .fullnews h3{font-size: 17px;}
        .fullnews h1{font-size: 20px;}
     #v_desc{max-height:70px;}
    .related_news .news {width: 49%;}
    .related_news .news img{width: 100%;height: 110px;}
    .news .title{font-size: 17px;line-height: 20px;}
    .columns {position: relative;padding-left: 0px;padding-right: 0px;float: left;}
    
    
#navigation>ul {}
#navigation>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation>ul>li:first-child:hover a {}
#navigation>ul>li:last-child ul {right: 0;left: auto;}
#navigation ul:after {content: "";display: table;clear: both;}
#navigation>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation ul li {text-align: center;}
#navigation a {font-size: 0.70rem;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation ul li:hover a {background: #1F262E!important;}
#navigation ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation li:hover > ul {opacity:1;visibility: visible;}
#navigation ul li ul li {min-width: 200px;}
#navigation ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation ul li ul li {}
#navigation ul li ul li:first-child {border:0;}
#navigation ul li ul li:hover a {background: none!important;color:none!important;}
#navigation ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
    
    
    #navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}

    

}






/*==========  320px  ==========*/

@media only screen and (min-width: 330px) and (max-width: 420px) {
	.maincontainer {margin: 0 -15px;}
	.slick-slide img {height: 220px;}
	.slick-prev, .slick-next {height: 15%;width: 15%;}
	.edit {position: relative!important;}
	.sliders .title a {font-size: 1rem;}
	.slider-nav {display: none;}


 

    header {margin: -15px 0px 0px 0px;}
    .logo {text-align: center;width: 35%;}

    
	.login_main {margin: 0 -15px;}
	.lbn, #logbtn {border-right: none;}
	.sidr-class-menu_news {display: none!important;}
	.sidr ul li ul li a {border-top: 1px solid #4d4d4d;border-bottom: 1px solid #1a1a1a;}
	.sidr-class-term a:last-child {border-bottom: none;}
	.hotnews li {width: 100%;}
	.shortstory .margin {margin:0 0 15px 0;width: 100%;float: none;}
	.main_news:first-child {width: 100%;float: none;}
	.main_news:first-child img, .main_news:first-child figure {height: 230px;}
	footer {text-align: center;}
	footer .social {float: none;margin: 0 auto;margin-top: 15px;}
    
    .shortstory .title{font-size: 20px;line-height: 40px;}
    .popular_n .title{font-size: 20px;line-height: 40px;}
    .popular_n img{width: 100%;height: 170px;}
    .news img{width: 100%;height: 170px;}
    .margin img{width: 100%;height: 170px;}
    
     .related_news2 .news{width: 49%;height: 168px;overflow: hidden;}
    .related_news2 .news img{width: 100%;height: 90px;}
    .medium-4{width: 100%;}
    .fullnews h3{font-size: 17px;}
    .fullnews h2{font-size: 17px;}
     .fullnews h1{font-size: 19px;}
    
     #v_desc{max-height:70px;}
    .related_news .news {width: 49%;}
    .related_news .news img{width: 100%;height: 100px;}
    .news .title{font-size: 16px;line-height: 20px;}
    .columns {position: relative;padding-left: 0px;padding-right: 0px;float: left;}
    
    
#navigation>ul {}
#navigation>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation>ul>li:first-child:hover a {}
#navigation>ul>li:last-child ul {right: 0;left: auto;}
#navigation ul:after {content: "";display: table;clear: both;}
#navigation>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation ul li {text-align: center;}
#navigation a {font-size: 0.70rem;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation ul li:hover a {background: #1F262E!important;}
#navigation ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation li:hover > ul {opacity:1;visibility: visible;}
#navigation ul li ul li {min-width: 200px;}
#navigation ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation ul li ul li {}
#navigation ul li ul li:first-child {border:0;}
#navigation ul li ul li:hover a {background: none!important;color:none!important;}
#navigation ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;} 
    
    
    #navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
   
}

/*==========  220px  ==========*/

@media only screen and (min-width: 220px) and (max-width: 330px) {
	.maincontainer {margin: 0 -15px;}
	.slick-slide img {height: 220px;}
	.slick-prev, .slick-next {height: 15%;width: 15%;}
	.edit {position: relative!important;}
	.sliders .title a {font-size: 1rem;}
	.slider-nav {display: none;}

	header {height: auto;}	
	header .logo {text-align: center;}
    .logo {width: 40%;}

	.login_main {margin: 0 -15px;}
	.lbn, #logbtn {border-right: none;}
	.sidr-class-menu_news {display: none!important;}
	.sidr ul li ul li a {border-top: 1px solid #4d4d4d;border-bottom: 1px solid #1a1a1a;}
	.sidr-class-term a:last-child {border-bottom: none;}
	.hotnews li {width: 100%;}
	.shortstory .margin {margin:0 0 15px 0;width: 100%;float: none;}
	.main_news:first-child {width: 100%;float: none;}
	.main_news:first-child img, .main_news:first-child figure {height: 230px;}
	footer {text-align: center;}
	footer .social {float: none;margin: 0 auto;margin-top: 15px;}
	.related_news .news {width: 100%;}
   

     .related_news2 .news{width: 49%;height: 168px;overflow: hidden;}
    .related_news2 .news img{width: 100%;height: 90px;}
    .medium-4{width: 100%;}
    
    .shortstory .title{font-size: 23px;}
   .popular_n .title{font-size: 23px;}
    .news .title{font-size: 23px;}
   
    
      .popular_n img{width: 100%;height: 130px;}
    .news img{width: 100%;height: 130px;}
  
    .margin img{width: 100%;height: 130px;}
    .fullnews h3{font-size: 17px;}
     .fullnews h2{font-size: 17px;}
    .fullnews h1{font-size: 19px;}
     #v_desc{max-height:70px;}
    .related_news .news {width: 49%;}
    .related_news .news img{width: 100%;height: 90px;}
    .news .title{font-size: 17px;line-height: 20px;}
    .columns {position: relative;padding-left: 0px;padding-right: 0px;float: left;}
    
    
 #navigation>ul {}
#navigation>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation>ul>li:first-child:hover a {}
#navigation>ul>li:last-child ul {right: 0;left: auto;}
#navigation ul:after {content: "";display: table;clear: both;}
#navigation>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation ul li {text-align: center;}
#navigation a {font-size: 0.70rem;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation ul li:hover a {background: #1F262E!important;}
#navigation ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation li:hover > ul {opacity:1;visibility: visible;}
#navigation ul li ul li {min-width: 200px;}
#navigation ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation ul li ul li {}
#navigation ul li ul li:first-child {border:0;}
#navigation ul li ul li:hover a {background: none!important;color:none!important;}
#navigation ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}  
    
    
#navigation2>ul {}
#navigation2>ul>li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
#navigation2>ul>li:first-child:hover a {}
#navigation2>ul>li:last-child ul {right: 0;left: auto;}
#navigation2 ul:after {content: "";display: table;clear: both;}
#navigation2>ul>li {float:left;border-right: 1px solid rgba(255,255,255,0.1);}
#navigation2 ul li {text-align: center;}
#navigation2 a {font-size: 12px;line-height: 20px;display: block;
font-family: 'Roboto', sans-serif;color: #fff;font-weight:500;text-decoration:none;
padding: 0 5px;text-transform:uppercase;}
#navigation2 ul li:hover a {background: #1F262E!important;}
#navigation2 ul ul {opacity:0;position:absolute;left: 0;z-index: 99;visibility: hidden;min-width:160px;}
#navigation2 li:hover > ul {opacity:1;visibility: visible;}
#navigation2 ul li ul li {min-width: 200px;}
#navigation2 ul li ul li a {border-bottom: none!important;background-color: none!important;}
#navigation2 ul li ul li {}
#navigation2 ul li ul li:first-child {border:0;}
#navigation2 ul li ul li:hover a {background: none!important;color:none!important;}
#navigation2 ul ul a {text-transform: none;font-weight:400;padding: 0 18px;text-align: left;border-right: 0;}
    
    

}

.navigation-block{width: 100%;}


.related_news .news img{
   object-fit:cover;
}

.related_news2 .news img{
   object-fit:cover;
}


}
.icon-youtube-play:before {
  content: "\e907";
  
}
.icon-play:before {
  content: url(play.svg);  
}
.icon-chevron-down:before {
  content: url(faq.svg);  
}








.video-gallery1 .video-item1 {
	display: flex;
	gap: 10px;
	margin: 0 0 10px;
}
.video-gallery1 .video-item-cover1 {
    margin:0 auto;
	width: 750px;
	height: 420px;
	border-radius: 10px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-color: #000;
    outline: 1px solid #888;
}




.video-gallery1 .play {

	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	background: #f00;
	width: 50px;
	height: 36px;
	border-radius: 8px;
	line-height: 56px;
	margin: -18px 0 0 -25px;
	text-align: center;
}











@media screen and (max-width: 600px) {
	.tgb1 {
		flex-direction: column;
		background-position: 8px 8px;
	}
	.tgb1 a {
		flex: auto;
		width: 100%;
		box-sizing: border-box;
	}
}
.tgb2 {
	padding: 68px 8px 8px;
	background-position: 50% 8px;
	flex-direction: column;
	text-align: center;
	margin: 10px auto;
}
.tgb2 a {
	flex: auto;
	width: 100%;
	box-sizing: border-box;
}
.related-search {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.related-search a:before,
.related-search span:before{
	content: '\e901  ';
	font-family: 'icomoon';
}
.related-search li {
	padding: 0 0 0 5px;
	margin: 0 0 3px;
	flex: 0 0 50%;
	box-sizing: border-box;
}
.related-q {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-position: inside;
	gap: 10px;
}
.related-q li {
	padding: 0 0 0 5px;
	margin: 0 0 3px;
	flex: 0 0 calc(50% - 5px);
	box-sizing: border-box;
}
.related-q li a {
	padding: 5px 10px;
	background: rgba(128,128,128,0.1);
	border-radius: 20px;
	display: inline-block;
}

.faq-item label.faq-question {
	margin: 0;
	padding: 8px 20px 8px 0;
	cursor: pointer;
	font-weight: 700;
	display: block;
    z-index: 2;
    position: relative;
}
.faq-item .icon-chevron-down:before{
	position: absolute;
	top: 8px;
	right: 2px;
}
.faq-checkbox {
	height: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	left: -1000px;
}
.faq-hidden {
	height: 0;
	overflow: hidden;
}
.faq-answer ol {
    list-style: auto;
    padding: 0 0 0 30px;
}
.faq-answer ul {
    list-style: auto;
    padding: 0 0 0 18px;
}
.faq-checkbox:checked + .faq-hidden {
	height: auto;
	padding: 0 0 8px;
}
.faq-checkbox:checked ~ .icon-chevron-down:before {
	transform: scaleY(-1);
}
.faq-item h3.faq-question {
	padding: 8px 0;
}

.video {
	margin: 0 0 1em;
}
.video .video-container {
	display: flex;
	gap: 10px;
}
.video .video-cover {
	flex: 0 0 320px;
	height: 180px;
	border-radius: 10px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-color: #000;
    outline: 1px solid #888;
}
.video .play {
	
	color: #fff;
	width: 70px;
	height: 50px;
	position: absolute;
	background: #f00;
	font-size: 26px;
	line-height: 60px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -35px;
	border-radius: 10px;
}
.video .video-description .video-views {
	font-size: 0.85em;
	margin:3px 0 0;
}
.video .video-description .video-author {
	font-size: 0.85em;
	margin:8px 0 0;
}
.video .video-disclaimer,
.video-gallery .video-disclaimer {
	padding: 0.5em 0 0;
	font-size: 0.9em;
	border-top: 1px solid;
	margin: 0.5em 0 0;
}
.video-gallery .video-item {
	display: flex;
	gap: 10px;
	margin: 0 0 10px;
}
.video-gallery .video-item-cover {
	flex: 0 0 320px;
	height: 180px;
	border-radius: 10px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-color: #000;
    outline: 1px solid #888;
}





.video-gallery .play {

	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	background: #f00;
	width: 50px;
	height: 36px;
	border-radius: 8px;
	line-height: 56px;
	margin: -18px 0 0 -25px;
	text-align: center;
}
.video-gallery .video-item-description-text {
	font-size: 1em;
	margin: 0.7em 0;
}
.video-gallery .video-item-meta-author,
.video-gallery .video-item-meta-views,
.video-gallery .video-item-meta-date {
	margin: 0px 0px 5px 0px;
	font-size: 1em;
    color: #5C5C5C;
    
}
.gallery-lite-block {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.gallery-lite-block h2 {
	flex: 0 0 100%;
}
.gallery-lite-block .gallery-item {
	flex: 0 0 calc(33% - 5px);
	overflow: hidden;
}
.gallery-lite-block .gallery-item p,
.gallery-lite-block .gallery-item figure {
	margin: 0;
	position: relative;
	height: 13vw;
	overflow: hidden;
	display: flex;
}
.gallery-lite-block .gallery-item img {
	object-fit: cover;
}
.snippet-item {
	position: relative;
	margin: 0 0 10px;
}
.snippet-item.with-image {
	padding: 0 110px 0 0;
	min-height: 70px;
}
.snippet-item p {
	margin: 4px 0 0;
}
.snippet-item .snippet-icon {
	width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
}
.basicLightbox--visible .basicLightbox__placeholder:after {
	
	content: url(x.svg);
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 25px;
	border: 2px solid #fff;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	cursor: pointer;
}
.gallery-lite-block .src {
	display: none;
}
.interesting {
	margin: 5px 0;
	max-width: 100%;
	overflow: hidden;
}


@media screen and (min-width: 1367px) {

    
    .gallery-lite-block  .lightbox img{
		
	width: 32%;
    
    height: 250px;
	}
	
    
}


@media screen and (max-width: 1366px) {

    
    .gallery-lite-block  .lightbox img{
		
	width: 32%;
    
 height: 230px;
	}
	
    
}


@media screen and (max-width: 1035px) {
    
      
           .video-gallery1 .video-item-cover1 {
    margin:0 auto;
	width: 100%;
	border-radius: 10px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-color: #000;
    outline: 1px solid #888;
}
        
    .video-gallery1 .video-item-cover1 {
		height: 40vw;
	
	}     
 




    
    .gallery-lite-block  .lightbox img{
		
	width: 32%;
     height: 170px;

	}



@media screen and (max-width: 750px) {
        
        
          
           .video-gallery1 .video-item-cover1 {
    margin:0 auto;
	width: 100%;
	border-radius: 10px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-color: #000;
    outline: 1px solid #888;
}
        
        
        .video-gallery1 .video-item-cover1 {
		height: 46vw;
	
	}




    
    .gallery-lite-block  .lightbox img{
		
	width: 32%;
      height: 170px;

	}
        
        
      
	
    
}



@media screen and (max-width: 600px) {
        
        
           .video-gallery1 .video-item-cover1 {
    margin:0 auto;
	width: 100%;
	
	border-radius: 10px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-color: #000;
    outline: 1px solid #888;
}
        
        
        .video-gallery1 .video-item-cover1 {
		height: 46vw;
	
	}

    
    
    
        
.fullnews h1{
	font-size: 1.5em;
}	

    
.fullnews h2{
	font-size: 1.4em;
}	

    
.fullnews h3{
	font-size: 1.2em;
}	
    
    
.faq-item {font-size: 19px;padding: 20px 0px 10px 0px;

      font-weight: 400;
  background-image: linear-gradient(to left, #617A99, #415979);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
    
    

    
    
	.video .video-container {
		flex-direction: column;
	}
	.video .video-cover {
		flex: 0 0 46vw;
		height: 0 0 46vw;
	}
	.gallery-lite-block .gallery-item {
		flex: 0 0 calc(50% - 5px);
	}
	.gallery-lite-block .gallery-item p,
	.gallery-lite-block .gallery-item figure {
		height: 26vw;
	}
	.related-q li {
		flex: 0 0 100%;
	}
    
    .gallery-lite-block  .lightbox img{
			width: 49%;
        height: 170px;
		

	}
	
    
}
@media screen and (max-width: 480px) {
	.video-gallery .video-item {
		flex-direction: column;
	}
	.video-gallery .video-item-cover {
		height: 46vw;
		flex: 0 0 46vw;
	}
	.video-gallery .play {
		width: 50px;
		height: 40px;
		margin-top: -25px;
		font-size: 26px;
		line-height: 54px;
	}
	
	
.gallery-lite-block  .lightbox img{
		width: 49%;
        height: 140px;
		

	}
        
        
         .video-gallery1 .video-item1 {
		flex-direction: column;
	}
	.video-gallery1 .video-item-cover1 {
		height: 46vw;
		flex: 0 0 46vw;
	}
	.video-gallery1 .play {
		width: 50px;
		height: 40px;
		margin-top: -25px;
		font-size: 26px;
		line-height: 54px;
	}
        
           .video-gallery1 .video-item-cover1 {
    margin:0 auto;
	width: 100%;
	
	border-radius: 10px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-color: #000;
    outline: 1px solid #888;
}

	
	
	
	
}
@media screen and (max-width: 440px) {
        
    .video-gallery1 .video-item-cover1 {
    margin:0 auto;
	width: 100%;
	
	border-radius: 10px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-color: #000;
    outline: 1px solid #888;
}

        
        
	/*.gallery-lite-block .gallery-item {
		flex: 0 0 100%;
	}
	.gallery-lite-block .gallery-item p,
	.gallery-lite-block .gallery-item figure {
		height: 46vw;
	}*/
    
    
    .author {
    flex-direction: column;
}
    
    
    .gallery-lite-block  .lightbox img{
		width: 49%;
        height: 120px;
		

	}

}
    
    
    
    
.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}




    
