/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../Progz/fire.app/lib/ruby/compass_0.12/compass-0.12.2/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;
}

/* line 22, ../../../../../Progz/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Progz/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Progz/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Progz/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Progz/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Progz/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Progz/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Progz/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 36, ../../../sources/sass/screen.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 39, ../../../sources/sass/screen.scss */
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 130%;
  background-color: white;
  font-family: Vani, Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}

/* line 52, ../../../sources/sass/screen.scss */
a {
  color: #569394;
  text-decoration: none;
}

/* line 56, ../../../sources/sass/screen.scss */
h1, h2, h3 {
  color: #CA4B15;
  line-height: 130%;
}

/* line 60, ../../../sources/sass/screen.scss */
h1 {
  font-size: 2em;
}

/* line 63, ../../../sources/sass/screen.scss */
h2 {
  font-size: 1.5em;
}

/* line 66, ../../../sources/sass/screen.scss */
h3 {
  font-size: 1.2em;
}

/* line 70, ../../../sources/sass/screen.scss */
small {
  font-size: 0.7em;
}

/* line 73, ../../../sources/sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 76, ../../../sources/sass/screen.scss */
em {
  font-style: italic;
}

/* line 80, ../../../sources/sass/screen.scss */
body, html {
  height: 100%;
}

/* line 84, ../../../sources/sass/screen.scss */
.view-body {
  display: none;
  padding: 2.5em 0 3.75em 0;
}
/* line 87, ../../../sources/sass/screen.scss */
.view-body.stripped {
  min-height: 100%;
  background: -webkit-linear-gradient(left, #95b2ca 90%, #7399b9 10%);
  background: -moz-linear-gradient(left, #95b2ca 90%, #7399b9 10%);
  background: linear-gradient(left, #95b2ca 90%, #7399b9 10%);
  background-size: 10px 10px;
}
/* line 100, ../../../sources/sass/screen.scss */
.view-body.stripped h2 {
  margin: 0.625em;
}
/* line 105, ../../../sources/sass/screen.scss */
.view-body .view-padding {
  padding: 2em 0.3125em;
}

/* line 113, ../../../sources/sass/screen.scss */
.jq-list-intent {
  display: block;
  margin: 0.625em;
  font-size: 1.2em;
  color: #0A4D85;
}
/* line 120, ../../../sources/sass/screen.scss */
.jq-list-intent li {
  background-color: #ECF1F8;
  border-top: #eeeeee solid 2px;
}
/* line 123, ../../../sources/sass/screen.scss */
.jq-list-intent li:first-child {
  -moz-border-radius-topleft: 0.9375em;
  -webkit-border-top-left-radius: 0.9375em;
  border-top-left-radius: 0.9375em;
  -moz-border-radius-topright: 0.9375em;
  -webkit-border-top-right-radius: 0.9375em;
  border-top-right-radius: 0.9375em;
}
/* line 127, ../../../sources/sass/screen.scss */
.jq-list-intent li:last-child {
  -moz-border-radius-bottomright: 0.9375em;
  -webkit-border-bottom-right-radius: 0.9375em;
  border-bottom-right-radius: 0.9375em;
  -moz-border-radius-bottomleft: 0.9375em;
  -webkit-border-bottom-left-radius: 0.9375em;
  border-bottom-left-radius: 0.9375em;
}
/* line 132, ../../../sources/sass/screen.scss */
.jq-list-intent li label {
  padding: 0.9375em;
  display: block;
}

/* line 139, ../../../sources/sass/screen.scss */
.button {
  display: block;
  width: 80%;
  margin: 1.25em auto;
  padding: 0.625em;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  background: #346BBA;
  -webkit-border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  -ms-border-radius: 0.3125em;
  -o-border-radius: 0.3125em;
  border-radius: 0.3125em;
  border: #95B2CA solid 0;
  color: #ffffff;
}
/* line 151, ../../../sources/sass/screen.scss */
.button.red {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c80e26), color-stop(30%, #ff0000), color-stop(100%, #ff0000));
  background-image: -webkit-linear-gradient(#c80e26, #ff0000 30%, #ff0000);
  background-image: -moz-linear-gradient(#c80e26, #ff0000 30%, #ff0000);
  background-image: -o-linear-gradient(#c80e26, #ff0000 30%, #ff0000);
  background-image: linear-gradient(#c80e26, #ff0000 30%, #ff0000);
  border: #C80E26 solid 1px;
}

/* line 157, ../../../sources/sass/screen.scss */
.center {
  text-align: center;
}

/*
label {
  input[type=checkbox] {
    font-family: 'icomoon';
    color: #0A4D85;
    &:before {
      content:"\e003";
      display:inline-block;
      background:$background;
    }
    &:checked:before {
      content: "\e009";
      background:$background;
    }
  }
}
*/
/* line 180, ../../../sources/sass/screen.scss */
#news-categories h2 {
  text-align: center;
  margin-top: 0.9375em;
}

/* line 187, ../../../sources/sass/screen.scss */
.animate-height {
  overflow: hidden;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

/* line 1, ../../../sources/sass/_header-footer.scss */
#back {
  color: white;
  display: block;
  float: left;
  padding: 0.5em 0.5em 0.3em 0.5em;
  margin: 0.5em;
  border: white solid 1px;
}
/* line 8, ../../../sources/sass/_header-footer.scss */
#back span {
  font-size: 180%;
}

/* line 12, ../../../sources/sass/_header-footer.scss */
.header {
  top: 0;
  background-color: #569394;
  color: #FFCA2E;
}
/* line 19, ../../../sources/sass/_header-footer.scss */
.header h2 {
  color: #FFCA2E;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 0.5em;
  white-space: nowrap;
  overflow: hidden;
}
/* line 20, ../../../sources/sass/_header-footer.scss */
.header h2 a {
  color: #FFCA2E;
}
/* line 32, ../../../sources/sass/_header-footer.scss */
.header #refresh, .header #message {
  display: block;
  padding: 0.5em;
  font-size: 1.5em;
  color: #eeeeee;
}
/* line 40, ../../../sources/sass/_header-footer.scss */
.header #refresh .icon-spin, .header #refresh .icon-messgae, .header #message .icon-spin, .header #message .icon-messgae {
  font-size: 1.2em;
  line-height: 0.9em;
}
/* line 47, ../../../sources/sass/_header-footer.scss */
.header #refresh {
  float: right;
}
/* line 50, ../../../sources/sass/_header-footer.scss */
.header #message {
  float: left;
  position: relative;
}

/* line 56, ../../../sources/sass/_header-footer.scss */
.footer {
  height: 3.125em;
  padding: 0.3125em;
  bottom: 0;
  background-color: #3e6ab3;
  color: white;
  display: table;
  table-layout: fixed;
  text-align: center;
}
/* line 69, ../../../sources/sass/_header-footer.scss */
.footer a {
  display: table-cell;
  min-width: 1em;
  color: wheat;
  text-decoration: none;
  padding: 0.1875em;
  -webkit-border-radius: 0.4375em;
  -moz-border-radius: 0.4375em;
  -ms-border-radius: 0.4375em;
  -o-border-radius: 0.4375em;
  border-radius: 0.4375em;
}
/* line 77, ../../../sources/sass/_header-footer.scss */
.footer a.active {
  background-color: #346BBA;
}
/* line 81, ../../../sources/sass/_header-footer.scss */
.footer a span:first-child {
  font-size: 1.4375em;
  clear: both;
  display: block;
  width: 1.25em;
  margin: 0 auto;
}
/* line 89, ../../../sources/sass/_header-footer.scss */
.footer a span:last-child {
  font-family: HelveticaNeue, Arial, sans-serif;
  font-size: 0.6875em;
}

/* line 95, ../../../sources/sass/_header-footer.scss */
body, .header, .footer, .view-body {
  width: 100%;
}

/* line 98, ../../../sources/sass/_header-footer.scss */
.header, .footer {
  overflow: hidden;
  position: fixed;
  left: 0;
  text-align: center;
}

/* line 105, ../../../sources/sass/_header-footer.scss */
#main-menu {
  background: #3e4345;
}
/* line 110, ../../../sources/sass/_header-footer.scss */
#main-menu ul {
  margin: -1em auto;
  padding: 0;
  text-align: center;
}
/* line 114, ../../../sources/sass/_header-footer.scss */
#main-menu ul li {
  margin: 1em;
  margin-top: 0;
  display: inline-block;
  text-align: center;
}
/* line 120, ../../../sources/sass/_header-footer.scss */
#main-menu ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 7em;
  height: 6em;
  text-align: center;
  border: #ff6c00 solid 2px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #000000;
}
/* line 133, ../../../sources/sass/_header-footer.scss */
#main-menu ul li a[href='#news-list'] {
  background-image: url(images/news.jpg);
}
/* line 136, ../../../sources/sass/_header-footer.scss */
#main-menu ul li a[href='#messages-list'] {
  background-image: url(images/alerts.jpg);
}
/* line 140, ../../../sources/sass/_header-footer.scss */
#main-menu ul li a[href='http://emails.marinelink.org/User/Subscribe?ELID=k3e9p'], #main-menu ul li a[href='#subscribe'] {
  background-image: url(images/newsletter.jpg);
}
/* line 143, ../../../sources/sass/_header-footer.scss */
#main-menu ul li a[href='#contact'] {
  background-image: url(images/contact.jpg);
}
/* line 147, ../../../sources/sass/_header-footer.scss */
#main-menu ul li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  font-family: HelveticaNeue, Arial, sans-serif;
}

