

.vis-hidden {
  visibility: hidden; }

::-webkit-input-placeholder {
  color: #959595; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #959595; }
::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595; }

:-ms-input-placeholder {
  color: #959595; }

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  font-family: 14px;
  font-weight: 300; }

i {
  color: #959595; }

p {
  font-family: "Lato", sans-serif; }

body, html {
  overflow-x: hidden; }

h1, h2, h3, h4 {
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  font-weight: 300; }

a {
  color: #174670; }
  a i {
    color: #174670; }
  a:hover {
    color: #025a2f;
    text-decoration: none; }

input, textarea {
  font-weight: 300;
  font-style: italic; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 20px; }

i {
  font-size: 24px;
  margin-right: 10px; }

p, h1, h2, h3 {
  line-height: 1.5; }

article {
  padding: 0px; }

img {
  display: block;
  width: 100%; }

#menu {
  width: 100%; }
  #menu nav {
    border: medium none;
    background: transparent;
    margin-bottom: 0px; }
    #menu nav.navbar {
      padding: 0px 0px;
      border-radius: 0; }
    #menu nav.navbar-fixed-top {
      background: #FFFFFF;
      border-bottom: 0px solid #959595;
	  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75); }
    #menu nav a {
      color: #000000;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase; }
    #menu nav li {
      padding: 7px 0px 0px; }
      #menu nav li.active {
        border-top: 5px solid #174670;
        padding-top: 5px; }
        #menu nav li.active a {
          background-color: transparent; }
  #menu .navbar-header {
    margin: 5px 0px; }
  #menu .navbar-brand {
    padding: 12px 0px 0px 15px; }
    #menu .navbar-brand img {
      width: 200px;
      float: left;
      margin-top: -10px;
      margin-right: 10px; }
    #menu .navbar-brand span {
      float: left;
      display: block;
      font-size: 48px;
      font-weight: 300; }
    #menu .navbar-brand > li > a {
      line-height: 15px; }

@media all and (max-width: 767px) {
  #menu .nav a {
    color: #FFFFFF; }
  #menu .nav li.active {
    padding: 10px 0px;
    border-top: medium none; }
  #menu .navbar-brand {
    padding-left: 0px; }
    #menu .navbar-brand img {
      width: 200px;
      float: left;
      margin-top: -4px; }
    #menu .navbar-brand span {
      font-size: 35px; }
  #menu #menu-content {
    background: #393939; } }
@media all and (min-width: 768px) and (max-width: 991px) {
  #menu .navbar-brand span {
    display: none; }
  #menu .container {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px; } }
