/*----------------------------------
	Common HTML elements and more for easier usage
------------------------------------*/
.container{max-width: 1500px !important;}
.container-fluid{max-width: 100% !important;}
.row { margin-right: 0px !important; margin-left: 0px !important; }
html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  color: #222324;
  line-height: 1.6;
  background-color: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #13b1cd;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}

em > a,
li > a {
  color: #242424;
}

em > a:hover,
li > a:hover {
  color: #13b1cd;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 0.9375rem;
  font-weight: 300;
  /*color: #656565;*/
  color: #000;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Links */
a {
  color: #13b1cd;
  text-decoration: none;
}

a:focus, a:hover {
  color: #1095ac;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #13b1cd;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff;
  background: #13b1cd;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}



/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Container
------------------------------ */
.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  /*padding: .75rem 1.875rem;*/
  /*padding: .0rem 1.875rem;*/
  padding: .0rem 0.775rem;
}

.s-header__container:before, .s-header__container:after {
  content: " ";
  display: table;
}

.s-header__container:after {
  clear: both;
}

.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}

.s-header__navbar-row-col {
  /*width: 50%;*/
  display: table-cell;
  vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  /*z-index: 9999;*/
  z-index: 1;
  width: 100%;
  height: auto;
  float: left;
}

.s-header__logo-link {
  display: inline-block;
  padding: 1rem 0;
}

.s-header__logo-link:focus, .s-header__logo-link:hover {
  text-decoration: none;
}

.s-header__logo-img-default, .s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
  opacity: 1;
  max-width: 100% !important;
  max-height: 100% !important;
}

.s-header__logo-img-shrink {
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}

@media (max-width: 61.9em) {
  .s-header__logo {
    width: auto;
    height: auto;
    float: left;
	z-index: 1 !important;
  }
}

/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 3.125rem;
  height: 3.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.375rem;
  height: 0.0625rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, 25%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before, .s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon {
  background: #fff;
}

.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
/*.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}*/
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  /*left: 0;*/
  right: 0;
  z-index: 999;
  /*width: 75%;*/
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
  background: rgba(34, 35, 36, 0.99);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 7.5rem 0;
}

/* Menu List */
/*.s-header__nav-menu {
 	width: 18.75rem;
    height: 100% !important; 
    float: right;
    text-align: right;
    margin-bottom: 20px;
}*/
.s-header__nav-menu {
    /* width: 18.75rem; */
    /* height: 100% !important; */
    float: right;
    /* width: 12.75rem !important; */
    text-align: right;
    margin-bottom: 20px;
    width: 100% !important;
	/*max-height: 415px !important;*/
}
@media (max-width: 47.9em) {
  .s-header__nav-menu {
    width: 50%;
  }
}

@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}

.s-header__nav-menu-item {
  padding: 0 0 0 6.625rem;
  margin-bottom: .3125rem;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}

.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff !important;
  opacity: .85;
  padding: .3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header__nav-menu-link:hover {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  color: #666 !important;
  opacity: .85;
  padding: .3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/*.s-header__nav-menu-link-divider {
  position: relative;
}

.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 2.1875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}

.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}
*/
/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}

.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action--rb {
  position: absolute;
  right: .875rem;
  bottom: .875rem;
  /*right: 1.875rem;
  bottom: 1.875rem;*/
}

.s-header__action-item {
  padding: 0;
  margin-left: .1875rem;
  margin-right: .3125rem;
}

.s-header__action-link {
  position: relative;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: .3125rem;
}

.s-header__action-link:first-child {
  padding-left: 0;
}

.s-header__action-link:last-child {
  padding-right: 0;
}

.s-header__action-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s-header__action-link.-is-active {
  color: white;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
  margin-bottom:25px !important;
}
@media (max-width: 47.9em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item,
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}

@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(11) {
    -webkit-transition: all 0.4s 2.2s ease-out;
    transition: all 0.4s 2.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(12) {
    -webkit-transition: all 0.4s 2.4s ease-out;
    transition: all 0.4s 2.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(13) {
    -webkit-transition: all 0.4s 2.6s ease-out;
    transition: all 0.4s 2.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(14) {
    -webkit-transition: all 0.4s 2.8s ease-out;
    transition: all 0.4s 2.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(15) {
    -webkit-transition: all 0.4s 3s ease-out;
    transition: all 0.4s 3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(16) {
    -webkit-transition: all 0.4s 3.2s ease-out;
    transition: all 0.4s 3.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(17) {
    -webkit-transition: all 0.4s 3.4s ease-out;
    transition: all 0.4s 3.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}

/* Shrink Navbar
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}

.s-header__shrink.-is-open .s-header__navbar {
  /*background: transparent;*/
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}

.s-header__shrink .s-header__navbar {
  background-color: #33383c;
  height: 60px !important;
}


}

.s-header__shrink .s-header__logo-img-default {
  opacity: 0;
}

.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #FFF;
}

/* Logo
------------------------------ */
.s-header-v2__logo {
  width: 100%;
  height: auto;
  float: left;
}

.s-header-v2__logo-link {
  display: inline-block;
  padding: 1rem 1.25rem 1rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover {
  text-decoration: none;
}

.s-header-v2__logo-img {
  display: inline-block;
}

.s-header-v2__logo-img--default {
  display: block;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--default {
    display: none;
  }
}

.s-header-v2__logo-img--shrink {
  display: none;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--shrink {
    display: block;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__logo {
    width: auto;
    height: auto;
    float: left;
  }
  .s-header-v2__logo-link {
    padding-left: .875rem;
    padding-right: .625rem;
  }
}

/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse {
    width: 100%;
    padding: 0 .9375rem !important;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse.collapse {
    display: none !important;
  }
  .s-header-v2__navbar-collapse.collapse.in {
    display: block !important;
    max-height: 35rem;
    overflow-y: auto !important;
  }
}

/* Nav Menu
------------------------------ */
.s-header-v2__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.s-header-v2__nav:before, .s-header-v2__nav:after {
  content: " ";
  display: table;
}

.s-header-v2__nav:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav {
    background: #fff;
    padding: 1.25rem 0;
  }
}

.s-header-v2__nav-item {
  position: relative;
  display: block;
  float: left;
}

.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
  margin-right: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-item {
    float: none;
  }
}

.s-header-v2__nav-item .dropdown-backdrop {
  position: relative;
}

.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 5.5rem;
  text-transform: uppercase;
  margin: 0 .9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__nav-link:hover {
  color: #fff;
}

.s-header-v2__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.s-header-v2__nav-link.-is-active {
  color: #fff;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
    line-height: 1.6;
    margin: 1.5rem 0;
  }
  .s-header-v2__nav-link:focus, .s-header-v2__nav-link:hover {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}

/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.750rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: .9375rem 0;
  margin-top: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}

.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: .4375rem 2rem .4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__dropdown-menu-link:hover {
  color: #13b1cd !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #13b1cd !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
    display: block;
  }
}

/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }
  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }
  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }
  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #13b1cd;
  }
  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 1.3rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background: #9e9e9e;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #000;
}

.s-back-to-top:hover:before {
  color: #FFF;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 6.0rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}


/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}


/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #13b1cd;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #13b1cd;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #13b1cd;
}

