/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* 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; }

.clearfix:after, .container-holder:after, #header:after {
  content: " ";
  display: block;
  clear: both; }

#nav ul, #content .list, #sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#nav ul, #content .list, #sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container-holder:after, #header:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?21gfbb");
  src: url("../fonts/icomoon.eot?21gfbb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?21gfbb") format("truetype"), url("../fonts/icomoon.woff?21gfbb") format("woff"), url("../fonts/icomoon.svg?21gfbb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#wrapper {
  overflow: hidden;
  margin: 0 auto;
  width: 100%; }

.container-holder {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 12px; }
  @media (max-width: 1023px) {
    .container-holder {
      width: 100%;
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .container-holder {
      width: 100%;
      padding: 0 10px; } }

#header {
  background: #fff;
  margin: 0 0 16px; }
  @media (max-width: 767px) {
    #header {
      position: relative;
      z-index: 99999;
      margin: 0; } }
  #header .container-holder {
    position: relative;
    padding: 17px 12px 10px; }
    @media (max-width: 767px) {
      #header .container-holder {
        padding: 15px 0; } }
    #header .container-holder:before {
      content: '';
      z-index: 9999;
      position: absolute;
      top: auto;
      left: 12px;
      bottom: 0;
      height: 20px;
      right: 25px;
      border-radius: 10px 5px 10px 10px;
      background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M3YzdjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, white), color-stop(51%, #c7c7c9), color-stop(100%, #e7e9e9));
      background: -webkit-linear-gradient(top, white 0%, white 50%, #c7c7c9 51%, #e7e9e9 100%);
      background: linear-gradient(to bottom, white 0%, white 50%, #c7c7c9 51%, #e7e9e9 100%); }
      @media (max-width: 767px) {
        #header .container-holder:before {
          left: 10px;
          right: 10px; } }
  #header .logo {
    float: left;
    width: 278px;
    height: auto;
    margin: 0 5px 0 22px;
    position: relative;
    z-index: 9999999; }
    @media (max-width: 767px) {
      #header .logo {
        margin: 0;
        width: 200px;
        margin: 0 0 5px 22px; } }
    #header .logo img {
      display: block;
      width: 100%;
      height: auto; }

.opener {
  display: none;
  float: right;
  width: 41px;
  height: 41px;
  position: relative;
  right: 10px;
  top: 0;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 99999; }
  @media (max-width: 767px) {
    .opener {
      display: block; } }

.opener:before,
.opener:after,
.opener span {
  background: #000;
  border-radius: 0;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 5px;
  margin-top: 1px;
  /* height/2 */
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.opener:before,
.opener:after {
  content: '';
  top: 8px; }

.opener:after {
  top: 28px; }

/* close button transition */
.close-btn span,
.nav-active .opener span {
  opacity: 0; }

.opener:hover {
  opacity: .6; }

.close-btn:after,
.close-btn:before,
.nav-active .opener:after,
.nav-active .opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%; }

.close-btn:after,
.nav-active .opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav {
  overflow: hidden;
  position: relative;
  padding: 41px 0 0; }
  @media (max-width: 767px) {
    #nav {
      padding: 0;
      max-height: 0;
      z-index: 9999999;
      position: absolute;
      top: 88%;
      left: 0;
      width: 100%;
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      .nav-active #nav {
        max-height: 4000px; }
      #nav:before {
        display: none; } }
  #nav .nav-holder {
    overflow: hidden;
    padding: 0 11px 0 0;
    margin: 0 0 0 5px;
    text-align: right;
    letter-spacing: -5px; }
    @media (max-width: 767px) {
      #nav .nav-holder {
        float: none;
        padding: 0;
        margin: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        letter-spacing: 0; }
        .nav-active #nav .nav-holder {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); } }
  @media (max-width: 767px) {
    #nav ul {
      background: #fff; } }
  #nav ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 5px -2px 0 0;
    position: relative;
    z-index: 999999;
    letter-spacing: 0;
    max-width: 100%; }
    @media (max-width: 767px) {
      #nav ul li {
        margin: 0;
        width: 100%; } }
    #nav ul li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      box-shadow: 1px -17px 39px 1px #696e7a inset;
      -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
      transform: skewX(-15deg);
      border-radius: 10px 10px 0 0; }
      @media (max-width: 767px) {
        #nav ul li:before {
          border-radius: 0;
          -webkit-transform: skewX(0deg);
          -ms-transform: skewX(0deg);
          transform: skewX(0deg); } }
    #nav ul li.active a,
    #nav ul li a:hover {
      color: #000; }
  #nav ul a {
    display: block;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 18px;
    letter-spacing: 1px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (max-width: 1023px) {
      #nav ul a {
        padding: 7px 15px; } }

#main {
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative; }
  #main h1 {
    font-size: 16px;
    line-height: 21px;
    color: #404040;
    font-weight: bold;
    margin: 0;
    padding: 14px 12px;
    overflow: hidden; }
  #main h2 {
    font-size: 16px;
    line-height: 21px;
    color: #404040;
    font-weight: bold;
    margin: 0 0 13px;
    word-spacing: -2px; }
  #main h3 {
    font-size: 16px;
    line-height: 21px;
    color: #404040;
    font-weight: bold;
    margin: 0;
    padding: 0 5px;
    overflow: hidden; }

