
/*---------- HOMEPAGE HEADER DESKTOP SECTION ------------*/
#Homepage-Header-Desktop {
    padding-top: 100px;
    padding-bottom:130px;
    width: 100%;
    min-height: 600;
    background: url(../img/Header.jpg) no-repeat top center scroll;
    background-size: cover;
    color: #333333;

    position: relative;
}

#Homepage-Header-Desktop .col-md-12 {
    position: static;
}


#Homepage-Header-Desktop p {
    font-family: "Old Standard TT";
    font-weight: 400;
    font-size: 46px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
@media(max-width:768px) {
    #Homepage-Header-Desktop p {
        font-size: 36px;
    }
}


/*---------- WELCOME SECTION ------------*/
#welcome {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #121b3b;
  color: #fff;
  border-top: 10px solid #EC92A5;
}
#welcome h2 {
  font-family: Pinyon Script;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #fff;
  text-transform: none;
}
@media(max-width:768px) {
    #welcome h2 {
        font-size: 50px;
    }
}
#welcome p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
@media(max-width:768px) {
    #welcome p {
        font-size: 16px;
    }
}
#welcome a {
    color: #fff;
    font-weight: 700;
    font-family: Old Standard TT;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 22px;
}

#welcome a:hover,
#welcome a:focus {
    text-decoration: underline;
    color: #0d0d0d;
    font-weight: 700;
    font-family: Old Standard TT;
    font-size: 22px;
}






/*---------- FOOTER SECTION ------------*/
#footer {
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color: #121B3B;
  border-top: 10px solid #EC92A5;
}
#footer h3 {
  font-family: Old Standard TT;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
}
#footer p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#footer a {
    color: #ED94A7;
    font-weight: 400;
    font-family: montserrat;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#footer a:hover,
#footer a:focus {
    text-decoration: underline;
    color: #a6a6a6;
    font-weight: 400;
    font-family: montserrat;
}



/*---- TESTIMONIALS SLIDER --*/

.testimonial-section {
  padding: 30px 0;
  background: #fff;
  text-align: center;
}

.testimonial-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.testimonial-box p {
  font-size: 20px;
  line-height: 1.7;
  color: #0d0d0d;
  font-style: italic;
  margin-bottom: 25px;
}

.testimonial-box h4 {
  font-size: 18px;
  color: #0d0d0d;
  font-weight: 700;
  margin: 0;
  text-transform: none;
}

@media (max-width: 767px) {
  .testimonial-section {
    padding: 50px 0;
  }

  .testimonial-box {
    padding: 30px 20px;
  }

  .testimonial-box p {
    font-size: 17px;
  }
}

#testimonials a {
    color: #fff;
    font-weight: 700;
    font-family: Old Standard TT;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 22px;
}

#testimonials a:hover,
#testimonials a:focus {
    text-decoration: underline;
    color: #0d0d0d;
    font-weight: 700;
    font-family: Old Standard TT;
    font-size: 22px;
}

/*-- END TESTIMONIALS SLIDER --*/




/*---------- SERVICES SECTION ------------*/
#services-chart {
    background: #f5f8fe;
    padding: 50px 0 40px;
    color: #000;
}

#services-chart h2,
#services-chart h3 {
    font-family: Pinyon Script;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: none;
}
@media(max-width:768px) {
    #services-chart h2,
    #services-chart h3 {
        font-size: 50px;
    }
}

#services-chart h2 {
    font-size: 72px;
    margin-bottom: 0px;
}

#services-chart h3 {
    font-size: 78px;
    margin-top: 30px;
}

#services-chart p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-top: 0px;
    margin-bottom: 50px;
}

.services-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Old Standard TT", serif;
}

.services-table th {
    font-size: 24px;
    text-transform: none;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px dotted #000;
    white-space: nowrap;
}

.services-table th:first-child {
    text-align: left;
}

.services-table td {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px dotted #000;
    padding: 3px 8px;
    text-align: center;
    line-height: 1.1;
}

.services-table td:first-child {
    text-align: left;
    width: 28%;
}