/* Slider Text for Slider
------------------------------ */
/*#slidertext{font-size: 65px ; font-family: 'Julius Sans One', sans-serif !important;}*/
@media only screen and (max-width: 2560px) and (min-width: 1030px) {  
#slidertext{font-size: 65px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 2560px) and (min-width: 1030px) and (orientation: landscape) {  
#slidertext{font-size: 65px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 1029px) and (min-width: 751px) {  
#slidertext{font-size: 65px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 1029px) and (min-width: 751px) and (orientation: landscape) {  
#slidertext{font-size: 50px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 750px) and (min-width: 500px) {  
#slidertext{font-size: 50px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 750px) and (min-width: 500px) and (orientation: landscape) {  
#slidertext{font-size: 35px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 499px) and (min-width: 350px)  {  
#slidertext{font-size: 35px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 349px) and (min-width: 300px)  {  
#slidertext{font-size: 35px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 299px) and (min-width: 250px)  {  
#slidertext{font-size: 30px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 499px) and (min-width: 350px) and (orientation: landscape)  {  
#slidertext{font-size: 35px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 349px) and (min-width: 300px) and (orientation: landscape)  {  
#slidertext{font-size: 35px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 299px) and (min-width: 250px) and (orientation: landscape)  {  
#slidertext{font-size: 30px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
 /* Phone Number At the top of nav bar
------------------------------------------- */
.phonenumber{display: inline-block; color:#fff !important; font-size: 2.5em; float:right; white-space: nowrap; margin-top:50px; margin-bottom:50px; margin-left:15px; margin-right:15px; font-family: 'Julius Sans One', sans-serif !important;}

@media only screen and (max-width: 1199px) and (min-width: 867px)  {  
.phonenumber{display: inline-block; color:#fff !important; font-size: 2.5em; float:right; white-space: nowrap; margin-top:50px; margin-bottom:50px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 866px) and (min-width: 712px)  {  
.phonenumber{display: inline-block; color:#fff !important; font-size: 1.0em; float:right; white-space: nowrap; margin-top:60px; margin-bottom:50px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 711px) and (min-width: 685px)  {  
.phonenumber{display: inline-block; color:#fff !important; font-size:12px; float:right; white-space: nowrap; margin-top:64px; margin-bottom:50px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 684px) and (min-width: 640px)  {  
.phonenumber{display: inline-block; color:#fff !important; font-size:12px; float:right; white-space: nowrap; margin-top:60px; margin-bottom:50px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
  @media only screen and (max-width: 639px) and (min-width: 600px)  {  
.phonenumber{display: inline-block; color:#fff !important; font-size:12px; float:right; white-space: nowrap; margin-top:55px; margin-bottom:50px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 599px) and (min-width: 500px)  {  
.phonenumber{display: inline-block; color:#fff !important; font-size:12px; float:right; white-space: nowrap; margin-top:54px; margin-bottom:50px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
  @media only screen and (max-width: 499px) and (min-width: 400px)  {  
.phonenumber{display: inline-block; color:#fff !important; font-size:12px; float:right; white-space: nowrap; margin-top:50px; margin-bottom:50px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 399px) and (min-width: 200px)  {  
.phonenumber{display: inline-block; color:#fff !important; font-size:12px; float:right; white-space: nowrap; margin-top:50px; margin-bottom:50px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 
 
.phonenumber1{display: inline-block; color:#fff; font-size: 2.5em; /*float:right;*/ white-space: nowrap; margin-top:0px; margin-bottom:0px; margin-left:15px; margin-right:15px; font-family: 'Julius Sans One', sans-serif !important;}

@media only screen and (max-width: 1199px) and (min-width: 1024px)  {  
.phonenumber1{display: inline-block; color:#fff; font-size: 2.5em; /*float:right;*/ white-space: nowrap; margin-top:0px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 1023px) and (min-width: 867px)  {  
.phonenumber1{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 866px) and (min-width: 712px)  {  
.phonenumber1{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 711px) and (min-width: 685px)  {  
.phonenumber1{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 684px) and (min-width: 640px)  {  
.phonenumber1{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
  @media only screen and (max-width: 639px) and (min-width: 600px)  {  
.phonenumber1{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 599px) and (min-width: 500px)  {  
.phonenumber1{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
  @media only screen and (max-width: 499px) and (min-width: 400px)  {  
.phonenumber1{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 399px) and (min-width: 200px)  {  
.phonenumber1{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }

.phonenumber1:hover{display: inline-block; color:#fff; font-size: 2.5em; /*float:right;*/ white-space: nowrap; margin-top:0px; margin-bottom:0px; margin-left:15px; margin-right:15px; font-family: 'Julius Sans One', sans-serif !important;}

@media only screen and (max-width: 1199px) and (min-width: 1024px)  {  
.phonenumber1:hover{display: inline-block; color:#fff; font-size: 2.5em; /*float:right;*/ white-space: nowrap; margin-top:0px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 1023px) and (min-width: 867px)  {  
.phonenumber1:hover{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 866px) and (min-width: 712px)  {  
.phonenumber1:hover{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 711px) and (min-width: 685px)  {  
.phonenumber1:hover{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 684px) and (min-width: 640px)  {  
.phonenumber1:hover{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
  @media only screen and (max-width: 639px) and (min-width: 600px)  {  
.phonenumber1:hover{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 599px) and (min-width: 500px)  {  
.phonenumber1:hover{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
  @media only screen and (max-width: 499px) and (min-width: 400px)  {  
.phonenumber1:hover{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 399px) and (min-width: 200px)  {  
.phonenumber1:hover{display: inline-block; color:#fff; font-size: 1.5em; /*float:right;*/ white-space: nowrap; margin-top:9px; margin-bottom:0px; margin-left:20px; margin-right:-1px; font-family: 'Julius Sans One', sans-serif !important;}
 }
/*------------------------------------------------------
	BASIC STYLES 
--------------------------------------------------------*/
.navbar-brand {
    display: inline-block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  line-height: 28px;
  color: #777777;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
overflow-x: hidden;

h1, h2, h3, h4, h5, h6 {
  color: #31373a;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: bold;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-weight: inherit;
  font-family: 'Julius Sans One', sans-serif;
}

h1 {
  font-size: 36px;
  font-family: 'Julius Sans One', sans-serif;
}
.descripthead{
	border-bottom: solid 1px #ddd;
    padding: 20px 0;
    line-height: 1.4em;
    font-size: 54px;
    font-family: 'Lato', sans-serif;
    margin-top: 75px;
	margin-bottom: 70px;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
	color: #000;
}
h2 {
  font-size: 30px;
  font-family: 'Julius Sans One', sans-serif;
}

h3 {
  font-size: 24px;
  font-family: 'Julius Sans One', sans-serif;
}

h4 {
  line-height: 1.7;
  font-size: 20px;
  font-family: 'Julius Sans One', sans-serif;
}

h5 {
  font-size: 16px;
  font-family: 'Julius Sans One', sans-serif;
}

h6 {
  font-size: 14px;
  font-family: 'Julius Sans One', sans-serif;
}

p {
  margin: 0 0 20px 0;
  font-size: 19px;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 28px;
  line-height: 36px;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 600 !important;
  color: #000;
  font-family: 'Raleway', sans-serif !important;
  
}
#photosliderfont{
	color: #fff;
	
}
#servicescard:hover{
	background-color:#888888;
	
}
a, a:visited {
  color: #000;
  text-decoration: none !important;
  outline: 0;
  font-family: 'Julius Sans One', sans-serif !important;
  font-weight: 300 !important;
}


a.list-group-item {
    color: #ffffff;
	font-family: 'Raleway', sans-serif !important;
  	font-weight: 300 !important;
}
a.list-group-item:hover {
    background-color: #ffffff00;
	color: #888888;
}
a:hover, a:focus, a:active {
  color: #888888;

}
#contactcon{
	color: #000;
	
}
p a, p a:visited {
  line-height: inherit;
}

::-moz-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::-webkit-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::selection {
  background-color: #d3dde0;
  text-shadow: none;
}

.main-nav ul, .main_menu, .main_menu li ul, #filters, .pages, .project-single .meta-post, .archive-wrapper .archive-list, .categories ul, .thumbs, .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

a, a:visited {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.service-section, .first-widget {
  position: relative;
  /*margin-top: 108px;*/
}

.light-content, #blogPosts {
  margin-top: 100px;
}
#formicon{
	font-size: 1.5em;
	padding-left: 12px;
	
}
.fa, .fas {
    font-weight: 900;
    font-size: 20px;
}
.far {
    font-weight: 900;
	font-size: 20px;
}
#contacticon{
	color: #000;
}
.contactfont{
	font-size: 19px;
	margin-bottom: 25px;
	color:#000;
}
.container{
	max-width: 1500px;
}
.list-group-item {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	font-size: 19px;
	font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}
.fa, .fas  {
    font-weight: 900;
    color: #888888;
}
.far {
    font-weight: 900;
    color: #888888;
}
.form-group {
    margin-bottom: 1rem;
}
.navbar-brand {
    display: inline-block;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
/*-------------------------------------
	    Phone Number
-------------------------------------*/
#navnumber{
	margin: 0 50px;
    font-size: 2.5em;
    color: #FFFFFF;
    white-space: nowrap;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300 !important;
    margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
	 #navnumber{
		margin: 0 20px;
		font-size: 1.5em;
		color: #fff;
		white-space: nowrap;
}
}

@media only screen and (max-width: 650px) {
	 #navnumber{
		margin: 0 20px;
		font-size: 1em;
		color: #fff;
		white-space: nowrap;
}
}
/*-------------------------------------
	   Plans Hover Links
-------------------------------------*/

@media screen and (min-width : 1320px) and (max-width : 2560px) {
.renters{
    margin-top: 25px;
    margin-left: 71px;
    white-space: nowrap;
    font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}
} 
@media screen and (min-width : 768px) and (max-width : 1319px) {
.renters{
    margin-top: 25px;
    margin-left: 10px;
    white-space: nowrap;
    font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}
} 
@media screen and (min-width : 250px) and (max-width : 767px) {
.renters{
    margin-top: 25px;
    margin-left: 10px;
    font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}
}
.renters:hover{
	color: #6c757d;
}

.guidelines{
	color: #000;
}
.guidelines:hover{
	color: #6c757d;
} 
#breedlist{
	color: #000;
}
#breedlist:hover{
	color: #6c757d;
}
/*------------------------------------------------------
	Plans Photo Id 
--------------------------------------------------------*/
.photoid{
	text-align: center;
}
/*-------------------------------------
	    Community Cards 
-------------------------------------*/
.card {
    background: #FFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #AAA;
    border-bottom: 3px solid #BBB;
    padding: 0px;
    margin-top: 2em;
    overflow: hidden;
   font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover {
    background: #FFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #AAA;
    border-bottom: 0px solid #BBB;
    padding: 0px;
    margin-top: 2em;
    overflow: hidden;
    font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contactcard {
    background: #FFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #AAA;
    border-bottom: 3px solid #BBB;
	border-radius: .25rem;
    padding: 0px;
    margin-top: 2em;
    overflow: hidden;
   font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card1 {
    background: #FFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #AAA;
/*    border-bottom: 3px solid #BBB;
*/  padding: 0px;
    margin-top: 2em;
    overflow: hidden;
    font-family: 'Raleway', sans-serif !important;
  	font-weight: 300 !important;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/*#aboutpic{
	max-width: 100%;
    /* padding: 43px; */
    padding-left: 43px;
    padding-right: 43px;
    padding-top: 43px;
    padding-bottom: 43px;	
	
}
*/
/*.card1:hover {
    background: #FFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #AAA;
    border-bottom: 0px solid #BBB;
    padding: 0px;
    margin-top: 2em;
    overflow: hidden;
    font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}*/

/*-------------------------------------
	          Hero Header
-------------------------------------*/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/*-------------------------------------
	     Custom Buttons 
-------------------------------------*/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}
.btn-primary {
    color: #ffffff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}
#buttontext{
	color:#000;
}
#buttontext:hover{
	color:#fff;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #000;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}
/*-------------------------------------
	 Header Image/Header Caption
-------------------------------------*/
.carousel-inner img {
    width: 100%;
    height: 100%;
}
/*.carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
	 background-color: rgba(0,0,0,0.5);
	 
}*/
@media screen and (min-width : 1599px) and (max-width : 2560px) {
    .carousel-caption {
    
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -160%);
	background-color: rgba(0,0,0,0.5);
	height: 12%;
    padding-top: 8px;	 
}
}
@media screen and (min-width : 1500px) and (max-width : 1598px) {
    .carousel-caption {
    
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -160%);
	background-color: rgba(0,0,0,0.5);
	height: 12%;
    padding-top: 8px;	 
}
}
@media screen and (min-width : 1373px) and (max-width : 1499px) {
    .carousel-caption {
    
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -160%);
	background-color: rgba(0,0,0,0.5);
	height: 12%;
   	padding-top: 8px;	 
}
}
@media screen and (min-width : 1350px) and (max-width : 1372px) {
    .carousel-caption {
    
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -160%);
	background-color: rgba(0,0,0,0.5);
	height: 12%;
    padding-top: 8px;	 
}
}

@media screen and (min-width : 1200px) and (max-width : 1349px) {
    .carousel-caption {
    
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -160%);
    background-color: rgba(0,0,0,0.5);
    height: 12%;
    
    padding-top: 8px;	 
}
}  
@media screen and (min-width : 768px) and (max-width : 1199px) {
    .carousel-caption {
    
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -160%);
    background-color: rgba(0,0,0,0.5);
    height: 12%;
    white-space: nowrap;
    padding-top: 9px;	 
}
}
@media screen and (min-width : 501px) and (max-width : 767px) {
    .carousel-caption {
   
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -160%);
    background-color: rgba(0,0,0,0.5);
    height: 12%;
    padding-top: 5px;
	white-space: nowrap;	 
}
} 
@media screen and (min-width : 401px) and (max-width : 500px) {
    .carousel-caption {
    
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -160%);
    background-color: rgba(0,0,0,0.5);
    height: 12%;
    white-space: nowrap;
    padding-top: 5px;	 
}
}  

@media screen and (min-width : 250px) and (max-width : 400px) {
    .carousel-caption {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -160%);
    background-color: rgba(0,0,0,0.5);
    height: 12%;
    padding-top: 5px;
    /* padding-bottom: 20px; */
    white-space: nowrap;
   	 
}
}
/*.bannertext{
	font-size: 70px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}*/
@media screen and (min-width : 1921px) and (max-width : 2560px) {
    .bannertext{
	font-size: 82px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 1801px) and (max-width : 1920px) {
    .bannertext{
	font-size: 78px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 1701px) and (max-width : 1800px) {
    .bannertext{
	font-size: 74px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 1601px) and (max-width : 1700px) {
    .bannertext{
	font-size: 70px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 1501px) and (max-width : 1600px) {
    .bannertext{
	font-size: 64px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 1401px) and (max-width : 1500px) {
    .bannertext{
	font-size: 60px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 1301px) and (max-width : 1400px) {
    .bannertext{
	font-size: 56px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 1200px) and (max-width : 1300px) {
    .bannertext{
	font-size: 52px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 1100px) and (max-width : 1199px) {
    .bannertext{
	font-size: 45px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 1000px) and (max-width : 1099px) {
    .bannertext{
	font-size: 43px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 950px) and (max-width : 999px) {
    .bannertext{
	font-size: 40px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 900px) and (max-width : 949px) {
    .bannertext{
	font-size: 38px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 850px) and (max-width : 899px) {
    .bannertext{
	font-size: 36px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 800px) and (max-width : 849px) {
    .bannertext{
	font-size: 34px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 700px) and (max-width : 799px) {
    .bannertext{
	font-size: 31px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 700px) and (max-width : 759px) {
    .bannertext{
	font-size: 29px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 650px) and (max-width : 699px) {
    .bannertext{
	font-size: 27px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 600px) and (max-width : 649px) {
    .bannertext{
	font-size: 25px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}
@media screen and (min-width : 550px) and (max-width : 599px) {
    .bannertext{
	font-size: 23.5px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

} 
@media screen and (min-width : 500px) and (max-width : 549px) {
    .bannertext{
	font-size: 21px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

} 
@media screen and (min-width : 450px) and (max-width : 500px) {
    .bannertext{
	font-size: 18px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

} 
@media screen and (min-width : 400px) and (max-width : 449px) {
    .bannertext{
	font-size: 16px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

} 
@media screen and (min-width : 350px) and (max-width : 399px) {
    .bannertext{
	font-size: 14px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}  
@media screen and (min-width : 300px) and (max-width : 349px) {
    .bannertext{
	font-size: 12px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}  
@media screen and (min-width : 250px) and (max-width : 299px) {
    .bannertext{
	font-size: 11px;
	font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}

}    
/*-------------------------------------
	     Cards Layout 
-------------------------------------*/
.com {
    background-color: #dee2e6;
	padding: 10px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
}
#cardp {
    text-align: left;
    font-size: 19px;
    /*padding-left:5px;*/
	margin-top: 20px;
	color: #000;	
	font-family: 'Julius Sans One', sans-serif !important;
}
#school{
	color:#000 !important;
	
}
#school:hover{
	color: #6c757d !important;
}
#cardp1 {
    text-align: left;
    font-size: 24px;    
    margin-top: 20px;
	margin-bottom:20px;
	padding-left: 30px;
	color: #000;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 300 !important;
}
#cardp1-stacked {
    text-align: left;
    font-size: 24px;    
    margin-top: 20px;
	margin-bottom:20px;
	padding-left: 30px;
	color: #000;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 300 !important;
	display: inline-block !important;
	text-align:left !important;
}
#plansbutton {
    padding: 0px 30px;
    /* margin: 0px 0px; */
    text-align: left;
    color: #fff;
    /* padding-bottom: 30px; */
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300 !important;
    margin-top: 60px;
    /* margin-bottom: 15px; */
}
@media screen and (min-width : 250px) and (max-width : 700px) {
    #plansbutton {
    padding: 0px 30px;
    margin: 0px 0px;
    text-align: left;
    color: #fff;
	padding-bottom: 30px;
	font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

}  
#planscard{
    font-size: 12px;
    text-align: left;
	padding-left: 30px;
	border-radius: .25rem;
	font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
	/*max-height:800px;*/
	/*margin: 50px 0px;*/
	margin: 20px 0px;
}

#comcard{
	text-align: center;
    margin-bottom: 0px;
    min-height: 250px;
	font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}
#comcard1 {
    text-align: center;
    min-height: 250px;
	font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}
#comcard2 {
    text-align: center;
    min-height: 250px;
	font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}
#cardback{
	
}
.cardtitle{
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	font-family: 'Julius Sans One', sans-serif !important;
	font-weight: bold;
	text-align:left;
}
.planstitle{
	text-align: left;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000;
	font-size: 40px;
	font-family: 'Julius Sans One', sans-serif !important;
  	font-weight: bold !important;
}
/*------------------------------------------------------
	Unnumbered List Style 
--------------------------------------------------------*/
ul {
  list-style-type: none;
}
/*------------------------------------------------------
	Bottom Margin for All Pages 
--------------------------------------------------------*/
#bottom{
	margin-bottom: 75px;
}
/*------------------------------------------------------
	Google Map Frame 
--------------------------------------------------------*/
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 65%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.iframe-container{
  margin-bottom: 0px;
  background: #eee;
}
/*------------------------------------------------------
	Google Map Frame Icons
--------------------------------------------------------*/
#contacts{margin-top: 20px;}
/*------------------------------------------------------
	Gray Line 
--------------------------------------------------------*/
#hr-grey {
    text-align: left;
    padding-left: 15px;
    font-weight: bold;
	margin-bottom: 40px;
    margin-top: 40px;
    border: 0;
    border-top: 2px solid #ddd;	
}
#hr-grey1 {
    text-align: center;
    /* padding-left: 15px; */
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 60px;
    border: 0;
    /*padding-right: 51px;*/
    border-top: 2px solid #ddd;
    width: 100%;
}
#hr-grey2 {
    text-align: center;
    /* padding-left: 15px; */
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 60px;
    border: 0;
    padding-right: 51px;
    border-top: 2px solid #ddd;
    width: 75%;
}
/*------------------------------------------------------
	 Phone Number In Nav
--------------------------------------------------------*/
.frontphone{
	margin: 0 40px;
	color: #FFF;
}
#phonefont{
	color: #FFF;
}
#phonenumber{
	color:#fff; 
	font-size:44px;
	font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}
#toggleicon{
	color: #fff;
}
/*------------------------------------------------------
	 Footer Font Size
--------------------------------------------------------*/
#footerfont {
    font-size: 18px;
	
}
/*------------------------------------------------------
	Amenities Desriction Head 
--------------------------------------------------------*/
#amenshead {
    font-size: 34px;
	color: #000;
	font-family: 'Julius Sans One', sans-serif;
}
span{
	font-size: 19px;
	font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
	
}
/*------------------------------------------------------
	Header Font 
--------------------------------------------------------*/
.header{ 
    border: none;
    margin-bottom: 40px;
    margin-top: 40px;
	border-bottom: solid 2px #ddd;
    padding: 20px 0;
    line-height: 1.4em;
    font-size: 54px;
	font-family: 'Julius Sans One', sans-serif;

}
#plansheader{
	
	margin-bottom: 40px;
}
/*------------------------------------------------------
	Header Font 
--------------------------------------------------------*/
#formheader{
   text-align: center;
    padding-top: 15px;
    font-family: 'Julius Sans One', sans-serif;
    
    padding-right: 20px;
}
@media screen and (min-width : 250px) and (max-width : 400px) {
    #formheader{
   text-align: center;
    padding-top: 15px;
    font-family: 'Julius Sans One', sans-serif;
    padding-left: 0px;
    padding-right: 30px;
}

}  
/*------------------------------------------------------
	Contact Button 
--------------------------------------------------------*/
#contactbutton{
	margin-top: 15px;
	margin-bottom: 0px;
}
@media screen and (min-width : 250px) and (max-width : 377px) {
    #contactbutton{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 88% !important;
}
}
/*------------------------------------------------------
	Contact Click Button 
--------------------------------------------------------*/
.contactclick{color:#000; font-size: 19px; font-family: 'Julius Sans One', sans-serif !important; font-weight: 300 !important;}
.contactclick:hover{color: #888888; font-size: 19px; font-family: 'Julius Sans One', sans-serif !important; font-weight: 300 !important;}

/*------------------------------------------------------
	Pet Page Community Click Button 
--------------------------------------------------------*/
.petcom{color:#000;}
.petcom:hover{color:#666;}
/*------------------------------------------------------
	Contact Form 
--------------------------------------------------------*/
textarea.form-control {
    height: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px !important;
    line-height: 1.42857;
    color: #555555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	font-family: 'Raleway', sans-serif !important;
}

/*------------------------------------------------------
	Amenities Photo
--------------------------------------------------------*/
#amensphoto{
	margin-top: 5px;
}
@media (max-width: 991px) {
 #amensphoto{
	margin-top: 35px;
	
	
}
}  
#amenscon{
	/*margin-top: 70px;*/	
}
/*------------------------------------------------------
	Responsive Menu 
--------------------------------------------------------*/
.responsive_menu {
  padding: 20px;
  background-color: rgba(49, 55, 58, 0.98);
  display: none;
  position: relative;
  z-index: 9999;
}
/*------------------------------------------------------
	Amenites card Style 
--------------------------------------------------------*/
.pricingdiv{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}

.pricingdiv ul.theplan {
    list-style: none;
    /* margin: 0; */
     padding: 25px; 
    display: flex;
    flex-direction: column;
    /* border-top-left-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
    /* border-bottom-left-radius: 50px; */
    /* border-top-right-radius: 50px; */
    color: black;
    background: #dadada00;
    position: relative;
    width: 520px; 
    /*margin-right: 235px;*/
	 margin-right: 50px;
    margin-bottom: 4em;
    transition: all .5s;
	border: 1px solid rgba(255,255,255,0.95);
}


.pricingdiv ul.theplan li{
  margin: 20px 20px;
  position: relative;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 16px;
  color:#fff;
}

.pricingdiv ul.theplan li.title{
  font-size: 175%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  
}

.pricingdiv ul.theplan:nth-of-type(2){
  background: #dadada00;
}
    
.pricingdiv ul.theplan:nth-of-type(3){
  background: #2a2cc8;
}

.pricingdiv ul.theplan:last-of-type{ /* remove right margin in very last table */
  margin-right: 0;
  
}
@media screen and (min-width : 1500px) and (max-width : 2560px) {
    .pricingdiv ul.theplan:last-of-type{ /* remove right margin in very last table */
  margin-right: 0;
  margin-left: 50px;
}
}
 
/*very last LI within each pricing UL */
.pricingdiv ul.theplan li:last-of-type{
  text-align: left;
  margin-top: 25px; /*align last LI (price botton li) to the very bottom of UL */
}  

.pricingdiv a.pricebutton{
  background: #00547f;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  margin: 10px auto;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}
.amentitle {
    color: #FFF;
    font-weight: 600;
    /* font-weight: bold; */
    font-size: 34px;
	
}
@media only screen and (max-width: 500px) {
  .pricingdiv ul.theplan{
    border-radius: 0;
    width: 100%;
	margin-right: 0px; /* spacing between tables */
  }
  .pricingdiv ul.theplan:last-of-type{ /* remove right margin in very last table */
  margin-right: 0;
  margin-left: 0px;
}

  .pricingdiv ul.theplan:hover{
    transform: none;
    box-shadow: none;
  }
  
  .pricingdiv a.pricebutton{
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .pricingdiv ul.theplan{
    border-radius: 0;
    width: 100%;
	margin-right: 0px; /* spacing between tables */
  }

}
/*------------------------------------------------------
	Contact Form Style 
--------------------------------------------------------*/
#contactfont{
	margin-left: 20px;	
}
/*------------------------------------------------------
	Nav bar Style 
--------------------------------------------------------*/
.pull-right {
    float: right !important;
    margin: 30px;
}
/*------------------------------------------------------
	General Styling 
--------------------------------------------------------*/
.light-content {
  background-color: #fff;
  width: 100%;
}

.dark-content {
  background-color: #31373a;
  width: 100%;
  padding: 40px 0 60px 0;
 
}
.dark-content1 {
    background-color: #31373a;
    width: 100%;
    padding: 40px 0 40px 0;
	 /*background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/wire.jpg") ;
	
	background-size:     cover;   
	/*background-size: 100% 100%;*/                   
    background-repeat:   no-repeat;
    background-position: center center; */
}
.dark-content .section-header .section-title {
  color: #fff;
}
.dark-content .section-header .section-desc {
  color: #939ea4;
}

.section-header {
  padding-bottom: 40px;
  text-align: center;
}

.section-header .section-title {
 	font-size: 60px;
    /*margin-top: 20px;*/
    text-align: center;
    color: #fff;
    font-family: 'Julius Sans One', sans-serif;
}
.titleheader{
  font-size: 60px;
  
  margin-bottom: 40px;
  margin-top: 30px;
  color: #000;
  font-family: 'Julius Sans One', sans-serif;
}
#titleparagraph{
	max-width: 1150px;
}
.section-title1 {
  font-size: 60px;
  margin-top: 75px;
  border-bottom: solid 2px #ddd;
  padding-bottom: 25px;
  color: #000;
  font-family: 'Julius Sans One', sans-serif !important;
}
.section-title2 {
  font-size: 60px;
  margin-top: 0px;
  text-align: center;
  color: #000;
  font-family: 'Julius Sans One', sans-serif !important;
}
.section-title3 {
    font-size: 60px;
    margin-top: 40px;
    text-align: center;
    color: #000;
    font-family: 'Julius Sans One', sans-serif !important;
}
.larger-text {
  font-size: 18px;
  line-height: 36px;
  font-family: 'Julius Sans One', sans-serif !important;
}

.light-text {
  color: #aaaaaa;
}

.large-button {
  padding: 15px 20px;
  font-size: 12px;
  font-family: 'Julius Sans One', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.large-button.white-color {
  color: #31373a;
  background-color: #fff;
}

.main-button {
  padding: 12px 15px;
  font-size: 12px;
  font-family: 'Julius Sans One', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
a.main-button.accent-color {
  background-color: #00a8d6;
  color: white;
}
a.main-button.accent-color:hover {
  background-color: #31373a;
}

.icon-button {
  margin-left: 15px;
}

.last-item-margin {
  margin-bottom: 100px;
}

label {
  font-weight: normal;
  color: #aaaaaa;
}
input, textarea {
  border: 0;
  color: #777777;
  padding: 8px 14px;
  margin-left: 20px;
  background-color: #f1f4f5;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 23em;
  font-family: 'Julius Sans One', sans-serif;
}

input:focus,
textarea:focus {
  background-color: #fff;
  border-color: #dce4e6;
}
.mainBtn {
  background-color: #00a8d6;
  padding: 7px 17px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 250ms ease-in;
  -moz-transition: background 250ms ease-in;
  -ms-transition: background 250ms ease-in;
  -o-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}
.mainBtn:hover {
  background-color: #00b8ea;
}

button {
  outline: 0;
  border: 0;
}

.pageTitle {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-title {
  color: #FFF;
  margin: 5px 0 0 0;
  font-size: 30px;
  font-weight: 800;
}

.page-location {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 14px;
  padding: 7px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.home-intro-content {
  padding: 22em 0;
  text-align: center;
}
.home-intro-content h2 {
  font-size: 75px;
  font-weight: 400;
  color: #FFF;
}
.home-intro-content p {
  margin: 55px 0;
  font-size: 42px;
  line-height: 32px;
}
.home-intro-content .large-button:hover {
  opacity: 0.8;
}

blockquote {
  margin: 30px 0;
  display: block;
  color: #aaaaaa;
}
/*------------------------------------------------------
	Welcome Description 
--------------------------------------------------------*/
/*.section-desc{
	color: #000;
	font-size:15px;
	font-family: 'Lato', sans-serif;
	max-height: 400px;
    overflow-y: auto;
	
}*/
@media screen and (min-width : 1920px) and (max-width : 2560px) {
    .section-desc{
	color: #000;
	font-size:15px;
	font-family: 'Julius Sans One', sans-serif !important;
	max-height: 100%;
    
    /* overflow-y: scroll; */
	
}

}
@media screen and (min-width : 1801px) and (max-width : 1919px) {
    .section-desc{
	color: #000;
	font-size:15px;
	font-family: 'Julius Sans One', sans-serif !important;
	max-height: 100%;
    
    /* overflow-y: scroll; */
	
}

}  
@media screen and (min-width : 1501px) and (max-width : 1800px) {
    .section-desc{
	color: #000;
	font-size:15px;
	font-family: 'Julius Sans One', sans-serif !important;
	max-height: 540px;
    
    /* overflow-y: scroll; */
	
}

} 
@media screen and (min-width : 250px) and (max-width : 1500px) {
    .section-desc{
	color: #000;
	font-size:15px;
	font-family: 'Julius Sans One', sans-serif !important;
	max-height: 615px;
    
	
}

} 
/*------------------------------------------------------
	Contact Con 
--------------------------------------------------------*/
#contactcon{
	padding-left: 0px;
    padding-right: 0px;
}
/*------------------------------------------------------
	amen-col 
--------------------------------------------------------*/
#amen-col{
	/*margin-bottom: 75px;*/
	/*padding-top: 13px;	*/
	padding-left: 0px;
}
/*------------------------------------------------------
	Call To Action 
--------------------------------------------------------*/
.cta {
  padding: 35px 0;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
}
.cta .cta-title {
  display: inline-block;
  margin: 0 50px 0 0;
  font-size: 16px;
}
/*------------------------------------------------------
	Services Styling 
--------------------------------------------------------*/
.service-box-wrap {
  text-align: center;

}
.service-box-wrap1 {
  text-align: center;

}
.service-box-wrap1:hover {
  background-color: #888888;
}
.service-icon-wrap {
  display: block;
  
}
.service-icon-wrap i {
  color: #000;
  margin-top: 40px;
  margin-bottom: 30px;
}
.service-icon-wrap i:hover {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}
.service-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0 30px 0;
  color: #000;
  font-family: 'Julius Sans One', sans-serif;
}
.service-title1 {
  font-size: 22px;
  font-weight: 400;
  margin: 0px 0 30px 0;
  color: #000;
  padding-top: 20px;
  text-transform: uppercase;
  font-family: 'Julius Sans One', sans-serif;
}
#buttonicons {
    color: #000;
    padding-top: 25px;
    padding-bottom: 20px;
}

.service-title:hover {
  Color:#fff;
}

.card{
	margin-bottom: 120px;
}
/*------------------------------------------------------
	Additional Amenities Styling 
--------------------------------------------------------*/
.portfolio-holder .item {
  margin: 0 1px 40px 1px;
}
.portfolio-holder .item img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-post {
  overflow: hidden;
  margin-bottom: 30px;
}

.thumb-post {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.thumb-post .overlay .overlay-inner {
  background: #00a8d6;
  height: 100%;
  position: relative;
}
.thumb-post:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.portfolio-infos {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.portfolio-infos a {
  color: #FFF;
}
.portfolio-infos .portfolio-title {
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 26px;
}
.portfolio-infos .meta-category {
  font-size: 40px;
  color: #FFF;
}

.portfolio-expand {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.portfolio-expand a {
  display: block;
  color: #31373a;
  opacity: 1;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 48;
  content: 'ddd';
  margin-right: 2px;
  margin-top: -25px;
}
.owl-next:after {
  font-family: 'FontAwesome';
  content: '\f054';
  color: #31373a;
  line-height: 48px;
  text-align: center;
}


.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 48px;
  margin-left: 1px;
  margin-top: -25px;
}
.owl-prev:after {
  font-family: 'FontAwesome';
  content: '\f053';
  color: #31373a;
  line-height: 48px;
  text-align: center;
}

.project-single {
  /*margin-top: 100px;*/
  margin-bottom: 75px;
}
.project-single .project-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 35px 0;
  line-height: 36px;
}
.project-single .subtitle {
  font-size: 14px;
  color: #aaaaaa;
}
.project-single .description {
  margin-bottom: 40px;
}
.project-single .meta-post li {
  display: block;
  margin-bottom: 15px;
}
.project-single .meta-post li span {
  color: #000;
  margin-right: 10px;
}
.project-single .meta-post li a {
  color: #777777;
}
.project-single .meta-post li a:hover {
  color: #00a8d6;
}

.project-img {
  overflow: hidden;
}
.project-img img {
  width: 100%;
  height: auto;
}

.static-info-project {
  background-color: #f1f4f5;
  padding: 80px 0;
  text-align: center;
}

.related-projects {
  margin: 100px 0 60px 0;
}

.flex-direction-nav a {
  width: 40px;
  height: 44px;
}
.flex-direction-nav a:before {
  background-color: #31373a;
  display: block;
  color: #FFF;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

/*------------------------------------------------------
	Additional Amenities Front Page Styling 
--------------------------------------------------------*/
.testimonials-widget {
  background-color: #dadada;
  padding: 80px 0;
}
.testimonials-widget1 {
    background-color: #dadada;
    padding-top: 40px;
	padding-bottom:60px;
	
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/couch.jpg") ;
	
	background-size:     cover;   
	/*background-size: 100% 100%;*/                   
    background-repeat:   no-repeat;
    background-position: center center; 
	
}
.testimonial {
  text-align: center;
}

.testimonial-description {
  font-size: 20px;
  line-height: 1.8em;
  margin: 40px 0 50px 0;
}

.testimonial-content {
  width: 80%;
  margin: 0 auto;
}

.testimonial-author {
  margin-bottom: 40px;
  color: #aaaaaa;
}
.testimonial-author:before, .testimonial-author:after {
  content: "-";
  color: #c3c3c3;
  margin: 0 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  outline: 0;
  border: 2px solid #aaaaaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00a8d6;
  border-color: #00a8d6;
}

/*----------------------
   	  Footer
----------------------*/
footer{
     background-color: #33383c;
     padding:30px 0px;
}	       

.logo{
    color:#FFF;
    font-weight:700;
    font-size:30px;
}

.address span , .menu span{
   color: #FFF; 
   font-weight: bold; 
   border-bottom: 1px solid #c7c7c7; 
   padding:10px 0px;
   display: block;
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: 3px;
   font-family: 'Julius Sans One', sans-serif;
}
 
.address li a , .menu li a{
    color:#FFF;
    letter-spacing: 3px;
    text-decoration:none;
    font-size:14px;
	text-transform: uppercase;
	
}

.address li, .menu li{
    margin:12px 0px;
    list-style: none;
}

.address li a:hover , .menu li a:hover{
    color: #000;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.copyright-text {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

@media only screen and (max-width: 2560px) and (min-width: 1201px)  {
	#corp{max-width: 100%;}
}
@media only screen and (max-width: 1200px) and (min-width: 200px)  {
	#corp{max-width: 75%;}
}
/*------------------------------------------------------
	Footer style 
--------------------------------------------------------*/
.list-group-item {
    position: relative !important;
    display: block !important;
    padding: .0rem .0rem !important; 
    margin-bottom: -1px !important;
    background-color: transparent !important;
    border: 0px solid rgba(0,0,0,.125) !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    font-size: 19px !important;
    font-family: 'Julius Sans One', sans-serif !important;
    display: inline-block !important;
	padding-top: .15rem !important;
	line-height: 1.5 !important;
}
.list-group {
    display: flex;
    flex-direction: column;
    /* flex-grow: 1; */
    padding: .0rem 0 !important;
}
.list-group-item :first-child {
    margin-right: 0rem !important;
}
/*------------------------------------------------------
	Back to top style 
--------------------------------------------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #555;
  color: #FFF;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  width: 50px;
}
#myBtn:hover {
  background-color: #00aaff;
}
/*------------------------------------------------------
	Arrow Styling 
--------------------------------------------------------*/
.icon-click{
	text-align: center;
}

.frontheader {
    border-bottom: solid 0px #f1f1f1;
    padding: 0px 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.4em;
    font-size: 60px;
    font-family: 'Julius Sans One', sans-serif;
    margin: 0px 0px;
    font-weight: bold;
    text-align: center;
	font-weight:500;
}

#center {
    margin-right: 270px;
}
#firstlist {
    margin-top: 19px;
}
@media only screen and (max-width: 2560px) and (min-width: 1201px)  {
	#amenhead {
    padding-left: 0px;
    padding-bottom: 10px;
    text-align: left;
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
    white-space: nowrap;
    font-size: 34px;
}
	.amenmain {
    margin-top: 20px;
    text-align: left;
    
    color: #000;
}	
}
/*------------------------------------------------------
	Front Page Description 
--------------------------------------------------------*/
#about{
background-color: #fff;
width: 100%;
margin-top:25px;
margin-bottom: 25px;	
}
@media screen and (min-width : 501px) and (max-width : 768px) {
    #about{
background-color: #FFF;
width: 100%;
margin-top:25px !important;	
margin-bottom: 25px;
}
}
@media screen and (min-width : 250px) and (max-width : 500px) {
    #about{
background-color: #FFF;
width: 100%;
margin-top:25px !important;	
margin-bottom: 25px;
}
}
/*------------------------------------------------------
	Contact Page Styling 
--------------------------------------------------------*/
.contact-wrapper h3 {
  margin: 0 0 30px 0;
}

.contact-map {
  margin-top: 30px;
}

.contact-form {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 50px;
  border-top: 1px solid #dce4e6;
}
.contact-form h3 {
  margin: 0 0 40px 0;
}
.contact-form .widget-inner {
  margin-top: 40px;
}
.contact-form #email, .contact-form #name, .contact-form #subject, .contact-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.contact-form input.mainBtn {
  width: auto;
}
.contact-form textarea {
  min-height: 160px;
}

#result {
  margin-top: 30px;
  color: #FFF;
}
#result .success {
  background-color: #84c333;
  padding: 14px 20px;
}
#result .error {
  background-color: #d15858;
  padding: 14px 20px;
}

.site-footer {
  background-color: #f1f4f5;
  padding: 100px 0;
  color: #aaaaaa;
  font-family: 'Julius Sans One', sans-serif;
}

.footer-menu li {
  display: inline-block;
  margin: 0 20px;
}
.footer-menu li a {
  color: #aaaaaa;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-menu li a:hover {
  color: #00a8d6;
}

.copyright-text {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
/*---------------------------
 Email Hover & Phone Hover
----------------------------*/
#emailcon{
	color: #000;
	font-size: 19px;
	
}
#emailcon:hover {
    color: #888888 !important;
   /* border-bottom: 0px;
    text-color: #fff;
    margin: 0 20px;
	border-radius: 5px;*/
	
}
#phoneid{
   
	font-size:19px;
	margin-bottom: 25px;
}
#phoneid:hover {
   
    color: #888888 !important;
    /*border-bottom: 0px;
    text-color: #fff;
    margin-bottom: 16px;
	border-radius: 5px;
	font-size:19px;*/
}
#rooms{
	color: #000;
}
#rooms:hover{
	color: #888888;
}
/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 991px) {
  .site-header {
    padding: 17px 0;
    position: relative !important;
  }

  .first-widget {
    margin-top: 0;
  }

  .blog-post .thumb-post {
    float: none;
  }

  .blog-post {
    margin-bottom: 50px;
    text-align: center;
  }

  .testimonial-content {
    width: 100%;
  }

  .blog-post .thumb-post {
    margin: 0 auto 40px auto;
  }

  .project-img {
    margin-bottom: 40px;
    display: block;
  }
  .section-title2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 0px;
    text-align: center;
  }
  .section-header .section-title {
    font-size: 36px;
    font-weight: 600;
  }
  .section-title3 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
  }
  .home-intro-content p {
    margin: 55px 0;
    font-size: 24px;
    line-height: 32px;
  }
  .planstitle{
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #000;
	font-size: 36px;
  }
  .descripthead {
    border-bottom: solid 1px #ddd;
    padding: 20px 0;
    line-height: 1.4em;
    font-size: 36px;
    font-family: 'Julius Sans One', sans-serif;
    margin: 30px 0px;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
    color: #000;
  }
  #cardp {
    text-align: left;
    font-size: 16px;
    padding-left: 0px;
    margin-top: 20px;
    color: #000;
  }
  p {
  margin: 0 0 20px 0;
  font-size: 16px;
  }
  #navlink{
	color: #fff;
	font-size: 20px;
	padding-left: 12px;
	padding-right: 12px;
	transition: text-shadow .3s;
	font-family: 'Julius Sans One', sans-serif;
  }
  #emailcon{
	color: #000;
	font-size: 16px;
	
	}
	#emailcon:hover {
		
		color: #888888;
		
		
	}
	#phoneid{
	    color: #000;
		font-size:16px;
	}
	#phoneid:hover {
		
		color: #888888;
		
	}
	.contactfont {
    font-size: 16px;
	}
	.amentitle {
    color: #FFF;
    font-weight: 600;
    /* font-weight: bold; */
    font-size: 24px;
	}
	/*#comcard1 {
    text-align: center;
    min-height: 380px;
	font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
    margin-bottom: 40px;
	}*/
	/*#comcard2 {
		text-align: center;
		margin-bottom: 40px;
		
		min-height: 350px;
		font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
		
	}*/
	#amen-col {
    margin-bottom: 50px;
    padding-top: 13px;
}
}

