@import url('https://fonts.googleapis.com/css?family=Caudex');
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
/*** MISC ***/
body, p {
  color: #003399;
  font-size: 16px; }
p {
  line-height: 24px; }
p, body, button, .btn, blockquote cite, li {
  font-family: 'Inconsolata', monospace; }
.title, h1, h2, h3, blockquote p, .navbar-nav ul li a  {
  font-family: 'Caudex', serif; }
a {
  color: #003399;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #003399;
  text-decoration: none; }
button, .btn,
button:focus, .btn:focus {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #405580;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #FFF;
  border: none;
  padding: 10px 20px; }
button:hover, .btn:hover {
  color: #FFF;
  background-color: #405580;
  background-image: none;
  border: 1px solid #405580; }
button.arrow, .btn.arrow {
  position: relative;
  color: #FFF;
  background-color: #33b4ff;
  border: none;
  padding: 10px 60px 11px 30px; }
button.arrow:after, .btn.arrow:after {
  content: ' ';
  position: absolute;
  right: 15px;
  top: 17px;
  width: 8px;
  height: 12px;
  background-image: url('../images/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
button.arrow:hover, .btn.arrow:hover,
button.arrow:focus, .btn.arrow:focus {
  color: #fff;
  border: none;
  background-color: #003399; }
img {
  max-width: 100%; }
.container {
  width: auto;
  max-width: 1370px; }

/*** HEADER ***/
header {
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(64, 85, 128, 0.2);
          box-shadow: 0 2px 4px 0 rgba(64, 85, 128, 0.2); }
header .container {
  max-width: 1570px; }
header .topBar {
  padding: 10px 0;
  border-bottom: 1px solid #e6eaf2; }
header .topBar span {
  margin-left: 25px; }
header .topBar .contact {
  text-align: right; }
header .topBar p {
  margin-bottom: 0; }
header .menu .container {
  position: relative; }
header .menu a.logo {
  z-index: 999;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px; }
header .menu .nav-box {
  position: relative; }
header .menu .nav-box a.btn.booking {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -24px; }

/*** NAV ***/
.navbar-collapse {
  padding: 0; }
.navbar-nav  {
  width: 100%; }
.navbar-nav ul {
  height: 190px;
  line-height: 190px;
  padding: 0;
  margin: 0;
  margin-right: 240px; }
.navbar-nav ul li {
  float: none;
  text-align: center;
  display: inline-block;
  padding: 0px 15px; }
.navbar-nav ul li:first-child {
  padding-left: 0; }
.navbar-nav ul li:last-child {
  float: right; }
.navbar-nav ul li a {
  position: relative;
  color: #003399;
  font-size: 24px;
  padding: 0;
  text-decoration: none; }
.navbar-nav ul li a.active,
.navbar-nav ul li a:focus,
.navbar-nav ul li a:hover {
  position: relative;
  color: #003399; }
.navbar-nav ul li a.active:before,
.navbar-nav ul li a:focus:before,
.navbar-nav ul li a:hover:before {
  content: ' ';
  background-color: #33b4ff;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -3px; }

/*** HEAD ***/
.head {
  position: relative; }
.head .container {
  max-width: 1570px; }
.head:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40px;
  width: 50%;
  background-image: url('../images/bg-pattern.jpg'); }
.head .pic {
  position: relative;
  height: 560px;
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.head .pic:before {
  content: ' ';
  position: absolute;
  left: 40px;
  right: 0px;
  top: -40px;
  height: 40px;
  background-image: url('../images/bg-pattern.jpg'); }

/*** HOME ***/
.home-head {
  position: relative;
  padding-top: 20px; }
.home-head:before {
  content: ' ';
  position: absolute;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  background-image: url('../images/bg-pattern.jpg'); }
.home-head .home-slider.slick-slider {
  margin-top: 20px;
  margin-bottom: 0; }
.home-head .home-slider .pic {
  width: 98%;
  margin: auto;
  height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.home-head .see-apartments {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }
.home-head .see-apartments .box {
  position: relative;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #cfd6e6;
  padding: 70px 15%;
  margin-right: 30px;
  margin-top: 30px; }
.home-head .see-apartments .box:before {
  content: ' ';
  position: absolute;
  top: -31px;
  right: -30px;
  width: 100%;
  height: 30px;
  background-image: url('../images/bg-pattern.jpg'); }
.home-head .see-apartments .box:after {
  content: ' ';
  position: absolute;
  top: -30px;
  right: -31px;
  height: 100%;
  width: 30px;
  background-image: url('../images/bg-pattern.jpg'); }
.home-head .see-apartments .title {
  color: #003399;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 60px; }
.cont-head.home .box {
  text-align: left;
  padding-top: 130px; }
.cont-head.home .box strong {
  display: block;
  margin-bottom: 15px; }
.cont-head.home .box .check-availablity {
  margin-top: -50px; }
.home-location {
  padding: 60px 0 15px 0; }
.home-location .container {
  max-width: 1800px; }
.home-location h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px; }
.home-location ul li p a {
	display:inline-block;
	text-decoration:none;}
.location-list.block-grid-sm-2>*:nth-of-type(2n+1) {
  padding-right: 3%; }
.location-list.block-grid-sm-2>*:nth-of-type(2n) {
  padding-left: 3%; }
.location-list {
  margin: 0; }
.location-list .picture {
	position: relative;
  height: 520px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.location-list .picture a {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.location-list .frame {
  margin-left: 40px;
  margin-bottom: 40px; }
.location-list .frame:before {
  top: 40px;
  left: -40px;
  width: 40px; }
.location-list .frame:after {
  left: -40px;
  bottom: -40px;
  height: 40px; }
.content.other-location ul.location-list h2,
.location-list h3 {
  color: #003399;
  font-size: 50px;
  line-height: 60px;
  margin: 0 70px 35px 0; }
.content.other-location ul.location-list h2 a,
.location-list h3 a,
.content.other-location ul.location-list p a {
	text-decoration:none;}
.content.other-location ul.location-list p a {
	display: inline-block; }
.location-list .cont {
  position: relative;
  padding: 40px 50px 40px 40px; }
.location-list .cont a.more {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 60px;
  height: 60px;
  background-image: url('../images/icon-search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

/*** BREADCRUMB ***/
.breadcrumb {
  padding: 0;
  margin-bottom: 25px;
  list-style: none;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0; }
.breadcrumb>li,
.breadcrumb>li a,
.breadcrumb>.active,
.breadcrumb>li+li:before {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #33b4ff; }
.breadcrumb>li a:hover,
.breadcrumb>li a:focus {
  text-decoration: underline; }

/*** CONTENT ***/
h1 {
  color:#003399;
  font-size: 72px;
  line-height: 72px;
  margin: 0; }
h2 {
  color: #33b4ff;
  font-size: 36px;
  line-height: 45px;
  margin-top: 60px;
  margin-bottom: 15px; }
h3 {
  color: #33b4ff;
  font-size: 24px;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 20px; }
blockquote {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0; }
blockquote p {
  color: #003399;
  font-size: 24px;
  line-height: 30px; }
blockquote p:before {
	content: '\201C'; }
blockquote p:after {
	content: '\201D'; }
blockquote cite {
  color: #33b4ff;
  font-size: 16px;
  line-height: 24px;
  font-style: normal; }
.content {
  padding: 0 0 65px 0; }
.frame {
  position: relative;
  margin-left: 30px;
  margin-bottom: 30px; }
.frame:before {
  content: ' ';
  position: absolute;
  top: 30px;
  left: -30px;
  height: 100%;
  width: 30px;
  background-image: url('../images/bg-pattern.jpg'); }
.frame:after {
  content: ' ';
  position: absolute;
  left: -30px;
  bottom: -30px;
  height: 30px;
  width: 100%;
  background-image: url('../images/bg-pattern.jpg'); }
.frame.cta:before {
	left: -31px; }
.frame.cta:after {
	bottom: -31px; }
.check-availablity {
  text-align: center;
  padding: 45px 30px;
  background-color: #FFF;
  border: 1px solid #cfd6e6; }
.check-availablity .title {
  color: #003399;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px; }
.cont-head .box {
  text-align: center;
  border-bottom: 2px solid #e6eaf2;
  padding: 70px 0; }
.cont-head.border-img {
  position: relative;
  margin-top: 40px; }
.cont-head.border-img:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: -40px;
  height: 40px;
  width: 100%;
  background-image: url('../images/bg-pattern.jpg');}

/*** E 404 ***/
.e404 {
  position: relative;
  height: 100vh; }
.e404 .text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }
.e404 h1 {
  color: #003399;
  font-size: 45px;
  padding: 0;
  margin: 50px 0px 25px;}
.e404 p,
.e404 p a {
  color: #003399;
  font-size: 20px; }

/*** LOCATION CATEGORY ***/
ul.locationCategory-list  {
  margin-top: 60px; }
.locationCategory-list .locationCategory-slider a {
  display: block;
  position: relative; }
.locationCategory-list .locationCategory-slider a:hover:before {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  z-index: 999;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon-zoom.svg');
  width: 60px;
  height: 60px; }
.locationCategory-slider .pic {
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.locationCategory-slider .pic:hover {
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
   transform:scale(1.25); }
.locationCategory-slider .slick-slide {
   float: left;
   height: 100%;
   min-height: 1px;
   overflow: hidden; }
.locationCategory-slider .slick-prev {
  width: 40px;
  height: 40px;
  left: 30px; }
.locationCategory-slider .slick-prev:hover, .slick-prev:focus {
  border: 0; }
.locationCategory-slider .slick-prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/icon-prev.svg');
  background-position: center; }
.locationCategory-slider .slick-next {
  width: 40px;
  height: 40px;
  right: 30px; }
.locationCategory-slider .slick-next:hover, .slick-next:focus {
  border: 0; }
.locationCategory-slider .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/icon-next.svg');
  background-position: center; }
.slick-dots {
  bottom: 0; }
.locationCategory-list li {
  position: relative; }
.locationCategory-list li a {
  display: block;
  text-decoration: none; }
.locationCategory-list .property-highlights {
  text-align: center;
  padding:20px 30px; }
.locationCategory-list .property-highlights .title {
  color: #003399;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px; }
.locationCategory-list .property-highlights strong {
  margin: 0 20px; }
.locationCategory-list .property-highlights strong img {
  margin-right: 10px; }
.locationCategory-list .check-availablity {
  height: 360px;
  line-height: 360px;
  padding: 30px 22%;}
.locationCategory-list .check-availablity .title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 50px; }
.locationCategory-list .check-availablity a.btn {
  display: inline-block; }
.locationCategory-list .check-availablity .text {
  display: inline-block;
  vertical-align: middle;
  margin-top: -60px;
  line-height: normal; }
.locationCategory-list p.contact {
  position: absolute;
  bottom: 20px;
  text-align: center;
  padding: 0 27%; }
.locationCategory-list p.contact a {
  text-decoration: underline;
  display: inline-block; }
.locationCategory-list p.contact a:hover,
.locationCategory-list p.contact a:focus {
  text-decoration: none; }
.locationCategory-list.block-grid-sm-2>*:nth-of-type(2n+1) {
  padding-right: 3%; }
.locationCategory-list.block-grid-sm-2>*:nth-of-type(2n) {
  padding-left: 3%; }

/*** OTHER LOCATION ***/
.content.other-location {
  padding-top: 60px; }
.content.other-location ul.location-list {
  padding-left: 7%;
  padding-right: 7%; }
.content.other-location .location-list .cont {
  padding: 40px 15% 40px 40px; }

/*** LOCATION DETAIL ***/
.slider-wrap {
  position: relative;
  margin-bottom: 15px; }
.slider-wrap:before {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 40px;
  width: 80%;
  background-image: url('../images/bg-pattern.jpg'); }
.slider-wrap .container {
  max-width: 1570px; }
.slider-wrap a.back {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFF;
  padding: 10px 30px 10px 25px;
  display: inline-block; }
.slider-wrap a.back:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 13px;
  width: 9px;
  height: 15px;
  background-image: url('../images/arrow-back.svg');
  background-repeat: no-repeat;
  background-position: center; }
.slider-wrap a.back:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 50%;
  background-image: url('../images/bg-pattern.jpg'); }
.slider-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.slider-buttons {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 1; }
.slider-buttons .prev {
  width: 60px;
  height: 60px;
  left: 0; }
.slider-buttons .prev:hover, .slider-buttons .prev:focus {
  border: 0; }
.slider-buttons .prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 60px;
  height: 60px;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/icon-prev.svg');
  background-position: center; }
.slider-buttons .next {
  width: 60px;
  height: 60px;
  float: right;
  right: 0; }
.slider-buttons .next:hover, .slider-buttons .next:focus {
  border: 0; }
.slider-buttons .next:before {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  width: 60px;
  height: 60px;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/icon-next.svg');
  background-position: center; }
.locationDetail-slider.slick-slider {
  margin: 0; }
.slider-wrap .button {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%; }
.modal,
.modal-content {
  background-color: rgba(0, 0, 0, 0.8); }
.modal-dialog {
  width: auto;
  max-width: 900px;
  margin: 100px auto; }
.carousel-inner > .item > img {
  width: 100%; }
.carousel-control {
  width: 40%;
  opacity: 1; }
.carousel-control.left {
  background-image: none;
  background-repeat: no-repeat;
  left: -100px; }
.carousel-control.right {
  background-image: none;
  background-repeat: no-repeat;
  right: -100px; }
.carousel-control:focus, .carousel-control:hover {
  opacity: 1; }
.glyphicon-chevron-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon-prev.svg);
  background-position: center; }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-top: -30px;
  width: 60px;
  height: 60px; }
.glyphicon-chevron-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon-next.svg);
  background-position: center; }
button.close,
button.close:hover,
button.close:focus {
  background-color: transparent;
  padding: 0;
  border: 0;
  z-index: 9999;
  font-size: 100px;
  line-height: 100px;
  font-weight: 500;
  margin-right: 50px;
  color: #fff;
  opacity: 1; }
.slider-wrap .locationDetail-slider .pic {
  width: 98%;
  margin: auto;
  height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.location-detail .cont-head .box {
  text-align: left;
  padding: 55px 0 0 0;
  border: 0; }
.location-detail .cont-head .box .breadcrumb {
  margin-bottom: 10px; }
.location-detail .cont-head h1 {
  margin-bottom: 60px; }
.location-detail .cont-head .property-highlights {
  text-align: right; }
.location-detail .cont-head .property-highlights strong {
  margin-left: 20px; }
.location-detail .cont-head .property-highlights strong img {
  margin-right: 10px; }
.location-detail .cont-head .nav-property ul {
  height: 60px;
  line-height: 60px;
  list-style: none;
  border-bottom: 2px solid #e6eaf2;
  margin: 0;
  padding: 0; }
.location-detail .nav-property {
  background-color: #FFF; }
.location-detail .nav-property ul li {
  display: inline-block;
  margin-bottom: -2px;
  float: left; }
.location-detail .nav-property ul li a {
  color: #003399;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0 30px; }
.location-detail .nav-property ul li a:hover,
.location-detail .nav-property ul li a:focus {
  color: #33b4ff;
  border-bottom: 2px solid #33b4ff; }
.nav-property.affix {
  top: 0;
  width: 100%;
  z-index: 999 !important; }
.location-detail .content {
  padding-top: 0; }
.location-detail .content ul.amenities {
  margin: 0;
  margin-top: 30px; }
.location-detail .content ul.amenities li {
  position: relative;
  padding-left: 60px; }
.location-detail .content ul.amenities li em {
  text-align: center;
  position: absolute;
  left: 0; }
.gmaps {
  margin-top: 30px;
  height: 460px; }

/*** CONTACT ***/
.content.contact-form .contact-info p{
  margin-bottom: 30px; }

/*** BOOK ONLINE ***/
.content.book-online {
  padding-top: 60px; }

/*** GALLERY INC ***/
.gallery-inc ul {
  margin: 0;
  padding: 0; }
.gallery-inc ul li {
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/*** ASIDE ***/
.content aside .check-availablity {
  margin-top: 60px;
  margin-bottom: 165px; }
aside.stick-top .sticky-aside {
  position: fixed;
  top: 25px;
  width: 270px; }
aside.stick-bottom .sticky-aside {
  position: absolute;
  bottom: 0px;
  width: 270px; }

/*** ICO's ***/
svg {
  width: 100%;
  height: 100%; }
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center; }
.ico-amenities {
  width: 39px;
  height: 31px; }

/*** FOOTER ***/
footer {
  padding-top: 30px; }
footer .booking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end; }
footer .booking a {
  margin-left: 15%; }
footer .title {
  color: #33b4ff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 18px; }
footer .copy span.legals {
	display:block;}
footer .copy {
  border-top: 1px solid #e6eaf2;
  margin-top: 35px;
  padding-top: 10px; }
footer .copy .websiteby {
  text-align: right; }
.email,
.tel,
.location {
  position: relative;
  padding-left: 25px; }
.email:before,
.tel:before,
.location:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.email:before {
	background-image: url('../images/email.svg'); }
.tel:before {
	background-image: url('../images/tel.svg'); }
.location:before {
  top: 1px;
  background-image: url('../images/location.svg'); }

/*** FORMSTACK ***/
.wf-active .fsBody,
.wf-active .fsBody input {
	font-family:'Inconsolata', monospace!important;
}
#reg-form .fsBody,
#reg-form .fsBody .fsForm {
	padding:0!important;
}
#reg-form .fsBody .fsLabel,
#reg-form .fsBody label,
#reg-form .fsRequiredMarker {
	color:#003399;
	font-weight:normal;
}
#reg-form .fsBody .fsFieldRow,
#reg-form .fsBody .fsRowBody {
	margin-bottom:10px!important;
}
#reg-form .fsLabelVertical .fsLabel {
	margin-bottom:5px;
}
#reg-form .fsBody .fsSupporting {
	margin-bottom:10px;
}
#reg-form .fsForm input,
#reg-form .fsForm select,
#reg-form .fsForm textarea {
	color:#003399;
	border-color:#cfd6e6;
}
#reg-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #003399;
	opacity: 1; /* Firefox */
}
#reg-form :-ms-input-placeholder,
#reg-form ::-ms-input-placeholder { /* Internet Explorer 10-11 & Microsoft Edge */
	color: #003399;
}
#reg-form .fsBody p {
	margin-top:30px;
}
#reg-form .fsPagination {
	margin-top:30px;
	text-align:left;
}
#reg-form .fsSubmitButton {
	padding:15px 50px;
	border-radius: 50px!important;
	background-color:#003399!important;
}

