/*------------------------------------------------------------------
[Table of contents]

1. CSS Reset
2. Global variables
3. Logo, navigation bar and menu / nav.navbar
4. Full-width zoom slider block / #slider-full
5. About block / #about
6. Speakers block  / #speakers
7. Schedule block  / #plan
8. Contact form / #join
8. Guests List / #guests
9. Sponsors block / #sponsors
10. News block / #news
11. Subscribe block / #subscribe
12. Bottom block with menu/contacts/additional information / #block-bottom
13. Footer and copyrights / footer
14. Social links / .social
15. Forms (buttons/radio/inputs) / .btn, input, form
16. Common classes (hover/transition effect/etc)

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Fonts]

Font-family: 'Raleway', sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes ]

	Blue (headers, backgrounds navigation, buttons): #0f0
	Blue Light (headers, text): #44f944
	Blue Dark (headers, backgrounds navigation, buttons): #000
	Green-dark (text): #556372

	Yellow (headers, backgrounds): #F2CB2F
	Orange (several contast elements): #c56434
	Gray colors (backgrounds): #F4F4F4, #E5E5E5, #FBFBFB, #D9D9D9
*/
/*
  1. CSS Reset
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 
 ::-moz-selection { 
background-color: #202020; 
color: #0f0;
}

::selection {
background-color: #202020;
color: #0f0;
}
 
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff !important;
    background-color: #000 !important;
}

.uniForm .inlineLabels label {
    font-size: 100%;
    font-style: normal;
    color: #000 !important;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #000 !important;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 2. Global classes */
