/* -------General Settings ----------- */

body, input, textarea {
    font-family: Verdana, Geneva, sans-serif;
    color: #333333;
}
body {
    background-color: #CCFF99;
    font-size: 14px;
}
body.home {

}
.p a,.n a,.x a {
	text-decoration: underline;
}
.home .news-item {
	border-bottom: 2px solid darkgreen;
	margin-top: 25px;
	padding-bottom: 25px;
}
.home h3.heading, h1.news {
	background: #CCFF99;
	padding: 5px 10px;
}
.home h1 {
    font-size: 24px;
    padding: 15px 5px 15px 5px;
    background-color: #9C3;
}
a { color:darkgreen; }
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; }
/*
.h2, h2 {
	font-size: 1.8rem;
}
.h4, h4 {
	font-size: 1.1rem;
}
*/
.home-top-advertise { 
text-align:center; 
background-color:#9C3; 
/*height:19px; */
padding:0px; 
margin-bottom:10px; 
}
.home-top-advertise a { color:black; }
span.radio {
	width: 30%;
	display: inline-block;
}
#menu { background:#efe; }

ul#menu {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: 0.9em;
}
ul#menu ul {
	display:none;
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0 0 0 20px;
}
#menu li:hover ul {
	display: block;
}
#menu li {
/*	border-bottom: 1px dashed #C7C392;*/
}

#menu a {
	display: block;
	margin: 2px 0px;
	padding: 8px 0px 8px 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #272;
}

#menu > li > a {
	font-size: 16px;
	border-top: 1px dashed #C7C392;
}

/* , #menu .current_page_item a */
#menu a:hover {
	background: #afa;; 
	text-decoration: none;
}

#menu .current_page_item a {
}

/* NEWS LINK 
a#menu_n { color: white; background: #272; }
*/

.n0 .newslist {
	width: 150px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 20px;
}

.biz-item {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
	border-bottom: 4px dotted #8ec16c;
}
.biz-item p a { text-decoration:underline; }
address {
    font-size: 1.3em!important;
}
hr {
    background-color: #bbb;
    height: 2px;
    margin: 20px auto;
}
/*-------- Jumbotron and Header --------*/
/*
.jumbotron {
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    height: auto;
    background: url('/site/bg-2.jpg') no-repeat;
    background-size: cover;
}
.jumbotron h1,
.header-text h1 {
    color: #eee;
    font-family: "Alex Brush";
    font-size: 83px;
    text-shadow:3px 3px 8px rgba(0,0,0,0.6), -2px -2px 5px rgba(0,0,0,0.4);
}
.jumbotron h2,
.header-text h2
    font-family: "Alex Brush"; {
    color: #eee;
font-size:24px;
    padding: 0 15% 3%;
    text-shadow:3px 3px 8px rgba(0,0,0,0.6), -2px -2px 5px rgba(0,0,0,0.4);
}*/


.header-text h1 {
    color: #eee;
    font-family: "Alex Brush";
    font-size: 83px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6), -2px -2px 5px rgba(0, 0, 0, 0.4);
}
.page .header-text h1{
margin-top:0;
}
.header-text h2 {
    color: #eee;
font-size:24px;
    font-family: "Alex Brush";
    padding: 0 15% 3%;
    text-shadow:3px 3px 8px rgba(0,0,0,0.6), -2px -2px 5px rgba(0,0,0,0.4);
}
/*------------ Carousel ------------------*/