/*** MOBILE ***/
@media only screen and (max-width: 767px) {
  body, p {
    font-size: 14px; }
  button, .btn,
  button:hover, .btn:hover,
  button:focus, .btn:focus {
    outline: none;
    font-size: 14px;
    padding: 6px 15px 8px 15px;}
  button.arrow, .btn.arrow {
    padding: 6px 30px 8px 15px;
    line-height: normal; }
  button.arrow:after, .btn.arrow:after {
    right: 10px;
    top: 9px; }
  header {
    -webkit-box-shadow: 0 2px 4px 0 rgba(64, 85, 128, 0.2);
            box-shadow: 0 2px 4px 0 rgba(64, 85, 128, 0.2); }
  header .topBar {
    display: none; }
  header .menu a.logo {
    position: static;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; }
  header .menu .nav-box {
    padding: 0;
    padding-top: 15px;
    border-top: 1px solid #e6eaf2; }
  header .menu .nav-box a.btn.booking {
    position: relative;
    margin: 0 0 0 35px; }
  .navbar-nav {
    margin: 0; }
  .navbar-collapse {
    padding: 0; }
  button.navbar-toggle {
    margin-top: -23px;
    margin-right: 20px;
    margin-bottom: 23px;
    padding: 0;
    border: 0;
    background-color: #FFF; }
  .navbar-toggle span {
    display: block;
    background-color: #33b4ff;
    width: 20px;
    height: 1px;
    -webkit-border-radius: 0;
            border-radius: 0;}
  .navbar-nav ul {
    height: auto;
    line-height: normal;
    display: inherit;
    margin: 0; }
  .navbar-nav ul li {
    height: auto;
    line-height: normal;
    display: inherit;
    padding: 0;
    border-top: 1px solid #33b4ff; }
  .navbar-nav ul li:last-child {
    float: none;
    border-bottom: 1px solid #33b4ff; }
  .navbar-nav ul li a {
    color: #33b4ff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    display: block; }
  .navbar-nav ul li a.active, .navbar-nav ul li a:focus, .navbar-nav ul li a:hover {
    color: #FFF;
    background-color: #33b4ff;}
  .navbar-nav ul li a.active:before, .navbar-nav ul li a:focus:before, .navbar-nav ul li a:hover:before {
    display: none; }
  .breadcrumb>li, .breadcrumb>li a, .breadcrumb>.active, .breadcrumb>li+li:before {
    font-size: 13px;
    line-height: 14px; }
  .head:before {
    bottom: 20px; }
  .head .pic {
    height: 300px;
    margin-top: 20px; }
  .head .pic:before {
    left: 20px;
    top: -20px;
    height: 20px; }
  .home-head {
    padding-top: 0; }
  .home-head:before {
    display: none; }
  .home-head .see-apartments .box {
    padding: 15px 15px 20px 15px;;
    margin-right: 20px;
    margin-top: 20px; }
  .home-head .see-apartments .box:before {
    top: -21px;
    right: -20px;
    height: 20px; }
  .location-list li {
    padding: 20px 15px; }
  .home-head .see-apartments .box:after {
    top: -20px;
    right: -21px;
    width: 20px; }
  .location-list .picture {
    height: 240px; }
  .location-list .frame {
    margin-left: 20px;
    margin-bottom: 20px; }
  .location-list .frame:before {
    top: 20px;
    left: -20px;
    width: 20px; }
  .location-list .frame:after {
    left: -20px;
    bottom: -20px;
    height: 20px; }
  .location-list.block-grid-sm-2>*:nth-of-type(2n+1) {
    padding-right: 15px; }
  .location-list.block-grid-sm-2>*:nth-of-type(2n) {
    padding-left: 15px; }
  .location-list .cont {
    padding: 10px 40px 10px 0; }
  .location-list .cont a.more {
    right: 0px;
    top: 38px;
    width: 40px;
    height: 40px; }
  .content.other-location ul.location-list h2,
  .location-list h3 {
    font-size: 34px;
    line-height: 45px;
    margin-right: 30px;
    margin-bottom: 0px; }
  .home-head .see-apartments .title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 25px; }
  .home-head .home-slider.slick-slider {
    margin-top: 0;
    margin-bottom: 10px; }
  .home-head .home-slider .pic {
    width: 92%;
    height: 270px; }
  .location-list .cont p {
    display: none; }
  .home-location {
    padding: 30px 0 15px 0; }
  .home-location h2 {
    margin-bottom: 30px; }
  .cont-head.home .box {
    text-align: center;
    padding: 30px 15px 20px 15px;
    border: 0; }
  .cont-head.home .box strong {
    display: block;
    margin-bottom: 30px; }
  .cont-head.home .box .check-availablity {
    margin-top: 30px; }
  .frame {
    margin-left: 20px;
    margin-bottom: 20px; }
  .frame:before {
    top: 20px;
    left: -20px;
    height: 100%;
    width: 20px; }
  .frame:after {
    left: -20px;
    bottom: -20px;
    height: 20px; }
	.frame.cta:before {
		left: -21px; }
	.frame.cta:after {
		bottom: -21px; }
  .breadcrumb {
    margin-bottom: 10px; }
  h1 {
    font-size: 45px;
    line-height: 45px; }
  h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px; }
  h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 10px; }
  .content {
    padding: 0 0 20px 0; }
  .cont-head .box {
    padding: 30px 0; }
  .content.other-location {
    padding-top: 30px; }
  .content.other-location ul.location-list {
    padding-left: 15px;;
    padding-right: 15px; }
  .content.other-location .location-list .cont {
    padding: 10px 10px 10px 0; }
  .e404 .text-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 15px;
    -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%); }
  .e404 h1 {
    font-size: 36px;
    line-height: 36px;
    margin: 30px 0px 10px;}
  .e404 p,
  .e404 p a {
    font-size: 18px; }
  ul.locationCategory-list {
    margin-top: 30px; }
  .locationCategory-list.block-grid-sm-2>*:nth-of-type(2n+1) {
    padding-right: 15px; }
  .locationCategory-list.block-grid-sm-2>*:nth-of-type(2n) {
    padding-left: 15px; }
  .locationCategory-slider .pic {
    height: 310px; }
  .locationCategory-slider .slick-prev {
    width: 30px;
    height: 30px;
    left: 10px; }
  .locationCategory-slider .slick-prev:before {
    width: 30px;
    height: 30px; }
  .locationCategory-slider .slick-next {
    width: 30px;
    height: 30px;
    right: 10px; }
  .locationCategory-slider .slick-next:before {
    width: 30px;
    height: 30px; }
  .locationCategory-list li {
    padding: 10px; }
  .locationCategory-list .property-highlights .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px; }
  .locationCategory-list .property-highlights {
    padding: 15px 0; }
  .locationCategory-list .property-highlights strong {
    margin: 0;
    font-size: 12px;
    display: inline-block; }
  .locationCategory-list .property-highlights strong img {
    width: 20%; }
  .locationCategory-list .check-availablity {
    height: 290px;
    line-height: 290px;
    padding: 15px 10%; }
  .locationCategory-list .check-availablity .title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px; }
  .locationCategory-list .check-availablity .text {
    margin-top: -40px; }
  .locationCategory-list p.contact {
    position: static;
    padding: 25px 20px 0 20px; }
  .gallery-inc ul li {
    height: 140px; }
  .content aside .check-availablity {
    margin-bottom: 50px;
    margin-top: 30px; }
  .slider-buttons {
    margin-top: 0; }
  .slider-buttons .prev {
    width: 30px;
    height: 30px; }
  .slider-buttons .prev:before{
    width: 30px;
    height: 30px; }
  .slider-buttons .next {
    width: 30px;
    height: 30px; }
  .slider-buttons .next:before {
    width: 30px;
    height: 30px; }
  .slider-wrap .locationDetail-slider .pic {
    height: 280px; }
  .carousel-control.left {
    left: 20px; }
  .carousel-control.right {
    right: 20px; }
  .location-detail .cont-head .box {
    padding-top: 10px;
    text-align: center; }
  .location-detail .cont-head h1 {
    margin-bottom: 25px; }
  .location-detail .cont-head .property-highlights {
    text-align: center; }
  .location-detail .cont-head .property-highlights strong {
    margin: 0;
    font-size: 12px;
    display: inline-block; }
  .location-detail .cont-head .property-highlights strong img {
    width: 20%; }
  .location-detail .nav-property ul li a {
    font-size: 13px;
    padding: 0 10px; }
  .affix {
    position: static; }
  .location-detail .content ul.amenities {
    margin-top: 20px; }
  .location-detail .content ul.amenities li {
    position: relative;
    padding-left: 35px;
    font-size: 12px; }
  .ico-amenities {
    width: 30px;
    height: 22px; }
    .modal-dialog {
      margin: 70px auto; }
    .carousel-control {
      width: 20%; }
    .carousel-control.left {
      left: 0; }
    .carousel-control.right {
      right: 0; }
    .glyphicon-chevron-left:before {
      width: 30px;
      height: 30px; }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
      width: 30px;
      height: 30px; }
    .glyphicon-chevron-right:before {
      width: 30px;
      height: 30px; }
  button.close, button.close:hover, button.close:focus {
    font-size: 60px;
    line-height: 60px;
    margin-right: 10px; }
  .gmaps {
    height: 230px; }
  .content.contact-form .contact-info p {
    margin-bottom: 20px; }
  .content.book-online {
    padding-top: 30px; }
  footer {
    padding-top: 0;
    text-align: center; }
  footer .title {
    margin-top: 30px;
    margin-bottom: 15px; }
  .email, .tel, .location {
    display: inline-block; }
  footer .booking {
    margin-top: 25px;
    display: block; }
  footer .booking img {
    display: block;
    margin: auto; }
  footer .booking a {
    margin-left: 0;
    margin-top: 30px; }
  footer .copy span.legals {
    display: block; }
  footer .copy p {
    font-size: 11px; }
  footer .copy .websiteby {
    text-align: center; }
	/*** FORMSTACK ***/
	#reg-form .fsPagination {
		margin-top:20px; }
	.booking-widget iframe {
		height:800px; }
	
}
/*** TABLET ***/
@media only screen and (min-width: 768px) and (max-width: 991px ) {
  body, p {
    font-size: 14px; }
  button, .btn,
  button:hover, .btn:hover,
  button:focus, .btn:focus {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 15px 8px 15px; }
  button, .btn {
    font-size: 14px;
    line-height: 14px; }
  button.arrow, .btn.arrow {
    padding: 7px 30px 8px 15px; }
  button.arrow:after, .btn.arrow:after {
    right: 10px;
    top: 9px; }
  header .topBar p {
    font-size: 12px; }
  header .topBar span {
    margin-left: 5px; }
  header .menu a.logo {
    top: 15px;
    width: 230px; }
	header .menu a.logo img {
		height:86px;}
  .navbar-nav {
    text-align: center; }
  .navbar-nav ul {
    height: 50px;
    line-height: 50px;
    margin-right: 0px;
    margin-top: 145px; }
  .navbar-nav ul li {
    padding: 0px 10px; }
  .navbar-nav ul li:last-child {
    float: none; }
  .navbar-nav ul li a {
    font-size: 18px; }
  .navbar-nav ul li a.active:before, .navbar-nav ul li a:focus:before, .navbar-nav ul li a:hover:before {
    bottom: -10px; }
  header .menu .nav-box a.btn.booking {
    right: auto;
    left: 50%;
    top: 115px;
    bottom: auto;
    margin: 0px 0px 0px -83px; }
  .breadcrumb {
    margin-bottom: 10px; }
  .head .pic {
    height: 280px; }
  .home-head .home-slider .pic {
    width: 96%;
    height: 400px; }
  .home-head .home-slider.slick-slider {
    margin-top: 10px; }
  .home-head .see-apartments .box {
    padding: 40px 10%; }
  .home-head .see-apartments .title {
    color: #003399;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px; }
  .cont-head.home .box {
    padding-top: 80px; }
  .cont-head.home .box .check-availablity {
    margin-top: -30px; }
  .location-list .cont {
    padding: 20px 50px 20px 0; }
  .content.other-location ul.location-list h2,
  .location-list h3 {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 15px 0; }
  .location-list .cont a.more {
    right: 0px;
    top: 40px;
    width: 45px;
    height: 45px; }
  .home-location h2 {
    margin-bottom: 35px; }
  .home-location {
    padding: 30px 0 15px 0; }
  .location-list.block-grid-sm-2>*:nth-of-type(2n+1) {
    padding-right: 15px; }
  .location-list.block-grid-sm-2>*:nth-of-type(2n) {
    padding-left: 15px; }
  .location-list .picture {
    height: 300px; }
  h1 {
    font-size: 48px;
    line-height: 48px; }
  h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 30px; }
  h3 {
    margin-top: 20px; }
  .check-availablity {
    padding: 25px 15px; }
  .check-availablity .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px; }
  .cont-head .box {
    padding: 40px 0; }
  .content.other-location {
    padding-top: 30px; }
  ul.locationCategory-list {
    margin-top: 30px; }
  .locationCategory-list.block-grid-sm-2>*:nth-of-type(2n+1) {
    padding-right: 15px; }
  .locationCategory-list.block-grid-sm-2>*:nth-of-type(2n) {
    padding-left: 15px; }
  .locationCategory-list .property-highlights {
    padding: 15px; }
  .locationCategory-list .property-highlights .title {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 25px; }
  .locationCategory-list .property-highlights strong {
    margin: 0 5px;
    font-size: 13px; }
  .locationCategory-list .property-highlights strong img {
    margin-right: 5px; }
  .locationCategory-list .check-availablity {
    height: 300px;
    line-height: 300px;
    padding: 30px 10%; }
  .locationCategory-list .check-availablity .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px; }
  .locationCategory-list p.contact {
    padding: 0 10%; }
  .locationCategory-slider .pic {
    height: 300px; }
  .slider-wrap a.back {
    padding: 9px 25px 9px 15px; }
  .slider-wrap a.back:before {
    top: 11px; }
  .slider-wrap .locationDetail-slider .pic {
    height: 350px; }
  .modal-dialog {
    margin: 50px auto; }
  button.close, button.close:hover, button.close:focus {
    font-size: 70px;
    line-height: 70px;
    margin-right: 25px; }
  .location-detail .cont-head .box {
    padding-top: 20px; }
  .location-detail .cont-head h1 {
    margin-bottom: 30px; }
  .location-detail .cont-head .property-highlights strong {
    margin-left: 10px;
    font-size: 13px; }
  .location-detail .cont-head .property-highlights strong img {
    margin-right: 5px; }
  .location-detail .content ul.amenities li {
    padding-left: 50px; }
  .content aside .check-availablity {
    margin-bottom: 70px; }
  .content.book-online {
    padding-top: 30px; }
  .gallery-inc ul li {
    height: 200px; }
  footer .title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px; }
  footer .copy p {
    font-size: 12px; }
  footer .copy .legals {
    display: block; }
  .email, .tel, .location {
    font-size: 13px;
    padding-left: 15px; }
  .email:before, .tel:before, .location:before {
    top: 1px;
    width: 13px;
    height: 17px; }
	.booking-widget {
		overflow:scroll;
		-webkit-overflow-scrolling:touch;}

}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  button.arrow, .btn.arrow {
    font-size: 14px;
    padding: 10px 30px 10px 20px; }
  button.arrow:after, .btn.arrow:after {
    right: 10px; }
  header .topBar p {
    font-size: 16px;
    margin-bottom: 0; }
  header .topBar span {
    margin-left: 10px; }
  header .menu a.logo {
    top: 17.5px;
    width: 250px; }
	header .menu a.logo img {
		height:93px;}
  .navbar-nav ul {
    height: 130px;
    line-height: 130px;
    margin-right: 210px; }
  .navbar-nav ul li {
    padding: 0px 8px; }
  .navbar-nav ul li a {
    font-size: 17px; }
  .breadcrumb {
    margin-bottom: 10px; }
  .head .pic {
    height: 450px; }
  .cont-head.home .box .check-availablity {
    margin-top: -40px; }
  .home-head .home-slider .pic {
    width: 96%;
    height: 450px; }
  .home-head .see-apartments .box {
    padding: 45px 15%; }
  .home-head .see-apartments .title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px; }
  .home-location {
    padding: 35px 0 15px 0; }
  .home-location h2 {
    margin-bottom: 45px; }
  .location-list .picture {
    height: 380px; }
  .location-list .cont {
    padding: 30px 50px 30px 40px; }
  .content.other-location ul.location-list h2,
  .location-list h3 {
    font-size: 40px;
    line-height: 45px;
    margin-right: 70px; }
  h1 {
    font-size: 55px;
    line-height: 55px; }
  h2, h3 {
    margin-top: 40px; }
  .content {
    padding: 0 0 45px 0; }
  .content.other-location {
    padding-top: 40px; }
  ul.locationCategory-list {
    margin-top: 40px; }
  .cont-head .box {
    padding: 50px 0; }
  .locationCategory-slider .pic {
    height: 340px; }
  .locationCategory-list .property-highlights {
    padding: 20px; }
  .locationCategory-list .property-highlights .title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 25px; }
  .locationCategory-list .property-highlights strong {
    margin: 0 5px;
    font-size: 13px; }
  .locationCategory-list .property-highlights strong img {
    margin-right: 5px; }
  .locationCategory-list .check-availablity {
    height: 340px;
    line-height: 340px;
    padding: 30px 10%; }
  .locationCategory-list p.contact {
    padding: 0 15%; }
  .slider-wrap .locationDetail-slider .pic {
    height: 450px; }
  .location-detail .cont-head .box {
    padding-top: 30px; }
  .location-detail .cont-head h1 {
    margin-bottom: 25px; }
  .cont-head.home .box {
    padding-top: 110px; }
  .check-availablity {
    padding: 35px 15px; }
  .check-availablity .title {
    color: #003399;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px; }
  .frame {
    margin-left: 20px;
    margin-bottom: 20px; }
  .frame:before {
    top: 20px;
    left: -20px;
    width: 20px; }
  .frame:after {
    left: -20px;
    bottom: -20px;
    height: 20px; }
	.frame.cta:before {
		left: -21px; }
	.frame.cta:after {
		bottom: -21px; }
  .gallery-inc ul li {
    height: 270px; }
  .content aside .check-availablity {
    margin-bottom: 80px; }
  .content.book-online {
    padding-top: 40px; }
  .email, .tel, .location {
    padding-left: 20px; }
  footer .copy span.legals {
    display: block; }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.head:before,
	.head .pic:before,
	.home-head:before,
	.home-head .see-apartments .box:before,
	.home-head .see-apartments .box:after,
	.frame:before,
	.frame:after,
	.cont-head.border-img:before,
	.slider-wrap:before,
	.slider-wrap a.back:after {
    background-image: url('../images/bg-pattern@2x.jpg');
    background-size: 300px 182px;
  }
}

