@charset "utf-8";
/* CSS Document */
/* 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" /> */
/* normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 20, ../compass/sass/_normalise.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 30, ../compass/sass/_normalise.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
/* line 40, ../compass/sass/_normalise.scss */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 49, ../compass/sass/_normalise.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 66, ../compass/sass/_normalise.scss */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
/* line 77, ../compass/sass/_normalise.scss */
body {
  margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 89, ../compass/sass/_normalise.scss */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 102, ../compass/sass/_normalise.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../compass/sass/_normalise.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
/* line 125, ../compass/sass/_normalise.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 133, ../compass/sass/_normalise.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
/* line 142, ../compass/sass/_normalise.scss */
b,
strong {
  font-weight: bold;
}

/* line 146, ../compass/sass/_normalise.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 154, ../compass/sass/_normalise.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 162, ../compass/sass/_normalise.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 175, ../compass/sass/_normalise.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 185, ../compass/sass/_normalise.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 198, ../compass/sass/_normalise.scss */
q {
  quotes: none;
}

/* 2 */
/* line 205, ../compass/sass/_normalise.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 210, ../compass/sass/_normalise.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 220, ../compass/sass/_normalise.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 227, ../compass/sass/_normalise.scss */
sup {
  top: -0.5em;
}

/* line 231, ../compass/sass/_normalise.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 241, ../compass/sass/_normalise.scss */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}

/* line 246, ../compass/sass/_normalise.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 251, ../compass/sass/_normalise.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 267, ../compass/sass/_normalise.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */
/* line 276, ../compass/sass/_normalise.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 289, ../compass/sass/_normalise.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 302, ../compass/sass/_normalise.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
/* line 310, ../compass/sass/_normalise.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
/* line 321, ../compass/sass/_normalise.scss */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 335, ../compass/sass/_normalise.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 347, ../compass/sass/_normalise.scss */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 361, ../compass/sass/_normalise.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
/* line 373, ../compass/sass/_normalise.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
/* line 383, ../compass/sass/_normalise.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
/* line 394, ../compass/sass/_normalise.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 404, ../compass/sass/_normalise.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 414, ../compass/sass/_normalise.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
/* line 428, ../compass/sass/_normalise.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 10, ../compass/sass/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../compass/sass/style.scss */
body {
  min-height: 100%;
  font-family: 'Antic Slab', arial, sans-serif;
}

/* line 28, ../compass/sass/style.scss */
a {
  color: #ba3304;
}
/* line 32, ../compass/sass/style.scss */
a:hover {
  color: #882603;
}

/* line 38, ../compass/sass/style.scss */
html {
  height: 100%;
}

/* line 44, ../compass/sass/style.scss */
.container {
  margin: 20px auto;
  width: 1180px;
	height:750px;
  background:url(fsnn_2021bg.jpg);
  padding:28px 0 0 458px
}

/* line 51, ../compass/sass/style.scss */
h1, h2 {
  text-align: center;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
}

/* line 57, ../compass/sass/style.scss */
h1 {
  font-size: 3em;
}

/* line 62, ../compass/sass/style.scss */
h2 {
  margin-top: -1.5em;
  color: #ba3304;
}

/* line 68, ../compass/sass/style.scss */
#slider {
  background: #fff;
  width:690px;
	height:690px;
  padding: 15px;
  box-shadow: 0px 0px 5px #c1c0c0;
  -moz-box-shadow:0px 0px 5px #c1c0c0;
  -webkit-box-shadow:0px 0px 5px #c1c0c0;
}