html {
  overflow-y: scroll;
}
html,
body {
  height: 100% !important;
}
body {
  color: #556372;
  background: #fff;
  position: relative;
}
body,
div,
table {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 768px) {
  body,
  div,
  table {
    font-size: 16px;
    line-height: 26px;
  }
}
a {
  color: #0f0 !important;
  text-decoration: none;
  transition: color 0.5s ease;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0 none;
  text-decoration: none;
}
a img {
  border: 0;
  outline: 0 none;
}
.form-control:focus,
input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  font-size: 48px;
  color: #000;
}
h1 span.invert,
h2 span.invert,
h3 span.invert,
h4 span.invert,
h5 span.invert {
  color: #0f0;
}
h3 {
  font-size: 30px;
  margin: 0px auto 50px;
  text-transform: uppercase;
  position: relative;
}
h3:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #0f0;
  width: 100px;
  margin-left: -50px;
  bottom: -18px;
  left: 50%;
}
h3.black {
  color: #000;
}
h3.black:after {
  border-color: #fff;
}
h4 {
  font-size: 24px;
  margin: 0 0 35px;
}
h5 {
  font-size: 18px;
}
section {
  overflow: hidden;
  padding: 100px 0;
}
section h3 {
  text-align: center;
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}
.more .fa {
  font-size: 10px;
  vertical-align: middle;
  margin: 0 0 1px 3px;
}
header {
  background: #000;
}
header h1 {
  color: #fff;
}
/*
	3. Logo, navigation bar and menu
*/
nav.navbar {
  /*	background: rgba(3, 0, 21, 0.10);*/
  transition: background .5s ease;
  height: 102px;
}
@media (max-width: 1199px) {
  nav.navbar {
    height: auto;
  }
}
nav.navbar.dark {
  background: rgba(33, 33, 33, 0.95);
}
nav.navbar #navbar {
  position: relative;
}
@media (min-width: 1200px) {
  nav.navbar #navbar ul.navbar-nav {
    float: right;
  }
  nav.navbar #navbar ul.navbar-nav li:hover > a,
  nav.navbar #navbar ul.navbar-nav .active > a {
    border-top: 3px solid #44f944;
    color: #44f944;
  }
  nav.navbar #navbar ul.navbar-nav li:hover.active > a,
  nav.navbar #navbar ul.navbar-nav .active.active > a {
    cursor: default;
  }
  nav.navbar #navbar ul.navbar-nav li,
  nav.navbar #navbar ul.navbar-nav a {
    color: #fff;
    font-size: 16px;
    transition: none !important;
  }
  nav.navbar #navbar ul.navbar-nav a {
    padding: 38px 18px 41px;
    border-top: 3px solid transparent;
  }
  nav.navbar #navbar ul.navbar-nav a:hover {
    background: transparent;
    color: #0f0;
  }
  nav.navbar #navbar ul.navbar-nav a:focus {
    background: transparent;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  nav.navbar #navbar ul.navbar-nav {
    margin-right: 50px;
  }
}
nav.navbar .logo {
  padding: 0px 0 0px;
  display: block;
  position: absolute;
  z-index: 1001;
}
nav.navbar .navbar-toggle {
  background-color: transparent;
  background-image: none;
  height: 45px;
  width: 63px;
  border-radius: 4px;
  margin: 14px 15px;
  padding: 3px 10px 43px;
  position: relative;
}
nav.navbar .navbar-toggle .icon-bar {
  background: #fff;
  height: 4px;
  width: 100%;
  margin: 7px 0;
  transition: all 0.2s;
}
nav.navbar .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
nav.navbar .navbar-toggle .middle-bar {
  opacity: 0;
}
nav.navbar .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
nav.navbar .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
nav.navbar .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
nav.navbar .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
@media (max-width: 1199px) {
  nav.navbar #navbar {
    margin: 0px 0  0 !important;
    padding: 0px 0 0px 0 !important;
    background: #000;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100002;
    height: 100%;
    width: 100%;
    max-height: 100% !important;
    display: block;
    overflow: scroll;
    min-width: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: all .3s ease;
  }
  nav.navbar #navbar.collapse {
    left: -100%;
  }
  nav.navbar #navbar .navbar-toggle .icon-bar {
    background: #fff;
  }
  nav.navbar #navbar .navbar-toggle:focus .icon-bar,
  nav.navbar #navbar .navbar-toggle:active .icon-bar,
  nav.navbar #navbar .navbar-toggle:hover .icon-bar {
    background: #fff;
  }
  nav.navbar .logo {
    margin-left: 15px;
    margin-top: -12px;
  }
  nav.navbar ul.navbar-nav {
    background: #000;
    width: 100%;
    padding: 30px 0px 70px 0;
    margin: 30px 0 0 0;
  }
  nav.navbar ul.navbar-nav a {
    font-size: 20pt;
    font-weight: 900;
    padding: 20px 40px;
  }
  nav.navbar ul.navbar-nav a:hover,
  nav.navbar ul.navbar-nav a:focus {
    background: transparent;
  }
  nav.navbar ul.navbar-nav li.active > a {
    color: #E5E5E5;
  }
  nav.navbar ul.navbar-nav li.active ul li.active a {
    color: #E5E5E5;
  }
  nav.navbar ul.navbar-nav > li {
    border-bottom: 1px solid #021227;
  }
  nav.navbar ul.navbar-nav > li.hasSub:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18pt;
    vertical-align: middle;
    content: "\f0da";
    margin: 4px 0 0 8px;
    right: 25px;
    top: 15px;
    position: absolute;
    color: #0f0;
  }
  nav.navbar ul.navbar-nav > li.show-child ul {
    display: block !important;
  }
  nav.navbar ul.navbar-nav ul {
    padding: 20px 30px;
    list-style: none;
    background: #0f0;
  }
  nav.navbar ul.navbar-nav ul a {
    padding: 6px 25px;
    font-size: 16pt;
    display: block;
    color: #fff;
  }
}
/*
	4. Full-width zoom slider block
*/
#slider-full {
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 844px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
#slider-full .container {
  position: relative;
}
#slider-full h1 {
  color: #44f944;
  text-align: left;
  font-weight: 600;
  font-size: 70px;
  line-height: 1.1em;
  margin: 195px 0 0 0;
}
#slider-full h1 span {
  color: #fff;
}
#slider-full p {
  font-size: 14pt;
  line-height: 1.6em;
  font-weight: 300;
  width: 80%;
  margin-top: 50px;
}
#slider-full .btn {
  margin-top: 75px;
}
#slider-full .calendar {
  margin: 10px 0 0 0;
}
#slider-full .calendar .day {
  font-family: 'Roboto', sans-serif;
  display: block;
  background: #fff;
  color: #000;
  text-align: center;
  font-weight: 800;
  line-height: 1em;
  font-size: 120px;
  padding: 6px 0 6px 0;
}
#slider-full .calendar .month {
  border-top: 1px solid #000;
  display: block;
  background: #404040;
  color: #0f0;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  padding: 8px 0 9px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #slider-full {
    height: 700px;
  }
  #slider-full h1 {
    font-size: 60px;
    margin: 155px 0 40px 0;
  }
  #slider-full .calendar .day {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  #slider-full {
    height: 600px;
  }
  #slider-full h1 {
    font-size: 50px;
    margin: 20px 0 20px;
  }
  #slider-full .calendar {
    display: inline-block;
    margin: 40px 0 0 0;
  }
  #slider-full .calendar .day {
    font-size: 50px;
    padding: 10px 20px 15px;
  }
  #slider-full .calendar .month {
    font-size: 18px;
  }
  #slider-full p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #slider-full {
    height: 400px;
  }
  #slider-full h1 {
    font-size: 30px;
    margin: 30px 0 20px 0;
  }
  #slider-full p {
    font-size: 14px;
    display: none;
  }
  #slider-full .calendar {
    display: inline-block;
    margin: 50px 0 0 0;
  }
  #slider-full .calendar .day {
    font-size: 50px;
    padding: 5px 10px 15px;
  }
  #slider-full .calendar .month {
    font-size: 16px;
    padding: 0 10px;
  }
}
.zs-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 13, 30, 0.66);
  z-index: 1;
}
.zs-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/parallax-gray-top.png") 100% 50% no-repeat;
  z-index: 2;
}
#time {
  background: #404040;
  color: #0f0;
  padding: 43px 0 36px;
}
#time .header {
  font-weight: 800;
  font-size: 30px;
}
#time .days {
  display: inline-block;
  font-weight: 800;
  margin: 0 -15px;
}
#time .days > span {
  font-family: 'Roboto', sans-serif;
  float: left;
  text-align: center;
  vertical-align: top;
  font-size: 36px;
  line-height: 0.8em;
}
#time .days > span:not(.divider) {
  width: 125px;
  padding-left: 15px;
  padding-right: 15px;
}
#time .days > span.divider {
  padding: 8px 0 0 0;
}
#time .days > span span {
  color: #44f944;
  display: block;
  font-size: 18px;
}
#time .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #time .days > span {
    font-size: 30px;
  }
  #time .days > span:not(.divider) {
    width: 95px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #time .days > span span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #time {
    text-align: center;
  }
  #time .days {
    margin: 20px 0;
  }
  #time .days > span {
    font-size: 30px;
  }
  #time .days > span:not(.divider) {
    width: 95px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #time .days > span span {
    font-size: 16px;
  }
  #time .btn {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  #time .header {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #time .days > span {
    font-size: 24px;
  }
  #time .days > span:not(.divider) {
    width: 65px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #time .days > span span {
    font-size: 14px;
  }
}
/*
	5. About block
*/
#about {
  text-align: center;
  padding-bottom: 80px;
}
#about p {
  width: 80%;
  margin: 0 auto;
}
#about .map-marker {
  margin: 50px 0;
  display: inline-block;
  color: #44f944;
}
@media (max-width: 768px) {
  #about p {
    width: 100%;
  }
}
#about .stat {
  margin: 24px 0 0 0;
}
#about .stat > div {
  margin-bottom: 20px;
}
#about .stat > div:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 991px) {
  #about .stat > div:nth-child(even) {
    border-right: 0px;
  }
}
@media (max-width: 479px) {
  #about .stat > div {
    border-right: 0px !important;
  }
}
#about .stat .number {
  font-family: 'Roboto', sans-serif;
  font-size: 80px;
  font-weight: 800;
  color: #0f0;
  margin-bottom: 16px;
  line-height: 1em;
  display: block;
}
#about .stat .header {
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  color: #44f944;
  margin-bottom: 12px;
}
#about .stat p {
  font-size: 14px;
  line-height: 1.6em;
}
.map-marker {
  color: #000;
  font-weight: 800;
  font-size: 18px;
  padding: 10px 0 10px 40px;
  background: url("../images/map-marker.png") no-repeat 0 50%;
}
/*
	6. Speakers block
*/
#speakers {
  background-color: #F4F4F4;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 85px 0 45px;
  text-align: center;
  color: #fff;
}
#speakers .row > div {
  margin-bottom: 40px;
}
#speakers h3 {
  margin-bottom: 60px;
}
#speakers .name {
  font-weight: 800;
  margin-top: 20px;
  line-height: 1em;
}
#speakers .descr {
  font-size: 14px;
}
#speakers .arrow-left,
#speakers .arrow-right {
  background: #0f0;
  color: #fff !important;
  margin: 0 2px;
  padding: 12px 14px;
  font-size: 13px;
}
#speakers .arrow-left:hover,
#speakers .arrow-right:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 991px) {
  #speakers {
    padding: 45px 0 5px;
  }
}
/* 
	7. Schedule block
*/
#plan {
  padding: 110px 0 10px;
}
#plan h3 {
  margin-bottom: 75px;
}
#plan .swiper-pages {
  text-align: center;
}
#plan .swiper-pages span {
  margin: 0 8px 20px;
  width: auto !important;
  height: auto !important;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
