@import url("dropdown.css");
@import url("lightbox.css");
html {
  font-size: 100%;
  width: 100%;
  height: 100%; }

body {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em; }

.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 66%;
  height: 100%;
  margin: 0 auto;
  font-size: 0.78em; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

li {
  display: block; }

a {
  text-decoration: none;
  color: #000000; }

.header {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1000; }

.header-logo {
  padding: 42px 0 14px 0; }

nav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-weight: 500;
  clear: left;
  padding: 11px 0 12px 0;
  margin: 0 0 6px 0; }

nav .nav-highlight {
  position: absolute;
  top: 0;
  display: block;
  width: 16%;
  height: 48px;
  background-color: #FFF700;
  margin-top: -4px;
  z-index: 1; }

nav > ul {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 10; }

nav > ul li {
  border-left: 1px solid #333333;
  float: left;
  width: 17%;
  text-align: center;
  list-style: none; }

nav > ul li:first-child {
  border: none;
  width: 14%; }

nav > ul li a {
  display: block;
  padding: 4px 0;
  color: #666666; }

.content {
  position: relative;
  font-family: Arial,Helvetica,sans-serif;
  clear: left;
  display: block;
  width: 100%;
  height: 660px;
  margin: -110px 0 6px 0;
  overflow: hidden;
  z-index: 1; }

.footer {
  position: relative;
  margin-top: -48px;
  z-index: 2; }

.footer > span {
  position: relative;
  clear: none;
  display: block;
  width: 100%;
  text-align: center;
  color: #B7B7B7;
  font-size: 0.78em;
  margin-top: 20px;
  padding-bottom: 10px; }

.footer > ul {
  position: absolute;
  top: 0;
  right: 0;
  margin: -14px 16px 0 0;
  padding: 0;
  float: right;
  z-index: 100; }

.footer > ul li {
  margin: 0 0 0 18px;
  padding: 0;
  list-style: none;
  float: left;
  height: 30px;
  overflow: hidden; }

.footer > ul li:first-child {
  margin: 0; }

.footer > ul li a {
  display: block;
  width: 100%;
  height: 100%; }

.fb-icon {
  width: 16px;
  background-image: url("../images/icons3.png");
  background-position: 0 0; }

.twitter-icon {
  width: 36px;
  background-image: url("../images/icons3.png");
  background-position: -36px 0; }

.footer > ul li.insta-icon {
  width: 36px;
  background-image: url("../images/icons3.png");
  background-position: -92px 0;
  margin: 0 0 0 14px; }

.youtube-icon {
  width: 76px;
  background-image: url("../images/icons3.png");
  background-position: -84px 0; }

.shop-icon {
  width: 30px;
  background-image: url("../images/icons3.png");
  background-position: -180px 0; }

/* -----------------*/
.main-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

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

.main-img.home-img img {
  width: 90%; }

.testimonial {
  position: absolute;
  z-index: 1; }

.testimonials1 {
  width: 462px;
  height: auto;
  top: 25%;
  left: 0; }

.testimonials2 {
  width: 278px;
  height: auto;
  top: 20%;
  left: 30%; }

.testimonials3 {
  width: 301px;
  height: auto;
  top: 25%;
  left: 50%; }

.testimonials4 {
  width: 275px;
  height: auto;
  top: 28%;
  left: 26%; }

.testimonial-imgs img:hover {
  width: auto;
  height: auto;
  z-index: 2; }

.personal-txt {
  position: absolute;
  top: 38%;
  left: 68%;
  display: block;
  width: 30%;
  height: 30%;
  text-align: justify;
  overflow: auto;
  font-style: italic;
  color: #ED008C; }

.personal-tag {
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  position: absolute;
  top: 74%;
  left: 54%;
  display: block;
  width: 44%;
  height: 15%;
  text-align: right;
  line-height: .85;
  color: #ED008C; }

.personal-tag p {
  margin: 0;
  font-weight: 600;
  font-size: 410%;
  letter-spacing: -3px;
  transform: scale(1, 1.4); }

.personal-tag span {
  font-weight: normal;
  font-size: 24px;
  transform: none; }

.services-women {
  position: relative;
  margin: 196px auto 0;
  color: #ED008C;
  width: 72%;
  font-size: 20px;
  line-height: 26px;
  -webkit-transform: rotate(-4deg);
  transform-origin: 10% 40%;
  -o-transform: rotate(-4deg);
  transform-origin: 10% 40%;
  transform: rotate(-4deg);
  transform-origin: 10% 40%; }

.services-women .white-text {
  color: #FFFFFF; }

.services-women tr td {
  border-bottom: 1px solid #ED008C; }

.services-women td.no-border {
  border: none; }

.services-women td.no-wrap {
  white-space: nowrap; }

.services-women tr td:last-child {
  border-bottom: none; }

.services-women-bg {
  position: absolute;
  top: 0;
  left: 0; }

.price {
  text-align: right; }

.contact-emaillink {
  display: block;
  width: 14%;
  height: 3%;
  top: 71%;
  left: 65%;
  position: absolute;
  transform: rotate(-6deg); }

.contact-phonelink {
  display: block;
  width: 14%;
  height: 3%;
  top: 74%;
  left: 71%;
  position: absolute;
  transform: rotate(-6deg); }

/*		Default Layout: 992px.    */
@media only screen and (min-width: 910px) {
  .container {
    min-width: 960px; }

  #slideshow {
    width: 908px;
    height: 660px; } }
/*		Tablet Layout: 768px.    */
@media only screen and (min-width: 768px) and (max-width: 909px) {
  .container {
    min-width: 768px;
    width: 84%; }

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

  .main-img.home-img img {
    height: 100%;
    width: auto; }

  .personal-tag p {
    font-size: 344%; }

  .contact-emaillink {
    top: 68%;
    left: 77%;
    width: 17%;
    height: 3%; }

  .contact-phonelink {
    top: 70%;
    left: 84%;
    width: 15%;
    height: 3%; } }
/*		Mobile Layout: 320px.    */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
    padding: 0 0 10px 0; }

  #slideshow {
    width: 300px;
    height: 218px; }

  .main-img.home-img {
    height: 218px; }

  #imagediv {
    display: block;
    width: 100%;
    height: auto;
    min-height: 480px; }

  img.testimonials1 {
    top: 10%;
    left: 0;
    width: 50%;
    height: auto; }

  img.testimonials2 {
    top: 5%;
    left: 48%;
    width: 52%;
    height: auto; }

  img.testimonials3 {
    top: 28%;
    left: 48%;
    width: 50%;
    height: auto; }

  img.testimonials4 {
    top: 29%;
    left: 0;
    width: 50%;
    height: auto; }

  .content {
    height: auto;
    margin-top: -30px; }

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

  .footer {
    margin: 0; }

  nav .nav-highlight {
    display: none; }

  nav > ul {
    text-align: center; }

  nav > ul li {
    padding: 0;
    border-left: none;
    text-align: left;
    width: auto;
    display: inline-block;
    float: none; }

  nav > ul li:first-child {
    width: auto; }

  nav > ul li a {
    padding: 4px 4px 0; }

  .main-img {
    position: relative;
    height: auto; }

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

  .main-img.servicesw-main-img {
    margin-top: -120px; }

  .main-img.servicesw-main-img img {
    margin-top: -68px; }

  .services-women {
    font-size: 10px;
    line-height: 1; }

  .services-women td.text-indent {
    text-indent: -50px; }

  .personal-tag {
    left: 37%;
    width: 60%; }

  .personal-tag p {
    font-size: 200%;
    margin-right: 10px; }

  .personal-txt {
    position: relative;
    height: auto;
    top: 0;
    left: auto;
    width: 100%;
    clear: left;
    margin: 10px 0 0 0; }

  .personal-tag {
    position: relative;
    clear: left;
    top: 0;
    left: auto;
    width: 100%;
    margin: 20px 10px 0 0;
    padding: 0 0 30px 0; }

  .contact-emaillink {
    top: 66%;
    left: 65%; }

  .contact-phonelink {
    top: 68%;
    left: 71%; }

  .testimonial-imgs img:hover {
    width: 240px;
    height: auto;
    top: 5%;
    left: 20px;
    z-index: 2; }

  .footer > ul {
    display: inline-block;
    float: none;
    left: auto;
    margin: 0 auto;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%; }

  .footer > ul li {
    display: inline-block;
    float: none;
    text-align: center; } }
