/*Custom CSS*/
/*
 #119A80
 * */
/*Custom Landscapes Start*/

@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@500&display=swap");

.banner img {
  height: 200px;
}
.banner {
  height: 200px;
}

.dropdown-menu li span.label {
  background: none;
  font-weight: normal;
  color: #999999;
  padding: 10px;
  padding-top: 14px;
}

footer .disclaimer p {
  color: white;
}
.tweets-slide .slides li p {
  color: #fff;
  padding: 0;
  margin: 0;
}
h2.black {
  color: #000000;
  font-size: 22px;
  margin-bottom: 20px;
}

.custom-top-right {
  margin-top: 20px;
  text-align: right;
}
.custom-top-right p {
  text-align: right;
  margin-top: 10px;
}
.custom-top-right .social a {
  font-size: 32px;
  line-height: 28px;
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.custom-top-right .social a i {
  width: auto;
}

.text-shrink,
.text-enlarge {
  border: 1px solid #000000;
  padding: 4px 10px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
  display: block;
  float: left;
  color: black;
}
.text-shrink {
  font-size: 10px;
}
.text-enlarge {
  font-size: 16px;
}
.text-shrink:hover,
.text-enlarge:hover {
  text-decoration: none;
}
.article p,
.article {
  color: #333333;
}
.article h1,
.article h2 {
  position: relative;
  padding-right: 90px;
}
.text-sizer {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.home-block img {
  max-width: 300px;
  padding-right: 10px;
}
ul.social,
ul.social li {
  float: right;
}
.social {
  float: right;
  margin-top: -10px;
  font-size: 24px;
  line-height: 24px;
  margin-top: 2px;
  margin-bottom: 0;
}
.social a:hover {
  text-decoration: none;
}

/*ul.socials {
    margin: 0;
}*/

ul.rss {
  text-align: left;
}
ul.rss,
ul.rss li {
  margin-left: 0;
  list-style: none;
}
ul.rss li {
  margin-bottom: 10px;
}
.stock .value {
  color: black;
}

ul.stock,
ul.stock li {
  margin-left: 0;
  list-style: none;
}
ul.stock li {
  float: left;
  padding: 20px;
}
ul.stock table,
div.stock table {
  /*    background-color: #eeeeee;*/
  /*border: 1px #e4e4e4 solid;*/
  /*display:block;*/
  /*padding: 10px;*/
  /*margin-bottom: 10px;*/
}
.stock .red {
  background-color: red;
  color: white;
  font-weight: bold;
  padding-left: 5px;
}
.stock .green {
  background-color: green;
  color: white;
  font-weight: bold;
  padding-left: 5px;
}
.stock .ogreen {
  background-color: #6bb737;
  color: white;
  font-weight: bold;
  padding-left: 5px;
}
.stock .blue {
  background-color: blue;
  color: white;
  font-weight: bold;
  padding-left: 5px;
}
.stock .light-green {
  background-color: #11b80f;
  color: white;
  font-weight: bold;
  padding-left: 5px;
}
ul.stock li td.field {
  width: 120px;
  color: #999999;
}

div.stock td.field {
  width: 120px;
  color: #000000;
}

div.stock.banks td.value {
  /*    width: 70px;*/
  font-weight: bold;
  padding-left: 5px;
}

.stock td.limits {
  border: 1px solid #000000;
  padding: 6px 10px;
  text-align: center;
}

.stock table.tsx {
  width: 100%;
  min-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  border: 0;
}
.stock table.tsx td {
  padding: 2px 10px;
  margin: 5px;
  display: block;
  float: left;
}
.stock table.tsx td.value {
  background: #eeeeee;
  padding: 0;
}
.stock table.tsx td.value > div {
  padding: 2px 10px;
}
.stock .tsx-current {
  background-color: black;
  color: white;
  padding: 5px 1% 5px;
  height: 25px;
  font-size: 20px;
  line-height: 25px;
  margin: 0px 0 0px 0;
  text-align: center;
}
.stock .tsx-w52-high {
}
.stock .tsx-w52-high .label {
  padding: 2px 1%;
  margin: 0 0 2px 0;
  float: left;
  width: 30%;
  height: 25px;
  line-height: 25px;
  border: 0;
  border-radius: 0;

  display: block;
  text-align: center;
}

.stock .tsx-w52-high .value {
  padding: 0;
  margin: 0 0 2px 0;
  float: left;
  width: 64%;
  height: 29px;
  line-height: 29px;
  display: block;
  background-color: #eeeeee;
}
.stock .tsx-w52-high .value > .bar {
  padding: 0 1%;
  margin: 0;
  text-align: right;

  height: 29px;
  line-height: 29px;
  display: block;
}

.stock .tsx-green {
  background-color: #005c00;
  font-weight: bold;
  color: white;
  background: #01a527; /* Old browsers */
  background: -moz-linear-gradient(top, #01a527 0%, #016613 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #01a527),
    color-stop(100%, #016613)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #01a527 0%, #016613 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #01a527 0%, #016613 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #01a527 0%, #016613 100%); /* IE10+ */
  background: linear-gradient(to bottom, #01a527 0%, #016613 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a527', endColorstr='#016613',GradientType=0 ); /* IE6-9 */
}
.stock .tsx-red {
  background-color: #b00d13;
  font-weight: bold;
  color: white;
  background: #ff0000; /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #930000 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff0000),
    color-stop(100%, #930000)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff0000 0%, #930000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff0000 0%, #930000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff0000 0%, #930000 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ff0000 0%, #930000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#930000',GradientType=0 ); /* IE6-9 */
}
.stock table.w52 {
  border-spacing: 10px;
  border-collapse: separate;
  padding: 0;
  border: 0;
}
.stock .tsx-blue {
  background-color: #3f48cc;
  font-weight: bold;
  color: white;
  padding: 2px 10px;
}
.stock .tsx-black {
  background-color: #000000;
  font-weight: bold;
  color: white;
  padding: 2px 10px;
}
.stock .tsx-blue-other {
  background-color: #0101ff;
  font-weight: bold;
  color: white;
  padding: 6px 10px;
}

.stock td.w52 {
  font-weight: bold;
  color: white;
  padding: 6px 10px;
}
.stock .w52-green1 {
  background-color: #36e03e;
  font-weight: bold;
  color: white;
}
.stock .w52-green2 {
  background-color: green;
  font-weight: bold;
  color: white;
}
.stock .w52-light-blue {
  background-color: #00a2e8;
  font-weight: bold;
  color: white;
}
.stock .w52-blue {
  background-color: #3f48cc;
  font-weight: bold;
  color: white;
}
.stock .w52-purple {
  background-color: #a349a4;
  font-weight: bold;
  color: white;
}
.stock .w52-red {
  background-color: #b00d13;
  font-weight: bold;
  color: white;
}
.stock .w52-brown {
  background-color: #880015;
  font-weight: bold;
  color: white;
}
.stock .w52-black {
  background-color: #000000;
  font-weight: bold;
  color: white;
}
.stock .w52-gray1 {
  background-color: #999999;
  font-weight: bold;
  color: white;
}
.stock .w52-gray2 {
  background-color: #555555;
  font-weight: bold;
  color: white;
}

.stock .w52-green1 {
  background-color: #36e03e;
  font-weight: bold;
  color: white;
}
.stock .w52-green2 {
  background-color: green;
  font-weight: bold;
  color: white;
}
.stock .w52-green3 {
  background-color: #005c00;
  font-weight: bold;
  color: white;
}
.stock .w52-green4 {
  background-color: #003400;
  font-weight: bold;
  color: white;
}

.stock .w52-red0 {
  background-color: #ff452c;
  font-weight: bold;
  color: white;
}
.stock .w52-red1 {
  background-color: #ff0d13;
  font-weight: bold;
  color: white;
}
.stock .w52-red2 {
  background-color: #c00d13;
  font-weight: bold;
  color: white;
}
.stock .w52-red3 {
  background-color: #780d12;
  font-weight: bold;
  color: white;
}
.stock .w52-red4 {
  background-color: #3e0d10;
  font-weight: bold;
  color: white;
}

.pdf-library ul {
  margin-bottom: 20px;
}

ul.audio,
ul.audio li {
  margin-left: 0;

  list-style: none;
}
ul.audio li {
  float: left;
  display: block;
  width: 320px;
  margin-right: 20px;
  margin-bottom: 20px;
}
ul.audio li h3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: white;
}
.disclaimer a {
  color: #cccccc;
}
.circle {
  /*background-image:url('/img/circle.png'); */
  width: 65px;
  height: 65px;
  text-align: center;
  margin-right: 10px;
  background-color: #898989;
}
.circle i {
  color: white;
  line-height: 70px;
  font-size: 32px;
}

/* Default */
@media only screen and (min-width: 980px) {
  .three-columns-central {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 21px 19px 0;
  }
  .two-columns-left {
    border-left: 1px solid #d4d4d4;
    padding: 21px 0 0 19px;
  }
  .two-columns-right {
    border-right: 1px solid #d4d4d4;
    padding: 21px 19px 0 0;
  }
  .sidebar {
    width: 200px;
  }
  .portfolio-grid-1 .middle {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .small {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .large {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .tall {
    margin-bottom: 20px;
  }
  .comments .comment-date {
    text-align: right;
  }
  .post-item-panel ul li.comments {
    float: right;
  }
  .member-divider {
    margin-left: 20px;
  }
  .two-col-team .span4 {
    width: 340px;
  }
  .head_phone {
    text-align: right;
  }
  ul.socials {
    float: right;
    margin-top: -10px;
    text-align: center;
  }
  .carousel-caption {
    position: absolute;
    right: 30px;
    left: auto;
    bottom: 20px;
    width: 50%;
  }
  .slider4 .carousel-caption {
    bottom: auto;
    left: 20px;
    position: absolute;
    right: auto;
    top: 20px;
    width: 50%;
  }
  .flexslider .left-top {
    left: 20px;
    top: 20px;
    bottom: auto;
  }
  .flexslider .right-top {
    right: 20px;
    top: 20px;
    bottom: auto;
  }
  .flexslider .left-bottom {
    left: 20px;
    bottom: 20px;
  }
  .flexslider .right-bottom {
    right: 20px;
    bottom: 20px;
  }
  .footer-wrapper .span4 {
    width: 290px;
    padding-left: 10px;
  }
  .navbar-inner {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: none;
    border-left: none;
  }
  .dif-table {
    margin-left: 20px;
  }
  .dif-table .table-column {
    border-width: 1px 0 1px 1px;
  }
  .price-table1 .span2 {
    width: 159px;
  }
  .price-table1 .span3 {
    width: 218px;
  }
  .price-table2 .span2 {
    width: 199px;
  }
  .price-table2 .span3 {
    width: 298px;
  }
  .price-table3 .span2 {
    width: 343px;
  }
  .price-table3 .span3 {
    width: 354px;
  }
  .quote-left,
  .quote-right {
    margin: 0 20px 0 0;
  }
  .portfolio-slider #carousel {
    margin-bottom: 20px;
    margin-left: 102px;
    width: 722px;
  }
  .portfolio-slider #carousel .flex-prev {
    left: -48px;
    top: 26%;
  }
  .portfolio-slider #carousel .flex-next {
    right: -48px;
    top: 26%;
  }
  .gallery .thumbnail {
    display: block;
  }
  .gallery li:hover .top-link {
    border-color: #0088cc;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  }
  #gallery-main .span3 {
    width: 220px;
    height: 170px;
    box-shadow: 0 1px 5px #cccccc;
  }
  #gallery .span3 {
    width: 220px;
    height: 160px;
  }
  .portfolio-grid-1 .gallery li:hover .hover-shade {
    left: 5px;
    top: 5px;
  }
  #home_responsive .span3 {
    width: 220px;
    height: 160px;
  }
  #home_responsive .span6 {
    width: 460px;
    height: 160px;
  }
  #home_responsive .tall {
    height: 340px;
  }
  #portfolio .span6 {
    width: 460px;
  }
  #portfolio .large {
    height: 340px;
  }
  #portfolio .span3 {
    width: 220px;
  }
  #portfolio .span3 {
    height: 160px;
  }
  #portfolio .middle {
    width: 460px;
  }
  #portfolio .middle {
    height: 160px;
  }
  #clients .span2 {
    width: 140px;
    height: 125px;
  }
  #responsive-menu-button {
    display: none;
  }
  .buttons-container {
    display: none;
  }
  .tweets-slide .slides li {
    width: 79%;
    overflow: hidden;
  }
  .follow_img {
    display: block;
  }
  .attention-sidestick {
    background: url("../img/sticker_sidebar_yellow.png") no-repeat scroll 0 0 transparent;
  }
  .white-sidestick {
    background: url("../img/sticker_sidebar_white.png") no-repeat scroll 0 0 transparent;
  }
  .alert-sidestick {
    background: url("../img/sticker_sidebar_red.png") no-repeat scroll 0 0 transparent;
  }
  .success-sidestick {
    background: url("../img/sticker_sidebar_green.png") no-repeat scroll 0 0 transparent;
  }
  .note-sidestick {
    background: url("../img/sticker_sidebar_blue.png") no-repeat scroll 0 0 transparent;
  }
  .sidebar-stick {
    height: 187px;
    margin-left: -15px;
    padding: 25px 41px 25px 25px;
    text-align: center;
    width: 179px;
  }
  .sidebar-stick h3 {
    font-size: 22px;
  }
  #gallery-main .hover-shade {
    height: 160px;
    width: 210px;
  }
  .tour-btn {
    padding: 51px 35px 35px;
  }
  .logo {
    margin: 27px 0 27px 20px;
  }
  .logo .logo {
    margin: 0;
  }
  .logo img {
    /*    	width: 960px;*/
    max-height: 100px;
  }
}

