@import url("bootstrap.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900|Open+Sans:300,400,600,700,800|Bellefair|Merriweather:400,700|Montserrat:300,400,500,600,700");
@import url("font-awesome.min.css");
@import url("ionicons.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.css");
@import url("magnific-popup.css");
/***
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Lora', serif;
font-family: 'Merriweather', serif;
font-family: 'Montserrat', sans-serif;
***/
/*---------------------------------------------------------------------------------------
Common
---------------------------------------------------------------------------------------*/
body {
  background: #ffffff;
  margin: 0;
  overflow-x: hidden;
  color: #121212;
  font-family: 'Open Sans', sans-serif; }

html {
  position: relative;
  min-height: 100%; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #121212;
  margin: 10px 0; }

h1 {
  line-height: 43px; }

h2 {
  line-height: 35px; }

h3 {
  line-height: 30px; }

h4 {
  line-height: 22px; }

h5 {
  font-size: 15px; }

p {
  line-height: 1.6;
  margin-bottom: 10px;
  -webkit-margin-before: 0em; }

b {
  font-weight: 600; }

a {
  transition: all ease 0.3s;
  text-decoration: none; }

a:hover {
  outline: 0;
  text-decoration: none; }

a:active {
  outline: 0;
  text-decoration: none; }

a:focus {
  outline: 0;
  text-decoration: none; }

.clr {
  content: "";
  display: table;
  clear: both; }

.resp {
  width: 100%;
  height: auto; }