footer {
  text-align: center;
  padding: 26px 0;
  color: #FFFFFF; }
  
 footer .p { color:#174670; padding:10px 0 20px 0; margin:10px 0 20px 0; border-bottom:1px solid #ececec; clear:both; overflow:hidden; line-height:1.2em;} 
 footer .p .al { color:#000;}
  
  footer ul {
    width: 100px;
    margin: 0 auto; }
  footer li {
    float: left;
    margin-right: 10px; }
    footer li:last-child {
      margin-right: 0px; }

html.js.csstransforms .feature .item {
  opacity: 0; }
  html.js.csstransforms .feature .item.ani-scale {
    opacity: 1; }
html.js.csstransforms .ani-scale {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.btn {
  font-family: "Lato", sans-serif;
  background: #174670;
  color: #FFFFFF;
  border-radius: 3px; 
  padding:15px 20px;}
  .btn:hover {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

 .btnsub {
  font-family: "Lato", sans-serif;
  background: #000;
  color: #FFFFFF;
  border-radius: 3px; }
  .btnsub:hover {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

.btn1 {
  font-family: "Lato", sans-serif;
  background: #04abf0;
  color: #FFFFFF;
  border-radius: 3px; }
  .btn1:hover {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

.btn2 {
  font-family: "Lato", sans-serif;
  background: #a055ea;
  color: #FFFFFF;
  border-radius: 3px; }
  .btn2:hover {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }


.flexslider {
  border: medium none;
  box-shadow: none;
  margin: 0px; }

.flex-direction-nav a {
  height: 45px; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

@media all and (max-width: 767px) {
  .flex-direction-nav {
    display: none; } }
.parallax {
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  position: relative; }
  .parallax.active {
    background-attachment: fixed; }
  .parallax .container {
    padding: 45px 0px; }
  .parallax.empty .container {
    padding: 25px 0px; }

#para_ex {
  background-image: url("../img/background/tablet/02_Background_image_2.jpg"); }

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 0px; }

.pp_gallery img {
  width: 50px;
  display: inline; }

section {
  padding: 35px 0px 25px 0px; }
  section h2 {
    text-align: center;
    padding: 0px 0px 0px;
    text-transform: uppercase; }
  section .sec-header .sub-title {
    text-align: center; }

section.no-padding {
  padding: 0px; }

section.alt {
  /*background: #393939;*/
  color: #FFFFFF; }
  section.alt i, section.alt p, section.alt h1, section.alt h2, section.alt h3, section.alt h4, section.alt h3.sub-title {
    color: #1b5182; }
  section.alt .sep {
    background: #1b5182; }

.sec-header {
  text-align: center;
  margin-bottom: 80px; }
  .sec-header i {
    color: #1b5182; }
  .sec-header h2 {
    margin: 10px 0 10px;
    font-size: 38px;
	font-weight:bold;
    line-height: 1.1;
	color: #174670;
	}
  .sec-header h3.sub-title {
    font-size: 16px;
    color: #959595;
    text-transform: uppercase;
    margin-top: 0px; }
  .sec-header .sep {
    height: 0px;
    margin: 0 auto 10px;
    display: block;
    width: 150px;
    background: #1b5182; }

@media all and (max-width: 767px) {
  .sec-header {
    margin-bottom: 60px; } }
.head {
  position: relative;
  overflow: hidden; }
  .head .content-wrap {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 70%;
    text-align: center; }
    .head .content-wrap h1 {
      position: relative;
      top: 50%;
      margin-top: -1.2em; }
    .head .content-wrap img {
      display: inline-block;
      max-width: 600px; }
  .head h1, .head h2 {
    color: #FFFFFF; }
  .head h1 {
    font-size: 140px; }
    .head h1 span {
      padding: 0px 60px;
      border: 5px solid #FFFFFF; }
  .head h2 {
    font-size: 48px; }
  .head img.big-header {
    position: relative;
    width: auto; }
  .head .hint, .head .background {
    position: absolute;
    bottom: 0px;
    width: 100%; }
  .head .hint {
    text-align: center;
    padding: 10px 0px;
    z-index: 101;
	margin-bottom: 30px; }
    .head .hint img {
      width: auto;
      display: inline-block; }
  .head .background {
    height: 44px;
    opacity: 0.7;
    z-index: 100; }

@media all and (max-width: 767px) {
  .head h1 {
    font-size: 70px; }
    .head h1 span {
      border: 2px solid #FFFFFF;
      padding: 0 20px; }
  .head h2 {
    font-size: 28px; } }
@media all and (min-width: 768px) and (max-width: 991px) {
  .head h1 {
    font-size: 100.1px; }
  .head h2 {
    font-size: 47.88px; } }
.modal-dialog {
  max-width: 700px;
  width: auto; }
  
  .modal-lg {
  max-width: 900px;
  width: auto; }

.modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.project .container {
  text-align: center; }
.project .overlay, .project .backdrop {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center; }
.project .backdrop {
  z-index: 100;
  background: black; }
.project .overlay {
  z-index: 101;
  padding-top: 15%; }
.project .item {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px; }
  .project .item:hover .backdrop, .project .item:hover .overlay {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    visibility: visible; }
  .project .item:hover .backdrop {
    opacity: 0.7; }
  .project .item:hover .overlay {
    opacity: 1; }

.lt-wrap-overlay {
  position: relative;
  padding: 0px;
  cursor: pointer; }
  .lt-wrap-overlay img {
    display: block;
    width: 100%; }
  .lt-wrap-overlay .lt-overlay {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 17% 10px 10px;
    color: white;
    opacity: 0;
    width: 100%;
    height: 100%; }
    .lt-wrap-overlay .lt-overlay .title {
      text-transform: uppercase;
      margin-bottom: 20px; }
    .lt-wrap-overlay .lt-overlay .excerpt {
      margin-bottom: 30px; }
    .lt-wrap-overlay .lt-overlay .zoom {
      padding: 11px 10px 11px 9px;
      border-radius: 25px; }
  .lt-wrap-overlay:hover .lt-overlay {
    opacity: 1; }
  .lt-wrap-overlay:hover img {
    opacity: 0.3;
    box-shadow: #000 0em 0em 0em; }

.proj-nav {
  margin-bottom: 35px; }
  .proj-nav li {
    float: left;
    margin-right: 20px; }

@media all and (min-width: 768px) and (max-width: 991px) {
  .lt-wrap-overlay .lt-overlay .excerpt {
    display: none; } }
/*----------------------
/* Reset pretty photo
/*----------------------*/
.pp_content_container .pp_nav {
  width: 100%;
  float: inherit; }
.pp_content_container .pp-nav-wrapper {
  width: 60px;
  overflow: hidden;
  margin: 0 auto; }

.testimonial .individual {
  margin-bottom: 60px; }
  .testimonial .individual .item {
    text-align: center; }
  .testimonial .individual .indicate {
    position: relative;
    height: 1px;
    border-bottom: 1px solid #000000;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 15px; }
    .testimonial .individual .indicate:after, .testimonial .individual .indicate:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .testimonial .individual .indicate:after {
      border-color: transparent;
      border-top-color: white;
      border-width: 12px;
      margin-left: -12px; }
    .testimonial .individual .indicate:before {
      border-color: transparent;
      border-top-color: #000000;
      border-width: 14px;
      margin-left: -14px; }
  .testimonial .individual .msg {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px; }
  .testimonial .individual .avatar {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 15px; }
  .testimonial .individual .name {
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Roboto Condensed", sans-serif; }
  .testimonial .individual .date {
    color: #959595;
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase; }
  .testimonial .individual .flex-control-nav {
    bottom: -30px; }
  .testimonial .individual .flex-control-paging li {
    border: 1px solid;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 1px; }
    .testimonial .individual .flex-control-paging li a {
      width: 5px;
      height: 5px;
      background: #FFFFFF;
      box-shadow: none; }
      .testimonial .individual .flex-control-paging li a.flex-active {
        background: #000000; }

@media all and (max-width: 767px) {
  .testimonial .individual .indicate {
    width: 100%; } }
.achievement {
  text-align: center; }
  .achievement .sec-header {
    margin-bottom: 65px; }
  .achievement span {
    font-size: 48px; }
    .achievement span i {
      font-size: 48px; }
  .achievement .sep {
    height: 1px;
    margin: 10px auto;
    display: block;
    width: 130px;
    background: #000000; }
	
	
  .stuff {
  text-align: center; }
  .stuff .sec-header {
    margin-bottom: 65px; }
  .stuff stat { font-size:45px;}
   .stuff .st span {
    font-size: 48px;}
  .stuff span {
    font-size: 28px; 
	color: #0e0e0e;}
    .stuff span i {
      font-size: 48px; 
	  color: #1b5182;}
  .stuff .sep {
    height: 1px;
    margin: 20px auto;
    display: block;
    width: 130px;
    background: #ccc; }	
	
	
	

@media all and (max-width: 767px) {
  .achievement .item {
    margin-bottom: 70px; } 
	.stuff .item {
    margin-bottom: 70px;}}
@media all and (min-width: 768px) and (max-width: 991px) {
  .achievement span {
    font-size: 30px; }
   .stuff span {
    font-size: 30px; } }
.pricing {
  text-align: center; }
  .pricing .item-wrapper {
    margin-bottom: 20px; }
    .pricing .item-wrapper li {
      color: #000000; }
      .pricing .item-wrapper li:first-child, .pricing .item-wrapper li:last-child {
        border-bottom: 1px solid #000000;
        padding: 15px; }
      .pricing .item-wrapper li:last-child {
        border-top: 1px solid #000000; }
      .pricing .item-wrapper li p {
        color: #000000; }
      .pricing .item-wrapper li i {
        background: #000000;
        padding: 10px;
        display: inline-block;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px; }
  .pricing article ul {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: #FFFFFF;
    margin-top: 30px; }
  .pricing article li.feature {
    margin-bottom: 15px; }
  .pricing article li.last {
    margin-bottom: 60px; }
  .pricing article li.head p {
    font-size: 40px; }
  .pricing article.emphasize ul {
    margin-top: 0px; }
  .pricing article.emphasize li:first-child {
    padding-top: 40px; }
  .pricing article.emphasize li:last-child {
    padding-bottom: 40px; }
  .pricing .price {
    font-family: "Lato", sans-serif;
    margin: 15px 0; }
    .pricing .price .unit {
      vertical-align: top;
      font-size: 26.66667px; }
    .pricing .price .tag {
      font-size: 40px; }

@media all and (max-width: 767px) {
  .pricing article ul {
    margin-top: 0px; } }
.team {
  text-align: center; }
  .team .social {
    float: left;
    width: 100px;
    text-align: left;
    margin-right: 15px; }
    .team .social li {
      float: left;
      width: 50%;
      text-align: center;
      background: #EFEEEF; }
      .team .social li a {
        padding: 10px 0px; }
      .team .social li:first-child {
        width: 100%;
        border-bottom: 1px solid #FFFFFF; }
        .team .social li:first-child i {
          font-size: 30px; }
      .team .social li:nth-child(2) {
        border-right: 1px solid #FFFFFF; }
    .team .social i {
      color: #000000;
      display: inline-block;
      margin-right: 0px;
      padding: 10px 0; }
  .team .info {
    float: left;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 0; }
  .team .pos {
    color: #959595;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left; }
  .team .name {
    text-align: left; }

.sub { 
background: #006334; /* Old browsers */

background: -moz-linear-gradient(-45deg,  #006334 0%, #07b462 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#006334), color-stop(100%,#07b462)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  #006334 0%,#07b462 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  #006334 0%,#07b462 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  #006334 0%,#07b462 100%); /* IE10+ */

background: linear-gradient(135deg,  #006334 0%,#07b462 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006334', endColorstr='#07b462',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */





/*background-color:#006334;*/ padding:20px 0;}

.sub .sec-header {
  margin-bottom: 5px; }
  .sub .sec-header .h2, .h3 { color:#fff; font-weight:bold;}
  .sub .sec-header .p { color:#fff; font-size:22px; padding:20px 0;}
  .sub .sec-header .p a { margin:-5px 2px 0 2px; padding:3px 5px; font-size:22px;}
.sub .sec-header i {
	text-align:center;
  display: inline-block;
  margin-top: 20px; color:#FFF;}
.sub .item h3 {
  margin-bottom: 0px; }





.service .sec-header {
  margin-bottom: 35px; }
.service .item i {
  /*float: left;*/
  display: inline-block;
  margin-top: 20px;
  margin-left:20px;
  font-size: 45px; 
  color:#1b5182;
  text-align:center;
  }
.service .item h3 {
  margin-bottom: 0px; }

.contact {
  padding-bottom: 0px; }
  .contact .con-wrap {
    background: white;
    color: #000000;
    padding: 60px 0; }
    .contact .con-wrap h1, .contact .con-wrap h2, .contact .con-wrap h3, .contact .con-wrap h4 {
      color: #000000; }
    .contact .con-wrap p {
      color: #000000; }
    .contact .con-wrap i {
      color: #174670;
      font-size: 14px; }
    .contact .con-wrap h3 {
      margin-top: 0px;
      text-transform: uppercase;
      font-size: 16px; }
    .contact .con-wrap li {
      font-family: "Lato", sans-serif; }
    .contact .con-wrap textarea, .contact .con-wrap input {
      width: 100%;
      border: 1px solid #000000;
      padding: 10px; }
    .contact .con-wrap textarea {
      margin-bottom: 10px;
      height: 160px; }
    .contact .con-wrap .btn {
      float: right; }
  .contact .item {
    margin-bottom: 20px; }
  .contact .sec-header {
    margin-bottom: 30px; }
  .contact input {
    margin-bottom: 15px; }

.blog .sec-header {
  margin-bottom: 90px; }
.blog .crd-info {
  background: #EFEEEF;
  padding: 5px 10px; }
  .blog .crd-info span {
    float: right; }
  .blog .crd-info .avatar img {
    display: inline-block;
    width: auto;
    height: 25px; }
  .blog .crd-info .date {
    margin-left: 10px;
    color: #000000;
    font-size: 18px; }
.blog h3 {
  margin: 0px; }
.blog a {
  color: #000000; }

@media all and (max-width: 767px) {
  .blog .item {
    margin-bottom: 20px; } }
.video {
  text-align: center; }
  .video .sec-header {
    margin-bottom: 50px; }
  .video h4 {
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 0px;
    line-height: 1.5; }
  .video i[data-toggle] {
    font-size: 48px;
    cursor: pointer; }

.map {
  position: relative; }
  .map #map_content, .map .backdrop {
    height: 130px; }
  .map .backdrop {
    position: absolute;
    bottom: 0px;
    background: #393939;
    opacity: 0.5;
    text-align: center;
    width: 100%;
    cursor: pointer; }
    .map .backdrop h3 {
      margin-top: 50px;
      color: #FFFFFF;
      text-transform: uppercase; }
  .map.show .backdrop {
    visibility: hidden; }
  .map.show #map_content {
    height: 450px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }

#overlay {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center; }
  #overlay:before {
    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */
    height: 100%; }
  #overlay img {
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */ }

/*# sourceMappingURL=style.css.map */


.p-tablechannels { color:#333; font-size:13px;}



.update-nag{
  display: inline-block;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  color:#131313;
  height:auto;
  overflow:hidden;
  padding:10px 0 10px 0;
  width:100%;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 50px;
  height:50px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  color:#fff;
  top: calc(50% - 30px)!important; /* 50% - 3/4 of icon height */
  font-size:25px;
  text-align:center;
  margin-left:7px;
  margin-top:5px;
  margin-bottom:5px;
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.b-success { border-bottom: 4px solid #5cb85c;}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.b-danger { border-bottom: 4px solid #d9534f;}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}

.b-info { border-bottom: 4px solid #5bc0de;}

.update-nag > .update-split.update-alert{
  background: #fbb203!important;
}

.b-alert { border-bottom: 4px solid #fbb203;} 

.update-nag > .update-text{
  line-height: 19px;
  padding-top: 4px;
  padding-left: 45px;
  margin-left:25px;
  padding-right: 20px;
}


.update-nag > .update-text p {
	font-size:1.2em; margin:5px 0 5px 0; font-weight:400;
	}


.alertcol, .error { color:#F00;}

.h4-cl {}
.h4-cl > a { background-color:#fff; padding:10px 16px; color:#174670; border-radius:3px;}


#chtb1 {
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
}

#chtb2 {
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
}

.ul-ch {
  margin: 0;
  padding: 0;
  display:block;}
  
.ul-ch  li{
  border-bottom: 1px solid #ccc;
  padding:5px 0 5px 3px;
  display:inline-block;
}

#chtb1, #chtb2 ul li:last-child {
  border: none;
}

.paging-nav {
    text-align: center;
    padding-top: 2px;
}
.paging-nav a {
    margin: auto 1px;
    text-decoration: none;
    display: inline-block;
    padding: 1px 7px;
    background: #174670;
    color: white;
    border-radius: 3px;
}

.ellipse{
	float: left;
}

.page_navigation , .alt_page_navigation{
margin: 10px 0px 0px 25%;
padding-bottom: 10px;
clear: both;
padding-top: 10px;
}

.page_navigation a, .alt_page_navigation a{
	padding:4px 7px;
	margin:4px;
	color:white;
	text-decoration:none;
	float: left;
	font-size: 16px;
	background-color:#174670;
}
.active_page{
	background-color:white !important;
	color:black !important;
}	