@media (max-width: 967px) {
  .parallax { 
	background-position: center center !important; 
  }
	
  .cta .cta-title {
    display: block;
    margin-bottom: 30px;
  }

  .pageTitle {
    text-align: center;
  }
  .pageTitle .text-right {
    text-align: center;
  }

  .page-location {
    display: inline-block;
    margin-top: 30px;
  }
  #navlogo {
    width: 103%;
    height: 80%;
  }
  .isotope-item {
    width: 100%;
    height: auto;
  }
 .titleheader {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .home-intro-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: white;
  }
  .section-desc{
	color: #000;
	font-size:16px;
  }
  #navlink{
	color: #FFF;
	font-size: 20px;
	padding-left: 12px;
	padding-right: 12px;
	transition: text-shadow .3s;
	font-family: 'Julius Sans One', sans-serif;
  }
  .service-icon-wrap i {
    color: #000;
    margin-top: 40px;
    margin-bottom: 30px;
	font-size:4em;
  }
  .service-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0 30px 0;
    color: #000;
  }
}
@media (max-width: 1300px) {
 .pricingdiv ul.theplan {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    /*border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;*/
    color: #000;
    background: #dadada00;
    position: relative;
   
    /*margin-right: 10px;*/
	margin-right: 0px;
    margin-bottom: 4em;
    transition: all .5s;
}
} 
#navlogo {
    width: 100%;
    height: 80%;
  } 
