@charset "utf-8";
/* CSS Document */

.inner-tab{
	
	padding:10px;
	background-color:white;
	height:500px;
	
	}
	
.tab-active{
		
		
		}
.left-bar .tab-menu .tab-active {
	font-weight: 800;
	/* text-transform: uppercase; */
	border-radius: 4px;
	font-size: 28px;
	/* width: 97%; */
	/* background-image: linear-gradient(0deg, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent), linear-gradient(43deg, #104387 0%, #274fb0 100%); */
	color: black;
}
.tab-heading{
	background-color:rgb(20,20,20);
	padding:1px;
	}
.tab-heading h1{
	color:white;
	padding-left:5px;}	
.tabs{
	
	background-color: white;
	margin-left:-10px}
.tab-menu{

padding-left: 75px;

}
#ximexapp .tab-menu {
	left: 30px;
	

}

.tab-menu a {
	outline: medium none !important;
	display: block;
	/* padding: 10px; */
	color: #9b9c9c;
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: none;
	margin-bottom: 10px;
	/* border-radius: 4px; */
	font-weight: 400;
	/* background-color: #e9eaed; */
	text-align: left;
	line-height: 23px;
	letter-spacing: normal;
}
.tab-menu a span{
	
	color: inherit;
	}

.tab-menu a span:nth-last-child(1)
{
	
	}
.tab-menu a:first-child
{
	
	

	}
.tab-menu i{
	}
.tabs-content{
	width:100%;
	min-height:500px;
	
	}
#viewprofile .tabs-content{
	min-height:10px;
}

.banner { position: relative;
 overflow: auto;
width:100%; 
max-height:250px;

background-color:white;

}
    .banner li { list-style: none; }
	.banner ul{margin:0px;}
        .banner ul li { float: left; height:250px; width:100%; }
.banner ul li img { width:100%;  height:250px;}
.banner ul li span { 
width:380px; 
text-align:center;
display:inline-block;
}
.adtext{
	
	text-align:center;
	}
.adtext h1{
	width:105%;
	text-transform:uppercase;
	
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:15px;
	font-size:28px;
	}
.adprice{
	font-size:32px;}
#btn-banner{
	   
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    background-color: #FFA500;
    display: inline-block;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    color: #FFF;
    width: 100px;
    border-radius: 4px;
}
.cat-small-bar{


position: fixed;
top: 130px;
width: 245px;
z-index: 9000;
}
.cat-small-bar p{
	font-size: 20px;
font-weight: 800;
color: white;
margin-bottom: 30px;
text-align: center;
font-style: italic;
padding-right: 20px;
padding-top:5px;
background-color: #5989b9;
line-height: 60px;
width: 75%;
margin-left: 30px;
border-radius: 0px 0px 4px 4px;
box-shadow: -1px 5px 5px rgba(0,0,0,0.2);
}
