f/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(../fonts/font.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1;
  }

ol, ul {
  list-style: none; }

b {
	font-weight: 600;
}
.boxie_grad { position: absolute; width: 100%; height: 100%; z-index: 0; top:0; left: 0; }
.boxie h1 { 
	width: 100%; 
	left:0px;
	top:65px;
    color: #fff;
    font-family: museo-sans-300;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    
    position: absolute;
    z-index: 9999; }
.redgrad { 
	transition:all 0.3s ease;
	opacity: 1; /*Was 0.6*/
/*background: rgb(255,0,0); /* Old browsers */
/*background: -moz-linear-gradient(45deg,  rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(45deg,  rgba(255,0,0,1) 0%,rgba(0,0,0,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(45deg,  rgba(255,0,0,1) 0%,rgba(0,0,0,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.redgrad:hover, .box_sections a:hover .redgrad { 
	transition:all 0.3s ease;
/*opacity: 0.8;*/
/*background: rgb(255,0,0); *//* Old browsers */
/*background: -moz-linear-gradient(45deg,  rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); *//* FF3.6-15 */
/*background: -webkit-linear-gradient(45deg,  rgba(255,0,0,1) 0%,rgba(0,0,0,1) 100%); *//* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(45deg,  rgba(255,0,0,1) 0%,rgba(0,0,0,1) 100%); *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
}
.boxie { position: relative;  width: 33.33%; float:left; padding:10px; height: 150px; background-size: cover; background-position: center center; }

.partner-item a {
	border-bottom: 1px black dotted;
}
.phone_us { border:2px solid red;color:red;font-size:14px;font-weight: normal; font-family: museo-sans-700; margin-top:10px; transition:all 0.5s ease; }
.phone_us:hover { background-color:red; color:#fff; transition:all 0.25s ease; }
.website-container { margin-left:255px; }
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "museo-sans-100", "Helvetica", "Sans-serif";
  font-weight: 500;
  font-size: 12px;
  position: relative; }
  body:after {
    content: "";
    display: table;
    clear: both; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0; }

a {
  color: black;
  text-decoration: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }
.intro_content { padding:30px 40px; font-weight: 100;font-size: 14px; line-height: 18px; }
.intro_content h2 { font-family: "museo-sans-500", "Helvetica", "Sans-serif"; font-weight: 300; font-size:21px; color:#ff0000; line-height: 24px;margin-bottom:15px;   }
.intro_content h3 { font-family: "museo-sans-300", "Helvetica", "Sans-serif"; font-weight: 100; font-size:18px; color:#ff0000; line-height: 21px;margin:15px 0 5px;   }
.standout a { color:#ff0000; text-decoration: underline; }
.CallToActionBar { padding:15px 40px; box-shadow: 0 0 13px rgba(0, 0, 0, 0.5); clear:both; text-align: center; background-color:#ff0000; color:#fff; font-size:21px; font-weight: 100; }
.float-left {
  float: left; }

.float-right {
  float: right !important; }

.ab-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.vertical-align {
  display: table-cell;
  vertical-align: middle; }

.background-i {
/*   background-size: contain; */
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
   }
 .background-contain, .bg-contain {
    background-size: contain;
 }
 
 .background-cover {
	 background-size: cover !important;
 }

input:focus, button:focus, textarea:focus, select:focus {
  outline: none; }

.one-third {
  width: 33.33%;
  float: left; }

.one-third2 {
  width: 30%;
  margin-right: 3.3%;
  float: left; }

.two-thirds {
  width: 66.66%;
  float: left; }

.padding-20 {
  padding: 0 20px; }

.padding-l-20 {
  padding-left: 20px; }

.padding-r-20 {
  padding-right: 20px; }

.padding-l-30 {
  padding-left: 30px; }

.padding-r-30 {
  padding-right: 30px; }

.one-halve {
  width: 50%;
  float: left; }

.container {
  width: 96%;
  /*width: 1000px;*/
  margin: auto;
  min-width: 980px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

header {
  width: 260px; 
  float: left;
  font-size: 1.5em;
  background-color: white;
  position: absolute;
  height: 100%;
  z-index: 102; }
  header ul li {
    text-align: center;
/*     height: 45px; */
    font-size: 0.9em;
    text-transform: uppercase; }
  header ul li > a {
    display: inline-block;
    font-family: museo-sans-300;
    width: 150px;
    padding: 15px;
    font-size: 13px;
    font-weight: normal;
     }
  header ul li > a:hover {
/*     border-bottom: 2px solid black;  */
/* color:#ff0000; */

}
  header .active {
/*     border-bottom: 2px solid black;  */
/* color:#ff0000; */

}
.sub-nav ul { margin-left:0;padding-left:0; }
  header .logo {
    position: relative;
    height: 140px; }
    header .logo a {
      width: 250px;
      padding-bottom: 0; }
    header .logo a:hover {
      border: none; }
  header .social span {
    display: block;
    font-size: 0.8em; }
  header .social a {
    font-size: 1.3em;
    width: auto;
    margin: 10px 5px; }
  header .nav-phone {
    position: absolute;
    top: 135px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.8em;
    color: #fe0000; }
    
    
.cta_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe0000), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe0000 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe0000 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe0000 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe0000 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe0000 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0000', endColorstr='#ce0100',GradientType=0);
	background-color:#fe0000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block !important;
	cursor:pointer;
	color:#ffffff;
	margin:20px;
	font-weight:100;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	font-family: museo-sans-500;
}
.myButton:hover, .cta_btn:active {
	position:relative;
	top:1px;
}
 