@media screen and (min-width : 250px) and (max-width : 400px) {
    #navlogo {
    width: 102% !important;
    height: 80%;
  } 
} 
@media screen and (min-width : 1320px) and (max-width : 1500px) {
    .pricingdiv ul.theplan {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    /*border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;*/
    color: #000;
    background: #dadada00;
    position: relative;
   
    margin-right: 100px;
    margin-bottom: 3em;
    transition: all .5s;
}
} 
}
@media (max-width: 1061px) {
 .pricingdiv ul.theplan {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    /*border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;*/
    color: #000;
    background: #dadada00;
    position: relative;
   
    margin-right: 0px;
    margin-bottom: 3em;
    transition: all .5s;
}
.pricingdiv ul.theplan:last-of-type{ /* remove right margin in very last table */
  margin-right: 0;
  margin-left: 0px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#comcard {
    text-align: center;
    margin-bottom: 0px;
    
    /*min-height: 730px;*/
    
   }
   #navlink{
	color: #FFF;
	font-size: 20px;
	padding-left: 12px;
	padding-right: 12px;
	transition: text-shadow .3s;
	font-family: 'Julius Sans One', sans-serif;
  }
  

}
@media only screen and (max-width: 768px) {
  .section-title1 {
    font-size: 45px;
    margin-top: 30px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 25px;
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
}


}  
@media only screen and (max-width: 480px) {
	 #navlogo{
	/*display: none;*/ 
	
  }
  .section-title1 {
    font-size: 38px;
    margin-top: 30px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 25px;
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
	white-space: nowrap;
}


}
/*------------------------------------------------------
	Page Name Description At Top 
--------------------------------------------------------*/
.section-title4 {
    font-size: 60px;
    margin-top: 30px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 25px;
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
	margin-top:220px;
}
@media only screen and (max-width: 480px) {
	 .section-title4 {
    font-size: 40px;
    margin-top: 30px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 25px;
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
	margin-top:170px;
}

} 