/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .three-columns-central {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 21px 19px 0;
  }
  .two-columns-left {
    border-left: 1px solid #d4d4d4;
    padding: 21px 0 0 19px;
  }
  .two-columns-right {
    border-right: 1px solid #d4d4d4;
    padding: 21px 19px 0 0;
  }
  .sidebar {
    width: 146px;
  }
  .portfolio-grid-1 .middle {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .small {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .large {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .tall {
    margin-bottom: 20px;
  }
  .comments .comment-date {
    text-align: right;
  }
  .post-item-panel ul li.comments {
    float: right;
  }
  .member-divider {
    margin-left: 20px;
  }
  .two-col-team .span4 {
    width: 259px;
  }
  .head_phone {
    text-align: right;
  }
  ul.socials {
    float: right;
    margin-top: 20px;
    text-align: center;
  }
  .contact-info ul.socials {
    width: auto;
    margin: 0 0 35px 0;
  }
  .carousel-caption {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 50%;
    left: auto;
  }
  .slider4 .carousel-caption {
    bottom: auto;
    left: 20px;
    position: absolute;
    right: auto;
    top: 20px;
    width: 50%;
  }
  .flexslider .left-top {
    left: 20px;
    top: 20px;
    bottom: auto;
  }
  .flexslider .right-top {
    right: 20px;
    top: 20px;
    bottom: auto;
  }
  .flexslider .left-bottom {
    left: 20px;
    bottom: 20px;
  }
  .flexslider .right-bottom {
    right: 20px;
    bottom: 20px;
  }
  .navbar-inner {
    border: none;
  }
  .dif-table {
    margin-left: 20px;
  }
  .dif-table .table-column {
    border-width: 1px 0 1px 1px;
  }
  .price-table1 .span2 {
    width: 119px;
  }
  .price-table1 .span3 {
    width: 175px;
  }
  .price-table2 .span2 {
    width: 159px;
  }
  .price-table2 .span3 {
    width: 216px;
  }
  .price-table3 .span2 {
    width: 260px;
  }
  .price-table3 .span3 {
    width: 275px;
  }
  .quote-left,
  .quote-right {
    margin: 0 20px 0 0;
  }
  .portfolio-slider #carousel {
    width: auto;
    margin-left: 0;
  }
  .portfolio-slider #carousel .flex-prev {
    left: 20px;
    top: 26%;
  }
  .portfolio-slider #carousel .flex-next {
    right: 20px;
    top: 26%;
  }
  .gallery .thumbnail {
    display: block;
  }
  #gallery-main .span3 {
    width: 220px;
    height: 170px;
  }
  #gallery .span3 {
    width: 220px;
    height: 160px;
  }
  .portfolio-grid-1 .gallery li:hover .hover-shade {
    left: 5px;
    top: 5px;
  }
  #home_responsive .span3 {
    width: 220px;
    height: 160px;
  }
  #home_responsive .span6 {
    width: 460px;
    height: 160px;
  }
  #home_responsive .tall {
    height: 340px;
  }
  #portfolio .span6 {
    width: 460px;
  }
  #portfolio .large {
    height: 340px;
  }
  #portfolio .span3 {
    width: 220px;
  }
  #portfolio .span3 {
    height: 160px;
  }
  #portfolio .middle {
    width: 460px;
  }
  #portfolio .middle {
    height: 160px;
  }
  #clients .span2 {
    width: 140px;
    height: 125px;
  }
  .navbar .btn-navbar {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 400px;
    height: 27px;
  }
  #responsive-menu-button {
    display: block;
    background: url("../img/selectnav.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    height: 27px;
    margin-top: 10px;
    padding: 13px;
    position: relative;
    width: 400px;
    z-index: 5;
  }
  .buttons-container {
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 27px;
  }
  .sidebar-news-widget .date .icon-calendar {
    display: none;
  }
  .portfolio-slider #carousel {
    margin-bottom: 20px;
  }
  .buttons-container {
    margin: 0 -20px;
  }
  .tweets-slide .slides li {
    width: 72%;
    overflow: hidden;
  }
  .follow_img {
    display: block;
  }
  .attention-sidestick {
    background: url("../img/sticker_small_yellow.png") no-repeat scroll 0 0 transparent;
  }
  .white-sidestick {
    background: url("../img/sticker_small_white.png") no-repeat scroll 0 0 transparent;
  }
  .alert-sidestick {
    background: url("../img/sticker_small_red.png") no-repeat scroll 0 0 transparent;
  }
  .success-sidestick {
    background: url("../img/sticker_small_green.png") no-repeat scroll 0 0 transparent;
  }
  .note-sidestick {
    background: url("../img/sticker_small_blue.png") no-repeat scroll 0 0 transparent;
  }
  .sidebar-stick {
    height: 154px;
    margin-left: -10px;
    padding: 15px 18px 10px 10px;
    text-align: center;
    width: 146px;
  }
  .sidebar-stick h3 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
    font-weight: bold;
  }
  .sidebar-stick p {
    font-size: 11px;
  }
  .hero-list h2 {
    font-size: 14px;
  }
  #gallery-main .hover-shade {
    height: 160px;
    width: 210px;
  }
  .tour-btn {
    padding: 51px 35px 35px;
  }
  .logo {
    margin: 27px 0 27px 20px;
  }
  .logo .logo {
    margin-left: 0;
  }
}

