/* -----------------------------------------
   Home page slider
   ----------------------------------------- */
   #home-slider .slick-slide {
    position: relative;
    height: 231px;
    border: 1px solid #fff;
    /*define the height of slide*/
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .slider-opacity {
    height: 231px;
    width: 100%;
    margin-top: 15px;
    display: block;
    position: relative;
  }
  .slider-opacity:before,
  .header-img-opacity:before {
    content: '';
    display: block;
    position: absolute;
    left: 2.5%;
    top: 0px;
    width: 95%;
    z-index: 1000;
    height: 10px;
    box-shadow: 0 -5px 12px -4px #333;
  }
  .slider-opacity:after,
  .header-img-opacity:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 95%;
    left: 2.5%;
    height: 10px;
    box-shadow: 0 5px 12px -4px #333;
  }
  #home-slider .slick-slide:before,
  #header-img:before {
    content: "";
    height: 100%;
    width: 200px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(5%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  }
  #home-slider .slick-slide:after,
  #header-img:after {
    content: "";
    height: 100%;
    width: 200px;
    display: block;
    position: absolute;
    right:  0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  }
  #home-slider .slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #home-slider .slider-caption p, #home-slider .slider-caption h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  @media only screen and (max-width: 1024px) {
    #home-slider .slick-slide {
      /*height: 400px;*/
      /*define the height of slide*/
    }
  }
  @media only screen and (max-width: 634px) {
    #home-slider .slick-slide {
      /*height: 300px;*/
      /*define the height of slide*/
    }
  }
/* -----------------------------------------
   WordPress Core Classes
   ----------------------------------------- */
   .alignnone {
    margin: 0 1em 1em 0;
  }

  .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }

  .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }

  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }

  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    /* Image does not overflow the content area */
    padding: 5px 5px 10px;
    text-align: center;
  }
  .wp-caption img {
    width: auto;
    margin-bottom: 10px;
  }
  .wp-caption p {
    margin-bottom: 0;
    font-size: 14px;
  }

  .gallery-caption {
    font-size: 12px;
  }

  #wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
  }
  #wpadminbar:hover, #wpadminbar:focus {
    opacity: 1;
  }

/* -----------------------------------------
    Contact Form
    ----------------------------------------- */
    /*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
    .gform_wrapper ul {
      list-style: none;
    }

    .gform_fields {
      margin: 0;
    }

    .gfield {
      list-style: none;
      margin-bottom: 20px;
    }

    .gfield_label {
      display: none;
    }

    .ginput_container ul {
      margin-left: 0;
    }

    .gfield_error input, .gfield_error textarea {
      border-color: red;
    }

    .gfield_description {
      margin-top: 10px;
    }

    .gform_confirmation_message {
      margin-bottom: 15px;
    }

    .gform_footer {
      text-align: right;
      /*aligning of submit button*/
    }

    .validation_error {
      margin-bottom: 15px;
      padding: 5px;
      color: #990000;
      border: 1px solid red;
    }

    .validation_message {
      margin-bottom: 10px;
      color: #990000;
    }

    .ui-datepicker {
      width: 216px;
      height: auto;
      margin: 5px auto 0;
      font-size: 11px;
      z-index: 9999 !important;
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }
    .ui-datepicker a {
      text-decoration: none;
    }
    .ui-datepicker table {
      width: 100%;
      border-collapse: collapse;
    }
    .ui-datepicker thead {
      background: #f7f7f7;
      border-bottom: 1px solid #bbb;
    }
    .ui-datepicker thead th {
      padding: 3px;
      text-align: center;
      border: 1px solid #ddd;
    }
    .ui-datepicker tbody {
      border: none;
    }
    .ui-datepicker tbody td {
      padding: 0;
      border: 1px solid #bbb;
    }
    .ui-datepicker tbody th {
      text-transform: uppercase;
      text-align: center;
      font-size: 6pt;
      padding: 5px 0;
      color: #666;
    }
    .ui-datepicker tbody td span, .ui-datepicker tbody td a {
      display: inline-block;
      font-weight: bold;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #666;
    }

    .ui-datepicker-header {
      background-color: #666;
      /* set the header background color */
      color: #fff;
      /*font-weight: 700;*/
      font-family: 'Verdana Bold';
      border: none;
    }
    .ui-datepicker-header:after {
      content: '';
      clear: both;
      display: table;
    }

    .ui-datepicker-month,
    .ui-datepicker-year {
      width: 50%;
      float: left;
      padding: 5px 20px 5px 5px;
      height: auto;
      font-size: 14px;
      margin-bottom: 5px;
    }

    .ui-datepicker-prev,
    .ui-datepicker-next {
      font-size: 12px;
      color: #fff;
      padding: 5px;
      line-height: 1.4;
      width: 50%;
      float: left;
    }

    .ui-datepicker-next {
      text-align: right;
    }

    .ui-datepicker-calendar {
      margin: 0 0 0 0 !important;
    }
    .ui-datepicker-calendar .ui-state-default {
      background: #ededed;
    }
    .ui-datepicker-calendar .ui-state-hover {
      background: #fff;
    }
    .ui-datepicker-calendar .ui-state-active {
      background: #fff2aa;
      /* set the active date background color */
      border: 1px solid #c19163;
      /* set the active date border color */
      position: relative;
      margin: -1px;
      height: 32px;
      width: 32px;
    }

    .ui-datepicker-unselectable .ui-state-default {
      background: #f4f4f4;
      color: #b4b3b3;
    }
    .ui-datepicker-unselectable.ui-state-disabled {
      background-color: #d7d7d7;
    }