.section-title-tours {
    font-size: 60px;
    /*margin-top: 30px;*/
    border-bottom: solid 2px #ddd;
    padding-bottom: 25px;
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
	/*margin-top:50px;*/
}
@media only screen and (max-width: 480px) {
	 .section-title-tours {
    font-size: 40px;
    /*margin-top: 30px;*/
    border-bottom: solid 2px #ddd;
    padding-bottom: 25px;
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
	/*margin-top:50px;*/
}

}

#app{
	padding-left: 0px;
	padding-right:0px;
	background-color: #33383c;
}
.bg-light {
    background-color: #33383c!important;
}
/*------------------------------------------------------
	Community See More Nav Link 
--------------------------------------------------------*/
.communityseemore{color:#000; font-family: 'Julius Sans One', sans-serif !important; font-weight:600 !important;}
.communityseemore:hover{color:#666; font-family: 'Julius Sans One', sans-serif !important; font-weight:600 !important;}
/*------------------------------------------------------
	Back To Top 
--------------------------------------------------------*/
#buttontop {
  display: inline-block;
  background-color: #888888;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#buttontop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#buttontop:hover {
  cursor: pointer;
  background-color: #000;
}
#buttontop:active {
  background-color: #555;
}
#buttontop.show {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	Social 
--------------------------------------------------------*/
#icon1 {
    padding-top: 25px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
}
.card-title {
    /*margin-bottom: .75rem;*/
    text-align: left;
	margin-bottom: 15px;
	font-family: 'Julius Sans One', sans-serif;
	color:#000;
}
.card-text{color:#000 !important;}
.card-text:last-child {
    margin-bottom: 0;
	color:#000 !important;
	font-family: 'Julius Sans One', sans-serif !important;
	
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
/*------------------------------------------------------
	Social Media Icons
--------------------------------------------------------*/
#footercon1{
	 color: #3b5998;
	 padding: 0 28px;
}
 #footercon1:hover{
	 color: #fff;
}
#footercon2{
	 color: #c32026;
	 padding: 0 23px;
}
 #footercon2:hover{
	 color: #fff;
}
#footercon3{
	 color:#dc4e41;
	padding: 0 23px;
}
 #footercon3:hover{
	 color: #fff;
}
 
.fbshare{
	margin-bottom: 5px;
	margin-left: 5px;
}
.overlay{
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0,0,0,0.8);
  z-index: 99;
}
/*------------------------------------------------------
	Nav Icon 
--------------------------------------------------------*/
#navicon{	
	color:#FFF;
	/*font-size:2em;*/
}
.navicon{	
	color:#FFF !important;
	/*font-size:2em;*/
}

/*------------------------------------------------------
	Equal Housing & Pet & Handicap Icon Spacing
--------------------------------------------------------*/
.iconbottom{
	display:inline-block;
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
	margin: 10px;
}
#handicap{
	font-size: 50px; 
	color: #fff;
	/*margin-left: 15px;
	margin-right: 15px;*/
}
#handicap1{
	font-size: 50px; 
	color: #fff;
	/*margin-left: 15px;
	margin-right: 15px;*/
}
#handicap1:hover{
	font-size: 50px; 
	color: #888888;
	/*margin-left: 15px;
	margin-right: 15px;*/
}
.test1{display:inline-block !important;}

/*------------------------------------------------------
	Amenities Background & Hover
--------------------------------------------------------*/
/*#amenitiesbg{
	background-image: url("../images/bench.jpg");
}
*/
.seemore{
	color: #fff !important;
	margin-left: 21px;
	font-family: 'Julius Sans One', sans-serif !important;
	font-size: 20px;
	
}
.seemore:hover{
	color: #888888 !important;
	font-family: 'Julius Sans One', sans-serif !important;
	font-size: 20px;
	
}
/*------------------------------------------------------
	Welcome Section
--------------------------------------------------------*/
.welcomeheader{
	font-size: 36px;
	color: #000;
	font-family: 'Julius Sans One', sans-serif;
}
.wrap {
  height: 100vh;
  display: flex;
}
main {
    flex: 1;
    display: flex;
    height: 100%;
    background: #FFF;
	
}

aside,
article {
  
  padding: 2em;
}
@media screen and (min-width : 901px) and (max-width : 2560px) {
    aside,
article {
  
  padding: 2em;
}
} 
@media screen and (min-width : 769px) and (max-width : 900px) {
    aside,
article {
  
  padding: 1.75em;
}
} 
@media screen and (min-width : 551px) and (max-width : 768px) {
    aside,
article {
  
  padding: 1.5em;
}
} 
@media screen and (min-width : 250px) and (max-width : 550px) {
    aside,
article {
  
  padding: 1em;
}
} 
aside {
    flex: 1;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.95);
	
}
#welcome{
	padding-left: 0px;
	padding-right: 0px;
	background: #FFF;
}
#welcome1{
	padding-left: 0px;
	padding-right: 39px;
	overflow:hidden;
	background-color: #fff;
	/*background: url("../images/bench.jpg") center center no-repeat;
	background-size: cover;
    height: 100%;
    width: 100%;*/
}
@media screen and (min-width : 351px) and (max-width : 1200px) {
    #welcome1{
	padding-left: 0px;
	padding-right: 36px;
	overflow:hidden;
	background-color: #fff;
	/*background: url("../images/bench.jpg") center center no-repeat;
	background-size: cover;
    height: 100%;
    width: 100%;*/
}

} 
@media screen and (min-width : 200px) and (max-width : 350px) {
    #welcome1{
	padding-left: 0px;
	padding-right: 35px;
	overflow:hidden;
	background-color: #fff;
	/*background: url("../images/bench.jpg") center center no-repeat;
	background-size: cover;
    height: 100%;
    width: 100%;*/
}

} 
@media screen and (min-width : 1501px) and (max-width : 2560px) {
     aside {
    flex: 1;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.95);
	margin-left: 30px;
	
	margin-bottom: 24px;
}
} 

@media screen and (min-width : 1200px) and (max-width : 1500px) {
     aside {
    flex: 1;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.95);
	/*margin:18px;*/
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 24px;
}

} 
@media screen and (min-width : 500px) and (max-width : 1199px) {
     aside {
    flex: 1;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.95);
	/*margin:18px;*/
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

} 
@media screen and (min-width : 200px) and (max-width : 499px) {
     aside {
    flex: 1;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.95);
    /* margin: 18px; */
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 18px;
}
} 
#cubepic{
	min-height: 96.25%;
	min-width: 100%;
}
@media screen and (min-width : 200px) and (max-width : 499px) {
     #cubepic{
	min-height: 90%;
	min-width: 100%;
}
} 
@media screen and (min-width : 500px) and (max-width : 768px) {
    #cubepic{
	min-height: 90%;
	min-width: 100%;
}
}
@media screen and (min-width : 769px) and (max-width : 900px) {
    #cubepic{
	min-height: 90%;
	min-width: 100%;
}
} 
@media screen and (min-width : 901px) and (max-width : 1200px) {
    #cubepic{
	min-height: 90%;
	min-width: 100%;
}
}  
@media screen and (min-width : 1201px) and (max-width : 2650px) {
    #cubepic{
	min-height: 96.35%;
	min-width: 100%;
}
}  
/*------------------------------------------------------
	Section Description Paragraphs
--------------------------------------------------------*/
#descriptionpara{
	color:#FFF;
	text-align:center;
	max-width: 1350px;
    margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:50px;
	letter-spacing: 0.1em;
}
#descriptionpara1{
	color:#000;
	text-align:center;
	max-width: 1350px;
    margin: auto;
	padding-bottom:50px;
}
#descriptionpara2{
	color:#000;
	text-align:left;
	padding-left: 10px;
    margin: auto;
	padding-bottom:50px;
}


#strip{
	background-color: #4c4c4c;
	height: 70px;
}


 
#sideimage{
    max-width: 100%;
	
}
@media screen and (min-width : 1201px) and (max-width : 2560px) {
    #sideimage{
    max-width: 100%;
	min-height: 487.35px;
}
} 

.breadcrumbs {
  padding: 24px 0;
  background-color: #f8f8f8;
}
.breadcrumbs .fa {
  font-size: 1.5rem !important;
}
.breadcrumbs a, 
.breadcrumbs span {
  font-size: 1rem;
  font-weight: 600;
  color: #091f2f;
  text-transform: uppercase;
  text-decoration: none ;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  line-height: 10.5px;
}
.breadcrumbs .fileTrailCurrent {
  color: #d9262c;
  border-bottom: 0;
}

/* ==============================
  # Social Share
============================== */
.breadcrumbs-socials > li {
    width: 100%;
    width: inherit;
    float: left;
}
.breadcrumbs-socials .social-share {
    font-weight: 600;
}
.breadcrumbs-socials a {
  font-size: 2.5rem;
  border-bottom: 0px;
  margin-right: 14px;
}
.breadcrumbs-socials a:hover {
  color: #4a606f;  
}

li.social-share {
    padding-right: 0px;
}