/* Landscape phone to portrait tablet */
@media only screen and (max-width: 767px) {
  .sidebar {
    width: auto;
  }
  .three-columns-central,
  .two-columns-left,
  .two-columns-right {
    border: none;
    padding: 21px 0 0 0;
  }
  .hero-list div.span3 {
    min-height: 114px;
  }
  .portfolio-grid-1 .middle {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .small {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .large {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .tall {
    margin-bottom: 20px;
  }
  .top_line,
  .footer-top,
  .recent-tweets,
  .footer-wrapper,
  .footer-bottom {
    margin: 0 -20px 0;
  }
  .block-posts .span3 {
    margin-bottom: 20px;
  }
  .block-posts .last {
    margin-bottom: 0;
  }
  .comments .comment-date {
    text-align: left;
  }
  .form-button-offset {
    margin-left: 0;
  }
  .reply-form h2 {
    margin-left: 0;
  }
  .post-item-panel ul li.comments {
    float: left;
  }
  .bordered-img {
    display: inline-block;
  }
  .member-divider {
    margin-left: 0;
  }
  .two-col-team .span4 {
    width: auto;
  }
  .logo {
    text-align: center;
    margin: 14px 0;
  }
  .head_phone {
    text-align: center;
  }
  ul.socials {
    margin: 0 auto 35px;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
  }
  .contact-info ul.socials {
    width: auto;
    margin: 0 0 35px 0;
  }
  .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
  }
  .footer-wrapper .span4 {
    padding-left: 10px;
  }
  .navbar-inner {
    border: none;
  }
  .dif-table div.last-column {
    border-left: 1px solid #e0e0e0;
  }
  .dif-table {
    margin-left: 0;
  }
  .dif-table div.span3 {
    margin-top: 22px;
  }
  .dif-table .table-column {
    border-width: 1px;
  }
  .quote-left,
  .quote-right {
    margin: 0 20px 10px 0;
  }
  .portfolio-slider #carousel {
    width: auto;
    margin-left: 0;
  }
  .portfolio-slider #carousel .flex-prev {
    left: 20px;
    top: 26%;
  }
  .portfolio-slider #carousel .flex-next {
    right: 20px;
    top: 26%;
  }
  .gallery .thumbnail {
    display: table;
  }
  #gallery-main .span3 {
    width: auto;
    height: auto;
    margin-left: 20px;
  }
  #gallery-main {
    margin-left: -20px;
  }
  #gallery .span3 {
    width: 220px;
    height: 160px;
    margin-left: 20px;
  }
  .portfolio-grid-1 .gallery li:hover .hover-shade {
    left: 5px;
    top: 5px;
  }
  #home_responsive .span3 {
    width: 220px;
    height: 160px;
  }
  #home_responsive .span6 {
    width: 460px;
    height: 160px;
  }
  #home_responsive .tall {
    height: 340px;
    margin-right: 10px;
  }
  #portfolio .span6 {
    width: 460px;
    margin-left: 20px;
  }
  #portfolio .large {
    height: 340px;
  }
  #portfolio .span3 {
    width: 220px;
    height: 160px;
    margin-left: 20px;
  }
  #portfolio .middle {
    width: 460px;
    height: 160px;
    margin-left: 20px;
  }
  #portfolio {
    margin-left: -20px;
  }
  #gallery {
    margin-left: -20px;
  }
  #clients .span2 {
    width: 140px;
    height: 125px;
  }
  .navbar .btn-navbar {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 400px;
    height: 27px;
  }
  #responsive-menu-button {
    display: block;
    background: url("../img/selectnav.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    height: 27px;
    margin-top: 10px;
    padding: 13px;
    position: relative;
    width: 400px;
    z-index: 5;
  }
  .buttons-container {
    position: relative;
    text-align: center;
    margin: 0 auto;
    height: 27px;
  }
  .portfolio-slider #carousel {
    margin-bottom: 20px;
  }
  .buttons-container {
    margin: 0 -20px;
  }
  .tweets-slide .slides li {
    width: 58%;
    overflow: hidden;
  }
  .follow_img {
    display: block;
  }
  .attention-sidestick {
    background: url("../img/sticker_sidebar_yellow.png") no-repeat scroll 0 0 transparent;
  }
  .white-sidestick {
    background: url("../img/sticker_sidebar_white.png") no-repeat scroll 0 0 transparent;
  }
  .alert-sidestick {
    background: url("../img/sticker_sidebar_red.png") no-repeat scroll 0 0 transparent;
  }
  .success-sidestick {
    background: url("../img/sticker_sidebar_green.png") no-repeat scroll 0 0 transparent;
  }
  .note-sidestick {
    background: url("../img/sticker_sidebar_blue.png") no-repeat scroll 0 0 transparent;
  }
  .sidebar-stick {
    height: 187px;
    margin-left: -15px;
    padding: 25px 41px 25px 25px;
    text-align: center;
    width: 179px;
  }
  .sidebar-stick h3 {
    font-size: 22px;
  }
  #gallery-main .hover-shade {
    height: 160px;
    width: auto;
  }
  .tour-btn {
    padding: 0 21px 25px;
  }
}

/* Landscape phones and down */
@media only screen and (max-width: 480px) {
  .logo {
    text-align: center;
  }
  .head_phone {
    text-align: center;
  }
  .sidebar {
    width: auto;
  }
  .three-columns-central,
  .two-columns-left,
  .two-columns-right {
    border: none;
    padding: 0;
  }
  .hero-list div.span3 {
    min-height: 114px;
  }
  .portfolio-grid-1 .middle {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .small {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .large {
    margin-bottom: 20px;
  }
  .portfolio-grid-1 .tall {
    margin-bottom: 20px;
  }
  .top_line,
  .footer-top,
  .recent-tweets,
  .footer-wrapper,
  .footer-bottom {
    margin: 0 -20px 0;
  }
  .block-posts .span3 {
    margin-bottom: 20px;
  }
  .block-posts .last {
    margin-bottom: 0;
  }
  .comments .comment-date {
    text-align: left;
  }
  .form-button-offset {
    margin-left: 0;
  }
  .reply-form h2 {
    margin-left: 0;
  }
  .post-item-panel ul li.comments {
    float: left;
  }
  .bordered-img {
    display: inline-block;
  }
  .member-divider {
    margin-left: 0;
  }
  .two-col-team .span4 {
    width: auto;
  }
  ul.socials {
    margin: 0 auto 35px;
    overflow: hidden;
    margin-top: 20px;
  }
  .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
  }
  .footer-wrapper .span4 {
    padding-left: 10px;
  }
  .navbar-inner {
    border: none;
  }
  .dif-table .last-column {
    border-left: 1px solid #e0e0e0;
  }
  .dif-table {
    margin-left: 0;
  }
  .dif-table div.span3 {
    margin-top: 22px;
  }
  .dif-table .table-column {
    border-width: 1px;
  }
  .quote-left,
  .quote-right {
    margin: 0 20px 10px 0;
  }
  .portfolio-slider #carousel {
    width: auto;
    margin-left: 0;
  }
  .portfolio-slider #carousel .flex-prev {
    left: 20px;
    top: 26%;
  }
  .portfolio-slider #carousel .flex-next {
    right: 20px;
    top: 26%;
  }
  .gallery .thumbnail {
    display: table;
  }
  #gallery-main .span3 {
    width: auto;
    height: 163px;
    margin-left: 0;
  }
  #gallery .span3 {
    width: auto;
    height: 160px;
    margin-left: 0;
  }
  #gallery .thumbnail {
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .portfolio-grid-1 .gallery li:hover .hover-shade {
    left: 0;
    top: 0;
  }
  #home_responsive .span3 {
    width: auto;
    height: auto;
  }
  #home_responsive .span6 {
    width: auto;
    height: auto;
  }
  #home_responsive .tall {
    height: auto;
    margin-right: 10px;
  }
  #portfolio .span6 {
    width: auto;
  }
  #portfolio .large {
    height: auto;
  }
  #portfolio .span3 {
    width: auto;
    height: auto;
  }
  #portfolio .middle {
    width: auto;
    height: auto;
  }
  #gallery {
    margin-left: -20px;
  }
  #clients .span2 {
    width: auto;
    height: auto;
  }
  .navbar .btn-navbar {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 400px;
    height: 27px;
  }
  #responsive-menu-button {
    display: block;
    background: url("../img/selectnav.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    height: 27px;
    margin-top: 10px;
    padding: 13px;
    position: relative;
    width: 400px;
    z-index: 5;
  }
  .buttons-container {
    position: relative;
    text-align: center;
    height: 27px;
  }
  .portfolio-slider #carousel {
    margin-bottom: 20px;
  }
  .buttons-container .nav-select {
    border-radius: 4px;
  }
  .tweets-slide .slides li {
    width: auto;
    overflow: hidden;
  }
  .follow_img {
    display: none;
  }
  .attention-sidestick {
    background: url("../img/sticker_small_yellow.png") no-repeat scroll 0 0 transparent;
  }
  .white-sidestick {
    background: url("../img/sticker_small_white.png") no-repeat scroll 0 0 transparent;
  }
  .alert-sidestick {
    background: url("../img/sticker_small_red.png") no-repeat scroll 0 0 transparent;
  }
  .success-sidestick {
    background: url("../img/sticker_small_green.png") no-repeat scroll 0 0 transparent;
  }
  .note-sidestick {
    background: url("../img/sticker_small_blue.png") no-repeat scroll 0 0 transparent;
  }
  .sidebar-stick {
    height: 154px;
    margin-left: -10px;
    padding: 15px 18px 10px 10px;
    text-align: center;
    width: 146px;
  }
  .sidebar-stick h3 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
    font-weight: bold;
  }
  .sidebar-stick p {
    font-size: 11px;
  }
  #gallery-main .hover-shade {
    height: 160px;
    width: auto;
  }
  .tour-btn {
    padding: 0 21px 25px;
  }
}