/* -----------------------------------------
   General fixes
   ----------------------------------------- */
   html, body {
    height: auto;
  }

  html {
    min-height: 100%;
    position: relative;
  }

  body {
    position: static;
  }
  .row {
    max-width: 1000px;
  }

  /* Placeholder styling */
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #555;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #555;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #555;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #555;
  }

  /* Input Styling */
  [type=color],
  [type=date],
  [type=datetime-local],
  [type=datetime],
  [type=email],
  [type=month],
  [type=number],
  [type=password],
  [type=search],
  [type=tel],
  [type=text],
  [type=time],
  [type=url],
  [type=week],
  textarea,
  select {
    /* STYLES GO THERE */
    margin-bottom: 0;
  }

  textarea[rows] {
    /*Styles for TextArea*/
    height: 150px;
    max-width: 100%;
  }

  [type=number]{
    -moz-appearance:textfield;
  }

  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  [type=checkbox],
  [type=file],
  [type=radio] {
    margin-bottom: 0;
  }

  button, .button, input[type='submit'], input[type='reset'] {
    border: none;
    padding: 10px 20px;
    margin-bottom: 0;
    background-color: #1a608b;
    color: #fff;
    font-family: "Verdana", sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
    background-color: #124260;
  }

/* -----------------------------------------
   Typography
   ----------------------------------------- */
   @font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.eot');
    src: url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Verdana.woff2') format('woff2'),
    url('../fonts/Verdana.woff') format('woff'),
    url('../fonts/Verdana.ttf') format('truetype'),
    url('../fonts/Verdana.svg#Verdana') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Verdana Bold';
    src: url('../fonts/Verdana-Bold.eot');
    src: url('../fonts/Verdana-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Verdana-Bold.woff2') format('woff2'),
    url('../fonts/Verdana-Bold.woff') format('woff'),
    url('../fonts/Verdana-Bold.ttf') format('truetype'),
    url('../fonts/Verdana-Bold.svg#Verdana-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
  }

  body {
    color: #333;
    font-family: "Verdana", sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
    /*font-weight: 700;*/
    font-family: 'Verdana Bold';
    /*font-family: inherit;*/
    color: inherit;
  }

  h1 {
    /*basic heading styles*/
  }

  h2 {
    /*basic heading styles*/
  }

  h3 {
    /*basic heading styles*/
  }

  h4 {
    /*basic heading styles*/
    font-size: 12px;
    color: #572381;
  }

  h5 {
    /*basic heading styles*/
    font-size: 11px;
    color: #572381;
  }

  h6 {
    /*basic heading styles*/
    font-size: 10px;
    color: #572381;
  }

  p {
    /*basic paragraph styles*/
  }
  p:empty {
    display: none;
  }
  p a {
    text-decoration: underline;
  }

  ul {
    /*basic list styles*/
  }
  ul li {
    /*basic list-item styles*/
  }

  a {
    color: #162983;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #0a2535;
    outline: none;
  }