@media (max-width: 991px){ 
  .breadcrumbs-socials a {
      margin-right: 6px;
   }
  .breadcrumbs a:before, 
  .breadcrumbs span:before {
    display: none; 
  }
}
/*------------------------------------------------------
	Plans Page Floor Selector
--------------------------------------------------------*/
.lineup{
	display: inline-block;
	font-family: 'Julius Sans One', sans-serif;
	font-size:24px;
	color:#000;
	
}
.lineup:hover{
	display: inline-block;
	font-family: 'Julius Sans One', sans-serif;
	font-size:24px;
	color: #8888888;
	
}
#lineup{
	margin-top: 21px;
}
.hidden-xs {
    font-weight: 700;
    line-height: 72px;
    font-size: 30px;
    color: #d7d7d7;
	display: inline-block;
	padding: 0 15px;
}
@media (max-width: 768px){ 
  .hidden-xs {
    font-weight: 700;
    line-height: 72px;
    font-size: 30px;
    color: #d7d7d7;
    display: inline-block !important;
    padding: 0 15px;
}
}


#bed{
	padding-left: 0px;
	margin-left: 10px;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
	margin-left: 10px;
}

/*------------------------------------------------------
			Floor Plans Image Swiper
--------------------------------------------------------*/
.swiper-wrapper img{
  width: 100%;
  height: auto;
  
}

ul.swiper-wrapper {
  list-style-type: none;
}

.slidertext {
    font-size: 50px;
    text-align: center;
    margin-top: 20px;
	color: #fff;
	padding-bottom:20px;
	margin-right: 30px;
}


/*------------------------------------------------------
			Floor Plans Image Swiper dots
--------------------------------------------------------*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px !important;
    left: 0;
    width: 100%;
	margin-left: 27px !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    background: #fff !important;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    background: #fff !important;
    opacity: 1.0;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 58%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width : 521px) and (max-width : 620px) {
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 61% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media screen and (min-width : 471px) and (max-width : 520px) {
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 61% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media screen and (min-width : 380px) and (max-width : 470px) {
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 65% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
} 
@media screen and (min-width : 330px) and (max-width : 379px) {
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 70% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
} 
@media screen and (min-width : 250px) and (max-width : 329px) {
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 70% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
} 

.swiper-button-prev, .swiper-container-rtl {
    background-image: url(../images/blackarrowleft.png) !important;
    
}
.swiper-button-next {
    background-image: url(../images/blackarrowright.png) !important;
    
}

#hours{margin-top:23px;}

/*.swiper-slide img {
  max-width:100wv;
  min-width: 10.0em;
  margin: 0 70px;
}*/


/*------------------------------------------------------
	Contact Form Message Delivered
--------------------------------------------------------*/
.alert-success {
    color: #f8f9fa !important;
    background-color: #4a90e2 !important;
    border-color: #4a90e2 !important;
}
/*------------------------------------------------------
	Contact Form Message Delivered Closer Button
--------------------------------------------------------*/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff !important;
}


.col-text {
  height:20em;
}
.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
  display: flex;
  align-items: left;
  justify-content: left;
  max-height:100%;
  height:auto;
  min-height:50%;
}
.Aligner-item {
  width: 60%;
}
.col-image {
  background-size: cover;
  background-position:center center;
}

@media (max-width: 640px) {
  .grid-flex {
    height: 40em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
   }
  .col {
    order:vertical;
  }
  .col-left {
    -webkit-box-ordinal-group:0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .col-text div p {
    padding: 1em;
  }
  .Aligner-item {
    width: 90%;
  }
}


#aboutsec{
margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    flex: 1 1 0%;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.95);	
	
}

.row-flex {
  display: flex;
  /*flex-wrap: wrap;*/
}


/* vertical spacing between columns */

/*[class*="col-"] {
  margin-bottom: 30px;
}*/

.content {
  /*height: 100%;*/
  padding: 20px 20px 10px;
  color: #fff;
}
.content1 {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}

/*------------------------------------------------------
	Welcome Message Equilizer
--------------------------------------------------------*/

.colour-1 {
  background: #FFF;
  color: #000;
  border: 1px solid #AAA;
  padding:20px;
  max-height:505px;
  min-height:505px;
  height:505px;
  overflow-y:auto; overflow-x:hidden;
  width: 100%;
}

.colour-2 {
  background: #FFF;
  border: 1px solid #AAA;
  padding:20px;
  max-height:505px;
  width: 100%;
}
@media (max-width: 1200px) {
  .colour-2 {
    background: #FFF;
    border: 1px solid #AAA;
    padding: 20px;
    max-height: 505px;
    width: 100%;
    margin-top: 15px;
}
}
.colour-3 {
  background: #FFF;
  padding:0px;
}
.colour-4 {
  background: #FFF;
    border: 1px solid #AAA;
    padding: 20px;
    max-height: 600px;
    width: 100%;
    /* height: 100%; */
	height: 540px;
	
}.colour-5 {
  	background: #FFF;
    border: 1px solid #AAA;
    padding: 20px;
    max-height: 100%;
    width: 100%;
    /* height: 100%; */
	height: 100%;
	margin-bottom: 75px;
	
}
.colour-6 {
  background: #FFF;
  border: 1px solid #AAA;
  padding:20px;
  max-height:575px !important;
  width: 100%;
}
/*------------------------------------------------------
	Page Description Header
--------------------------------------------------------*/
@media screen and (min-width : 250px) and (max-width : 1199px) {
    .colour-4 {
  background: #FFF;
    border: 1px solid #AAA;
    padding: 20px;
    max-height: 600px;
    width: 100%;
    height: 100%; 
	/*height: 540px;*/
	
}
} 
#petsphoto{margin-bottom: 70px;}
.petsphoto-tours{margin-bottom: 35px;}
/*------------------------------------------------------
	Scroll Bar Design
--------------------------------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*------------------------------------------------------
	Contact Form Message Delivered Closer Button
--------------------------------------------------------*/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #ffffff !important;
    white-space: nowrap !important;
}



#planbutton {
    display: block;
	margin-left: 30px;
	margin-top: 25px;
	margin-bottom:45px;
    width: 215px;
    height: 52px;
    background-color: #6c757d;
    border-color: #6c757d;
    text-align: left !important;
}
#planbutton:hover {
    display: block;
    margin-left: 30px;
	margin-top: 25px;
	margin-bottom:45px;
    width: 215px;
    height: 52px;
    background-color: #3a3f44;
    border-color: #6c757d;
    text-align: left !important;
}

.planbutton {
    display: block !important;
	margin-left: 30px !important;
	margin-top: 25px !important;
	margin-bottom:45px !important;
    width: 215px !important;
    height: 52px !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    text-align: left !important;
}
.planbutton:hover {
    display: block !important;
    margin-left: 30px !important;
	margin-top: 25px !important;
	margin-bottom:45px !important;
    width: 215px !important;
    height: 52px !important;
    background-color: #3a3f44 !important;
    border-color: #6c757d !important;
    text-align: left !important;
}

@media screen and (min-width : 701px) and (max-width : 1199px) {
#welcomespace{padding-bottom:30px !important;}
}
@media screen and (min-width : 250px) and (max-width : 700px) {
#welcomespace{padding-bottom:30px !important;}
} 

.petcom{font-family: 'Raleway', sans-serif !important; text-decoration: underline !important;}
.petproperty{text-transform: capitalize !important;}
/*------------------------------------------------------
	Front Page Amenities Paragraph Color
--------------------------------------------------------*/
.amenspara{color:#fff !important;}

/*------------------------------------------------------
	Footer List Item 
--------------------------------------------------------*/
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-top: 8px;
}

.swiper-wrapper img{
  width: 100%;
  height: auto;
  
}

ul.swiper-wrapper {
  list-style-type: none;
}

/*------------------------------------------------------
	Slider Text position 
--------------------------------------------------------*/
/*.g-ver-center--xs {
    position: absolute;
    top: 78% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}*/