/*Custom Landscapes End*/

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
h1,
h2,
h3 {
  font-weight: normal;
  margin: 0 0 10px;
}
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  clear: both;
  color: #333333;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 20px;
}
h2 {
  font-size: 18px;
  color: #666666;
  line-height: 22px;
}
h3 {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #666666;
  font-family: Arial, sans-serif;
}
h5 {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  color: #666666;
  font-family: Arial, sans-serif;
}
h6 {
  font-size: 11px;
  line-height: 22px;
  color: #666666;
  font-family: Arial, sans-serif;
}
.clear-both {
  clear: both;
}
.top_line {
  height: 5px;
}
p {
  font-family: Arial, sans-serif;
  color: #666666;
  margin: 0;
  line-height: 18px;
  padding: 0 0 20px;
}
.team-member p {
  color: #333333;
}
.two-col-team p {
  color: #333333;
}
sup {
  padding-left: 1px;
  top: -0.3em;
}
form label {
  color: #898989;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
h2 {
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  margin: 0 0 10px;
}
blockquote {
  background: url("../img/quotes.png") no-repeat scroll 5px -2px #fbfbfb;
  border-color: #f5f5f5 #ececec #dfdfdf;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px #cccccc;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 15px 20px 12px;
}
.clear_both {
  clear: both;
}
.quote-left {
  float: left;
  max-width: 280px;
}
.quote-right {
  float: right;
  max-width: 280px;
  margin: 0 0 0 20px;
}
blockquote p {
  color: #898989;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  z-index: 2;
}
blockquote .autor {
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-align: right;
  color: #666666;
}
.large-quote {
  background: url("../img/testimonials_block_bg.gif") repeat scroll left top transparent;
  border-radius: 0 0 0 0;
  box-shadow: none;
  min-height: 137px;
  padding: 15px 55px 12px;
  position: relative;
  text-align: center;
}
.large-quote .figure-left {
  background: transparent url("../img/figures.png") top left no-repeat;
  position: absolute;
  width: 40px;
  height: 147px;
  top: 6px;
  left: 10px;
}
.large-quote .figure-right {
  background: transparent url("../img/figures.png") scroll -41px 0 no-repeat;
  position: absolute;
  width: 40px;
  height: 147px;
  top: 6px;
  right: 10px;
}
.large-quote .autor {
  text-align: center;
  margin-top: 26px;
}
ul.socials li {
  margin-left: 5px;
  display: inline-block;
}
.bold {
  font-weight: bold;
}
.socials a {
  display: block;
  width: 24px;
  height: 24px;
}
.socials .flickr {
  background: transparent url("../img/socials_icons.png") top left no-repeat;
}
.socials .twitter {
  background: transparent url("/img/socials_icons.png") scroll -30px 0 no-repeat;
}
.socials .facebook {
  background: transparent url("/img/socials_icons.png") scroll -60px 0 no-repeat;
}
.socials .youtube {
  background: transparent url("../img/socials_icons.png") scroll -90px 0 no-repeat;
}
.socials .dribbble {
  background: transparent url("../img/socials_icons.png") scroll -120px 0 no-repeat;
}
.socials .pinterest {
  background: transparent url("../img/socials_icons.png") scroll -150px 0 no-repeat;
}
.socials .flickr:hover {
  background: transparent url("../img/socials_icons.png") scroll 0 -24px no-repeat;
}
.socials .twitter:hover {
  background: transparent url("/img/socials_icons.png") scroll -30px -24px no-repeat;
}
.socials .facebook:hover {
  background: transparent url("/img/socials_icons.png") scroll -60px -24px no-repeat;
}
.socials .youtube:hover {
  background: transparent url("../img/socials_icons.png") scroll -90px -24px no-repeat;
}
.socials .dribbble:hover {
  background: transparent url("../img/socials_icons.png") scroll -120px -24px no-repeat;
}
.socials .pinterest:hover {
  background: transparent url("../img/socials_icons.png") scroll -150px -24px no-repeat;
}
ul.icons {
  list-style: none;
  margin-left: 0;
}
.head_phone {
  /*color: #666666;*/
  color: black;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  margin-top: 25px;
  padding-bottom: 0;
}
.navbar .nav .open .dropdown-menu .active a {
  background-color: #333333;
  border: none;
  background-image: none;
}
.navbar .nav .open .dropdown-menu .active a:hover {
  background-color: #292929;
  background-image: none !important;
  filter: none;
}
.nav-select {
  width: 100%;
}
.navbar-inner {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  border-radius: 0 0 0 0;
  box-shadow: none;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active a > i,
.navbar .nav .active a > i:hover {
  background-color: #ffffff;
  text-decoration: none;
}
.nav-pills > li > a {
  border-radius: 0;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.nav-pills-portfolio > li > a {
  border-radius: 5px 5px 5px 5px;
  color: #666666;
  font-size: 18px;
}
.nav-pills-portfolio {
  float: left;
  margin-bottom: 10px;
}
.portfolio-switch {
  float: right;
  list-style: none;
  margin-top: 4px;
}
.portfolio-switch li {
  float: right;
  margin-left: 20px;
}
.portfolio-nav {
  overflow: hidden;
}
.dropdown .dropdown-menu {
  background-clip: padding-box;
  background-color: #333333;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  z-index: 1000;
  top: 98%;
}
.in .dropdown .dropdown-menu {
  box-shadow: none;
}
.navbar .nav > li > .dropdown-menu:after {
  border: none;
}
.navbar .nav > li > .dropdown-menu:before {
  border: none;
}
.dropdown-menu {
  border: none;
  margin: 0;
}
.nav-pills .dropdown-menu {
  border-radius: 0 0 0 0;
}
.navbar {
  margin: 0;
}
.navbar-inner {
  padding: 0;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  box-shadow: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #ffffff;
}
.navbar .in .nav li.dropdown.open > .dropdown-toggle,
.navbar .in .nav li.dropdown.active > .dropdown-toggle,
.navbar .in .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #333333;
  color: #ffffff;
}
.in .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
  background-color: #292929;
  border-radius: 0 0 0 0;
}
.nav-collapse {
  position: relative;
  z-index: 999;
}
.navbar .nav > li {
  text-align: center;
  border-right: 1px dotted #cccccc;
  padding-left: 0;
}
.navbar .nav > li .dropdown-menu li {
  text-align: left;
}
.navbar .nav > li .dropdown-menu li a {
  color: #ffffff;
  padding: 8px 10px 11px;
}
.navbar .nav > li .dropdown-menu li a:hover {
  background-color: #292929;
  background-image: none !important;
  filter: none;
}
.navbar .nav > li a i,
.navbar .nav > li a span.bicon {
  display: block;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  height: 27px;
  background: #ffffff url("../img/menu_icons.png") scroll center 23px no-repeat;
}
.navbar .nav > li.single a i {
  background: none;
}
.navbar .nav > li a {
  color: #333333;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 0;
  padding: 15px 15px 8px;
  text-shadow: none;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: #999999;
  border-color: #999999;
  color: #333333;
}
.navbar-inner .in {
  margin-top: 20px;
}
.navbar .navbar-inner .in .nav-pills {
  z-index: 9999;
  background-color: #333333;
}
.navbar .navbar-inner .in li {
  border-right: none;
  text-align: left;
}
.navbar .navbar-inner .in li a {
  color: #ffffff;
}
.navbar .navbar-inner .in li a i {
  display: none;
}
.navbar .navbar-inner .in li.active a {
  background-color: #333333;
}
.navbar .nav .active > a,
.navbar .nav li:hover > a {
  padding-top: 12px;
}
.navbar .nav .dropdown-menu li:hover a {
  border: none;
  padding-top: 8px;
}
.navbar .in .nav li a {
  border: none;
  padding: 8px 10px 11px;
}
.navbar .in .nav .active a,
.navbar .in .nav li:hover a {
  border: none;
  padding: 8px 10px 11px;
}

input.btn {
  float: left;
  margin-left: 20px;
}
.grey-box {
  background-color: #fbfbfb;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-top: 1px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px #cccccc;
}
.hero-block-2 {
  padding: 15px 20px;
  text-align: center;
}
.hero-block-2 p img {
  float: right;
  margin: 0 0 0 25px;
}
.hero-block-2 .btn {
  margin: 17px auto 5px;
  font-weight: bold;
  font-size: 16px;
}
.hero-block3 .btn {
  font-size: 16px;
}
.hero-block-2 .btn .icon-shopping-cart {
  font-size: 19px;
}
.hero-block-2 h2,
.hero-block-2 p {
  text-align: left;
}
.hero-block-2 .btn .icon-shopping-cart {
  line-height: 26px;
  padding-right: 7px;
}
.home-block h1 {
  padding-top: 6px;
  margin-bottom: 8px;
  margin-top: 0;
}
.hero-block-1 {
  margin-bottom: 15px;
}
.home-block h2 {
  margin-bottom: 10px;
}
.home-block p {
  line-height: 22px;
  padding: 0.5em 0;
  color: #666666;
}
.home-block h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  clear: left;
}
.home-block {
  margin-top: 20px;
}
.hero-list {
  margin-top: 10px;
  padding-bottom: 10px;
}
.hero-list .image-wrapper {
  float: left;
}
.hero-list img {
  padding: 0 11px;
}
.hero-list-description {
  float: left;
}
.hero-list a {
  clear: both;
  display: block;
  margin-top: 5px;
}
.hero-list p {
  font-family: "Open Sans", sans-serif, Arial;
  line-height: 16px;
  padding: 0;
  color: #898989;
  overflow: hidden;
}
.hero-list h2 {
  color: #898989;
}
.hero-list h2 {
  margin-bottom: 5px;
}
.slides .slide-info p {
  padding: 0;
}
.slides .slide-info h2 {
  padding: 0;
}
.carousel-caption {
  background: transparent url("../img/slide_info_bg.png") top left repeat;
  padding: 15px;
}
.carousel-caption h2 {
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
}
.carousel-caption p {
  color: #ffffff;
  padding-bottom: 10px;
}
.horizontal-divider {
  background-color: #e5e5e5;
  height: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.title-wrapper h2 {
  float: left;
}
.clients .title-wrapper h2 {
  float: none;
}
.title-wrapper .all {
  font-size: 14px;
  float: right;
  line-height: 30px;
}
.portfolio-grid-1 .hp-wrapper {
  position: relative;
  overflow: hidden;
}
.portfolio-grid-1 .hp-wrapper .bottom-block {
  background: url("../img/bottom_block_bg.png") repeat scroll left top transparent;
  bottom: 0;
  height: 38px;
  left: 0;
  padding: 6px 10px;
  position: absolute;
  width: 100%;
}
.portfolio-grid-1 .hp-wrapper .bottom-block a {
  font-size: 16px;
}
.portfolio-grid-1 .hp-wrapper .bottom-block p {
  color: #666666;
  font-family: "Open Sans", sans-serif, Arial;
}
.hover-shade {
  position: absolute;
  left: -9999em;
  top: 0;
}
.portfolio-grid-1 .hover-shade img {
  position: absolute;
  left: 0;
  top: 0;
}
.portfolio-grid-1 .hp-wrapper .hover-shade a {
  width: 100%;
  height: 100%;
  display: block;
}
.portfolio-grid-1 .hp-wrapper:hover .hover-shade {
  left: 0;
}
.portfolio-grid-1 p {
  padding: 0;
}
.testimonials {
  margin-bottom: 35px;
}
.testimonials-block {
  background: transparent url("../img/testimonials_block_bg.gif") top left repeat;
  position: relative;
  padding: 30px 20px 10px;
  margin-bottom: 25px;
}
.testimonials-block .quote {
  background: transparent url("../img/quote.png") top left no-repeat;
  position: absolute;
  width: 91px;
  height: 61px;
  left: 13px;
  top: 0;
  z-index: 1;
}
.testimonials-block p {
  color: #666666;
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  position: relative;
  z-index: 2;
  margin: 0 0 5px;
  padding: 0;
}
.testimonials-block .autor {
  text-align: right;
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
}
.hero-block3 {
  position: relative;
}
.hero-block3 .hero-content-3 {
  padding: 20px;
}
.hero-block3 .hero-content-3 h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #333333;
}
.hero-block3 h2 {
  float: none;
  margin-bottom: 5px;
}
.hero-block3 p {
  float: none;
  line-height: 22px;
  padding: 0;
  color: #898989;
}
.tour-btn .btn {
  font-weight: bold;
}
.block-posts .block-post-img {
  display: block;
  margin-bottom: 10px;
}
.bordered-img {
  -moz-transition: all 0.2s ease-in-out 0s;
  border: 1px solid #dddddd;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  line-height: 20px;
  padding: 3px;
}
.container .bordered-img img {
  margin-bottom: 0;
}
.block-posts .block-post-title {
  font-size: 14px;
}
.block-posts .block-post-content {
  margin: 0 0 2px;
  color: #666666;
  padding: 0;
  line-height: 18px;
}
.block-posts .block-post-more {
  text-decoration: underline;
}
.block-posts p {
  padding: 0;
}
.block-posts .block-post-date {
  padding-bottom: 10px;
  color: #898989;
}
.clients {
  margin-bottom: 20px;
}
/*Breadcrumb Start*/
#breadcrumb {
  border-bottom: 1px solid #cccccc;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#breadcrumb ul {
  float: left;
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 12px 0 8px 10px;
}
#breadcrumb ul li {
  background: url("../img/breadcrumb_icon.png") no-repeat scroll left 7px transparent;
  float: left;
  margin-left: 8px;
  padding-left: 10px;
}
#breadcrumb .home {
  background: none repeat scroll 0 0 transparent;
  height: 15px;
  margin-left: 0;
  padding-left: 0;
}
/*Breadcrumg Ens*/
/*Sidebars Start*/
#left-sidebar .sidebar-wrapper {
  padding-right: 19px;
  border-right: 1px solid #cccccc;
}
.side-nav .active a {
  color: #000000;
}
.sidebar .sidebar-block {
  margin-bottom: 35px;
  clear: both;
  overflow: hidden;
}
.sidebar-news-widget ul,
.side-nav ul {
  list-style: none;
  margin-left: 0;
}
.sidebar-news-widget ul li,
.side-nav ul li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 8px;
  overflow: hidden;
  padding-bottom: 8px;
}
.comments-widget p,
.text-widget p,
.tags-widget p {
  padding: 0;
  color: #898989;
}
.sidebar-news-widget ul li p,
.sidebar-news-widget .date {
  padding: 0 0 0 69px;
}
.side-nav ul li a {
  background: url("../img/left_nav_bullets.png") no-repeat scroll 0 8px transparent;
  padding-left: 9px;
  display: block;
  font-size: 13px;
}
.side-nav ul li a:hover {
  text-decoration: none;
  color: #333333;
}
.tags-widget p {
  margin-bottom: 5px;
}
.sidebar-news-widget ul .photo {
  float: left;
  margin-right: 10px;
}
.sidebar {
  padding-top: 29px;
}
.sidebar h2 {
  border-bottom: 3px solid #cccccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.date i {
  padding-right: 3px;
}
.comments-widget ul {
  list-style: none;
  margin-left: 0;
}
.comments-widget ul li {
  margin-bottom: 10px;
}
#right-sidebar .sidebar-wrapper {
  padding-left: 19px;
  border-left: 1px solid #cccccc;
}
.tags-widget ul {
  list-style: none;
  margin-left: 0;
}
.tags-widget ul li {
  float: left;
  margin-right: 18px;
}
.gallery-widget ul {
  list-style: none;
  margin-left: -10px;
}
.gallery-widget ul li {
  margin-left: 10px;
  float: left;
  margin-bottom: 10px;
}
/*Sidebars End*/

