@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&subset=latin-ext');
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
/*.second-font() {
  font-family: @second-font;
  font-weight: 800;
}*/
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: underline;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #e82d92;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: none;
  color: #99cc33;
}
p {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #151515;
  min-height: 100%;
  overflow-x: hidden;
  background: url(../images/bg.png) repeat;
}
.wrap {
  margin: 0 auto;
  max-width: 1110px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 0 20px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #e82d92;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.button span span {
  color: #99cc33;
}
.button .fa {
  margin-right: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #ffffff;
  margin-top: -5px;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #99cc33 !important;
}
.button:hover .fa {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #111 !important;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #e82d92 !important;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  min-height: 300px;
  padding: 50px 0;
}
.block .title {
  text-align: center;
  color: #151515;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 400;
  position: relative;
}
.block .title:after {
  height: 1px;
  background-color: #e82d92;
  width: 80px;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: block;
}
.main h2:first-child,
.main h3:first-child,
.main h4:first-child,
.main h5:first-child,
.main p:first-child {
  margin-top: 0;
}
.main h1 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #e82d92;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
}
.main h1:after {
  content: "";
  height: 1px;
  background-color: #99cc33;
  width: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #e82d92;
}
.main h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #99cc33;
}
.main h4,
.main h5,
.main h6 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.main ul {
  margin: 20px 0;
}
.main ul > li {
  padding-left: 14px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #a7c09d;
  position: absolute;
  left: 0;
  top: 9px;
  color: #e82d92;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  color: #e82d92;
}
.main table {
  margin: 30px 0;
  width: 100% !important;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 18px;
}
.main table tr {
  background-color: #eef5f3 !important;
}
.main table tr:first-of-type {
  background-color: #e82d92 !important;
  color: #ffffff;
}
.main table tr:first-of-type td {
  border-bottom: none;
  color: #ffffff;
}
.main table tr:nth-of-type(2) {
  background-color: #e82d92 !important;
  color: #ffffff;
}
.main table tr:nth-of-type(2) th {
  background-color: #99cc33;
  color: #ffffff;
  font-weight: 400;
}
.main table tr:nth-child(even) {
  background-color: #f6faf9 !important;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 6px;
  background-color: #e82d92;
}
.main table tr td {
  padding: 6px;
  color: #444;
  border-bottom: 1px solid #ffffff;
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main ul.gallery {
  *zoom: 1;
}
.main ul.gallery:before,
.main ul.gallery:after {
  content: "";
  display: table;
}
.main ul.gallery:after {
  clear: both;
}
.main ul.gallery > li {
  text-align: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  float: left;
  padding-left: 0 !important;
}
.main ul.gallery > li:nth-child(3n+3) {
  margin-right: 0 !important;
}
.main ul.gallery > li:before {
  display: none !important;
}
.main ul.gallery > li a:hover img {
  opacity: 0.7;
}
.main ul.gallery > li img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery br {
  display: none !important;
}
.main .gallery-item {
  margin-right: 2.44%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
  position: relative;
}
.main .gallery-item a {
  display: block;
  position: relative;
}
.main .gallery-item a:hover img {
  opacity: 0.8;
}
.main .gallery-item img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none !important;
}
.main .gallery.gallery-columns-4 .gallery-item {
  width: 23.17% !important;
}
.main .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0 !important;
}
.main .gallery.gallery-columns-3 .gallery-item {
  width: 31.70% !important;
}
.main .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0 !important;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.showcase > .wrap {
  height: 520px;
  line-height: 520px;
  overflow: hidden;
}
.showcase-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  color: #ffffff;
  padding-left: 64px;
  padding-right: 200px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 450px) {
  .showcase-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.showcase-text h1 {
  font-size: 48px;
  line-height: 56px;
  border-left: 5px solid #e82d92;
  padding-left: 48px;
  padding-bottom: 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase-text h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media all and (max-width: 450px) {
  .showcase-text h1 {
    padding-left: 20px;
  }
}
.showcase-text p {
  margin: 0;
  padding-left: 48px;
  border-left: 5px solid #e82d92;
}
@media all and (max-width: 450px) {
  .showcase-text p {
    padding-left: 20px;
  }
}
.showcase-text .button {
  margin-left: 53px;
  margin-top: 20px;
  background-color: #99cc33;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase-text .button {
    height: 40px;
    line-height: 40px;
  }
}
@media all and (max-width: 450px) {
  .showcase-text .button {
    line-height: 24px;
    height: auto;
    padding: 8px 10px;
    font-size: 14px;
  }
}
.showcase-text .button:hover {
  background-color: #e82d92 !important;
}
.boxlist,
ul.catlist {
  font-size: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .boxlist,
  ul.catlist {
    text-align: center;
  }
}
.boxlist .item,
ul.catlist .item {
  width: 31.53%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-right: 2.70%;
  text-align: center;
}
@media all and (max-width: 850px) {
  .boxlist .item,
  ul.catlist .item {
    width: 48.65%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 550px) {
  .boxlist .item,
  ul.catlist .item {
    width: 100% !important;
    margin-right: 0 !important;
    display: block;
  }
}
@media all and (max-width: 850px) {
  .boxlist .item:nth-child(even),
  ul.catlist .item:nth-child(even) {
    margin-right: 0;
  }
}
.boxlist .item:nth-child(3n+3),
ul.catlist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 850px) {
  .boxlist .item:nth-child(3n+3),
  ul.catlist .item:nth-child(3n+3) {
    margin-right: 2.70%;
  }
}
.boxlist .item-img,
ul.catlist .item-img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.boxlist .item-img img,
ul.catlist .item-img img {
  display: block;
  width: 100%;
}
.boxlist .item-info,
ul.catlist .item-info {
  padding: 20px;
  border: 1px solid #dedede;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.boxlist .item-date,
ul.catlist .item-date {
  text-align: left;
  display: block;
  color: #666;
  font-size: 12px;
}
.boxlist .item-title,
ul.catlist .item-title {
  font-size: 16px;
  text-align: left;
}
.boxlist .item a,
ul.catlist .item a {
  color: #e82d92;
}
.boxlist .item p,
ul.catlist .item p {
  text-align: left;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .boxlist .item .button,
  ul.catlist .item .button {
    height: auto;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
}
.boxlist .item ul,
ul.catlist .item ul {
  margin: 20px 0;
  text-align: left;
}
.boxlist .item ul > li,
ul.catlist .item ul > li {
  padding-left: 14px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.boxlist .item ul > li:before,
ul.catlist .item ul > li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #99cc33;
  position: absolute;
  left: 0;
  top: 7px;
}
ul.catlist > li {
  padding-left: 0;
}
ul.catlist > li:before {
  display: none;
}
ul.catlist .item {
  width: 48.65%;
}
ul.catlist .item:nth-child(even) {
  margin-right: 0;
}
ul.catlist .item:nth-child(odd) {
  margin-right: 2.70%;
}
ul.catlist .item-info {
  position: relative;
}
ul.catlist .item-info .fb-share-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.paginator {
  text-align: center;
}
.paginator a,
.paginator span {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #151515;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}
.paginator a.page-numbers,
.paginator span.page-numbers {
  background-color: #f5f5f5;
}
.paginator a.current,
.paginator span.current {
  background-color: #99cc33;
  color: #ffffff;
}
.paginator a.next,
.paginator span.next {
  font-size: 0;
}
.paginator a.next:after,
.paginator span.next:after {
  content: "\f101";
  font-size: 14px;
  font-family: 'fontAwesome';
}
.paginator a.prev,
.paginator span.prev {
  font-size: 0;
}
.paginator a.prev:after,
.paginator span.prev:after {
  content: "\f100";
  font-size: 14px;
  font-family: 'fontAwesome';
}
.paginator a:hover {
  color: #e82d92;
}
.about {
  color: #ffffff;
  background-color: #99cc33;
}
.about-left {
  width: 50%;
  float: left;
  text-align: center;
}
@media all and (max-width: 767px) {
  .about-left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.about-left img {
  margin-top: -90px;
}
@media all and (max-width: 767px) {
  .about-left img {
    margin-top: 0;
  }
}
.about-right {
  width: 50%;
  float: left;
  padding-left: 45px;
}
@media all and (max-width: 767px) {
  .about-right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.about-title {
  padding-bottom: 10px;
  position: relative;
  font-size: 30px;
}
.about-title:after {
  content: "";
  height: 1px;
  background-color: #99cc33;
  width: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-title:after {
  background-color: #ffffff;
}
.about-title span {
  color: #e82d92;
}
.about .button {
  text-decoration: none !important;
  padding: 0 20px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #5c7a1f;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  font-size: 13px;
}
.about .button span span {
  color: #99cc33;
}
.about .button .fa {
  margin-right: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #ffffff;
  margin-top: -5px;
}
.about .button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #e82d92 !important;
}
.about .button:hover .fa {
  color: #ffffff;
}
.about .button:hover span span {
  color: #ffffff;
}
.about .button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #111 !important;
}
.about .button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #e82d92 !important;
}
.blog-top {
  *zoom: 1;
  margin-bottom: 30px;
}
.blog-top:before,
.blog-top:after {
  content: "";
  display: table;
}
.blog-top:after {
  clear: both;
}
.blog-top-title {
  float: left;
  font-size: 36px;
  font-weight: 400;
}
.blog-top-all {
  float: right;
}
@media all and (max-width: 850px) {
  .blog ul.boxlist .item:nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .blog ul.boxlist .item:nth-child(3) {
    display: block;
  }
}
.leftbar {
  float: left;
  width: 65%;
  margin-right: 5%;
}
@media all and (max-width: 767px) {
  .leftbar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    float: none;
  }
}
.sidebar {
  float: left;
  width: 30%;
  padding: 50px 0;
}
@media all and (max-width: 767px) {
  .sidebar {
    width: 100%;
    float: none;
  }
}
.sideblock {
  margin-bottom: 30px;
}
.sideblock-title {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.sideblock-title:after {
  content: "";
  height: 1px;
  background-color: #99cc33;
  width: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sideblock:last-of-type {
  margin-bottom: 0;
}
.single .sideblog .item-date {
  color: #151515;
}
.sideblog .item {
  margin-bottom: 20px;
  *zoom: 1;
  font-size: 13px;
  color: #666;
}
.sideblog .item:before,
.sideblog .item:after {
  content: "";
  display: table;
}
.sideblog .item:after {
  clear: both;
}
.sideblog .item:last-child {
  margin-bottom: 0;
}
.sideblog .item-img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.sideblog .item-info {
  float: left;
  width: 75%;
}
.sideblog .item-title {
  font-size: 14px;
}
.sideblog .item p {
  margin: 6px 0;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.sideblog .item-date {
  font-size: 10px;
  display: block;
  line-height: 18px;
}
.single-img {
  margin-bottom: 20px;
}
.single .item-date {
  color: #e82d92;
  font-weight: bold;
}
.single .item-date span {
  color: #99cc33;
  font-weight: 400;
}
#cfrm {
  background-color: #e82d92;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 40px;
}
#cfrm h2 {
  color: #ffffff;
  padding-bottom: 10px;
  position: relative;
}
#cfrm h2:after {
  content: "";
  height: 1px;
  background-color: #99cc33;
  width: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 767px) {
  #cfrm h2 {
    font-size: 20px;
  }
}
#cfrm sup {
  font-size: 20px;
  vertical-align: bottom;
}
#cfrm .rowex {
  *zoom: 1;
  padding: 10px 0;
}
#cfrm .rowex:before,
#cfrm .rowex:after {
  content: "";
  display: table;
}
#cfrm .rowex:after {
  clear: both;
}
#cfrm .rowex .wpcf7-form-control-wrap {
  float: left;
  width: 49%;
  margin-right: 2%;
  display: block;
}
@media all and (max-width: 550px) {
  #cfrm .rowex .wpcf7-form-control-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#cfrm .rowex .wpcf7-form-control-wrap:nth-child(2) {
  margin-right: 0;
}
#cfrm .ajax-loader {
  display: none !important;
}
#cfrm ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222222;
}
#cfrm :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
  opacity: 1;
}
#cfrm ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
  opacity: 1;
}
#cfrm :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222222;
}
#cfrm input[type=text],
#cfrm input[type=email],
#cfrm textarea {
  display: block;
  width: 100%;
  color: #444;
  font-size: 14px;
  padding: 0 10px;
  height: 36px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Montserrat';
}
#cfrm textarea {
  height: 150px;
  padding: 10px;
}
#cfrm input[type=submit] {
  background-color: #99cc33;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  padding: 8px 20px;
}
#cfrm input[type=submit]:hover {
  background-color: #8ab82e;
}
#cfrm .rowex.full .wpcf7-form-control-wrap {
  float: none;
  margin-right: 0;
  width: 100%;
}
#cfrm .rowex.full textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
}
#cfrm span.wpcf7-not-valid-tip {
  color: #ffffff;
  background-color: #dd151c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 8px;
  font-size: 12px;
}
#cfrm .wpcf7-list-item {
  display: block;
  margin: 3px 0;
}
#map {
  margin-top: 40px;
}
#map iframe {
  display: block;
  height: 350px;
  width: 100% !important;
}
.breadcrumbs {
  font-size: 0;
  border-bottom: 1px solid #cecece;
}
.breadcrumbs > .wrap {
  padding: 10px 0;
}
.breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.breadcrumbs .separator {
  margin: 0 10px;
}
.main table.order th,
.main .appointments-legend-table th {
  background-color: #ffffff;
  color: #151515;
}
.main table.order tr:first-of-type td,
.main .appointments-legend-table tr:first-of-type td {
  background-color: #eef5f3;
  color: #151515;
  border-bottom: 1px solid #ffffff !important;
}
.main .appointments-legend-table tr:first-of-type td {
  background-color: #ffffff;
}
a[name=app_schedule] {
  font-size: 0;
}
.app_services {
  padding: 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #e82d92;
  color: #ffffff;
}
.app_services .app_services_dropdown_title {
  font-size: 24px;
  color: #ffffff;
}
.app_services .app_select_services {
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  padding: 0 10px;
  font-size: 15px;
  color: #151515;
}
.app_services .app_services_button {
  background-color: #151515;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  height: 36px;
  padding: 0 10px;
}
.appointments-pagination .next a,
.appointments-pagination .previous a {
  text-decoration: none !important;
  padding: 0 20px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #99cc33;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #99cc33 none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.appointments-pagination .next a span span,
.appointments-pagination .previous a span span {
  color: #99cc33;
}
.appointments-pagination .next a .fa,
.appointments-pagination .previous a .fa {
  margin-right: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #ffffff;
  margin-top: -5px;
}
.appointments-pagination .next a:hover,
.appointments-pagination .previous a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #e82d92 !important;
}
.appointments-pagination .next a:hover .fa,
.appointments-pagination .previous a:hover .fa {
  color: #ffffff;
}
.appointments-pagination .next a:hover span span,
.appointments-pagination .previous a:hover span span {
  color: #ffffff;
}
.appointments-pagination .next a.dark,
.appointments-pagination .previous a.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #111 !important;
}
.appointments-pagination .next a.dark:hover,
.appointments-pagination .previous a.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #e82d92 !important;
}
.appointments-pagination .next a:hover,
.appointments-pagination .previous a:hover {
  background: #e82d92 none;
}
.appointments-wrapper {
  text-align: center;
  font-size: 20px;
  padding-top: 30px;
}
.appointments-confirmation-wrapper label {
  *zoom: 1;
}
.appointments-confirmation-wrapper label:before,
.appointments-confirmation-wrapper label:after {
  content: "";
  display: table;
}
.appointments-confirmation-wrapper label:after {
  clear: both;
}
.appointments-confirmation-wrapper span {
  margin-top: 15px;
}
.appointments-confirmation-wrapper .appointments-field label {
  float: left;
  width: 30%;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .appointments-confirmation-wrapper .appointments-field label {
    float: none;
    width: 100%;
    margin-right: 0;
    display: block;
  }
}
.appointments-confirmation-wrapper .appointments-field label span {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-top: 7px;
}
.appointments-confirmation-service span,
.appointments-confirmation-start span {
  margin-top: 0 !important;
}
.appointments-instructions {
  display: none;
}
.appointments-confirmation-worker {
  display: none !important;
}
.appointments-confirmation-wrapper {
  margin-top: 40px;
}
.appointments-confirmation-wrapper h3 {
  margin-bottom: 20px;
}
.appointments-confirmation-wrapper legend {
  border-bottom: none;
  margin-bottom: 46px;
}
.appointments-confirmation-wrapper {
  text-align: left;
  color: #151515 !important;
}
.appointments-confirmation-wrapper label {
  font-weight: 300;
}
.appointments-confirmation-wrapper span {
  text-align: right;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .appointments-confirmation-wrapper span {
    text-align: left;
  }
}
.appointments-confirmation-wrapper input[type="text"],
.appointments-confirmation-wrapper input[type="email"],
.appointments-confirmation-wrapper textarea {
  display: block;
  width: 100%;
  height: 34px;
  border: 1px solid #d6d6d6;
  background-color: #f7f7f7;
  padding: 0 10px;
  color: #606060;
  font-size: 12px;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .appointments-confirmation-wrapper input[type="text"],
  .appointments-confirmation-wrapper input[type="email"],
  .appointments-confirmation-wrapper textarea {
    width: 100% !important;
  }
}
.appointments-confirmation-wrapper textarea {
  padding: 10px;
  height: 80px;
}
.appointments-confirmation-wrapper .appointments-confirmation-button {
  width: 160px;
  height: 40px;
  color: #ffffff;
  background-color: #99cc33;
  border: none;
  font-size: 14px;
  font-weight: 400;
}
.appointments-confirmation-wrapper .appointments-confirmation-button:hover {
  background-color: #e82d92;
}
.appointments-confirmation-wrapper .appointments-confirmation-cancel-button {
  width: 90px;
  height: 40px;
  color: #ffffff;
  background-color: #999;
  border: none;
  font-size: 14px;
  font-weight: 400;
}
.appointments-confirmation-wrapper .appointments-confirmation-cancel-button:hover {
  background-color: #666;
}
.appointments-note-field label span {
  text-align: left;
  width: 100%;
  margin-right: 0;
  float: none;
}
.appointments-confirmation-price label span {
  margin-top: 0;
}
.appointments-confirmation-buttons {
  text-align: center;
}
.appointments-field input[type=checkbox] {
  margin-top: 13px;
}
.content > .wrap {
  padding-bottom: 40px;
}
#iframe h2 {
  margin-bottom: 40px;
}
#iframe iframe {
  width: 100% !important;
  display: block;
  height: 450px;
}
/* ------------------ HEADER ----------------*/
.topline {
  *zoom: 1;
}
.topline:before,
.topline:after {
  content: "";
  display: table;
}
.topline:after {
  clear: both;
}
.topline .half {
  float: left;
  width: 50%;
  height: 5px;
  background-color: #99cc33;
}
.topline .half:nth-child(2) {
  background-color: #e82d92;
}
.header > .wrap {
  padding: 24px 0;
}
a.logo {
  color: #e82d92;
  text-decoration: none;
  display: block;
  float: left;
  margin-top: 8px;
  background: url(../images/logo.png) left center no-repeat;
  padding-left: 83px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.logo {
    max-width: 50%;
  }
}
@media all and (max-width: 600px) {
  a.logo {
    float: none;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
    background: none;
  }
}
a.logo:hover {
  color: #151515;
}
a.logo:hover strong {
  color: #e82d92;
}
a.logo strong {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}
a.logo > span {
  font-size: 14px;
  color: #000000;
  display: block;
  margin-top: 4px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.logo > span {
    font-size: 12px;
    line-height: 16px;
  }
}
.header-right {
  float: right;
  text-align: right;
}
@media all and (max-width: 600px) {
  .header-right {
    text-align: center;
    float: none;
  }
}
.header-right .social {
  font-size: 0;
}
@media all and (max-width: 600px) {
  .header-right .social {
    margin: 5px 0;
  }
}
.header-right .social li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 4px;
}
.header-right .social li:first-child {
  margin-left: 0;
}
.header-right .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-right .social li a:hover {
  opacity: 0.8;
}
.header-right .social .fcb {
  background-color: #404dfa;
}
.header-right .social .twitter {
  background-color: #1fa1d1;
}
.header-right .header-phone,
.header-right .header-email {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header-right .header-phone,
  .header-right .header-email {
    font-size: 14px;
  }
}
@media all and (max-width: 700px) {
  .header-right .header-phone,
  .header-right .header-email {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .header-right .header-phone,
  .header-right .header-email {
    display: inline-block;
    vertical-align: middle;
  }
}
@media all and (max-width: 350px) {
  .header-right .header-phone,
  .header-right .header-email {
    font-size: 12px;
  }
}
.header-right .header-phone a,
.header-right .header-email a {
  border-bottom: 1px solid #e1dbec;
  text-decoration: none;
  color: #151515;
}
.header-right .header-phone a:hover,
.header-right .header-email a:hover {
  color: #e82d92;
}
.header-right .header-phone .fa,
.header-right .header-email .fa {
  color: #e82d92;
  font-size: 13px;
  margin-right: 6px;
}
.header-right .header-email {
  margin-left: 36px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header-right .header-email {
    margin-left: 16px;
  }
}
.header-right .header-email .fa {
  font-size: 11px;
}
/********************* Footer ******************/
.footer {
  color: #ffffff;
  font-size: 14px;
  background-color: #e82d92;
}
.footer .wrap {
  padding: 20px 0;
}
.footer p {
  margin: 0;
  font-size: 14px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #e82d92;
}
.footer a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.footer-left {
  float: left;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer-left {
    float: none;
    text-align: center;
  }
}
.footer-right {
  float: right;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer-right {
    float: none;
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer-menu {
    font-size: 0;
    margin-top: 6px;
  }
}
.footer-menu > li {
  float: left;
  margin-left: 20px;
  font-size: 13px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer-menu > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.footer-menu > li:first-child {
  margin-left: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer-menu > li a {
    font-size: 13px;
  }
}
a.footer-logo {
  background: url(../images/logo.png) left center no-repeat;
  padding-left: 42px;
  display: inline-block;
  height: 24px;
  -webkit-background-size: 31px 24px;
  background-size: 31px 24px;
}
a.footer-logo span {
  color: #99cc33;
}
a.footer-logo:hover {
  text-decoration: none;
  border: none;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  margin-top: 2px;
  float: left;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #ffffff;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.menu {
  background-color: #e82d92;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .menu > .wrap {
    padding: 10px 0;
  }
}
.main-menu {
  font-size: 0;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
  }
}
.main-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-category-ancestor > a {
  color: #ffffff;
}
.main-menu > li.current-menu-item > a:after,
.main-menu > li.current-page-ancestor > a:after,
.main-menu > li.current-post-ancestor > a:after,
.main-menu > li.current-category-ancestor > a:after {
  width: 60%;
}
.main-menu > li > a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
.main-menu > li > a:hover {
  color: #ffffff;
}
.main-menu > li > a:hover:after {
  width: 60%;
}
.main-menu > li > a:after {
  width: 0;
  height: 4px;
  background-color: #99cc33;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.second-menu {
  background: url(../images/second-menu.png) left bottom no-repeat;
  float: left;
  font-size: 0;
  width: 25.68%;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .second-menu {
    float: none;
    background: none;
    width: 100%;
    text-align: left;
  }
}
.second-menu > li {
  display: inline-block;
  vertical-align: middle;
}
.second-menu > li.menu-item-object-page.current-menu-item > a,
.second-menu > li.current-menu-parent > a,
.second-menu > li.current-post-ancestor > a,
.second-menu > li.current-category-ancestor > a {
  text-decoration: none;
  color: #ffffff;
}
.second-menu > li > a {
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 0 10px;
  line-height: 60px;
}
.second-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.main-menu .sub-menu {
  background: rgba(72, 92, 56, 0.8);
  position: absolute;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
}
.main-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #e82d92;
}
.main-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: underline;
}
.main-menu .sub-menu > li > a {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: 300;
}
.main-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #e82d92;
}
.menu.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #e82d92;
  z-index: 9999;
  top: 47px;
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.menu.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.menu.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.menu.active .main-menu > li .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.menu.active .main-menu > li .sub-menu.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  position: relative;
  top: 0;
  width: 100%;
}
.menu.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
}
.menu.active .main-menu > li.menu-item-has-children .nav-click {
  position: absolute;
  right: 20px;
  top: 1px;
  padding: 6px;
  background-color: #cc1678;
  z-index: 3;
  display: block;
}
.menu.active .main-menu > li.menu-item-has-children .nav-click:before {
  font-family: 'fontAwesome';
  content: "\f107";
  color: #ffffff;
}
.menu.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #cc1678;
}
.menu.active .main-menu > li a:after {
  display: none;
}
.menu.active .main-menu > li > a {
  padding: 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #eb449e;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