.center {
  display: block;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

.breakit {
  height: 50px; }

.dotted {
  display: block;
  margin: 0 auto;
  height: 2px;
  border-top: 1px dotted #f1f1f1;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px; }

ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

.bt-pad {
  padding-bottom: 30px; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

/*---------------------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------------------*/
.nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  z-index: 1000; }
  .nav .top-phone {
    display: none;
    position: relative;
    width: 200px;
    float: right;
    padding-top: 10px;
    color: #cccccc;
    right: -17px;
    z-index: 100; }
  .nav .inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 80px; }
    .nav .inner ul {
      position: relative;
      list-style-type: none;
      padding-top: 45px;
      float: right;
      z-index: 500; }
      .nav .inner ul li {
        float: left;
        padding-left: 30px; }
      .nav .inner ul a {
        color: #000000;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        text-transform: uppercase; }
      .nav .inner ul a:hover {
        color: #000000; }
      .nav .inner ul a.active {
        color: #000000;
        font-weight: bold; }
    .nav .inner .logo {
      float: left;
      padding-top: 12px; position: relative; top: -10px; }
.nav .inner .logo img { width: 315px; height: auto; }


  .nav .ribbon {
    position: absolute;
    right: 30px;
    top: 63px;
    background-image: url("../images/ribbon.png");
    z-index: 1500;
    width: 150px;
    height: 115px;
    color: #ffffff; }
    .nav .ribbon span {
      display: block;
      text-align: center;
      padding-top: 50px;
      dont-size: 15px;
      font-weight: bold;
      padding-left: 10px; }
    @media screen and (max-width: 680px) {
      .nav .ribbon {
        display: none; } }

.mobile {
  display: none; }

.mobile i {
  font-size: 24px;
  color: #ffffff;
  float: right;
  margin-right: 25px;
  margin-top: 25px; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #7e98c4;
  z-index: 10000; }
  .mobile-menu a {
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    color: #ffffff;
    text-decoration: none; }
  .mobile-menu a:hover {
    color: #0f2f53; }

.hideme {
  display: none; }

.showme {
  display: block; }

.mobile .fa-close {
  display: none; }

@media screen and (max-width: 550px) {
  .mobile {
    display: block; } }
@media screen and (max-width: 550px) {
  .desktop {
    display: none; }

  .logo {
    float: left;
    padding-top: 12px;
    padding-left: 20px; } }
/*---------------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------------*/
.header {
  position: relative;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 500; }

.header h1 {
  position: absolute;
  left: 15%;
  top: 10px;
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  z-index: 10000; }

.header h1 span {
  font-weight: 700; }

.header .meta {
  position: absolute;
  left: 14%;
  bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  z-index: 10000; }

.header .meta a {
  color: #ffffff; }

.header .meta a:hover {
  color: #999999; }

.header .content {
  position: absolute;
  top: 80%;
  left: 50%;
  margin-right: -50%;
  color: #ffffff;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1500; }

@media screen and (max-width: 550px) {
  .header h1 {
    left: 25px;
    top: 10px;
    font-size: 25px; }

  .header h1 span {
    font-weight: 700; }

  .header .meta {
    left: 20px;
    bottom: 0px;
    font-size: 18px;
    margin-top: 22px;
    font-weight: 300;
    letter-spacing: 0px; } }
.top-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 30px;
  transition: all ease 0.3s;
  z-index: 1500; }

.top-down:hover {
  color: #999999; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1000; }

/*---------------------------------------------------------------------------------------
Brochure
---------------------------------------------------------------------------------------*/
.brochure {
  position: fixed;
  right: -1px;
  top: 200px;
  width: 50px;
  height: 280px;
  background-color: #131313;
  border: 1px solid #000000;
  border-radius: 2px;
  z-index: 10000; }
  .brochure .rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    font-size: 25px;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
    .brochure .rotate a {
      color: #ffffff;
      text-decoration: none; }
    .brochure .rotate a:hover {
      color: #cccccc; }

a.download {
  display: block;
  color: #ffffff;
  background-color: #000F9F;
  border: 1px solid #000000;
  border-radius: 2px;
  font-size: 18px;
  width: 200px;
  height: 40px;
  line-height: 39px;
  margin: 0 auto;
  text-align: center; }

a.download:hover {
  background-color: #05092b;
  color: #ffffff; }

@media screen and (max-width: 550px) {
  .brochure {
    position: fixed;
    right: -1px;
    top: 88px;
    width: 30px;
    height: 180px;
    background-color: #000F9F;
    border: 1px solid #0f2f53;
    border-radius: 2px;
    z-index: 10000; }
    .brochure .rotate {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 150px;
      font-size: 16px;
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
      .brochure .rotate a {
        color: #ffffff;
        text-decoration: none; }
      .brochure .rotate a:hover {
        color: #05092b; } }
/*---------------------------------------------------------------------------------------
Content
---------------------------------------------------------------------------------------*/
.content {
  padding-top: 30px; }

.content h1 {
  color: #121212;
  font-size: 34px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }

.content h2 {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }

.content h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }

.content p {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px; }

.content .img-block {
  padding: 20px 0px 20px 0px; }

.content .img-block:after {
  content: '';
  display: block;
  clear: both; }

.content .img-block img {
  float: left;
  width: 33.33333%;
  height: auto;
  padding: 5px;
  box-sizing: border-box; }

.content .section .full-highlight {
  position: relative;
  background-image: url(images/pico.jpg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  z-index: 500;
  transition: all ease 0.3s;
  cursor: pointer; }
.content .section .full-highlight:hover .overlay {
  opacity: 0.7; }
.content .section .full-highlight:hover .over-copy {
  opacity: 1; }
.content .section .over-copy {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10000;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: all ease 0.3s; }
.content .section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1000;
  transition: all ease 0.3s; }
.content .plans {
  width: 100%;
  height: auto; }

.title {
  background-color: #677280;
  width: 100%;
  height: 50px;
  margin-top: 80px; }
  .title h2 {
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px; }
    @media screen and (max-width: 680px) {
      .title h2 {
        font-size: 20px; } }

.bg-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.a-contact {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 290px;
  color: #ffffff;
  padding: 15px;
  letter-spacing: 2px;
  font-size: 20px;
  border-radius: 5px;
  border: 4px solid #ffffff;
  margin-top: 30px; }

.a-contact:hover {
  color: #ffffff;
  border-radius: 5px;
  border: 4px solid #000F9F;
  background-color: #000F9F; }

.a-specs {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 290px;
  color: #000000;
  padding: 15px;
  letter-spacing: 2px;
  font-size: 20px;
  border-radius: 5px;
  border: 4px solid #000000;
  margin-top: 30px; }

.a-specs:hover {
  color: #ffffff;
  border-radius: 5px;
  border: 4px solid #000000;
  background-color: #000000; }

.b-specs {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 290px;
  color: #ffffff;
  padding: 15px;
  letter-spacing: 2px;
  font-size: 20px;
  border-radius: 5px;
  border: 4px solid #ffffff;
  margin-top: 30px; }

.b-specs:hover {
  color: #000000;
  border-radius: 5px;
  border: 4px solid #ffffff;
  background-color: #ffffff; }

.photos h2 {
  padding-left: 15px; }

/*---------------------------------------------------------------------------------------
Sections
---------------------------------------------------------------------------------------*/
.contact label {
  display: block;
  margin-bottom: -10px;
  font-size: 15px; }
.contact input[type="text"], .contact input[type="input"], .contact input[type="password"], .contact input[type="email"], .contact input[type="number"], .contact input[type="date"], .contact input[type="url"], .contact input[type="tel"], .contact input[type="search"], .contact textarea, .contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 10px;
  margin-top: 5px;
  margin: 0;
  width: 80%;
  text-indent: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #cccccc;
  color: #333333; }
.contact input[type="submit"] {
  display: block;
  padding: 15px 15px;
  text-align: center;
  color: #ffffff;
  background-color: #333333;
  border: 0px;
  transition: all ease 0.3s; }
.contact input[type="submit"]:hover {
  background-color: #131313; }
.contact a {
  color: #000000; }
.contact a:hover {
  color: #00aec8; }

.specs {
  margin-bottom: 35px; }
  .specs div {
    border: 1px solid #cccccc;
    padding: 20px 0px 20px 0px; }
  .specs p {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    text-align: center; }
    .specs p span {
      font-size: 14px;
      font-weight: 500; }

.features-table {
  width: 60%; }

@media screen and (max-width: 550px) {
  .content h2 {
    padding-left: 20px; }

  .features-table {
    width: 90%; }

  .features-table td {
    padding: 10px; } }
/*---------------------------------------------------------------------------------------
Flexit
---------------------------------------------------------------------------------------*/
.boxes {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  .boxes .box {
    margin-right: 10px;
    padding: 10px;
    width: 33.33333%;
    padding-bottom: 50px; }
  .boxes .box.specs {
    border: 1px solid #cccccc;
    margin-right: 40px;
    padding: 40px 20px 40px 20px;
    width: 33.33333%;
    margin-bottom: 40px; }
    .boxes .box.specs p {
      color: #333333;
      font-weight: 700;
      font-size: 18px;
      text-align: center; }
      .boxes .box.specs p span {
        font-size: 14px;
        font-weight: 500; }

/*---------------------------------------------------------------------------------------
Map
---------------------------------------------------------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/*---------------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------------*/
.footer {
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  padding: 20px;
  font-size: 13px; }
  .footer a {
    color: #cccccc; }
  .footer a:hover {
    color: #ffffff; }
  .footer .logo {
    width: 240px;
    height: auto;
    padding-top: 10px; }

/*---------------------------------------------------------------------------------------
Pace
---------------------------------------------------------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #121212;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/*---------------------------------------------------------------------------------------
Email
---------------------------------------------------------------------------------------*/
.required {
  color: #e9266d; }

#success, #error {
  display: none; }

#success span, #error span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%; }

#success span p, #error span p {
  margin-top: 6em; }

#success span p {
  color: #9bd32d; }

#error span p {
  color: #c0392b; }

/*---------------------------------------------------------------------------------------
Login Form
---------------------------------------------------------------------------------------*/
.login {
  width: 500px;
  margin: 0 auto;
  text-align: center; }
  .login h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif; }
  .login input[type="text"] {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 10px;
    margin-top: 5px;
    margin: 0;
    width: 80%;
    text-indent: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #cccccc;
    color: #333333; }
  .login input[type="submit"] {
    display: block;
    margin: 0 auto;
    padding: 15px 15px;
    text-align: center;
    color: #ffffff;
    background-color: #333333;
    border: 0px;
    transition: all ease 0.3s; }
  .login input[type="submit"]:hover {
    background-color: #131313; }

/*** MyGrid - Don't Like it, tough :) ***/
.myrow {
  display: flex;
  margin-bottom: 25px; }

.myrow > .mycol-12 {
  width: 100%; }

.myrow > .mycol-11 {
  width: 91.66%; }

.myrow > .mycol-10 {
  width: 83.33%; }

.myrow > .mycol-9 {
  width: 75%; }

.myrow > .mycol-8 {
  width: 66.66%; }

.myrow > .mycol-7 {
  width: 58.33%; }

.myrow > .mycol-6 {
  width: 50%; }

.myrow > .mycol-5 {
  width: 41.66%; }

.myrow > .mycol-4 {
  width: 33.33%; }

.myrow > .mycol-3 {
  width: 25%; }

.myrow > .mycol-2 {
  width: 16.66%; }

.myrow > .mycol-1 {
  width: 8.33%; }

.myrow > [class*=col-]:not(:first-child) {
  margin-left: 25px; }

[class*=mycol-] {
  position: relative;
  width: 100%;
  float: left;
  min-height: 1px;
  vertical-align: middle; }

.myrow:after {
  content: "";
  display: block;
  clear: both; }

.myrow.black {
  background-color: #000000;
  color: #ffffff; }

@media screen and (max-width: 680px) {
  .myrow {
    display: block;
    margin-bottom: 0px; }

  .myrow > [class*=mycol-] {
    width: 100%;
    display: block; }

  .myrow > [class*=mycol-]:not(:first-child) {
    margin-left: 0px !important; } }
.myfeatures {
  margin-top: 40px; }
  .myfeatures .item {
    text-align: center;
    margin: 0 auto; }

/*# sourceMappingURL=main.css.map */