/*Main Column Start*/
.main-column {
  margin-top: 8px;
}
.main-column img {
  margin-bottom: 10px;
}
.post-item {
  clear: both;
  margin-bottom: 25px;
}
.post-item .post-description {
  margin: 0;
  padding-bottom: 0;
}
.post-item .post-more {
  font-family: Arial;
  text-decoration: underline;
}
.post-item .post-more:hover {
  text-decoration: none;
}
.post-item-panel {
  background-color: #f5f5f5;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px 10px 0;
}
.post-item-panel ul {
  list-style: none;
  margin-left: 0;
}
.post-item-panel ul li {
  float: left;
  margin-right: 20px;
}
.post-item-panel ul li p {
  padding: 0 0 8px;
  color: #898989;
}
.post-item-panel ul li p i,
.tags-widget p i {
  padding-right: 3px;
}
.post-socials {
  margin: 20px 0 50px 0;
}
.post-socials h2,
.reply-form h2 {
  color: #333333;
}
.comments .name {
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.comments .comment-date {
  padding: 0;
}
.comments .reply {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.comment-details {
  margin-bottom: 5px;
}
.comment-item {
  margin-bottom: 15px;
}
.comment-item .span1 {
  margin-bottom: 10px;
}
.comment-body {
  background-color: #f5f5f5;
  border-radius: 5px 5px 5px 5px;
  position: relative;
}
.comment-table .baloon {
  background: url("../img/baloon.gif") no-repeat scroll 7px 22px transparent;
  border: medium none;
  width: 15px;
}
.comment-body p {
  padding: 10px 12px;
  font-size: 14px;
  color: #666666;
}
form .error {
  position: relative;
}
.team-member h2 {
  line-height: 18px;
  margin-bottom: 5px;
  color: #333333;
}
.team-member h4 {
  margin: 5px 0 0 0;
  color: #666666;
  font-weight: normal;
}
.team-member em {
  color: #666666;
}
.team-member .experience {
  padding-top: 0;
  padding-bottom: 10px;
  color: #666666;
}
.team-member .photo {
  margin-bottom: 10px;
}
.member-divider {
  border-bottom: 1px dashed #cccccc;
  clear: both;
  height: 1px;
  margin-bottom: 50px;
}
.two-col-team .team-member {
  margin-bottom: 50px;
}
/*div.alert {*/
/*padding: 20px 15px 10px 35px;*/
/*padding-left: 35px;*/
/*margin-bottom: 10px;*/
/*}*/
.alert-note {
  border: 1px solid #000000;
  background-color: #ffffff;
}
.alert-error {
  border: 1px solid #d47676;
  background-color: #f6d4d4;
}
.alert-attention {
  border: 1px solid #fece89;
  background-color: #fff3c2;
}
.alert-info {
  border: 1px solid #448398;
  background-color: #b4e5ec;
}
.alert-success {
  border: 1px solid #72ad55;
  background-color: #ceefbe;
}
.alert h2 {
  background: transparent url("../img/warning-icons.png") top left no-repeat;
  padding: 3px 0 5px 35px;
  margin-bottom: 0;
}
.alert p {
  padding-left: 35px;
  padding-bottom: 10px;
}
.alert .close {
  right: -8px;
  top: -17px;
}
.alert-note h2 {
  background-position: 0 3px;
}
.alert-error h2 {
  background-position: 0 -75px;
  color: #ae3f3f;
}
.alert-error p {
  color: #ae3f3f;
}
.alert-attention h2 {
  background-position: 0 -150px;
  color: #ab5e2a;
}
.alert-attention p {
  color: #ab5e2a;
}
.alert-info h2 {
  background-position: 0 -227px;
  color: #448398;
}
.alert-info p {
  color: #448398;
}
.alert-success h2 {
  background-position: 0 -305px;
  color: #488a28;
}
.alert-success p {
  color: #488a28;
}
.stick-wrapper {
  margin-left: -20px;
  padding-left: 35px;
  width: 720px;
  margin-top: 50px;
}
.stick-wrapper .stick {
  margin-left: -29px;
}
.stick {
  height: 190px;
  padding: 30px 50px 30px 30px;
  text-align: center;
  width: 188px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.stick p {
  padding: 7px 0;
}
.stick h2 {
  margin-bottom: 0;
}
.note-stick {
  background: transparent url("../img/note_stick_bg.png") top left no-repeat;
}
.note-stick h2,
.note-stick p {
  color: #666666;
}
.alert-stick {
  background: transparent url("../img/alert_stick_bg.png") top left no-repeat;
}
.alert-stick h2,
.alert-stick p {
  color: #580a0a;
}
.success-stick {
  background: transparent url("../img/success_stick_bg.png") top left no-repeat;
}
.success-stick h2,
.success-stick p {
  color: #406230;
}
.info-stick {
  background: transparent url("../img/info_stick_bg.png") top left no-repeat;
}
.info-stick h2,
.info-stick p {
  color: #255a6c;
}
.attention-stick {
  background: transparent url("../img/attention_stick_bg.png") top left no-repeat;
}
.attention-stick h2,
.attention-stick p {
  color: #96570d;
}
#right-sidebar .stick {
  margin-left: -10px;
}
#left-sidebar .stick {
  margin-left: -34px;
}
.left-stick {
  margin-left: -14px;
}
.right-stick {
  float: right;
  margin-right: -30px;
}
.dropcap {
  display: block;
  float: left;
  margin: 19px 10px 10px 10px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 48px;
}
.dropcap-black {
  color: #000000;
}
.accordion,
.toggle-box {
  border: 1px solid #f5f5f5;
}
.accordion-group {
  border: none;
  border-radius: 0 0 0 0;
}
.toggle-box {
  margin-bottom: 20px;
}
.accordion-inner,
.tbox-inner {
  border-top: 1px solid #e5e5e5;
  padding: 9px 15px 9px 60px;
  border: none;
}
.accordion .accordion-toggle,
.toggle-box a {
  background: url("../img/collapse_btn.png") no-repeat scroll left 10px transparent;
  color: #666666;
  display: block;
  font-size: 18px;
  height: 25px;
  line-height: 23px;
  padding: 10px 20px 10px 40px;
}
.accordion a.collapsed,
.toggle-box .collapsed {
  background: url("../img/collapse_btn.png") no-repeat scroll left -58px transparent;
}
.accordion-heading,
.tbox-heading {
  padding-left: 20px;
}
.dif-table {
  margin-bottom: 15px;
  margin-top: 30px;
}
.dif-table p {
  padding: 6px 0;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
}
.dif-table .span2,
.dif-table .span3 {
  margin-left: 0;
}
.dif-table div.span3 {
  border-width: 1px;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 3px #cccccc;
  position: relative;
  z-index: 10;
}
.dif-table div.span3 .bottom {
  padding: 15px 0;
}
.dif-table .span3 .title {
  padding: 20px 0;
  background-color: #f09931;
  text-shadow: 0 1px #9c6420;
  border-radius: 2px 2px 0 0;
}
.dif-table div.span3 .btn-primary {
  font-size: 16px;
  padding: 10px 20px;
}
.dif-table .title {
  color: #ffffff;
  font-size: 20px;
  text-shadow: 0 1px 0 #1a4e75;
  font-weight: 600;
}
.dif-table .cost {
  font-size: 16px;
  background-color: #f5f5f5;
  font-weight: bold;
}
.dif-table ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.dif-table ul li {
  padding: 5px 0 5px 0;
}
.dif-table ul li img {
  margin-bottom: 3px;
  margin-right: 4px;
}
.dif-table .btn {
  font-size: 13px;
  height: 20px;
  padding: 3px 9px;
}
.dif-table .bottom {
  background-color: #f5f5f5;
}
.dif-table .table-column {
  border-style: solid;
  border-color: #e0e0e0;
  margin-bottom: 20px;
}
.dif-table .first-column {
  border-radius: 2px 0 0 2px;
}
.dif-table .first-column .title {
  border-radius: 2px 0 0 0;
}
.dif-table .last-column {
  border-radius: 0 2px 2px 0;
  border-width: 1px 1px 1px 0;
}
.dif-table .last-column .title {
  border-radius: 0 2px 0 0;
}
.dif-table .span3 {
  height: 250px;
  margin-top: -28px;
}
/*.flexslider .slides img {*/
/*    margin-bottom: 0;*/
/*}*/
/*.flexslider .slide2 .carousel-caption, .slide3 .carousel-caption {*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 96%;*/
/*}*/
/*.flexslider .slide3 .carousel-caption {*/
/*    background: none repeat scroll 0 0 #E7E7E8;*/
/*}*/
/*.flexslider .slide3 .carousel-caption p, .flexslider .slide4 .carousel-caption p {*/
/*    color: #333333;*/
/*}*/
/*.flexslider .slide4 .carousel-caption {*/
/*    background: transparent url("../img/slide4_info_bg.png") top left repeat;*/
/*}*/
/*.flexslider .portfolio-grid-1 .thumbnails {*/
/*    margin-bottom: 0;*/
/*}*/
.help-inline {
  display: block;
}
.contact-info h2 {
  border-bottom: 3px solid #cccccc;
  margin-bottom: 12px;
  padding-bottom: 6px;
  clear: both;
}
.contact-info address {
  margin-bottom: 15px;
}
.contact-info .socials {
  float: none;
  overflow: hidden;
}
.contact-info .socials li {
  float: left;
  margin: 0 5px 0 0;
}
.contact-info table td {
  border-top: none;
  border-bottom: 1px solid #dddddd;
  padding: 4px 8px 4px 0;
}
.contact-info table .small {
  width: 40%;
}
.text-divider1 {
  border-top: 1px solid #cccccc;
  margin-bottom: 19px;
}
.text-divider2 {
  display: block;
  margin-bottom: 19px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  text-align: right;
  color: #666666;
  margin-top: -19px;
}
.text-divider2:hover,
.text-divider4:hover {
  text-decoration: none;
  color: #666666;
}
.text-divider3 {
  border-top: 1px dashed #cccccc;
  margin-bottom: 19px;
}
.text-divider4 {
  display: block;
  margin-bottom: 19px;
  width: 100%;
  border-bottom: 1px dashed #cccccc;
  text-align: right;
  color: #666666;
  margin-top: -19px;
}
.text-divider5,
.text-divider6 {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  margin-bottom: 19px;
  margin-top: -3px;
}
.text-divider5 span {
  display: block;
  width: 70px;
  height: 3px;
}
.text-divider6 span {
  display: block;
  width: 70px;
  height: 3px;
  float: right;
}
.nav-tabs a {
  font-size: 14px;
  color: #666666;
}
.buttons-example .ex,
.buttons-example .btn-group {
  margin-bottom: 20px;
}
.demo-icons .span1 {
  margin-bottom: 30px;
}
.portfolio-details {
  margin-top: 2px;
  margin-bottom: 20px;
}
.back-to-portfolio {
  background: url("../img/arrow_left.gif") no-repeat scroll 13px 12px #f5f5f5;
  border-radius: 3px 3px 3px 3px;
  color: #666666;
  display: block;
  font-size: 16px;
  padding: 7px 20px 7px 33px;
  margin-bottom: 10px;
}
.item-details {
  list-style: none;
  margin-left: 0;
}
.item-details li {
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}
.item-details li .title {
  font-weight: bold;
  padding-right: 3px;
}
.item-details .website {
  margin-bottom: 9px;
}
.item-details .website i {
  color: #666666;
}
.item-details .tags p {
  padding-bottom: 0;
}
.item-details .tags i {
  color: #cccccc;
}
.item-details .share span {
  display: block;
}
.portfolio-slider {
  margin-bottom: 100px;
  margin-top: 20px;
}
.portfolio-slider #slider {
  margin-bottom: 10px;
}
.portfolio-slider #carousel .slides li {
  border: 2px solid #ffffff;
  border-radius: 2px;
  cursor: pointer;
}
.col-wrapper {
  padding-top: 21px;
}
#clients {
  overflow: visible;
  clear: both;
}
.twitter-wrapper {
  position: relative;
  padding: 10px 0 10px 0;
}
#nav_t {
  float: left;
  height: auto;
  position: absolute;
  /*top: 34%;*/
  width: 11px;
}
#nav_t .flex-prev {
  background: url("../img/tw_arrow_up.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 6px;
  left: 0;
  margin-bottom: 7px;
  width: 11px;
}
#nav_t .flex-next {
  background: url("../img/tw_arrow_down.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 6px;
  left: 0;
  width: 11px;
}
#nav_t .flex-direction-nav a {
  position: inherit;
}
.follow_img {
  position: absolute;
  right: 0;
  top: 16%;
}
#prev_t {
  display: block;
  color: #fff;
}
#next_t {
  display: block;
  color: #fff;
}
.tweets-slide {
  display: block;
  color: #fff;
  overflow: hidden;
  padding-left: 20px;
}
.tweets-slide ul .slides li {
  color: #ffffff;
  font-size: 14px;
  height: auto;
  line-height: 14px;
  padding: 10px 0 10px 10px;
  margin: 10px 0 10px 10px;

  width: 100%;
  display: block;
}
.tweets-slide .flex-viewport {
}
.tweets-slide td {
  color: #ffffff;
  font-size: 14px;
  height: auto;
  line-height: 14px;
  min-height: 44px;
  padding-left: 10px;
  width: 100%;
}
.bannercontainer .middle {
  color: #333333;
  font-family: Open Sans, Arial, sans-serif;
  font-style: italic;
}
.bannercontainer .slide3 .middle {
  padding: 5px 10px 8px 10px;
  font-weight: bold;
  color: #333333;
}
.bannercontainer .big {
  color: #ffffff;
  font-family: Open Sans, Arial, sans-serif;
  padding-bottom: 4px;
  padding-left: 10px;
  background-color: #000000;
}
.bannercontainer .slide2 .big {
  background-color: #2671ac;
}
.bannercontainer .slide3 .big {
  background-color: #2671ac;
  padding-bottom: 4px;
}
.bannercontainer .small {
  color: #666666;
  font-family: Open Sans, Arial, sans-serif;
  white-space: normal;
}
.bannercontainer .slide3 .small {
  background-color: #000000;
  color: #ffffff;
  padding: 6px 0 10px 43px;
}
.buttons-container {
  position: relative;
  text-align: center;
  height: 27px;
  padding: 20px 50px;
}
.buttons-container .nav-select {
  border-radius: 4px;
}
.bannercontainer .banner ul li div {
  left: -999em;
}
.bannercontainer .banner ul {
  list-style: none;
  margin-left: 0;
}
/*Main Column End*/