/*		Wide Mobile Layout: 480px.    */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 460px; }

  #slideshow {
    width: 460px;
    height: 334px; }

  .main-img.home-img {
    height: 334px; }

  .content {
    height: auto; }

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

  .footer {
    margin: 0; }

  nav .nav-highlight {
    display: none; }

  nav > ul {
    text-align: center; }

  nav > ul li {
    display: inline-block;
    float: none; }

  nav > ul li:first-child {
    width: auto; }

  nav > ul li a {
    padding: 4px 8px; }

  .main-img {
    position: relative;
    height: auto; }

  .main-img.servicesw-main-img {
    margin-top: -120px; }

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

  .main-img.servicesw-main-img img {
    margin-top: -130px; }

  .services-women {
    font-size: 13px;
    line-height: 14px; }

  .services-women td.text-indent {
    text-indent: -50px; }

  .personal-tag p {
    font-size: 344%;
    margin-right: 10px; }

  .personal-txt {
    position: relative;
    height: auto;
    top: 0;
    left: auto;
    width: 100%;
    clear: left;
    margin: 10px 0 0 0; }

  .personal-tag {
    position: relative;
    clear: left;
    top: 0;
    left: auto;
    width: 100%;
    margin: 20px 10px 0 0;
    padding: 0 0 30px 0; }

  .footer > ul {
    display: inline-block;
    float: none;
    left: auto;
    margin: 20px auto 0;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%; }

  .footer > ul li {
    display: inline-block;
    float: none;
    text-align: center; }

  .footer > span {
    clear: both; } }
