

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {

     border-radius:0px;
     -webkit-border-radius:0px;
     -moz-border-radius:0px;
}

.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 {

  background-color:#2880DE;
  color:#fff !important;
  font-size:12px;
}

.btn-default:hover,
.btn-default:focus {
  background-color:#1F49D1;
}

.open .dropdown-toggle.btn-default{

  background-color:#C412A1;

}

.btn-default:active,
.btn-default.active {

}

.btn-primary {

}

.btn-primary:hover,
.btn-primary:focus {

}

.btn-primary:active,
.btn-primary.active {

}

.btn-success {
  background-color:#18C49F;
}

.btn-success:hover,
.btn-success:focus {
 background-color:#14B3B3;
}

.btn-success:active,
.btn-success.active {

}
.btn-success .glyphicon{
	color:#95F571;
	margin-right:3px;
	position:relative;top:2px;
}
.btn-info .glyphicon{
  color:#5FF1D3;
  margin-right:3px;
  position:relative;top:2px;
}
.btn-warning .glyphicon{
  color:;
  margin-right:3px;
  position:relative;top:2px;
}
.btn-danger .glyphicon{
  color:#FF8EFD;
  margin-right:3px;
  position:relative;top:2px;
}
.btn-warning {

}

.btn-warning:hover,
.btn-warning:focus {

}

.btn-warning:active,
.btn-warning.active {

}

.btn-danger {
	background-color:#D63E97;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color:#C412A1;
}

.btn-danger:active,
.btn-danger.active {

}

.btn-info {
  background-color:#08B5CC;
}

.btn-info:hover,
.btn-info:focus {
 background-color:#1A97BD;
}

.btn-info:active,
.btn-info.active {

}

.thumbnail,
.img-thumbnail {

}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {

}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {

}

.navbar-default {

}

.navbar-default .navbar-nav > .active > a {

}

.navbar-brand,
.navbar-nav > li > a {
	color:rgba(255,255,255,.8);
  background:transparent;
  border-bottom:solid 0px #fff;
  -webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	height:65px;
	line-height:36px;
	font-size:22px;


}

.navbar-inverse {
  background-color:transparent;
  border-bottom:solid 1px rgba(255,255,255,.2);
  -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	min-height:65px;
}

.navbar-inverse .navbar-nav > .active > a {
  color:#fff;
  background:transparent;
  border-bottom:solid 3px #fff;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  color:#fff;
  background:transparent;
  border-bottom:solid 2px #fff;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  color:rgba(255,255,255,.6);
}

.navbar-inverse .navbar-nav > li > a:hover{
	color:rgba(255,255,255,.8);
	background:transparent;
	border-bottom:solid 3px #fff;
}

.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 {

}

@media (max-width: 1000px){
   .navbar-nav > li > a {

	font-size:14px;


	}

   }
@media (max-width: 767px){
  ul.navbar-nav li a{
    height:34px;
    line-height:22px;
    padding:5px 10px;
    border-bottom-width:1px !important;
    border-bottom:solid 1px #444;
    display:block;
  }
  ul.navbar-nav{
    padding:0;
  }
  .navbar-toggle{margin-top:15px;}

}
