/*@img-url:'/sf-images/default-source/2015/pricing';*/
/*********************************************************************************************
Global/helper styles
**********************************************************************************************/
html,
body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
}
body {
  background: url("../images/bg-body.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 748px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1500px) {
  body {
    /* background:url("../images/bg-body2.jpg");
		background-position:top center;
		background-repeat: no-repeat;
		background-size: initial;
		min-height: 748px; */
  }
}
/*Typography*/
h1,
h2,
h3,
h4,
p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
.h1 {
  font-size: 42px;
  font-size: 3rem;
}
h2,
.h2 {
  font-size: 32px;
  font-size: 2.28571429rem;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 1.71428571rem;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.42857143rem;
}
p {
  font-size: 14px;
  font-size: 1rem;
}
.disclaimer {
  font-size: 12px;
  font-size: 0.85714286rem;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
/*Colors*/
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
/*Helper classes*/
.nopad {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.row.row-spacing {
  margin-bottom: 40px;
}
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}
/*********************************************************************************************
Components
**********************************************************************************************/
.navbar-brand {
  height: auto;
}
.navbar-default {
  background: #ffffff;
}
@media only screen and (min-width: 769px) and (max-width: 992px), only screen and (min-width: 993px) and (max-width: 1499px), only screen and (min-width: 1500px) {
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.nav-boxes {
  background: #ffffff;
  padding-top: 90px;
  text-align: center;
  display: block;
  width: 200px;
  height: 200px;
  margin: 200px auto;
  font-size: 18px;
  font-size: 1.28571429rem;
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.nav-boxes:hover,
.nav-boxes:focus,
.nav-boxes:active,
.nav-boxes:visited {
  background-color: #ffffff;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
@media only screen and (max-width: 768px) {
  .nav-boxes {
    margin: 10px auto;
  }
}
.panel-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.footer-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
footer {
  /* position: absolute;
	    bottom: 0;
	    width: 100%;
	    height: 80px; */
  background-color: #f5f5f5;
  margin-top: 50px;
  padding-top: 20px;
}
