@import url("search.css");
@import url("calendar.css");
@import url("cart.css");
h1,
h2,
h3,
h4,
h5 {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
}
blockquote {
  color: #377471;
  border-left-color: #377471;
}
body {
  color: #ffffff;
  background-color: #08001b;
}
h1,
h2,
h3,
p,
blockquote {
  margin-bottom: 10px;
}
p,
blockquote {
  font-size: 16px;
  line-height: 25px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #240068;
  border-bottom: 1px solid #240068;
  background: rgba(0,0,0,0.97);
  z-index: 1000;
  box-shadow: 0px 5px 8px rgba(0,4,18,0.89);
}
#content {
  margin-top: 53px;
}
#phone-button {
  display: block;
  padding: 5px 10px;
  font-size: 22px;
}
.headerbox {
  display: none;
  margin-top: 29px;
}
.site-title {
  text-transform: capitalize;
  color: rgba(255,255,255,0.96);
  float: left;
  font-size: 36px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.site-title a,
.site-title a:hover {
  color: rgba(255,255,255,0.96);
  text-decoration: none;
}
.logo {
  display: none;
}
.logo,
.small-logo {
  float: right;
  margin: 5px 15px 10px 0;
}
.small-logo {
  margin: 5px 5px 10px 0;
}
.small-logo img {
  width: 105px;
}
.stylo-search {
  float: right;
}
@media (min-width: 768px) {
  h1,
  h2,
  p,
  blockquote {
    margin-bottom: 25px;
  }
  header {
    border-top-width: 3px;
  }
  #content {
    margin-top: 55px;
  }
  .headerbox {
    display: block;
  }
  .small-logo {
    display: none;
  }
  .logo {
    display: block;
  }
}
.navbar {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.navbar-header {
  float: right;
}
.navbar-collapse {
  width: 100%;
}
.navbar-nav {
  float: right;
}
.navbar-default .navbar-nav a {
  font-size: 21px;
  padding: 10px 12px;
  margin: 4px 8px 4px 0;
  font-family: 'Open Sans Condensed', sans-serif;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: white;
  background: rgba(93,93,93,0.97);
  border-radius: 4px;
}
.navbar-default .navbar-toggle {
  background-color: rgba(108,108,108,0.97);
  border-color: #643b9c;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #7459a0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #440087;
}
.navbar-toggle {
  float: right;
}
.headericon {
  color: white;
  background: #2191d0;
  border-radius: 50%;
  font-size: 25px !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  margin-right: 5px;
}
.headericon.phone {
  font-size: 28px !important;
}
.headerinfo {
  font-size: 26px;
  color: #4bce52;
  font-family: Arial, sans-serif;
}
.jumbotron {
  margin: 0 0 25px 0;
}
.jumbotron p {
  line-height: 40px;
  color: #777;
}
pre.prettyprint ol.linenums {
  margin-left: 0;
}
footer {
  background: rgba(0,0,0,0.99);
  margin: 0 0 0 0;
  padding: 25px 10px 25px 10px;
  color: white;
  border-top: 1px solid #240068;
}
footer div {
  text-align: left;
}
footer p {
  margin-bottom: 5px;
}
footer .menu {
  text-align: center;
}
footer p.social i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 10px 0 0;
}
footer ul {
  padding: 0;
}
footer .menu {
  margin-top: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
}
footer .menu li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
footer .menu li a {
  font-size: 20px;
  color: white !important;
}
.footer-icons {
  display: inline-block;
  margin: 25px;
}
.footericon {
  border: solid 3px white;
  color: white;
  border-radius: 50%;
  font-size: 41px !important;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  position: relative;
  top: 8px;
}
.footericon .fa {
  margin-top: 7px;
}
.list-group-item img,
.list-group-item .thumbnail img {
  width: 75px;
}
.list-group-item {
  min-height: 110px;
}
.list-group-item h5 {
  color: #aaa;
  font-size: 13px;
  text-transform: uppercase;
}
.list-group-item h5 i,
.list-loading i,
.featured-loading i {
  color: #ccc;
  margin-right: 5px;
}
.list-loading,
.featured-loading {
  color: #aaa;
  font-size: 13px;
  text-transform: uppercase;
}
body .list-group-item a.thumbnail {
  margin-right: 10px;
}
.thumbnail {
  max-width: 200px;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
}
.thumbnail img {
  width: 100%;
}
.page-results {
  margin-bottom: 10px;
}
div.o-image img {
  margin: 5px 0 20px 0;
  border: 2px solid #440087;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}
div.l-image,
div.r-image {
  clear: both;
}
div.l-image img {
  float: left;
  margin: 5px 20px 20px 0;
  border: 2px solid #440087;
  width: 50%;
  max-width: 50%;
  border-radius: 12px;
}
div.r-image img {
  float: right;
  margin: 5px 0 20px 20px;
  border: 2px solid #440087;
  width: 50%;
  max-width: 50%;
  border-radius: 12px;
}
.stylo-form .alert,
form .alert {
  display: none;
}
.stylo-form i.icon-spinner {
  display: none !important;
}
.stylo-form label {
  font-weight: normal;
}
.stylo-form .error label {
  font-weight: bold;
  color: #b94a48;
}
.navbar-brand {
  max-height: 50px;
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  max-height: 50px;
  margin: 0;
  padding: 0;
}
div.map-container {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: 250px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  border-radius: 5px;
}
div.map p span {
  font-size: 1em;
}
div.map-marker-content img {
  max-width: 50px;
  margin-right: 10px;
  float: left;
}
.settings {
  display: block;
  background-color: #777;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #ccc;
  margin-top: -50px;
  font-size: 13px;
  transition: .35s all ease;
}
.settings .welcome-message a {
  display: inline-block;
  margin-left: 5px;
}
.show-settings .settings {
  margin-top: 0;
}
.settings a {
  color: #fff;
}
.settings .language {
  display: inline-block;
  margin-left: 10px;
}
.settings .language label {
  color: #888;
  font-weight: normal;
  font-size: 13px;
  margin-right: 5px;
}
.settings .language select {
  display: inline-block;
  width: 75px;
  font-size: 12px;
  height: 25px;
}
.settings ul.stylo-select-language {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
}
.settings ul.stylo-select-language li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.settings ul.stylo-select-language li a {
  display: inline-block;
  cursor: pointer;
}
.settings-toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 16px;
  margin: 4px 10px 0 10px;
  background-color: #fff;
  cursor: pointer;
}
body .settings-toggle:hover {
  border: 1px solid #428bca;
  background-color: #fff !important;
}
.settings-toggle i {
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 15px;
  color: #428bca;
}
body.show-settings .settings-toggle,
body.show-settings .settings-toggle:hover {
  border: 1px solid #428bca;
  background-color: #428bca !important;
}
.show-settings .settings-toggle i {
  color: #fff;
}
.stylo-login,
.stylo-registration {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 25px;
  max-width: 500px;
}
.stylo-login button,
.stylo-registration button {
  margin-top: 15px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-menu-default li {
  list-style: none;
  font-size: 15px;
  border-left: solid 3px #ffffff;
  padding: 0 0 0 5px;
  margin-bottom: 10px;
}
.page-menu-default li.active {
  background: #a9a4dc;
}
.page-menu-default li:hover {
  background: #f3e3ff;
}
.page-menu-default a {
  color: white;
  display: block;
}
.page-menu-default li.active a {
  color: black;
}
.page-menu-default a:hover {
  color: #377471;
  text-decoration: none;
}
.center {
  text-align: center;
}
.red-row,
.grey-row,
.blue-row,
.black-row {
  width: 100%;
  padding: 20px;
}
.red-row {
  background-color: #8d2a5e;
}
.red-row>div>div>h1,
.red-row>div>div>h2,
.red-row>div>div>h3,
.red-row>div>div>h4,
.red-row>div>div>h5 {
  color: #1d403d;
}
.grey-row {
  background-color: #5f5f5f;
}
.grey-row>div>div>h1,
.grey-row>div>div>h2,
.grey-row>div>div>h3,
.grey-row>div>div>h4,
.grey-row>div>div>h5 {
  color: #1d403d;
}
.blue-row {
  background-color: #1c1257;
}
.blue-row>div>div>h1,
.blue-row>div>div>h2,
.blue-row>div>div>h3,
.blue-row>div>div>h4,
.blue-row>div>div>h5 {
  color: #1d403d;
}
.black-row {
  background-color: #000000;
}
.row-background-image-1>div.block.row,
.row-background-image-2>div.block.row,
.row-background-image-3>div.block.row,
.row-background-image-4>div.block.row,
.row-background-image-5 > div.block.row {
  background-color: rgba(0,18,55,0.53);
  border-radius: 20px;
  color: white;
}
.row-background-image-1,
.row-background-image-2,
.row-background-image-3,
.row-background-image-4,
.row-background-image-5 {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}
.row-background-image-1,
.row-background-image-2,
.row-background-image-3,
.row-background-image-4,
.row-background-image-5 {
  -webkit-animation: backgroundfadein 1s;
  -moz-animation: backgroundfadein 1s;
  -ms-animation: backgroundfadein 1s;
  -o-animation: backgroundfadein 1s;
}
@keyframes backgroundfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes backgroundfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes backgroundfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes backgroundfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes backgroundfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.row-background-image-1 {
  background-color: #686868;
  background-image: url("/themes/stormmachines/resources/background1.jpg");
}
.row-background-image-2 {
  background-color: #454545;
  background-image: url("/themes/stormmachines/resources/background2.jpg");
}
.row-background-image-3 {
  background-color: #8fa7c5;
  background-image: url("/themes/stormmachines/resources/background3.jpg");
}
.row-background-image-4 {
  background-color: #a1d2dd;
  background-image: url("/themes/stormmachines/resources/background4.jpg");
}
.row-background-image-5 {
  background-color: #454545;
  background-image: url("/themes/stormmachines/resources/background5.jpg");
}
div.o-image.circle {
  position: relative;
  transition: .2s ease-in-out;
  box-shadow: 0px 0px 20px -5px rgba(0,0,0,0);
}
div.o-image.circle:hover {
  transform: scale(1.1) translate(0,-6px);
  box-shadow: 0px 10px 20px -5px rgba(24,32,80,0.33);
}
div.o-image.circle {
  border: solid 3px white;
  border-radius: 50%;
  overflow: hidden;
  margin: 5px auto 20px auto;
}
div.o-image.circle img {
  margin: 0 0 0 0;
  height: 100%;
  width: auto;
  max-width: initial;
  border: none;
  left: -25%;
  position: relative;
}
div.o-image.circle {
  width: 200px;
  height: 200px;
}
@media (min-width: 576px) {
  div.o-image.circle {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  div.o-image.circle {
    width: 200px;
    height: 200px;
  }
}
.circleblock > div > div.o-image {
  position: relative;
  transition: .2s ease-in-out;
  box-shadow: 0px 0px 20px -5px rgba(24,32,80,0);
}
.circleblock > div > div.o-image:hover {
  transform: scale(1.1) translate(0,-6px);
  box-shadow: 0px 10px 20px -5px rgba(24,32,80,0.33);
}
.circleblock > div > div.o-image {
  width: 200px;
  height: 200px;
  border: solid 3px white;
  border-radius: 50%;
  overflow: hidden;
  margin: 5px auto 20px auto;
}
.circleblock > div > div.o-image img {
  margin: 0 0 0 0;
  height: 100%;
  width: auto;
  max-width: initial;
  border: none;
  left: -25%;
  position: relative;
}
@media (min-width: 576px) {
  .circleblock .col-md-3 {
    width: 25%;
    float: left;
  }
  .circleblock .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .circleblock .col-md-6 {
    width: 50%;
    float: left;
  }
  .circleblock .col-md-8 {
    width: 66.66666667%;
    float: left;
  }
  .circleblock .col-md-9 {
    width: 75%;
    float: left;
  }
  .circleblock > div.col-md-3 > div.o-image {
    width: 130px;
    height: 130px;
  }
  .circleblock > div.col-md-4 > div.o-image {
    width: 180px;
    height: 180px;
  }
  .circleblock > div.col-md-8 > div.o-image,
  .circleblock > div.col-md-9 > div.o-image {
    width: 250px;
    height: 250px;
  }
  .circleblock > div.col-md-12 > div.o-image {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 665px) {
  .circleblock > div.col-md-3 > div.o-image {
    width: 150px;
    height: 150px;
  }
  .circleblock > div.col-md-4 > div.o-image {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .circleblock > div.col-md-3 > div.o-image {
    width: 175px;
    height: 175px;
  }
  .circleblock > div.col-md-6 > div.o-image {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 576px) {
  .fixedblock .col-md-3 {
    width: 25%;
    float: left;
  }
  .fixedblock .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .fixedblock .col-md-6 {
    width: 50%;
    float: left;
  }
  .fixedblock .col-md-8 {
    width: 66.66666667%;
    float: left;
  }
  .fixedblock .col-md-9 {
    width: 75%;
    float: left;
  }
}
div.noborder img {
  border: none;
  border-radius: 0;
}
div.homepageheader img {
  border: none;
  border-radius: 15px;
  margin-top: 15px;
}
.tightblock p,
p.tight {
  margin-bottom: 0px;
}
.btn {
  padding: 8px;
}
hr {
  border-top: 1px solid #999999;
}
.read-more {
  color: white;
}
.read-more:hover {
  color: #f3e3ff;
}
.read-more::after {
  font-family: FontAwesome;
  content: "\f138";
  display: inline-block;
  margin-left: 4px;
  font-size: 90%;
}
.photocredit-para {
  position: absolute;
  text-align: right;
  width: 96%;
}
.photocredit-para a {
  position: relative;
  display: block;
  top: -23px;
  color: #5e5e5e;
  font-size: 80%;
  text-shadow: 0px 0px 3px black;
}
