﻿/*----*/
.recommendation{
	margin-top:3em;
	/*border-bottom: 1px solid #eee;*/
    padding-bottom: 3em;
}
.recmnd-head h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 2em;
  font-family: 'Aladin', cursive;
  letter-spacing: 2px;
  color: #026466;
}
/*----*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item 
{
  	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-item > a img {
	cursor: pointer;
	position: relative;	
	max-width:150px;
	max-height:150px;
	border-radius:5px;
	border:1px solid Green;
}
ul#flexiselDemo1 h4 a {
 /* margin: 25px 0 8px 0;*/
  font-size: 0.9em;
  display: block;
  color:#999;
}
ul#flexiselDemo1 h4 a:hover {
  color: #026466;
  text-decoration: none;
}
ul#flexiselDemo1 p{
  font-size: 0.8em;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 35px;
	height: 35px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:30px;
}
.nbs-flexisel-nav-left {
	left: -64px;
 /* background: url(../images/right.png) no-repeat 0px 0px;*/
  top: -10.5px!important;
}
.nbs-flexisel-nav-right {
	right: -60px;
	/* background: url(../images/left.png) no-repeat 0px 0px;*/
	top: -10.5px!important;
}	
/*----*/
.footer-content{
	 height:35px;	
}
.ftr-grid h4{
  color: #646464;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 5px;
  text-transform:uppercase;
  font-size:1em;
}
.ftr-grid {
  padding-left: 0;
}
.ftr-grid ul li{
	display:block;
}
.ftr-grid ul li:nth-child(1){
	margin-top:0.5em;
}
.ftr-grid ul li a{
	color:#999;
	padding:3px 0;
	display:block;
	font-size:0.9em;
}
.ftr-grid ul li a:hover{
	color:#000;
}

.team1 {
	/*margin: 0 0.5em;*/
	position: relative;
	border: 1px solid #2a3b84;
	width:100px;
	height:60px;
    padding-left:2px;
    padding-top:2px;
    padding-right:2px;
    margin-Left:50px;
    margin-right:50px;
    border-radius: 5px;
}
.team1 p {
	color: #34495e;
	font-size: 2em;
	font-weight: 300;
	margin: 0;
	position: absolute;
	top: 4em;
	left: 1.5em;
}
.store
{
    width:100%;
	margin-bottom:0px;	
	margin-left:10px;
	padding-right:10px;	
	text-align:justify;
	
   
}
.store ul li
{
    color:Black;
	display:inline-block;
	padding-top:10px;
	text-align:justify;
}
.store ul li.active{
	 color:Black;
	font-size:0.8em;
	font-weight:500;
	text-align:justify;
	padding-top:10px;
		/*margin-right:1em;*/
}
.store ul li a{
	 color:white;
	font-size:0.85em;
	padding:0px;
}