#plan .swiper-pages span.swiper-pagination-bullet {
  color: #fff;
  background: #0f0;
  border-color: #0f0;
}
#plan .swiper-pages span.swiper-pagination-bullet:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
#plan .swiper-pages span.swiper-pagination-bullet-active {
  border: 1px solid #000;
  color: #000;
  background: #fff;
  cursor: default;
}
#plan .swiper-pages span.swiper-pagination-bullet-active:hover {
  cursor: default;
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
#plan .items {
  margin: 80px 0 0 0;
}
#plan .items .date {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #0f0;
}
#plan .items .name {
  font-weight: 800;
  color: #000;
  line-height: 1em;
}
#plan .items .descr {
  font-size: 14px;
}
#plan .items img {
  margin: 9px 0 0 0;
}
#plan .items .text h4 {
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 18px;
}
#plan .items .text p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6em;
}
#plan .items .text a {
  font-size: 12px;
}
#plan .items .text a .fa {
  vertical-align: middle;
  margin: 0 0 1px 3px;
}
@media (max-width: 991px) {
  #plan .items {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  #plan .items .descr {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #plan .items .item:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 20px;
    margin: 0 0 25px;
  }
}
#plan .divider {
  background: url("../images/dot.png") no-repeat 50% 0%;
  height: 230px;
}
#plan .divider:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  margin-top: 29px;
  margin-left: -1px;
  height: 201px;
  border-right: 1px solid #E5E5E5;
}
#plan .items > div:last-child .divider:after {
  display: none;
}
@media (max-width: 768px) {
  #plan {
    padding: 60px 0 60px;
  }
}
/*
	8. Contact form
*/
#join {
  background: #404040;
}
h3.join {
  color: #0f0;
}
#join .price-tabs .item {
  background: #3F9BD0;
  border: 4px solid #fff;
  text-align: center;
  padding: 30px 0;
  display: block;
  transition: background .5s ease;
  position: relative;
}
#join .price-tabs .item .price {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: 60px;
  line-height: 1em;
  display: block;
  margin: 0 0 10px 0;
}
#join .price-tabs .item .value {
  color: #000;
  font-weight: 800;
  font-size: 30px;
  line-height: 1em;
  display: block;
}
#join .price-tabs .item .info {
  opacity: 1;
  font-size: 11pt;
  position: absolute;
  background: #fff;
  height: 0%;
  width: 100%;
  overflow: hidden;
  bottom: 0px;
  transition: all .250s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#join .price-tabs .item .info ul {
  margin: 0px 0 0 30px;
}
#join .price-tabs .item .info ul li {
  list-style: none;
  font-weight: 800;
  color: #000;
}
#join .price-tabs .item .info ul li:before {
  content: "\f00c";
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  color: #88B842;
  position: absolute;
  margin: 11px 0 0 -26px;
}
@media (max-width: 1199px) {
  #join .price-tabs .item .info ul {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  #join .price-tabs .item .info ul {
    margin-left: 0px;
  }
  #join .price-tabs .item .info li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #join .price-tabs .item .info {
    display: none;
  }
}
#join .price-tabs .item:hover .info {
  height: 100%;
}
#join .price-tabs .item:hover {
  background: #000;
}
#join .price-tabs .item:hover .value {
  color: #44f944;
}
#join form {
  margin: 35px 0 40px 0;
  background: #fff;
  padding: 40px 60px;
  text-align: left;
  position: relative;
}
#join form h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#join form .btn {
  display: block;
  width: 100%;
}
#join form:after {
  content: "";
  position: absolute;
  border-bottom: 5px solid #000;
  bottom: 0;
  width: 95%;
  margin: 0 0 -5px -47.5%;
  left: 50%;
}
@media (max-width: 768px) {
  #join {
    padding-bottom: 10px;
  }
  #join .price-tabs .item .price {
    font-size: 36px;
  }
  #join .price-tabs .item .value {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  #join .price-tabs .item {
    margin-bottom: 20px;
    padding: 10px;
  }
  #join form {
    margin-top: 15px;
  }
}
form label.error {
  display: none !important;
}
form input.error,
form select.error {
  border: 1px solid red !important;
}
/*
	9. Sponsors block
*/
#sponsors {
  padding: 100px 0 105px;
  border-bottom: 1px solid #D9D9D9;
}
#sponsors #sponsors-slider {
  margin-top: 70px;
}
#sponsors #sponsors-slider div {
  text-align: center;
}
#sponsors .arrow-right,
#sponsors .arrow-left {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #0f0;
  color: #fff;
  margin: -20px 0 0 0;
  padding: 12px 14px;
  font-size: 13px;
  transition: background .5s ease;
}
#sponsors .arrow-right.arrow-right,
#sponsors .arrow-left.arrow-right {
  left: auto;
  right: 0px;
}
#sponsors .arrow-right:hover,
#sponsors .arrow-left:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 991px) {
  #sponsors {
    padding: 60px 0 55px;
  }
}
/*
	10. News block
*/
#news .photo {
  display: block;
  position: relative;
}
#news .photo .date {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  background: #0f0;
  color: #fff;
  padding: 8px 24px 4px;
  line-height: 0.9em;
}
#news .photo .date span {
  display: block;
  font-size: 14px;
}
#news .item {
  background: #F4F4F4;
  transition: background .5s ease;
}
#news .item .descr {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 27px;
  border: 1px solid #F4F4F4;
  border-top: 0 none;
}
#news .item p {
  line-height: 1.6em;
}
#news .item a > h5 {
  color: #0f0;
  text-transform: uppercase;
  transition: color 0.5s ease;
}
#news .item a > h5:hover {
  color: #000;
}
#news .item:hover {
  background: #fff;
}
#news .item:hover .descr {
  border: 1px solid #E5E5E5;
  border-top: 0 none;
}
@media (max-width: 768px) {
  #news .item {
    margin-bottom: 40px;
  }
}
/*
	11. Subscribe block
*/
#subscribe {
  padding: 52px 0 50px;
  background: #0f0;
  color: #fff;
}
#subscribe div {
  font-size: 16px;
}
#subscribe h4 {
  font-size: 30px;
  margin-bottom: 6px;
}
#subscribe input {
  margin: 0;
}
#subscribe .btn {
  height: 57px;
  margin-top: 0;
  padding-left: 55px;
  padding-right: 55px;
  vertical-align: middle;
}
#subscribe .btn:hover {
  background: #44f944;
  color: #000;
}
@media (max-width: 991px) {
  #subscribe form {
    margin-top: 30px;
  }
}
/*
	12. Bottom block with menu/contacts/additional information
*/
#block-bottom {
  background: #000;
  color: #fff;
  padding: 80px 0 85px 0;
}
@media (max-width: 991px) {
  #block-bottom {
    padding: 40px 0 10px;
  }
}
#block-bottom h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #0f0;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #block-bottom h6 {
    margin-top: 20px;
  }
}
#block-bottom .logo {
  margin: 0px 0 60px 0px;
}
@media (max-width: 991px) {
  #block-bottom .logo {
    margin-bottom: 20px;
  }
}
#block-bottom .logo-text {
  color: #44f944;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #block-bottom .logo-text {
    width: 70%;
  }
}
@media (min-width: 991px) {
  #block-bottom .row .item {
    padding-right: 0;
    padding-left: 30px;
  }
}
#block-bottom .row .item:first-child {
  padding-left: 15px;
}
@media (max-width: 991px) {
  #block-bottom .row {
    display: block !important;
  }
}
@media (min-width: 991px) {
  #block-bottom .borders > div:not(:last-child) {
    border-right: 1px solid #009100;
  }
}
#block-bottom .date {
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 800;
}
#block-bottom .date .day {
  font-family: 'Roboto', sans-serif;
  /*			font-size: 60px;*/
  font-size: 28px;
  padding-top: 13px;
  line-height: 1em;
  color: #fff;
  display: block;
}
#block-bottom .date .month {
  color: #44f944;
}
#block-bottom .address {
  font-weight: 800;
  color: #44f944;
  margin-bottom: 20px;
}
#block-bottom .menu-footer {
  list-style: none;
  padding: 0;
}
#block-bottom .menu-footer li {
  margin-bottom: 5px;
}
#block-bottom .menu-footer li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#block-bottom .menu-footer li a:hover {
  color: #0f0;
}
#block-bottom .menu-footer li.active a {
  color: #0f0;
  cursor: default;
}
@media (max-width: 768px) {
  #block-bottom .menu-footer {
    padding: 20px 0;
  }
  #block-bottom .menu-footer li {
    float: left;
    width: 33.3%;
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  #block-bottom .social {
    margin: 0px 0px 20px;
  }
}
#block-bottom .social a {
  margin-right: 16px;
  line-height: 45px;
  font-size: 24px;
  width: 45px;
  height: 45px;
  background: #0f0;
  color: #fff;
  transition: background .5s ease;
}
#block-bottom .social a:hover {
  background: #44f944;
}
/*
	13. Footer and copyrights
*/
footer {
  background: #000;
  color: #0f0;
  text-align: left;
  padding: 27px 0 27px;
  overflow-y: hidden;
  height: 80px;
}
footer div {
  font-size: 14px;
}
@media (max-width: 991px) {
  footer {
    height: auto;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .go-top {
  position: relative;
  float: right;
  margin: 25px 0 0 0;
  display: block;
}
footer .go-top:before {
  background: #000;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  line-height: 40px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -17px;
  transition: all .3s ease;
}
footer .go-top:hover:before {
  background: #44f944;
  color: #000;
}
/* 14. Social links */
.social {
  list-style: none;
  margin: 0px 0px 0 0;
  padding: 0;
}
.social li {
  display: inline;
  margin-right: 0px;
}
.social a {
  color: #0f0;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 25px;
  font-size: 14px;
  transition: color 0.5s ease;
}
.social a:hover {
  color: #000;
}
/*
	15. Forms (buttons/radio/inputs)
*/
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="email"].form-control {
  border-color: #E5E5E5;
  background: #FBFBFB;
  font-size: 16px;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  margin: 0 0px 30px 0;
  padding: 6px 20px;
  height: 57px;
  -webkit-box-shadow: 0 0 0 !important;
  -moz-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
}
.select {
  position: relative;
  display: block;
}
.select:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  top: 20px;
  right: 30px;
  position: absolute;
  display: inline-block;
  color: #000;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.btn {
  transition: background .5s ease;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 14px 40px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 14px;
    padding: 12px 30px;
  }
}
.btn.btn-sm {
  padding: 8px 30px;
  font-size: 14px;
  text-transform: none;
}
.btn.btn-dark {
  color: #fff;
  background: #000;
}
.btn.btn-dark:hover {
  color: #fff;
  background: #0f0;
}
.btn.btn-blue {
  color: #fff;
  background: #0f0;
}
.btn.btn-blue:hover {
  color: #fff;
  background: #000;
}
.btn.btn-blue-border {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.btn.btn-blue-border:hover {
  color: #fff;
  background: #000;
}
.btn.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-white:hover {
  background: #fff;
  color: #000;
}
/*
	16. Common classes (hover/transition effect/etc)
*/
.blog-post h3 {
  margin-top: 30px;
}
.block-col {
  margin-top: 130px;
}
.blog-post ul {
  list-style: none;
}
.blog-post h4 {
  font-size: 18px;
  margin: 20px 0 10px;
}
.parallax {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 991px) {
  .parallax {
    background-attachment: fixed;
  }
}
.center {
  text-align: center;
}
img.full-width {
  width: 100%;
  height: auto;
}
img.circle {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
img.rounded {
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
.upper {
  text-transform: uppercase;
  font-size: 9pt;
}
.color-fade {
  transition: color 0.5s ease;
}
.border-fade {
  transition: border 0.5s ease;
}
.background-fade {
  transition: background .5s ease;
}
.all-fade {
  transition: all .3s ease;
}
.fade {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-fade {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility .1s linear 0.4s, opacity 0.4s linear, background 0.5s ease;
}
.opacity-hidden-hover {
  visibility: visible;
  opacity: 1;
  transition-delay: .1s;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.color-overlay:after {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #021227;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.bbcode_quote,
div.bbcode_code {
  border: 1px solid #d2e4f7;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f5f5f5;
  padding: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  max-height: 360px;
  max-width: 758px;
  overflow: hidden;
  /*width: 98%;  must be < 100% for nested quotes! */
}
div.bbcode_quote .toolbar,
div.bbcode_code  .toolbar { display:none; }
div.bbeditor {
  font-size: 14px !important;
  position: relative;
  width: auto;
  height: 24px;
  margin: 0;
  padding: 0; }
div.bbeditor img {
  padding: 3px;
  border: 1px solid #eee;
  margin-right: 3px;
  background-color: #fff;
  cursor: pointer; }
div.bbcode_quote_head, div.bbcode_code_head {
  font-weight: bold;
  margin-bottom: 4px;
}
div.bbcode_quote_body,
div.bbcode_code_body {
  border: 1px solid #dadada;
  font-size: 14px !important;
  line-height: 16px;
  max-height: 350px;
  overflow: scroll;
  padding: 4px;
  width: auto;
}
div.bbcode_quote_body {
  max-height: 320px;
  overflow: auto;
  font-style: italic !important;
}
div.bbcode_code_body {
  border: 0;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'Lucida Console', 'Courier New', helvetica, sans-serif !important;
  white-space: pre;
}
div.bbcode_code_head {
  background-color: #E3E3E3;
  font-family: "Courier New",monospace,mono !important;
  font-size: 13px;
  height: 14px;
  line-height: 12px;
  padding: 5px;
}
.markItUpContainer { max-width: 900px; }
ul.bbcode_list { list-style-position: inside; }
ul.bbcode_list li { color: #000; }
div.bbcode_code ol.highlighted * {
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'Lucida Console', 'Courier New', helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 17px;
}

span.bbcode_spoiler { color: #000; background-color: #000; }
span.bbcode_spoiler:hover { color: #000; background-color: transparent; }

div#comments {
  background-color: #fff;
  padding: 4px;
  margin-top: 4px;
  width: 99%;
}
div#comments .comment_editor_header {
  padding-left: 4px;
  font-weight: bold;
}
div#comments .comments-title {
  font-size: 15pt;
  text-shadow: 1px 1px 0 #DDDDDD;
  text-transform: none;
  padding: 2px;
  margin: 8px 0 8px 0;
}
div#comments p.comment-text { border: 1px solid #f0f0f0;
  color: #000; margin: 4px; padding: 4px;
}
div#comments ol {
  padding: 0;
  margin: 8px 0 0 0;
}
div#comments ol li {
  background-color:#F9F9F9;
  border:1px solid #CFCFCF;
  font-style: normal;
  height:auto !important;
  margin: 4px 0;
  min-height:60px;
  list-style:none outside none;
  padding: 0;
  overflow:hidden;
}
div#comments ol li div.comment {
  padding: 4px;
  min-height: 40px;
  width: 99%; }

div#comments .meta {
  padding-bottom:32px;
  background:url(includes/images/bg_comments1.gif) no-repeat 0 100%;
  width: 550px;
  }
div#comments .meta li{
  background-color: transparent;
  border: none;
  margin:0;
  display:inline;
	font-size:12px;
	color:#777;
	position:static;
  padding: 2px;
	}
