/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

*, :after, :before {
  box-sizing: border-box;
  position: relative;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*-----------------------------------------------------------------
    | FONTS
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
    | COLORS
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
    | MIXINS
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
    | TEXT
-----------------------------------------------------------------*/
h1 {
  margin: 0 10px 0 10px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 1px;
}

h2 {
  font-family: "Roboto", Arial, sans-serif;
  margin-top: 0 !important;
}

h3 {
  margin: 0;
}

h4 {
  margin-top: 2rem;
}

a, a:link, a:visited {
  color: #000 !important;
}

a:hover, a:active {
  text-decoration: none;
}

/*-----------------------------------------------------------------
    | BUTTONS
-----------------------------------------------------------------*/
a.main-button, .sec-button {
  font-family: "Roboto", Arial, sans-serif;
}

a.main-button {
  padding: 1rem 2rem;
  /*text-align: center;*/
  font-size: 3rem;
  font-weight: 700;
  color: #e0e0e0 !important;
  text-shadow: 1px 1px 2px #000;
}
a.main-button .glyphicon {
  color: #616161;
}

.sec-button, a.sec-button {
  width: 100%;
  padding: 1rem;
  background-color: #17a7e0;
  color: #fff !important;
  text-align: center;
  font-size: 1.8rem;
  border: 0 !important;
  /*box-shadow: 0px 3px 9px 0px rgba(100,100,100,1);*/
  text-shadow: none !important;
  transition: all 0.2s ease-in;
  border-radius: 0px;
}
.sec-button:hover, .sec-button:active, a.sec-button:hover, a.sec-button:active {
  background-color: #e0e0e0;
  color: #000 !important;
}

a.sec-button {
  width: 70%;
}

/*-----------------------------------------------------------------
	| PRELOADER
-----------------------------------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ecf0f1 url("../../../ajax-loader.gif") no-repeat center center;
}

/*-----------------------------------------------------------------
    | RIBBON
-----------------------------------------------------------------*/
.ribbon {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 1.4rem;
  background-color: #17a7e0;
  color: #fff;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  border-style: solid;
  border-color: #cdcdcd transparent transparent transparent;
}

.ribbon:before {
  left: 0;
  border-width: 1.6rem 0 0 2rem;
}

.ribbon:after {
  right: 0;
  border-width: 1.6rem 2rem 0 0;
}

/*-----------------------------------------------------------------
    | MESSAGES
-----------------------------------------------------------------*/
/*- Backup messages -*/
.message {
  margin-bottom: 0;
  padding: 2rem 5rem 1rem 5rem;
  background-color: #c62828;
  color: #fff;
  font-size: 2rem;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  line-height: 3rem;
}

/*- Validation messages -*/
.js-validation-msg {
  background-color: #c62828;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  border-radius: 0 !important;
}

.alert {
  margin-bottom: 5px !important;
  padding: .2rem 1rem;
}

/*-----------------------------------------------------------------
	| COLOR CLASSES
-----------------------------------------------------------------*/
.text-white {
  color: #fff;
}

.brand-color-text {
  color: #17a7e0 !important;
}

.subtext-color-text, footer a .glyphicon, footer a:link .glyphicon, footer a:visited .glyphicon {
  color: #616161 !important;
}

/*-----------------------------------------------------------------
	| DISPLAY CLASSES
-----------------------------------------------------------------*/
.inline-me {
  float: none !important;
  display: inline-block !important;
}

.vertalign-top {
  vertical-align: top !important;
}

/*- Rewrite Defaults -*/
.no-default-pad {
  padding-left: 0;
  padding-right: 0;
}

.no-default-float {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.underline-me {
  text-decoration: underline !important;
}
.underline-me:hover, .underline-me:active {
  color: #17a7e0 !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

/*-----------------------------------------------------------------
	| TEXT CLASSES
-----------------------------------------------------------------*/
.uppercase {
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
}

.no-wrap {
  white-space: nowrap;
}

.no-hover:hover {
  cursor: default;
}

* {
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

@viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}
@-ms-viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}
header, nav, main, section, article, aside, footer, div, ul, ol, li, a, p, h1, h2, h3, h4, h5, h6 {
  display: block;
}

/*-- Fix Safari horizontal scroll --*/
html, body {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.6;
  font-weight: 400;
  background-color: #ecf0f1;
  color: #000;
}

/*-- Fix for odd Mozilla border & padding issues --*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.glyphicon {
  margin-right: 10px;
}

.glyphicon-arrow-right {
  font-size: 7rem;
}

.glyphicon-facebook:before {
  content: 'f';
  font-family: "Raleway", Arial, sans-serif;
  font-size: 2rem;
  margin-left: .2rem;
}

/*-----------------------------------------------------------------
    | HEADER STYLES
-----------------------------------------------------------------*/
.navbar {
  margin-bottom: 0 !important;
  padding: 1rem 0;
  background-color: #000;
  color: #fff;
  border-radius: 0 !important;
}

.phone-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1 !important;
}
.phone-number .glyphicon {
  color: #616161;
}
.phone-number a {
  color: #fff !important;
}

.sec-phone {
  font-size: 14px;
}

.facebook {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #e0e0e0;
}

.fb-like {
  margin-left: 1rem;
}

/*-----------------------------------------------------------------
    | MAIN STYLES
-----------------------------------------------------------------*/
main, footer {
  background-color: #fff;
}

#main-photo > .row-fluid:first-child {
  background: url(../img/lg/main-photo.jpg) center center no-repeat white;
  background-size: 100% auto;
  height: 580px;
}

