/*
Theme Name: Iincoln Indicators
Theme URI: 
Description: 
Author: zoo
Version: 1.0.1
Tags: 
*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*	Base
============================================================ */
body {
  overflow-x: hidden;
  position: relative;
  left: 0;
  font-weight: normal;
  font-family: "Ubuntu","Open Sans",sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }

/*	General
============================================================ */
.wrapper, .pageLayouts {
  height: auto; }
  .wrapper:before, .wrapper:after, .pageLayouts:before, .pageLayouts:after {
    content: " ";
    display: table; }
  .wrapper:after, .pageLayouts:after {
    clear: both; }

.pageLayouts {
  overflow: hidden; }

.js .tinynav {
  display: none; }

.noPadding {
  padding: 0 !important; }

.noMargin {
  margin: 0 !important; }

img.expand {
  width: 100%; }

.phone, .mail {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 15px; }
  .phone:hover, .phone:focus, .mail:hover, .mail:focus {
    text-decoration: none; }

.phone {
  background-image: url(assest/img/img-call-to.png);
  padding-left: 15px;
  background-position: 0 1px; }

.phone-option {
  padding: 20px 0 10px 1px;
  margin-top: -25px; }
  .phone-option a.phone {
    font-size: 130%;
    background-image: url(assest/img/img-call-to_2.png);
    height: auto;
    background-position: 0 4px;
    background-size: auto 17px; }

.mail {
  background-image: url(assest/img/img-mail-to.png);
  padding-left: 20px;
  background-position: 0 1px; }

.section-title {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  margin: 40px 0 30px;
  font-weight: 300; }