div#comments .meta .author{
	font-size:14px;
	font-weight:bold;
	}

div#comments ol li div.comment-admin {
  float: right;
  display: inline-block;
  padding: 2px;
  margin: 1px 8px 1px 2px;
  height: 20px;
  vertical-align: top;
}
div#comments ol li span.admin-hint {
  display: none;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 11px;
}
div#comments ol li div.comment-admin:hover {
  background-color: #FFC0C0;
}
div#comments ol li div.comment-admin:hover span {
  display: inline-block;
}
div#comments ol li img.avatar {
  background-color: #fff;
  padding: 3px;
  border: 1px solid #eee;
  width: 60px; height: 60px;
}
div#comments ol li div.avatar-column {
  background-color: #fff;
  float: left;
  width: auto;
  height: auto;
}
div#comments ol li div.message-column {
  background-color: #fff;
  margin-left: 60px;
  width: auto;
}
div#comments ol li p {
  padding: 2px;
  margin-top: 4px;
}
div#comments ol li span {
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
}
div#comments ol li span.date {
  color: #666;
}
div#comments ol li span.username,
div.comment_username {
  font-weight: bold;
  padding: 4px;
}
form#comment-form {
  background-color:#F9F9F9;
  border: 1px solid #CFCFCF;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 4px;
}
form#comment-form markItUpComment_comment { width: 100%; min-height: 250px; padding: 0; }
form#comment-form div.markItUpContainer { width: 98%; min-height: 200px; padding: 4px; }
#comment_comment {
  font: 14px 'Lucida Console', Courier, monospace;
  padding: 0px;
  margin: 0px;
  border:1px solid #3C769D;
  height: 166px;
  position: relative;
  left: 4px;
  line-height:17px;
  overflow: scroll;
  width: 98%;
  z-index: 1;
}
form#comment-form input {
  border: 1px solid #CFCFCF;
  padding: 4px;
  display: block;
  width: 300px;
  margin-bottom: 10px;
  margin-left: 4px;
}
form#comment-form input[type="submit"] {
  background-color:#58B9EB;
  border:1px solid #40A2D4;
  color:#FFFFFF;
  cursor:pointer;
  font-family: Helvetica,Arial,sans-serif;
  font-size:14px;
  font-weight:bold;
  padding:4px;
  margin-top:5px;
  width: 150px;
  border-radius:4px; -webkit-border-radius:4px;
}
form#comment-form input[type="submit"]:hover {
  background-color:#80cdf5;
  border-color:#52b1e2;
}
a.comment-edit {
  background: transparent url("includes/images/edit.png") no-repeat scroll top center;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 1px 1px 1px 22px !important;
  margin: 0 2px 0 2px !important;
  white-space: nowrap;
  width: auto !important;
}
a.comment-delete {
  background: transparent url("includes/images/eraser.png") no-repeat scroll top center;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 1px 1px 1px 22px !important;
  margin: 0 2px 0 2px !important;
  white-space: nowrap;
  width: auto !important;
}
/* SD343 */
div.comment div.likes-box { display: inline; float:none; padding: 6px 4px 6px 4px; }
div.comment a.like-link {
  background:none no-repeat scroll 0 center transparent;
  background-image:url(includes/images/thumb-up.png);
  padding: 2px 1px 2px 20px; }