/*Footer Start*/
#footer {
  width: 100%;
}
.footer-top {
  height: 10px;
  background-color: #898989;
}
.footer-wrapper {
  background-color: #666666;
  padding-top: 17px;
}
.footer-bottom {
  background-color: #333333;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-wrapper .address {
  padding-left: 15px;
}
.footer-wrapper .address p {
  margin-bottom: 5px;
  color: #cbcbcb;
  padding: 0;
}
.footer-wrapper .address p i {
  display: block;
  float: left;
  line-height: 20px;
  width: 30px;
}
.footer-wrapper h2 {
  border-bottom: 1px solid #cbcbcb;
  color: #cbcbcb;
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.footer-wrapper .span4 {
  margin-bottom: 30px;
}
.footer-wrapper .footer-right h4,
.footer-wrapper .footer-center h4 {
  margin-bottom: 0;
}
.footer-navigate {
  list-style: none;
  margin-left: 0;
}
.footer-center p {
  color: #cbcbcb;
  padding: 12px 0 0;
}
.footer-navigate li {
  border-bottom: 1px solid #898989;
  padding: 5px 0;
}
.footer-navigate li a {
  color: #ffffff;
}
.footer-bottom p {
  padding: 18px 0 13px 14px;
  color: #ffffff;
}
.footer-bottom p a {
  color: #ffffff;
}
/*Footer End*/

.calculators .calculator {
  clear: both;
  padding-top: 10px;
}
.calculators .calculator h2 {
  margin-top: 0;
}
.calculators .calculator img {
  width: 100px;
  display: block;
  margin-right: 10px;
}

.stars .icon-star,
.stars .icon-star-empty:hover {
  color: #ffc529;
  font-size: 24px;
}
.stars .icon-star-empty {
  color: #eeeeee;
  font-size: 24px;
}

.stars .icon-remove {
  color: #eeeeee;
  font-size: 18px;
}
.stars .icon-remove:hover {
  color: #aaaaaa;
}

.education-footer h2 {
  color: black;
}
.accordion .accordion-group ul.nav.nav-tabs.nav-stacked li a:hover {
  background-color: white;
}
.accordion .accordion-group .accordion-toggle {
  padding: 8px 15px 0;
  background: none;
  font-size: 13px;
  height: 20px;
}
.accordion-heading {
  padding-left: 0;
}
.accordion-inner {
  padding: 9px 15px 0;
}
.accordion-inner ul {
  margin-bottom: 0;
}
.accordion {
  height: auto !important;
}
.accordion ul.nav.nav-tabs.nav-stacked {
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion ul.nav.nav-tabs.nav-stacked li a {
  font-size: 11px;
  padding: 4px;
}

.financial-library .article img {
  margin-right: 20px;
  margin-bottom: 20px;
}

.financial-library .thumbnail2 {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
  /*border:1px solid gray;*/
}
.financial-library h2.title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  height: 34px;
  overflow: hidden;
}

.search-float {
  position: fixed;
  width: 200px;
  background-color: white;
  height: 100px;
  left: -168px;
  top: 100px;
  padding: 10px;
}
.search-float input {
  width: 150px;
}
.search-float button.hide-search {
  display: none;
}

.accordion-inner li.active {
  font-weight: bold;
}

.debug {
  display: none;
}

.advisor-info-business-name {
  font-size: 23px;
}
.advisor-info-name,
.advisor-info-credentials {
  font-size: 18px;
}
.advisor-info-street-address {
  font-size: 10px;
  line-height: 12px;
  padding: 0;
}

.life-insurance-home-box {
  height: 58px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: rgb(125, 126, 125); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(125, 126, 125, 1)),
    color-stop(100%, rgba(14, 14, 14, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(125, 126, 125, 1) 0%,
    rgba(14, 14, 14, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.red-gradient {
  background: rgb(125, 126, 125); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(190, 33, 5, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(248, 80, 50, 1)),
    color-stop(100%, rgba(190, 33, 5, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(248, 80, 50, 1) 0%,
    rgba(190, 33, 5, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(190, 33, 5, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(190, 33, 5, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0%, rgba(190, 33, 5, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.blue-gradient {
  background: rgb(76, 131, 239);
  background: -moz-linear-gradient(91deg, rgb(76, 131, 239) 30%, rgb(50, 91, 163) 70%);
  background: -webkit-linear-gradient(91deg, rgb(76, 131, 239) 30%, rgb(50, 91, 163) 70%);
  background: -o-linear-gradient(91deg, rgb(76, 131, 239) 30%, rgb(50, 91, 163) 70%);
  background: -ms-linear-gradient(91deg, rgb(76, 131, 239) 30%, rgb(50, 91, 163) 70%);
  background: linear-gradient(181deg, rgb(76, 131, 239) 30%, rgb(50, 91, 163) 70%);
  /*background: rgb(79, 97, 130);*/
  /*background: -moz-linear-gradient(91deg, rgb(79, 97, 130) 30%, rgb(9, 84, 149) 70%);*/
  /*background: -webkit-linear-gradient(91deg, rgb(79, 97, 130) 30%, rgb(9, 84, 149) 70%);*/
  /*background: -o-linear-gradient(91deg, rgb(79, 97, 130) 30%, rgb(9, 84, 149) 70%);*/
  /*background: -ms-linear-gradient(91deg, rgb(79, 97, 130) 30%, rgb(9, 84, 149) 70%);*/
  /*background: linear-gradient(181deg, rgb(79, 97, 130) 30%, rgb(9, 84, 149) 70%);*/
}

@media only screen and (max-width: 768px) {
  .life-insurance-home-box {
    height: auto;
  }
  .life-insurance-home-box h3 {
    height: auto;
    padding: 10px;
    vertical-align: middle;
  }
  .life-insurance-home-box .form {
    padding: 10px;
  }
}

.life-insurance-quote .steps {
  font-size: 22px;
  color: gray;
  margin-bottom: 20px;
}
.life-insurance-quote .steps i.done {
  color: green;
}
.life-insurance-quote .label {
  font-weight: bold;
  background: none;
  color: black;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  margin-top: 10px;
}
.life-insurance-quote .btn.submit {
}

.money-scams {
}
li.money-scams a {
  background-color: #000000;
  color: white;
  font-size: 11px;
}
li.money-scams > a:hover {
  color: #eeeeee;
  background-color: #333333;
}

.home-block li {
  list-style-position: inside;
}

.bg-metro-purple {
  background-color: #7e3878;
}

.hero h1 {
  color: #ffffff;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 20px;
}
.hero h1 {
  margin-bottom: 40px;
  margin-top: 40px;
  color: white;
  font-size: 32px;
  text-align: center;
  line-height: 36px;
}
.hero h2 {
  color: white;
  font-weight: normal;
  font-size: 20px;
  margin-top: 7px;
  text-align: center;
}
.hero img {
  margin: 40px auto;
}

.hero {
  min-height: 375px;
  text-align: center;
}

.navbar .nav > li {
  border-right: none;
}

.hero.hero-wide {
  max-height: 323px;
  min-height: 323px;
  height: 323px;
  background-color: #2773ae;
}
@media only screen and (max-width: 480px) {
  .hero.hero-wide {
    max-height: none;
    min-height: none;
    height: auto;
    background-color: #2773ae;
  }
}
.hero.hero-wide h1 {
  padding-top: 20px;
}
.navbar-inner {
  border: none;
}

.full-width-title .inner {
  display: inline-block;

  font-size: 21px;
  color: white;
  line-height: 22px;

  padding: 21px 20px 21px 0px;
}

.financium-content img {
  margin-right: 20px;
}
.financium-content {
  margin-top: 60px; /* 20px */
}

.input-height-small {
  height: 20px;
}

.life-insurance-home-box.widget {
  height: 65px;
}

.life-insurance-home-box.widget select {
  padding: 0;
  font-size: 10px;
}

.financium-editor img[style*="right"] {
  margin-left: 20px;
}
.financium-editor img[style*="right"] {
  margin-right: 20px;
}

hr {
  margin: 5px 0;
}

.financium-editor.preview img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.hero-small {
  min-height: 250px;
}
hr.small {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  width: 50px;
}

.leftnav .nav.nav-pills.nav-stacked > li > a.parent {
  font-weight: normal;
  color: black;
}
.leftnav .nav.nav-pills.nav-stacked > li a {
  color: black;
}
.leftnav .nav.nav-pills.nav-stacked > li > a.parent.active {
  font-weight: bold;
  color: #000000;
  /*color: #D60000 !important;*/
}

.leftnav .nav.nav-pills.nav-stacked > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 16px;
  margin: 0;
  margin-bottom: 1px;
}
.leftnav .nav.nav-pills.nav-stacked > li > a {
  text-decoration: none;
  background-color: #eeeeee;
}

.leftnav nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.leftnav a {
  /*color:black;*/
}

.leftnav nav > li > a {
  color: #000000;
}
.leftnav .subnav-border {
  border-left: #000000 10px solid;
}
.leftnav .nav.nav-pills.nav-stacked > li > a.parent.active {
  color: #000000;
}
.education-circles {
  text-align: center;
  margin-bottom: 20px;
}
.education-circles a {
  font-size: 12px;
  line-height: 14px;
}
.education-circles i,
.education-circles span.bicon {
  font-size: 30px;
  color: #b8a757;
  margin-bottom: 5px;
}

section.contact-widget {
  position: fixed;
  top: 50%;

  right: 0;
  z-index: 10000;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
section.contact-widget .icon-container {
  padding: 10px;
  /*width: 50px;*/
  /*height: 50px;*/
  /*//background-color:@canfin-gold;*/
  text-align: center;
  vertical-align: middle;
}
section.contact-widget .icon-container i,
section.contact-widget .icon-container span.bicon {
  color: white;
  font-size: 28px;
  line-height: 30px;
}
section.contact-widget .inner {
  /*//border: 5px solid @canfin-gold;*/

  padding: 20px !important;

  background-color: white;
  position: fixed;
  top: 40%;

  width: 200px;
  right: -250px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

section.contact-widget:hover {
  right: 250px;
}

section.contact-widget:hover .inner {
  right: 0;
}

.sidebar-content p {
  color: white;
}
.sidebar-content h1 a {
  color: white;
}

.dropdown .dropdown-menu {
  background-color: #eeeeee;
}
.navbar .nav > li .dropdown-menu li a:hover {
  background-color: #eeeeee !important;
}
.navbar .nav > li .dropdown-menu li a {
  color: #000000;
}

.alignleft {
  /*float:left;*/
}
.feed-set h2 {
  color: black;
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.feed-set h3.category {
  border-bottom: 1px solid gray;
  text-transform: uppercase;
}
.feed-set .first h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 32px;
}
.feed-set .first h3.category {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.feed-set img.thumbnail {
  border: 0;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  padding-bottom: 20px;
}
.feed-set p.excerpt {
  line-height: 16px;
  font-size: 15px;
  overflow: hidden;
  display: block;
  height: 32px;
  margin: 0;
  padding: 0;
}
.education-circles {
  width: auto;
  margin: 0 auto;
}
.col-1-5 {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .education-circles {
    width: 750px;
    margin: 0 auto;
  }
  .col-1-5 {
    width: 14%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
    float: left;
  }
}
.education-circles a {
  font-size: 12px;
  line-height: 14px;
}
.education-circles a span {
  text-transform: uppercase;
  background-color: darkgray;
  color: white;
  padding: 4px 6px;
  margin-top: 5px;
  display: inline-block;
}
.leftnav .nav.nav-pills.nav-stacked > li > a.parent {
  color: white;
}
.leftnav .nav.nav-pills.nav-stacked > li > a.parent.active {
  color: white;
  font-weight: bold;
}
.leftnav .nav.nav-pills.nav-stacked li {
  list-style-type: none;
}
.leftnav .nav.nav-pills.nav-stacked ul {
  margin-left: 10px;
}
.leftnav .nav.nav-pills.nav-stacked > li > a {
  color: white;
}

.bizstrap-top-nav li.dropdown > ul.dropdown-menu {
  right: 0px;
  left: 0px;
  top: 41px;
  margin: 0;
  margin-top: -1px;
  padding: 15px;
  background-color: #ffffff;
  min-height: 100%;
}
.bizstrap-top-nav > .navbar-inner > .container {
  position: relative;
}
.bizstrap-top-nav .nav,
.bizstrap-top-nav .nav .dropdown {
  position: static;
}

.bizstrap-top-nav .dropdown.open > a,
.bizstrap-top-nav .dropdown:hover > a,
.bizstrap-top-nav .dropdown:active > a,
.bizstrap-top-nav .dropdown:focus > a {
  /*border-left: 2px solid red; in layout.html*/
  /*border-right: 2px solid red;in layout.html*/
  /*border-top: 2px solid  red;in layout.html*/

  z-index: 10000;
  border-bottom: 2px solid #ffffff;
  position: relative;
  /*color:  red;in layout.html*/
}
.bizstrap-top-nav .nav .active > a,
.navbar .nav li:hover > a {
  /*border-top: red 2px solid;*/
  /*oprobably don't need this*/
  border-top-width: 2px !important;
}
.bizstrap-top-nav ul.dropdown-menu > li {
  float: left;
  padding-right: 20px;
}
.bizstrap-top-nav ul.dropdown-menu > li > ul {
  margin: 0;
  padding-left: 10px;
}
.bizstrap-top-nav ul.dropdown-menu > li > ul > li {
  list-style: none;
  padding: 2px 0 !important;
  font-size: 12px;
  margin-left: 0;
}
/*//.navbar .nav > li .dropdown-menu li a*/
.bizstrap-top-nav ul.dropdown-menu > li > ul > li a {
  padding: 0 !important;
}
.bizstrap-top-nav.navbar .nav ul.dropdown-menu > li > ul > li a:hover {
  background-color: transparent !important;
}

.bizstrap-top-nav ul.dropdown-menu > li > h4 i,
.bizstrap-top-nav ul.dropdown-menu > li > h4 span.bicon {
  font-size: 26px;
  padding-right: 10px;
}
.bizstrap-top-nav ul.dropdown-menu > li > h4 {
  line-height: 26px;
  font-size: 18px;
  vertical-align: top;
}
.bizstrap-top-nav li.education-circles {
  float: left;
  width: 105px;
  text-align: center;
}
.bizstrap-top-nav li.education-circles a {
  text-align: center;
  color: @canfin-gold;
}
.bizstrap-top-nav li.education-circles a span {
  background-color: transparent;
}
.bizstrap-top-nav.navbar .nav > li a i,
.bizstrap-top-nav.navbar .nav > li a span.bicon {
  background-image: none;
}
.bizstrap-top-nav li.education-circles a i,
.bizstrap-top-nav li.education-circles a span.bicon {
  font-size: 32px;
  background-color: transparent;
}

#carousel-home.carousel {
  margin-left: -20px;
  margin-right: -20px;
}
#carousel-home.carousel .item {
  height: 200px;
}
#carousel-home.carousel .item.slide1 {
  background: url("/themes/bizstrap/carousels/bike.jpg") no-repeat center top;
  background-size: cover;
}
#carousel-home.carousel .item.slide2 {
  background: url("/themes/bizstrap/carousels/boat.jpg") no-repeat center top;
  background-size: cover;
}
#carousel-home.carousel .item.slide3 {
  background: url("/themes/bizstrap/carousels/child-shoulders.jpg") no-repeat center top;
  background-size: cover;
}
#carousel-home.carousel .item.slide4 {
  background: url("/themes/bizstrap/carousels/mother-daughter.jpg") no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  #carousel-home.carousel .item {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #carousel-home.carousel .item {
    height: 500px;
  }
}
#carousel-home.carousel .carousel-caption {
  left: auto;
  right: auto;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  background-image: none;
  color: white;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
#carousel-home.carousel .carousel-caption a.btn.btn-default {
  color: white;
  background-color: black;
  background-image: none;
}

#carousel-home.carousel .carousel-caption .carousel-caption-title {
  font-size: 30px;
  line-height: 40px;
}

#carousel-home-alt.carousel {
  margin-left: -20px;
  margin-right: -20px;
}
#carousel-home-alt.carousel .item {
  height: 50vw;
  max-height: 700px;
}
#carousel-home-alt.carousel .item.slide1 {
  background: url("/themes/bizstrap/carousels/alt/beach-chairs-2.jpg") no-repeat center top;
  background-size: cover;
  background-position-y: 50%;
}
#carousel-home-alt.carousel .item.slide2 {
  background: url("/themes/bizstrap/carousels/alt/dancing.jpg") no-repeat center top;
  background-size: cover;
  background-position-y: 25%;
}
#carousel-home-alt.carousel .item.slide3 {
  background: url("/themes/bizstrap/carousels/alt/fishing-2.jpg?1") no-repeat center top;
  background-size: cover;
  background-position-y: 25%;
}
#carousel-home-alt.carousel .item.slide4 {
  background: url("/themes/bizstrap/carousels/alt/travel.jpg") no-repeat center center;
  background-size: cover;
  background-position-y: 20%;
}
#carousel-home-alt.carousel .item.slide5 {
  background: url("/themes/bizstrap/carousels/alt/hike.jpg") no-repeat top center;
  background-size: cover;
  background-position-y: 45%;
}
#carousel-home-alt.carousel .item.slide6 {
  background: url("/themes/bizstrap/carousels/alt/entrepeneur.jpg") no-repeat top center;
  background-size: cover;
  background-position-y: 0%;
}
#carousel-home-alt.carousel .item.slide7 {
  background: url("/themes/bizstrap/carousels/alt/father-son.jpg?1") no-repeat top center;
  background-size: cover;
  background-position-y: 30%;
}
#carousel-home-alt.carousel .item.slide8 {
  background: url("/themes/bizstrap/carousels/alt/graduate.jpg?1") no-repeat top center;
  background-size: cover;
  background-position-y: 30%;
}
#carousel-home-alt.carousel .item.slide9 {
  background: url("/themes/bizstrap/carousels/alt/golf-2.jpg?1") no-repeat top center;
  background-size: cover;
  background-position-y: 30%;
}