.seq-content p { max-width: 600px; font-size:18px; line-height: 21px;  margin: 0px auto; width: 90%; text-shadow: 1px 1px 2px #000; font-family: museo-sans-300;}
.seq-content h1 { text-shadow: 1px 2px 3px #000; font-family: museo-sans-500; }    
.slider_overlay { background-color:#000;opacity: 0.2; position: absolute;width: 100%;height:100%; }


.seq-content:hover .cta_btn {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ccc;
	box-shadow:inset 0px 1px 0px 0px #ccc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;


	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	
	 }

/*.intro_content strong { font-weight: 100; }*/


.new_footer { background-color:#333; color:#fff; clear: both;padding:30px 40px; }
.new_footer h3 { margin-bottom:15px; }
.new_footer h4 { margin-bottom:10px; }
.new_footer p { font-weight: 100; margin-bottom:5px; }
.new_footer .subscr_from input { border:1px solid #eee; padding:5px;}
.new_footer .subscr_from input[type="button"] { border:1px solid #000; background-color:#000; color:#fff; padding:5px;}
.seq-bg { background-position: center center; width: 100%; height: 100%; background-size: 100% auto;  background-repeat: no-repeat;}
.services-wrapper, .range-wrapper, .floorplans-wrapper {
  position: fixed;
  padding-top: 165px;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.7);
  width: 250px;
  font-size: 1em;
  height: 100% !important;
/*   background-color: #f9f9f9; */
background-color:rgba(42,42,42,0.9);
  z-index: 101; }
  .services-wrapper ul li, .range-wrapper ul li, .floorplans-wrapper ul li {
    position: relative;
    text-align: center;
 
    text-transform: uppercase; }
    
    
    
    .services-wrapper ul li .admin-btns, .range-wrapper ul li .admin-btns, .floorplans-wrapper ul li .admin-btns {
      bottom: 70px; }
  .services-wrapper ul li > a, .range-wrapper ul li > a, .floorplans-wrapper ul li > a {
    display: inline-block;
 
    color:#fff;

    font-size: 13px;
    font-weight: 300;
    padding: 15px;
 
    }
  .services-wrapper ul li > a:hover, .range-wrapper ul li > a:hover, .floorplans-wrapper ul li > a:hover {
/*     border-bottom: 2px solid black; */ }
  .services-wrapper .sub-active, .range-wrapper .sub-active {
/*     border-bottom: 2px solid black; */ }

.services-wrapper.hidden, .range-wrapper.hidden, .floorplans-wrapper.hidden {
  left: 0%;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out; }

.services-wrapper.show, .range-wrapper.show, .floorplans-wrapper.show {
  left: 255px;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out; }

.index-background {
	position: absolute !important;
	height: calc(100% - 170px) !important;
}
.background-slider {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-left: 250px;
  top: 0;
  left: 0;
  z-index: -1; }
  .background-slider img {
    display: none; }
  .background-slider .fold-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 3em;
    font-family: 'P22 Underground Pro', 'Helvetica', 'sans-serif';
    letter-spacing: 5px; }
  .background-slider .redactor-editor, .background-slider .redactor-box {
    background: none; }
  .background-slider .redactor-box {
    background-color: rgba(238, 238, 238, 0.3);
    font-family: inherit; }
  .background-slider .redactor-editor {
    padding: 0;
    padding-top: 20px;
    font-family: inherit; }
  .background-slider .container {
    display: table;
    height: 100%; }
  .background-slider .item {
    position: relative; }
  .background-slider .item img {
    width: 100%;
    display: block; }
  .background-slider .owl-controls {
    display: none !important; }


.service-links {
	margin-left: 0 !important;
  list-style: none; }
  .service-links li {
    list-style: none !important;
    border:2px solid #000;
    padding:20px;
    text-align: center;
    float:left;
    margin-right: 1%;
    width: 32%;
	font-family: museo-sans-500;
	color:#000;
    font-size: 1.2em !important;
   
}

  .service-links li:hover {
    color: #fff; border:2px solid red; 
    
    background-color: red;
    
    }

.main {

  position: relative;
  width: 100%;
  float: left; }
  .main h1 {
	  font-family: museo-sans-700;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 20px; }
  .main p {
    line-height: 1.5em;
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 0px; }
  .main p:last-child {
    margin: 0; }
  .main ul, .main ol {
    margin: 20px 20px 25px; padding-left:0; }
    .main ul li,  .main ol li {
      list-style: disc;
      line-height: 1.5em;
      font-size: 1.2em;
      margin-bottom: 10px; }
  .main #map {
    margin-top: 30px;
    width: 100%;
    height: 500px; }
  .main .index-boxes {
    position: absolute;
    width: 100%;
    color: white;
    background-color: #f7f7f7;
    bottom: 0px;
    left: 0; }
    .main .index-boxes .box {
      position: relative;
      width: 33.33%;
      height: 100%;
      float: left;
      min-height: 170px;
      /* background-color: rgba(255, 255, 255, 0.8); */
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8cffffff', endColorstr='#8cffffff');
      /* IE */
      color: black;
      padding: 20px 20px;
      overflow: hidden;
      display: table;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .main .index-boxes .box:after {
          content: '';
          background: rgba(255,255,255,0.4);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 0;
      }
      .main .index-boxes .box > div {
          position: relative;
          z-index: 1;
      }
      .main .index-boxes .box h1 {
        margin-bottom: 10px;}
    .main .index-boxes .box.link {
      cursor: pointer; }
    .main .index-boxes .box.link:hover {
      background-color: rgba(255, 255, 255, 0.9); }
    .main .index-boxes .box:last-child {
      margin-right: 0; }
    .main .index-boxes .box p {
        font-weight: 400;
       margin-bottom: 0 !important;
	  }

.plans-wrapper {
  background-color: #eee;
  padding: 2em; }
  .plans-wrapper h1 {
    font-size: 1.8em;
    font-weight: 500;
    border-bottom:2px solid red;
padding: 10px 0;
color: red;

     }
     
   .avaliablePLans {
	   background-color: rgb(143, 146, 154) !important; 
   } 
  .plans-wrapper .slideshow-wrapper {
    width: 100%;
    height: 650px;
    position: relative; }
    .plans-wrapper .slideshow-wrapper img {
      display: block;
      width: 100%;
      height: auto; }
    .plans-wrapper .slideshow-wrapper .image {
      width: 100%;
      height: 650px; }
    .plans-wrapper .slideshow-wrapper .owl-pagination {
      position: absolute;
      bottom: 5px;
      width: 100%; }
    .plans-wrapper .slideshow-wrapper .owl-controls .owl-page span {
      background: #eee;
      border: 1px solid #939393;
      border-radius: 0; }
    .plans-wrapper .slideshow-wrapper .owl-controls .owl-buttons {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -32px;
      width: 100%; }
      .plans-wrapper .slideshow-wrapper .owl-controls .owl-buttons div {
        position: absolute;
        font-size: 4em;
        background: none; }
      .plans-wrapper .slideshow-wrapper .owl-controls .owl-buttons .owl-prev {
        left: 0; }
      .plans-wrapper .slideshow-wrapper .owl-controls .owl-buttons .owl-next {
        right: 0; }
  .plans-wrapper .plan-category-wrapper {
    margin: 20px 0 20px; }
    .plan-category-wrapper  p {margin-bottom:15px;  }
  .plans-wrapper .plans-list {
    margin: 0; padding: 0; }
  .plans-wrapper .plans-item {
    position: relative;
    list-style: none;
    width: 32%;
    height: 380px;
    float: left;
    margin-bottom: 0;
    margin-right: 2%; 

    }
    .plans-wrapper .plans-item .image {
      height: 310px;
      background-color: white;
      position: relative; }
    .plans-wrapper .plans-item .image:before {
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      visibility: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .plans-wrapper .plans-item .image:after {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      content: 'View';
      text-align: center;
      text-transform: uppercase;
      color: white;
      font-size: 2em;
      visibility: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease 0.1s;
      -moz-transition: opacity 0.3s ease 0.1s;
      transition: opacity 0.3s ease 0.1s; }
    .plans-wrapper .plans-item .name {
      height: 40px;
      line-height: 40px;
      background-color: rgb(143, 146, 154);
      color: white;
      padding-left: 10px;
       }
    .plans-wrapper .plans-item .add-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 190px;
      border: 3px solid black;
      text-align: center; }
      .plans-wrapper .plans-item .add-item img {
        width: 55%; }
  .plans-wrapper .plans-item:nth-child(3n+0) {
    margin-right: 0; }
  .plans-wrapper .plans-item:hover .image:after, .plans-wrapper .plans-item:hover .image:before {
    visibility: visible;
    opacity: 1; }
  .plans-wrapper .plans-item:hover .add-item:before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    box-shadow: 4px 4px 5px gray; }
  .plans-wrapper .plan-info-wrapper {
    margin: 20px 0 20px; }
    .plans-wrapper .plan-info-wrapper .image-list {
      margin: 0; padding: 0; }
    .plans-wrapper .plan-info-wrapper .image-item {
      position: relative;
      list-style: none;
      height: 280px;
      width: 49%;
      margin-right: 2%;
      float: left; }
    .plans-wrapper .plan-info-wrapper .image-item:before {
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      visibility: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .plans-wrapper .plan-info-wrapper .image-item:after {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      content: 'View';
      text-align: center;
      text-transform: uppercase;
      color: white;
      font-size: 2em;
      visibility: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease 0.1s;
      -moz-transition: opacity 0.3s ease 0.1s;
      transition: opacity 0.3s ease 0.1s; }
    .plans-wrapper .plan-info-wrapper .image-item:nth-child(2n+0) {
      margin-right: 0; }
    .plans-wrapper .plan-info-wrapper .image-item:hover:after, .plans-wrapper .plan-info-wrapper .image-item:hover:before {
      visibility: visible;
      opacity: 1; }
  .plans-wrapper .house-info-wrapper {
    width: 60%; }
  .plans-wrapper .enquiry-wrapper {
    width: 40%;
    padding-left: 40px; }

ul.icons-wrapper {
  margin: 0;
  width: 300px;
  margin: 0 auto; zoom: 1; overflow: hidden; padding: 0;}
  ul.icons-wrapper .icons-item {
    width: 150px;
    list-style: none;
    padding: 1em;
    float: left; }
    ul.icons-wrapper .icons-item img {
      width: 60%;
      float: left; }
    ul.icons-wrapper .icons-item span {
      float: left;
      width: 40%;
      font-size: 2em;
      line-height: 56px; }
.enquiry-form {   }
    .enquiry-form p { color: red;
    font-family: museo-sans-300;
    margin-bottom: 15px; }
.enquiry-form label {
  margin-left: 5px; 
  font-family: museo-sans-500;
  margin-left: 0;
  }
.enquiry-form .group input, .enquiry-form .group select {
  display: block;
  width: 100%;
  font-size: 0.8em;
  padding: 7px 10px;
  margin: 3px 0;
  margin-bottom:7px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
  
  border: 1px solid #cccccc; }
.enquiry-form .group textarea {
  display: block;
  width: 100%;
  font-size: 0.9em;
  margin: 5px 0;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid #cccccc; }
.enquiry-form .group input:focus {
  border: 1px solid #dddddd; }
.enquiry-form .error {
  color: red;
  font-size: 0.8em;
  margin-left: 10px; }

.about-us-wrapper {
  background-color: rgba(255, 255, 255, .9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8cffffff', endColorstr='#8cffffff');
  /* IE */
  width: 100%;
  min-height: 200px;
  padding: 150px 60px 60px; }
  .about-us-wrapper ul.team-list {
    margin: 0; padding: 0; }
    .about-us-wrapper ul.team-list li {
      list-style: none;
      width: 31%;
      float: left;
      margin-right: 2%;
      text-align: center;
      cursor: pointer;
      position: relative; }
      .about-us-wrapper ul.team-list li .image {
        height: 157px;
        position: relative; }
    .about-us-wrapper ul.team-list .add-item {
      border: 3px solid black; }
    .about-us-wrapper ul.team-list .add-item:hover:before {
      position: absolute;
      content: '';
      top: 3px;
      left: 3px;
      width: 100%;
      height: 100%;
      box-shadow: 4px 4px 5px gray; }
    .about-us-wrapper ul.team-list .admin-btns {
      top: 50%;
      margin-top: -20px;
      left: 50%;
      margin-left: -66px; }
    .about-us-wrapper ul.team-list .image:before {
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      visibility: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .about-us-wrapper ul.team-list .image:after {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      content: 'View';
      text-align: center;
      text-transform: uppercase;
      color: white;
      font-size: 2em;
      visibility: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease 0.1s;
      -moz-transition: opacity 0.3s ease 0.1s;
      transition: opacity 0.3s ease 0.1s; }
    .about-us-wrapper ul.team-list .image:hover:after, .about-us-wrapper ul.team-list .image:hover:before {
      visibility: visible;
      opacity: 1; }
  .about-us-wrapper ul.team-list.gallery-override li {
    list-style: none;
    width: 22%;
    float: left;
    margin-right: 2%;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative; }
    .about-us-wrapper ul.team-list.gallery-override li .image {
      height: 170px;
      position: relative; }
  .about-us-wrapper ul.team-list.gallery-override li:nth-child(4n + 0) {
    margin-right: 0%; }
  .about-us-wrapper ul.team-list.gallery-override .admin-btns {
    margin-left: -100px;
    z-index: 100; }
  .about-us-wrapper ul.team-list.gallery-override li:hover .image:after, .about-us-wrapper ul.team-list.gallery-override li:hover .image:before {
    visibility: visible;
    opacity: 1; }
   .about-us-wrapper img {
       max-width: 100%;
   }
.about-us-wrapper a {
    color: #111;
    text-decoration: underline;
}
.about-us-wrapper a:hover {
    color: red;
    text-decoration: underline;
}
.button {
  margin-top: 10px;
  display: block;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  color: white;
  text-shadow: 1px 1px 1px #000;
  padding: 10px 0;
  font-family: "museo-sans-700", "Helvetica", "Sans-serif";
  text-transform: uppercase;
  font-size: 1.2em;
  background-color: red;
  border-bottom: 2px solid maroon;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.button:hover {
  background-color: red;
  border-bottom: 2px solid transparent;
  top: 1px; }

.admin-button {
  padding: 5px 10px;
  width: 150px !important; }

.modal-box.hidden {
  display: none; }

.modal-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
  /* IE */
  z-index: 9999;
  display: table; }
  .modal-box .modal-content {
    width: 50%;
    min-width: 200px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    position: relative; }
  .modal-box .close-btn {
    position: absolute;
    right: -10px;
    top: -10px; }
  .modal-box form h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .modal-box form .group {
    width: 50%; }
  .modal-box form label {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block; }
  .modal-box form input {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .modal-box form .group:last-child input {
    margin-bottom: 0; }
  .modal-box form input[type="radio"] {
    display: inline-block;
    width: auto; }
  .modal-box form input[type="button"] {
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
    appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    border: none;
    background: #00103e;
    color: white;
    font-size: 1.2em;
    padding: 5px 20px;
    cursor: pointer; }
  .modal-box form input[type="button"]:hover {
    background: #007dc3; }

footer {
  position: absolute;
  width: 100%;
  /* height: 250px; */
  padding-bottom: 50px;
  background-color: #eee;
  border-top: 10px solid red;
   }
  footer:after {
    content: "";
    display: table;
    clear: both; }
  footer h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  footer p {
    font-size: 1.1em;
    line-height: 1.5em; }
  footer input {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    vertical-align: top;
    width: 174px;
    width: calc(100% - 90px);
    font-size: 1em;
    padding: 5px;
    font-family: "Abadi MT Condensed Light", "Helvetica", "Sans-serif";
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s; }
  footer input[type="button"] {
    vertical-align: top;
    font-family: "Abadi MT Condensed Light", "Helvetica", "Sans-serif";
    background: #6a6a6a;
    width: 77px;
    text-transform: uppercase;
    color: white;
    cursor: pointer; }
  footer input[type="button"]:hover {
    background-color: #848484; }
  footer .one-third {
    text-align: center;
    width: 25%;
    padding: 50px;
    padding-bottom: 0; }
  footer .two-thirds {
    width: 75%;
    padding: 50px;
     }
  footer ::-webkit-input-placeholder {
    color: black; }
  footer :-moz-placeholder {
    /* Firefox 18- */
    color: black; }
  footer ::-moz-placeholder {
    /* Firefox 19+ */
    color: black; }
  footer :-ms-input-placeholder {
    color: black; }
  footer .credit {
    position: absolute;
    bottom: 20px;
    right: 20px; }
  footer .group {
    position: relative; }
  footer .error {
    color: red;
    position: absolute;
    bottom: -20px;
    left: 5px;
    font-size: 0.8em; }

.team-modal {
  width: 300px !important; }
  .team-modal h1 {
    font-size: 2em;
    margin: 10px 0; }

.slideshow-admin-wrapper {
  position: absolute;
  bottom: 44px;
  right: 50px;
  z-index: 9999; }

.edit-cms-buttons {
  position: absolute;
  top: 0px;
  left: -40px;
  z-index: 10; }

.inline-cms-buttons {
  margin: 0 0 20px;
  text-align: left; }

.edit-cms-buttons .admin-btn.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-34px);
  -moz-transform: translateX(-34px);
  -ms-transform: translateX(-34px);
  -o-transform: translateX(-34px);
  transform: translateX(-34px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.edit-cms-buttons .admin-btn.show {
  visibility: visible;
  opacity: 0.3;
  -webkit-transform: translate(-34px, 30px);
  -moz-transform: translate(-34px, 30px);
  -ms-transform: translate(-34px, 30px);
  -o-transform: translate(-34px, 30px);
  transform: translate(-34px, 30px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

a.admin-btn {
  display: inline-block;
  text-align: center;
  padding-top: 2px; }

.admin-btn {
  background: none;
  border-radius: 5px;
  border: 2px solid white;
  background-color: #000000;
  color: white;
  font-size: 15px !important;
  line-height: 23px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.alternate .admin-btn {
  background-color: black; }

.admin-btn:hover {
  opacity: 1 !important; }

.owl-item img {
  width: 100%; }

.admin-btns {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 3; }

.admin-bar {
	position: relative;
  z-index: 9999;
  width: 100%;
  text-align: right;
  color: #2ae3d5;
  height: 35px;
  background-color: #656565;
  color: white;
  font-family: "Abadi MT Condensed Light", "Helvetica", "Sans-serif";
  text-transform: uppercase;
  line-height: 35px; }
  .admin-bar .container {
    position: relative; }
  .admin-bar .status {
    float: left;
    position: absolute;
    left: 0; }
  .admin-bar a {
    color: inherit;
    display: inline-block;
    /*margin-right: -10px;*/
    padding: 0px 10px;
    background: #656565;
    width: 200px;
    border-bottom: 1px solid white;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .admin-bar a:hover {
    color: black; }
.admin-bar .show-navi {
    cursor: pointer;
    margin-right: 10px;
}

#admin-wrapper, .login-wrapper {
  text-align: center;
  display: table;
  margin-top: 200px;
  width: 100%; }
  #admin-wrapper form, .login-wrapper form {
    margin: 0 auto; }
  #admin-wrapper h1, .login-wrapper h1 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Abadi MT Condensed Light", "Helvetica", "Sans-serif"; }
  #admin-wrapper input, .login-wrapper input {
    width: 250px;
    height: 35px;
    margin-bottom: 10px;
    padding: 0 5px; }
  #admin-wrapper .error, .login-wrapper .error {
    color: red;
    font-size: 0.8em;
    margin-bottom: 10px; }
  #admin-wrapper .btn, .login-wrapper .btn {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer; }

.admin-main {
  margin-top: 100px;
  padding-right: 20px; }
  .admin-main h1 {
    font-variant: 900;
    font-size: 2em;
    text-transform: uppercase; }

.admin-form input {
  width: 100%;
  display: block;
  margin: 5px 0;
  padding: 5px; }
.admin-form .desc {
  width: 95%; }
.admin-form .group {
  float: left;
  width: 45%;
  margin-right: 5%; }
.admin-form .group:nth-child(2n+0) {
  margin-right: 0; }
.admin-form .addable-pictures {
  position: relative;
  width: 95%;
  min-height: 100px; }
.admin-form .add-plan-image {
  position: absolute;
  top: 0;
  right: 10px; }
.admin-form .error {
  color: red;
  font-size: 0.8em;
  margin-left: 10px; }

.btn {
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  display: inline-block;
  appearance: none;
  width: auto !important;
  text-shadow: 1px 1px 1px #000;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  color: white !important;
  padding: 10px 20px;
  font-family: "museo-sans-700", "Helvetica", "Sans-serif";
  text-transform: uppercase;
  font-size: 1.2em;
  background-color: red;
  border-bottom: 2px solid maroon;
  -webkit-transition: background-color, 0.2s;
  -moz-transition: background-color, 0.2s;
  transition: background-color, 0.2s; }

.btn:hover {
  border-bottom: 2px solid transparent;
  background-color: red;
  top: 1px; }

.btn.active {
  border-bottom: 2px solid transparent;
  top: 1px; }

#map {
  width: 100%;
  height: 350px; }

table {
  width: 100%;
  margin: 20px 0; }
  table th {
    text-transform: uppercase; }
  table th {
    padding: 5px; }
  table td {
    padding: 5px;
    border: 1px solid #eee; }

#forms_wrapper {
  margin: 20px 0; }

ul.admin-image-list {
  padding: 0;
  margin: 0;
  margin-top: 5px; }
  ul.admin-image-list:after {
    content: "";
    display: table;
    clear: both; }
  ul.admin-image-list li {
    float: left;
    list-style: none !important;
    position: relative;
    margin: 5px 2% 5px 0px;
    width: 49%;
    height: 150px; }
    ul.admin-image-list li a {
      position: absolute;
      top: 0;
      left: 0;
      color: white;
      z-index: 1;
      width: 100%;
      height: 100%; }
    ul.admin-image-list li a:after {
      content: "\f014";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #000;
      font-size: 50px;
      position: absolute;
      text-align: center;
      top: 50%;
      margin-top: -15px;
      left: 0;
      width: 100%;
      color: white;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s ease 0.1s;
      -moz-transition: opacity 0.3s ease 0.1s;
      transition: opacity 0.3s ease 0.1s; }
    ul.admin-image-list li a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      color: white;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    ul.admin-image-list li a:hover:after, ul.admin-image-list li a:hover:before {
      opacity: 1;
      visibility: visible; }
  ul.admin-image-list li:nth-child(2n+0) {
    margin-right: 0; }

.button-wrapper {
  width: 95%;
  text-align: right;
  border-top: 1px solid #eee; }
  .button-wrapper .button {
    display: inline-block;
    height: 34px;
    margin-right: 10px;
    text-align: center; }

.button.warning {
  background-color: #ffa700;
  border-bottom-color: #b67801; }

.button.warning:hover {
  border-bottom-color: transparent;
  background-color: #ffb01a; }
.inclusion-btn .btn {
  margin-top: 0;
}
.new_footer a { color:#fff; }
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.website-container { margin-left: 0px; width: 100% !important; }
	header { z-index: 9999999 !important; position: absolute !important; }
	header .logo { display: none; }
	.CallToActionBar { font-size:17px; line-height: 21px; }
	.CallToActionBar a { font-family: museo-sans-500; }
	.seq-content p { font-size: 14px; line-height: 18px; }
	.seq .seq-pagination { display: none !important; }
	.boxie { width: 100%; margin-top:1px; }
	.lboxie  { margin-bottom:2px; }
	header ul li > a { padding:10px !important; }
	.seq-bg { background-size: auto 100%; }
	.phone_us_cta { color:#fff; clear:both; }
	.service-links li { width: 100%; }
	.phone_us_cta a { color:#fff;}
  .index-background {
	  position: static !important;
	  height: 300px !important;
  }
  .one-third2 { width: 100% !important; margin-bottom: 15px; }
.show-consult .group{ width: 49% !important; }
  .index-main {
	  min-height: 0 !important;
	  height: auto !important;
	  margin-top: 0 !important;
  }
  .background-slider {
    width: 100%;
    margin: 0; }

  .container {
    min-width: 100%; }

  header .container, .main, .about-us-wrapper, .house-info-wrapper, .plans-wrapper .enquiry-wrapper, ul.icons-wrapper {
    width: 100% !important; }
  ul.icons-wrapper .icons-item { width: 50%; }

  header {
    z-index: auto; }

  header .logo {
    height: 90px; }

  header .nav-phone {
    top: 65px;
    font-size: 0.6em; }

  header .logo a {
    width: auto; }

  .plans-wrapper .plans-item {
    width: 100%; }

  .services-wrapper, .range-wrapper, .floorplans-wrapper {
    display: none; }

  .plans-wrapper {
    padding: 1em; }

  .main {
    margin-top: 55px; }

  .plans-wrapper .enquiry-wrapper {
    padding-left: 0; }

  ul.icons-wrapper {
    text-align: center; }

  ul.icons-wrapper .icons-item span {
    width: 100%; }

  ul.icons-wrapper .icons-item img {
    float: none; }

  .about-us-wrapper ul.team-list li {
    width: 45%;
    margin-right: 10%; }
    .about-us-wrapper ul.team-list li .image {
      height: 140px; }

  .about-us-wrapper ul.team-list li:nth-child(2n+0) {
    margin-right: 0; }

  .about-us-wrapper {
    padding: 60px; }

  header {
    width: auto; }

  .modal-box .modal-content.team-modal img {
    display: none; }
  .modal-box .modal-content.team-modal .close-btn img {
    display: block; }

  footer {
    height: auto; }
    footer input {
/*       width: 100%; */ }
    footer .two-thirds {
      display: none; }

  .main .index-boxes {
  	position: static;
  }

  .main .index-boxes .box {
    width: 100%;
    height: 160px;
    font-size: 0.9em; }

  .nav-item {
    float: left;
    *display: inline;
    zoom: 1;
    position: relative; }

  .nav-item a {
    color: #FFF; }

  .nav-item a:before {
    display: none; }

  .logo img {
    width: 50% !important; }

  .nav-submenu-item span {
    width: 285px; }

  .nav-item:hover .nav-submenu {
    display: block; }

  /* Navigation submenu */
  .nav-submenu {
    display: none;
    position: absolute;
    left: 0;
    opacity: 1 !important;
    width: 100% !important; }

  .nav-submenu-item {
    display: block; }

  .nav-mobile, .mobile-logo {
    display: block; }

  .mobile-hide {
    display: none; }

  .nav-mobile {
    display: block; }

  .nav {
    width: 100%;
    padding: 50px 0 0;
    height: auto; }

  .nav-list {
    display: none; }

  .nav-item {
    width: 100%;
    float: none; }

  .nav-item > a {
    margin: 0;
    color: black; }

  .nav-click {
    display: block; }

  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0; }

  .nav-item:hover .nav-submenu {
    display: none; }

  .nav-submenu {
    height: auto !important;
    position: static;
    width: 100%; }

  .one-third, .two-thirds {
    width: 100% !important; }

  .padding-l-30, .main .enquiry-form {
    padding: 0; }

  .circles-container {
    margin: 20px 0; }

  .fold-content {
    display: none; }

  .circular-link-wrapper {
    width: 100%; }

  .circular-link-wrapper .owl-item::after {
    right: -15px;
    top: 90px; }

  .circular-link-wrapper .circular-link {
    width: 150px;
    height: 150px; }

  .main .circles-wrapper .circular-img-wrapper {
    width: 50%; }

  .circles-wrapper {
    margin-top: 15px; }

  .enquiry-form {
    margin-top: 20px; }

  footer .one-third {
    padding-bottom: 10px; }

  .about-us-wrapper ul.team-list.gallery-override li {
    width: 100%; }
	.inclusion-btn .btn {
	  display: block;
	  margin-bottom: 5px;
	  width: 100% !important;
  }
  footer {
    padding-bottom: 50px; }
    footer .credit {
      width: 100%;
      right: 0;
      bottom: 25px; }
      footer .credit img {
        display: block;
        margin: 0 auto; } }


@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .nav-search {
    position: absolute;
    top: 5px;
    right: 20px;
    margin: 0;
    z-index: 9999; } }
@media only screen and (min-width: 768px) and (max-width: 1020px) {
	.inclusion-btn .btn {
	  display: block;
	  margin-bottom: 5px;
	  width: 100% !important;
  }
	.sub-nav {
		padding: 150px 30px 0;
	}
  header .logo a {
    width: 100%; }

  header .nav-phone {
    top: 120px; }

  .about-us-wrapper {
    width: 100%; }

  footer .one-third {
    padding: 30px;
    font-size: 0.9em; }

  footer .two-thirds {
    padding: 74px; }

  footer {
    height: auto; }

  .services-wrapper.hidden {
    left: -10%;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out; } }
@media only screen and (max-width: 767px) {
  .material-menu-view-mobile {
    background-color: #fff;
    overflow: hidden !important; } }
.material-menu-titlebar {
  /*
    -webkit-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  */ }

.material-menu-view-mobile {
  /*
    -webkit-box-shadow:40px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:40px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow:40px 0px 30px 0px rgba(0, 0, 0, 0.2);
  */ }

.material-menu-button {
  display: block;
  width: 50px;
  height: 45px;
  padding: 15px 10px 0px 10px; }

.material-menu-button span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 5px;
  background-color: #000; }

.menu-display {
  position: absolute;
  right: 60px;
  top: 17px;
  text-transform: uppercase;
  font-size: 1.7em; }

.mobile-logo {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 79px; }

.full-width-loader.hidden {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden; }

.full-width-loader.show {
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible; }

.full-width-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: table; }
  .full-width-loader .spinner {
    margin: 30px auto 30px; }
    .full-width-loader .spinner div {
      background-color: #202020; }
  .full-width-loader .progress-bar {
    width: 500px;
    height: 20px;
    background-color: #202020;
    border-radius: 5px;
    padding: 3px;
    position: relative;
    margin: 0 auto; }
  .full-width-loader .progress {
    position: absolute;
    background-color: #00ccff;
    width: 50%;
    height: calc(100% - 6px);
    max-width: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border-radius: 4px; }
  .full-width-loader .progress:after {
    -webkit-animation: move 2s linear infinite;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden; }
  .full-width-loader .status {
    color: #202020;
    text-align: center;
    margin: 30px 0;
    font-style: italic;
    font-family: helvetica;
    font-weight: 900; }

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
.selectize-input {
    margin-top: 7px;
}

.index-banner {
    position: absolute;
    bottom: 15%;
    transform: translateY(-50%);
    width: 100%;
    background: rgba(238, 0, 0, 0.3);
    color: white;
    padding: 15px;
    font-size: 25px;
    text-align: center;
    z-index: 3;
}
.index-banner h1, .index-banner h2, .index-banner h3, .index-banner p  {
    margin: 0;
}

.modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: table;
}
.modal-content {
    width: 30%;
    margin: 0 auto;
    background: #eee;
    padding: 20px;
    border: 5px solid #ddd;
    text-align: center;
    position: relative;
}
.modal-content .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.modal-content p {
    font-size: 1.2em;
}
.modal-content h1 {
    margin: 10px 0;
    text-transform: uppercase;
}
.modal-content input {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
}
.modal-content input[type="button"] {
    border-radius: 0;
    border: none;
    color: white;
    font-family: "Abadi MT Condensed Light", "Helvetica", "Sans-serif";
    background: #ee0000;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 10px;
    margin: 0;
    cursor: pointer;
}
.modal-content input[type="button"]:hover {
    background: #DB0000;
}

.downloads-legend ul {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    font-size: 12px;
}
.downloads-legend ul li {
    margin: 0;
    list-style: square;
}
.downloads-legend ul li a:hover {
    color: #ee0000;
}

.youtube_wrapper {
    width: 75%;
    margin-left: 25%;
}

.navi-list {
    margin: 0;
}

#keepintouchbutton {
    float:right;
    margin-right:20px;
    margin-bottom:20px; 
    border:1px solid #000;
    padding:10px;
    background-color:#fff;
    font-weight:bold;
}
@media only screen and (max-width: 767px) {
    #keepintouchbutton {
        display:none;
    }
}
