/*----------------*/

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #f6f6f6;	
	/*border: 1px solid #fbd850;*/
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eee;
	border-color: #428bca
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

/*--------------2015 css------------------*/

.box-winner {
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	height: 161px;
	margin-bottom: 30px;
}

.box-winner h3 {
	font-size: 25px;
	color: #fff;
	margin: auto;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	line-height: 50px !important;
	border-radius: 50px;
	background: #333 !important;
	font-weight: 700 !important;
}
.box-winner h4 {	
	color: #2e2d2e;
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.box-winner h4 a{	
	color: #2e2d2e;
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

/*--------------2015 css------------------*/

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	padding-left: 2px;
	background: #fff;	
	border: 1px solid #fbd850;
  	color: #101010;  	
	font-weight: 600;
	font-size: 20px;
}
.nav-pills>li+li a {
  color: #101010;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #111;
	background-color: #fbcb09;
	border: 1px solid #fbd850;
	font-weight: 600;
	font-size: 20px;
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0;
		background: #fff;	
		border: 1px solid #fbd850;
	  	color: #101010;  	
		font-weight: 600;
		font-size: 20px;
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block;
	padding: 20px 10px;
	border: 1px solid #dddddd;
  	background: #eee;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

/*--------------*/
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
	height: 140px;
	  text-align: center;
}
.caption h2 {
	font-size: 15px;
	line-height: 21px;
	color: #532e14;
	margin: 0px;
}
.caption h3 {
	font-size: 14px;
	line-height: 32px;
	color: #b2871f;
	margin: 0px;	
	border-bottom: 0px !important;
}
.caption p {
	font-size: 14px;
	line-height: 12px;
	color: #7f5900;
	margin: 0px;
}

.thumbnail a:hover{
	text-decoration: none !important;
}

.thumbnail > img, .thumbnail a > img {
	  width: auto !important;
	  padding: 0px 0;
	margin-left: auto;
	margin-right: auto;
}
.readmore {
	width: 100%;
	height: 40px;
	background-color: #cca442;
	color: #fff;
	margin-top: 10px;
	padding: 10px;
	text-decoration: none !important;
}

@media screen and (max-width:767px) {
	.visible-xs {
		display: block !important;
		background: #fbcb09;
		border: 1px solid #fbd850;
		color: #101010;
		font-weight: 600;
		font-size: 20px;
	}
	.visible-xs:focus {
		border-color: transparent;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.tab-content>.active {
		display: block;
		padding: 8px 2px;
		border: 1px solid #dddddd;
	  	background: #eee;
	}
}
