/*! 
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn{border: 0;}

.btn-default,
.btn-primary,
.btn-info,
.btn-warning,
.btn-danger {
	padding: 12px 40px;
	color: #ffffff!important;
	background: #f3b419;
	border-radius: 0px;
}
.btn-success{}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {}

.btn:active,
.btn.active {}

.btn-default {}
.btn-default:hover,
.btn-default:focus {
	color: #FFF;
	background-color: #f3b419;
	border-color: #f3b419;
	opacity: 0.8;
}
.btn-default:active,
.btn-default.active {}

.btn-primary {}
.btn-primary:hover,
.btn-primary:focus {}
.btn-primary:active,
.btn-primary.active {}

.btn-success {}
.btn-success:hover,
.btn-success:focus {opacity: 0.8;}
.btn-success:active,
.btn-success.active {}

.btn-info {}
.btn-info:hover,
.btn-info:focus {}
.btn-info:active,
.btn-info.active {}

.btn-warning,
.btn-warning:visited {}
.btn-warning:hover,
.btn-warning:focus {}
.btn-warning:active,
.btn-warning.active {}

.btn-danger {}
.btn-danger:hover,
.btn-danger:focus {}
.btn-danger:active,
.btn-danger.active {}

.thumbnail,
.img-thumbnail {}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: #F99F2B;
	color: #ffffff;

} 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #F99F2B;
	color: #ffffff;
}
 
.navbar-default {}
.navbar-default .navbar-nav > .active > a {}

.navbar-brand,
.navbar-nav > li > a {}

.navbar-inverse {}
.navbar-inverse .navbar-nav > .active > a {}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {}

.alert {}
.alert-success {}
.alert-info {}
.alert-warning {}
.alert-danger {}

.progress {}
.progress-bar {}
.progress-bar-success {}
.progress-bar-info {}
.progress-bar-warning {}
.progress-bar-danger {}

.list-group {}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {}

.panel {}
.panel-default > .panel-heading {}
.panel-primary > .panel-heading {}
.panel-success > .panel-heading {}
.panel-info > .panel-heading {}
.panel-warning > .panel-heading {}
.panel-danger > .panel-heading {}

.well{}

.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}

.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}

.nopadding { padding: 0 !important; margin: 0 !important; }
.nopadding .thumbnail{ display:block; margin:0; }
.nopadding .thumbnail img{ display: inline-block; }