/* ------------------------------------
    Basic Styles
    ------------------------------------- */
    /* Clearfix */
    .clearfix {
      zoom: 1;
    }
    .clearfix:before, .clearfix:after {
      content: "";
      display: table;
      height: 0;
      overflow: hidden;
    }
    .clearfix:after {
      clear: both;
    }

    /* Button additional styles */
    .button {
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .button:hover, .button:focus {
      /*basic hover and focus effects*/
    }

    /* Align Middle */
    .align-middle {
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
    }

    /* Pagination */
    ul.pagination {
      margin: 1rem 0;
    }
    ul.pagination .pagination {
      margin: 0;
    }
    ul.pagination .pagination.current {
      color: #fff;
      background: #1a608b;
      display: block;
    }

    /* Search form */
    #searchform {
      position: relative;
    }

    #s {
      padding-right: 75px;
    }

    #searchsubmit {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      height: auto;
      padding: .5rem;
      cursor: pointer;
    }
    #searchsubmit:after {
      font-family: FontAwesome;
      font-size: 20px;
    }

    #home-slider .slick-slide {
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
    }

/* ------------------------------------
    Header Styles
    ------------------------------------- */
    .logo img {
      max-height: 150px;
      margin-left: 38px;
    }
    .header {
      padding-top: 10px;
    }
    .bg_logo {
      background: url(../images/bg-header.gif) no-repeat;
      height: 40px;
    }
    .menu-header-menu-container {
      text-align: center;
    }
    .navigations {
      position: relative;
      top: -20px;
    }
    .top-bar {
      line-height: 12px;
    }
    #menu-header-menu {
      display: inline-block;
    }
    #menu-sub-menu {
      margin-bottom: 0;
    }
    #menu-sub-menu li {
      display: inline-block;
    }
    .nav-links {
      float: right;
      padding: 0 50px;
      margin-bottom: 15px;
    }
    .menu-top-header-menu-container ul li {
      /*display: inline-block;*/
      float: left;
      margin-left: 10px;
      margin-right: 16px;
      color: #162983;
      line-height: 15px;
    }
    .menu-top-header-menu-container ul li:last-child {
      margin-right: 0;
    }
    .menu-top-header-menu-container ul li a {
      /*font-weight: 700;*/
      font-family: 'Verdana Bold';
      font-size: 13px;
      color: #162983;
    }
    .block_slider {
      position: relative;
      padding-bottom: 47px;
    }
    .under_slider {
      position: absolute;
      display: block;
      bottom: 0;
      height: 47px;
      width: 100%;
      background: url(../images/under_slider.jpg) no-repeat;
    }

    .top-bar .menu-header-menu-container #menu-header-menu a {
      font-size: 11px;
      line-height: 25px;
    }
    #menu-sub-menu li a{
      font-size: 14px;
      line-height: 25px;
      padding: 0 10px;
    }

    .header-img-opacity {
      width: 100%;
      margin-top: 15px;
      display: block;
      position: relative;
      border: 1px solid #fff;
    }
    #header-img {
      height: 150px;
      overflow: hidden;
    }

/* ------------------------------------
    Content Styles
    ------------------------------------- */
    /* Blog page */
    .posts-list article {
      padding-bottom: 20px;
      border-bottom: 1px solid #dddddd;
      margin-bottom: 20px;
    }
    .posts-list .entry-meta {
      margin-bottom: 0;
    }
    .posts-list #searchform {
      margin-bottom: 40px;
    }

    .entry-meta {
      color: #666;
      font-size: 14px;
    }

    .thumbnail {
      margin-bottom: 20px;
    }

    /* Comments block */
    .comment-list {
      margin: 0;
      list-style: none;
      padding: 0;
    }

    .comment-meta {
      font-size: 14px;
    }

    .comment-metadata {
      color: #666;
    }

    .comment-content {
      font-size: 14px;
      padding-left: 25px;
      margin-top: 20px;
      border-left: 1px solid #ddd;
    }

    .reply {
      text-align: right;
    }

    .comment-reply-link {
      display: inline-block;
      padding: .33333rem .5rem;
      font-size: .8rem;
      line-height: 1;
      white-space: nowrap;
      border-radius: 0;
      background: #777;
      color: #fefefe;
    }

    /* 404 page */
    .not-found {
      padding: 100px 0;
    }
    .not-found .label {
      text-decoration: none;
      cursor: pointer;
      background-color: #1a608b;
    }
    .not-found .label:hover {
      background-color: #144869;
      color: #fff;
    }

    /* Sidebar */
    .widget {
      margin-bottom: 20px;
    }