/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.bbcode .markItUpButton1 a {background-image:url(includes/images/markitup/bold.png);}
.bbcode .markItUpButton2 a {background-image:url(includes/images/markitup/italic.png);}
.bbcode .markItUpButton3 a {background-image:url(includes/images/markitup/underline.png);}
.bbcode .markItUpButton4 a {background-image:url(includes/images/markitup/picture.png);}
.bbcode .markItUpButton5 a {background-image:url(includes/images/markitup/link.png);}
.bbcode .markItUpButton6 a {background-image:url(includes/images/markitup/colors.png);}
.bbcode .markItUpButton6 ul { padding:1px; width:81px; }
.bbcode .markItUpButton6  li {
    border:1px solid white;
    width:25px;  height:25px;
    overflow:hidden;
    padding:0px; margin:0px;
    float:left;
}
.bbcode .markItUpButton6 ul a {width:25px; height:25px;}
.bbcode .markItUpButton6 ul a:hover { background-color:none; }
.bbcode .markItUpButton6 .col1-1 a {background:yellow;}
.bbcode .markItUpButton6 .col1-2 a {background:orange;}
.bbcode .markItUpButton6 .col1-3 a {background:red;}
.bbcode .markItUpButton6 .col2-1 a {background:blue;}
.bbcode .markItUpButton6 .col2-2 a {background:purple;}
.bbcode .markItUpButton6 .col2-3 a {background:green;}
.bbcode .markItUpButton6 .col3-1 a {background:white;}
.bbcode .markItUpButton6 .col3-2 a {background:gray;}
.bbcode .markItUpButton6 .col3-3 a {background:black;}
.bbcode .markItUpButton7 a {background-image:url(includes/images/markitup/fonts.png);}
.bbcode .markItUpButton8 a { /* Smilies */
  background-image:url(includes/images/smileys/smile.png);
}
.bbcode .markItUpButton9 a {background-image:url(includes/images/markitup/list-bullet.png);}
.bbcode .markItUpButton10 a {background-image:url(includes/images/markitup/list-numeric.png);}
.bbcode .markItUpButton11 a {background-image:url(includes/images/markitup/list-item.png);}
.bbcode .markItUpButton12 a {background-image:url(includes/images/markitup/quotes.png);}
.bbcode .markItUpButton13 a {background-image:url(includes/images/markitup/code.png);}
.bbcode .markItUpButton14 a {background-image:url(includes/images/markitup/clean.png);}
.bbcode .markItUpButtonXX a {background-image:url(includes/images/markitup/preview.png); display: none;}