@media screen and (min-width : 1030px) and (max-width : 2560px) {
.g-ver-center--xs1 {
    position: absolute;
    top: 61% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 1030px) and (max-width : 2560px) and (orientation: landscape) {
.g-ver-center--xs1 {
    position: absolute;
    top: 61% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 751px) and (max-width : 1029px) {
.g-ver-center--xs1 {
    position: absolute;
    top: 61% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 751px) and (max-width : 1029px) and (orientation: landscape) {
.g-ver-center--xs1 {
    position: absolute;
    top: 61% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 500px) and (max-width : 750px) {
.g-ver-center--xs1 {
    position: absolute;
    top: 61% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 500px) and (max-width : 750px) and (orientation: landscape) {
.g-ver-center--xs1 {
    position: absolute;
    top: 53% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 250px) and (max-width : 499px) {
.g-ver-center--xs1 {
    position: absolute;
    top: 55% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 250px) and (max-width : 499px) and (orientation: landscape) {
.g-ver-center--xs1 {
    position: absolute;
    top: 55% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}



#slidertext{color:#fff !important; font-size:65px; font-family: 'Julius Sans One', sans-serif !important; z-index: 2;}


.swiper-pagination >>> .swiper-pagination-bullet {
    opacity: 1;
    border: white solid 1px !important;
    background-color: transparent !important;
}
.swiper-pagination >>> .swiper-pagination-bullet-active {
    background-color: white !important;
}

/*------------------------------------------------------
	Slider Text position 
--------------------------------------------------------*/
/*.g-ver-center--xs {
    position: absolute;
    top: 78% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}*/
@media screen and (min-width : 1030px) and (max-width : 2560px) {
.g-ver-center--xs {
    position: absolute;
    top: 79% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 1030px) and (max-width : 2560px) and (orientation: landscape) {
.g-ver-center--xs {
    position: absolute;
    top: 79% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 751px) and (max-width : 1029px) {
.g-ver-center--xs {
    position: absolute;
    top: 79% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 751px) and (max-width : 1029px) and (orientation: landscape) {
.g-ver-center--xs {
    position: absolute;
    top: 79% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 500px) and (max-width : 750px) {
.g-ver-center--xs {
    position: absolute;
    top: 79% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 500px) and (max-width : 750px) and (orientation: landscape) {
.g-ver-center--xs {
    position: absolute;
    top: 74% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 250px) and (max-width : 499px) {
.g-ver-center--xs {
    position: absolute;
    top: 71% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}
@media screen and (min-width : 250px) and (max-width : 499px) and (orientation: landscape) {
.g-ver-center--xs {
    position: absolute;
    top: 72% !important;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
}

#slidertext{color:#fff !important; font-size:65px; font-family: 'Julius Sans One', sans-serif !important; z-index: 2;}


.swiper-pagination >>> .swiper-pagination-bullet {
    opacity: 1;
    border: white solid 1px !important;
    background-color: transparent !important;
}
.swiper-pagination >>> .swiper-pagination-bullet-active {
    background-color: white !important;
}
/*------------------------------------------------------
	Form Success Message 
--------------------------------------------------------*/
.alert-dismissable .close, .alert-dismissible .close {
    position: relative !important;
    top: -11px !important;
    right: -12px !important;
    color: inherit !important;
}
/*------------------------------------------------------
	Form Send Button Hover Effect 
--------------------------------------------------------*/
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #313131 !important;
    border-color: #313131 !important;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
/*------------------------------------------------------
	Nav Bar Social Icons
--------------------------------------------------------*/
#navsocial{color:#FFF !important;}
#navsocial:hover{color:#666 !important;}
/*------------------------------------------------------
	Scroll to section with Fixed Header
--------------------------------------------------------*/
h2::before { 
  display: block; 
  content: " "; 
  margin-top: -50px; 
  height: 50px; 
  visibility: hidden; 
  pointer-events: none;
}
#onebedroom::before { 
  display: block; 
  content: " "; 
  margin-top: -27px; 
  height: 27px; 
  visibility: hidden; 
  pointer-events: none;
}
#twobedroom::before { 
  display: block; 
  content: " "; 
  margin-top: -27x; 
  height: 27px; 
  visibility: hidden; 
  pointer-events: none;
}
#threebedroom::before { 
  display: block; 
  content: " "; 
  margin-top: -27px; 
  height: 27px; 
  visibility: hidden; 
  pointer-events: none;
}

/*------------------------------------------------------
	Footer Links
--------------------------------------------------------*/
#footertitle{
	color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: 'Julius Sans One', sans-serif;
	
}
.footertext{padding: 1rem .25rem; font-family: 'Julius Sans One', sans-serif; color: #FFF;}
.footertext:hover{padding: 1rem .25rem; font-family: 'Julius Sans One', sans-serif; color: #919191;}

	
.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}	
/*------------------------------------------------------
	Footer Links Spacing
--------------------------------------------------------*/
.g-ul-li-tb-5--xs > li {
    padding-top: 1.25rem !important;
    padding-bottom: 0.3125rem !important;
}
.g-padding-y-80--xs {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}	
.g-bg-color--dark {
    /* background-color: #222324 !important; */
    background-color: #33383c !important;
}
.g-hor-divider__dashed--white-opacity-lightest {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.0) !important ;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px !important;
}
/*------------------------------------------------------
	Nav Bar Position
--------------------------------------------------------*/
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
@media (min-width: 768px)
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

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

.list-inline {
    padding-left: 0;
    display: inline-flex;
    list-style: none;
}

/*------------------------------------------------------
	Community Link on Pet Page
--------------------------------------------------------*/
.petlink{font-weight:400 !important; color:#000 !important;}
.petlink:hover{font-weight:400 !important; color:#666 !important;}
/*------------------------------------------------------
	Nav Bar Position
--------------------------------------------------------*/


/*------------------------------------------------------
	Contact Form Text Area's Style
--------------------------------------------------------*/
#contactfill{padding-left: 0px; padding-right:0px;}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
	margin:0px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media screen and (min-width : 992px) and (max-width : 1100px) {
    .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
	margin:0px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

}
@media screen and (min-width : 250px) and (max-width : 400px) {
    .form-control {
    display: block;
    width: 88%;
    padding: .375rem .75rem;
	margin:0px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

}  
/*------------------------------------------------------
	Contact Map Area's Style
--------------------------------------------------------*/
#contactmap{padding-left: 10px; padding-right:0px;}
@media screen and (min-width : 250px) and (max-width : 1199px) {
    #contactmap{padding-left: 15px; padding-right:15px;}
}  

.comnumber{color:#000 !important; font-weight:600 !important;}
.comingsoon{font-weight: 400 !important; color:#000 !important; font-family: 'Raleway', sans-serif !important;}
.comingsoon:hover{font-weight: 400 !important; color:#666 !important; font-family: 'Raleway', sans-serif !important;}
.comingsoon1{font-weight: 400 !important; color:#000 !important; font-family: 'Raleway', sans-serif !important;}
.comingsoonpara{padding-left:20px; padding-right:20px;}

#test{
	border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 12px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 400 !important;
    font-size: 28px;
    background-color: red;
}
	
	
	@media screen and (min-width : 501px) and (max-width : 700px) {
    #test{
	border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 12px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 400 !important;
    font-size: 20px;
    background-color: red;
	/*white-space: nowrap;*/
	
	}
}  
	
	@media screen and (min-width : 391px) and (max-width : 500px) {
    #test{
	border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400 !important;
    font-size: 16px;
    background-color: red;
	/*white-space: nowrap;*/
	
	}
}  
	
	@media screen and (min-width : 250px) and (max-width : 390px) {
    #test{
	border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400 !important;
    font-size: 16px;
    background-color: red;
	/*white-space: nowrap;*/
	
	}
}  
/*------------------------------------------------------
	Tour Link on Home Page
--------------------------------------------------------*/
.petlink1{font-weight:400 !important; color:#fff !important;}
.petlink1:hover{font-weight:400 !important; color:#666 !important;}


/*------------------------------------------------------
	Error Page CSS
--------------------------------------------------------*/
#erroricon{font-size:136px; color:#000; text-align:center !important; padding:30px;}
#returnicon{color:#fff; font-size:18px;}
#errorbutton{background-color: #6c757d !important; border-color: #6c757d !important; text-align: center !important;}
#errorbutton:hover{background-color: #3a3f44 !important; border-color: #6c757d !important; text-align: center !important;}
.errorborder{border: 1px solid #AAA; padding: 20px; max-width: 50%;}
.testimonials-widget5 {background-color: #fff; padding-top: 40px; padding-bottom:60px;}
.errorlist{color:#000 !important;}
.errorlistpara{padding:20px 15px; font-weight: 600 !important; text-align:center !important;}
.errorlistpara1{padding:20px 15px; font-weight: 600 !important; text-align:left !important;}
#buttonerror{margin: 30px 0px;}

.section-title5 {
    font-size: 60px;
    margin-top: 30px;
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
	margin-top:140px;
}
@media only screen and (max-width: 480px) {
	 .section-title5 {
    font-size: 40px;
    margin-top: 30px;
    color: #000;
    font-family: 'Julius Sans One', sans-serif;
	margin-top:140px;
}

} 

#amenitiesbg1{margin: 75px 0px;}

@media only screen and (max-width: 350px) {
#errorbutton{background-color: #6c757d !important; border-color: #6c757d !important; text-align: center !important; font-size:0.82rem;}
#errorbutton:hover{background-color: #3a3f44 !important; border-color: #6c757d !important; text-align: center !important; font-size:0.82rem;}

} 

#erroricon2{font-size:136px; color:#000; text-align:center !important; padding:30px;}
.errorpara3{text-align:center !important; color:#000; font-size:50px;}
.errorpara4{text-align:center !important; color:#000; font-size:50px;}
.errorpara5{text-align:center !important; color:#000; font-size:50px;}
.strongclass3{text-align:center !important; color:#000 !important; font-size:50px;}
.strongclass4{text-align:center !important; color:#000 !important; font-size:50px;}
.strongclass5{text-align:center !important; color:#000 !important; font-size:50px;}

@media screen and (min-width : 501px) and (max-width : 700px) {
    #erroricon2{font-size:136px; color:#000; text-align:center !important; padding:30px;}
	.errorpara3{text-align:center !important; color:#000; font-size:50px;}
	.errorpara4{text-align:center !important; color:#000; font-size:50px;}
	.errorpara5{text-align:center !important; color:#000; font-size:50px;}
	.strongclass3{text-align:center !important; color:#000 !important; font-size:50px;}
	.strongclass4{text-align:center !important; color:#000 !important; font-size:50px;}
	.strongclass5{text-align:center !important; color:#000 !important; font-size:50px;}
}  
	
	@media screen and (min-width : 391px) and (max-width : 500px) {
    #erroricon2{font-size:136px; color:#000; text-align:center !important; padding:30px;}
	.errorpara3{text-align:center !important; color:#000; font-size:40px;}
	.errorpara4{text-align:center !important; color:#000; font-size:40px;}
	.errorpara5{text-align:center !important; color:#000; font-size:40px;}
	.strongclass3{text-align:center !important; color:#000 !important; font-size:40px;}
	.strongclass4{text-align:center !important; color:#000 !important; font-size:40px;}
	.strongclass5{text-align:center !important; color:#000 !important; font-size:40px;}
}  
	
	@media screen and (min-width : 250px) and (max-width : 390px) {
    #erroricon2{font-size:136px; color:#000; text-align:center !important; padding:30px;}
	.errorpara3{text-align:center !important; color:#000; font-size:30px;}
	.errorpara4{text-align:center !important; color:#000; font-size:30px;}
	.errorpara5{text-align:center !important; color:#000; font-size:30px;}
	.strongclass3{text-align:center !important; color:#000 !important; font-size:30px;}
	.strongclass4{text-align:center !important; color:#000 !important; font-size:30px;}
	.strongclass5{text-align:center !important; color:#000 !important; font-size:30px;}
}  

.testimonials-widget8 {
    background-color: #fff;
    padding-top: 40px;
	padding-bottom: 60px !important;
	
	
	background-size:     auto;   
	/*background-size: 100% 100%;*/                   
    background-repeat:   no-repeat;
    background-position: center bottom; 
	
}



/*------------------------------------------------------
	Tour Link on Home Page
--------------------------------------------------------*/
.petlink2{font-weight:400 !important; color:#000 !important;}


/*============================================= NEW SPECIALS BANNER VERY IMPORTANT ===============================================================*/

/*------------------------------------------------------
	New Specials Modal
--------------------------------------------------------*/
.fade:not(.show) {
    opacity: 1 !important;
	background: rgba(0, 0, 0, 0.5);
	
}


/*------------------------------------------------------
	New Specials Modal Landscape
--------------------------------------------------------*/
@media only screen and (orientation: landscape) {  
#buttonmodal{display: block; left: 50% !important; top: 50% !important; transform: translateX(-50%) translateY(-50%); margin:0px !important; margin-top: 130px !important;}
}
#buttonmodal{display: block;
    left: 50% !important;
    top: 50% !important;
	transform: translateX(-50%) translateY(-50%);
	margin:0px !important;
}
@media screen and (min-width : 250px) and (max-width : 575px) {
#buttonmodal{display: block; left: 50% !important; top: 50% !important; transform: translateX(-50%) translateY(-50%); margin:0px !important; padding-left:15px; padding-right:15px;}
}

@media only screen and (max-width: 950px) and (min-width: 901px) and (orientation: landscape) {  
#buttonmodal{display: block; left: 50% !important; top: 50% !important; transform: translateX(-50%) translateY(-50%); margin:0px !important; margin-top: 130px !important;}
}
@media only screen and (max-width: 900px) and (min-width: 751px) and (orientation: landscape) {  
#buttonmodal{display: block; left: 50% !important; top: 50% !important; transform: translateX(-50%) translateY(-50%); margin:0px !important; margin-top: 130px !important;}
}
@media only screen and (max-width: 750px) and (min-width: 500px) and (orientation: landscape) {  
#buttonmodal{display: block; left: 50% !important; top: 50% !important; transform: translateX(-50%) translateY(-50%); margin:0px !important; margin-top: 130px !important;}
}
@media only screen and (max-width: 499px) and (min-width: 350px) and (orientation: landscape)  {  
#buttonmodal{display: block; left: 50% !important; top: 50% !important; transform: translateX(-50%) translateY(-50%); margin:0px !important; margin-top: 130px !important;}
}
@media only screen and (max-width: 349px) and (min-width: 300px) and (orientation: landscape)  {  
#buttonmodal{display: block; left: 50% !important; top: 50% !important; transform: translateX(-50%) translateY(-50%); margin:0px !important; margin-top: 130px !important;}
}
@media only screen and (max-width: 299px) and (min-width: 250px) and (orientation: landscape)  {  
#buttonmodal{display: block; left: 50% !important; top: 50% !important; transform: translateX(-50%) translateY(-50%); margin:0px !important; margin-top: 130px !important;}
}


/*------------------------------------------------------
	New Specials Modal No Outline Shadow After Clicking
--------------------------------------------------------*/
.btn-danger:focus {
    box-shadow: 0 0 0 0.0rem rgba(225,83,97,.5) !important;
}
/*------------------------------------------------------
	New Specials Modal Push From Right Viewside
--------------------------------------------------------*/
#myModal{padding-right:0px !important;}

body.modal-open {
  height: 100vh;
  overflow-y: hidden !important;
  outline: double 5px #ccc; outline-offset: -10px;
}


/*------------------------------------------------------
	New Specials Modal Text
--------------------------------------------------------*/
.modal-title{font-weight:400 !important;  font-size:36px !important; font-family: 'Julius Sans One', sans-serif !important; color:#FFF !important;}
.modal-text{font-weight:600 !important; font-size: 28px !important; font-family: 'Raleway', sans-serif !important; text-align:center !important; color:#FFF !important;}
.modal-text1{font-weight:400 !important; font-size: 24px !important; font-family: 'Raleway', sans-serif !important; text-align:center !important; color:#FFF !important;}
/*------------------------------------------------------
	New Specials Modal Double White Lines
--------------------------------------------------------*/
/*.modal-content {outline: double 5px #fff !important; outline-offset: -10px !important;}*/
/*------------------------------------------------------
	New Specials Modal New Border Lines
--------------------------------------------------------*/
#hr-grey9 {border-top: 2px solid #FFF; /* max-width: 90% !important; */ min-width: 88% !important; padding-left: 5px !important; padding-right: 5px !important; /* margin: 5px; */ margin-top:0px !important; margin-bottom:0px;}
@media screen and (min-width : 576px) and (max-width : 875px) {
#hr-grey9 {border-top: 2px solid #FFF; /* max-width: 90% !important; */ min-width: 88% !important; padding-left: 5px !important; padding-right: 5px !important; /* margin: 5px; */ margin-top:0px !important; margin-bottom:0px;}
}
@media screen and (min-width : 450px) and (max-width : 575px) {
#hr-grey9 {border-top: 2px solid #FFF; /* max-width: 90% !important; */ min-width: 88% !important; padding-left: 5px !important; padding-right: 5px !important; /* margin: 5px; */ margin-top:0px !important; margin-bottom:0px;}
}
@media screen and (min-width : 250px) and (max-width : 449px) {
#hr-grey9 {border-top: 2px solid #FFF; /* max-width: 90% !important; */ min-width: 83% !important; padding-left: 5px !important; padding-right: 5px !important; /* margin: 5px; */ margin-top:0px !important; margin-bottom:0px;}
}
/*------------------------------------------------------
	New Specials Modal Border to Erase Lines
--------------------------------------------------------*/
.modal-header {border-bottom: none !important;}
.modal-footer {border-top: none !important;}


#result1 {margin-top: 0px;}


/*------------------------------------------------------
	New Specials Modal Close Button
--------------------------------------------------------*/
/*#modal-button-close{margin-right: 10px !important;}

.modal-button-open{margin-left: 10px !important; margin-right: 10px !important;}*/
@media screen and (min-width : 250px) and (max-width : 300px) {  
.modal-button-open{margin-left: 0px !important; margin-right: 0px !important;}
 }
/*------------------------------------------------------
	Modal Button Size & Font
--------------------------------------------------------*/
.specials-span{margin:20px !important; font-size:28px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}

@media screen and (min-width : 451px) and (max-width : 762px) and (orientation: landscape) {  
.specials-span{margin:20px !important; font-size:24px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media screen and (min-width : 400px) and (max-width : 450px) and (orientation: landscape) {
.specials-span{margin:10px !important; font-size:21px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 551px) and (max-width : 600px) {
.specials-span{margin:10px !important; font-size:21px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 501px) and (max-width : 550px) {
.specials-span{margin:10px !important; font-size:20px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 451px) and (max-width : 500px) {
.specials-span{margin:10px !important; font-size:19px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 400px) and (max-width : 450px) {
.specials-span{margin:10px !important; font-size:18px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 375px) and (max-width : 399px) {
.specials-span{margin:10px !important; font-size:17px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 375px) and (max-width : 399px) and (orientation: landscape) {
.specials-span{margin:10px !important; font-size:20px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 350px) and (max-width : 374px) {
.specials-span{margin:10px !important; font-size:16px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 350px) and (max-width : 374px) and (orientation: landscape) {
.specials-span{margin:10px !important; font-size:20px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 325px) and (max-width : 349px) {
.specials-span{margin:10px !important; font-size:15px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 325px) and (max-width : 349px) and (orientation: landscape) {
.specials-span{margin:10px !important; font-size:19px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 300px) and (max-width : 324px) {
.specials-span{margin:10px !important; font-size:14px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 300px) and (max-width : 324px) and (orientation: landscape) {
.specials-span{margin:10px !important; font-size:17px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 250px) and (max-width : 299px) {
.specials-span{margin:10px !important; font-size:14px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}
@media screen and (min-width : 250px) and (max-width : 299px) and (orientation: landscape) {
.specials-span{margin:10px !important; font-size:13px !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
}

/*------------------------------------------------------
	New Specials Modal Button Text Color
--------------------------------------------------------*/
.close-button{color:#000 !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important;}
.close-button1{color:#FFF !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important; font-size:50px !important;}
.close-button1:hover{color:#ddd !important; font-weight:400 !important; font-family: 'Julius Sans One', sans-serif !important; font-size:50px !important;}
/*------------------------------------------------------
	Slider Text for Slider
--------------------------------------------------------*/
/*#slidertext{font-size: 65px ; font-family: 'Julius Sans One', sans-serif !important;}*/
@media only screen and (max-width: 2560px) and (min-width: 1030px) {  
#slidertext{font-size: 65px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 2560px) and (min-width: 1030px) and (orientation: landscape) {  
#slidertext{font-size: 55px !important; font-family: 'Julius Sans One', sans-serif !important; }
 }
@media only screen and (max-width: 1029px) and (min-width: 751px) {  
#slidertext{font-size: 50px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 1029px) and (min-width: 751px) and (orientation: landscape) {  
#slidertext{font-size: 43px !important; font-family: 'Julius Sans One', sans-serif !important; }
 }
@media only screen and (max-width: 750px) and (min-width: 500px) {  
#slidertext{font-size: 45px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
@media only screen and (max-width: 750px) and (min-width: 500px) and (orientation: landscape) {  
#slidertext{font-size: 28px !important; font-family: 'Julius Sans One', sans-serif !important; white-space: nowrap;}
 }
@media only screen and (max-width: 499px) and (min-width: 350px)  {  
#slidertext{font-size: 40px !important; font-family: 'Julius Sans One', sans-serif !important; }
 }
 @media only screen and (max-width: 349px) and (min-width: 300px)  {  
#slidertext{font-size: 40px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 299px) and (min-width: 250px)  {  
#slidertext{font-size: 35px !important; font-family: 'Julius Sans One', sans-serif !important;}
 }
 @media only screen and (max-width: 499px) and (min-width: 350px) and (orientation: landscape)  {  
#slidertext{font-size: 22px !important; font-family: 'Julius Sans One', sans-serif !important; white-space: nowrap;}
 }
 @media only screen and (max-width: 349px) and (min-width: 300px) and (orientation: landscape)  {  
#slidertext{font-size: 20px !important; font-family: 'Julius Sans One', sans-serif !important; white-space: nowrap;}
 }
 @media only screen and (max-width: 299px) and (min-width: 250px) and (orientation: landscape)  {  
#slidertext{font-size: 17px !important; font-family: 'Julius Sans One', sans-serif !important; white-space: nowrap;}
 }

/*------------------------------------------------------
	New Specials Modal Background Color
--------------------------------------------------------*/

.modal-content{background-color:#DC3545 !important; background-size: auto !important; /* size the background image at 100% like any responsive img tag */ background-position: center center; background-repeat:no-repeat;}


.modal-header .close {padding: 0rem 0.25rem !important; margin: -4rem -2rem -1rem auto !important;}

@media only screen and (max-width: 379px) and (min-width: 350px) {  
.modal-header .close {padding: 0rem 0.25rem !important; margin: -7rem -2rem -1rem auto !important;}
}
@media only screen and (max-width: 349px) and (min-width: 325px) {  
.modal-header .close {padding: 0rem 0.25rem !important; margin: -7rem -2rem -1rem auto !important;}
}
@media only screen and (max-width: 324px) and (min-width: 300px) {  
.modal-header .close {padding: 0rem 0.25rem !important; margin: -8rem -2rem -1rem auto !important;}
}
@media only screen and (max-width: 324px) and (min-width: 300px) {  
.modal-header .close {padding: 0rem 0.25rem !important; margin: -8rem -2rem -1rem auto !important;}
}
@media only screen and (max-width: 299px) and (min-width: 250px) {  
.modal-header .close {padding: 0rem 0.25rem !important; margin: -8rem -2rem -1rem auto !important;}
}


.close {
    float: right;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #000 !important;
    opacity: 1.5 !important;
}

.close:hover {
    float: right;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #ddd !important;
    opacity: 0.5 !important;
}

.drone-video-one{ background-image: ../images/videos/drone-cover01.jpg !important;}

/*------------------------------------------------------
	Tour Buttons Front Page Redesign
--------------------------------------------------------*/
.check-avail{ color:#fff !important; font-size:1.7rem !important; padding-bottom: 10px; border-bottom: 1px solid #fff; font-weight: 700 !IMPORTANT;}
.check-avail:hover{ color:#ffa500 !important; font-size:1.7rem !important; padding-bottom: 10px; border-bottom: 1px solid #ffa500; font-weight: 700 !IMPORTANT;}

.walk-through-button-new{ margin-top:25px; }
.button-container{ margin-bottom:75px;}

#descriptionpara-button{
	color:#FFF;
	text-align:center;
	max-width: 1350px;
    margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:40px;
	letter-spacing: 0.1em;
}
.check{ color:#fff !important; font-size:1.3rem !important; padding-bottom: 10px; border-bottom: 1px solid #fff;}
.availability{ color:#fff !important; font-size:1.3rem !important; padding-bottom: 10px; border-bottom: 1px solid #fff;}



@media only screen and (max-width: 872px) and (min-width: 150px) {  
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #ffffff !important;
    
    /*white-space: normal !important;*/
}
}


.btn-secondary-new-color {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-secondary-new-color:hover {
    color: #fff;
    background-color: #005dc1 !important;
    border-color: #005dc1 !important;
}

/*------------------------------------------------------
	Scroll to section with Fixed Header
--------------------------------------------------------*/
h2::before { 
  display: block; 
  content: " "; 
  margin-top: -50px; 
  height: 50px; 
  visibility: hidden; 
  pointer-events: none;
}
#onebedroom::before { 
  display: block; 
  content: " "; 
  margin-top: -27px; 
  height: 27px; 
  visibility: hidden; 
  pointer-events: none;
}
#twobedroom::before { 
  display: block; 
  content: " "; 
  margin-top: -27x; 
  height: 27px; 
  visibility: hidden; 
  pointer-events: none;
}
#drone::before { 
  display: block; 
  content: " "; 
  margin-top: -27px; 
  height: 27px; 
  visibility: hidden; 
  pointer-events: none;
}


.jump:before {
  content: "";
  display: block;
  padding-top: 75px;
  margin-top: -75px;
}

.jump2:before {
  content: "";
  display: block;
  padding-top: 105px;
  margin-top: -105px;
}

/*------------------------------------------------------
	Plans Page - Three Button Layout
--------------------------------------------------------*/
.button-spacing-container{padding-left: 0px !important; padding-right:0px !important;}
.button-spacing-col{padding-left: 0px !important; padding-right:0px !important;}
.tours-links{ color: #000; font-family: 'Raleway', sans-serif !important; font-weight: 600 !important; text-align: left; font-size: 24px;}
#tours-links{ color: #000; font-family: 'Raleway', sans-serif !important; font-weight: 600 !important; text-align: left; font-size: 24px;}
.approx-feet{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	
	
}
#planbutton-tour {
    display: block;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom:20px;
    width: 260px;
    height: 52px;
    background-color: #007bff;
    border-color: #007bff;
    
}
#planbutton-tour:hover {
    display: block;
    margin-left: 30px;
	margin-top: 20px;
	margin-bottom:20px;
    width: 260px;
    height: 52px;
    background-color: #0954a5;
    border-color: #0954a5;
    
}
#planbutton4 {
    display: block;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom:20px;
    width: 260px;
    height: 52px;
    background-color: #6c757d;
    border-color: #6c757d;
    text-align: center !important;
	white-space:nowrap !important;
}
#planbutton4:hover {
    display: block;
    margin-left: 30px;
	margin-top: 20px;
	margin-bottom:20px;
    width: 260px;
    height: 52px;
    background-color: #3a3f44;
    border-color: #3a3f44;
    text-align: center !important;
	white-space:nowrap !important;
}
@media only screen and (max-width: 350px) and (min-width: 150px) {  
#planbutton4 {
    display: block;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom:20px;
    width: 220px;
    height: 52px;
    background-color: #6c757d;
    border-color: #6c757d;
    text-align: center !important;
	white-space:nowrap !important;
}
#planbutton4:hover {
    display: block;
    margin-left: 30px;
	margin-top: 20px;
	margin-bottom:20px;
    width: 220px;
    height: 52px;
    background-color: #3a3f44;
    border-color: #3a3f44;
    text-align: center !important;
	white-space:nowrap !important;
}
}



#cardp1-tours {
    text-align: left;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
	padding-left: 27px;
}
#cardp1-tours:hover {
    text-align: left;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #666 !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
	padding-left: 27px;
}
@media only screen and (max-width: 350px) and (min-width: 150px) {  
#cardp1-tours {
    text-align: left;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
	padding-left: 27px;
	white-space: nowrap !important;
}
}
.tours-spacing-container{ text-align:left !important; padding-top: 15px; padding-bottom: 15px;}
.tours-spacing-col{padding-left: 0px !important; padding-right:0px !important; margin-top: 15px !important; margin-bottom: 15px !important;}


#school{
	color:#000 !important;
	
}
#school:hover{
	color: #6c757d !important;
}

.school{
	color:#000 !important;
	
}
.school:hover{
	color: #6c757d !important;
}

/*------------------------------------------------------
	Verifast Link
--------------------------------------------------------*/
.verifast{color:#000 !important; }
.verifast:hover{color:#666 !important;}
.verifast-logo-spacing{margin-bottom: 15px !important;}
.verifast-spacing
{
display:flex;
align-items:center;
padding-left: 10px !important;
}
.verifast-spacing p
{
display:flex;
align-items:center;
padding-left: 15px !important;
margin:0px !important; 
}
.verifast-space{padding-left: 10px !important;}
.para-space{padding-bottom: 30px !important;}



/*------------------------------------------------------
	Lightbox
--------------------------------------------------------*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/*------------------------------------------------------
	 Restricted Breed List Lightbox Layout
--------------------------------------------------------*/
.dog-title{text-align: center !important; margin: 10px 10px; font-weight:600 !important;}
.doggy-div{display: flex; justify-content: center; align-items: center;}


/*------------------------------------------------------
	 Restricted Breed List Gap Between Rows
--------------------------------------------------------*/
.bottom-restricted-breed-list{margin-bottom: 50px !important;}