/* ---------------------------------
TMPL: All Pages
----------------------------------- */
/* content page */
.block_sub_navigations span {
  opacity: 0;
  color: #fff;
}
.block_sub_navigations {
  display: block;
  height: inherit;
  min-width: 25%;
}
.item-content-wrapper {
  padding-left: 38px;
  border-left: 1px solid #ccc;
  padding-right: 80px; /* test */
}
.item-content-wrapper h1 {
  font-size: 14px;
  line-height: 24px;
  margin-top: -6px;
  color: #572381;
  /*font-weight: 700;*/
  font-family: 'Verdana Bold';
  margin-bottom: 10px;
}
.item-content-wrapper h2 {
  font-size: 12px;
  line-height: 14px;
  color: #572381;
  /*font-weight: 700;*/
  font-family: 'Verdana Bold';
}
.item-content-wrapper p,
.item-content-wrapper ul li {
  font-size: 11px;
  line-height: 18px;
  color: #2d2d2d;
}
.item-content-wrapper p span {
  text-decoration: underline;
}
.side-bar {
  padding-right: 15px;
}
.side-bar ul {
  text-align: right;
}
.side-bar ul li  {
  list-style-type: none;
}
.side-bar ul li a {
  color: #162983;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.side-bar ul li a:hover {
  color: #32b8c9;
}

.side-bar ul li.current-menu-item a {
  /*font-weight: 700;*/
  font-family: 'Verdana Bold';
}
.current-menu-item a,
ul li.current-page-ancestor a {
  /*font-weight: 700;*/
  font-family: 'Verdana Bold';
}
/*---------------------------------------
	TMPL: Home page
  ---------------------------------------*/
  .main_content {
    margin-top: 5px;
    padding: 0 20px 20px;

  }
  .main_content a {
    font-size: 11px;
    color: #32b8c9;
    line-height: 18px;
    text-decoration: underline;
  }
  .main_content_home {
    min-height: 300px;
    height: 1px;
  }
  .main_content_home a {
    text-decoration: none;
    color: #2d2d2d;
  }
  .main_content h3 {
    font-size: 12px;
    line-height: 14px;
    color: #572381;
  }
  .item-content {
    padding: 15px 14px;
    border: 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    height: inherit;
    /*margin: 0 5px;*/
  }
  .item-content h2 {
    font-size: 14.5px;
    line-height: 21px;
  }
  .item-content p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .item-content span.link_less {
    font-size: 11px;
    color: #2d2d2d;
    /*font-weight: 700;*/
    font-family: 'Verdana Bold';
  }
  .item-content span.link_less:hover {
    text-decoration: underline;
  }
  .item-wrapper {
    height: 100%;
    min-height: 290px;
    margin-bottom: 20px;
  }
  .item-wrapper:nth-child(1),
  .item-wrapper:nth-child(1) h2 {
    border-color: #45bdcb;
    color: #21a1b1;
  }
  .item-wrapper:nth-child(1) .item-content{
    background-color: #eaf8f9;
  }
  .item-wrapper:nth-child(2),
  .item-wrapper:nth-child(2) h2 {
    border-color: #182a81;
    color: #1d2883;
  }
  .item-wrapper:nth-child(2) .item-content {
    background-color: #e7e9f2;
  }
  .item-wrapper:nth-child(3),
  .item-wrapper:nth-child(3) h2 {
    border-color: #80187d;
    color: #81197f;
  }
  .item-wrapper:nth-child(3) .item-content {
    background-color: #f2e8f2;
  }
  .item-content:hover {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
  }