/* Color Palette */
.bbcode .colors a { background-image:url(includes/images/markitup/colors.png);}
  .bbcode .colors ul {
    width:110px;
    padding:2px !important;
    margin:2px !important;}
  .bbcode .colors li {
    border:1px solid white;
    width:25px;
    height:25px;
    overflow:hidden;
    padding:2px !important;
    margin:2px !important;
    float:left;}
  .bbcode .colors ul a { width:25px; height:25px; }
  .bbcode .colors ul a:hover {background-color: none;}
  .bbcode .colors .col1-1 a {background:yellow;}
  .bbcode .colors .col1-2 a {background:orange;}
  .bbcode .colors .col1-3 a {background:red;}
  .bbcode .colors .col2-1 a {background:blue;}
  .bbcode .colors .col2-2 a {background:purple;}
  .bbcode .colors .col2-3 a {background:green;}
  .bbcode .colors .col3-1 a {background:white;}
  .bbcode .colors .col3-2 a {background:gray;}
  .bbcode .colors .col3-3 a {background:black;}
.bbcode .calculator a { background-image:url(includes/images/markitup/calculator.png); }

/* Smileys - point to /includes/images/smileys folder! v3.3.2 */
.bbcode .smileys a { background-image:url(includes/images/smileys/smile.png); }
  .bbcode .smileys ul {
    width: 126px;
    padding: 2px !important;
    margin: 2px !important; }
  .bbcode .smileys li {
    border: 1px solid white;
    width: 20px;
    height: 22px;
    overflow: hidden;
    padding: 2px !important;
    margin: 2px !important;
    float: left; }
  .bbcode .smileys ul a { width: 20px; height: 20px; }
  .bbcode .smileys ul a:hover {background-color: none;}
  .bbcode .smileys .col1-1 a {background-image:url(includes/images/smileys/smile.png);}
  .bbcode .smileys .col1-2 a {background-image:url(includes/images/smileys/bigsmile.png);}
  .bbcode .smileys .col1-3 a {background-image:url(includes/images/smileys/laugh.png);}
  .bbcode .smileys .col1-4 a {background-image:url(includes/images/smileys/angry.png);}
  .bbcode .smileys .col2-1 a {background-image:url(includes/images/smileys/neutral.png);}
  .bbcode .smileys .col2-2 a {background-image:url(includes/images/smileys/confuse.png);}
  .bbcode .smileys .col2-3 a {background-image:url(includes/images/smileys/surprise.png);}
  .bbcode .smileys .col2-4 a {background-image:url(includes/images/smileys/cool.png);}
  .bbcode .smileys .col3-1 a {background-image:url(includes/images/smileys/tongue.png);}
  .bbcode .smileys .col3-2 a {background-image:url(includes/images/smileys/worry.png);}
  .bbcode .smileys .col3-3 a {background-image:url(includes/images/smileys/wink.png);}
  .bbcode .smileys .col3-4 a {background-image:url(includes/images/smileys/sleepy.png);}
  .bbcode .smileys .col4-1 a {background-image:url(includes/images/smileys/blush.png);}
  .bbcode .smileys .col4-2 a {background-image:url(includes/images/smileys/saint.png);}
  .bbcode .smileys .col4-3 a {background-image:url(includes/images/smileys/blue.png);}
  .bbcode .smileys .col4-4 a {background-image:url(includes/images/smileys/frown.png);}
  .bbcode .smileys .col5-1 a {background-image:url(includes/images/smileys/sweatdrop.png);}
  .bbcode .smileys .col5-2 a {background-image:url(includes/images/smileys/cake.png);}
  .bbcode .smileys .col5-3 a {background-image:url(includes/images/smileys/star.gif);}
  .bbcode .smileys .col5-4 a {background-image:url(includes/images/smileys/heart.gif);}
