@charset "UTF-8";
/*
Theme Name: AlderwoodApartments
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alderwood-apartments
Tags: one-column, two-columns
Theme URI:
*/
.mobile-drop,
.feature-list,
.shedule-list,
.cycle-gallery .pagination ul {
  margin: 0;
  padding: 0;
}
.mobile-drop li,
.feature-list li,
.shedule-list li,
.cycle-gallery .pagination ul li {
  list-style: none outside;
}

.clearfix:after,
dl:after,
.wpcf7-form .row:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
.container:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.btn,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.nav-links .next,
.nav-links .prev,
.navigation-single .next,
.navigation-single .prev {
  transition: background .3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  background: #75d69c;
  color: #fff;
  padding: 14px 7px;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 700;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .btn,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev,
  .nav-links .next,
  .nav-links .prev,
  .navigation-single .next,
  .navigation-single .prev {
    padding: 14px 20px;
  }
}
.btn:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation-single .next:hover,
.navigation-single .prev:hover {
  background: #363636;
  color: #fff !important;
}
.btn .fa,
.navigation .next .fa,
.navigation .prev .fa,
.navigation-comments .next .fa,
.navigation-comments .prev .fa,
.nav-links .next .fa,
.nav-links .prev .fa,
.navigation-single .next .fa,
.navigation-single .prev .fa {
  font-size: 16px;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .btn .fa,
  .navigation .next .fa,
  .navigation .prev .fa,
  .navigation-comments .next .fa,
  .navigation-comments .prev .fa,
  .nav-links .next .fa,
  .nav-links .prev .fa,
  .navigation-single .next .fa,
  .navigation-single .prev .fa {
    margin-right: 15px;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #363636;
  background: #fff;
  font: 14px/1.42857 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .01rem;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 14px;
    line-height: 1.42857;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 991px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 16px;
}

blockquote {
  padding-left: 0;
  margin-left: 0;
}
blockquote p,
blockquote q {
  opacity: .7;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
  quotes: none;
}
@media (min-width: 768px) {
  blockquote p,
  blockquote q {
    font-size: 24px;
    line-height: 28px;
  }
}
blockquote p:before,
blockquote q:before {
  content: "\"";
}
blockquote p:after,
blockquote q:after {
  content: "\"";
}
blockquote cite {
  color: #00ceb6;
  font-style: normal;
}
blockquote cite:before {
  content: "— ";
}

th,
td {
  border: 1px solid #999;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 2px solid #f2f2f2;
  padding: 0 12px;
  font-size: 14px;
  line-height: 48px;
  background: #fff;
  opacity: .7;
  color: #363636;
  display: block;
  width: 100%;
  box-shadow: none !important;
}
input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
textarea:not(textarea) {
  height: 48px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
  border-color: #969696;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  height: 48px;
  border: 2px solid #f2f2f2;
  padding: 0 12px;
  font-size: 14px;
  line-height: 48px;
}
select:focus {
  outline: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  line-height: 18px;
  padding: 12px;
  min-height: 218px;
  height: 218px;
  margin: 0 0 7px;
  overflow: auto;
}

input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  transition: background .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 3px;
  cursor: pointer;
  background: #00b59f;
  color: #fff;
  border: 0;
  outline: none;
  height: 43px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  opacity: .7;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
  background: #363636;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

label {
  font-weight: 700;
  margin-bottom: 5px;
  color: #666;
  opacity: .7;
  display: inline-block;
  vertical-align: top;
}

.wpcf7-form .row {
  margin: 0 -15px 10px;
}
.wpcf7-form .row > * {
  padding: 0 15px;
}

.wpcf7-form .medium {
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .wpcf7-form .medium {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

.widget {
  margin-bottom: 20px;
}
.widget select {
  min-width: 150px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin: 0 5px 0 0;
  max-width: 200px;
}
.search-form input[type="submit"],
.post-password-form input[type="submit"] {
  margin: 0;
  height: 48px;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin: 0 -3px 16px;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation a,
.navigation-comments a {
  color: #75d69c;
}
.navigation a:hover,
.navigation-comments a:hover {
  color: #363636;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  max-width: 49%;
  color: #fff;
}

.nav-links,
.navigation-comments,
.navigation-single {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.nav-links .next,
.nav-links .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next,
.navigation-single .prev {
  max-width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.nav-links .next a,
.nav-links .prev a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-single .next a,
.navigation-single .prev a {
  display: block;
  color: inherit;
}

.navigation-single {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}
.comment-form input[type="submit"],
.comment-form textarea[type="submit"] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 4px;
}
.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 16px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 16px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.post {
  margin-bottom: 40px;
}
.post h2 {
  margin-bottom: 5px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 18px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

h2 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  h2 {
    margin-bottom: 35px;
  }
}

p {
  margin: 0 0 10px;
}

a {
  color: #00ceb6;
  text-decoration: none;
  transition: color .3s ease;
}
a:hover {
  color: #363636;
  text-decoration: none;
}

#header {
  padding: 12px 0 10px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}
@media (min-width: 1025px) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 23px 0 22px;
  }
}
@media (min-width: 1025px) {
  #header.fixed-position {
    position: fixed;
    animation-duration: 1s;
    animation-name: fadeInDown;
  }
}
.admin-bar #header {
  top: 32px;
}
@media (min-width: 1025px) {
  #header .container {
    min-height: 20px;
  }
}

