@-webkit-keyframes slideDown {
  0% {
    top: -150px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-moz-keyframes slideDown {
  0% {
    top: -150px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-o-keyframes slideDown {
  0% {
    top: -150px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@keyframes slideDown {
  0% {
    top: -150px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-webkit-keyframes teamMemberShow {
  0% {
    max-height: 0;
    opacity: 0; }
  50% {
    max-height: 2000px; }
  100% {
    max-height: 2000px;
    opacity: 1; } }
@-moz-keyframes teamMemberShow {
  0% {
    max-height: 0;
    opacity: 0; }
  50% {
    max-height: 2000px; }
  100% {
    max-height: 2000px;
    opacity: 1; } }
@-o-keyframes teamMemberShow {
  0% {
    max-height: 0;
    opacity: 0; }
  50% {
    max-height: 2000px; }
  100% {
    max-height: 2000px;
    opacity: 1; } }
@keyframes teamMemberShow {
  0% {
    max-height: 0;
    opacity: 0; }
  50% {
    max-height: 2000px; }
  100% {
    max-height: 2000px;
    opacity: 1; } }
/******* ******* *******
Slide Down Animation (animation 3)
******* ******* *******/
@-webkit-keyframes slideDownAnimation {
  0% {
    top: 0; }

  100% {
    top: 80px; } }

@-moz-keyframes slideDownAnimation {
  0% {
    top: 0; }

  100% {
    top: 80px; } }

@-o-keyframes slideDownAnimation {
  0% {
    top: 0; }

  100% {
    top: 80px; } }

@keyframes slideDownAnimation {
  0% {
    top: 0; }

  100% {
    top: 80px; } }
@-webkit-keyframes slideUp {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -150px;
    opacity: 0; } }

@-moz-keyframes slideUp {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -150px;
    opacity: 0; } }

@-o-keyframes slideUp {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -150px;
    opacity: 0; } }

@keyframes slideUp {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -150px;
    opacity: 0; } }

/******* ******* *******
Fade In
******* ******* *******/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

/*********************
Fade Out
*********************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/*********************
Fade In Up
*********************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(10px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

/******* ******* *******
Fade In Down
******* ******* *******/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

/******* ******* *******
Button Click
******* ******* *******/
@-webkit-keyframes buttonClick {
  0% {
    background: #fff; }

  50% {
    background: #d5d5d5;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    background: #efefef;
    -webkit-box-shadow: none;
    box-shadow: none; } }

@-moz-keyframes buttonClick {
  0% {
    background: #fff; }

  50% {
    background: #d5d5d5;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    background: #efefef;
    box-shadow: none; } }

@-o-keyframes buttonClick {
  0% {
    background: #fff; }

  50% {
    background: #d5d5d5;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    background: #efefef;
    box-shadow: none; } }

@keyframes buttonClick {
  0% {
    background: #fff; }

  50% {
    background: #d5d5d5;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    background: #efefef;
    -webkit-box-shadow: none;
    box-shadow: none; } }

/******* ******* *******
Icon Pop
******* ******* *******/
@-webkit-keyframes iconPop {
  30% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -transform: scale(0.8);
    transform: scale(0.8); }

  60% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); } }

@-moz-keyframes iconPop {
  50% {
    -webkit-transform: scale(1.1); } }

@-o-keyframes iconPop {
  50% {
    -webkit-transform: scale(1.1); } }

@keyframes iconPop {
  50% {
    -webkit-transform: scale(1.1); } }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

body {
  margin: 0;
  background: #222; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

iframe,
embed {
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 0;
  padding: 0; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

::-moz-selection {
  background: #555;
  color: #f8f8f8;
  text-shadow: none; }

::selection {
  background: #555;
  color: #f8f8f8;
  text-shadow: none; }

/* ==========================================================================
  Grid
  ========================================================================== */
.full-width {
  position: relative;
  width: 100%; }

.container {
  position: relative;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }
  .container:before, .container:after {
    display: table;
    content: ""; }
  .container:after {
    clear: both; }

.row {
  margin-left: -20px;
  *zoom: 1; }
  .row:before, .row:after {
    display: table;
    content: ""; }
  .row:after {
    clear: both; }

[class*="span"] {
  float: left;
  margin-left: 20px; }

.span12 {
  width: 940px; }
.span11 {
  width: 860px; }
.span10 {
  width: 780px; }
.span9 {
  width: 700px; }
.span8 {
  width: 620px; }
.span7 {
  width: 540px; }
.span6 {
  width: 460px; }
.span61 {
  width: 500px; }
.span5 {
  width: 380px; }
.span51 {
  width: 450px; }
.span52 {
  width: 420px; }
.span4 {
  width: 300px; }
.span41 {
  width: 280px; 
  padding-right:10px; }
.span4_2center {
  width: 300px;
  margin-left:150px; }
.span4_3center {
  width: 350px;
  margin-left:100px; }
.span3 {
  width: 220px; }
.span31 {
  width: 210px; }
.span2 {
  width: 140px; }
.span21 {
  width: 172px; }
.span1 {
  width: 60px; }
.offset12 {
  margin-left: 980px; }
.offset11 {
  margin-left: 900px; }
.offset10 {
  margin-left: 820px; }
.offset9 {
  margin-left: 740px; }
.offset8 {
  margin-left: 660px; }
.offset7 {
  margin-left: 580px; }
.offset6 {
  margin-left: 500px; }
.offset5 {
  margin-left: 420px; }
.offset4 {
  margin-left: 340px; }
.offset3 {
  margin-left: 260px; }
.offset2 {
  margin-left: 180px; }
.offset1 {
  margin-left: 100px; }

/**** **** **** **** ****
- Small Screen Size -
**** **** **** **** ****/
@media (max-width: 767px) {
  .container {
    width: auto; }
  .row {
    margin-left: 0; }

  [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 40px; }

  .main {
    padding-bottom: 20px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
/**** **** **** **** ****
- Medium Screen Size -
**** **** **** **** ****/
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 724px; }

  .span12 {
    width: 724px; }

  .span11 {
    width: 662px; }

  .span10 {
    width: 600px; }

  .span9 {
    width: 538px; }

  .span8 {
    width: 476px; }

  .span7 {
    width: 414px; }

  .span6 {
    width: 352px; }

  .span5 {
    width: 290px; }

  .span4 {
    width: 228px; }

  .span3 {
    width: 166px; }

  .span2 {
    width: 104px; }

  .span1 {
    width: 42px; }

  .offset12 {
    margin-left: 764px; }

  .offset11 {
    margin-left: 702px; }

  .offset10 {
    margin-left: 640px; }

  .offset9 {
    margin-left: 578px; }

  .offset8 {
    margin-left: 516px; }

  .offset7 {
    margin-left: 454px; }

  .offset6 {
    margin-left: 392px; }

  .offset5 {
    margin-left: 330px; }

  .offset4 {
    margin-left: 268px; }

  .offset3 {
    margin-left: 206px; }

  .offset2 {
    margin-left: 144px; }

  .offset1 {
    margin-left: 82px; } }
.third-width {
  width: 33.3333%;
  float: left; }
  @media (max-width: 767px) {
    .third-width {
      width: 100%;
      float: none; } }

.half-width {
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .half-width {
      width: 100%;
      float: none; } }

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media (max-width: 979px) {
  .hide-nonddesktop {
    display: none !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: inherit !important; }

  .hidden-print {
    display: none !important; } }
/* ==========================================================================
  -- Tables -- 
  ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }
  table.praise {
    display: block;
    border: 1px solid #ddd;
    font-size: .95em;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
    table.praise tr {
      border: 0;
      border-bottom: 1px solid #ddd; }
      table.praise tr.praise-2 {
        border-bottom: none; }
    table.praise td {
      padding: 15px;
      height: 100px;
      width: 309px; }
      @media (min-width: 768px) and (max-width: 979px) {
        table.praise td {
          height: 145px; } }
      table.praise td:first-of-type {
        border-right: 1px solid #ddd; }
    @media (max-width: 767px) {
      table.praise .btn, table.praise article.news a.more, article.news table.praise a.more {
        font-size: .875em; } }
  table.expanding-table {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    font-size: 1em; }
    @media (min-width: 768px) and (max-width: 979px) {
      table.expanding-table {
        font-size: .9em; } }
    table.expanding-table .hide {
      display: none;
      visibility: visible; }
    table.expanding-table tr {
      border-bottom: 1px solid #ddd; }
      table.expanding-table tr.gray td {
        padding: 6px 10px; }
      table.expanding-table tr.gray .btn, table.expanding-table tr.gray article.news a.more, article.news table.expanding-table tr.gray a.more {
        float: right; }
    table.expanding-table td {
      padding: 10px; }
    table.expanding-table th {
      padding: 20px 10px 15px;
      font-family: arial, helvetica, sans-Serif;
      font-size: 1.25em;
      cursor: pointer; }
      table.expanding-table th:hover .btn, table.expanding-table th:hover article.news a.more, article.news table.expanding-table th:hover a.more, table.expanding-table th:focus .btn, table.expanding-table th:focus article.news a.more, article.news table.expanding-table th:focus a.more {
        color: #777;
        background: #f5f5f5;
        border: 1px solid #bbb; }
      table.expanding-table th .btn, table.expanding-table th article.news a.more, article.news table.expanding-table th a.more {
        float: right;
        font-size: .75em;
        width: 120px;
        margin-top: -5px; }
        @media (max-width: 767px) {
          table.expanding-table th .btn, table.expanding-table th article.news a.more, article.news table.expanding-table th a.more {
            margin: 5px auto;
            float: none;
            width: 100%; } }
    table.expanding-table tbody tr:not(.hide):hover, table.expanding-table tbody tr:not(.hide):focus {
      background: #eee;
      cursor: pointer; }
      table.expanding-table tbody tr:not(.hide):hover .btn, table.expanding-table tbody tr:not(.hide):hover article.news a.more, article.news table.expanding-table tbody tr:not(.hide):hover a.more, table.expanding-table tbody tr:not(.hide):focus .btn, table.expanding-table tbody tr:not(.hide):focus article.news a.more, article.news table.expanding-table tbody tr:not(.hide):focus a.more {
        color: #777;
        background: #f5f5f5;
        border: 1px solid #bbb; }
    table.expanding-table tbody tr.hide td {
      font-size: .95em; }
      table.expanding-table tbody tr.hide td:first-of-type {
        color: #999999;
        border-right: 1px solid #ddd; }
    table.expanding-table tbody td:first-of-type {
      width: 350px; }
      @media (min-width: 768px) and (max-width: 979px) {
        table.expanding-table tbody td:first-of-type {
          width: 300px; } }
      @media (max-width: 767px) {
        table.expanding-table tbody td:first-of-type {
          width: 50%; } }
    table.expanding-table tbody .btn, table.expanding-table tbody article.news a.more, article.news table.expanding-table tbody a.more {
      font-size: .85em; }
      @media (max-width: 767px) {
        table.expanding-table tbody .btn, table.expanding-table tbody article.news a.more, article.news table.expanding-table tbody a.more {
          width: 70%; } }
    table.expanding-table tfoot {
      font-size: 1.15em; }
      table.expanding-table tfoot td {
        padding: 25px 10px 15px;
        vertical-align: center; }
      table.expanding-table tfoot .btn, table.expanding-table tfoot article.news a.more, article.news table.expanding-table tfoot a.more {
        float: right;
        font-size: .85em;
        padding: 8px;
        margin-top: -10px; }
        @media (max-width: 767px) {
          table.expanding-table tfoot .btn, table.expanding-table tfoot article.news a.more, article.news table.expanding-table tfoot a.more {
            margin: 10px auto 0; } }

/* ==========================================================================
  -- Forms -- 
  ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button,
input {
  line-height: normal; }
  button [disabled],
  input [disabled] {
    cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input[type=text] {
  border: 0;
  border: 1px solid #ccc;
  color: #888;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
  input[type=text]:focus, input[type=text]:hover {
    outline: 0;
    border: 1px solid #aaa; }

/* ==========================================================================
  -- Typography --
  ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  font-size: 16px;
  line-height: 1.5;
  color: #777777; }

html,
button,
input,
select,
textarea {
  font-family: arial, helvetica, sans-Serif; }

p {
  margin: 0 0 24px 0; }
  p.highlight {
    /*font-size: 1.125em;*/
    font-weight:bold;
    color: #666;
    font-family: arial, helvetica, sans-Serif; }
  p.headline {
    font-size: 1.5em;
    font-family: arial, helvetica, sans-Serif; }
  p.short-margin {
    margin-bottom: 5px; }

small, aside {
  font-size: 13px; }

ol,
ul {
  margin: 0 0 24px 0;
  padding: 0; }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin: 10px 0; }

nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }
  nav ul ul,
  nav ul ol,
  nav ol ul,
  nav ol ol {
    margin: 0;
    padding: 0; }

a {
  color: #5e9302;
  text-decoration: none;
  -webkit-transition: all 0.055s ease-in-out;
  -ms-transition: all 0.055s ease-in-out;
  -o-transition: all 0.055s ease-in-out;
  -transition: all 0.055s ease-in-out;
  transition: all 0.055s ease-in-out; }
  a:hover, a:active, a:focus {
    outline: 0;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  text-rendering: optimizelegibility;
  font-family: arial, helvetica, sans-Serif;
  font-weight: normal;
  color: #666; }
  h1:first-of-type, .h1:first-of-type,
  h2:first-of-type, .h2:first-of-type,
  h3:first-of-type, .h3:first-of-type,
  h4:first-of-type, .h4:first-of-type,
  h5:first-of-type, .h5:first-of-type,
  h6:first-of-type, .h6:first-of-type {
    margin-top: 0; }
  h1.margin, .h1.margin,
  h2.margin, .h2.margin,
  h3.margin, .h3.margin,
  h4.margin, .h4.margin,
  h5.margin, .h5.margin,
  h6.margin, .h6.margin {
    margin-top: 20px;
    margin-bottom: 20px; }

h1, .h1 {
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 6px; 
  color:#000000;}

h2, .h2 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 6px; }

h3, .h3 {
  font-size: 20px;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 0px; }

h4, .h4 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0px; }

h5, .h5 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: arial, helvetica, sans-Serif; }

h6, .h6 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 0px; }

h7, .h7 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0px; }

strong {
  font-family: arial, helvetica, sans-Serif;
  font-weight: bold; }

small {
  font-size: .9em; }
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }
.medium {
  font-size: 18px; }