[class*="block-grid-"]{display:block;margin:-15px;padding:0 .9375rem}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>*{display:inline;padding:15px;height:auto;float:left;list-style:none}.block-grid-xs-1>*{width:100%}.block-grid-xs-1>*:nth-of-type(n){clear:none}.block-grid-xs-1>*:nth-of-type(1n+1){clear:both}.block-grid-xs-2>*{width:50%}.block-grid-xs-2>*:nth-of-type(n){clear:none}.block-grid-xs-2>*:nth-of-type(2n+1){clear:both}.block-grid-xs-3>*{width:33.333333333333336%}.block-grid-xs-3>*:nth-of-type(n){clear:none}.block-grid-xs-3>*:nth-of-type(3n+1){clear:both}.block-grid-xs-4>*{width:25%}.block-grid-xs-4>*:nth-of-type(n){clear:none}.block-grid-xs-4>*:nth-of-type(4n+1){clear:both}.block-grid-xs-5>*{width:20%}.block-grid-xs-5>*:nth-of-type(n){clear:none}.block-grid-xs-5>*:nth-of-type(5n+1){clear:both}.block-grid-xs-6>*{width:16.666666666666668%}.block-grid-xs-6>*:nth-of-type(n){clear:none}.block-grid-xs-6>*:nth-of-type(6n+1){clear:both}.block-grid-xs-7>*{width:14.285714285714286%}.block-grid-xs-7>*:nth-of-type(n){clear:none}.block-grid-xs-7>*:nth-of-type(7n+1){clear:both}.block-grid-xs-8>*{width:12.5%}.block-grid-xs-8>*:nth-of-type(n){clear:none}.block-grid-xs-8>*:nth-of-type(8n+1){clear:both}.block-grid-xs-9>*{width:11.11111111111111%}.block-grid-xs-9>*:nth-of-type(n){clear:none}.block-grid-xs-9>*:nth-of-type(9n+1){clear:both}.block-grid-xs-10>*{width:10%}.block-grid-xs-10>*:nth-of-type(n){clear:none}.block-grid-xs-10>*:nth-of-type(10n+1){clear:both}.block-grid-xs-11>*{width:9.090909090909092%}.block-grid-xs-11>*:nth-of-type(n){clear:none}.block-grid-xs-11>*:nth-of-type(11n+1){clear:both}.block-grid-xs-12>*{width:8.333333333333334%}.block-grid-xs-12>*:nth-of-type(n){clear:none}.block-grid-xs-12>*:nth-of-type(12n+1){clear:both}@media (min-width: 768px){.block-grid-sm-1>*{width:100%}.block-grid-sm-1>*:nth-of-type(n){clear:none}.block-grid-sm-1>*:nth-of-type(1n+1){clear:both}.block-grid-sm-2>*{width:50%}.block-grid-sm-2>*:nth-of-type(n){clear:none}.block-grid-sm-2>*:nth-of-type(2n+1){clear:both}.block-grid-sm-3>*{width:33.333333333333336%}.block-grid-sm-3>*:nth-of-type(n){clear:none}.block-grid-sm-3>*:nth-of-type(3n+1){clear:both}.block-grid-sm-4>*{width:25%}.block-grid-sm-4>*:nth-of-type(n){clear:none}.block-grid-sm-4>*:nth-of-type(4n+1){clear:both}.block-grid-sm-5>*{width:20%}.block-grid-sm-5>*:nth-of-type(n){clear:none}.block-grid-sm-5>*:nth-of-type(5n+1){clear:both}.block-grid-sm-6>*{width:16.666666666666668%}.block-grid-sm-6>*:nth-of-type(n){clear:none}.block-grid-sm-6>*:nth-of-type(6n+1){clear:both}.block-grid-sm-7>*{width:14.285714285714286%}.block-grid-sm-7>*:nth-of-type(n){clear:none}.block-grid-sm-7>*:nth-of-type(7n+1){clear:both}.block-grid-sm-8>*{width:12.5%}.block-grid-sm-8>*:nth-of-type(n){clear:none}.block-grid-sm-8>*:nth-of-type(8n+1){clear:both}.block-grid-sm-9>*{width:11.11111111111111%}.block-grid-sm-9>*:nth-of-type(n){clear:none}.block-grid-sm-9>*:nth-of-type(9n+1){clear:both}.block-grid-sm-10>*{width:10%}.block-grid-sm-10>*:nth-of-type(n){clear:none}.block-grid-sm-10>*:nth-of-type(10n+1){clear:both}.block-grid-sm-11>*{width:9.090909090909092%}.block-grid-sm-11>*:nth-of-type(n){clear:none}.block-grid-sm-11>*:nth-of-type(11n+1){clear:both}.block-grid-sm-12>*{width:8.333333333333334%}.block-grid-sm-12>*:nth-of-type(n){clear:none}.block-grid-sm-12>*:nth-of-type(12n+1){clear:both}}@media (min-width: 992px){.block-grid-md-1>*{width:100%}.block-grid-md-1>*:nth-of-type(n){clear:none}.block-grid-md-1>*:nth-of-type(1n+1){clear:both}.block-grid-md-2>*{width:50%}.block-grid-md-2>*:nth-of-type(n){clear:none}.block-grid-md-2>*:nth-of-type(2n+1){clear:both}.block-grid-md-3>*{width:33.333333333333336%}.block-grid-md-3>*:nth-of-type(n){clear:none}.block-grid-md-3>*:nth-of-type(3n+1){clear:both}.block-grid-md-4>*{width:25%}.block-grid-md-4>*:nth-of-type(n){clear:none}.block-grid-md-4>*:nth-of-type(4n+1){clear:both}.block-grid-md-5>*{width:20%}.block-grid-md-5>*:nth-of-type(n){clear:none}.block-grid-md-5>*:nth-of-type(5n+1){clear:both}.block-grid-md-6>*{width:16.666666666666668%}.block-grid-md-6>*:nth-of-type(n){clear:none}.block-grid-md-6>*:nth-of-type(6n+1){clear:both}.block-grid-md-7>*{width:14.285714285714286%}.block-grid-md-7>*:nth-of-type(n){clear:none}.block-grid-md-7>*:nth-of-type(7n+1){clear:both}.block-grid-md-8>*{width:12.5%}.block-grid-md-8>*:nth-of-type(n){clear:none}.block-grid-md-8>*:nth-of-type(8n+1){clear:both}.block-grid-md-9>*{width:11.11111111111111%}.block-grid-md-9>*:nth-of-type(n){clear:none}.block-grid-md-9>*:nth-of-type(9n+1){clear:both}.block-grid-md-10>*{width:10%}.block-grid-md-10>*:nth-of-type(n){clear:none}.block-grid-md-10>*:nth-of-type(10n+1){clear:both}.block-grid-md-11>*{width:9.090909090909092%}.block-grid-md-11>*:nth-of-type(n){clear:none}.block-grid-md-11>*:nth-of-type(11n+1){clear:both}.block-grid-md-12>*{width:8.333333333333334%}.block-grid-md-12>*:nth-of-type(n){clear:none}.block-grid-md-12>*:nth-of-type(12n+1){clear:both}}@media (min-width: 1200px){.block-grid-lg-1>*{width:100%}.block-grid-lg-1>*:nth-of-type(n){clear:none}.block-grid-lg-1>*:nth-of-type(1n+1){clear:both}.block-grid-lg-2>*{width:50%}.block-grid-lg-2>*:nth-of-type(n){clear:none}.block-grid-lg-2>*:nth-of-type(2n+1){clear:both}.block-grid-lg-3>*{width:33.333333333333336%}.block-grid-lg-3>*:nth-of-type(n){clear:none}.block-grid-lg-3>*:nth-of-type(3n+1){clear:both}.block-grid-lg-4>*{width:25%}.block-grid-lg-4>*:nth-of-type(n){clear:none}.block-grid-lg-4>*:nth-of-type(4n+1){clear:both}.block-grid-lg-5>*{width:20%}.block-grid-lg-5>*:nth-of-type(n){clear:none}.block-grid-lg-5>*:nth-of-type(5n+1){clear:both}.block-grid-lg-6>*{width:16.666666666666668%}.block-grid-lg-6>*:nth-of-type(n){clear:none}.block-grid-lg-6>*:nth-of-type(6n+1){clear:both}.block-grid-lg-7>*{width:14.285714285714286%}.block-grid-lg-7>*:nth-of-type(n){clear:none}.block-grid-lg-7>*:nth-of-type(7n+1){clear:both}.block-grid-lg-8>*{width:12.5%}.block-grid-lg-8>*:nth-of-type(n){clear:none}.block-grid-lg-8>*:nth-of-type(8n+1){clear:both}.block-grid-lg-9>*{width:11.11111111111111%}.block-grid-lg-9>*:nth-of-type(n){clear:none}.block-grid-lg-9>*:nth-of-type(9n+1){clear:both}.block-grid-lg-10>*{width:10%}.block-grid-lg-10>*:nth-of-type(n){clear:none}.block-grid-lg-10>*:nth-of-type(10n+1){clear:both}.block-grid-lg-11>*{width:9.090909090909092%}.block-grid-lg-11>*:nth-of-type(n){clear:none}.block-grid-lg-11>*:nth-of-type(11n+1){clear:both}.block-grid-lg-12>*{width:8.333333333333334%}.block-grid-lg-12>*:nth-of-type(n){clear:none}.block-grid-lg-12>*:nth-of-type(12n+1){clear:both}}
} }
}
}