/* ------------------------------------
    Footer Styles
    ------------------------------------- */
    .sticky-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
    }

    .footer-menu {
      margin: 0;
      list-style: none;
      padding: 0;
    }
    .footer-menu li {
      display: inline-block;
    }
    .footer-menu li a {
      display: block;
      padding: 5px 10px;
    }
    .footer p,
    .footer a {
      font-size: 10px;
      display: inline-block;
      text-decoration: none;
      color: #000;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer span {
      color: #23abbc;
    }
    .footer .large-8 {
      text-align: right;
    }
    .footer .large-8 p {
      margin-left: 10px;
    }
    .item_link-page {
      max-width: 210px;
      display: inline-block;
      /*padding: 0 40px 0 0;*/
      margin-right: 90px;
      text-align: left;
      position: relative;
    }
    .wrapper_link-pages {
      height: 160px;
      width: 100%;
      margin-top: 15px;
      display: block;
      position: relative;
      background-color: #fafdfe;
    }

    .wrapper_link-pages:before {
      content: '';
      display: block;
      position: absolute;
      left: 2.5%;
      top: 0px;
      width: 95%;
      z-index: 1000;
      height: 10px;
      box-shadow: 0 -5px 12px -4px #333;
    }
    .wrapper_link-pages:after {
      content: '';
      display: block;
      position: absolute;
      right: 10px;
      bottom: 0px;
      width: 95%;
      left: 2.5%;
      height: 10px;
      box-shadow: 0 5px 12px -4px #333;
    }
    .item_link-page p {
      display: block;
      width: 100%;
    }
    a.link_to_page {
      padding: 0 10px;
      border: 1px solid #562381;
      color: #eee8f2;
      line-height: 26px;
      text-transform: lowercase;
      font-size: 14px;
      border-radius: 13px;
      background: rgba(134,85,169,1);
      background: -moz-linear-gradient(top, rgba(134,85,169,1) 0%, rgba(87,35,129,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,85,169,1)), color-stop(100%, rgba(87,35,129,1)));
      background: -webkit-linear-gradient(top, rgba(134,85,169,1) 0%, rgba(87,35,129,1) 100%);
      background: -o-linear-gradient(top, rgba(134,85,169,1) 0%, rgba(87,35,129,1) 100%);
      background: -ms-linear-gradient(top, rgba(134,85,169,1) 0%, rgba(87,35,129,1) 100%);
      background: linear-gradient(to bottom, rgba(134,85,169,1) 0%, rgba(87,35,129,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8655a9', endColorstr='#572381', GradientType=0 );
    }
    a.link_to_page:hover {
      background: rgba(87,35,129,1);
      background: -moz-linear-gradient(top, rgba(87,35,129,1) 0%, rgba(134,85,169,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,35,129,1)), color-stop(100%, rgba(134,85,169,1)));
      background: -webkit-linear-gradient(top, rgba(87,35,129,1) 0%, rgba(134,85,169,1) 100%);
      background: -o-linear-gradient(top, rgba(87,35,129,1) 0%, rgba(134,85,169,1) 100%);
      background: -ms-linear-gradient(top, rgba(87,35,129,1) 0%, rgba(134,85,169,1) 100%);
      background: linear-gradient(to bottom, rgba(87,35,129,1) 0%, rgba(134,85,169,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#572381', endColorstr='#8655a9', GradientType=0 );
      text-decoration: none;
    }
    .list_link-pages {
      /*text-align: center;*/
      /*padding-top: 28px;*/
      /*padding-bottom: 28px;*/
      padding: 24px 40px;
    }
    .item_link-page h3 {
      margin: 0 0 11px;
      font-size: 14px;
      line-height: 18px;
      color: #1d2883;
    }

    .list_link-pages:before {
      content: "";
      height: 100%;
      width: 200px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background: rgba(255,255,255,1);
      background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(5%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
      background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
      background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
      background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
      background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    }

    .list_link-pages:after {
      content: "";
      height: 100%;
      width: 200px;
      display: block;
      position: absolute;
      right:  0;
      top: 0;
      bottom: 0;
      background: rgba(255,255,255,0);
      background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
      background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    }

    .wrapper-bottom {
      padding: 0 20px;
    }