@font-face {
	font-family: 'Montserrat';
	src: url('/assets/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/assets/fonts/Montserrat-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/assets/fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/assets/fonts/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
body {
  color: #006995;
  text-align: center;
}

/*
 * Globals
 */

/* Links */
a {
  text-decoration: underline;
  color: #006995;
  font-weight: bold;
}
.silent {
  font-weight: normal;
  font-size: smaller;
}
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fcc200;
  background-color: #006995;
  border: 1px solid #006995;
}

html,
body, .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/**
* Typo
*/
h1, h2, h3{
  font-weight: 700;
}
h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h2 {
  border-top: 1px solid #006995;
  border-bottom: 1px solid #006995;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: .9rem;
  text-transform: uppercase;
  line-height: 1.42857143;
}

.navbar-static-top, .navbar-fixed-top {
  min-height: 50px;
  margin-bottom: 0;
  background-color: #fcc200;
  background-color: rgba(252, 194, 0, .9);
}

.main-content {
  padding-top: 20px;
  padding-bottom: 2rem;
  background-color: #fcc200;
}
body.admin .main-content {
  background-color: #ccc;
}

.navbar-brand {
  padding: 5px;
}

.navbar-brand img {
  padding: 5px;
  height: 40px;
  width: auto;
}

.navbar-toggle .icon-bar {
  background-color: #006695;
}

.navbar ul li a {
  padding: 2rem 1rem 2rem 1rem;
  font-size: .87rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: #006995;
}

.navbar ul li.active a {
  color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: underline;
  color: #fff;
  background-color: #fcc200;
}

.navbar ul.navbar-right li a {
  padding: 0 .3rem;
  margin-top: 2.5rem;
  font-size: .65rem;
  line-height: .65rem;
  text-transform: uppercase;
  text-decoration: none;
}

.centerHead {
  padding-bottom: 2rem;
}

/* Tables */
table {
  border-spacing: .9rem;
  border-collapse: separate;
  text-transform: uppercase;
}
body.admin table {
  text-transform: none;
}

body.admin table tr[id^=message-] {
  -webkit-transition: background-color .7s;
  -moz-transition: background-color .7s;
  -ms-transition: background-color .7s;
  -o-transition: background-color .7s;
  transition: background-color .7s;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead:first-child > tr:first-child > th {
  border-top: 1px solid #006995;
  border-bottom: 1px solid #006995;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: .9rem;
  font-weight: 700;
  white-space: nowrap;
}

th select {
  width: 100%;
  margin: .2rem 0 0 0;
  border: 0;
  padding: 0;
  background-color: #fcc200;
  color: #006695;
  font-size: .9rem;
  text-transform: uppercase;
}

.table > tbody > tr > td {
  border-top: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  padding-top: 0;
  font-size: .8rem;
}

.table .table {
  background-color: #fcc200;
}

.table .form .table textarea {
  background-color: #bfdae4;
  color: #006695;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  font-weight:300;
  font-size: .9rem;
  background: none;
  border: none;
  color: #006695;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li:hover > a,
.pagination > li:hover > span {
  background-color: #006695;
  color: #fcc200;
  border: none;
  border-color: #fcc200;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fcc200;
  cursor: default;
  background-color: #006695;
  border-color: #006695;
}


form.form label,
form.form p.myLabel {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  /*padding-top: .5rem;*/
}

form.form p {
  font-size: .7rem;
  font-weight: normal;
}

form.form p.myLabel:after,
form.form label:after {
  content: ':';
}

.form label.checkbox:after {
  content: '';
}

.form label.checkbox {
  margin-bottom: 0;
  margin-top: 0;
}

.form label.checkbox span.box {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  margin-left: 1rem;
  vertical-align: text-bottom;
}

.form input[type=checkbox]:checked + label.checkbox span.box {
  border: 5px solid #fff;
  background-color: #006995;
}

form.form label.required:after {
  content: '*:';
}

form.form input[type=text],
form.form input[type=email],
form.form input[type=number],
form.form input[type=datetime],
form.form input[type=password],
form.form select,
form.form textarea {
  border: 0;
  margin: .2rem 0;
  font-size: .7rem;
  width: 100%;
  padding: .3rem .5rem;
  text-transform: uppercase;
}

form.form.login input[type=email],
form.form.login input[type=password] {
  text-transform: none;
}
form.form textarea {
  color: #fcc200;
  text-transform: none;
  margin-bottom: -0.2rem;
}

form.form select {
  background-color: #bfdae4;
}

form.form .btn-primary {
  border: 0;
  margin: .2rem 0;
  font-size: .7rem;
  line-height: .8rem;
  padding-left: .4rem;
  padding-right: .4rem;
  text-transform: uppercase;
  color: #fcc200;
  min-width: 50%;
}

form.form .actions {
  padding-top: 1rem;
}


.hr-with-title {
  background-color: #006995;
  margin: 1.1rem 5rem;
  height: .06rem;
}
.hr-with-title > * {
  display: inline-block;
  position: relative;
  top: -0.5rem;
  left: 42%;
  margin: 0 auto;
  padding: 0 1rem;
  background-color: #fcc200;
  font-size: 0.8em;
}


/** FOOTER */
.footer {
  width: 100%;
  background-color: #fff;
}

.footer > .container {
  padding-top: 1rem;
}

.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  float: left;
  list-style-type: none;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: #fcc200;
}

p.footer {
  font-size: .8rem;
}

p.footer img {
  width: 25%;
  float: left;
  margin-right: .5rem;
}

/** done by */
a.buildBy {
  font-size: .5rem;
  text-decoration: none;
  color: #9fafb8;
}

@media (max-width: 768px) {
  .navbar .navbar-nav > li > a {
    padding: .5rem;
  }

  .navbar ul.navbar-right > li > a {
    width: 33%;
    float: left;
    border-right: 0;
  }
  h1 {
    font-size: 1.7rem;
  }

  body {
    padding-top: 50px;
  }

  .navbar-static-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
  }

  .footer .col-xs-12 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  html, body {
    background-color: #fff;
  }
  body {
    margin-bottom: 60px;
  }

  .navbar-fixed-top,
  .navbar-static-top {
    background-color: #fcc200;
    min-height: 100px;
    margin-bottom:0;
  }

  .main-content{
    background-color: #fcc200;
    padding-top: 20px;
  }

  .navbar-brand {
    padding: 15px 15px;
  }

  .navbar-brand img {
    padding: 10px;
    height: 90px;
    width: auto;
  }

  .navbar ul li a {
    padding: 2rem 1rem 1rem 1.2rem;
  }

  .navbar ul.navbar-right li a {
    padding: 0 .3rem;
    margin-top: .3rem;
    border-right: 2px solid #006995;
  }

  .navbar ul.navbar-right li:last-child a {
    border-right: 0;
    margin-right: .7rem;
  }

  .footer {
    height: 60px;
  }
}

@media (min-width: 992px) {

  .navbar-static-top {
    min-height: 120px;
  }

  .navbar-brand img {
    padding: 10px;
    height: 90px;
    width: auto;
  }

  .navbar ul li a {
    padding: 2rem 1rem 2rem 1.2rem;
  }

  .navbar ul.navbar-right li a {
    padding: 0 .3rem;
    margin-top: 2.5rem;
  }

  .navbar ul.navbar-right li:last-child a {
    margin-right: .7rem;
  }
}

@media (min-width: 1200px) {
  .navbar-static-top {
    min-height: 140px;
  }

  .navbar-brand img {
    padding: 10px;
    height: 110px;
    width: auto;
  }

  .navbar ul li a {
    padding: 2rem 1rem 2rem 2.5rem;
  }

  .navbar ul.navbar-right li:last-child a {
    margin-right: 2.5rem;
  }
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
