@charset "utf-8";
/* CSS Document */


body{
	font-family: 'Raleway', sans-serif;
	color: #444;
}

.container {
	max-width: 1000px;
}

#logo{
	position: absolute;
	z-index: 5;
	width: 150px;
	height: auto;	
}


.retina-logo{
	display: none;
}

h1{
	font-size: 1.5rem;
	font-weight: 600;
}

a{
	color: #097758;
}

a:hover{
	color: #444;
}

img{
	max-width: 100%;
	height: auto;
}


hr{
	/*visibility: hidden;*/
	border-bottom: 1px solid #96c038;
}

hr:last-child, hr:first-child{
	visibility: hidden;
}

.navbar-collapse{
	z-index: 500;
}

.dropdown, .nav-item{
	text-align: right;
}


.padding{
	padding: 2%;
}

.border, .card, .entry{
	height: 100%;
	border-radius: 10px;
	border: 1px solid #a6a6a6 !important;
}


ul.tab-nav:not(.tab-nav-lg) li a {
	display: block;
	padding: 0 15px;
	color: #444;
	height: 40px;
	line-height: 40px;
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
}



.card{
	height: 230px;	
}

.card img{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}

.card-title{
	color: #B91E1D;
	font-weight: bold;
	font-size: 1em;
	display: inline;
	text-transform: uppercase;
}

.card-text{
	color: #444;
	font-size:0.8em;
}

.card-body {
	padding-top:0.7rem;

}

.card a {
	text-decoration:none !important;
}


.rounded{
	/*border-radius: 3.1rem 0.60rem 0.60rem 0.60rem !important;*/
	/*border: 1px solid #a6a6a6 !important;*/
}


.showaimg{
	float: right;
}

.bg-light{
	background-color:transparent !important;
}


.teas{
	float: right;
	z-index: 2;
	background-color: #ffffff;
	width: 36%;
	opacity: 0.75;
	position: relative;
	padding: 7% 4%;
	margin: 0 2%;
	color: #000;
	height: 350px;
}

.nopaddingleft{
	padding-left: 0;
}


.carousel-inner{
	overflow-y: hidden;
	height: 350px;
	margin-bottom: 1.5rem;
	border-radius: 10px;
}

/*[data-role=content] a {
	text-decoration:underline;
}*/



/*MegeMenu*/

.mega-menu{
	width: 550px;
	overflow: hidden;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #a6a6a6;
}

/*MegeMenu end*/


.nav-pills > li.active > a{

    cursor: default;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
   /* border-radius: 10px;*/
    color: #444;
}			
			
			



@media only screen and (max-width: 1180px) {

/*MegeMenu*/

.mega-menu{
	width: 450px;
}


/*MegeMenu end*/
}



@media only screen and (min-width: 992px) {
	.retina-logo{
		display: block;
	}
	
	.standard-logo{
		display: none;
	}
	
	
}


@media only screen and (max-width: 991px) {
	.teas{
		display:none;
	}
	
	.navbar-nav .dropdown-menu{
		float: right;
	}
	
	.card{
		height: auto;	
		width: 50%;
	}
	
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
      display: block;
    }

  .dropdown-menu {
    margin-top: 0 !important;
  }

  
}

@media only screen and (max-width: 768px) {
  
  .carousel-inner{
	height: 224px;
}

/*MegeMenu*/

.mega-menu{
	width: 350px;
	overflow: hidden;
	padding: 10px;
}

/*MegeMenu end*/

  
hr{
	visibility: visible;
	border-top: 1px solid #444;
}


}


@media only screen and (max-width: 575px) {
	.container{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
}



@media only screen and (max-width: 392px) {
  
  .carousel-inner{
	height: 193px;
}

/*MegeMenu*/
		

.mega-menu{
	width: 250px;
	overflow: hidden;
	padding: 10px;
}

/*MegeMenu end*/


.imgchange{
	display: none;
}
	
	
.card{
	width: 100%;
}


}



@media only screen and (max-width: 392px) {
.card{
	width: 90%;
	margin-left: 15px;
	margin-right: 15px;
}
	
}


@media only screen and (max-width: 358px) {
.card{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
	
}