#content {
  float: left;
  width: 70%;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  color: #404040;
  padding: 0 5px;
  margin: 0 0 14px; }
  @media (max-width: 1023px) {
    #content {
      width: 69%; } }
  @media (max-width: 767px) {
    #content {
      width: 100%;
      padding: 20px 0; } }
  #content .head {
    overflow: hidden;
    margin: 0 0 12px; }
  #content .link {
    font-size: 13px;
    line-height: 17px;
    color: #8e102f;
    text-decoration: none; }
    #content .link:hover {
      text-decoration: underline; }
  #content p {
    margin: 0 0 12px; }
  #content .icon {
    float: left;
    width: 16px; }
    #content .icon img {
      display: block;
      height: auto;
      width: 100%; }
    #content .icon.add {
      float: left;
      width: 48px; }
  #content .advertisement {
    border: 1px solid #404040;
    position: relative;
    padding: 20px 0 20px;
    text-align: center;
    margin: 16px 0 20px 2px; }
    #content .advertisement span {
      position: absolute;
      top: -8px;
      left: 10px;
      margin: 0 10px 0 0;
      background: #fff;
      font-size: 13px;
      line-height: 17px; }
  #content .list {
    padding: 0 0 12px 28px; }
    @media (max-width: 767px) {
      #content .list {
        padding: 0 0 12px 15px; } }
    #content .list li {
      position: relative;
      font-size: 13px;
      line-height: 16px;
      padding: 0 0 0 11px; }
      @media (max-width: 767px) {
        #content .list li {
          padding: 0 0 5px 11px; } }
      #content .list li:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 5px;
        height: 5px;
        background: #404040;
        border-radius: 50%; }

.table {
  width: 96.1%;
  border: 0;
  margin: 0 0 40px; }
  .table .row {
    background: #F2F2F2; }
  .table .heading {
    text-align: center;
    background: #003366; }
    .table .heading .col-1,
    .table .heading .col-2 {
      padding: 0;
      border: 2px solid #F2F2F2; }
    .table .heading strong {
      display: block;
      color: #fff;
      font-size: 14px;
      line-height: 18px;
      padding: 9px 5px 5px;
      font-weight: bold;
      background: #2b5f96 url(../images/bg-heading.png) repeat-x;
      position: relative; }
      @media (max-width: 767px) {
        .table .heading strong {
          font-size: 8px;
          line-height: 14px;
          padding: 5px 2px; } }
      .table .heading strong:before {
        content: "\e802";
        display: inline-block;
        vertical-align: top;
        margin: -1px 5px 0 0;
        color: #fff;
        font-family: 'icomoon';
        font-size: 13px; }
        @media (max-width: 1023px) {
          .table .heading strong:before {
            margin: -1px 2px 0 0; } }
        @media (max-width: 767px) {
          .table .heading strong:before {
            font-size: 8px;
            margin: 0 2px 0 0; } }
      .table .heading strong:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        bottom: 0;
        background: url(../images/bg-border.png) repeat-x;
        height: 3px;
        width: 100%; }
      .table .heading strong.empty:before {
        display: none; }
  .table .col-1,
  .table .col-2 {
    font-size: 12px;
    line-height: 15px;
    color: #404040;
    text-align: center;
    padding: 3px 5px;
    width: 30%;
    border: 2px solid #F2F2F2;
    background: none; }
  .table .col-1 {
    width: 40%; }
  .table .link2 {
    font-size: 12px;
    line-height: 15px;
    color: #8e102f;
    text-decoration: none; }
    .table .link2:hover {
      text-decoration: underline; }
  .table .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0; }
    .table .btn:hover {
      opacity: 0.8; }

#sidebar {
  float: right;
  width: 222px;
  text-align: center;
  padding: 1px 12px 0 31px; }
  @media (max-width: 767px) {
    #sidebar {
      width: 100%;
      margin: 0 0 10px;
      padding: 0;
      display: inline-block;
      vertical-align: top; } }
  #sidebar ul {
    text-align: left;
    margin: 0 0 38px; }
    #sidebar ul li {
      overflow: hidden;
      margin: 0 0 1px; }
    #sidebar ul a {
      font-size: 12px;
      line-height: 17px;
      font-weight: bold;
      color: #8e102f;
      text-decoration: none;
      text-transform: capitalize; }
      #sidebar ul a:hover {
        text-decoration: underline; }
    #sidebar ul .title {
      display: block;
      overflow: hidden;
      padding: 0 7px; }
    #sidebar ul .icon {
      float: left;
      width: 16px;
      margin: 2px 10px 0 0; }
      #sidebar ul .icon img {
        display: block;
        width: 100%;
        height: auto; }
  #sidebar .btn-holder {
    width: 100%;
    text-align: center; }
  #sidebar .btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none; }
    #sidebar .btn:hover {
      opacity: 0.8; }

#footer {
  overflow: hidden;
  width: 100%; }
  #footer .footer-holder {
    position: relative;
    padding: 10px 10px 10px; }
    @media (max-width: 767px) {
      #footer .footer-holder {
        padding: 10px 10px 15px; } }
    #footer .footer-holder:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 10px;
      width: 100%;
      z-index: -1;
      border-radius: 10px 10px 0 0;
      background: #e7e9e9 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2U3ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2M3YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e9e9), color-stop(55%, #e7e9e9), color-stop(100%, #c7c7c9));
      background: -webkit-linear-gradient(top, #e7e9e9 0%, #e7e9e9 55%, #c7c7c9 100%);
      background: linear-gradient(to bottom, #e7e9e9 0%, #e7e9e9 55%, #c7c7c9 100%); }

.copyright {
  float: left;
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  color: #404040; }
  .copyright .link {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 14px;
    color: #8e102f;
    text-decoration: none;
    margin: 0; }
    .copyright .link:hover {
      text-decoration: underline; }