.logo {
  float: left;
  max-width: 150px;
}
@media (min-width: 1025px) {
  .logo {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    float: none;
    transition: max-width .5s ease-out;
  }
}
@media (min-width: 1025px) {
  .fixed-position .logo {
    max-width: 110px;
  }
}

#nav {
  width: 100%;
  clear: both;
  font-size: 14px;
  line-height: 1.42857;
}
@media (min-width: 1025px) {
  #nav {
    padding: 0 0 0 160px;
  }
}

.mobile-drop {
  padding: 10px 0 5px;
}
@media (min-width: 1025px) {
  .mobile-drop {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .mobile-drop.js-slide-hidden {
    position: static !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  .mobile-drop li {
    padding: 0 15px;
  }
}
.mobile-drop li + li {
  border-top: 1px solid #ededed;
}
@media (min-width: 1025px) {
  .mobile-drop li + li {
    border-top: 0;
  }
}
.mobile-drop li.active a {
  color: #00ceb6;
}
.mobile-drop a {
  color: #363636;
  display: block;
  padding: 12px 20px;
}
@media (min-width: 1025px) {
  .mobile-drop a {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
}
.mobile-drop a:hover {
  color: #00ceb6;
}

.nav-opener {
  font-size: 14px;
  color: #363636;
  float: right;
  margin: 11px 0 0;
}
@media (min-width: 1025px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:hover {
  color: #00ceb6;
}
.active .nav-opener .fa:before {
  content: "\f00d";
  font-family: "FontAwesome";
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.line-style {
  position: relative;
}
.line-style:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 15px;
  height: 2px;
  background: #bbb;
}
@media (min-width: 768px) {
  .line-style:before {
    transform: translateX(0);
    left: 0;
  }
}

#main {
  display: block;
}
@media (min-width: 1025px) {
  #main {
    padding: 65px 0 0;
  }
}

.section {
  padding: 40px 0;
}

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

.feature-section {
  padding: 41px 0 58px;
}

.feature-list {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 57px;
}
@media (min-width: 768px) {
  .feature-list {
    float: left;
    width: 33.3%;
    padding: 0 15px 0 0;
    margin-bottom: 0;
  }
}
.feature-col .feature-list {
  width: 100%;
  float: none;
  margin: 0;
}
@media (min-width: 992px) {
  .feature-col .feature-list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
.feature-list li {
  padding: 0 0 0 41px;
  position: relative;
}
.feature-list li:before {
  content: "\f05d";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 1;
  color: #00ceb6;
}
.feature-list li + li {
  margin: 19px 0 0;
}

@media (min-width: 768px) {
  .carousel-holder {
    float: left;
    padding: 0 0 0 11px;
    width: 66.7%;
    max-width: 611px;
  }
}

.gray-section {
  background: #f3f3f3;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .gray-section {
    text-align: left;
  }
}
.gray-section .title {
  display: block;
  margin: 0 0 40px;
  opacity: .7;
}
.gray-section h2 {
  margin-top: 10px;
}
.gray-section p {
  opacity: .7;
  margin: 0;
}
.gray-section p + p {
  margin-top: 10px;
}
.gray-section .three-columns p {
  margin: 0 0 10px;
}

.three-columns {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .three-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
}
.three-columns a {
  color: inherit;
}
.three-columns a:hover {
  color: #00ceb6;
}

.shedule-list {
  opacity: .7;
}

.script-holder {
  overflow-x: auto;
}

.animation-container {
  transform: scale(1);
  opacity: 0;
}
.animation-container.start-animation {
  animation: 1s cubic-bezier(.175, .885, .32, 1.275) 0s normal none 1 bounce;
  opacity: 1;
}

.design-col {
  opacity: 0;
  margin: 0 0 54px;
  text-align: center;
}
@media (min-width: 768px) {
  .design-col {
    float: left;
    width: 48.8%;
    margin: 0;
  }
}
.design-col.start-animation {
  opacity: 1;
  animation: 1s 1 cubic-bezier(.175, .885, .32, 1.275) left-to-right;
}

@media (min-width: 768px) {
  .feature-col {
    float: right;
    width: 48.7%;
    padding: 10px 0 0;
  }
}

.gray-box {
  background: #f0f0f0;
  box-shadow: 0 5px 0 #d4d4d4;
  color: #9d9d9e;
  border-radius: 5px;
  padding: 40px 28px 19px;
  font-size: 1em;
  margin: 0 auto 45px;
  width: 80%;
}
@media (min-width: 768px) {
  .gray-box {
    width: 59%;
  }
}
.gray-box:last-child {
  margin-bottom: 0;
}
.gray-box.large {
  padding: 28px;
}
@media (min-width: 768px) {
  .gray-box.large {
    width: 68.3%;
  }
}
.gray-box a:hover {
  color: inherit;
}
.gray-box h1 {
  color: #666;
  margin-bottom: 10px;
  font-size: 36px;
}

.contact-box {
  background: #ededed;
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .contact-box {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }
}
.contact-box:last-child {
  margin-bottom: -40px;
}
.contact-box > * {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .contact-box > * {
    width: 50%;
  }
}
.contact-box iframe {
  margin-bottom: 0;
  width: 100%;
  height: 390px;
}

.form-col {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .form-col {
    margin-bottom: 0;
  }
}

.map-box {
  border: 5px solid #f7f7f7;
}

.top-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .top-section {
    padding: 100px 0;
  }
}

@keyframes bounce {
  0% {
    transform: scale(.5);
    opacity: .1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes left-to-right {
  0% {
    transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

#footer {
  background: #363636;
  color: #fff;
  padding: 20px 0;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  color: #00ceb6;
}

.address-box {
  font-style: normal;
  display: block;
  margin: 0;
}
.address-box .text {
  display: block;
}
@media (min-width: 768px) {
  .address-box .text {
    margin-bottom: -2px;
  }
}
@media (min-width: 992px) {
  .address-box .text {
    margin-bottom: 0;
  }
}
.address-box .text strong {
  padding: 0 .3em 0 0;
}

.bg-holder {
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .bg-holder {
    background-size: cover !important;
    background-position: 50% 0 !important;
  }
}
@media (min-width: 1025px) {
  .bg-holder {
    background-attachment: fixed;
  }
}
.banner .bg-holder {
  height: 400px;
}

.banner .bg-holder2 img{
	display: block; margin: 0 auto;
}
@media (min-width: 768px) {
  .banner .bg-holder {
    height: 683px;
  }
}
.bg-holder img {
  height: auto;
  position: absolute;
  width: auto;
  opacity: 0;
}

.fallback-class {
  background-size: cover !important;
}

.title-page {
  background: #363636;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .title-page {
    text-align: left;
  }
}
.title-page h1 {
  margin: 0;
}

.cycle-gallery {
  position: relative;
  background: #f3f3f3;
  padding: 45px 10% 75px;
  min-height: 352px;
}
.cycle-gallery.not-enough-slides .pagination {
  visibility: hidden;
}
.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
}
.cycle-gallery .slideset {
  width: 99999px;
  float: left;
}
.cycle-gallery .slide {
  float: left;
}
.cycle-gallery .slide.active {
  z-index: 1;
}
.cycle-gallery .pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.cycle-gallery .pagination ul {
  display: -ms-flexbox;
  display: flex;
}
.cycle-gallery .pagination li {
  padding: 0 2.5px 6px;
  text-indent: -9999px;
  overflow: hidden;
}
.cycle-gallery .pagination li.active a {
  background: rgba(0, 0, 0, .6);
}
.cycle-gallery .pagination a {
  transition: background .3s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .3);
}
.cycle-gallery .pagination a:hover {
  background: rgba(0, 0, 0, .6);
}

.tp-rightarrow.default,
.tp-leftarrow.default {
  background: transparent;
  font-family: serif;
  font-size: 30px;
  opacity: .5;
  color: #00ceb6;
  width: auto;
  z-index: 50;
}
.tp-rightarrow.default:hover,
.tp-leftarrow.default:hover {
  opacity: .9;
}

.tp-leftarrow.default:before {
  content: "‹";
}

.tp-rightarrow.default:before {
  content: "›";
}