/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * { margin:0; padding:0; outline:none; }
.markItUp a:link,
.markItUp a:visited { color:#000; text-decoration:none; }
.markItUp  { width:98%; margin:5px 0 5px 0; border:5px solid #F5F5F5; }
.markItUpContainer  {
  border:1px solid #ccc;
  background:#FFF;
  padding:5px 5px 2px 5px;
  font:11px Arial, Helvetica, Verdana, sans-serif;}
textarea.markItUpEditor {
  font:14px 'Lucida Console', Courier, monospace;
  margin: 2px;
  border:1px solid #ccc;
  clear:both;
  display:block;
  line-height:17px;
  overflow: scroll;
  width: inherited; }
.markItUpPreviewFrame {
  overflow:auto;
  background-color:#fff;
  border:1px solid #ccc;
  width:99.9%;
  height:300px;
  margin:5px 0;}
.markItUpFooter { clear:both; width:100%; cursor:n-resize; }
.markItUpResizeHandle {
  overflow:hidden;
  width:22px; height:5px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(includes/images/markitup/handle.png);
  cursor:n-resize; }
/* first row of buttons */
.markItUpHeader ul  {
  list-style-type: none !important;
  padding: 2px !important;
  margin: 2px !important;
}
.markItUpHeader ul li,
.markItUpHeader ul ul li {
  margin: 0px !important;
  padding: 0px !important;
}
.markItUpHeader ul li {
  list-style:none !important;
  float:left;
  position:relative;
  margin-right: 2px !important;
  padding: 2px !important;
}
.markItUpHeader ul li:hover {
  background-color: #f0f0f0;
}
.markItUpHeader ul li ul {
  display:none;
  list-style-type: none;
}
.markItUpHeader ul li:hover > ul {
  list-style-type: none;
  display:block;
}
.markItUpHeader ul .markItUpDropMenu {
  background:transparent url(includes/images/markitup/menu.png) no-repeat 115% 50%;
  margin-right:4px;
  z-index: 10; /* 1000; */
}
.markItUpHeader ul .markItUpDropMenu li {
  margin-right:0px;
  list-style: none !important;
}
.markItUpHeader ul .markItUpSeparator {
  background:transparent url(includes/images/markitup/handle.png) repeat-y;
  margin:0 10px;
  width:1px;
  height:16px;
  overflow:hidden;
  background-color:#ccc;
}
.markItUpHeader ul ul .markItUpSeparator {
  width:auto; height:1px;
  margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
  display:none;
  position:absolute;
  list-style:none !important;
  top:22px; left:0px;
  background:#F5F5F5;
  border:1px solid #d0d0d0;
  height:inherit;
  width:120px;
}
.markItUpHeader ul ul li {
  float:none;
  border-bottom:1px solid #d0d0d0;
}
.markItUpHeader ul ul .markItUpDropMenu {
  background:#F5F5F5 url(includes/images/markitup/submenu.png) no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
  position:absolute;
  top:-1px; left:120px;
}
.markItUpHeader ul ul ul li {
  float:none;
}
.markItUpHeader ul a {
  display:block;
  width:18px; height:18px;
  text-indent:-10000px;
  background-repeat:no-repeat;
  padding:3px;
  margin:0px;
}
.markItUpHeader ul ul a {
  display:block;
  padding-left:0px;
  text-indent:0;
  width:120px;
  padding:5px 2px 5px 30px;
  background-position:2px 50%;
}
.markItUpHeader ul ul a:hover {
  color:#FFF;
  background-color:#d0d0d0;
  width:inherit;
}
li.markItUpButton {
  list-style:none;
  list-style-type: none;
}
div #error_message {
	background: #ffeaef;
	border: 3px solid #ff829f;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }
 
div #success_message {
	background: #eaf4ff;
	border: 3px solid #82c0ff;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }
div.pagination {
  font-family: Helvetica, Times, serif;
  font-style: italic;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  line-height: 40px;
  text-align: left;
  height: 40px;
  white-space:nowrap;
  }

  div.pagination a {
    padding: 2px 4px 2px 4px;
    margin: 1px;
    text-decoration: none;
    color: #44B0EB; }

  div.pagination a:hover {
    background-color: #44e5eb;
    color: #fff; }

  div.pagination span.current {
    padding: 2px 4px 2px 4px;
    margin: 1px;
    font-weight: bold;
    background-color: #44B0EB;
    color: #fff; }

  div.pagination span.disabled {
    display: none;
    padding: 2px 4px 2px 4px;
    margin: 1px;
    color: #ddd; }
div.rating_wrapper * { font-size:12px !important; margin: 0; border: 0; padding: 0; height: 22px; text-align: left; }
div.rating_wrapper { overflow: show; height: 20px; margin-bottom: 2px; }
div.sp_rating { /*font-family: Helvetica,Arial,sans-serif;*/ line-height:1.7em; height: 100%; color:#5f5f5f; display:block; }
  div.sp_rating div.rating { float:left; padding-right: 4px; padding-top: 0; }
  div.sp_rating div.base { background:url(includes/images/ratings.png) 0 0 no-repeat; width: 85px; height: 16px; float:left; padding-top: 0; padding-right: 4px; overflow:hidden; }
  div.sp_rating div.average { background:url(includes/images/ratings.png) 0 -16px no-repeat; height: 16px; text-indent:-9999px; padding-top: 0; }
  div.sp_rating div.votes { float:left; padding-top: 0; padding-right: 4px; }
  div.sp_rating div.score { background: url(includes/images/ratings.png) 0 0 no-repeat; width:85px;
    height: 16px; float:left; position:relative; padding-top: 0; margin-top: 0; }
  div.sp_rating div.score a {
      display: block; height: 100%; float: left; padding: 0; text-indent: -9999px; position: absolute;
      margin-top: 0; overflow: hidden; line-height: 18px; }
  div.sp_rating a.score1 {width:20%; z-index:55; }
  div.sp_rating a.score2 {width:40%; z-index:54; }
  div.sp_rating a.score3 {width:60%; z-index:53; }
  div.sp_rating a.score4 {width:80%; z-index:52; }
  div.sp_rating a.score5 {width:100%; z-index:51; }
  div.sp_rating div.score a:hover { background:url(includes/images/ratings.png) bottom right no-repeat; }
  div.sp_rating div.rating_status { height: 18px; overflow: hidden; position: relative; }
  div.sp_rating div.rating_score_this { height: 100%; overflow: show; width: 120px; }
  div.sp_rating div.rating_score_this a { color: #44b0eb; }

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */ }
 
	.sf-menu ul li { width: 100%; }
 
	.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
 
	.sf-menu li { position: relative; }
 
	.sf-menu a {
		display: block;
		padding-left: 20px;
		padding-right: 20px; }
 
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
		left: 0;
		background: #ffffff;
		top: 24px; /* match top ul list item height */
		z-index: 99; }
 
	.sf-menu li:hover li ul, .sf-menu li.sfHover li ul, .sf-menu li li:hover li ul, .sf-menu li li.sfHover li ul { top: -999em; }
 
	.sf-menu li li:hover ul, .sf-menu li li.sfHover ul, .sf-menu li li li:hover ul, .sf-menu li li li.sfHover ul {
		left: 10em; /* match ul width */
		top: 0; }