.services-table small {
    font-size: 12px;
    font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    #services-chart {
        padding: 35px 0;
    }

    #services-chart h2 {
        font-size: 50px;
    }

    #services-chart h3 {
        font-size: 54px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .services-table {
        min-width: 850px;
    }

    .services-table th {
        font-size: 22px;
    }

    .services-table td {
        font-size: 22px;
    }
}

/*---------- Our Staff SECTION ------------*/
#our-staff {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
}

#our-staff h2 {
  font-family: Pinyon Script;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #our-staff h2 {
        font-size: 50px;
    }
}
#our-staff h4 {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #our-staff h4 {
        font-size: 16px;
    }
}
#our-staff p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #our-staff p {
        font-size: 16px;
    }
}#our-staff img {
  border: none;
}




/*---------- ABOUT SECTION ------------*/
#about {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
}

#about h2 {
  font-family: Pinyon Script;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #about h2 {
        font-size: 50px;
    }
}
#about h4 {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #about h4 {
        font-size: 16px;
    }
}
#about p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #about p {
        font-size: 16px;
    }
}#about img {
  border: none;
}





/*--- PRICING TABLES --*/

#price-chart {
    background: #dbe4fb;
    padding: 50px 0 40px;
    color: #162249;
}

#price-chart h2,
#price-chart h3 {
    font-family: Old Standard TT;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: none;
}
@media(max-width:768px) {
    #price-chart h2,
    #price-chart h3 {
        font-size: 50px;
    }
}

#price-chart h2 {
    font-size: 60px;
    margin-bottom: 0px;
}

#price-chart h3 {
    font-size: 78px;
    margin-top: 30px;
}

#price-chart p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-top: 0px;
    margin-bottom: 50px;
}

.grooming-table {
  margin-top: 30px;
  background: #fff;
}

.grooming-table th {
  background-color: #162249;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.grooming-table td {
  font-size: 16px;
  vertical-align: middle;
}

/*-- END PRICING TABLE --*/



footer {
    padding: 50px 0;
  background-color: #0E1C4B; 
}

footer p {
    margin: 0;
  font-size: 14px;
  font-family: montserrat;
  font-weight: 300;
}


/*---------- MAIN SECTION ------------*/
#main {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}
#main h2 {
  font-family: Pinyon Script;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
  margin-bottom: 10px;
}
@media(max-width:768px) {
    #main h2 {
        font-size: 50px;
    }
}
#main p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #main p {
        font-size: 16px;
    }
}
#main a {
    color: #d9264d;
    font-weight: 500;
    font-family: montserrat;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#main a:hover,
#main a:focus {
    text-decoration: underline;
    color: #288DBC;
    font-weight: 500;
    font-family: montserrat;
}
#main img {
    margin-bottom: 20px;
    margin-top: 0px;
}


/*------------------------------   PAGES      ---------------------------*/


/*-------------------------- GALLERY PAGE -----------------------*/
#gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}
#gallery h2 {
  font-family: Pinyon Script;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
  margin-bottom: 10px;
}
@media(max-width:768px) {
    #gallery h2 {
        font-size: 50px;
    }
}
#gallery h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #gallery h3 {
        font-size: 26px;
    }
}

/*----------------- END GALLERY ----------------*/

/*------------- FLIPCARDS ----------------*/

/* 1. The Square Shape Hack */
.flip-container {
  perspective: 1000px;
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Forces a perfect 1:1 aspect ratio */
  margin-bottom: 30px;  /* Spacing for stacked mobile layout */
}

/* 2. The Flipper Wrapper */
.flipper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

/* 3. The Hover Trigger */
.flip-container:hover .flipper {
  transform: rotateY(180deg);
}

/* 4. Front and Back Panels */
.front, .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

/* Hide back panel until flipped */
.front {
  z-index: 2;
  transform: rotateY(0deg);
}

.back {
  transform: rotateY(180deg);
}

/* 5. Force Images to Fill the Square */
.front img, .back img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps image from stretching or distorting */
}