/* line 77, ../compass/sass/style.scss */
ul.transitions {
  margin: 40px -10px;
  padding: 0;
  overflow: auto;
}
/* line 83, ../compass/sass/style.scss */
ul.transitions li {
  list-style: none;
  width: 20%;
  float: left;
  padding: 0 10px 1em;
}
/* line 90, ../compass/sass/style.scss */
ul.transitions li button {
  font-family: 'Antic Slab', arial, sans-serif;
  display: block;
  width: 100%;
  padding: 1em;
  text-align: center;
  font-size: 1.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 3px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 3px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 3px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #666666));
  background: -webkit-linear-gradient(#999999, #666666);
  background: -moz-linear-gradient(#999999, #666666);
  background: -o-linear-gradient(#999999, #666666);
  background: -ms-linear-gradient(#999999, #666666);
  background: linear-gradient(#999999, #666666);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
/* line 106, ../compass/sass/style.scss */
ul.transitions li button[data-transition="explode"] {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #793c82), color-stop(100%, #592c5f));
  background: -webkit-linear-gradient(#793c82, #592c5f);
  background: -moz-linear-gradient(#793c82, #592c5f);
  background: -o-linear-gradient(#793c82, #592c5f);
  background: -ms-linear-gradient(#793c82, #592c5f);
  background: linear-gradient(#793c82, #592c5f);
}
/* line 111, ../compass/sass/style.scss */
ul.transitions li button[data-transition="explode"]:active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #592c5f), color-stop(100%, #381c3c));
  background: -webkit-linear-gradient(#592c5f, #381c3c);
  background: -moz-linear-gradient(#592c5f, #381c3c);
  background: -o-linear-gradient(#592c5f, #381c3c);
  background: -ms-linear-gradient(#592c5f, #381c3c);
  background: linear-gradient(#592c5f, #381c3c);
}
/* line 117, ../compass/sass/style.scss */
ul.transitions li button[data-transition="cube"] {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ad6dd), color-stop(100%, #1db1b7));
  background: -webkit-linear-gradient(#2ad6dd, #1db1b7);
  background: -moz-linear-gradient(#2ad6dd, #1db1b7);
  background: -o-linear-gradient(#2ad6dd, #1db1b7);
  background: -ms-linear-gradient(#2ad6dd, #1db1b7);
  background: linear-gradient(#2ad6dd, #1db1b7);
}
/* line 122, ../compass/sass/style.scss */
ul.transitions li button[data-transition="cube"]:active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1db1b7), color-stop(100%, #16868b));
  background: -webkit-linear-gradient(#1db1b7, #16868b);
  background: -moz-linear-gradient(#1db1b7, #16868b);
  background: -o-linear-gradient(#1db1b7, #16868b);
  background: -ms-linear-gradient(#1db1b7, #16868b);
  background: linear-gradient(#1db1b7, #16868b);
}
/* line 128, ../compass/sass/style.scss */
ul.transitions li button[data-transition="turn"] {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa602a), color-stop(100%, #eb4106));
  background: -webkit-linear-gradient(#fa602a, #eb4106);
  background: -moz-linear-gradient(#fa602a, #eb4106);
  background: -o-linear-gradient(#fa602a, #eb4106);
  background: -ms-linear-gradient(#fa602a, #eb4106);
  background: linear-gradient(#fa602a, #eb4106);
}
/* line 133, ../compass/sass/style.scss */
ul.transitions li button[data-transition="turn"]:active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb4106), color-stop(100%, #ba3304));
  background: -webkit-linear-gradient(#eb4106, #ba3304);
  background: -moz-linear-gradient(#eb4106, #ba3304);
  background: -o-linear-gradient(#eb4106, #ba3304);
  background: -ms-linear-gradient(#eb4106, #ba3304);
  background: linear-gradient(#eb4106, #ba3304);
}
/* line 139, ../compass/sass/style.scss */
ul.transitions li button[data-transition="tiles3d"] {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb1628), color-stop(100%, #da0415));
  background: -webkit-linear-gradient(#fb1628, #da0415);
  background: -moz-linear-gradient(#fb1628, #da0415);
  background: -o-linear-gradient(#fb1628, #da0415);
  background: -ms-linear-gradient(#fb1628, #da0415);
  background: linear-gradient(#fb1628, #da0415);
}
/* line 144, ../compass/sass/style.scss */
ul.transitions li button[data-transition="tiles3d"]:active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da0415), color-stop(100%, #a80310));
  background: -webkit-linear-gradient(#da0415, #a80310);
  background: -moz-linear-gradient(#da0415, #a80310);
  background: -o-linear-gradient(#da0415, #a80310);
  background: -ms-linear-gradient(#da0415, #a80310);
  background: linear-gradient(#da0415, #a80310);
}
/* line 150, ../compass/sass/style.scss */
ul.transitions li button[data-transition="bars3d"] {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #82d444), color-stop(100%, #69ba2b));
  background: -webkit-linear-gradient(#82d444, #69ba2b);
  background: -moz-linear-gradient(#82d444, #69ba2b);
  background: -o-linear-gradient(#82d444, #69ba2b);
  background: -ms-linear-gradient(#82d444, #69ba2b);
  background: linear-gradient(#82d444, #69ba2b);
}
/* line 155, ../compass/sass/style.scss */
ul.transitions li button[data-transition="bars3d"]:active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69ba2b), color-stop(100%, #519121));
  background: -webkit-linear-gradient(#69ba2b, #519121);
  background: -moz-linear-gradient(#69ba2b, #519121);
  background: -o-linear-gradient(#69ba2b, #519121);
  background: -ms-linear-gradient(#69ba2b, #519121);
  background: linear-gradient(#69ba2b, #519121);
}

/* line 164, ../compass/sass/style.scss */
footer {
  padding-top: 3em;
  font-size: 0.8em;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5);
  text-align: center;
}