@charset "UTF-8";
:root {
  --var-gray: rgba(102, 102, 102, 1);
  /*--var-green: #b1bb45;*/
  --var-green: #9da731;
  --var-bkg-gray: rgb(249, 249, 249);
}


/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    max-width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
.columns {
    margin-left: 4%;
  }
  .column:first-child,
.columns:first-child {
    margin-left: 0;
  }
  .one.column,
.one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
.offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
.offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
.offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
.offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
.offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
.offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
.offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
.offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
.offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
.offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
.offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
.offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
.offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

img {
	max-width: 100%;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1eaedb;
}

a:hover {
  color: #0fa0ce;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 2rem;
  line-height: 38px;
  text-decoration: none;
  background-color: var(--var-green);
  cursor: pointer;
  box-sizing: border-box;
	white-space:nowrap; 
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  color: #fff;
  background-color: var(--var-green);
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus {
  color: #fff;
  background-color: var(--var-green);
	opacity: 0.7;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin: 1rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  padding: 5rem 0;
}

section.hero {
  padding: 0;
}

section.text-image {
	padding-inline: 0;
}

.text-image h2, .text-heading h2 {
	font-weight: normal;
}

.text-image a, .text-heading a {
	color: var(--var-green);
}

.gray-bkg {
  background-color: var(--var-bkg-gray);
}

.center {
  text-align: center;
}

.green {
  color: var(--var-green) !important;
}

.title {
  font-size: 3.5rem;
  text-align: center;
  font-weight: 200;
  padding: 0 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: var(--var-green);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cta-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  background-color: var(--var-green) !important;
  padding: 2rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cta-btn:focus, .cta-btn:active, .cta-btn:hover {
  background-color: #000 !important;
  color: #fff;
}

main {
  scroll-behavior: smooth;
}

.subheading {
  color: var(--var-green);
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}

h2 {
  color: var(--var-green);
  font-weight: 200;
  font-size: 3rem;
}

p {
  color: gray;
}

@media only screen and (max-width: 750px) {
  .row > * {
    flex-direction: column;
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 750px) {
  .space {
    display: none;
  }
}

hr {
  border: 1px solid rgb(92, 92, 92);
  margin: 0.5rem 0 1rem;
}

span {
  display: block;
}

a {
  color: #fff;
}
a:focus, a:active, a:hover {
  color: var(--var-green);
}

header,
footer {
  position: relative;
  z-index: 100;
}
header > .container,
footer > .container {
  max-width: 2000px;
}

nav ul, nav li,
footer ul,
footer li {
  list-style: none;
  margin-bottom: 0;
}
nav a,
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  margin: 0 1rem;
}
nav a:focus, nav a:active, nav a:hover,
footer a:focus,
footer a:active,
footer a:hover {
  color: var(--var-green);
}

.footer-title h2{
  color: white;
  border-bottom: 1px solid var(--var-green);
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;


}
header {
  background-color: var(--var-gray);
  color: #fff;
  padding: 0.5rem 0 1.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
header i {
  color: #fff;
}
header img {
  max-width: 100%;
	max-height: 120px;
}
header span {
  display: inline-block;
}

nav a {
  text-transform: uppercase;
  font-weight: bold;
}
nav li {
  display: inline-block;
}
nav ul, nav li {
  margin: 0;
}

address {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
}

.nav-appointment-socials,
.socials {
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
}

.nav-appointment-socials {
  justify-content: space-between;
  align-items: center;
}
.nav-appointment-socials > .mobile {
  display: none;
}
@media only screen and (max-width: 750px) {
  .nav-appointment-socials {
    flex-wrap: wrap;
  }
  .nav-appointment-socials > .mobile {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .navbar-item {
    width: 100%;
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 750px) {
  nav {
    flex-basis: 100%;
  }
}

#navbar {
  display: block;
}
@media only screen and (max-width: 750px) {
  #navbar {
    display: none;
    margin-bottom: 1rem;
  }
}

.locations {
  color: var(--var-green);
	font-size: 1.42rem;
}
.locations > span {
  font-weight: normal;
  color: #fff;
}

.locations,
.locations-details {
  font-weight: bold;
  padding-top: 2rem;
}
.locations i,
.locations-details i {
  margin-right: 1rem;
}
.locations a,
.locations-details a {
  color: var(--var-green);
  font-weight: normal;
  text-decoration: none;
}
.locations a:hover,
.locations-details a:hover {
  color: #000;
}
@media only screen and (max-width: 750px) {
  .locations,
.locations-details {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .space {
    display: none;
  }
}

.locations-details {
  color: #fff;
}
.locations-details > span, .locations-details a {
  color: var(--var-green);
  font-weight: normal;
  text-decoration: none;
}
.locations-details a:hover {
  color: #000;
}

.socials {
  height: auto;
}
.socials i {
  margin: 0 0.5rem;
  color: var(--var-green);
}

.appointment {
  text-align: center;
}

.line {
  border-left: 1px dashed #fff;
  width: 1px;
  height: 20px;
  margin: 0 0.5rem;
}

.dropdown,
.dropdown-submenu {
  position: relative;
  display: inline-block;
}
.dropdown:hover .dropbtn,
.dropdown-submenu:hover .dropbtn {
  background-color: #3e8e41;
}
@media only screen and (max-width: 750px) {
  .dropdown,
.dropdown-submenu {
    width: 100%;
  }
}

@media only screen and (min-width: 750px) {
  .dropdown:hover > .dropdown-content, .dropdown.active > .dropdown-content {
    display: block;
  }
}

.dropdown-submenu {
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
  justify-content: space-between;
  align-items: center;
}
.dropdown-submenu:hover > .dropdown-submenu-content {
  display: block;
}
.dropdown-submenu > i {
  margin-right: 1rem;
}
@media only screen and (max-width: 750px) {
  .dropdown-submenu {
    flex-wrap: wrap;
  }
}

.dropdown-content,
.dropdown-submenu-content {
  display: none;
  position: absolute;
  background-color: var(--var-gray);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a,
.dropdown-submenu-content a {
  display: block;
  color: #fff;
  padding: 1rem;
}
@media only screen and (max-width: 750px) {
  .dropdown-content > li,
.dropdown-submenu-content > li {
    width: 100%;
  }
}

@media only screen and (min-width: 750px) {
  .dropdown-submenu-content {
    transform: translate(100%, 35%);
  }
}

footer {
  background-color: var(--var-gray);
  color: #fff;
  padding: 2rem 0;
}
footer .columns {
  width: 100%;
}
footer .columns > span {
  border-bottom: 1px solid var(--var-green);
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
footer .columns li {
  margin: 0.5rem 0;
  padding: 0 1rem;
}
footer .columns li > a {
  margin: 0.5rem 0;
  font-size: 1.5rem;
}
footer .columns .socials > a {
  font-size: 1.5rem;
}
footer .columns address {
  font-size: 1.5rem;
  margin: 1rem 0;
}
footer .columns address > span {
  color: var(--var-green);
}
footer .columns address > span > a {
  font-size: 1.5rem;
  margin-left: 0;
}

.copyright {
  text-align: center;
}

.google-directions {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 1%;
}

.google-maps-home {
  overflow: hidden;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 400px;
}

.map-control {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
  font-family: "Roboto", "sans-serif";
  margin: 10px;
  padding-right: 5px;
  /* Hide the control initially, to prevent it from appearing
     before the map loads. */
  display: none;
}

/* Display the control once it is inside the map. */
#map .map-control {
  display: block;
}

.selector-control {
  font-size: 14px;
  line-height: 30px;
  vertical-align: baseline;
}

.hero {
  position: relative;
  height: 50vh;
  overflow: hidden;
  background-color: linear-gradient(to bottom, green, rgba(0, 0, 0, 0));
}
.hero img {
  max-width: none;
}
.hero.home {
  background-color: #fff;
  height: 85vh;
}
.hero.tech {
  display: none;
}
.hero > .hero-video, .hero img {
  min-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .hero {
    height: 40vh;
  }
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 80%;
}
.hero-content.home {
  left: 35%;
  top: 40%;
  width: 40%;
  text-align: left;
}
.hero-content.home > h1 {
  font-size: 6rem;
  font-weight: initial;
}
.hero-content.home i {
  border-left: 1px solid #fff;
  padding-left: 2rem;
}
.hero-content.home a {
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .hero-content.home {
    left: 50%;
  }
}
.hero-content > h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.hero-content > span {
  display: block;
  font-size: 2rem;
}
.hero-content a, .hero-content a > i {
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
  justify-content: center;
  align-items: center;
}
.hero-content a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 1rem !important;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.hero-content a > * {
  margin: 0 1rem;
}
.hero-content > i {
  margin-top: 3rem;
  font-size: 3rem;
}
.hero-content p {
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .hero-content {
    width: 100% !important;
    padding: 2rem !important;
    top: 50%;
  }
  .hero-content > span {
    margin-left: 1rem;
  }
  .hero-content > h1, .hero-content > i {
    font-size: 2.5rem;
  }
}

.cta {
  border: 1px solid lightgray;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin-top: -13rem;
  background-color: #fff;
  padding: 3rem;
}
.cta a {
  color: var(--var-green);
  font-weight: bold;
  text-decoration: none;
}
.cta a:active, .cta a:focus, .cta a:hover {
  color: #fff;
}
.cta .columns {
  padding: 0 2rem;
}
.cta .columns:first-child {
  border-right: 1px dotted lightgray;
}
.cta .columns:last-child {
  border-left: 1px dotted lightgray;
}
@media only screen and (max-width: 750px) {
  .cta {
    margin-top: -5rem;
  }
  .cta .columns {
    margin: 1rem 0;
  }
  .cta .columns:first-child {
    border-bottom: 1px dotted lightgray;
    border-right: 0;
  }
  .cta .columns:last-child {
    border-top: 1px dotted lightgray;
    border-left: 0;
  }
}

.cta-section {
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
}
.cta-section > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-section > * {
  margin: 1rem;
}
.cta-section span {
  font-size: 2rem;
  margin: 1rem 0;
}

.cta-section span h2{
  font-size: 2rem;
  margin: 1rem 0;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
.cta-section a {
  font-size: 1.8rem;
}

.services {
  background-image: url(../images/cosmetic-dentists-toronto1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.service {
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
  justify-content: flex-start;
  align-items: center;
  margin: 3rem 0;
  width: 50%;
}
.service > * {
  margin: 0 1rem;
}
.service p {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .service {
    width: 100%;
    align-items: flex-start;
  }
}

.service-description > span {
  font-size: 1.8rem;
  font-weight: 500;
}
.service-description > p {
  font-weight: 400;
}

.visit-us {
  background-image: url(../images/cosmetic-dentists-toronto2.jpeg);
  background-position: 5% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visit-us h2 {
  color: #fff;
  margin-bottom: 0;
}

.dr-flex {
	display: flex;
	justify-content: center;
}

@media (max-width: 650px) {
	.dr-flex {
		flex-direction: column;
	}
}

.doctor {
  margin: 0 2rem;
  text-align: center;
  background-color: #fff;
	flex-basis: 300px;
}
.doctor > img {
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .doctor {
    margin: 0;
  }
}

.doctor-description {
  padding: 2rem;
}
.doctor-description > span:first-of-type {
  font-size: 1.8rem;
}
.doctor-description > span:last-of-type {
  color: var(--var-green);
}

.appointment-form {
  background-color: #f5f6e9;
  padding: 3rem;
}
.appointment-form label {
  margin: 1rem 0;
}
@media only screen and (max-width: 750px) {
  .appointment-form input[type=submit], .appointment-form input[type=reset] {
    width: 100%;
    margin: 0.5rem 0;
  }
}

#members-slide {
  position: relative;
  height: calc(300px - 12rem);
  opacity: 1;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #members-slide {
    height: 650px;
  }
}

.slide {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease;
  top: 0;
  margin-bottom: 0;
}

.review {
  transform: translateY(-50%);
}

.quote {
  display: block;
  font-size: 10rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  margin-top: -3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.quote-author {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 2rem;
  text-align: right;
}
.quote-author::before {
  content: "- ";
}
.quote-author > span {
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--var-green);
}

.slide > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.services-navigation {
  padding: 2rem 0 0;
}

.services-nav h5,
.services-nav-2 h5 {
  background-color: var(--var-gray);
  color: #fff;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.services-nav {
  min-width: 200px;
}
.services-nav h4 {
  margin-bottom: 2.5rem;
  display: none;
  font-weight: bold;
  margin-top: 20px;
}
.services-nav h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
  font-size: 1.2em;
}
.services-nav a {
  color: #fff;
  text-decoration: none;
}
.services-nav .active:before {
  content: "-";
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}

.services-nav h5 a:hover,
.active,
.collapsible-service:hover,
.service-content a:hover {
  color: var(--var-green);
  cursor: pointer;
}

.service-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  list-style: none;
}
.service-content li {
  border-bottom: 1px solid var(--var-green);
  color: #000;
  margin-left: 2rem;
}
.service-content a {
  color: #000;
  text-decoration: none;
}

.collapsible-service:before {
  content: "+";
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}

.text-heading {
  text-align: center;
}
.text-heading h3 {
  margin-top: 3rem;
}
.text-heading p, .text-heading li {
  color: gray;
}
.text-heading p {
  max-width: 1000px;
  margin: auto;
}
.text-heading ul {
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  color: var(--var-green);
  font-size: 2rem;
  font-weight: bold;
}
.text-heading ul > li {
  padding: 1rem 8%;
  background-color: #fff;
  width:100%; 
}
.text-heading ul > li:nth-child(odd) {
  background-color: whitesmoke;
}
.text-heading ul > li:nth-child(even) {
  background-color: rgb(235, 233, 233);
}
@media only screen and (max-width: 750px) {
  .text-heading ul > li {
    flex: 0 0 80%;
  }
}

.learn-more {
  padding: 5rem 0;
  text-align: center;
  background-color: #000;
}
.learn-more p {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.learn-more a {
  margin: auto;
}

.text-image {
  overflow: hidden;
  position: relative;
}
.text-image > .container {
  max-width: 1500px;
  width: 95%;
}
.text-image .text {
  padding: 2.5rem 0;
  z-index: 10;
  background-color: #fff;
  color: gray;
}
.text-image .image {
  height: 100%;
  z-index: 1;
}
.text-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.contact-info i {
	font-size: 4rem;
	color: var(--var-green);
	margin-bottom: 20px;
}

.articles .row {
	margin-bottom: 3rem;
	background: var(--var-bkg-gray);
	padding: 2rem;
}

.table {
  padding: 1rem 5rem;
  background-color: #fff;
  margin: 1rem 0;
}
.table p {
  color: gray;
}
.table .row, .table .u-full-width {
  margin: 5rem 0;
}

.question-collapsible {
  background-color: #eee;
  color:var(--var-green);
  cursor: pointer;
/*  padding: 5px;*/
  width: 100%;
  height: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  white-space: normal;
  text-transform: none;
}

.active, .question-collapsible:hover {
  background-color: #ccc;
}

.content {
  padding: 0 18px;
  background-color: var(--var-bkg-gray);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.question-collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
/*  font-size: 13px;*/
  color: white;
  float: right;
  margin-left: 1.5rem;
}

.question-active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  margin-left: 1.5rem;
}

/*Gallery*/
.tab {
  overflow: hidden;
  background-color: var(--var-gray);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  .tab {
    flex-direction: column;
    justify-content: center;
  } 
  
  .tab button {
    width: 100%;
  }
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  margin-bottom: 0;
  padding: 1rem;
  flex: 0 0 33%;
  height: fit-content;
}

.tab button > i {
  margin-right: 1rem;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: var(--var-green);
}

/* Create an active/current tablink class */
.tab button.activee {
  background-color: var(--var-green);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  padding: 5rem 1rem;
	
	background: var(--var-gray);
}

.tabcontent > .row {
  margin: 3rem 0;
}

.gallery-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 1.5rem;
  flex-wrap: wrap;
}

.gallery-flex img {
	flex: 1 0 21%;
  width: 250px;
}
.gallery-flex h5{
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
}


@media only screen and (max-width: 750px) { 
  .img-comp-img,.img-comp-img img {
    max-width: 100% !important; 
  }
  
  .img-comp-overlay,.img-comp-overlay img {
    max-width: none !important;
  }
	.gallery-flex img {
		max-width: 100%;
	}
}


.img-comp-container {
  position: relative;
  height:400px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-overlay {
  box-shadow: 12px 0 15px 5px rgba(0,0,0, 0.2);
}

.img-caption {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5%,35%);
  color: white;
  width: 30vw;
  z-index: 0;
}

@media only screen and (max-width: 750px) { 
.img-caption {
    width: 80vw;
  }
}

.img-comp-img >.img-caption{
  top: 75%;
  text-align: right;
}

.img-comp-overlay > .img-caption {
  top: 0;
  text-align: left;
}

.img-comp-overlay .img-caption {
  z-index: 8;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  max-width: none;
  position: relative;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: var(--var-green);
  opacity: 0.7;
  border-radius: 50%;
}

.img-comp-slider::before {
  content: "\2194";
  display: block;
  font-size: 3rem;
  color: white;
  padding-left:5px;
  margin-top: -6px;
    
}
/*# sourceMappingURL=skeleton.css.map */

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@font-face {
	font-family: "cs-ctrl-basic";
	src: url("cs-ctrl-basic.eot");
	src: url("cs-ctrl-basic.eot#iefix") format("embedded-opentype"),
			url("cs-ctrl-basic.woff") format("woff"),
			url("cs-ctrl-basic.ttf") format("truetype"),
			url("cs-ctrl-basic.svg#basic") format("svg");
	font-weight: normal;
	font-style: normal;
}

.csslider1 {
  display: inline-block;
  position: relative;
  
  height: 768px;
  

  width: 100%;
}
.csslider1,
.csslider1 *,
.csslider1 *:after,
.csslider1 *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider1 > .cs_anchor {
  display: none;
}
.csslider1 > ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  height: 768px;
  overflow: hidden;
  white-space: nowrap;
}
.csslider1 > ul > .cs_skeleton {
  width: 100%;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
}

.csslider1 > ul > .slide.img img {
  width: 100%;
}



.csslider1 > ul > .slide.img a {
  font-size: 0pt;
  color: transparent;
}
.csslider1 > ul > .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  white-space: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.csslider1 .cs_engine{
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0pt;
  opacity: 0;
  filter: alpha(opacity=0);
}

.csslider1 > ul > li.img,
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_bullets,
.csslider1 > .cs_play_pause {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ------------- /General Styles ------------- */

/* ------------- General Arrows ------------- */
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label {
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}
.csslider1 > .cs_arrowprev {
  left: 0;
}
.csslider1 > .cs_arrownext {
  right: 0;
}

.csslider1 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label {
  opacity: 0;
  z-index: -1;
}



.csslider1 > #cs_slide1_0:checked ~ .cs_arrowprev > label.num7,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrowprev > label.num7,
.csslider1 > #cs_slide1_0:checked ~ .cs_arrownext > label.num1,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrownext > label.num1, 
.csslider1 > #cs_slide1_1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_pause1_1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_slide1_1:checked ~ .cs_arrownext > label.num2,
.csslider1 > #cs_pause1_1:checked ~ .cs_arrownext > label.num2, 
.csslider1 > #cs_slide1_2:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_pause1_2:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_slide1_2:checked ~ .cs_arrownext > label.num3,
.csslider1 > #cs_pause1_2:checked ~ .cs_arrownext > label.num3, 
.csslider1 > #cs_slide1_3:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_pause1_3:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_slide1_3:checked ~ .cs_arrownext > label.num4,
.csslider1 > #cs_pause1_3:checked ~ .cs_arrownext > label.num4, 
.csslider1 > #cs_slide1_4:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_pause1_4:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_slide1_4:checked ~ .cs_arrownext > label.num5,
.csslider1 > #cs_pause1_4:checked ~ .cs_arrownext > label.num5, 
.csslider1 > #cs_slide1_5:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_pause1_5:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_slide1_5:checked ~ .cs_arrownext > label.num6,
.csslider1 > #cs_pause1_5:checked ~ .cs_arrownext > label.num6, 
.csslider1 > #cs_slide1_6:checked ~ .cs_arrowprev > label.num5,
.csslider1 > #cs_pause1_6:checked ~ .cs_arrowprev > label.num5,
.csslider1 > #cs_slide1_6:checked ~ .cs_arrownext > label.num7,
.csslider1 > #cs_pause1_6:checked ~ .cs_arrownext > label.num7, 
.csslider1 > #cs_slide1_7:checked ~ .cs_arrowprev > label.num6,
.csslider1 > #cs_pause1_7:checked ~ .cs_arrowprev > label.num6,
.csslider1 > #cs_slide1_7:checked ~ .cs_arrownext > label.num0,
.csslider1 > #cs_pause1_7:checked ~ .cs_arrownext > label.num0 {
  opacity: 1;
  z-index: 5;
}


@-webkit-keyframes arrow1 {
  0%, 12.49% { opacity: 1; z-index: 5; }
  12.5%, 100%  { opacity: 0; z-index: -1; }
}
@keyframes arrow1 {
  0%, 12.49% { opacity: 1; z-index: 5; }
  12.5%, 100%  { opacity: 0; z-index: -1; }
}


.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num7,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num1 {
  -webkit-animation: arrow1 64000ms infinite -2000ms;
  animation: arrow1 64000ms infinite -2000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num2 {
  -webkit-animation: arrow1 64000ms infinite 6000ms;
  animation: arrow1 64000ms infinite 6000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num3 {
  -webkit-animation: arrow1 64000ms infinite 14000ms;
  animation: arrow1 64000ms infinite 14000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num4 {
  -webkit-animation: arrow1 64000ms infinite 22000ms;
  animation: arrow1 64000ms infinite 22000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num5 {
  -webkit-animation: arrow1 64000ms infinite 30000ms;
  animation: arrow1 64000ms infinite 30000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num6 {
  -webkit-animation: arrow1 64000ms infinite 38000ms;
  animation: arrow1 64000ms infinite 38000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num5,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num7 {
  -webkit-animation: arrow1 64000ms infinite 46000ms;
  animation: arrow1 64000ms infinite 46000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num6,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num0 {
  -webkit-animation: arrow1 64000ms infinite 54000ms;
  animation: arrow1 64000ms infinite 54000ms;
}


.csslider1 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label,
.csslider1 > .pause:checked ~ .cs_arrowprev > label,
.csslider1 > .pause:checked ~ .cs_arrownext > label {
  -webkit-animation: none;
  animation: none;
}


/* ------------- /General Arrows ------------- */

/* ------------- General Bullets ------------- */
.csslider1 > .cs_bullets {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 6;
  font-size: 0;
  line-height: 8pt;
  text-align: center;
}
.csslider1 > .cs_bullets > div {
  margin-left: -50%;
  width: 100%;
}
.csslider1 > .cs_bullets > label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.csslider1 > .cs_bullets > label > .cs_thumb {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  line-height: 0;
  left: -32px;
  top: -48px;
}
.csslider1 > .cs_bullets > label > .cs_thumb > img {
  max-width: none;
}
/* ------------- /General Bullets ------------- */

/* ------------- Effect ------------- */
.csslider1 > ul > .slide.num0 {
  left: 0%;
}
.csslider1 > ul > .slide.num1 {
  left: 100%;
}
.csslider1 > ul > .slide.num2 {
  left: 200%;
}
.csslider1 > ul > .slide.num3 {
  left: 300%;
}
.csslider1 > ul > .slide.num4 {
  left: 400%;
}
.csslider1 > ul > .slide.num5 {
  left: 500%;
}
.csslider1 > ul > .slide.num6 {
  left: 600%;
}
.csslider1 > ul > .slide.num7 {
  left: 700%;
}
 


.csslider1 > #cs_slide1_0:checked ~ ul > .slide,
.csslider1 > #cs_pause1_0:checked ~ ul > .slide {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.csslider1 > #cs_slide1_1:checked ~ ul > .slide,
.csslider1 > #cs_pause1_1:checked ~ ul > .slide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.csslider1 > #cs_slide1_2:checked ~ ul > .slide,
.csslider1 > #cs_pause1_2:checked ~ ul > .slide {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.csslider1 > #cs_slide1_3:checked ~ ul > .slide,
.csslider1 > #cs_pause1_3:checked ~ ul > .slide {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.csslider1 > #cs_slide1_4:checked ~ ul > .slide,
.csslider1 > #cs_pause1_4:checked ~ ul > .slide {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}
.csslider1 > #cs_slide1_5:checked ~ ul > .slide,
.csslider1 > #cs_pause1_5:checked ~ ul > .slide {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}
.csslider1 > #cs_slide1_6:checked ~ ul > .slide,
.csslider1 > #cs_pause1_6:checked ~ ul > .slide {
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%);
}
.csslider1 > #cs_slide1_7:checked ~ ul > .slide,
.csslider1 > #cs_pause1_7:checked ~ ul > .slide {
  -webkit-transform: translateX(-700%);
  transform: translateX(-700%);
}
 


.csslider1 > ul > .slide {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 1;

  -webkit-transition: -webkit-transform 2000ms;
  transition: -webkit-transform 2000ms, transform 2000ms;

  
  -webkit-transform: scale(1);
  transform: scale(1);
}



@-webkit-keyframes slide1 {
  0%, 9.375%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
  12.5%, 21.875%  { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  25%, 34.375%  { -webkit-transform: translateX(-200%); transform: translateX(-200%); }
  37.5%, 46.875%  { -webkit-transform: translateX(-300%); transform: translateX(-300%); }
  50%, 59.375%  { -webkit-transform: translateX(-400%); transform: translateX(-400%); }
  62.5%, 71.875%  { -webkit-transform: translateX(-500%); transform: translateX(-500%); }
  75%, 84.375%  { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
  87.5%, 96.875%  { -webkit-transform: translateX(-700%); transform: translateX(-700%); }
  
}
@keyframes slide1 {
  0%, 9.375%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
  12.5%, 21.875%  { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  25%, 34.375%  { -webkit-transform: translateX(-200%); transform: translateX(-200%); }
  37.5%, 46.875%  { -webkit-transform: translateX(-300%); transform: translateX(-300%); }
  50%, 59.375%  { -webkit-transform: translateX(-400%); transform: translateX(-400%); }
  62.5%, 71.875%  { -webkit-transform: translateX(-500%); transform: translateX(-500%); }
  75%, 84.375%  { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
  87.5%, 96.875%  { -webkit-transform: translateX(-700%); transform: translateX(-700%); }
  
}

@-webkit-keyframes slide1-ie {
  0%, 9.375%  { margin-left: 0%; }
  12.5%, 21.875%  { margin-left: -100%; }
  25%, 34.375%  { margin-left: -200%; }
  37.5%, 46.875%  { margin-left: -300%; }
  50%, 59.375%  { margin-left: -400%; }
  62.5%, 71.875%  { margin-left: -500%; }
  75%, 84.375%  { margin-left: -600%; }
  87.5%, 96.875%  { margin-left: -700%; }
  
}
@keyframes slide1-ie {
  0%, 9.375%  { margin-left: 0%; }
  12.5%, 21.875%  { margin-left: -100%; }
  25%, 34.375%  { margin-left: -200%; }
  37.5%, 46.875%  { margin-left: -300%; }
  50%, 59.375%  { margin-left: -400%; }
  62.5%, 71.875%  { margin-left: -500%; }
  75%, 84.375%  { margin-left: -600%; }
  87.5%, 96.875%  { margin-left: -700%; }
  
}

.csslider1  > #cs_play1:checked ~ ul > .slide {
  
  -webkit-animation: slide1 64000ms infinite;
  animation: slide1 64000ms infinite;
  
}
/* IE 10+ hack - cant animate translate :( */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .csslider1  > #cs_play1:checked ~ ul > .slide {
    animation: slide1-ie 64000ms infinite;
  }
}


.csslider1 > #cs_play1:checked ~ ul > .slide,
.csslider1 > .pause:checked ~ ul > .slide {
  -webkit-transition: none;
  transition: none;
}


/* ------------- /Effect ------------- */

/* ------------- Template Arrows ------------- */
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label {
  padding: 17px;
  height: 23px;
  width: 23px;
  margin-top: -28px;
  margin-left: -28px;

  background-color: #9da731;

  border-radius: 50%;
}
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label,
.csslider1 > .cs_arrowprev > label span:after,
.csslider1 > .cs_arrownext > label span:after {
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.csslider1 > .cs_arrowprev {
  margin-left: 2px;
  left: 45px;
}
.csslider1 > .cs_arrownext {
  margin-right: 2px;
  right: 45px;
}
.csslider1 > .cs_arrowprev > label span,
.csslider1 > .cs_arrownext > label span {
  display: block;
  color: #3A4A5A;
}
.csslider1 > .cs_arrowprev > label span:after,
.csslider1 > .cs_arrownext > label span:after {
  display: block;
  font: 21px "cs-ctrl-basic";
  line-height: 23px;
  text-align: center;
}
/* IE10+ hack */
_:-ms-input-placeholder, :root .csslider1 > .cs_arrowprev > label span:after {
  line-height: 29px;
}
_:-ms-input-placeholder, :root .csslider1 > .cs_arrownext > label span:after {
  line-height: 29px;
}


.csslider1 > .cs_arrowprev:hover > label,
.csslider1 > .cs_arrownext:hover > label {
  background-color: #ced398;
}

.csslider1 > .cs_arrownext:hover > label span {
  color: #000;
  -webkit-animation: nextArrow1 .7s infinite ease-in-out;
  animation: nextArrow1 .7s infinite ease-in-out;
}
.csslider1 > .cs_arrowprev:hover > label span {
  color: #000;
  -webkit-animation: prevArrow1 .7s infinite ease-in-out;
  animation: prevArrow1 .7s infinite ease-in-out;
}


@keyframes nextArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
@-webkit-keyframes nextArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}

@-webkit-keyframes prevArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@keyframes prevArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}
/* ------------- /Template Arrows ------------- */

/* ------------- Template Bullets ------------- */
.csslider1 > .cs_bullets {
  bottom: 5px;
  margin-bottom: 5px;
}
.csslider1 > .cs_bullets > label {
  border-radius: 50%;
  margin: 0 5px;
  padding: 9px;
  background: #9da731;
}


.csslider1 > .cs_bullets > label > .cs_thumb {
  border: 3px solid #9da731;
  margin-top: -150%;
  margin-left: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.csslider1 > .cs_bullets > label > .cs_thumb:before {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  left: 50%;
  margin-left: -4px;
  bottom: -9px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  
  border-top: 7px solid #9da731;
}
.csslider1 > .cs_bullets > label:hover > .cs_thumb {
  margin-top: -12px;
  opacity: 1;
  visibility: visible;
}



.csslider1 > .cs_bullets > label > .cs_point {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  background: transparent;
  border-radius: 50%;
  padding: 2px;
}

.csslider1 > .cs_bullets > label:hover > .cs_point,

.csslider1 > #cs_slide1_0:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_pause1_0:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_slide1_1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_pause1_1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_slide1_2:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_pause1_2:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_slide1_3:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_pause1_3:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_slide1_4:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_pause1_4:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_slide1_5:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_pause1_5:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_slide1_6:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_pause1_6:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_slide1_7:checked ~ .cs_bullets > label.num7 > .cs_point,
.csslider1 > #cs_pause1_7:checked ~ .cs_bullets > label.num7 > .cs_point {
  background: #3A4A5A;
}




@keyframes bullet1 {
  0%, 12.49%  { background: #3A4A5A; }
  12.5%, 100% { background: transparent; }
}
@-webkit-keyframes bullet1 {
  0%, 12.49%  { background: #3A4A5A; }
  12.5%, 100% { background: transparent; }
}

.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num0 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite -2000ms;
  animation: bullet1 64000ms infinite -2000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num1 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 6000ms;
  animation: bullet1 64000ms infinite 6000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num2 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 14000ms;
  animation: bullet1 64000ms infinite 14000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num3 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 22000ms;
  animation: bullet1 64000ms infinite 22000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num4 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 30000ms;
  animation: bullet1 64000ms infinite 30000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num5 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 38000ms;
  animation: bullet1 64000ms infinite 38000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num6 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 46000ms;
  animation: bullet1 64000ms infinite 46000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num7 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num7 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 54000ms;
  animation: bullet1 64000ms infinite 54000ms;
}



.csslider1 > #cs_play1:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > .pause:checked ~ .cs_bullets > label > .cs_point {
  -webkit-transition: none;
  transition: none;
}


.csslider1 > .slide:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > .pause:checked ~ .cs_bullets > label > .cs_point {
  -webkit-animation: none;
  animation: none;
}


/* ------------- Template /Bullets ------------- */
/* hide description & bullets on mobile devices */
@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
  .csslider1 > .cs_description,
  .csslider1 > .cs_bullets {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .csslider1,
  .csslider1 > ul {
    height: auto;
  }
}
/* ------------- /General Arrows ------------- */

/* ------------- General Bullets ------------- */
.csslider1 > .cs_bullets {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 6;
  font-size: 0;
  line-height: 8pt;
  text-align: center;
}
.csslider1 > .cs_bullets > div {
  margin-left: -50%;
  width: 100%;
}
.csslider1 > .cs_bullets > label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.csslider1 > .cs_bullets > label > .cs_thumb {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  line-height: 0;
  left: -32px;
  top: -48px;
}
.csslider1 > .cs_bullets > label > .cs_thumb > img {
  max-width: none;
}
/* ------------- /General Bullets ------------- */

/* ------------- Effect ------------- */
.csslider1 > ul > .slide.num0 {
  left: 0%;
}
.csslider1 > ul > .slide.num1 {
  left: 100%;
}
.csslider1 > ul > .slide.num2 {
  left: 200%;
}
.csslider1 > ul > .slide.num3 {
  left: 300%;
}
.csslider1 > ul > .slide.num4 {
  left: 400%;
}
.csslider1 > ul > .slide.num5 {
  left: 500%;
}
.csslider1 > ul > .slide.num6 {
  left: 600%;
}
.csslider1 > ul > .slide.num7 {
  left: 700%;
}
 


.csslider1 > #cs_slide1_0:checked ~ ul > .slide,
.csslider1 > #cs_pause1_0:checked ~ ul > .slide {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.csslider1 > #cs_slide1_1:checked ~ ul > .slide,
.csslider1 > #cs_pause1_1:checked ~ ul > .slide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.csslider1 > #cs_slide1_2:checked ~ ul > .slide,
.csslider1 > #cs_pause1_2:checked ~ ul > .slide {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.csslider1 > #cs_slide1_3:checked ~ ul > .slide,
.csslider1 > #cs_pause1_3:checked ~ ul > .slide {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.csslider1 > #cs_slide1_4:checked ~ ul > .slide,
.csslider1 > #cs_pause1_4:checked ~ ul > .slide {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}
.csslider1 > #cs_slide1_5:checked ~ ul > .slide,
.csslider1 > #cs_pause1_5:checked ~ ul > .slide {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}
.csslider1 > #cs_slide1_6:checked ~ ul > .slide,
.csslider1 > #cs_pause1_6:checked ~ ul > .slide {
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%);
}
.csslider1 > #cs_slide1_7:checked ~ ul > .slide,
.csslider1 > #cs_pause1_7:checked ~ ul > .slide {
  -webkit-transform: translateX(-700%);
  transform: translateX(-700%);
}
 


.csslider1 > ul > .slide {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 1;

  -webkit-transition: -webkit-transform 2000ms;
  transition: -webkit-transform 2000ms, transform 2000ms;

  
  -webkit-transform: scale(1);
  transform: scale(1);
}



@-webkit-keyframes slide1 {
  0%, 9.375%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
  12.5%, 21.875%  { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  25%, 34.375%  { -webkit-transform: translateX(-200%); transform: translateX(-200%); }
  37.5%, 46.875%  { -webkit-transform: translateX(-300%); transform: translateX(-300%); }
  50%, 59.375%  { -webkit-transform: translateX(-400%); transform: translateX(-400%); }
  62.5%, 71.875%  { -webkit-transform: translateX(-500%); transform: translateX(-500%); }
  75%, 84.375%  { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
  87.5%, 96.875%  { -webkit-transform: translateX(-700%); transform: translateX(-700%); }
  
}
@keyframes slide1 {
  0%, 9.375%  { -webkit-transform: translateX(0%); transform: translateX(0%); }
  12.5%, 21.875%  { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  25%, 34.375%  { -webkit-transform: translateX(-200%); transform: translateX(-200%); }
  37.5%, 46.875%  { -webkit-transform: translateX(-300%); transform: translateX(-300%); }
  50%, 59.375%  { -webkit-transform: translateX(-400%); transform: translateX(-400%); }
  62.5%, 71.875%  { -webkit-transform: translateX(-500%); transform: translateX(-500%); }
  75%, 84.375%  { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
  87.5%, 96.875%  { -webkit-transform: translateX(-700%); transform: translateX(-700%); }
  
}

@-webkit-keyframes slide1-ie {
  0%, 9.375%  { margin-left: 0%; }
  12.5%, 21.875%  { margin-left: -100%; }
  25%, 34.375%  { margin-left: -200%; }
  37.5%, 46.875%  { margin-left: -300%; }
  50%, 59.375%  { margin-left: -400%; }
  62.5%, 71.875%  { margin-left: -500%; }
  75%, 84.375%  { margin-left: -600%; }
  87.5%, 96.875%  { margin-left: -700%; }
  
}
@keyframes slide1-ie {
  0%, 9.375%  { margin-left: 0%; }
  12.5%, 21.875%  { margin-left: -100%; }
  25%, 34.375%  { margin-left: -200%; }
  37.5%, 46.875%  { margin-left: -300%; }
  50%, 59.375%  { margin-left: -400%; }
  62.5%, 71.875%  { margin-left: -500%; }
  75%, 84.375%  { margin-left: -600%; }
  87.5%, 96.875%  { margin-left: -700%; }
  
}

.csslider1  > #cs_play1:checked ~ ul > .slide {
  
  -webkit-animation: slide1 64000ms infinite;
  animation: slide1 64000ms infinite;
  
}
/* IE 10+ hack - cant animate translate :( */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .csslider1  > #cs_play1:checked ~ ul > .slide {
    animation: slide1-ie 64000ms infinite;
  }
}


.csslider1 > #cs_play1:checked ~ ul > .slide,
.csslider1 > .pause:checked ~ ul > .slide {
  -webkit-transition: none;
  transition: none;
}


/* ------------- /Effect ------------- */

/* ------------- Template Arrows ------------- */
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label {
  padding: 17px;
  height: 23px;
  width: 23px;
  margin-top: -28px;
  margin-left: -28px;

  background-color: #9da731;

  border-radius: 50%;
}
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label,
.csslider1 > .cs_arrowprev > label span:after,
.csslider1 > .cs_arrownext > label span:after {
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.csslider1 > .cs_arrowprev {
  margin-left: 2px;
  left: 45px;
}
.csslider1 > .cs_arrownext {
  margin-right: 2px;
  right: 45px;
}
.csslider1 > .cs_arrowprev > label span,
.csslider1 > .cs_arrownext > label span {
  display: block;
  color: #3A4A5A;
}
.csslider1 > .cs_arrowprev > label span:after,
.csslider1 > .cs_arrownext > label span:after {
  display: block;
  font: 21px "cs-ctrl-basic";
  line-height: 23px;
  text-align: center;
}
/* IE10+ hack */
_:-ms-input-placeholder, :root .csslider1 > .cs_arrowprev > label span:after {
  line-height: 29px;
}
_:-ms-input-placeholder, :root .csslider1 > .cs_arrownext > label span:after {
  line-height: 29px;
}

.csslider1 > .cs_arrowprev:hover > label,
.csslider1 > .cs_arrownext:hover > label {
  background-color: #ced398;
}

.csslider1 > .cs_arrownext:hover > label span {
  color: #000;
  -webkit-animation: nextArrow1 .7s infinite ease-in-out;
  animation: nextArrow1 .7s infinite ease-in-out;
}
.csslider1 > .cs_arrowprev:hover > label span {
  color: #000;
  -webkit-animation: prevArrow1 .7s infinite ease-in-out;
  animation: prevArrow1 .7s infinite ease-in-out;
}


@keyframes nextArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
@-webkit-keyframes nextArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}

@-webkit-keyframes prevArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@keyframes prevArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}
/* ------------- /Template Arrows ------------- */

/* ------------- Template Bullets ------------- */
.csslider1 > .cs_bullets {
  bottom: 5px;
  margin-bottom: 5px;
}
.csslider1 > .cs_bullets > label {
  border-radius: 50%;
  margin: 0 5px;
  padding: 9px;
  background: #9da731;
}


.csslider1 > .cs_bullets > label > .cs_thumb {
  border: 3px solid #9da731;
  margin-top: -150%;
  margin-left: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.csslider1 > .cs_bullets > label > .cs_thumb:before {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  left: 50%;
  margin-left: -4px;
  bottom: -9px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  
  border-top: 7px solid #9da731;
}
.csslider1 > .cs_bullets > label:hover > .cs_thumb {
  margin-top: -12px;
  opacity: 1;
  visibility: visible;
}



.csslider1 > .cs_bullets > label > .cs_point {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  background: transparent;
  border-radius: 50%;
  padding: 2px;
}

.csslider1 > .cs_bullets > label:hover > .cs_point,

.csslider1 > #cs_slide1_0:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_pause1_0:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_slide1_1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_pause1_1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_slide1_2:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_pause1_2:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_slide1_3:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_pause1_3:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_slide1_4:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_pause1_4:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_slide1_5:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_pause1_5:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_slide1_6:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_pause1_6:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_slide1_7:checked ~ .cs_bullets > label.num7 > .cs_point,
.csslider1 > #cs_pause1_7:checked ~ .cs_bullets > label.num7 > .cs_point {
  background: #3A4A5A;
}




@keyframes bullet1 {
  0%, 12.49%  { background: #3A4A5A; }
  12.5%, 100% { background: transparent; }
}
@-webkit-keyframes bullet1 {
  0%, 12.49%  { background: #3A4A5A; }
  12.5%, 100% { background: transparent; }
}

.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num0 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite -2000ms;
  animation: bullet1 64000ms infinite -2000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num1 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 6000ms;
  animation: bullet1 64000ms infinite 6000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num2 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 14000ms;
  animation: bullet1 64000ms infinite 14000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num3 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 22000ms;
  animation: bullet1 64000ms infinite 22000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num4 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 30000ms;
  animation: bullet1 64000ms infinite 30000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num5 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 38000ms;
  animation: bullet1 64000ms infinite 38000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num6 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 46000ms;
  animation: bullet1 64000ms infinite 46000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num7 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num7 > .cs_point {
  -webkit-animation: bullet1 64000ms infinite 54000ms;
  animation: bullet1 64000ms infinite 54000ms;
}



.csslider1 > #cs_play1:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > .pause:checked ~ .cs_bullets > label > .cs_point {
  -webkit-transition: none;
  transition: none;
}


.csslider1 > .slide:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > .pause:checked ~ .cs_bullets > label > .cs_point {
  -webkit-animation: none;
  animation: none;
}


/* ------------- Template /Bullets ------------- */
/* hide description & bullets on mobile devices */
@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
  .csslider1 > .cs_description,
  .csslider1 > .cs_bullets {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .csslider1,
  .csslider1 > ul {
    height: auto;
  }
}

*,
*:before,
*:after{
    padding: 0;
    margin: 0;
	box-sizing: border-box;}

.popup{
    background-color: #ffffff;
    width: 450px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}