/* line 1, ../../../sources/sass/_spinner.scss */
.spinner {
  text-align: center;
  padding: 0.625em;
}

/* Вращение */
/* line 6, ../../../sources/sass/_spinner.scss */
.icon-spin {
  font-size: 1.8em;
  line-height: 0.5em;
  color: #0a4d85;
  text-align: center;
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-moz-keyframes spin {
  /* line 18, ../../../sources/sass/_spinner.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 19, ../../../sources/sass/_spinner.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 22, ../../../sources/sass/_spinner.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 23, ../../../sources/sass/_spinner.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 26, ../../../sources/sass/_spinner.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 27, ../../../sources/sass/_spinner.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 30, ../../../sources/sass/_spinner.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 31, ../../../sources/sass/_spinner.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 34, ../../../sources/sass/_spinner.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 35, ../../../sources/sass/_spinner.scss */
  100% {
    transform: rotate(359deg);
  }
}

/* line 2, ../../../sources/sass/_stories.scss */
.story-author {
  font-style: italic;
  color: #858585;
  font-size: 80%;
  text-align: right;
}

/* line 8, ../../../sources/sass/_stories.scss */
.image img {
  max-width: 100% !important;
}

/* line 11, ../../../sources/sass/_stories.scss */
.caption {
  font-weight: bold;
  font-style: italic;
  font-size: 90%;
}

/* line 16, ../../../sources/sass/_stories.scss */
.updown {
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* line 24, ../../../sources/sass/_stories.scss */
.jq-story-wrap {
  padding: 0.3125em 0;
  margin: 0.3125em 0;
  border-bottom: #a7a37e dotted 1px;
}
/* line 31, ../../../sources/sass/_stories.scss */
.jq-story-wrap.ignore {
  border: #ff6c00 solid 1px;
  padding: 0.3125em;
}
/* line 35, ../../../sources/sass/_stories.scss */
.jq-story-wrap h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #3e6ab3;
}
/* line 40, ../../../sources/sass/_stories.scss */
.jq-story-wrap img {
  float: right;
  margin: 0 0 0.3125em 0.3125em;
}
/* line 45, ../../../sources/sass/_stories.scss */
.jq-story-wrap .jq-story-meta {
  background-color: #eeeeee;
  border: #cecece solid 1px;
  border-width: 1px 0;
  overflow: hidden;
  clear: both;
  margin-bottom: 1em;
}
/* line 53, ../../../sources/sass/_stories.scss */
.jq-story-wrap .jq-story-meta .jq-story-author, .jq-story-wrap .jq-story-meta .jq-story-date {
  float: left;
  border-right: #cecece solid 1px;
  font-size: 80%;
  font-weight: bold;
  color: #3e4345;
  padding: 0.3125em;
}
/* line 65, ../../../sources/sass/_stories.scss */
.jq-story-wrap .jq-story-short,
.jq-story-wrap .jq-story-full {
  -moz-transition: -moz-transform .5s;
  -o-transition: -o-transform .5s;
  -webkit-transition: -webkit-transform .5s;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: transform .5s;
}
/* line 85, ../../../sources/sass/_stories.scss */
.jq-story-wrap .jq-story-full h2 {
  color: #ff6c00;
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
}
/* line 94, ../../../sources/sass/_stories.scss */
.jq-story-wrap .jq-story-content h1, .jq-story-wrap .jq-story-content h2, .jq-story-wrap .jq-story-content h3 {
  line-height: 100%;
  margin-top: 0.8em;
  margin-bottom: 0.3em;
}
/* line 99, ../../../sources/sass/_stories.scss */
.jq-story-wrap .jq-story-content h1 {
  font-size: 2em;
}
/* line 102, ../../../sources/sass/_stories.scss */
.jq-story-wrap .jq-story-content h2 {
  font-size: 1.7em;
}
/* line 105, ../../../sources/sass/_stories.scss */
.jq-story-wrap .jq-story-content h3 {
  font-size: 1.4em;
}

/* line 1, ../../../sources/sass/_adv-blocks.scss */
.adv {
  display: block;
  padding: 0.3125em;
  margin: 0.5em 0;
  text-align: center;
}
/* line 6, ../../../sources/sass/_adv-blocks.scss */
.adv a {
  text-decoration: none;
  color: #3e6ab3;
}
/* line 9, ../../../sources/sass/_adv-blocks.scss */
.adv a img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 250px) {
  /* line 9, ../../../sources/sass/_adv-blocks.scss */
  .adv a img {
    width: 100%;
  }
}

/* line 206, ../../../sources/sass/screen.scss */
.jq-story-wrap, .magazine-wrapper {
  word-wrap: break-word;
}

/* line 210, ../../../sources/sass/screen.scss */
.story-short {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: #cecece solid 1px;
}
/* line 217, ../../../sources/sass/screen.scss */
.story-short:last-child {
  border-bottom: #cecece solid 0px;
}
/* line 220, ../../../sources/sass/screen.scss */
.story-short h3 nobr {
  float: right;
  color: #858585;
  text-align: right;
  font-size: 80%;
}
/* line 226, ../../../sources/sass/screen.scss */
.story-short .date {
  color: #858585;
  text-align: right;
  font-size: 80%;
}
/* line 231, ../../../sources/sass/screen.scss */
.story-short img {
  float: left;
  margin: 0 5px 5px 0;
}

/* line 239, ../../../sources/sass/screen.scss */
h2.category a {
  display: block;
  padding: 5px;
  background: #eeeeee;
  color: black;
  vertical-align: bottom;
  overflow: hidden;
  border-bottom: #569394 solid 3px;
  padding-top: 2%;
  margin-bottom: 10px;
  margin-top: -5px;
}