.page .carousel-inner, .home .carousel-inner{
height:300px;
}
.header {
    position: relative;
}
.header-text {
	position: absolute;
	top: 7%;
	left: 3%;
	box-shadow: 0px 0px 5px black;
}
.carousel-indicators {
    display: none;
}
.carousel-control.left,
.carousel-control.right {
    background: transparent;
    display: none;
}
.carousel-inner > .item > img {
    width: 100%;
position:fixed;
}
.carousel-inner img {
	width: 100%;
}
.carousel-caption {
    /*background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;*/
    
    border-radius: 5px;
    bottom: 60px;
    left: 20%;
    padding: 2% 0 0%;
    right: 20%;
    display: none;
}
.carousel-caption h3 {
    font-size: 3em;
    line-height: 2;
    display: none;
}
.carousel-indicators li,
carousel-caption {
    top: 90%;
}
.carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-inner .active {
    opacity: 1;
}
.carousel-inner .active.left,
.carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
    opacity: 1;
}
.carousel-control {
    z-index: 2;
}
.carousel-caption {
    display: block;
}
.carousel-control-next, .carousel-control-prev {
	display: none;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*----------nav-----------------*/
.navbar {
	padding:0;
	border-bottom: #080808 thin solid;
}
.nav-item a {
	padding: 16px;
	font-size: 15px;
}
.nav-item a {
         border-bottom: transparent medium solid;
    }
    .nav-item a:hover {
         border-bottom: #fff medium solid;
    }
.dropdown-item a:hover {
	border-bottom: transparent medium solid !important;
}
/* -------------- Helpers ----------------- */

.top {
    margin-top: 25px;
}
.top-big {
    margin-top: 50px;
}
.bottom {
    margin-bottom: 25px;
}
.shadow {
    box-shadow: 0px 0px 2px #000;
}
.logo-top {
    padding-top: 50px;
}
/* -------------- News ----------------- */

.news {
/*    background-color: #CCFF99; */
}
.news h3 {
    margin: 0;
    text-align: center;
}
/* -------------- Gallery ----------------- */

.panel ul,
.gallery ul {
    padding: 0;
}
h3.productlistBox {
    text-align: center;
    display: none;
}
span.number {
    display: none!important;
}
.productlist,
.productlistBox {
    max-width: 100%;
    width: 100%;
}
.productlist img,
.productlistBox img {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
.productlist span,
.productlistBox span {
    display: block;
    width: 100%;
}
.productlistBox li {
    display: block;
    position: relative;
    margin: 5px auto;
    text-align: center;
    width: 100%;
}
.gallery .productlist li {
    display: inline-block;
    position: relative;
    margin: 5px;
    text-align: center;
}
/*
a span.title,
a span.category {
    background: rgba(0, 0, 0, 0.6);
    display: table;
    color: white;
    font-size: 17px;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
}
a span.thumbdesc {
    background: rgba(0, 0, 0, 0.6);
    display: table;
    color: white;
    font-size: 17px;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}
*/
.thumb {
    margin-bottom: 30px;
}
/* -------------- Footer ----------------- */

footer {
    height: auto;
    font-size: 0.8em;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #7DB5B2;
}
footer .logos img {
    max-width: 50px;
}
footer .cwb img {
    max-width: 200px;
}
footer .btn {
    width: 150px;
    margin-bottom: 15px;
}
footer ul {
    list-style: none;
}
footer address {
    font-size: 1.5em;
}
/*-------- OWL ----------- */

.owl-carousel {
    margin: 2em 0 0;
}
.owl-theme .owl-controls {
    text-align: center;
}
.owl-carousel .item {
    transition: opacity 0.75s ease-in-out;
    text-align: center;
}
.owl-item img {
    height: 160px;
    background: rgba(0, 0, 0, 0.6);
}
.owl-item h3 {
    font-size: 1.4em;
}
.owl-item p {
    font-size: 1.1em;
}
/*
.owl-item .item h3 a {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: white;
  display: table;
  font-size: 16px;
  margin: -180px 14px 0;
  padding: 4px;
  position: absolute;
  text-align: left;
}
.owl-item .item p {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: white;
  display: block;
  font-size: 13px;
  margin: -49px 0 0 14px;
  padding: 4px;
  position: absolute;
  text-align: left;
  width: 210px;
}
*/
/* -------- Media Queries ----------- */

@media (min-width: 767px) and (max-width: 991px) {
    footer .cwb img {
        width: 150px;
    }
    .list-inline img {
        width: 30px
    }
    .navbar > .container {
        width: 100%;
    }
    .navbar .nav>li>a {
        padding-left: 0;
        padding-right: 2px;
    }
    .navbar .nav>li>a:after {
        content: " |";
    }
    .navbar .nav>li>a[href*="contact"]::after {
        content: "";
    }
    .navbar .nav>li>a[href*="contact"] {
        padding-right: 20px;
    }
    .navbar .nav>li>a {
        font-size: .9em;
    }
}
@media (max-width: 769px) {
    .header-text h1 {
        font-size: 48px;
    }
    .header-text {
        display: none;
    }
}
@media (max-width: 768px) {
    .productlistBox {
        width: 50%;
        margin: 0 auto;
    }
    address {
        text-align: center;
    }
    footer .cwb img {
        padding-bottom: 15px;
    }
    .navbar { padding: 10px; }
}
@media (max-width: 500px) {
    .header-text {
        display: none;
    }
    .productlistBox {
        width: 100%;
    }
    .gallery .productlist li {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        ;
        text-align: center;
    }
}

/*---ADDED---*/
.contain-bg-color {
     background-color: #f9f9f9;
}
.row {
	margin-right: -15px; 
	margin-left: -15px; 
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #bed1ab;
	border-color: #ddd;
}
div.panel-body {
	background-color: #fff;
}
.card > .card-header {
	color: #333;
	background-color: #bed1ab;
	border-color: #ddd;
}
div.card-body {
	background-color: #fff;
}
.navbar-inverse {
	background-color: #6a963f;
	border-color: #080808;
}
.navbar-inverse .navbar-nav > li > a {
	color: white;
text-transform: uppercase;
font-weight: bold;
}

.navbar-inverse .navbar-brand {
	color: #000;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808;
        border-bottom: transparent medium solid;
}

.navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.card-caption {
	background: rgba(51,51,51, 0.8) !important;
}

@media (max-width: 768px){ 
.home h1, h1.news {
	margin: 0 -15px 10px;
	text-align: center;
}
p.synopsysFull { font-style:italic; }
}
@media (min-width: 610px) and (max-width: 992px){ 
.page .carousel-inner, .home .carousel-inner{
height:150px;
}
}
@media (min-width: 576px) and (max-width: 610px){ 
.page .carousel-inner, .home .carousel-inner{
height:15rem;
}
}
@media (min-width: 450px) and (max-width: 576px){ 
.page .carousel-inner, .home .carousel-inner{
height:8rem;
}
}
@media (min-width: 350px) and (max-width: 450px){ 
.page .carousel-inner, .home .carousel-inner{
height:7rem;
}
}
@media  (max-width: 350px){ 
.page .carousel-inner, .home .carousel-inner{
height:5rem;
}
}

/*---- Added ----
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-bottom: 1rem;
}*/