/*- Reviews Slider -*/
.reviews-wrapper {
  /*padding: 4rem 7rem;*/
  right: 1em;
  padding: 2rem 6rem 2rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 50px !important;
  margin-bottom: 10px !important;
}
.reviews-wrapper h2 {
  color: #17a7e0;
}

.review div.content-left {
  font-size: 4em;
  line-height: 1;
}

.who-said {
  font-size: 12px;
}

.slick-next {
  right: 25px !important;
}

.slick-prev {
  display: none !important;
}

.slick-next:before, .slick-prev:before {
  font-family: 'Glyphicons Halflings';
  font-size: 4rem;
  color: #e0e0e0 !important;
}

.slick-next:before {
  content: "\e258" !important;
}

.slick-prev:before {
  content: "\e257" !important;
}

/*- Form Styles -*/
form {
  position: absolute !important;
  top: -5rem;
  right: 5rem;
  z-index: 10 !important;
  padding: 3rem 2rem 6rem !important;
  background-color: #000;
}
form h2 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 5rem;
  text-shadow: 1px 1px 2px black;
}

input, textarea {
  border-radius: 0 !important;
  font-family: "Roboto", Arial, sans-serif, Arial, sans-serif;
  font-weight: 400;
}

form {
  box-shadow: 0px 3px 9px 0px black;
}

.form-group {
  margin-bottom: .8rem;
}

#intro h1 {
  margin-right: 30%;
}

#about p {
  font-size: 16px;
}

.well {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 10px !important;
}
.well h3 {
  font-size: 1.2em !important;
}

.main-cta {
  color: #e0e0e0;
}
.main-cta span {
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.2;
}

/* Map */
.mapGlass {
  position: absolute;
  z-index: 20;
}

.mapDiv {
  width: 100%;
  height: 360px;
}

/*-----------------------------------------------------------------
    | FOOTER STYLES
-----------------------------------------------------------------*/
footer {
  padding-bottom: 0rem;
  border-top: 2px solid #17a7e0;
}
footer p {
  margin-bottom: 0;
  font-size: 1.2rem;
}
footer a, footer a:link, footer a:visited {
  text-decoration: underline;
  color: #17a7e0 !important;
}
footer a:hover, footer a:active {
  text-decoration: none !important;
  color: #000 !important;
}

.sec-container {
  width: 90%;
  margin: 2em auto 3em;
}

.content-left {
  width: 8%;
  font-size: 2em;
}

.content-right {
  width: 86%;
}
.content-right span {
  font-weight: 700;
  color: #000;
}

/*-----------------------------------------------------------------
    | NO-JS STYLES
-----------------------------------------------------------------*/
img.noscript {
  width: 100%;
}

/*-----------------------------------------------------------------
	| xs
-----------------------------------------------------------------*/
@media (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  /*header*/
/*  img.logo {
    width: 100%;
  }
*/

  .phone-number {
    font-size: 2rem;
    text-align: center !important;
  }

  /*Photo and Form*/
  #main-photo .row-fluid:first-child {
    background-size: auto 100%;
  }

  form {
//    position: relative !important;
//    top: 0;
//    right: 0 !important;
//    box-shadow: none;
	display: none;
  }

  #intro h1 {
    margin-right: 0%;
    text-align: center;
  }

  .main-cta, .main-cta span, .main-button {
    text-align: center;
  }

  .main-cta, .main-cta span {
    font-size: 2rem !important;
  }

  .main-button {
    font-size: 3rem;
  }
}
/*-----------------------------------------------------------------
	| sm
-----------------------------------------------------------------*/
@media (max-width: 992px) {
  #intro h1 {
    margin-right: 0;
    text-align: center;
  }

  #main-photo .row-fluid:first-child {
    background-size: auto 100%;
  }

  .reviews-wrapper {
    right: 0 !important;
    width: 100%;
  }

  form {
    right: .8rem;
  }
}
/*-----------------------------------------------------------------
	| md
-----------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1200px) {
  #main-photo > .row-fluid:first-child {
    background-size: 100% auto;
    height: 480px;
  }
  .main-cta {
    font-size: 2rem !important;
  }
  .main-cta span {
    font-size: 3rem !important;
  }

  .main-button {
    font-size: 3rem;
  }
}
/*-----------------------------------------------------------------
	| lg
-----------------------------------------------------------------*/
@media (min-width: 1200px) {
  #main-photo .row-fluid {
    background-size: 100% auto;
  }
}
