﻿@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
body{ 
  margin: 0px;
  font-size: 15px;
  background-image: url(../images/bg.gif);
  /*font-family: 'Lato', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,{color:#333; text-decoration:none}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
.clr{ 
  clear:both;
}
.fLeft{ 
  float: left;
}
.fRight{ 
  float:right;
}
.imgResponsive{ 
  width: 100%;
}

#main{
  width: 100%;
  max-width: 1130px;
  margin:auto;
}

header{
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-bottom: 4px solid #4487ad;
}

.logo{
  width: 100%;
  max-width: 270px;
  margin: auto;
}
.logo img{
  width: 100%;
}

.header-heading{
  width: 100%;
  background-color: #4487ad;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.header-heading strong{
  display: block;
  font-size: 20px;
}
.header-heading span{
  display: block;
}
.header-heading b{
  display: block;
  font-size: 17px;
  color: #ffd100;
}


.banner{
  width: 100%;
}

.carousel-caption-header{
  background: rgba(255,255,255,0.8);
  padding: 10px;
  color: #0000ff;
  font-size: 19px;
  font-weight: 600;
  text-shadow: none;
  margin: 0px;
}

.carousel-caption-text{
  background: rgba(255,255,255,0.8);
  color: #003;
  font-size: 18px;
  padding: 10px;
  text-shadow: none;
  margin: 2px 0 0 0;
}
.carousel-caption-text span{
  display: block;
  font-size: 16px;
}
.carousel-caption-text strong{
  display: block;
}
.carousel-caption-text abbr{
  display: block;
  font-size: 16px;
}

.main-content{
  width: 100%;
  border: 1px solid #e0e0d7;
  background-color: #fff;
}

.main-content-inner{
  width: 100%;
  padding: 15px;
}

.main-content-inner h2{
  font-size: 24px;
  font-weight: 600;
  color: #0000ff;
  margin:0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #efefef;
}

.main-content-inner h3{
  font-size: 20px;
  font-weight: 500;
  color: #0000ff;
  margin:0 0 10px 0;
}


.main-content-inner p{
  font-size: 15px;
  text-align: justify;
}

.content-li,
.content-li ul{
  margin: 0 0 15px 0;
  padding: 0px;
}

.content-li li{
  margin: 0px;
  padding: 0 0 0 30px;
  position: relative;
  list-style: none;
}
.content-li li+li{
  margin-top: 5px;
  list-style: none;
}
.content-li li:before{
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 10px;
  top: 0px;
}

.navigation{
  width: 100%;
  padding: 0px;
}

.topHeading{
  width: 100%;
  padding: 10px 15px;
  background-color: #0a4699;
  border-bottom: 1px solid #fff;
}

.topHeading h1{
  margin: 0px;
  color: #fff;
  font-size: 26px;
}

.topHeading p{
  margin: 0px;
  color: #fff000;
  text-transform: uppercase;
}

.topnav{
  margin:0px 0 0 0px;
  padding:0px;
  color:#fff;
}

.topnav ul{
  margin:0px;
  padding:0px;
}

.topnav li{
  margin:0px;
  list-style:none;
}

.topnav li:last-child{
  border-right: none !important;
}

.topnav > li > a{
  display:block;
  color:#000;
  background-color: #f1f1f1;
  padding:7px 15px;
  margin: 0;
  font-size:14px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #f9f9f9;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.topnav > li > a:hover,
.topnav > li > a:focus{ 
  color: #fff;
  background-color: #0a4699;
  text-decoration: none;
  font-weight: bold;
}

.topnav > .active > a,
.topnav > .active > a:hover,
.topnav > .active > a:focus {
    background: rgb(16,79,153); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(16,79,153,1) 1%, rgba(0,33,71,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(16,79,153,1)), color-stop(100%,rgba(0,33,71,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(16,79,153,1) 1%,rgba(0,33,71,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(16,79,153,1) 1%,rgba(0,33,71,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(16,79,153,1) 1%,rgba(0,33,71,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(16,79,153,1) 1%,rgba(0,33,71,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104f99', endColorstr='#002147',GradientType=0 ); /* IE6-9 */
  color: #fff;
}

.tabelStru{width:100%;}
.tabelStru td,th{border:1px solid #ddd;}
.tabelStru.table>caption+thead>tr:first-child>td,
.tabelStru.table>caption+thead>tr:first-child>th,
.tabelStru.table>colgroup+thead>tr:first-child>th,
.tabelStru.table>thead:first-child>tr:first-child>th{border-top:1px solid #ddd !important;}

.contactText{
  text-align: center !important;
}

.jbslogo{
  width: 150px;
  margin:30px auto 30px auto;
}

.contactText span{
  font-size: 20px;
  font-weight: bold;
}

.contact-map{
  width: 100%;
  padding: 5px;
  border:1px solid #ccc;
  margin: 20px 0 0 0;
}

.contact-google-map {
  position: relative;
  padding-bottom: 34.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.contact-google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


footer{
  width: 100%;
  border-top: 1px solid #e0e0d7;
  padding: 10px 15px;
  text-align: center;
  line-height: 20px;
}

.mobNav{
  position: relative;
  cursor: pointer;
}
.mobNavIcon{
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 7px;
}

@media (min-width: 200px) and (max-width: 767px) {
  .banner .carousel-inner > .item  {
    width: 100%;
    height: 250px;
  }
  .banner .carousel-inner > .item > img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .carousel-caption{
    width: 90%;
    padding: 0px !important;
    left: 5% !important;
    right: auto;
    bottom: 15px !important;
  }
  .carousel-caption-header{
    font-size: 18px;
  }
  .carousel-caption-text{
    font-size: 16px;
  }
  .carousel-caption-text span,
  .carousel-caption-text abbr{
    font-size: 14px;
  }
  .main-content-inner h2{
    margin: 15px 0 10px 0;
  }
  .navigation{
    display: none;
  }
}