@keyframes carouselProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.carousel-line {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: transparent;
}
.carousel-line .carousel-progress {
  /*display: none;*/
  animation-name: carouselProgress;
  animation-duration: 5.5s;
  width: 0;
  height: 100%;
  /*width: 100%;*/
  /*top:0;*/
  /*bottom:0;*/
  /*position:absolute;*/
}

@keyframes captionSlide {
  from {
    bottom: 400px;
  }
  to {
    bottom: 20px;
  }
}

#carousel-home-alt.carousel .carousel-caption {
  animation-name: captionSlide;
  animation-duration: 2s;
  left: auto;
  right: auto;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  background-image: none;
  color: white;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
#carousel-home-alt.carousel .carousel-caption a.btn.btn-default {
  color: white;
  background-color: black;
  background-image: none;
}

#carousel-home-alt.carousel .carousel-caption .carousel-caption-title {
  font-size: 30px;
  line-height: 40px;
}

/* fix for fixed nav */
a[name] {
  padding-top: 198px;
  margin-top: -198px;
  display: inline-block; /* required for webkit browsers */
}

section.navbar-fixed-top {
  background-color: white;
}
@media (min-width: 980px) {
  body {
    padding-top: 198px;
  }
}
.footer.container-fluid {
  padding: 0px;
}

