/* Carousel */
.slide .carousel {
    position: relative;
    display: inline-block;
}
.carousel-inner{height:360px;}
.carousel .item img{width:100%;height:500px;}
.carousel .overlay {
  background:rgba(0,0,0,.5) none repeat scroll 0 0;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
.carousel-caption {left:7%;right:7%;top:10px;}
.carousel-caption h1 {
    color: #fff;
    margin-bottom:2rem;
}
.carousel-caption h1.second_heading {
    color:#ffcb0f;
    margin-bottom:1.5rem;
}
.carousel-caption > h3 {
    color: #fff;
    font-family: "Arsenal Bold",sans-serif;
    font-size: 4rem;
    font-weight: normal;
    margin-bottom:1.5rem;
    text-transform: inherit;
}
.carousel-caption > p {
    font-size: 2rem;
    line-height: 2.6rem;
}
.carousel-caption .btn.know_btn {
    background: #ffcb0f none repeat scroll 0 0;
    color: #fff;
    font-family: "Arsenal Bold",sans-serif;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border:1px solid transparent;
    margin-top: 3rem;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color:#ffcb0f;
    border:1px solid #ffcb0f;
}
.carousel-control{
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top:-25px;
    top:50%;
}

/* Details list */
details {
  padding: .5rem; }
  details[open] {
    margin-bottom: 1em;
    border-bottom: .2em solid #337ab7;
    padding: 1em; }
  details:first-child {
    padding-top: 1.5rem; }
  details:last-child {
    padding-bottom: 1.5rem; }
  details summary {
    outline-style: none; }
  details[open] summary {
    outline-style: none;
    font-weight: 700;
    font-size: 2.1rem; }
summary {
  cursor: pointer;
  margin: 0 0 1rem; }
  summary::-webkit-details-marker {
    color: #337ab7; }
  summary:hover {
    color: #337ab7; }


.videowrapper {
  position: relative;
  border:1px solid #014973;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
.videowrapper iframe,
.videowrapper object,
.videowrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumbnail {
  min-height: 350px;
}

/* IMAGES STYLES */
/* global */
.home-content img{opacity:.5;}
.home-content img:hover{opacity:1;}
/* list global */
.images-3 img, .images-4 img{width:100%;}
.images-1 p, .images-2 p, .images-3 p, .images-4 p{max-width:250px;margin:0 auto;color:#888;font-size:0.875em;}
/* list custom */
.images-1{float:left;margin-right:.5rem;}
.images-2{float:right;margin-left:.5rem;}
.images-1, .images-2, .images-3, .images-4{
    display: block;
    padding: 4px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.images-1, .images-2, .images-3{margin-bottom:1rem;}
.images-4{margin-top:1rem;}

.images-3 p, .images-4 p{max-width:100%;}

.content .fb_iframe_widget{display:inherit;}

/* Responsive Styles for various devices */
@media (max-width: 74.938em) {
/*
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 25px;
    }
*/
    .carousel-caption {
        left: 3%;
        right: 3%;
        top:.8rem;
    }

  .images-2{max-width:40%;}
  .images-2 img{width:100%;}
}

@media (max-width: 47.938em) {
/*
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
*/
  .carousel-caption{top:0;}
  .carousel-inner{height:450px;}
  .carousel-caption h1.second_heading{font-size:2.8rem;margin-bottom:.5rem;}
  .carousel-caption h1, .carousel-caption h2, .carousel-caption h3{
    font-size:2.9rem;line-height:4rem;margin-bottom:1rem;
  }
  .carousel-caption > p{font-size:1.8rem;line-height:2.2rem;}
  .carousel-caption .btn.know_btn{margin-top:2rem;}

  .content .h1{font-size:2.5rem;margin-top:2rem;}
  .content .h2, .content .h3{font-size:2.2rem;}

  .images-2{max-width:35%;}
}

@media (max-width: 29.938em) {
  body { font-size:1.6rem;}
/*
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    h3 {
        font-size: 17px;
    }
*/
  .breadcrumb{padding:4px 10px}
  .breadcrumb li{font-size:1.3rem}
  .carousel-inner{height:35rem;}
  .carousel-caption h1.second_heading{font-size:2.1rem;}
  .carousel-caption h1, .carousel-caption h2, .carousel-caption h3 {
    font-size:2.2rem;line-height:3rem;
  }
  .carousel-caption > p {font-size:1.6rem;line-height:2rem;}
  .carousel-caption .btn.know_btn {font-size:1.4rem;padding:.8rem 5rem;}

  .content .h1{font-size:2.3rem;margin-top:1.25rem;}
  .content .h2, .content .h3{font-size:2rem;margin-top:0;}

  .images-2{float:none;clear:both;max-width:100%; margin:0;}
}


table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

table.fnt tbody td {
  font-family: Caveat;
  font-size: 2rem;;
}