@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('/css/application/fonts/Montserrat300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/css/application/fonts/Montserrat400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('/css/application/fonts/Montserrat600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/css/application/fonts/Montserrat700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


body {
    background-color: #000;
    color: #FFF;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#outer_content_wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-logo {
  margin-bottom: 20px;
  border-top: 49px solid #6a0a2f;
}

.logo {
  margin-top: 1px;
  padding: 10px 25px 10px 21px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.logo img {
  width: 300px;
}

h1, h2, h3, h4, h5, h6 {
    color: #cba541;
}

h3 {
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  color: #cba541;
  text-transform: uppercase;
}

.well label {
  color: #000;
}


label {
  font-weight: 400;
  font-size: 14px;
}

.form-control, .input-group-sm>.form-control {
  height: 40px;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 1px 1px 3px rgba(119, 119, 119, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(119, 119, 119, 0.2);
  -webkit-box-shadow: 1px 1px 3px rgba(119, 119, 119, 0.2);
}

.filter-option {
  color: #000;
  font-size: 14px !important;
}

.input-group-sm>.input-group-addon, .input-group-addon {
  border-radius: 0px;
}

.btn-info {
  height: 40px;
  background-color: #000;
  color: #951a49;
  padding: 0px 15px;
  border: 3px solid #951a49;
  border-radius: 0px;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-info:hover, 
.btn-info:active, 
.btn-info:focus,
.btn-info.active {
  height: 40px;
  background-color: #951a49;
  color: #FFF;
  padding: 0px 15px;
  border: 3px solid #951a49;
  border-radius: 0px;
  transition: all .3s ease-in-out;
}

a {
    color: #cba541;
    text-decoration: none;
}

a:focus, a:hover, a:active {
  color: #cba541;
  text-decoration: none;
}

.panel-title {
  color: #000;
}

.panel-body {
  color: #000;
}

.text-primary {
  color: #cba541;
}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
  border: 1px solid #CCC;
}

.datepicker {
  color: #000;
}

@media screen and (max-width: 1023px) {

  .container-logo {
    max-width: 100%;
    border-top: 0px solid #6a0a2f;
    margin-bottom: 20px;
  }

  .container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }  

  .logo {
    margin-top: 1px;
    padding: 10px 25px 10px 6px;
    margin-left: auto;
    margin-right: auto;
  } 
}
