  /* Compiled Less CSS File */
/* Generated from "cybermax_style.css" */

/* =============================================== Cascading Style Sheet CSS =============================================== */
/*
Author: CyberMaxCreations
Created on: 11/05/2014
*/
/* height of logo + height of padding padding */
/* =============================================== CyberMax Defaults - START =============================================== */
html,
body {
  height: 100%;
}
body {
  /* font-size: 62.5%; 1em = 10px */

  font-size: 1.4em;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  color: #333333;
  /* Default bootstrap color is #333 */

  /* background: #FFF url() no-repeat top right fixed; */

  background-size: cover;
  padding-top: 100px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes - height of .navbar-brand */

}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', 'Lato', Arial, Helvetica, sans-serif;
}
address {
  margin-bottom: 0;
}
hr {
  margin-bottom: 2.4em;
}
hr.style-one {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #cccccc, #333333, #cccccc);
  background-image: -moz-linear-gradient(left, #cccccc, #333333, #cccccc);
  background-image: -ms-linear-gradient(left, #cccccc, #333333, #cccccc);
  background-image: -o-linear-gradient(left, #cccccc, #333333, #cccccc);
}
hr.style-two {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr.style-two-lighter {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
hr.style-three {
  /* Double-color dashed line */

  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}
hr.style-four {
  /* Single-direction drop shadow */

  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
hr.style-six {
  /* Inset, by Dan Eden */

  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* Custom Button Styles */
.btn-primary {
  /* Overwrite bootstrap colour settings */

  background-color: #6e0700;
  border-color: #420400;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #420400;
  border-color: #6e0700;
}
.btn-dark {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
.btn-light {
  color: #333333;
  background-color: #ffffff;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #333333;
  background-color: rgba(255, 255, 255, 0.8);
}
/* Links - start */
.maxcms-content a,
.maxcms-content a:link,
.maxcms-content a:active,
.maxcms-content a:visited {
  color: #0000ee;
  text-decoration: none;
}
.maxcms-content a:hover {
  color: #6e0700;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.link-image {
  outline: none;
  border: none;
}
.link-image:hover {
  outline: none;
  border: none;
}
/* Links - end */
/* Images - Start */
.image-opacity {
  filter: alpha(opacity=70);
  opacity: 0.7;
  border: none;
}
.image-opacity:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
  border: none;
}
.image-opacity-inv {
  filter: alpha(opacity=100);
  opacity: 1.0;
  border: none;
}
.image-opacity-inv:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  border: none;
}
img.scale-with-grid,
img.responsive {
  max-width: 100%;
  height: auto;
}
img.logo-hd {
  height: 70px;
  /* Set to height of Logo CHANGE */

  width: auto;
}
img.retina-hd {
  width: 50%;
  height: 50%;
}
/* Images - End */
strong {
  font-weight: bold;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.image-left {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}
.image-center {
  display: block;
  margin: 0 auto;
  padding-bottom: 1.5em;
}
.image-right {
  float: right;
  padding-left: 1em;
  padding-bottom: 1em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6 & 7 */

  clip: rect(1px, 1px, 1px, 1px);
}
.outline-none {
  outline: none;
}
/* Widths - start */
.width100Perc {
  width: 100%;
}
/* Widths - end */
/* =============================================== CyberMax Defaults - END =============================================== */
/* =============================================== Error Box =============================================== */
.alert-accept,
.alert-tentative,
.alert-reject {
  width: 100%;
  padding: 10px;
  margin-bottom: 1.6em;
}
.alert-accept {
  border: 1px solid #249a00;
  background: #bde1b2;
  color: #249a00;
}
.alert-tentative {
  border: 1px solid #e59c00;
  background: #ffe7b2;
  color: #e59c00;
}
.alert-reject {
  border: 1px solid #e50000;
  background: #f7b2b2;
  color: #e50000;
}
.alert-close {
  padding-left: 4px;
  padding-right: 4px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.alert-close:hover {
  cursor: pointer;
}
.alert-accept > .alert-close:hover {
  color: #bde1b2;
  background: #249a00;
}
.alert-tentative > .alert-close:hover {
  color: #ffe7b2;
  background: #e59c00;
}
.alert-reject > .alert-close:hover {
  color: #f7b2b2;
  background: #e50000;
}
/* =============================================== Error Box - END =============================================== */
/* =============================================== Back to Top - START =============================================== */
a.scroll-to-top.visible {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
a.scroll-to-top {
  -moz-border-radius: 7px 7px 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 7px 7px 0 0;
  -webkit-transition: all 0.3s;
  background: #404040;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: white;
  display: block;
  height: 48px;
  opacity: 0;
  padding-top: 13px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 49px;
  z-index: 1040;
}
/* =============================================== Back to Top - END =============================================== */
/* =============================================== Layout - START =============================================== */
p.fullname {
  font-size: 1.2em;
}
/* Navbar */
.navbar-inverse {
  background: #6e0700;
  border-color: #420400;
}
a.navbar-brand {
  height: 100px;
  /* Overwrite bootstrap default settings */

  padding: 0 15px;
  padding-top: 15px;
  /* Overwrite bootstrap default settings */

  padding-bottom: 15px;
  /* Overwrite bootstrap default settings */

}
.navbar-nav > li > a {
  padding: 0 20px;
  padding-top: 40px;
  /* Overwrite bootstrap default settings - height of .navbar-brand/2 - 10px; */

  padding-bottom: 40px;
  /* Overwrite bootstrap default settings - height of .navbar-brand/2 - 10px; */

}
.navbar-toggle {
  padding: 8px 11px;
  margin-top: 30px;
  /* Overwrite bootstrap default settings - (height of .navbar-brand - 40px)/2; */

}
.navbar-inverse .navbar-toggle {
  border: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.15);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #af0b00;
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
h1 {
  margin-top: 32px;
  margin-bottom: 20px;
}
footer > .container {
  margin-top: 48px;
}
.module-main {
  text-align: center;
}
label {
  font-weight: normal;
}
label.label-main {
  font-family: 'Raleway', 'Lato', Arial, Helvetica, sans-serif;
  font-size: 24px;
}
button,
input,
select,
textarea {
  padding: 8px;
}
button,
input[type=text],
select,
textarea {
  -webkit-appearance: none;
}
.row {
  margin: 0 auto;
  margin-bottom: 10px;
}
#row_a_3,
#row_i_5,
#row_a_clear,
#row_i_clear {
  display: none;
}
.row-action {
  text-align: right;
  color: #6e0700;
  max-width: 420px;
  cursor: pointer;
}
.form-asterisk {
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  color: #e50000;
}
/*
tr.course-yes {
	background-color: @color-alert-accept-2 !important;
}
*/
/*
tr.course-no {
	background-color: @color-alert-reject-2 !important;
	display: none;
}
*/
tr.course-no {
  display: none;
}
.span-yes {
  color: #249a00 !important;
  font-weight: bold;
}
.span-no {
  color: #e50000 !important;
  font-weight: bold;
}
.padding-bottom {
  padding-bottom: 2em;
}
/* =============================================== Layout - END =============================================== */
/* Responsive Styles */
@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding: 15px 15px;
    /* Overwrite bootstrap default settings - height of .navbar-brand/2 - 10px; */
  
  }
  .contact-input input,
  .contact-input textarea {
    width: 100%;
    max-width: 100%;
  }
  select.select_subjects {
    max-width: 180px;
  }
  .row-action {
    text-align: center;
  }
}