/* 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: white url() no-repeat top right fixed; */

  background-size: cover;
  padding-top: 80px;
  /* 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;
}
p {
  margin-bottom: 1.5em;
}
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-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: #550042;
  border-color: #3f0031;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #3f0031;
  border-color: #550042;
}
.btn-dark {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #ffffff;
  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: #550042;
  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 {
  max-width: 100%;
  height: auto;
}
img.logo-hd {
  height: 40px;
  /* 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;
}
.image-justify {
  display: block;
  margin: 0 auto;
  padding-bottom: 1.5em;
  width: 100%;
  height: auto;
}
.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 */
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */

  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* =============================================== 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: #ffffff;
  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 =============================================== */
/* Base styles */
.bg-primary {
  background-color: #550042;
}
.fa-1-5x {
  font-size: 1.5em;
}
/* Navbar */
.navbar-inverse {
  background: #550042;
  border-color: #3f0031;
}
a.navbar-brand {
  height: 80px;
  /* Overwrite bootstrap default settings */

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

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

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

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

}
.navbar-toggle {
  padding: 8px 11px;
  margin-top: 20px;
  /* 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 > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* Home Page Carousel */
header.carousel {
  height: 40%;
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%;
}
header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
header.carousel .carousel-inner .item p {
  margin-bottom: 14px;
}
header.carousel .carousel-indicators li {
  margin-left: 3px;
  margin-right: 3px;
}
.page-header-no-margin-top {
  margin-top: 0px;
}
.page-header-no-title {
  margin-bottom: 40px;
}
/* =============================================== Footer - Start =============================================== */
/* Footer Styles */
footer {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.94);
  padding-top: 32px;
  padding-bottom: 24px;
}
footer ul.fa-ul {
  padding: 0.2em 0;
  margin: 0;
  margin-left: 1em;
}
footer ul.links li {
  line-height: 1.7em;
  padding-left: 1em;
  padding-bottom: 0.4em;
}
footer ul.links li a {
  color: #ffffff;
}
footer ul.links li .fa-li {
  padding: 0.2em 0;
  padding-left: 1.6em;
}
/* Footer contact form */
.footer-contact-form {
  position: relative;
  margin-top: 1.3em;
}
.footer-contact-row,
.footer-contact-row-button {
  margin: 0 0.2em 0.8em 0.2em;
}
.footer-contact-textarea {
  height: 6em;
}
.footer-contact-row-button {
  text-align: right;
}
.footer-contact-input {
  color: #333;
  padding: 0.8em 0.8em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  box-shadow: inset 0 0.2em 0.4em rgba(0, 0, 0, 0.24);
  border: none;
  outline: none;
  font-size: 0.9em;
  width: 100%;
  width: calc(100% - 0px);
  max-width: 100%;
  max-width: calc(100% - 0px);
}
#captchainput {
  padding: 0.6em 0.8em;
}
.footer-contact-btn {
  margin-top: -4px;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  border: none !important;
  outline: none !important;
}
/* End Footer contact form */
.footer-module {
  padding-bottom: 1.2em;
}
.footer-cybermax {
  text-align: right;
}
.module-copyright {
  padding: 1em;
}
.module-copyright a {
  color: #ffffff;
  border-bottom: 1px dotted;
}
.module-copyright a:hover {
  color: #ccc;
  text-decoration: none;
}
/* =============================================== Footer - END =============================================== */
.container-social-media {
  padding: 14px 0;
}
.container-social-media h3 {
  margin: 14px 0;
}
.row-social-media .btn {
  margin: 0 8px 18px 8px;
}
/* Map */
.contact-map {
  height: 400px;
}
.contact-map-iframe {
  pointer-events: none;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
}
/* =============================================== Contact - START =============================================== */
.box-contact-form {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.85);
  padding: 2em;
  margin-bottom: 3.2em;
}
.contact-label label {
  font-weight: normal;
}
.contact-input {
  margin-bottom: 1.6em;
}
.contact-btn {
  border: none !important;
  outline: none !important;
}
.contact-input input,
.contact-input textarea {
  color: #333;
  padding: 0.8em 0.8em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  box-shadow: inset 0 0.2em 0.4em rgba(0, 0, 0, 0.24);
  border: none;
  outline: none;
  width: 70%;
  max-width: 70%;
}
.contact-input textarea {
  width: 100%;
  max-width: 100%;
  height: 10em;
}
.contact-chars-remaining {
  margin-top: -1em;
  font-size: 0.8em;
}
.contact-chars-remaining input {
  color: #ffffff;
  padding: 0.6em 0.8em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  box-shadow: inset 0 0.2em 0.4em rgba(0, 0, 0, 0.24);
  border: none;
  outline: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.contact-form .contact-asterisk {
  font-size: 1.4em !important;
  color: #e50000;
}
.contact-captcha {
  margin: 0 auto;
  background: url(//cdn.cybermaxcreations.com/maxcaptcha-1.0.0/bg_maxcaptcha_light.png) no-repeat center;
  padding: 5em 1em;
  text-align: center;
}
.box-contact-details {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.85);
  padding: 2em;
  margin-bottom: 3.2em;
}
.box-contact-details-content {
  line-height: 180%;
}
.box-contact-details a {
  color: #ffffff;
}
.box-contact-details-left {
  padding-top: 2px;
  width: 1.6em;
  text-align: center;
}
.box-contact-details-left .fa {
  font-size: 1.4em !important;
}
.box-contact-details-right {
  margin-left: 2em;
  margin-bottom: 1em;
}
.week-day.today {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.85);
  padding: 0 0.3em;
  margin: 0 -0.3em;
  cursor: default;
  border-radius: 0.2em;
}
.week-day.today:hover {
  background: rgba(255, 255, 255, 0.9);
}
.week-day-container {
  display: inline-block;
  width: 3em;
}
/* =============================================== Contact - END =============================================== */
/* Responsive Styles */
@media (max-width: 767px) {
  header.carousel .carousel {
    height: 50%;
  }
  .navbar-nav > li > a {
    padding: 15px 15px;
    /* Overwrite bootstrap default settings - height of .navbar-brand/2 - 10px; */
  
  }
  .map {
    height: 40%;
  }
  .contact-input input,
  .contact-input textarea {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .scale-with-grid.image-left,
  .scale-with-grid.image-center,
  .scale-with-grid.image-right {
    display: block;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 1.5em;
    width: 100%;
    height: auto;
  }
}
/* =============================================== Layout - END =============================================== */