html,
body {
  font-family: 'Alike', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  background-color: #f1f1f1;
  line-height: 1.4rem;
  overflow-x: hidden;
}
h1,
h2 {
  line-height: 2.2rem;
}
p {
  font-family: "Open Sans", arial;
  margin: 0;
}
a {
  font-family: "Open Sans", arial;
}
a.btn {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 8px 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #7f8ba3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7f8ba3 0%, #545c6c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7f8ba3 0%, #545c6c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7f8ba3 0%, #545c6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f8ba3', endColorstr='#545c6c', GradientType=0);
  /* IE6-9 */
}
a.btn:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
  width: 100%;
}
.top_bar {
  background-color: #363649;
  padding: 10px 0;
  position: relative;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.social a {
  display: inline-block;
  color: #fff;
  border: none;
  text-decoration: none;
  font-size: 1.4rem;
  margin-right: 6px;
}
.right_links {
  position: absolute;
  top: 0;
  right: 0;
}
.right_links a {
  display: inline-block;
  color: #f1f1f1;
  border: none;
  text-decoration: none;
  font-size: 1rem;
  margin-right: 6px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.right_links a:first-child {
  border: none;
}
.right_links a:hover {
  text-decoration: underline;
}
.header .logo {
  background: url("../assets/watermark.png") top center no-repeat;
  padding: 20px 0;
}
.header .logo a {
  display: block;
  width: 140px;
  height: 84px;
  background: url("../assets/logo.png") top center no-repeat;
  margin: 0 auto;
}
.banner {
  padding-top: 30px;
  overflow: hidden;
}
.banner .inner {
  min-height: 400px;
}
.banner .intro {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
}
.banner .intro h1 {
  margin: 0;
  margin-bottom: 20px;
}
.banner .intro p {
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .banner .intro {
    margin: 0;
    padding-top: 60px;
    max-width: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .banner .inner {
    min-height: 450px;
  }
  .banner .intro {
    padding-top: 80px;
  }
}
.banner .banner_img {
  padding: 25px 0 20px 0;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .banner .banner_img {
    position: absolute;
    right: 30px;
    top: -65px;
    width: 560px;
    max-width: none;
  }
}
@media screen and (min-width: 1020px) {
  .banner .banner_img {
    top: -118px;
    width: 650px;
    right: -40px;
  }
  .banner .banner_img.banner_img_3 {
    top: -80px;
  }
  .banner .banner_img.banner_img_4 {
    top: -127px;
  }
}
@media screen and (min-width: 1020px) {
  .banner .banner_img {
    width: 720px;
  }
}
.content {
  padding: 30px 0;
}
.content .box {
  max-width: 312px;
  margin: 0 auto 30px auto;
}
.content .box .title {
  background-color: #35373f;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  margin-top: -6px;
  font-size: 1.25rem;
}
@media screen and (min-width: 800px) {
  .content .callouts {
    max-width: 1010px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .content .callouts > div {
    display: table;
    width: 100%;
  }
  .content .callouts .box {
    display: table-cell;
    width: 33%;
    padding: 0 15px;
  }
}
.content .left-align {
  text-align: left;
}
.content .text {
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
  color: #202336;
}
.content .text.style-2 p {
  padding-bottom: 20px;
}
.content .text h2 {
  font-size: 1.6rem;
  opacity: 0.8;
  margin: 0;
  padding: 30px 0;
}
.content .text p {
  padding-bottom: 40px;
}
.content .text p.bold {
  font-weight: bold;
}
.content .text.bordered::before,
.content .text.bordered::after {
  content: "";
  display: block;
  border: 1px solid #ccc;
  width: 450px;
  margin: 0 auto;
}
.footer {
  background-color: #363649;
  padding: 15px 0;
  color: #aeaeae;
  font-family: "Open Sans", arial;
  font-size: 0.9rem;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .links {
  margin-top: 8px;
  right: 0;
}
@media screen and (min-width: 800px) {
  .footer .links {
    margin-top: 0;
    position: absolute;
    top: 0;
  }
}
.social_btns {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .social_btns {
    padding: 50px 0 20px 0;
  }
}
.social_btns a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 10px;
  text-align: center;
  width: 125px;
  font-size: 1.3rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #7f8ba3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7f8ba3 0%, #545c6c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7f8ba3 0%, #545c6c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7f8ba3 0%, #545c6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f8ba3', endColorstr='#545c6c', GradientType=0);
  /* IE6-9 */
}
.social_btns a:hover {
  opacity: 0.8;
}
.social_btns a.email {
  margin-left: 15px;
}
.social_btns a .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.7rem;
}
.social_btns a .label {
  font-family: 'Alike', sans-serif;
  position: relative;
  top: -4px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
}
.overlay.show {
  display: block;
}
.modal {
  position: fixed;
  top: 20%;
  width: 100%;
  z-index: 9999;
  color: #fff;
  display: none;
}
.modal.bounceInDown {
  display: block;
}
.modal.zoomOut {
  display: block;
}
.modal .md-close {
  position: absolute;
  right: 15px;
  top: -50px;
  font-size: 2.2rem;
}
.modal .md-close a.icon-decline {
  text-decoration: none;
}
.modal .md-close a.icon-decline::before {
  color: #fff;
}
.modal .loading .loader {
  display: block;
}
.modal .loading .submit {
  display: none;
}
.modal .success .message {
  display: block;
}
.modal .success .submit {
  display: none;
}
.modal .loader {
  width: 40px;
  margin: 0 auto;
  display: none;
}
.modal .message {
  display: none;
}
.modal > div {
  position: relative;
  padding: 20px;
  background-color: #363649;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 0px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 0px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 0px -1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 700px) {
  .modal > div {
    padding: 30px;
    width: 450px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.modal .label {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.modal .contact-form {
  max-width: 450px;
  margin: 0 auto;
}
.modal .input {
  position: relative;
}
.modal .input.error input,
.modal .input.error textarea {
  border: 2px solid #c53838;
  color: #c53838;
}
.modal .input input,
.modal .input textarea {
  width: 100%;
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 10px;
  font-size: 1.1rem;
  padding: 10px 15px;
  font-family: "Open Sans", arial;
}
.modal .input textarea {
  height: 100px;
}
.modal .btn {
  text-align: center;
  margin-top: 15px;
}
.carousel {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.carousel .controls span {
  position: absolute;
  opacity: 0.5;
  display: block;
  cursor: pointer;
  font-size: 2rem;
  top: 50%;
  margin-top: -15px;
  color: #fff;
  z-index: 9999;
}
.carousel .controls span:hover {
  opacity: 1;
}
.carousel .controls span.right-arr {
  right: 5px;
}
.carousel .controls span.left-arr {
  left: 5px;
}
@media screen and (min-width: 700px) {
  .carousel .controls span {
    font-size: 4rem;
  }
  .carousel .controls span.right-arr {
    right: 15px;
  }
  .carousel .controls span.left-arr {
    left: 15px;
  }
}
@media screen and (min-width: 700px) {
  .carousel .controls span.right-arr {
    right: 30px;
  }
  .carousel .controls span.left-arr {
    left: 30px;
  }
}
.carousel .slide {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  display: none;
}
.carousel .slide.active {
  z-index: 999;
  display: block;
}
.carousel .slide-1 {
  display: block;
  background-image: url("../assets/banner_bg_2.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.carousel .slide-2 {
  background-image: url("../assets/banner_bg_3.jpg");
}
.carousel .slide-3 {
  background-image: url("../assets/banner_bg_4.jpg");
}
.carousel .slide-4 {
  background-image: url("../assets/banner_bg_1.jpg");
}