/*-------------- END FLIPCARDS -------------------*/


/*-------------------- REVIEWS PAGE ------------------------*/
.glyphicon-star {
  color: #FFD700;
}

.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

@media (max-width: 768px) {
  .floating-btn {
    bottom: 15px;
    right: 15px;
    display: block;
  }
}
#light {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #fff;
}
#light h2 {
  font-family: Pinyon Script;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
  margin-bottom: 10px;
}
@media(max-width:768px) {
    #light h2 {
        font-size: 50px;
    }
}
#light p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #light p {
        font-size: 16px;
    }
}
#light a {
    color: #fff;
    font-weight: 500;
    font-family: Old Standard TT;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#light a:hover,
#light a:focus {
    text-decoration: underline;
    color: #0d0d0d;
    font-weight: 500;
    font-family: Old Standard TT;
}


#dark {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}
#dark h2 {
  font-family: Pinyon Script;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
  margin-bottom: 10px;
}
@media(max-width:768px) {
    #dark h2 {
        font-size: 50px;
    }
}
#dark p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #dark p {
        font-size: 16px;
    }
}







/* ---------------- FAQ Section --------------------*/
#faq {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
}
#faq h2 {
  font-family: Old Standard TT;
     font-weight: 600;
     font-size: 48px;
     text-transform: none;
     text-align: center;
     color:  #042B45;
     margin-top: 0px;
}
@media(max-width:768px) {
    #faq h2 {
        font-size: 28px;
    }
}
#faq h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #faq h3 {
    text-align: left;
    }
}


#faq p {
  font-family: montserrat;
  font-weight: 400;
  color: #063c60;
  text-align: left;
  font-size: 16px;
}
@media(max-width: 768px) {
  #faq p {
    font-size: 16px;
    }
}
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #121B3B;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
  border-radius: 5px;
  border: 2px solid #1A3242;
    outline: none;
    transition: 1.4s;
  font-size: 16px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #042B45;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
  color: #0d0d0d;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
}
div.panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 1.6s ease-in-out;
    opacity: 0;
  border: 1px solid #fff;
  color: #0d0d0d;
}


div.panel.show {
    opacity: 1;
    max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
button.accordion:after {
    content: '\276F'; /* Unicode character for "plus" sign (+) */
    color: #fff;
    float: right;
    margin-left: 5px;
  font-weight: 700;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}


/*------------ END ACCORDION ----------------*/



body {
    width: 100%;
    height: 100%;
    font-family: montserrat;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #288DBC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

.light {
    font-weight: 400;
}

.nav-justified {
width: 98%;
}
.nav-justified > li {
float: none;
}
@media (min-width: 768px) {

    .nav-justified {
        width: 97%;
    }
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 2px solid #EC92A5 ;
    text-transform: uppercase;
    font-family: Montserrat;
    background-color: #121B3B;
  
}

.navbar-custom .navbar-brand {
    font-weight: 700;
  text-transform:none;
  font-family: Playfair Display;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
  font-weight: 500;
  font-size: 26px;
  font-family: Old Standard TT;
  text-decoration:none;
  text-transform: none;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #EC92A5;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #EC92A5;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #121B3B;
        border-bottom: 7px solid #EC92A5;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #121B3B;
        border-bottom: 7px solid #EC92A5;
    }
}













.content-section {
    padding-top: 100px;
}



@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 30px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary {
    border: 1px solid #e46782;
    color: #162249;
    font-family: Old Standard TT;
    font-weight: 700;
    background-color: #e46782;
    font-size: 20px;
    text-transform: none;
}

.btn-primary:hover,
.btn-primary:focus {
    border: 1px solid #e46782;
    outline: 0;
    color: #0d0d0d;
    background-color: #e46782;
    text-transform: none;
}

.btn-secondary {
    border: 1px solid #162249;
    color: #fff;
    font-family: Old Standard TT;
    font-weight: 700;
    background-color: #162249;
    font-size: 20px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border: 1px solid #e46782;
    outline: 0;
    color: #fff;
    background-color: #e46782;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}



::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