/* ==========================================================================
  -- Buttons --
  ========================================================================== */
.btn, article.news a.more {
  padding: 5px;
  width: 220px;
  text-align: center;
  font-size: 1.40em;
  color: #fff;
  display: block;
  font-family: arial, helvetica, sans-Serif;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) and (max-width: 979px) {
    .btn, article.news a.more {
      width: 170px;
      font-size: 1.125em; } }
  @media (max-width: 767px) {
    .btn, article.news a.more {
      width: 100%; } }
  .btn:hover, article.news a.more:hover, .btn:focus, article.news a.more:focus {
    color: #fff; }
  .text-center .btn, .text-center article.news a.more, article.news .text-center a.more {
    margin-right: auto;
    margin-left: auto; }

.small-btn, article.news a.more {
  font-size: 1em;
  padding: 6px 10px; }
  .small-btn.width200, article.news a.width200.more {
    width: 200px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .small-btn, article.news a.more {
      font-size: 1em; }
      .small-btn.width200, article.news a.width200.more {
        width: 190px; } }
  @media (max-width: 767px) {
    .small-btn.width200, article.news a.width200.more {
      width: 100%; } }
.green-btn, article.news a.more {
    background-color: #89A323;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A7C62B), to(#89A323));
    background-image: -webkit-linear-gradient(top, #A7C62B, #89A323);
    background-image: -moz-linear-gradient(top, #A7C62B, #89A323);
    background-image: -o-linear-gradient(top, #A7C62B, #89A323);
    background-image: linear-gradient(to bottom, #A7C62B, #89A323);}
.green-btn:hover, article.news a.more:hover, .green-btn:focus, article.news a.more:focus {
    background-color: #758A1E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89A323), to(#758A1E));
    background-image: -webkit-linear-gradient(top, #89A323, #758A1E);
    background-image: -moz-linear-gradient(top, #89A323, #758A1E);
    background-image: -o-linear-gradient(top, #89A323, #758A1E);
    background-image: linear-gradient(to bottom, #89A323, #758A1E); }
.green-btn:active, article.news a.more:active {
    background-color: #89A323;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B4D232), to(#89A323));
    background-image: -webkit-linear-gradient(top, #B4D232, #89A323);
    background-image: -moz-linear-gradient(top, #B4D232, #89A323);
    background-image: -o-linear-gradient(top, #B4D232, #89A323);
    background-image: linear-gradient(to bottom, #B4D232, #89A323);}
.orange-btn {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    border-radius: 3px;
    box-shadow: none; 
    background-color: #EA871A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EE9D44), to(#EA871A));
    background-image: -webkit-linear-gradient(top, #EE9D44, #EA871A);
    background-image: -moz-linear-gradient(top, #EE9D44, #EA871A);
    background-image: -o-linear-gradient(top, #EE9D44, #EA871A);
    background-image: linear-gradient(to bottom, #EE9D44, #EA871A);}
.orange-btn:hover{
    background-color: #D27813;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EA871A), to(#D27813));
    background-image: -webkit-linear-gradient(top, #EA871A, #D27813);
    background-image: -moz-linear-gradient(top, #EA871A, #D27813);
    background-image: -o-linear-gradient(top, #EA871A, #D27813);
    background-image: linear-gradient(to bottom, #EA871A, #D27813); }
.orange-btn:active{
    background-color: #EA871A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F8D6AF), to(#EA871A));
    background-image: -webkit-linear-gradient(top, #F8D6AF, #EA871A);
    background-image: -moz-linear-gradient(top, #F8D6AF, #EA871A);
    background-image: -o-linear-gradient(top, #F8D6AF, #EA871A);
    background-image: linear-gradient(to bottom, #F8D6AF, #EA871A);}  
.gray-btn{
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none; 
    color:#052C7A;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BCBEC0));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #BCBEC0);
    background-image: -moz-linear-gradient(top, #FFFFFF, #BCBEC0);
    background-image: -o-linear-gradient(top, #FFFFFF, #BCBEC0);
    background-image: linear-gradient(to bottom, #FFFFFF, #BCBEC0);}
.gray-btn:hover{
    color:#052C7A;
    background-color: #D27813;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BCBEC0), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #BCBEC0, #FFFFFF);
    background-image: -moz-linear-gradient(top, #BCBEC0, #FFFFFF);
    background-image: -o-linear-gradient(top, #BCBEC0, #FFFFFF);
    background-image: linear-gradient(to bottom, #BCBEC0, #FFFFFF); }
.vgray-btn{
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none; 
    color:#cd026b;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BCBEC0));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #BCBEC0);
    background-image: -moz-linear-gradient(top, #FFFFFF, #BCBEC0);
    background-image: -o-linear-gradient(top, #FFFFFF, #BCBEC0);
    background-image: linear-gradient(to bottom, #FFFFFF, #BCBEC0);}
.vgray-btn:hover{
    color:#cd026b;
    background-color: #D27813;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BCBEC0), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #BCBEC0, #FFFFFF);
    background-image: -moz-linear-gradient(top, #BCBEC0, #FFFFFF);
    background-image: -o-linear-gradient(top, #BCBEC0, #FFFFFF);
    background-image: linear-gradient(to bottom, #BCBEC0, #FFFFFF); }
.violet-btn
{
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none; 
    background-color: #1043A8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1043A8), to(#052C7A));
    background-image: -webkit-linear-gradient(top, #1043A8, #052C7A);
    background-image: -moz-linear-gradient(top, #1043A8, #052C7A);
    background-image: -o-linear-gradient(top, #1043A8, #052C7A);
    background-image: linear-gradient(to bottom, #1043A8, #052C7A); }    
.violet-btn:hover
{
    background-color: #052C7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#052C7A), to(#1043A8));
    background-image: -webkit-linear-gradient(top, #052C7A, #1043A8);
    background-image: -moz-linear-gradient(top, #052C7A, #1043A8);
    background-image: -o-linear-gradient(top, #052C7A, #1043A8);
    background-image: linear-gradient(to bottom, #052C7A, #1043A8);}
.realviolet-btn
{
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none; 
    background-color: #cd026b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0f7e), to(#cd026b));
    background-image: -webkit-linear-gradient(top, #fc0f7e, #cd026b);
    background-image: -moz-linear-gradient(top, #fc0f7e, #cd026b);
    background-image: -o-linear-gradient(top, #fc0f7e, #cd026b);
    background-image: linear-gradient(to bottom, #fc0f7e, #cd026b); }    
.realviolet-btn:hover{
    background-color: #fc0f7e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cd026b), to(#fc0f7e));
    background-image: -webkit-linear-gradient(top, #cd026b, #fc0f7e);
    background-image: -moz-linear-gradient(top, #cd026b, #fc0f7e);
    background-image: -o-linear-gradient(top, #cd026b, #fc0f7e);
    background-image: linear-gradient(to bottom, #cd026b, #fc0f7e);}
.white-btn {
  background: #fff;
  width: auto;
  padding: 7px 12px;
  color: #777;
  font-size: .9em;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .white-btn:hover, .white-btn:focus {
    color: #777;
    background: #f5f5f5;
    border: 1px solid #bbb; }
  @media (max-width: 767px) {
    .white-btn {
      width: 100%; } }

.light-gray-btn {
  background: #ccc;
  width: auto;
  padding: 7px 12px;
  color: #777;
  font-size: .9em;
  border: 1px solid #ddd;
  width: 100px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .light-gray-btn:hover, .light-gray-btn:focus {
    color: #777;
    background: #f5f5f5;
    border: 1px solid #bbb; }
  @media (max-width: 767px) {
    .light-gray-btn {
      width: 100%; } }

.btn-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .btn-list li {
    display: inline-block;
    margin: 0 10px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .btn-list li {
        margin: 0 0 10px;
        display: block; } }
    @media (max-width: 767px) {
      .btn-list li {
        display: block;
        margin: 0 0 10px 0; } }

input .white-btn {
  background: #fff;
  width: auto;
  padding: 7px 30px;
  color: #777;
  font-size: .9em;
  border: 1px solid #ddd;
  width: 400px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  input .white-btn:hover, input .white-btn:focus {
    color: #777;
    background: #f5f5f5;
    border: 1px solid #bbb; }
  @media (max-width: 767px) {
    input .white-btn {
      width: 100%; } }

/* ==========================================================================
  -- Image Manipulation --
  ========================================================================== */
.circle {
  overflow: hidden;
  text-align: center;
  border: 6px solid #802C85;
  width: 185px;
  height: 185px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  border-radius: 100px; }

.box {
  border: 2px solid #dadada;
  padding: 1px; }

/* ==========================================================================
  -- Slides --
  ========================================================================== */
.slide-wrap {
  min-height: 436px; }
  @media (max-width: 767px) {
    .slide-wrap {
      min-height: 1px; } }

.slider-content {
  position: relative;
  height: 436px;
  margin: 0 auto;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }
  @media (max-width: 767px) {
    .slider-content {
      display: block;
      height: auto;
      float: left; }
      .slider-content.hide {
        display: block;
        visibility: visible; } }
  .slider-content img {
    display: block;
    margin: 0 auto; }

.slider-nav {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .slider-nav {
      display: none; } }
  .slider-nav .span12 {
    background: #f9f9f9;
    border: 1px solid #ccc;
    height: 75px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .slider-nav a {
    display: block;
    float: left;
    width: 25%;
    margin: 0;
    color: #777;
    padding: 20px 5px 20px 22px;
    position: relative;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .slider-nav a {
        padding-left: 10px; } }
    .slider-nav a:last-of-type {
      margin-right: 0; }
    .slider-nav a:hover, .slider-nav a:focus, .slider-nav a.active {
      background: #fff;
      border: 1px solid #aaa;
      padding-bottom: 15px;
      top: -7px;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4); }
      .slider-nav a:hover:before, .slider-nav a:focus:before, .slider-nav a.active:before {
        display: block;
        content: "";
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #aaa;
        border-right: none;
        border-bottom: none;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -transform: rotate(45deg);
        transform: rotate(45deg); }
    .slider-nav a:hover, .slider-nav a:focus {
      z-index: 100;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5); }
    .slider-nav a i {
      margin: 0 10px -10px 0;
      display: inline-block; }
      @media (min-width: 768px) and (max-width: 979px) {
        .slider-nav a i {
          margin-right: 3px; } }
    .slider-nav a p {
      display: inline-block;
      width: 65%;
      font-size: .875em;
      margin: 0; }
      @media (min-width: 768px) and (max-width: 979px) {
        .slider-nav a p {
          width: 59%;
          font-size: .77em; } }

.animate {
  position: relative; }
  @media (max-width: 767px) {
    .animate {
      width: 100%;
      left: 0; } }
  .animate .popover {
    padding: 15px;
    width: 600px;
    left: 0;
    margin-left: 0; }
    @media (max-width: 767px) {
      .animate .popover {
        width: 100%;
        left: 0; } }
    .animate .popover h6 {
      margin: 0 0 5px; }
    .animate .popover p {
      margin: 0;
      font-size: .85em; }

.popover {
  display: none; }
  .show .popover {
    display: block;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp; }
    @media (max-width: 767px) {
      .show .popover {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none; } }
  .show .popover.popover-down {
    display: block;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown; }
    @media (max-width: 767px) {
      .show .popover.popover-down {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none; } }

.slide-1 {
  position: relative; }
  @media (max-width: 767px) {
    .slide-1 .popover {
      border: none;
      top: 0;
      position: static;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .slide-1 .popover:after {
        display: none; } }
  .slide-1 img {
    position: relative;
    bottom: -70px; }
    @media (max-width: 767px) {
      .slide-1 img {
        display: none; } }

.slide-2 {
  position: relative; }
  @media (max-width: 767px) {
    .slide-2 .popover {
      border: none;
      top: 0;
      position: static;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .slide-2 .popover:after {
        display: none; } }
  .slide-2 img {
    position: relative;
    bottom: -110px; }
    @media (max-width: 767px) {
      .slide-2 img {
        display: none; } }     
.slide-3 {
  position: relative; }
  @media (max-width: 767px) {
    .slide-3 .popover {
      border: none;
      top: 0;
      position: static;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .slide-3 .popover:after {
        display: none; } }
  .slide-3 img {
    position: relative;
    bottom: -110px; }
    @media (max-width: 767px) {
      .slide-3 img {
        display: none; } }
.slide-4 {
  position: relative; }
  @media (max-width: 767px) {
    .slide-4 .popover {
      border: none;
      top: 0;
      position: static;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .slide-4 .popover:after {
        display: none; } }
  .slide-4 img {
    position: relative;
    bottom: -110px; }
    @media (max-width: 767px) {
      .slide-4 img {
        display: none; } }
.slide-5 {
  position: relative; }
  @media (max-width: 767px) {
    .slide-5 .popover {
      border: none;
      top: 0;
      position: static;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .slide-5 .popover:after {
        display: none; } }
  .slide-5 img {
    position: relative;
    bottom: -110px; }
    @media (max-width: 767px) {
      .slide-5 img {
        display: none; } }
.slide-6 {
  position: relative; }
  @media (max-width: 767px) {
    .slide-6 .popover {
      border: none;
      top: 0;
      position: static;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .slide-6 .popover:after {
        display: none; } }
  .slide-6 img {
    position: relative;
    bottom: -110px; }
    @media (max-width: 767px) {
      .slide-6 img {
        display: none; } }
.slide-7 {
  position: relative; }
  @media (max-width: 767px) {
    .slide-7 .popover {
      border: none;
      top: 0;
      position: static;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .slide-7 .popover:after {
        display: none; } }
  .slide-7 img {
    position: relative;
    bottom: -70px; }
    @media (max-width: 767px) {
      .slide-7 img {
        display: none; } }
.slide-8 {
  position: relative; }
  @media (max-width: 767px) {
    .slide-8 .popover {
      border: none;
      top: 0;
      position: static;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .slide-8 .popover:after {
        display: none; } }
  .slide-8 img {
    position: relative;
    bottom: -110px; }
    @media (max-width: 767px) {
      .slide-8 img {
        display: none; } }

.animate-1 {
  position: absolute;
  top: 80px;
  left: 135px;
  z-index: 10; }
  @media (min-width: 768px) and (max-width: 979px) {
    .animate-1 {
      left: 80px;
      top: 120px; } }
  @media (max-width: 767px) {
    .animate-1 {
      left: 0;
      position: relative;
      top: 0; } }
  @media (max-width: 767px) {
    .animate-1 .popover {
      display: block; } }
  .animate-1 .popover:after {
    left: 80%; }
  .animate-1 .popover .top,
  .animate-1 .popover .bottom {
    border: none;
    float: none;
    width: 100%; }
  .animate-1 .popover .top {
    padding-bottom: 0; }

.animate-2 {
  position: absolute;
  top: 110px;
  left: 135px;
  z-index: 10; }
  @media (min-width: 768px) and (max-width: 979px) {
    .animate-2 {
      left: 80px;
      top: 120px; } }
  @media (max-width: 767px) {
    .animate-2 {
      left: 0;
      position: relative;
      top: 0; } }
  @media (max-width: 767px) {
    .animate-2 .popover {
      display: block; } }
  .animate-2 .popover:after {
    left: 80%; }
  .animate-2 .popover .top,
  .animate-2 .popover .bottom {
    border: none;
    float: none;
    width: 100%; }
  .animate-2 .popover .top {
    padding-bottom: 0; }


@media (max-width: 767px) {
  .animate-pop {
    display: block; } }
.animate-pop.show i {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: iconPop;
  -moz-animation-name: iconPop;
  -o-animation-name: iconPop;
  animation-name: iconPop;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }
  @media (max-width: 767px) {
    .animate-pop.show i {
      -webkit-animation-name: none;
      -moz-animation-name: none;
      -o-animation-name: none;
      animation-name: none; } }
.animate-pop.show p,
.animate-pop.show h3 {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }
  @media (max-width: 767px) {
    .animate-pop.show p,
    .animate-pop.show h3 {
      -webkit-animation-name: none;
      -moz-animation-name: none;
      -o-animation-name: none;
      animation-name: none; } }
.animate-pop.show.animate-pop-1 p,
.animate-pop.show.animate-pop-1 h3 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.animate-pop.show.animate-pop-1 i {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }
.animate-pop.show.animate-pop-2 p,
.animate-pop.show.animate-pop-2 h3 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s; }
.animate-pop.show.animate-pop-2 i {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s; }
.animate-pop.show.animate-pop-3 p,
.animate-pop.show.animate-pop-3 h3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }
.animate-pop.show.animate-pop-3 i {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s; }

/* ==========================================================================
  -- Popover -- 
  ========================================================================== */
.popover {
  background: #fff;
  width: 300px;
  font-size: 1.125em;
  position: absolute;
  bottom: 107%;
  left: 50%;
  margin-left: -150px;
  border: 1px solid #aaa;
  padding: 5px 0;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); }
  .popover:after {
    content: "";
    display: block;
    background: #fff;
    border: 1px solid #aaa;
    border-top: none;
    border-left: none;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    z-index: 9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .popover p {
    margin: 0; }
  .popover a {
    font-family: arial, helvetica, sans-Serif; }
  .popover .top,
  .popover .bottom {
    padding: 10px 15px; }
  .popover .top {
    border-bottom: 1px solid #ddd; }
  .popover .bottom {
    font-size: .875em; }
  .popover ul {
    list-style: none;
    padding: 15px 15px 0; }
  .popover li {
    margin: 0 0 8px 0; }

.popover-wrap {
  position: relative; }
  .popover-wrap p {
    cursor: pointer;
    font-size: 1.125em;
    padding-top: 20px;
    color: #999999; }
    .popover-wrap p:hover, .popover-wrap p:focus {
      color: #999999; }
      @media (max-width: 767px) {
        .popover-wrap p:hover, .popover-wrap p:focus {
          color: #999999; } }
  .show .popover-wrap .popover {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0; }

.product-features .popover-wrap {
  bottom: 0;
  top: -35px;
  z-index: 10;
  cursor: default; }
.product-features .popover {
  padding: 15px;
  cursor: default;
  left: 70%; }
  .product-features .popover:after {
    left: 30%; }
  .product-features .popover h5 {
    font-size: 1em;
    color: #999999;
    margin: 0 0 5px;
    cursor: default;
    line-height: 1.5; }
  .product-features .popover p {
    cursor: default;
    color: #777777;
    font-size: .8em;
    margin: 0;
    padding: 0; }

/* ==========================================================================
  -- Header --
  ========================================================================== */
#main-header {
  background: #fff;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid #efefef; }
  @media (max-width: 767px) {
    #main-header {
      position: static; } }
  .product #main-header, .customers #main-header, .resource-center #main-header {
    border-bottom: none; }
  @media (max-width: 767px) {
    #main-header hr {
      display: none; } }
  #main-header.pinned {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

.logo {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 164px;
  height: 91px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.pinned .logo {
    bottom: 0;
    top: 30px;
    width: 126px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .pinned .logo {
        bottom: 5px; 
    } 
}
@media (min-width: 768px) and (max-width: 979px) {
    .logo {
        width: 126px;
        height: 70px; 
    } 
}
@media (max-width: 767px) {
    .logo {
        width: 90px;
        height: 50px; } 
}
.logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
@media (min-width: 768px) and (max-width: 979px) {
    .logo img {
        width: 126px !important;
        height: 70px !important; 
    } 
}
@media (max-width: 767px) {
    .logo img {
        width: 90px !important;
        height: 50px !important; 
    } 
}
.mobile-hide-show {
  display: none; }
  @media (max-width: 767px) {
    .mobile-hide-show {
      display: block;
      font-size: 2.5em;
      float: right;
      margin: 25px 0 0 0; } }

nav {
  text-align: right;
  width: 100%; }
  nav li {
    display: inline-block;
    margin-left: 25px;
    position: relative; }
    @media (max-width: 767px) {
      nav li {
        display: block;
        margin: 0 0 5px 0; } }
  nav a {
    color: #5e9302; }
    nav a:hover, nav a:focus, nav a.current {
      color: #999999;
}
    nav a.phone {
      color: #781D7D; }
  nav.top-nav {
    font-size: .875em;
    padding: 10px 0; }
    @media (min-width: 768px) and (max-width: 979px) {
      nav.top-nav {
        margin-left: 10px;
        font-size: .8em; } }
    @media (max-width: 767px) {
      nav.top-nav {
        display: none; } }
  nav.top-nav a
  {
      color:#333333;
  }
  nav.top-nav a:hover
  {
      color:#C6C6C6;
  }
        
  nav#main-nav {
    height: 100px;
    position: relative; }
    @media (min-width: 768px) and (max-width: 979px) {
      nav#main-nav {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      nav#main-nav {
        margin: 0 0 10px 0; } }
    nav#main-nav ul#main-nav-items {
      position: absolute;
      font-size:18px;
      top: 70px;
      right: 0; }
      @media (max-width: 767px) {
        nav#main-nav ul#main-nav-items {
          position: absolute;
          top: -20px;
          right: 0;
          z-index: -1; } }
      @media (min-width: 768px) and (max-width: 979px) {
        nav#main-nav ul#main-nav-items li {
          margin-left: 15px;
          font-size: .95em; } }
      @media (max-width: 767px) {
        nav#main-nav ul#main-nav-items li {
          font-size: 1.2em;
          border-bottom: 1px solid #777;
          padding: 0 0 10px 0; } }
      @media (min-width: 768px) and (max-width: 979px) {
        nav#main-nav ul#main-nav-items li .dropdown li {
          margin-left: 0; } }
      @media (max-width: 767px) {
        nav#main-nav ul#main-nav-items li .dropdown li {
          border-bottom: none;
          font-size: .95em;
          padding: 0; } }
      @media (max-width: 767px) {
        nav#main-nav ul#main-nav-items li .dropdown a {
          border-bottom: none;
          margin: 0 0 5px;
          padding: 0; } }
      @media (max-width: 767px) {
        nav#main-nav ul#main-nav-items a {
          display: block;
          margin: 50px 0 10px;
          color: #fff; } }
      nav#main-nav ul#main-nav-items a:hover, nav#main-nav ul#main-nav-items a:focus {
        color: #999999; }

.secondary-nav {
  height: 49px;
  /*background: #999999;*/
  background: url(/img/new/top-bar-bg.gif) repeat-x scroll 0 0 #fdfcfc;
  background-position: top;
  height: 49px;
  position: relative;
  }
  @media (max-width: 767px) {
    .secondary-nav {
      display: none; } }
  .pinned .secondary-nav {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); }
  .secondary-nav nav {
    padding: 0;
    text-align: left; }
  .secondary-nav a {
    padding: 12px 22px;
    color: #fff;
    display: block; }
    @media (min-width: 768px) and (max-width: 979px) {
      .secondary-nav a {
        padding: 12px 13px; } }
    .secondary-nav a:hover:not(.btn), .secondary-nav a:focus, .secondary-nav a.current {
      color: #fff; }
    .fixed .secondary-nav a {
      padding: 5px 25px; }
  .secondary-nav li {
    display: block;
    float: left;
    margin: 0; }
  .secondary-nav .btn-nav {
    margin-top: 10px; }
    .secondary-nav .btn-nav li {
      margin-left: 10px; }
    .secondary-nav .btn-nav span {
      color: #fff;
      margin-top: 2px;
      display: block; }
  .secondary-nav .btn, .secondary-nav article.news a.more, article.news .secondary-nav a.more {
    font-size: .9em;
    padding: 4px 20px;
    width: auto;
    box-shadow: none;
    /*border: 1px solid #000000;*/ }

/*Dropdown menú*/
ul.dropdown {
  display: none;
  width: 315px;
  background: #f8f8f8;
  font-size: .85em;
  z-index: 10;
  position: absolute;
  top: 100%;
  text-align: left;
  border: 1px solid #ccc;
  /*-webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); 
}
@media (max-width: 767px) {
ul.dropdown 
{
    display:block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    text-align: right;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } 
}
ul.dropdown.last {
    left: 5%; 
}
@media (max-width: 767px) {
    ul.dropdown.last {
    left: 0; } 
}
@media (max-width: 767px) {
ul.dropdown.hide, ul.dropdown.show {
      display: block;
      visibility: visible; } 
}
ul.dropdown.show {
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp; 
}
ul.dropdown a {
    display: block;
    margin: 0;
    padding: 4px 0 0 20px;
    color: #333;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -transition: none;
    transition: none;
}
@media (max-width: 767px) {
ul.dropdown a {
    color: #fff; } 
}
ul.dropdown a:hover, ul.dropdown a:focus {
    background: #5E9302;
    color: #fff !important;
}
@media (max-width: 767px) {
ul.dropdown a:hover, ul.dropdown a:focus {
    background: none;
    color: #999999; }
}
ul.dropdown li 
{
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0;
    padding: 0; 
}
ul li:hover ul.dropdown{
    display: block; /* Display the dropdown */
}
ul li ul.dropdown li{
    display: block;
}

.pinned-navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: -150px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 900;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
  @media (max-width: 767px) {
    .pinned-navigation {
      display: none; } }
  .pinned-navigation.pinned {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
    top: 0; }
  .pinned-navigation.unpinned {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
    top: -150px; }
  .pinned-navigation nav {
    padding: 30px 0 10px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .pinned-navigation nav {
        padding-bottom: 0; } }
    .pinned-navigation nav .logo {
      top: -14px; }
      .pinned-navigation nav .logo img {
        width: 140px;
        height: 33px; }
    .pinned-navigation nav #main-nav {
      margin-bottom: 0; }
  .pinned-navigation .product-nav {
    display: block !important; }

/* ==========================================================================
  -- Main Content --
  ========================================================================== */
@media (max-width: 767px) {
  body {
    -webkit-transition: left 0.15s ease-in-out;
    -ms-transition: left 0.15s ease-in-out;
    -o-transition: left 0.15s ease-in-out;
    -transition: left 0.15s ease-in-out;
    transition: left 0.15s ease-in-out;
    left: 0;
    position: relative; }
    body.mobile-nav-show {
      left: -200px; }
      body.mobile-nav-show ul#main-nav-items {
        right: -200px !important; } }

.main {
  background: #fff; }
  @media (max-width: 767px) {
    .main {
      position: relative;
      z-index: 2; } }
  .fixed .main {
    padding-top: 115px; }
    @media (max-width: 767px) {
      .fixed .main {
        padding-top: 0; } }

.icon-bg {
  color: #fff;
  background: #6F9B31;
  background-image: -webkit-radial-gradient(70% 100%, #7FB539, #6F9B31);
  background-image: -moz-radial-gradient(70% 100%, #7FB539, #6F9B31);
  background-image: -o-radial-gradient(70% 100%, #7FB539, #6F9B31);
  background-image: radial-gradient(70% 100%, #7FB539, #6F9B31);
  position: relative; }
  .icon-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .icon-bg h2, .icon-bg h3 {
    color: #fff; }
  .icon-bg .row {
    position: relative;
    z-index: 1; }

.subpage-header {
  background: #2F0731;
  background-image: -webkit-radial-gradient(70% 90%, #510d53, #2f0731);
  background-image: -moz-radial-gradient(70% 90%, #510d53, #2f0731);
  background-image: -o-radial-gradient(70% 90%, #510d53, #2f0731);
  background-image: radial-gradient(70% 90%, #510d53, #2f0731);
  padding: 50px 0; }
  @media (max-width: 767px) {
    .subpage-header {
      padding: 10px 0 0 0; } }
  .subpage-header h1 {
    color: #fff;
    margin: 0; }

.sidebar {
  background: #fff;
  width: 220px;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) and (max-width: 979px) {
    .sidebar {
      width: 166px;
      font-size: .875em; } }
  @media (max-width: 767px) {
    body.about .sidebar {
      display: none; } }
  .sidebar li {
    display: block;
    margin: 0;
    padding: 0; }
    .sidebar li:first-of-type a {
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    .sidebar li:last-of-type a {
      border-bottom: none;
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
  .sidebar a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
    .sidebar a:hover, .sidebar a:focus, .sidebar a.active {
      background: #f5f5f5;
      color: #999999; }

img.outline {
  border: 1px solid #bbb; }
img.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }

.image-highlight {
  position: relative; }
  .image-highlight .product-highlight {
    position: absolute;
    z-index: 10;
    top: -5px;
    right: -20px; }
  .image-highlight .product-highlight-2 {
    position: absolute;
    z-index: 10;
    top: -10px;
    right: -30px; }
  .image-highlight .background {
    position: relative;
    z-index: 0; }

.affix {
  position: fixed;
  top: 77px;
  bottom: auto; }

.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 50px; }

.affix-static {
  position: static !important; }

/* Tab style */
#scrollUp {
  bottom: -10px;
  right: 30px;
  width: 70px;
  height: 60px;
  padding: 10px 5px;
  font-family: arial, helvetica, sans-Serif;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
  color: #828282;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
  -webkit-transition: bottom 150ms linear;
  -moz-transition: bottom 150ms linear;
  transition: bottom 150ms linear; }

#scrollUp:hover {
  bottom: 0px; }

#lightbox-container {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  #lightbox-container #lightbox-content {
    margin-bottom: -5px; }

/* Content boxes */
.content-box {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .content-box p:last-of-type {
    margin-bottom: 0; }
  .content-box:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #b3b3b3; }
  .content-box.no-shadow {
    box-shadow: none;
    border: 1px solid #ccc; }
  .content-box.no-shadow:hover {
    box-shadow: none;
    border: 1px solid #ccc; }
  .content-box.padding {
    padding: 20px; }
  .content-box .header, .content-box .footer {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 10px; }
    .content-box .header.footer, .content-box .footer.footer {
      border: none;
      border-top: 1px solid #ddd; }
    .content-box .header small, .content-box .footer small {
      float: right; }
    .content-box .header p, .content-box .footer p {
      color: #777;
      margin: 0;
      font-size: 16px; }
      .customers .content-box .header p, .customers .content-box .footer p {
        font-size: 13px;
        position: relative;
        top: -4px; }
      .content-box .header p i, .content-box .footer p i {
        margin: 0 0 0 0;
        top: 0; }
  .content-box .content {
    padding: 10px; }
    .customers .content-box .content {
      padding-bottom: 0; }
    .content-box .content div.video, .content-box .content div.image {
      margin-bottom: 10px; }
    .content-box .content .image {
      padding: 0 15px 10px;
      background: #fff;
      text-align: center; }
    .content-box .content p {
      color: #777;
      font-size: 13px;
      min-height: 57px; }

table.content {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  margin: 30px 0; }
  table.content td {
    border: 1px solid #ccc;
    padding: 10px; }

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px; }
  .show-grid [class*="span"] {
    background-color: #eee;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 30px;
    line-height: 30px; }
  .show-grid:hover [class*="span"] {
    background: #ddd; }
  .show-grid .show-grid {
    margin-top: 0;
    margin-bottom: 0; }
    .show-grid .show-grid [class*="span"] {
      background-color: #ccc; }

/* ==========================================================================
  -- Footer --
  ========================================================================== */
#footer {
  background: #222;
  padding: 30px 0 60px;
  color: #fff;
  line-height: 1.1; }
  @media (max-width: 767px) {
    #footer {
      padding-right: 20px;
      padding-left: 20px;
      position: relative;
      z-index: 2; } }
  #footer nav {
    padding: 0;
    text-align: left; }
  #footer a {
    color: #fff;
    font-size: .8em; }
    @media (max-width: 767px) {
      #footer a.customer-pact img {
        display: block;
        margin: 0 auto; } }
    #footer a:hover, #footer a:focus {
      color: #999999; }
  #footer h6 {
    margin: 0 0 2px;
    font-size: 1em;
    color: #fff; }
    @media (max-width: 767px) {
      #footer h6 {
        display: block;
        width: 100%; } }
    #footer h6 a {
      font-size: 1em; }
  #footer ul {
    margin: 0; }
    @media (max-width: 767px) {
      #footer ul {
        min-height: 1px;
        margin: 20px 0;
        display: block;
        float: left;
        width: 100%; } }
    #footer ul.fixed-height {
      min-height: 200px; }
      @media (max-width: 767px) {
        #footer ul.fixed-height {
          min-height: 1px; } }
  #footer li {
    display: block;
    margin: 0 0 7px 0; }
    @media (max-width: 767px) {
      #footer li {
        float: left;
        width: 45%; } }
    @media (max-width: 767px) {
      #footer li:first-of-type {
        width: 100%;
        border-bottom: 1px solid #555; } }
  #footer .utility {
    margin-top: 30px; }
    #footer .utility li {
      font-family: arial, helvetica, sans-Serif;
      float: left;
      font-size: 12px;
      color: #888;
      margin-right: 15px; }
      #footer .utility li a {
        font-family: arial, helvetica, sans-Serif;
        font-size: 12px;
        color: #888; }
        #footer .utility li a:hover {
          color: #999999; }

.social ul {
  margin-bottom: 15px;
  overflow: hidden; }
.social li.link {
  display: block;
  float: left;
  width: 33%;
  margin: 10px 0 2px 0; }
  .social li.link a {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px; }

/* ==========================================================================
  -- Home --
  ========================================================================== */
@media (max-width: 767px) {
  .home .center.margin-bottom img {
    margin-bottom: 20px; } }

/*.slidesjs-pagination {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -44px;
  z-index: 10;
  width: 88px; }
  .slidesjs-pagination li {
    display: inline-block;
    margin: 0 8px; }
  .slidesjs-pagination a {
    display: block;
    text-indent: -999em;
    text-align: left;
    width: 13px;
    height: 13px;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -transition: none;
    transition: none; }
    .slidesjs-pagination a:hover, .slidesjs-pagination a:focus, .slidesjs-pagination a.slidesjs-active {
      background-position: 0 0; }
*/
#slide-icons {
  padding: 0; }
  #slide-icons li {
    margin: 12px 0;
    overflow: hidden; }
    #slide-icons li img {
      float: left; }
    #slide-icons li span {
      float: left;
      margin: 10px 0 0 8px;
      font-size: 16px; }

#home-carousel-container {
  height: 110px; }
  @media (min-width: 768px) and (max-width: 979px) {
    #home-carousel-container {
      height: auto; } }
  @media (max-width: 767px) {
    #home-carousel-container {
      height: auto; } }

.home-carousel {
  display: none; }
  @media (min-width: 768px) and (max-width: 979px) {
    .home-carousel {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .home-carousel {
      padding-top: 30px;
      display: block; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .home-carousel .row.padding {
      padding: 20px 0; } }
  .home-carousel img.left {
    margin-right: 20px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .home-carousel h1 {
      font-size: 1.6em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .home-carousel h3 {
      font-size: 1.3em;
      margin: 0; } }
  .home-carousel h5 {
    margin: 0 0 10px 0; }
    @media (min-width: 768px) and (max-width: 979px) {
      .home-carousel h5 {
        font-size: 1.1em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .home-carousel p.highlight {
      font-size: 1em; } }
  .home-carousel ul {
    list-style: none; }
  @media (min-width: 768px) and (max-width: 979px) {
    .home-carousel a.btn, .home-carousel article.news a.more, article.news .home-carousel a.more {
      font-size: 1em;
      padding: 7px; } }

.bottom-align {
  position: relative;
  bottom: 0; }
  @media (min-width: 768px) and (max-width: 979px) {
    .bottom-align {
      bottom: -75px; } }
  @media (max-width: 767px) {
    .bottom-align {
      bottom: -40px; } }

.swapper {
  color: #bbb;
  cursor: pointer; }
  @media (max-width: 767px) {
    .swapper {
      cursor: default; } }
  .swapper .round-border,
  .swapper h3,
  .swapper .highlight,
  .swapper .btn,
  .swapper article.news a.more,
  article.news .swapper a.more {
    color: #bbb; }
    @media (max-width: 767px) {
      .swapper .round-border,
      .swapper h3,
      .swapper .highlight,
      .swapper .btn,
      .swapper article.news a.more,
      article.news .swapper a.more {
        color: #fff; } }
  .swapper.active {
    color: #fff; }
    .swapper.active .round-border,
    .swapper.active h3,
    .swapper.active .highlight,
    .swapper.active .btn,
    .swapper.active article.news a.more,
    article.news .swapper.active a.more {
      color: #fff; }

.swapper-target img {
  margin-bottom: -200px; }
  .swapper-target img.show {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  @media (max-width: 767px) {
    .swapper-target img {
      display: none; } }

@media (max-width: 767px) {
  iframe.margin-bottom {
    margin-bottom: 30px; } }

.anchor-wrap {
  color: #777; }
  .anchor-wrap h3 {
    color: #555; }
  .anchor-wrap:hover, .anchor-wrap:focus {
    color: #777; }
    .anchor-wrap:hover h3, .anchor-wrap:focus h3 {
      color: #999999; }

.news-feed {
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }
  @media (max-width: 767px) {
    .news-feed {
      padding: 0 0 10px 0;
      border: none; } }
  .news-feed h3 {
    margin: 6px 40px 0 0; }
    @media (min-width: 768px) and (max-width: 979px) {
      .news-feed h3 {
        display: block;
        margin: 0 0 10px 0;
        width: 100%; } }
  .news-feed p {
    margin: 11px 0 0 0;
    font-size: 1.125em;
    width: 680px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (min-width: 768px) and (max-width: 979px) {
      .news-feed p {
        font-size: 1em;
        width: 580px; } }
    @media (max-width: 767px) {
      .news-feed p {
        width: 100%;
        overflow: visible;
        white-space: normal; } }
  .news-feed a {
    color: #555; }
    .news-feed a:hover, .news-feed a:focus {
      color: #999999; }
    .news-feed a.btn, .news-feed article.news a.more, article.news .news-feed a.more {
      margin-top: 5px;
      color: #777; }
      .news-feed a.btn:hover, .news-feed article.news a.more:hover, article.news .news-feed a.more:hover, .news-feed a.btn:focus, .news-feed article.news a.more:focus, article.news .news-feed a.more:focus {
        color: #777; }
      @media (max-width: 767px) {
        .news-feed a.btn, .news-feed article.news a.more, article.news .news-feed a.more {
          display: block;
          margin: 10px 0; } }

.webcast {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  list-style: none;
  -webkit-border-radius: 8px;
  border-radius: 8px; }
  @media (max-width: 767px) {
    .webcast {
      margin: 30px 0; } }
  .webcast li {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .webcast li {
        padding: 10px; } }
    .webcast li.first {
      padding: 10px 20px; }
    .webcast li.last {
      border-bottom: none; }
  .webcast .date {
    color: #05348a;
    font-size: 1.125em;
    vertical-align: top;
    padding-right: 0;
    float: left;
    width: 25%; }
    @media (max-width: 767px) {
      .webcast .date {
        width: 100%; } }
  .webcast .content {
    width: 70%;
    float: right; }
    @media (min-width: 768px) and (max-width: 979px) {
      .webcast .content {
        width: 65%; } }
    @media (max-width: 767px) {
      .webcast .content {
        width: 100%; } }
  .webcast strong {
    text-transform: uppercase; }
  .webcast .white-btn {
    margin-top: 10px; }
  .webcast .green-btn, .webcast article.news a.more, article.news .webcast a.more {
    float: right; }

.cta-body {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #b7b7b7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #b7b7b7));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #b7b7b7 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #b7b7b7 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #b7b7b7 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #b7b7b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#b7b7b7',GradientType=0 );
  -moz-box-shadow: 0px 0px 5px 0px #000;
  -webkit-box-shadow: 0px 0px 5px 0px #000;
  box-shadow: 0px 0px 5px 0px #000;
  padding-bottom: 0px; }

.cta-body:hover {
  background: #d1d1d1;
  background: -moz-linear-gradient(top, #d1d1d1 0%, #9e9e9e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #9e9e9e));
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #9e9e9e 100%);
  background: -o-linear-gradient(top, #d1d1d1 0%, #9e9e9e 100%);
  background: -ms-linear-gradient(top, #d1d1d1 0%, #9e9e9e 100%);
  background: linear-gradient(to bottom, #d1d1d1 0%, #9e9e9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#9e9e9e',GradientType=0 );
  -moz-box-shadow: 0px 0px 10px 0px #000;
  -webkit-box-shadow: 0px 0px 10px 0px #000;
  box-shadow: 0px 0px 10px 0px #000; }

.cta-bg {
  background-color: #fff;
  padding-bottom: 5px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* For IE8 and earlier */
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999; }

.cta-green {
  background-color: #89A323;
  padding-bottom: 5px;
  color:#fff;
}

ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }

li.bjqs-slide {
  position: absolute;
  display: none; }

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999; }

ul.bjqs-controls.v-centered li a {
  position: absolute; }

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0; }

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

ol.bjqs-markers.h-centered {
  text-align: center; }

ol.bjqs-markers li {
  display: inline;
  top: 5px;
  position: absolute; }

ol.bjqs-markers li a {
  display: inline-block;
  top: 5px;
  position: absolute; }

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0; }

/* ==========================================================================
  -- Product --
  ========================================================================== */
.product .product-nav {
  padding: 8px 0;
  margin: 5px 0 0 0;
  display: none;
  border-top: 1px solid #ddd; }
  .product .product-nav p {
    margin: 2px 0 0 0; }
  .product .product-nav .btn-list {
    margin: 0 0 0 0;
    padding: 0; }
    .product .product-nav .btn-list li {
      margin: 0 0 0 10px; }
  .product .product-nav .btn, .product .product-nav article.news a.more, article.news .product .product-nav a.more {
    font-size: .9em;
    padding: 4px 20px;
    width: auto; }

/**** **** **** ****
-- Home --
**** **** **** ****/
.home .callout p 
{
  font-size: .90em; }
@media (max-width: 767px) {
  .home .callout a.scrollto {
    margin: 0 auto 40px;
    width: 50%; } }
.home i {
  margin: 0 auto 10px; }
.home .pinch h3 {
  margin: 20px 0 10px; }
.home .glow h3 {
  margin: 0 0 15px; }
.home .glow p {
  margin: 0; }
.home .glow .left {
  width: 360px;
  text-align: left; }
  @media (min-width: 768px) and (max-width: 979px) {
    .home .glow .left {
      width: 270px; } }
  @media (max-width: 767px) {
    .home .glow .left {
      width: 100%;
      float: none; } }
.home .glow .right {
  width: 520px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .home .glow .right {
      width: 394px; } }
  @media (max-width: 767px) {
    .home .glow .right {
      width: 100%;
      float: none; } }
  .home .glow .right img {
    display: block;
    margin: 0 auto; }
 
.home .btn-list {
  margin: 45px 0 25px; }
@media (max-width: 767px) {
  .home #getsat-widget-5302 {
    display: none; } }


/* ==========================================================================
  -- Customers --
  ========================================================================== */
.customers .header .row {
  height: 270px; }
.customers .header h1 {
  color: #fff;
  font-size: 2em; }
  @media (min-width: 768px) and (max-width: 979px) {
    .customers .header h1 {
      font-size: 1.7em; } }
  @media (max-width: 767px) {
    .customers .header h1 {
      font-size: 1.7em;
      margin: 0 0 15px;
      display: block; } }
.customers .header h2 {
  color: #888;
  font-size: 1.4em; }
  @media (min-width: 768px) and (max-width: 979px) {
    .customers .header h2 {
      font-size: 1em; } }
  @media (max-width: 767px) {
    .customers .header h2 {
      font-size: 1em;
      margin: 25px 0 0;
      display: block; } }

.tabbable {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
  .tabbable p {
    margin: 0; }

.tab-row {
  width: 100%; }
  @media (max-width: 767px) {
    .tab-row {
      padding-bottom: 20px; } }
  .tab-row .third-width {
    padding: 0 30px 20px; }
    .tab-row .third-width.solution {
      padding: 30px; }
      @media (max-width: 767px) {
        .tab-row .third-width.solution {
          padding: 20px 20px 0 20px; } }

.tab-secondary-nav {
  width: 938px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .tab-secondary-nav {
      width: 723px; } }
  @media (max-width: 767px) {
    .tab-secondary-nav {
      width: 100%; } }

.nav-tabs {
  width: 100%;
  display: block; }
  .nav-tabs li {
    display: block;
    width: 33.3333%;
    float: left;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .nav-tabs li:first-of-type {
      border: none; }
      .nav-tabs li:first-of-type a {
        -webkit-border-radius: 5px 0 0 0;
        border-radius: 5px 0 0 0; }
    .nav-tabs li:last-of-type {
      border: none; }
      .nav-tabs li:last-of-type a {
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0; }
    .nav-tabs li.active a {
      background: #fff;
      border-bottom: 1px solid #fff;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .nav-tabs li i {
      position: relative;
      bottom: -7px;
      margin-right: 10px;
      display: inline-block; }
  .nav-tabs a {
    font-family: arial, helvetica, sans-Serif;
    display: block;
    text-align: center;
    background: #f5f5f5;
    padding: 3px 0 12px;
    font-size: 1.3em;
    color: #666;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 5px -2px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) and (max-width: 979px) {
      .nav-tabs a {
        font-size: .96em;
        padding: 15px 0 20px; } }
    .nav-tabs a:hover, .nav-tabs a:focus {
      background: #fff;
      -webkit-box-shadow: none;
      box-shadow: none; }

.tab-pane {
  display: none; }
  @media (max-width: 767px) {
    .tab-pane {
      display: block;
      height: 79px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .tab-pane.mobile-show {
      height: auto; }
      .tab-pane.mobile-show .mobile.marketing {
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid #ccc; } }
  .tab-pane.active {
    display: block; }
  .tab-pane .case p {
    color: #666;
    font-size: 14px; }
  .tab-pane h4 {
    color: #888;
    margin: 0 0 10px 0; }
  .tab-pane p {
    color: #888; }
  .tab-pane .mobile {
    background: #f5f5f5;
    padding: 15px 0;
    height: 79px;
    border-bottom: 1px solid #ccc;
    cursor: pointer; }
    .tab-pane .mobile h3 {
      font-size: 1.4em; }
    .tab-pane .mobile.support {
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    .tab-pane .mobile.marketing {
      border-bottom: none;
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
    .tab-pane .mobile i {
      position: relative;
      bottom: -5px;
      margin-right: 10px;
      display: inline-block; }

.tab-header {
  padding: 20px 0 50px; }
  @media (max-width: 767px) {
    .tab-header {
      padding: 15px 20px 40px; } }
  .tab-header h3 {
    margin: 15px 0 0 0; }
    @media (min-width: 768px) and (max-width: 979px) {
      .tab-header h3 {
        font-size: 1.7em; } }

.solution {
  background: #fafafa;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 0 -1px;
  width: 314px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  min-height: 200px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .solution {
      width: 240px; } }
  @media (max-width: 767px) {
    .solution {
      width: 100%;
      border: none;
      background: #fff; } }
  .solution:first-of-type {
    margin: 0;
    border-left: none;
    width: 313px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .solution:first-of-type {
        width: 241px; } }
    @media (max-width: 767px) {
      .solution:first-of-type {
        width: 100%; } }
  .solution:last-of-type {
    margin: 0;
    border-right: none;
    width: 313px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .solution:last-of-type {
        width: 243px; } }
    @media (max-width: 767px) {
      .solution:last-of-type {
        width: 100%; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .solution {
      min-height: 305px; } }
  @media (max-width: 767px) {
    .solution {
      min-height: auto;
      margin: 0 0 20px;
      cursor: text; }
      .solution.border-sides {
        border-right: none;
        border-left: none;
        cursor: default; }
      .solution h4 {
        color: #78107f;
        margin: 0 0 5px 0; } }
  .solution.active {
    position: relative;
    top: -8px;
    background: #fff;
    border-top: 1px solid #ccc;
    height: 200px; }
    @media (max-width: 767px) {
      .solution.active {
        height: auto; } }
    .solution.active h4 {
      color: #78107f;
      margin: 0 0 10px 0; }
      @media (max-width: 767px) {
        .solution.active h4 {
          margin-bottom: 5px; } }
    .solution.active p {
      color: #666; }
      @media (max-width: 767px) {
        .solution.active p {
          color: #888; } }
    .solution.active:after {
      content: "";
      width: 18px;
      height: 18px;
      display: block;
      background: #fff;
      position: absolute;
      bottom: -18px;
      left: 50%;
      margin-left: -9px;
      border: 1px solid #ccc;
      border-top: none;
      border-left: none;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
      @media (max-width: 767px) {
        .solution.active:after {
          display: none; } }

.case-wrap {
  position: relative;
  z-index: 0;
  background: #fff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 180px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .case-wrap {
      min-height: 195px; } }
  @media (max-width: 767px) {
    .case-wrap {
      display: none; } }
  .case-wrap .half-width {
    padding: 0 70px; }
  .case-wrap .full-width {
    padding: 0 50px; }

.case {
  padding: 30px 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .case.active {
    opacity: 1; }
  .case img {
    width: 140px;
    margin: 0 auto; }

/**** **** **** ****
-- Contact --
**** **** **** ****/
.about-contact ul {
  list-style: none; }
.about-contact li.margin {
  margin: 10px 0; }
.about-contact small {
  font-size: .8em; }

/* ==========================================================================
  -- Section - Customer Pact -- 
  ========================================================================== */
.customer-pact h2 {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
  margin: 0 0 20px; }
.customer-pact .main ul {
  list-style: none;
  padding: 0; }
.customer-pact .main li {
  margin: 0 0 20px 0; }

.resource-center .affix {
  position: fixed;
  top: 116px;
  bottom: auto; }
.resource-center .affix-bottom {
  position: absolute;
  top: auto;
  bottom: 0; }

.customers .affix {
  position: fixed;
  top: 116px;
  bottom: auto; }
.customers .affix-bottom {
  position: absolute;
  top: auto;
  bottom: 0; }

#filter-items {
  display: none;
  margin-left: 0;
  width: 720px; }
  @media (min-width: 768px) and (max-width: 979px) {
    #filter-items {
      width: 558px; } }
  @media (max-width: 767px) {
    #filter-items {
      width: 100%; } }
  .resource-center #filter-items {
    min-height: 688px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .resource-center #filter-items {
        min-height: auto; } }
    @media (max-width: 767px) {
      .resource-center #filter-items {
        min-height: auto; } }
  .customers #filter-items {
    min-height: 746px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .customers #filter-items {
        min-height: auto; } }
    @media (max-width: 767px) {
      .customers #filter-items {
        min-height: auto; } }
  #filter-items .item {
    color: #777;
    width: 220px;
    margin: 10px 0 10px 20px;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    text-align: center; }
    @media (min-width: 768px) and (max-width: 979px) {
      #filter-items .item {
        width: 166px; } }
    @media (max-width: 767px) {
      #filter-items .item {
        width: 100%;
        margin: 10px 0; } }
    #filter-items .item:hover {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      border: 1px solid #b3b3b3; }
    .customers #filter-items .item:hover {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
      border: 1px solid #ccc; }
    #filter-items .item .header {
      text-align: left;
      border-bottom: 1px solid #ddd;
      padding: 8px 10px 12px; }
      #filter-items .item .header small {
        float: right; }
      #filter-items .item .header p {
        color: #777;
        margin: 0;
        font-size: 16px; }
        .customers #filter-items .item .header p {
          font-size: 13px;
          position: relative;
          top: -4px; }
        #filter-items .item .header p i {
          margin: 0 8px 0 0; }
    #filter-items .item .content-container .content {
      padding: 10px; }
      .customers #filter-items .item .content-container .content {
        padding-bottom: 0; }
    #filter-items .item .content-container div.video, #filter-items .item .content-container div.image {
      position: relative;
      padding: 10px;
      border-bottom: 1px solid #ddd; }
    #filter-items .item .content-container p {
      color: #777;
      font-size: 13px;
      margin: 0;
      margin-bottom: 10px; }
    .resource-center #filter-items .item .content-container .image, .resource-center #filter-items .item .content-container .video {
      width: 218px;
      height: 156px; }
      @media (min-width: 768px) and (max-width: 979px) {
        .resource-center #filter-items .item .content-container .image, .resource-center #filter-items .item .content-container .video {
          width: 164px;
          height: 118px; } }
      @media (max-width: 767px) {
        .resource-center #filter-items .item .content-container .image, .resource-center #filter-items .item .content-container .video {
          display: none; } }
    .customers #filter-items .item .content-container .image {
      padding: 10px 0 0;
      background: #fff;
      width: 158px;
      margin: 0 auto;
      border: none; }
    #filter-items .item .content-container .customer-community {
      border-top: 1px solid #ddd;
      display: block;
      color: #777;
      font-size: 14px;
      width: 220px;
      margin-left: -10px;
      padding: 10px;
      text-align: left; }
      @media (max-width: 767px) {
        #filter-items .item .content-container .customer-community {
          width: 100%;
          margin-left: 0; } }
      #filter-items .item .content-container .customer-community:hover {
        color: #999999; }
      #filter-items .item .content-container .customer-community i {
        top: 0; }
    #filter-items .item .content-container .assets {
      overflow: hidden;
      border-top: 1px solid #ddd;
      padding: 10px;
      width: 220px;
      margin-left: -10px;
      height: 45px; }
      @media (min-width: 768px) and (max-width: 979px) {
        #filter-items .item .content-container .assets {
          width: 164px; } }
      @media (max-width: 767px) {
        #filter-items .item .content-container .assets {
          width: 100%;
          margin-left: 0; } }
      #filter-items .item .content-container .assets a {
        top: 0;
        display: inline-block; }

#filters {
  display: none;
  margin-top: 10px;
  width: 220px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) and (max-width: 979px) {
    #filters {
      width: 166px; } }
  @media (max-width: 767px) {
    #filters {
      display: none !important; } }
  #filters .option-set ul {
    border-top: 1px solid #ddd;
    list-style: none;
    margin: 0; }
    #filters .option-set ul li {
      overflow: hidden;
      padding: 10px;
      border-bottom: 1px solid #ddd; }
      #filters .option-set ul li.last {
        border-bottom: none; }
  #filters h3 {
    color: #999999;
    font-family: arial, helvetica, sans-Serif;
    font-size: 16px;
    padding: 10px; }
  #filters input {
    display: block;
    float: left;
    margin: 7px 5px 0 0; }
  #filters label {
    display: block;
    float: left;
    margin-left: 10px;
    color: #777;
    font-size: 14px;
    font-family: arial, helvetica, sans-Serif;
    width: 170px; }
    @media (min-width: 768px) and (max-width: 979px) {
      #filters label {
        width: 110px; } }

#no-results {
  display: none; }

.featured {
  margin-top: 20px; }
  .featured h2 {
    font-size: 16px;
    margin-bottom: 10px; }
  .featured h3 {
    font-size: 16px;
    margin-top: 5px; }
  .featured p {
    margin: 10px 0 0;
    font-size: 14px; }
  .featured a p {
    color: #777; }
  .featured a:hover p {
    color: #999999; }

.icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 6px;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -transition: none;
  transition: none; }

.icon.videos {
  width: 26px;
  background-position: -23px 0; }

.icon.ebooks {
  background-position: 0 0; }

.icon.white-papers {
  background-position: -50px 0;
  width: 18px; }

.icon.webinars {
  background-position: -69px 0; }

.icon.arrow.right {
  width: 26px;
  background-position: -94px 0;
  margin-right: 0 !important; }

.icon.service-support {
  width: 26px;
  background-position: 0 -25px; }

.icon.marketing-seo {
  width: 26px;
  background-position: -25px -25px; }

.icon.feedback-collaboration {
  width: 26px;
  background-position: -50px -25px; }

.icon.case-study {
  width: 17px;
  background-position: -1px -49px;
  margin: 0 20px 0 0; }
  .icon.case-study:hover {
    background-position: -1px -72px; }

.assets .icon.video {
  width: 24px;
  background-position: -19px -49px;
  margin: 0 20px 0 0; }
  .assets .icon.video:hover {
    background-position: -19px -72px; }

.icon.quote {
  width: 23px;
  background-position: -44px -49px;
  margin: 0; }
  .icon.quote:hover {
    background-position: -44px -72px; }

/* *** Isotope CSS3 transitions ***
  ================================================== */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/* *** disabling Isotope CSS3 transitions ***
   ================================================== */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* ===[ End: Recommended Isotope styles ]=== */
/* disable CSS transitions for containers with infinite scrolling */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

/* iCheck.js Minimal skin, grey
----------------------------------- */
.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer; }

.icheckbox_minimal-grey,
.icheckbox_minimal-grey.static:hover {
  background-position: 0 0; }

.icheckbox_minimal-grey.hover,
.icheckbox_minimal-grey:hover {
  background-position: -20px 0; }

.icheckbox_minimal-grey.checked {
  background-position: -40px 0; }

.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default; }

.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0; }

.iradio_minimal-grey.static:hover {
  background-position: -100px 0; }

.iradio_minimal-grey.hover,
.iradio_minimal-grey:hover {
  background-position: -120px 0; }

.iradio_minimal-grey.checked {
  background-position: -140px 0; }

.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default; }

.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0; }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_minimal-grey,
  .iradio_minimal-grey {
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px; } }
/* ==========================================================================
  -- Classes --
  ========================================================================== */
.clearfix, .slide-3 .animate, .webcast li, .tab-row, .member-highlight, .member-highlight .avatar a, .director, .event,
.article,
.press-release {
  zoom: 1; }
  .clearfix:before, .slide-3 .animate:before, .webcast li:before, .tab-row:before, .member-highlight:before, .member-highlight .avatar a:before, .director:before, .event:before,
  .article:before,
  .press-release:before, .clearfix:after, .slide-3 .animate:after, .webcast li:after, .tab-row:after, .member-highlight:after, .member-highlight .avatar a:after, .director:after, .event:after,
  .article:after,
  .press-release:after {
    content: "";
    display: table; }
  .clearfix:after, .slide-3 .animate:after, .webcast li:after, .tab-row:after, .member-highlight:after, .member-highlight .avatar a:after, .director:after, .event:after,
  .article:after,
  .press-release:after {
    clear: both; }

.ir {
  display: block;
  overflow: hidden;
  direction: ltr;
  text-align: left;
  text-indent: -9999px; }

.gray {
  background: #f5f5f5; }

.darkgray {
  background: #1e1d1a; }

.purple {
  color: #7E1B72; }

.orange{
  color: #F3731D; }

.blue {
  color: #05348a; }

.green {
  color: #7FB539; }

.dark {
  color: #000000; }

.white {
  color: #fff; }

.glow {
  background: #fff;
  display: block;
  padding: 30px 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .glow:hover.addhover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #b3b3b3; }

.border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.border-sides {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.border-bottom {
  border-bottom: 1px solid #ccc; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .padding {
      padding: 0; } }

.padding-top {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .padding-top {
      padding-top: 0; } }

.padding-bottom {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .padding-bottom {
      padding-bottom: 0; } }

.sidepadding {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .sidepadding {
      padding-left: 0;
      padding-right: 0; } }

.indent {
  padding-left: 50px; }

.pinch {
  padding-right: 30px;
  padding-left: 30px; }

.margin {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .margin {
      margin: 0; } }

.margin-top {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .margin-top {
      margin-top: 0; } }

.margin-bottom {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .margin-bottom {
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .mobile-margin {
    margin: 40px 0 0 0; } }

@media (max-width: 767px) {
  img.margin-bottom {
    margin-bottom: 20px; } }

.no-margin {
  margin: 0; }

.pull-up {
  margin-top: -30px; }
  @media (max-width: 767px) {
    .pull-up {
      margin-top: 0; } }

.push-down {
  margin-top: 200px; }
  @media (max-width: 767px) {
    .push-down {
      margin-top: 0; } }

.round-border {
  color: #fff;
  border: 5px solid #ddd;
  margin: 0 5px 10px 0;
  display: inline-block;
  padding: 3px 0 0 0;
  height: 50px;
  width: 50px;
  font-family: arial, helvetica, sans-Serif;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  .round-border.orange {
    border-color: #999999; }
  .round-border.purple {
    border-color: #85188B; }

.inline-border {
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .inline-border:before, .inline-border:after {
    content: "";
    display: block;
    background: #ddd;
    height: 1px;
    position: absolute;
    left: -361px;
    top: 50%;
    width: 345px; }
  .inline-border:after {
    right: -361px;
    left: auto; }
  @media (min-width: 768px) and (max-width: 979px) {
    .inline-border:before, .inline-border:after {
      left: -278px;
      width: 266px; }
    .inline-border:after {
      right: -278px;
      left: auto; } }
  @media (max-width: 767px) {
    .inline-border:before, .inline-border:after {
      display: none; } }

.break {
  display: block; }
  @media (min-width: 768px) and (max-width: 979px) {
    .break {
      display: inline; } }
  @media (max-width: 767px) {
    .break {
      display: inline; } }

@media (min-width: 768px) and (max-width: 979px) {
  .break-medium {
    display: block; } }

.hide {
  display: none;
  visibility: hidden; }

.mobile {
  display: none; }
  @media (max-width: 767px) {
    .mobile {
      display: block; } }

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important; } }
@media (max-width: 767px) {
  .mobile-center {
    float:none;
    padding:0px;
    width:100%;} }

.category {
  color: #777;
  font-family: arial, helvetica, sans-Serif;
  font-size: 18px; }

a.block {
  color: #777; }

/* FORMS */
.home input[type=text] {
  padding: 4px;
  width: 320px;
  margin: 7px 0 0px; 
}
.home input[type=text]:focus {
  border:1px solid;
  background-color:#f9f9f9;
}
.home select 
{
  padding:5px;
  width: 320px;
  margin: 5px 0px 0px 0px;
  color:#666;}
.home select:focus {
  border:1px solid;
  background-color:#f9f9f9;
}
.home .list_menu_small
{
    padding: 4px;
    width: 100px;
    border:1px solid #ccc;
}
.home .field_small
{
    padding: 4px;
    width: 100px !important;
}
.home .field_small2
{
    padding: 4px;
}
.home .field2
{
    padding: 4px;
    width: 216px !important;
}
@media (max-width: 767px) {
    .home .field2
    {
        padding: 4px;
        width: 176px !important;
    }
}
.home .field3
{
    padding: 4px;
    width: 160px !important;
}
@media (max-width: 767px) {
    .home .field3
    {
        padding: 4px;
        width: 115px !important;
    }
}
.home .field4
{
    padding: 4px;
    width: 196px !important;
}
.home .field5
{
    padding: 4px;
    width: 140px !important;
}
@media (max-width: 767px) {
    .home .field4
    {
        padding: 4px;
        width: 150px !important;
    }
    .home .field5
    {
        padding: 4px;
        width: 100px !important;
    }
}
.tag
{
	width:180px;
	display:block;
	color:#666;
	text-align:right;
	padding-right:10px;
	padding-top:8px;
	float:left;
}
@media (max-width: 767px) {
.tag {
	width:350px;
	display:block;
	color:#666;
	text-align:left;
	float:left;
}}
.tag_msg
{
    padding: 4px;
    width: 320px;
    margin: 7px 0 0px;
    text-align:center;
	font-size:11px;
	color:Gray;
	display:block;
	margin-left:180px;
}
.tag2
{
	width:180px;
	display:block;
	line-height:13px;
	float:left;
    padding: 7px 0 0 5px;	
}
.tag2_msg
{
	width:208px;
	font-weight:normal;
	display:block;
	font-size:11px;
	color:Gray;
	line-height:13px;
	float:left;
    padding: 7px 0 2px 5px;	
}
.tag_long
{
	padding:2px 0 2px 5px;	
	background-color: #C4DD80;
}
.tag3
{
	width:180px;
	display:block;
	color:#666;
	text-align:right;
	padding-right:10px;
	float:left;
}
@media (max-width: 767px) {
.tag3 {
	display:none;
}}
.phonedataOff
{
    display:none;
}
.phonedataOn
{
    display:block;
}
.txtInput 
{
    display:inline-block;
    text-align:left;
}
.phoneType
{
    width:160px !important;
    margin-right:158px !important;
}
@media (max-width: 767px) {
    .phonedataOn {
	    display:none;
    }
    .txtInput 
    {
        width:100% !important;
        text-align:left;
    }
    .phoneType
    {
        width:160px !important;
        margin-right:112px !important;
    }
}
.error_tag {
	background-color:#C4DD80;
	padding: 1px 5px 1px 5px;
	margin-left:-5px;	
}
.form_area p.error_p {
	background-color:#C4DD80;
	padding:4px 5px 3px 5px;
	margin-left:-5px;		
}
.error_zone {
	text-align:center;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
	color:#EE0000;
}
.pad .error_checkbox {
	background-color:#C4DD80;
	padding:4px 5px 3px 5px;
	margin-left:0px;
	margin-top:-5px;
	display:block;
}
.list_menu
{
	font-family: arial, helvetica, sans-Serif;
	border:1px solid #ccc;
}
.list_menu, option {
	padding:0 0 0 8px;	
}
.phonedata
{
    display:block;
    float:left;
    font-size:11px;
    vertical-align:bottom;
    width:96px;
    text-align:center;
    padding:0 0 0 0;
}
@media (max-width: 767px) 
{
    .phonedata
    {
        display:block;
        float:left;
        font-size:11px;
        vertical-align:bottom;
        width:80px;
        text-align:center;
        padding:10px 0 0 0;
    }
}
.press
{
    font-size:14px;
    padding-left:20px;
    list-style-type:square;
}
.cookies a
{
    text-decoration:none;
}
.cookies a:hover
{    text-decoration:underline;
}
/*********************
New home (05-2015)
*********************/
.h148
{
    font-size:48px;
    line-height:100%;
    padding-top:45px;
    font-family:"Open Sans", sans-serif;
    font-weight:600;
}
@media only screen and (max-width: 767px) {
    .h148 { font-size: 30px;line-height:35px;padding-top:15px; }
}
.h236{
    font-size:35px;line-height:36px;
    padding-top:25px;
    padding-bottom:40px;
    font-family:"Open Sans", sans-serif;
    font-weight:300;
}
@media only screen and (max-width: 767px) {
    .h236 { font-size:22px;line-height:22px;padding-top:25px; padding-bottom:15px;}
}
.h330{
    font-size:30px;line-height:30px;padding-top:35px;
    font-family:"Open Sans", sans-serif;
    font-weight:300;
}
@media only screen and (max-width: 767px) {
    .h330 { font-size:18px;line-height:18px;padding-top:20px; }
}
.h424{
    font-size:24px;line-height:24px;
    font-family:"Open Sans", sans-serif;
    font-weight:300;
}
.h420{
    font-size:18px;line-height:28px;
    font-family:"Open Sans", sans-serif;
    font-weight:300;
}
.titleTrial
{
    line-height:100%;padding-bottom:5px;font-family:Open Sans,sans-serif;color:#333;font-weight:400;
}
@media (min-width: 768px){
    .titleTrial { margin-left:70px; }
}
.item
{
    /*padding-top:16px;*/
}
.itemContent
{
    /*height:px;width:272px;margin-left:64px;*/
}
.imageline
{
    background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px)
{
    .imageline{height:300px;}
}
.boxes
{
    background-color:#FF9933;
    padding: 10px 20px 0px 20px;
    height:100%;
    vertical-align:middle;
}
.listTourLeft
{
    list-style-type:none;
    list-style-position:inside;
    margin:0 0 15px 0;
    color:#fff;
    line-height:20px;
}
.listTourRight
{
    list-style-type:circle;
    list-style-position:inside;
    margin:0 0 15px 0;
    color:#333333;
    line-height:20px;
    font-size:16px;
}
.boxesTourTitle
{
    font-size:18px;
    text-align:center;
    font-weight:bold;
}
.boxesTourText
{
    text-align:justify;
    color:#333333;
    font-size:15px;
    display:none;
}
.productName
{
    font-weight:bold;
    color:#5e9302;
}
.productNameSize
{
    font-size:110%;
}
.check
{
    width:24px;
    height:24px;
}
.listProd
{
    background: url(/img/new/check2.png) no-repeat top left;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 10px 29px;
    vertical-align: middle;
}
/*Slider*/
#slides {
    display: none;
}
#slides .slidesjs-navigation {
    display:none;
}
#slidesjs-play
{
    display:none;
}
a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
    display:none;
}
a.slidesjs-next {
    margin-right:10px;
    background-position: -12px 0;
}
a:hover.slidesjs-next {
    background-position: -12px -18px;
}
a.slidesjs-previous {
    background-position: 0 0;
}
a:hover.slidesjs-previous {
    background-position: 0 -18px;
}
a.slidesjs-play {
    display:none;
}
a:hover.slidesjs-play {
    display:none;
}
a.slidesjs-stop {
    display:none;
}
a:hover.slidesjs-stop {
    display:none;
}
.slidesjs-pagination {
    margin: 7px 0 0;
    float: right;
    list-style: none;
    width:100%;
    padding-left:50%;
}
.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(/img/new/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px;
}
.slidesjs-pagination li a:hover {
    background-position: 0 -26px;
}
#slides a:link,
#slides a:visited {
    color: #333;
}
#slides a:hover,
#slides a:active {
    color: #9e2020;
}
.productsHome
{
    background: #f9f9f9;
    border: 1px solid #ccc;
    height: 95px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding-top:10px;
}
.productsHome:hover
{
    background: #fff;
    border: 1px solid #aaa;
    padding-bottom: 15px;
    top: -7px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4); 
}
.productsHomeText
{
    background: #f9f9f9;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    font-size:15px;
    text-align:justify;
    padding: 10px 20px 10px 20px;
    display:none;
    z-index: 10;
    position:absolute;
    width:270px;
}
.productsHomeText a
{
    font-weight:bold;
}
.productsHomeCenter
{
    padding-left:230px;
}
@media (max-width: 767px) 
{
    .productsHomeCenter{
        padding-left:0px;
        margin-top:-60px;}
}