.btn-default2 {
  color: #FFFFFF;
  background-color: #DCB105;
  border-color: #DCB105;
}
.btn-default2:hover,
.btn-default2:focus,
.btn-default2:active,
.btn-default2.active,
.open .dropdown-toggle.btn-default2 {
  color: #FFFFFF;
  background-color: #DCB105;
  border-color: #DCB105;
}

@media (min-width: 1200px) {
.navbar {
	border-radius: 0px;
	}
.container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	}    
.li-style {
	width: 115px;
	text-align: center;
	}
}

@media (min-width: 992px) {
.navbar {
	border-radius: 0px;
	}
.container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	}    
.li-style {
	width: 115px;
	text-align: center;
	}    
}

@media (min-width: 768px) {
.navbar {
	border-radius: 0px;
	}
.container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	}
.li-style {
	width: 115px;
	text-align: center;
	}    
}

.li-style {
	box-shadow: inset 0 0 0px rgba(255,255,255,.3);
}

.li-selected-style {
	background-color: #404040;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-inverse {
	background-color: #808080;
	border: 0px;
	border-top: 20px solid #404040;
	margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #808080;
}

.navbar-collapse {
	box-shadow: inset 0 0 0 rgba(255,255,255,.3);
}

.navbar-toggle {
	background-color: #404040;
	border-color: #404040;
}

.navbar-toggle:focus {
	background-color: #404040;
}

.top {
	background-color: #808080;
}

.top-p {
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 15px 0 5px;
	letter-spacing: 4px;
}

.logo {
	font-size: 30px; 
	font-weight: bold;
}

.margin-logo {
	margin: 15px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.container {
	border-radius: 0px;
}

.first {
	background-color: #215968;
}

.second {
	background-color: #BFBFBF;
}

.title {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
  margin-top: 20px;
	text-align: center;
}

.justified{
  text-align: justify;
  text-justify: inter-word;
}

.center {
	display: block;
  margin: auto;
}

.padding-right-15 {
	padding-right: 15px;
}

.padding-20 {
	padding: 20px 5px;
}

.margin-top-0 {
	margin-top: 0px;
}

@media (min-width: 1200px) {
.margin-bottom-0 {
	margin-bottom: 0px;
	}	
}

.footer-padding{
	padding: 10px;
	background-color: #404040;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.big {
  font-size: 17px;  
}

.underline-black {
	font-size: 18px;
	border-bottom: 1px solid #000000;
}

.underline-yellow {
  border-bottom: 5px solid #DCB105;
}

a:link{
  color: white;
}
a:visited{
  color: white;
}
a:hover{
  color: white;
}
a:focus{
  color: white;
}
a:active{
  color: white;
}

/* COL OF THE SAME HEIGHT

USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


/* Form */
.alert-danger{
  color: #FF0000;
  background-color: #FFFFFF;
}  

.alert-success{
  color: #309832;
  background-color: #FFFFFF;
}

.control-label{
  color: #FFFFFF;
}