@font-face {
  font-family: "maral";
  src: url("font/maral.eot");
  src: url("font/maral.eot?#iefix") format("embedded-opentype"), url("font/maral.woff") format("woff"), url("font/maral.ttf") format("truetype"), url("font/maral.svg#maral") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "maral" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "maral" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\61"; }

.icon-instagram:before {
  content: "\62"; }

.icon-arrown-down:before {
  content: "\63"; }

.icon-angle-left:before {
  content: "\64"; }

.icon-angle-right:before {
  content: "\65"; }

.icon-close:before {
  content: "\67"; }

.icon-gplus:before {
  content: "\68"; }

.icon-pinterest:before {
  content: "\69"; }

.icon-youtube:before {
  content: "\6a"; }

html {
  box-sizing: border-box; }

body {
  color: black;
  padding-left: 8px;
  padding-right: 8px;
  font-family: 'Arial',sans-serif; }

header .container_inner {
  max-width: 100%; }

.img .vc_single_image-wrapper {
  width: 100%; }
  .img .vc_single_image-wrapper img {
    width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #5c666f; }

.le_effect .vc_single_image-wrapper {
  overflow: hidden; }
  .le_effect .vc_single_image-wrapper img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -webkit-backface-visibility: hidden; }
    .le_effect .vc_single_image-wrapper img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

.blog_holder article .post_text {
  background-color: transparent; }

.blog_holder article .post_text > h3 {
  color: #5c666f;
  text-transform: uppercase; }

.blog_holder article .post_text h4 {
  text-transform: uppercase;
  color: #5c666f; }

.single_tags {
  display: none; }

.blog_holder.masonry {
  margin: 0 auto; }

.contact_form input[type='text']:focus, .contact_form textarea:focus {
  background-color: white;
  color: #8b7493; }

.qbutton:hover, #submit_comment:hover {
  background-color: #5c666f !important; }

*, :after, :before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arial';
  font-style: normal; }

.blog_holder article .post_text .post_read_more a, .blog_holder article .post_text a.more-link {
  font-family: 'Arial';
  font-style: normal; }

div.pp_default .pp_content {
  padding: 0;
  background: transparent; }

nav.main_menu > ul > li > a {
  padding: 0 10px !important; }

nav.main_menu > ul > li.current-menu-item > a {
  font-weight: bold; }

nav.main_menu > ul > li:hover > a span {
  color: #8b7493; }

nav.main_menu .icon {
  background-color: #8b7493;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 0 !important;
  margin-top: 26px;
  text-align: center;
  padding: 0 !important;
  padding-top: 8px !important;
  margin-left: 7px;
  color: white !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  nav.main_menu .icon:hover {
    color: #8b7493;
    background-color: #5c666f; }

.mobile_menu > ul .icon {
  float: left;
  display: block;
  margin-right: 1rem;
  background-color: #8b7493;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 11px;
  display: block;
  line-height: 0 !important;
  margin-top: 6px;
  text-align: center;
  padding: 0 !important;
  padding-top: 8px !important;
  margin-left: 10px;
  color: #FFF !important;
  font-size: 210%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

nav.mobile_menu ul > li.has_sub > span.mobile_arrow, nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
  right: 20px; }

.blog_holder article .post_info {
  display: none; }

.post_read_more {
  text-align: right; }
  .post_read_more a {
    text-decoration: none; }

.border {
  position: fixed;
  background-color: #8b7493;
  z-index: 5000; }
  .border.top {
    top: 0;
    left: 0;
    right: 0;
    height: 8px; }
  .border.left {
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px; }
  .border.right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px; }
  .border.bottom {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px; }

.border2 {
  position: fixed;
  background-color: #8b7493;
  box-sizing: content-box;
  z-index: 4900; }
  .border2.top {
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    border-top: 20px solid #FFF; }
    .border2.top:before {
      content: '';
      width: 15px;
      height: 15px;
      background-color: #FFF;
      position: absolute;
      right: -15px;
      top: -15px; }
  .border2.left {
    top: 20px;
    left: 0;
    bottom: 20px;
    width: 2px;
    border-left: 20px solid #FFF; }
    .border2.left:before {
      content: '';
      width: 15px;
      height: 15px;
      background-color: #FFF;
      position: absolute;
      left: -15px;
      top: -15px; }
  .border2.right {
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 2px;
    border-right: 20px solid #FFF; }
    .border2.right:before {
      content: '';
      width: 15px;
      height: 15px;
      background-color: #FFF;
      position: absolute;
      right: -15px;
      bottom: -15px; }
  .border2.bottom {
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    border-bottom: 20px solid #FFF; }
    .border2.bottom:before {
      content: '';
      width: 15px;
      height: 15px;
      background-color: #FFF;
      position: absolute;
      left: -15px;
      bottom: -15px; }

.mobile_menu_button .label {
  position: absolute;
  left: 0px;
  bottom: -10px;
  font-size: 80%;
  padding: 0px 2px;
  color: #8b7493;
  font-weight: bold; }

header .header_bottom {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11); }

.q_logo a {
  margin-top: 20px;
  max-height: 75px; }

nav.main_menu.right, .header_inner_right {
  margin-top: 12px; }

.q_logo img {
  height: 80% !important; }

nav.main_menu > ul > li > a span, nav.main_menu > ul > li > a i {
  color: #5c666f;
  font-family: arial;
  font-style: normal;
  text-transform: uppercase;
  font-size: 90%; }

nav.main_menu > ul > li > a span.line {
  color: #5c666f; }

.carousel-control:hover .thumb_holder .thumb_top {
  background-color: #5c666f; }
.carousel-control .thumb_holder .thumb_top {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: #8b7493; }

.projects_holder article .feature_holder .feature_holder_info, .portfolio_slides .feature_holder .feature_holder_info {
  display: none; }

.filter_holder {
  display: none; }

.full_width .projects_holder.v5 article .portfolio_like {
  display: none; }

.contact_form {
  padding-left: 12px;
  padding-right: 12px; }

.contact_form input[type='text'], .contact_form textarea, .contact_form textarea {
  width: 100%; }

.loose {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.projects_holder_outer {
  background: #939193; }

.projects_holder.v5 .mix, .projects_holder.v5 .filler {
  -webkit-transform: scaleX(1.01);
  -moz-transform: scaleX(1.01);
  -ms-transform: scaleX(1.01);
  -o-transform: scaleX(1.01);
  transform: scaleX(1.01); }

@media only screen and (min-width: 768px) {
  .projects_holder.v5 .mix, .projects_holder.v5 .filler {
    width: 20%;
    display: block !important;
    float: left; }

  .hide-for-large {
    display: none !important; }

  .blog_holder.masonry article .post_text, .blog_holder.masonry_full_width article .post_text {
    text-align: justify; } }
@media only screen and (max-width: 768px) {
  .hide-for-small {
    display: none !important; }

  .loose_on_small {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }

  .blog_holder article .post_text p {
    text-align: justify; } }
@media only screen and (min-width: 1000px) {
  body.home.page .content {
    margin-top: 0px; }

  .content {
    margin-top: 95px; } }
@media only screen and (max-width: 1000px) {
  header.fixed {
    margin-bottom: 10px; } }
@media only screen and (min-width: 1200px) {
  .blog_holder.masonry_full_width article {
    width: 49%; }

  .q_google_map {
    margin-top: 100px; }

  .container_inner {
    width: 1200px;
    margin: 0 auto; } }
.carousel-indicators {
  display: none !important; }

div.pp_default .pp_loaderIcon {
  background: none !important; }

div.pp_pic_holder {
  position: fixed;
  top: 0 !important;
  left: 50% !important; }

nav.main_menu > ul > li > a {
  -webkit-transition: transform 0.1s linear;
  -moz-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  -ms-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px); }
  nav.main_menu > ul > li > a.pressed {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }

.bottom_container {
  text-align: center;
  position: fixed;
  bottom: 23px;
  left: 0;
  right: 0;
  z-index: 10002; }

#bottom_title {
  background-color: #8b7493;
  padding: 0.4rem 1.8rem;
  margin: 0;
  text-transform: uppercase;
  display: inline;
  position: relative;
  color: #FFF;
  font-size: 110%;
  font-family: calibri;
  letter-spacing: normal;
  font-weight: 100;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  #bottom_title:hover {
    background-color: #5c666f; }
    #bottom_title:hover:before {
      color: #5c666f; }
  #bottom_title:before {
    content: 'c';
    font-family: 'maral';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    color: #8b7493;
    text-transform: lowercase;
    width: 100%;
    font-size: 180%;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear; }

a.lightbox, a.lightbox:hover {
  background-color: #8b7493 !important; }

.pp_nav {
  display: none !important; }

div.pp_default .pp_expand {
  display: none !important; }

div.pp_default .pp_details {
  position: static; }

div.pp_default .pp_close {
  right: -40px;
  top: -1px;
  background-color: #8b7493 !important;
  background-image: none !important;
  width: 40px !important;
  height: 40px !important;
  opacity: 1;
  margin: 0;
  color: white !important;
  padding: 0.3rem;
  z-index: 7000;
  font-size: 150%; }
  div.pp_default .pp_close:before {
    content: 'g';
    position: absolute;
    font-family: 'maral';
    text-align: center;
    left: 10px;
    top: 10px;
    color: white;
    text-indent: 0 !important; }

.blog_holder.masonry article .post_text, .blog_holder.masonry_full_width article .post_text {
  background: white; }

div.pp_default a.pp_next, div.pp_default a.pp_previous {
  background-image: none !important;
  width: 40px !important;
  height: 40px !important;
  top: 50%;
  margin: 0;
  margin-top: -20px;
  position: absolute;
  z-index: 1;
  background: #8b7493 !important;
  opacity: 0.8;
  font-size: 268%; }
  div.pp_default a.pp_next:before, div.pp_default a.pp_previous:before {
    font-family: 'maral';
    color: white;
    text-indent: 0 !important;
    position: absolute;
    right: 0;
    top: 9px; }
  div.pp_default a.pp_next:hover, div.pp_default a.pp_previous:hover {
    background-image: none !important;
    background: #8b7493 !important; }
  div.pp_default a.pp_next.pp_next, div.pp_default a.pp_previous.pp_next {
    right: 0px; }
    div.pp_default a.pp_next.pp_next:before, div.pp_default a.pp_previous.pp_next:before {
      content: 'e'; }
  div.pp_default a.pp_next.pp_previous, div.pp_default a.pp_previous.pp_previous {
    left: 0px; }
    div.pp_default a.pp_next.pp_previous:before, div.pp_default a.pp_previous.pp_previous:before {
      content: 'd';
      right: 4px; }

nav.mobile_menu > ul > li > a, nav.mobile_menu > ul > li > h6 {
  font-family: 'arial';
  font-style: normal;
  padding-left: 6px;
  text-transform: uppercase; }

.pp_description {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: auto;
  background: #f8f8f840;
  color: #2a2a2a !important;
  padding: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  display: block; }

.appointment_button {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 70px;
  right: 90px;
  background: #8b7493;
  color: #fff;
  z-index: 5050;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 100%;
  -webkit-box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.34);
  padding-top: 23px; }
  .appointment_button > a {
    color: white;
    text-decoration: none; }
  .appointment_button .two {
    display: none; }

.mobile_caption {
  position: absolute;
  background: #f8f8f84d;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 80px;
  color: #2a2a2a !important;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  padding: 1.6rem;
  font-family: 'Georgia';
  display: none;
  text-align: center; }

@media only screen and (min-width: 1400px) {
  .blog_holder.masonry_full_width.masonry_load_more.isotope {
    height: auto !important; }

  .blog_holder.masonry_full_width article {
    width: 50%;
    display: block;
    position: static !important;
    float: left;
    margin: 0;
    transform: translate3d(0px, 0px, 0px) !important;
    padding: 4px; } }
@media only screen and (max-width: 1000px) {
  .mobile_caption {
    display: block; }

  #respond textarea, #respond input[type='text'], #contact-form textarea, #contact-form input[type='text'] {
    width: 100%;
    padding: 12px 4%; }

  .q_google_map {
    height: 200px; }

  .contact_form h4 {
    text-align: center; }

  .blog_holder article .post_text > h4 {
    text-align: center; }

  .mobile_menu_button {
    width: 20%;
    margin: 0; }
    .mobile_menu_button .fa {
      background: #8b7493;
      color: #FFF;
      padding: 0.8rem;
      position: absolute;
      left: -1px; }

  .logo_wrapper {
    height: auto !important;
    position: initial;
    left: auto;
    width: 80%; }

  .q_logo {
    top: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center; }
    .q_logo a {
      display: inline-block; }

  header:not(.sticky):not(.scrolled) .q_logo img.normal {
    position: static;
    width: 100% !important;
    height: auto !important;
    margin-top: 26px;
    max-width: 205px;
    float: right; } }
@media only screen and (max-width: 1200px) {
  .appointment_button {
    width: 80px;
    height: 80px;
    top: 26px;
    right: 30px;
    font-size: 90%;
    line-height: normal;
    padding-top: 22px; }
    .appointment_button .two {
      display: inline-block; }
    .appointment_button .one {
      display: none; }

  .q_logo img {
    width: 201px !important;
    height: auto !important;
    top: -29px; }

  .container_inner, .boxed div.section .section_inner, div.grid_section .section_inner, .full_width .parallax_content, .carousel-inner .slider_content_outer, nav.content_menu ul, .container_inner nav.content_menu {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .appointment_button {
    width: 80px;
    height: 80px;
    top: 96px;
    right: 30px;
    font-size: 90%;
    padding-top: 20px; } }

/*# sourceMappingURL=app.css.map */