.back2top {
  position: fixed;
  bottom: 12px;
  right: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #aaaaaa; }
  .back2top:hover, .back2top:focus {
    color: #aaa;
    text-decoration: none; }

.entry-content .video-wrap {
  margin-top: 20px; }
.entry-content .Table2Chart {
  max-width: 100%; }

.light-title {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 30px; }

.sml-divider {
  padding: 20px 0;
  text-align: center; }

.dl-horizontal {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px; }

.banner-section {
  font-family: 'Ubuntu', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  padding: 20px 0; }

.bgWhite {
  background-color: #fff; }

.bgDarkWhite {
  background-color: #f5f5f5; }

.bgGray {
  background-color: #556068;
  color: #fff; }

.bgLightGray {
  background-color: #f8f8f8;
  background-image: url(assest/img/bg-lightgray.jpg);
  background-attachment: fixed; }

.bg-pinkGradient {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 0%, #fcf9f6 1%, #fcf9f6 20%, #efe2da 57%, #b9a7b0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(0%, white), color-stop(1%, #fcf9f6), color-stop(20%, #fcf9f6), color-stop(57%, #efe2da), color-stop(100%, #b9a7b0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, white 0%, #fcf9f6 1%, #fcf9f6 20%, #efe2da 57%, #b9a7b0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, white 0%, #fcf9f6 1%, #fcf9f6 20%, #efe2da 57%, #b9a7b0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, white 0%, #fcf9f6 1%, #fcf9f6 20%, #efe2da 57%, #b9a7b0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 0%, #fcf9f6 1%, #fcf9f6 20%, #efe2da 57%, #b9a7b0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b9a7b0',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.45); }

.bgGreen {
  background-color: #b7d432; }

/*	Forms & Buttons
============================================================ */
.btn {
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.25); }

.form-control {
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem; }

.btn-primary {
  background-image: -webkit-linear-gradient(top, #38b9e8 0%, #17ade3 100%);
  background-image: -o-linear-gradient(top, #38b9e8 0%, #17ade3 100%);
  background-image: linear-gradient(to bottom, #38b9e8 0%, #17ade3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF38B9E8', endColorstr='#FF17ADE3', GradientType=0);
  text-shadow: 1px 1px #0a739a; }
  .btn-primary:hover, .btn-primary:focus {
    background-image: -webkit-linear-gradient(top, #0d8ebc 0%, #38b9e8 100%);
    background-image: -o-linear-gradient(top, #0d8ebc 0%, #38b9e8 100%);
    background-image: linear-gradient(to bottom, #0d8ebc 0%, #38b9e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0D8EBC', endColorstr='#FF38B9E8', GradientType=0);
    border-color: #0087c2; }
  .btn-primary.btn-plain {
    background: #00a1e1;
    border-color: #00a1e1;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-primary.btn-plain:hover, .btn-primary.btn-plain:focus {
      background: #0d8ebc;
      border-color: #0d8ebc; }

.btn-default {
  background-image: -webkit-linear-gradient(top, #c7dd60 0%, #bed744 100%);
  background-image: -o-linear-gradient(top, #c7dd60 0%, #bed744 100%);
  background-image: linear-gradient(to bottom, #c7dd60 0%, #bed744 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC7DD60', endColorstr='#FFBED744', GradientType=0);
  text-shadow: 1px 1px #80922b; }
  .btn-default:hover, .btn-default:focus {
    background-image: -webkit-linear-gradient(top, #a3bc34 0%, #c7dd60 100%);
    background-image: -o-linear-gradient(top, #a3bc34 0%, #c7dd60 100%);
    background-image: linear-gradient(to bottom, #a3bc34 0%, #c7dd60 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA3BC34', endColorstr='#FFC7DD60', GradientType=0);
    border-color: #a3bc34; }
  .btn-default.btn-plain {
    background: #b7d432;
    border-color: #b7d432;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-default.btn-plain:hover, .btn-default.btn-plain:focus {
      background: #a3bc34;
      border-color: #a3bc34; }

.btn-secondary {
  background-image: -webkit-linear-gradient(top, #b8b8b8 0%, #ababab 100%);
  background-image: -o-linear-gradient(top, #b8b8b8 0%, #ababab 100%);
  background-image: linear-gradient(to bottom, #b8b8b8 0%, #ababab 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB8B8B8', endColorstr='#FFABABAB', GradientType=0);
  text-shadow: 1px 1px #868686;
  border-color: #8f8f8f;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-image: -webkit-linear-gradient(top, #8f8f8f 0%, #b8b8b8 100%);
    background-image: -o-linear-gradient(top, #8f8f8f 0%, #b8b8b8 100%);
    background-image: linear-gradient(to bottom, #8f8f8f 0%, #b8b8b8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8F8F8F', endColorstr='#FFB8B8B8', GradientType=0);
    border-color: #8f8f8f; }
  .btn-secondary.btn-plain {
    background: #556169;
    border-color: #556169;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn-secondary.btn-plain:hover, .btn-secondary.btn-plain:focus {
      background: #556169;
      border-color: #556169; }

.prettycheckbox label, .prettyradio label {
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem; }

select.form-control {
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFF4F4F4', GradientType=0);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25); }

form.mail-list {
  padding-top: 30px; }
  form.mail-list h4 {
    font-weight: 400;
    margin-top: 25px;
    font-size: 15px;
    font-size: 1.5rem; }

form.contact-us {
  padding-top: 30px; }
  form.contact-us h4 {
    font-weight: 500; }

.radio label, .checkbox label {
  padding-left: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/*	Header
============================================================ */
.logged-in .header {
  top: 32px; }

.header {
  background-color: #556069;
  background-color: rgba(85, 97, 105, 0.8);
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }
  .header.home {
    background-color: rgba(85, 97, 105, 0.8); }
  .header.fixed-menu {
    background-color: rgba(85, 97, 105, 0.85);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); }
  .header .top-header .social-links {
    margin-bottom: 0; }
    .header .top-header .social-links a {
      display: block; }
    .header .top-header .social-links img {
      width: 16px; }
  .header .top-header .phone:hover, .header .top-header .phone:focus, .header .top-header .mail:hover, .header .top-header .mail:focus {
    color: #b7d432; }
  .header .navbar-form {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    height: 32px;
    margin-bottom: 20px; }
    .header .navbar-form .btn {
      background-color: transparent !important;
      border: none !important;
      color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .header .navbar-form .input-group {
      background-color: #495a69;
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.2); }
    .header .navbar-form .form-control {
      height: 20px;
      background-color: transparent;
      border: none;
      color: #fff;
      font-weight: 300;
      -webkit-box-shadow: none;
      box-shadow: none; }

/*	Navigation
============================================================ */
.navbar-nav > li {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700; }
.navbar-nav .dropdown-menu {
  width: 225px;
  padding: 0;
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2); }
  .navbar-nav .dropdown-menu > li {
    text-transform: capitalize;
    border-bottom: 1px solid #e4e4e4; }
    .navbar-nav .dropdown-menu > li:hover {
      border-bottom-color: #b3c75a; }
    .navbar-nav .dropdown-menu > li a {
      color: #888888 !important; }
      .navbar-nav .dropdown-menu > li a:hover {
        color: #fff !important;
        background-color: #bed846 !important; }

/*	Footer
============================================================ */
.footer {
  padding: 30px 0;
  color: #c9c9c9;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem; }
  .footer .phone, .footer .mail {
    margin-bottom: 10px; }
  .footer a {
    color: #c9c9c9; }
  .footer .logo-footer {
    width: 206px;
    margin-top: 30px; }
  .footer .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .footer hr {
    margin-bottom: 15px;
    border-top: 5px solid #36424a; }
  .footer .social-links {
    text-align: right; }
    .footer .social-links img {
      width: 16px; }
    .footer .social-links a {
      opacity: 0.5;
      filter: alpha(opacity=50);
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .footer .social-links a:hover, .footer .social-links a:focus {
        opacity: 1;
        filter: alpha(opacity=100); }

/*	Teaser
============================================================ */
.teaser {
  position: relative; }
  .teaser .item img {
    width: 100%; }
  .teaser .overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    background-color: #5c7993; }
  .teaser .carousel-caption {
    left: 0;
    right: 0;
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .teaser .carousel-caption .title, .teaser .carousel-caption .subtitle {
      margin: 0;
      font-weight: 400;
      border-radius: 8px;
      display: inline-block;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }
    .teaser .carousel-caption .title {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 36px;
      display: inline-block;
      background-color: #b7d432;
      padding: 10px 35px 12px;
      margin-bottom: 20px; }
    .teaser .carousel-caption .subtitle {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      color: #556068;
      background-image: -webkit-linear-gradient(top, #cbd6dc 0%, #cbd2d4 100%);
      background-image: -o-linear-gradient(top, #cbd6dc 0%, #cbd2d4 100%);
      background-image: linear-gradient(to bottom, #cbd6dc 0%, #cbd2d4 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCBD6DC', endColorstr='#FFCBD2D4', GradientType=0);
      padding: 15px 30px 15px; }
  .teaser .carousel-control {
    width: 50px;
    height: 60px;
    bottom: auto;
    top: 50%;
    margin-top: -25px;
    background: #c7cacc;
    text-shadow: none;
    color: #47525c;
    z-index: 999; }
    .teaser .carousel-control.left {
      border-bottom-right-radius: 6px;
      border-top-right-radius: 6px; }
    .teaser .carousel-control.right {
      border-bottom-left-radius: 6px;
      border-top-left-radius: 6px; }
    .teaser .carousel-control .glyphicon {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      width: auto;
      height: auto;
      font-size: 24px;
      margin: 0 !important;
      line-height: 60px; }

/*	Content 
============================================================ */
.main {
  padding: 40px 0; }

.breadcrumbs {
  font-weight: 400;
  padding: 20px 0 0; }
  .breadcrumbs a, .breadcrumbs span {
    display: inline-block; }
  .breadcrumbs a {
    color: #9ca6ac;
    margin-right: 5px; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      text-decoration: none;
      color: #00a1e1; }
    .breadcrumbs a:after {
      content: '>';
      position: relative;
      left: 5px;
      top: 1px; }
  .breadcrumbs .current {
    margin-left: 5px; }

.page-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
  margin-bottom: 30px; }

.event-title {
  margin: 0;
  font-weight: 500; }

.event-date {
  margin-bottom: 10px; }

.mod-title {
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 30px; }

.home-title {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 36px;
  min-height: 88px;
  padding-right: 150px;
  background: url(assest/img/indicators-grow.gif) 100% 8px no-repeat;
  margin: 0 0 20px; }

.divider {
  padding: 20px 0; }

.title-img {
  min-height: 86px;
  margin: 0 0 20px; }
  .title-img img {
    width: auto;
    max-height: 86px; }
  .title-img.stock-doctor img {
    max-height: 74px; }

.core-item {
  margin: 15px 0;
  text-align: center; }
  .core-item .image {
    margin-bottom: 20px; }
  .core-item .title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 400; }
  .core-item .entry-content {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: justify; }

.inline-form {
  padding: 40px 0 60px; }
  .inline-form .btn {
    margin-top: 20px; }
  .inline-form.lightGray {
    background-color: #e3e3e3; }
    .inline-form.lightGray .btn-default {
      background: #556169;
      border-color: #556169;
      text-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .inline-form.lightGray .btn-default:hover, .inline-form.lightGray .btn-default:focus {
        background: #556169;
        border-color: #556169; }
  .inline-form.darkGray {
    background-color: #556069; }
    .inline-form.darkGray .section-title {
      color: #c2d600; }
    .inline-form.darkGray .btn-default {
      background: #c2d600;
      border-color: #c2d600;
      text-shadow: none;
      color: #556069;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .inline-form.darkGray .btn-default:hover, .inline-form.darkGray .btn-default:focus {
        background: #a3bc34;
        border-color: #a3bc34; }
  .inline-form.green {
    background-color: #b6d432; }
    .inline-form.green .section-title {
      color: #fff; }
    .inline-form.green .btn-default {
      background: #556169;
      border-color: #556169;
      text-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .inline-form.green .btn-default:hover, .inline-form.green .btn-default:focus {
        background: #556169;
        border-color: #556169; }

.bottom-section {
  padding: 40px 0 60px; }
  .bottom-section .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 25px; }
  .bottom-section .news-list .read-more {
    font-weight: 400; }
  .bottom-section .news-list .title {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    margin: 0 0 5px; }
    .bottom-section .news-list .title a {
      color: #687279; }
  .bottom-section .news-list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px; }
  .bottom-section .news-list .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 32px;
    border: 1px solid #687279;
    border-top-width: 11px;
    line-height: 22px;
    text-align: center;
    font-weight: 600; }
    .bottom-section .news-list .date span {
      position: absolute;
      display: block;
      width: 36px;
      top: -10px;
      left: 0;
      color: #fff;
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 9px;
      font-weight: 400;
      text-transform: uppercase; }

.success-item {
  padding-right: 30px;
  background: url(assest/img/quote-end.png) 100% 100% no-repeat; }
  .success-item img {
    position: relative;
    margin: -10px -35px 0 20px;
    float: right; }
  .success-item blockquote {
    background: url(assest/img/quote-start.png) 0 0 no-repeat;
    border: none;
    padding: 16px  0 0 36px;
    margin: 0; }
    .success-item blockquote p {
      margin: 0; }
  .success-item small {
    margin-top: 10px;
    display: block;
    font-weight: 400; }

.recent-success .success-item {
  margin-bottom: 50px; }
.recent-success .success-item:nth-child(even) {
  text-align: right;
  padding-right: 40px; }
  .recent-success .success-item:nth-child(even) img {
    margin: -8px 0px 0 30px;
    float: left; }

.video-wrap {
  margin-bottom: 40px;
  position: relative;
  z-index: 10; }
  .video-wrap img {
    border: none !important;
    margin: 0 !important; }
  .video-wrap:before, .video-wrap:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 18px 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 18px 20px rgba(0, 0, 0, 0.8);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .video-wrap:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }
  .video-wrap p {
    margin: 0;
    padding: 0; }

.main-tabs {
  margin: 30px 0 40px; }
  .main-tabs select.form-control {
    margin-bottom: 30px; }
  .main-tabs .nav-tabs {
    border: none;
    min-height: 44px;
    margin-bottom: 48px; }
    .main-tabs .nav-tabs li {
      width: 25%;
      text-align: center;
      font-weight: 400;
      border: none !important; }
      .main-tabs .nav-tabs li a {
        border: none !important;
        background: #3f474c;
        display: block;
        border-radius: 0;
        margin: 0;
        line-height: 14px;
        padding: 15px 0;
        color: #fff; }
        .main-tabs .nav-tabs li a:hover, .main-tabs .nav-tabs li a:focus {
          color: #fff;
          background-color: #556068; }
      .main-tabs .nav-tabs li.active a {
        background-color: #c2d600; }
    .main-tabs .nav-tabs li:first-child {
      border-bottom-left-radius: 6px;
      border-top-left-radius: 6px; }
      .main-tabs .nav-tabs li:first-child a {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px; }
    .main-tabs .nav-tabs li:last-child {
      border-bottom-right-radius: 6px;
      border-top-right-radius: 6px; }
      .main-tabs .nav-tabs li:last-child a {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px; }
  .main-tabs.threecol li {
    width: 33.333333%; }

.one-testimonial {
  padding-right: 30px;
  background: url(assest/img/quote-end.png) 100% 100% no-repeat; }
  .one-testimonial blockquote {
    background: url(assest/img/quote-start.png) 0 0 no-repeat;
    border: none;
    padding: 16px  0 0 36px;
    margin: 0; }
    .one-testimonial blockquote p {
      margin: 0; }
  .one-testimonial small {
    margin-top: 10px;
    display: block;
    font-weight: 400; }

.two-testimonials .one-testimonial {
  margin-bottom: 30px; }

.features-wrap .title {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 34px;
  font-weight: 500; }
.features-wrap .features-slider {
  padding-top: 20px; }
  .features-wrap .features-slider .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    margin: 0; }
    .features-wrap .features-slider .title a {
      color: #556169; }
  .features-wrap .features-slider img {
    border: 2px solid #00a1e1;
    width: 100%; }
  .features-wrap .features-slider .carousel-control {
    width: 50px;
    height: 60px;
    bottom: auto;
    top: 50%;
    margin-top: -25px;
    background: rgba(64, 64, 64, 0.5);
    text-shadow: none;
    color: #f5f5f5;
    z-index: 999;
    border-radius: 6px; }
    .features-wrap .features-slider .carousel-control .glyphicon {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      width: auto;
      height: auto;
      font-size: 24px;
      margin: 0 !important;
      line-height: 60px; }
.features-wrap .feature-item {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px; }
  .features-wrap .feature-item .row {
    margin-left: -10px;
    margin-right: -10px; }
  .features-wrap .feature-item .col-xs-5, .features-wrap .feature-item .col-xs-7 {
    padding-left: 10px;
    padding-right: 10px; }
  .features-wrap .feature-item .col-xs-7 {
    padding-top: 8px; }
.features-wrap .features-item {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 30px; }
  .features-wrap .features-item .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    margin: 0; }
  .features-wrap .features-item strong {
    display: block;
    margin-bottom: 5px; }

.list-icons li {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 80px;
  min-height: 70px;
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 70px auto;
  margin-bottom: 20px; }

.bussines-mod .image {
  border-radius: 8px;
  margin-bottom: 20px; }
  .bussines-mod .image img {
    border-radius: 8px; }

.news-listing li {
  margin-bottom: 30px; }
.news-listing img.expand {
  margin-bottom: 20px; }
.news-listing .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  margin: 5px 0 0; }
  .news-listing .title a {
    color: #556169; }
.news-listing .details {
  padding-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px; }
  .news-listing .details li {
    margin-bottom: 2px; }
.news-listing .btn-default {
  margin-top: 20px; }

.addthis_sharing_toolbox {
  margin-bottom: 20px; }

/*	Timeline
============================================================ */
.time-wrapper .container {
  position: relative; }
  .time-wrapper .container .title {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 40px 0 30px; }
  .time-wrapper .container .jcarousel-nav {
    position: absolute;
    font-size: 36px;
    top: 50%;
    margin-top: 10px;
    left: 0px;
    z-index: 50;
    color: #556068;
    opacity: 0.6;
    filter: alpha(opacity=60); }
    .time-wrapper .container .jcarousel-nav:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .time-wrapper .container .jcarousel-nav.jcarousel-next {
      left: auto;
      right: 0px; }
  .time-wrapper .container .start-date, .time-wrapper .container .end-date {
    position: absolute;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    top: 50%;
    left: -2px;
    margin-top: -20px;
    font-weight: 700;
    color: #556068; }
  .time-wrapper .container .end-date {
    left: auto;
    right: -2px; }

.timeline {
  margin: 20px auto 0;
  width: 95%;
  min-height: 445px;
  overflow: hidden;
  position: relative; }
  .timeline:after {
    content: '';
    display: block;
    position: absolute;
    width: 96%;
    left: 2%;
    top: 50%;
    height: 5px;
    border-bottom: 2px solid #556068; }
  .timeline ul {
    width: 20000em;
    position: relative; }
  .timeline h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 28px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .timeline li {
    width: 180px;
    height: 180px;
    max-height: 180px;
    overflow: hidden;
    top: 45px;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    float: left;
    text-align: center;
    padding-bottom: 55px;
    word-break: break-word; }
    .timeline li:nth-child(even) {
      top: 220px;
      padding-bottom: 0;
      padding-top: 55px; }
      .timeline li:nth-child(even) h3 {
        bottom: auto;
        top: 0; }

.team-member {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff; }
  .team-member:hover .overlay, .team-member:focus .overlay {
    background-color: rgba(44, 53, 59, 0.85); }
  .team-member:hover .title, .team-member:hover .subtitle, .team-member:focus .title, .team-member:focus .subtitle {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); }
  .team-member .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
  .team-member .title, .team-member .subtitle {
    color: #fff;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    -o-transform: translate(0, 200px);
    transform: translate(0, 200px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .team-member .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    bottom: 50%;
    margin-bottom: 2px; }
  .team-member .subtitle {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    font-weight: 500;
    top: 50%;
    margin-top: 2px; }

.team-single-wrap {
  border-radius: 0; }
  .team-single-wrap .modal-close {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    position: absolute;
    top: -19px;
    right: -19px;
    width: 38px;
    height: 38px;
    background: url(assest/img/img-close.png); }
  .team-single-wrap .modal-header {
    border: none;
    position: relative; }
  .team-single-wrap .modal-content {
    border-radius: 0; }
  .team-single-wrap .modal-body {
    padding: 15px 60px 60px; }
  .team-single-wrap .team-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    margin: 0 0 5px; }
  .team-single-wrap .team-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 20px; }

/*	MEDIA QUERIES
============================================================ */
@media (max-width: 767px) {
  .logged-in .header {
    top: 46px; }

  .header {
    height: 54px; }
    .header .navbar-brand {
      padding-top: 10px; }
      .header .navbar-brand img {
        width: 100px !important; }
    .header .top-header {
      position: absolute;
      top: 18px;
      right: 70px; }
      .header .top-header .phone, .header .top-header .mail {
        height: 25px;
        background-size: auto 20px; }
    .header .navbar-form {
      margin-top: 15px;
      padding: 0 25px; }

  .backheader {
    height: 54px; }

  .footer .title {
    margin: 0;
    line-height: 50px; }
    .footer .title a {
      display: block;
      padding-left: 30px;
      position: relative; }
      .footer .title a:before {
        position: absolute;
        font-size: 14px;
        content: "\e114";
        top: 18px;
        left: 5px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased; }
      .footer .title a.collapsed:before {
        content: "\e080"; }
  .footer .column {
    border-bottom: 1px solid #808080; }
    .footer .column .content {
      padding: 0 8px; }
  .footer .social-links {
    text-align: center;
    margin-top: 20px; }
    .footer .social-links img {
      width: 30px; }

  .navbar-header {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  .navbar-fixed-top.open .navbar-header {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }

  .navbar-collapse {
    background: #5a7084;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5a7084 0%, #404f62 25%, #3a4858 47%, #323b32 79%, #2c353b 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a7084), color-stop(25%, #404f62), color-stop(47%, #3a4858), color-stop(79%, #323b32), color-stop(99%, #2c353b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5a7084 0%, #404f62 25%, #3a4858 47%, #323b32 79%, #2c353b 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5a7084 0%, #404f62 25%, #3a4858 47%, #323b32 79%, #2c353b 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5a7084 0%, #404f62 25%, #3a4858 47%, #323b32 79%, #2c353b 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5a7084 0%, #404f62 25%, #3a4858 47%, #323b32 79%, #2c353b 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a7084', endColorstr='#2c353b',GradientType=0 );
    /* IE6-9 */
    width: 80%;
    position: fixed;
    overflow-y: auto;
    top: 0;
    min-height: 500px;
    margin: 0 !important;
    right: -80%;
    z-index: 1000;
    border: 0;
    padding: 0 15px 30px;
    display: block !important;
    max-height: none !important;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .navbar-collapse.open {
      right: 0; }
    .navbar-collapse .search-container {
      background-color: #3d3f50;
      padding: 15px 15px 14px; }
    .navbar-collapse .section-title {
      color: #fff;
      font-size: 26px;
      font-size: 2.6rem; }

  .navbar-nav {
    border-top: 1px solid #fff;
    margin: 0 10px; }
    .navbar-nav > li {
      border-bottom: 1px solid #fff;
      position: relative; }
      .navbar-nav > li > a {
        padding: 10px 15px;
        position: relative;
        z-index: 50; }
        .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
          background-color: transparent !important;
          color: #fff !important; }
      .navbar-nav > li .glyphicon {
        cursor: pointer;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 0px;
        padding-top: 14px;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 16px;
        z-index: 100; }
    .navbar-nav .dropdown-menu > li {
      border: none; }
      .navbar-nav .dropdown-menu > li > a {
        color: #fff !important; }

  .body-push-toleft {
    left: -80%;
    -webkit-backface-visibility: hidden; }

  .teaser .carousel-control {
    width: 26px;
    height: 30px;
    margin-top: -13px;
    z-index: 2000; }
    .teaser .carousel-control .glyphicon {
      font-size: 14px;
      line-height: 30px; }
  .teaser .carousel-caption {
    bottom: 0; }
    .teaser .carousel-caption .title, .teaser .carousel-caption .subtitle {
      margin-right: 40px; }
    .teaser .carousel-caption .title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 18px;
      padding: 10px 20px 12px;
      margin-bottom: 10px; }
    .teaser .carousel-caption .subtitle {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 12px;
      padding: 10px 15px 10px; }

  .home-title {
    font-size: 24px;
    font-size: 2.4rem;
    min-height: 59px;
    line-height: 24px;
    padding-right: 110px;
    background-size: 90px auto;
    margin: 0 0 20px; } }
@media (min-width: 768px) {
  .header {
    height: 110px; }
    .header .navbar-brand {
      padding-top: 25px;
      padding-bottom: 0;
      padding-right: 0;
      margin-right: 30px;
      height: auto; }
      .header .navbar-brand img {
        width: 196px; }
    .header .top-header {
      padding-top: 30px; }

  .backheader {
    height: 120px; }

  .logged-in .backheader {
    height: 142px; }

  .footer .collapse {
    display: block; }

  .navbar-nav > li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem; }
    .navbar-nav > li:hover a {
      background-color: #eeeff0;
      color: #121505; }
    .navbar-nav > li:hover .dropdown-menu a {
      background-color: transparent; }
    .navbar-nav > li.open a {
      background-color: #eeeff0 !important;
      color: #121505 !important; }
    .navbar-nav > li.open .dropdown-menu > li a {
      color: #888888 !important; }
      .navbar-nav > li.open .dropdown-menu > li a:hover {
        color: #fff !important;
        background-color: #bed846 !important; }
    .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }

  .two-modules {
    padding: 60px 0 80px; }
    .two-modules .btn-block {
      margin-top: 30px;
      max-width: 340px; }
    .two-modules .module {
      min-height: 294px; }
    .two-modules .module.first-child {
      position: relative;
      padding-right: 30px; }
      .two-modules .module.first-child:after {
        content: '';
        position: absolute;
        top: 0;
        width: 12px;
        right: -30px;
        height: 100%;
        background: url(assest/img/img-vertShadow.png) center center no-repeat; }
    .two-modules .module.last-child {
      padding-left: 30px; }

  .two-modules-main {
    padding: 60px 0 80px; }
    .two-modules-main .btn-block {
      margin-top: 30px;
      max-width: 340px; }
    .two-modules-main .module {
      min-height: 434px; }
    .two-modules-main .module.first-child {
      position: relative;
      padding-right: 30px; }
      .two-modules-main .module.first-child:after {
        content: '';
        position: absolute;
        top: 0;
        width: 12px;
        right: -30px;
        height: 100%;
        background: url(assest/img/img-vertShadow-lg.png) center center no-repeat; }
    .two-modules-main .module.last-child {
      padding-left: 30px; }

  .features-wrap .features-slider .carousel-control.right {
    right: -50px; }
  .features-wrap .features-slider .carousel-control.left {
    left: -50px; }

  .banner-section {
    padding: 60px 0; } }
.banner-section .container a {
  color: #4da3dd; }
  .banner-section .container a:hover {
    color: #4da3dd;
    text-decoration: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .header {
    height: 120px; }

  .core-item {
    min-height: 225px; } }
@media (max-width: 991px) {
  .js .tinynav {
    display: block; }

  .navbar-nav {
    margin-top: 8px; } }
@media (max-width: 1199px) {
  .header .navbar-brand img {
    width: 140px; } }
@media (min-width: 992px) {
  .top-header .btn-group {
    position: relative;
    top: -2px; }
  .top-header .social-links li:last-child {
    float: right; }

  .navbar-nav {
    margin-top: 7px; }

  .mod-title {
    max-width: 280px; }

  .main {
    padding: 40px 0 60px; }

  .backheader {
    height: 110px; }

  .breadcrumbs {
    padding: 35px 0 0; }

  .teaser .carousel-caption {
    bottom: 14%; }
    .teaser .carousel-caption .title {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 26px;
      padding: 10px 35px 12px; }
    .teaser .carousel-caption .subtitle {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 14px;
      padding: 15px 30px 15px; }

  form.mail-list .form-group {
    max-width: 200px; }

  .success-item img {
    margin: -48px 10px 0 20px; }

  .recent-success .success-item:nth-child(even) img {
    margin: -8px 0px 0 30px; }

  .features-wrap .features-slider .carousel-control.left {
    left: -550px; }

  .list-icons {
    padding-right: 20px; }

  .entry-content .form-control {
    max-width: 280px; }
  .entry-content .btn-block {
    max-width: 180px; } }
@media (min-width: 1200px) {
  .teaser .carousel-caption {
    bottom: 24%; }
    .teaser .carousel-caption .title {
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 46px;
      padding: 15px 35px 20px; }
    .teaser .carousel-caption .subtitle {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      padding: 15px 30px 15px; }

  .features-wrap .features-slider .carousel-control.left {
    left: -650px; } }
@media print {
  .video-wrap, form, .footer, .back2top {
    display: none !important; }

  .timeline {
    min-height: inherit;
    overflow: visible;
    width: auto;
    margin: 0; }
    .timeline ul {
      width: auto !important; }
    .timeline li {
      float: none;
      width: auto;
      height: auto;
      top: auto !important;
      padding: 0 !important; }
    .timeline h3 {
      position: relative;
      margin: 0; } }

/*	Sarah Ridgway EDITS
============================================================ */
/*	SRDarken borders of contact forms
============================================================ */
body .gform_wrapper .top_label input.medium {border: 1px solid ;}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {border: 1px solid ;}
.gform_wrapper .top_label input.medium {border: 1px solid ;}
.gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select  {border: 1px solid ;}
body .form-control {border: 1px solid ;}
.form-control {border: 1px solid ;}

/*	SRPadding
============================================================ */



/*	SRForm Border Removal
============================================================ */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {border-top: none;}


/*	SRSimple Side Tab
============================================================ */

#rum_sst_tab {font-weight: normal; box-shadow: none;}


/*	SRcoloured checks for benefits
============================================================ */

.fa-check::before {color: #4da3dd;}