@media (max-width: 979px) {
  .navbar-fixed-top .container {
    width: auto;
  }
  .top_line {
    margin: 0;
  }
  .buttons-container {
    margin: 0;
  }
  /*body {*/
  /*padding: 0;*/
  /*}*/
  .container {
    /*padding:0 20px;*/
  }
}

.container-fluid.map {
  padding: 0;
}
.container-fluid.full-width-title {
  padding: 0 20px;
}
.row.na-library {
}

.na-library .image-title {
  font-size: 32px;
  position: absolute;
  width: 100%;
  color: white;
  display: inline-block;
  line-height: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.na-library .image {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}
.row.main {
  margin-top: 30px;
}

#footer a[href^="tel:"] {
  color: white;
}
#footer a {
  color: white;
}
/*for translucent header*/
/*section.navbar-fixed-top {*/
/*    background-color: rgba(255,255,255,0.9);*/
/*}*/
/*.bizstrap-top-nav .navbar-inner {*/
/*    background-color: transparent;*/
/*}*/
@media (max-width: 768px) {
  .span6.logo {
    padding: 1em;
  }
  .span6[itemtype="http://schema.org/LocalBusiness"]
  {
    padding: 1em 1em 0;
  }
  .span6[itemtype="http://schema.org/LocalBusiness"] img[itemprop="image"]
  {
    margin-bottom: 20px;
  }
  ul.social {
    display: flex;
    float: none;
    justify-content: center;
    margin-bottom: 10px;
  }
  .get-in-touch-container {
    margin-top: 0 !important;
  }
  .get-in-touch .span6 {
    padding: 0 1em 1em;

    /*box-sizing: border-box;*/
  }
  .get-in-touch .span6 input {
    width: 75% !important;
  }
  .get-in-touch .span6 textarea {
    width: 75% !important;
  }
  .get-in-touch .span6 .g-recaptcha > div {
    width: 75% !important;
  }
  .get-in-touch .span6 .g-recaptcha > div iframe {
    width: 100% !important;
  }
}

.top-banner {
  background-color: #000000;
  width: 100%;
  height: 50vw;
  overflow: clip;
  position: relative;
  font-weight: 500;
  font-style: normal;
  max-height: 700px;
}

.top-banner img {
  opacity: 0.6;
  width: 100%;
  margin-top: -1em;
}

.top-banner h5 {
  font-family: "Sarabun", sans-serif !important;
  position: absolute;
  color: #ffffff;
  font-size: min(4.5vw, 72px);
  bottom: 6vw;
  left: 2vw;
  line-height: calc(min(4.5vw, 72px) * 1.11);
}

.social-media-icons {
  list-style: none;
  padding-left: 0;
  margin-left: 0px;
  margin-top: 1em;
}

.social-media-icons li {
  float: left;
  padding: 0.25em;
  font-size: 2em;
}


.cookie-consent {
    box-sizing: border-box;
    position: fixed;
    right: 4em;
    bottom: 4em;
    background-color: #ffffff;
    padding: 2em;
    box-shadow: 0.75em 0.75em 0.75em #00000055;
    max-width: min(calc(100vw - 8em), 512px);
}

.cookie-consent .consent-options {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
}

.cookie-consent .consent-options button {
    margin: 0px;
}

@media only screen and (max-width: 768px) {
    .cookie-consent {
        overscroll-behavior: contain;
        left: 0px;
        right: 0px;
        bottom: 0px;
        max-width: none;
        box-shadow: 0px -0.75em 0.75em #00000055;
    }
}
