html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, figure {
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

textarea, input {
  outline: none;
}

ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

ol, .wpb_text_column ul {
  margin: 20px 0;
  padding-left: 40px;
}

.single .post-content ul, .single .project-description ul {
  margin: 20px 0;
  padding-left: 40px;
}

.page .post-content ul {
  margin: 20px 0;
  padding-left: 40px;
}

.wpb_text_column ul, .single .post-content ul, .page .post-content ul, .single .project-description ul {
  list-style: disc;
}

.page .post-content .get_social.share_archives {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

caption {
  text-align: left;
  font-weight: normal;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  color: #657580;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.blogpost .post-content h1, .blogpost .post-content h2, .blogpost .post-content h3, .blogpost .post-content h4, .blogpost .post-content h5, .blogpost .post-content h6 {
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}

h1, .blogpost .post-content h1 {
  font-size: 36px;
}

h2, .blogpost .post-content h2 {
  font-size: 30px;
}

.error404 .post_container_full {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.error404 .post_container_full .post-content {
  margin-bottom: 30px;
}

.error404 .post_container_full .new_search_form {
  max-width: 600px;
  margin: 20px auto 50px;
}

h2.page404 {
  letter-spacing: -1px;
  font-weight: 600;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  color: #333333;
  line-height: normal;
  font-size: 40px;
}

h2.page404 span {
  display: block;
  font-size: 5em;
  line-height: 1;
  font-weight: 500;
}

h3, .blogpost .post-content h3 {
  font-size: 24px;
}

h4, .blogpost .post-content h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin-bottom: 20px;
}

a img {
  border: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.displaynone {
  display: none !important;
}

.wp-caption {
  max-width: 100%;
  font-style: italic;
  padding: 5px;
  border: 1px solid #eee;
}

.wp-caption img {
  width: 100%;
}

.wp-caption p {
  margin-bottom: 0 !important;
  padding-top: 5px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #58A623;
  -webkit-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear;
}

a:hover {
  color: #000;
}

body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #666;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.bgwidth {
  width: 100%;
}

/* Images */
.alignleft {
  float: left;
  margin-right: 10px;
}

img.alignleft {
  padding-right: 20px;
}

.alignright {
  float: right;
}

img.alignright {
  padding-left: 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  display: inline-block;
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

.bottommargin {
  margin-bottom: 35px;
}

.aligncenter {
  text-align: center;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-zoom-in .mfp-with-anim, .mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim, .mfp-zoom-in.mfp-ready .mfp-iframe-scaler, .mfp-zoom-in.mfp-ready div[id*="video-popup-"].mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85;
}

body .mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.93) !important;
          transform: scale(0.93) !important;
  opacity: 0 !important;
}

.mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.93) !important;
          transform: scale(0.93) !important;
  opacity: 0 !important;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap.mfp-removing .mfp-arrow-left, .mfp-wrap.mfp-removing .mfp-arrow-right {
  opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Pretty Photo first */
div.pp_default .pp_top {
  height: 13px;
}

div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right {
  height: 13px;
}

div.pp_default .pp_bottom {
  height: 13px;
}

div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover {
  opacity: 0.7;
}

div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover {
  opacity: 0.7;
}

div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline {
  color: #000;
}

div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline {
  color: #000;
}

div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline {
  color: #000;
}

div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}

.pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle {
  background: #fff;
}

div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right {
  background: #fff;
}

div.light_rounded .pp_bottom .pp_middle {
  background: #fff;
}

div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
  background: #fff;
}

div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder {
  color: #c4c4c4;
}

div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img, .pp_social {
  display: none;
}

/* ---------------------------------------------------------------
Preload Graphics
-----------------------------------------------------------------*/
#page_loading_effect {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000000000;
}

#page_loading_effect .reveal-1, #page_loading_effect .reveal-2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}

#page_loading_effect[data-effect*="horizontal_swipe"] {
  background-color: transparent !important;
  left: -100%;
}

body.page-with-animation #page_loading_effect[data-method="standard"] {
  display: block;
  opacity: 1;
}

body.page-with-animation #page_loading_effect[data-method="standard"] .load_symbol {
  display: block;
  opacity: 1;
}

#page_loading_effect .load_symbol {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.load_symbol .minimal_icon {
  top: 50%;
  height: 65px;
  width: 65px;
  position: relative;
  margin: -32px auto 0 auto;
  display: block;
}

.load_symbol .minimal_icon .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: material-rotate-all 1s linear infinite;
  animation: material-rotate-all 1s linear infinite;
}

.load_symbol .minimal_icon .spinner .right-side, .load_symbol .minimal_icon .spinner .left-side {
  -webkit-animation: material-fade-in-first 1.2s linear infinite alternate;
  animation: material-fade-in-first 1.2s linear infinite alternate;
}

.load_symbol .minimal_icon .spinner.color-2 .right-side, .load_symbol .minimal_icon .spinner.color-2 .left-side {
  -webkit-animation: material-fade-in-second 1.2s linear infinite alternate;
  animation: material-fade-in-second 1.2s linear infinite alternate;
}

.load_symbol .minimal_icon .right-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.load_symbol .minimal_icon .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
}

.load_symbol .minimal_icon .right-side {
  right: 0;
}

.load_symbol .minimal_icon .bar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 200px 0 0 200px;
  border: 3px solid #65c18b;
  position: relative;
}

.load_symbol .minimal_icon .right-side .bar {
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  -webkit-animation: material-rotate-right 0.75s linear infinite alternate;
  animation: material-rotate-right 0.75s linear infinite alternate;
}

.load_symbol .minimal_icon .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}

.load_symbol .minimal_icon .left-side .bar {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: material-rotate-left 0.75s linear infinite alternate;
  animation: material-rotate-left 0.75s linear infinite alternate;
}

.load_symbol .minimal_icon .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}

@-webkit-keyframes material-rotate-left {
  to {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  from {
    -webkit-transform: rotate(-175deg);
            transform: rotate(-175deg);
  }
}

@keyframes material-rotate-left {
  to {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  from {
    -webkit-transform: rotate(-175deg);
            transform: rotate(-175deg);
  }
}

@-webkit-keyframes material-rotate-right {
  from {
    -webkit-transform: rotate(175deg);
            transform: rotate(175deg);
  }
  to {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

@keyframes material-rotate-right {
  from {
    -webkit-transform: rotate(175deg);
            transform: rotate(175deg);
  }
  to {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

@-webkit-keyframes material-rotate-all {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes material-rotate-all {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes material-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes material-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes material-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes material-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Preload 2 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #961a34;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/**********************************************************/
/* Creativo Common Form Elements */
/**********************************************************/
input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel] {
  background: transparent;
  border: 1px solid #ccc;
  color: #b2b2b6;
  padding: 10px;
  width: 100%;
  min-height: 42px;
  line-height: 40px;
  line-height: normal;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
}

textarea {
  background: transparent;
  border: 1px solid #ccc;
  color: #b2b2b6;
  padding: 10px;
  width: 100%;
  min-height: 42px;
  line-height: 40px;
  line-height: normal;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
}

select {
  width: 100%;
  background: initial;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  color: #b2b2b6;
  padding: 10px;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  line-height: normal;
  font-size: 13px;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
}

textarea {
  height: auto;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

fieldset {
  border: none;
}

input:focus, textarea:focus {
  border-color: #cfcfcf;
  color: #555;
}

.light_form {
  color: #fff;
}

.light_form input[type=text], .light_form input[type=email], .light_form input[type=password] {
  border: none;
  background: rgba(125, 125, 125, 0.3);
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 15px;
  font-family: inherit;
}

.light_form textarea {
  border: none;
  background: rgba(125, 125, 125, 0.3);
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 15px;
  font-family: inherit;
}

/**********************************************************/
/* Creativo Main Style */
/**********************************************************/
.container {
  position: relative;
  max-width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.portfolio-related .recent_posts_container article.col.extra-width-full-port:nth-child(5n+1) {
  clear: both;
}

/* Header Menu */
.second_navi {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.second_navi_inner {
  width: 940px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.second_navi_inner.left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sf-sub-indicator {
  margin-left: 3px;
}

/* Header Top Bar Left and Right Div */
.tb_left {
  float: left;
}

.tb_right {
  float: right;
}

/* Top Navigation */
.top_nav_out {
  background-color: #fff;
  border-bottom: 1px solid #444;
  z-index: 3001;
  position: relative;
}

.top_nav {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  clear: both;
  min-height: 40px;
}

.tap_to_call {
  display: none;
}

.top_contact {
  float: left;
  line-height: 40px;
  padding: 0;
}

.top_contact a i, .top_contact .contact_phone i, .top_contact .contact_address i {
  margin-right: 5px;
  font-size: 13px;
  line-height: 18px;
}

.top_contact .contact_email, .top_contact .contact_phone, .top_contact .contact_address {
  float: left;
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px dotted #ccc;
}

.top_contact .contact_email {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.top_contact .contact_phone span.phone.white_scheme {
  background: url("../images/icons/phone-white.png") no-repeat;
}

.top_social a {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -o-transition: all linear .2s;
  background-position: center center;
  color: #eeeeee;
}

.side_social .top_social a {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -o-transition: all linear .2s;
  background-position: center center;
  color: #eeeeee;
}

.header_menu_social .top_social a {
  float: none;
  display: inline-block;
}

.top_social a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.footer .top_social a {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top_social a:hover, .footer .top_social a:hover, .side_social .top_social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}

.top_social a.twitter:hover {
  background-color: #63cdf1;
}

.top_social a.instagram:hover {
  background-color: #306a92;
}

.top_social a.facebook:hover {
  background-color: #507cbe;
}

.top_social a.google:hover {
  background-color: #4d4f54;
}

.top_social a.linkedin:hover {
  background-color: #90cadd;
}

.top_social a.pinterest:hover {
  background-color: #f16261;
}

.top_social a.flickr:hover {
  background-color: #dc97c0;
}

.top_social a.tumblr:hover {
  background-color: #4d7ea3;
}

.top_social a.youtube:hover {
  background-color: #f16261;
}

.top_social a.behance:hover {
  background-color: #1aace3;
}

.top_social a.whatsapp:hover {
  background-color: #4cd360;
}

.top_social a.dribbble:hover {
  background-color: #d97aa6;
}

.top_social a.github:hover {
  background-color: #f1502f;
}

.top_social a.vimeo:hover {
  background-color: #1ab7ea;
}

.top_social a.stumbleupon:hover {
  background-color: #4ab253;
}

.top_social a.xing:hover {
  background-color: #00605e;
}

.top_social a.soundcloud:hover {
  background-color: #fe8502;
}

.top_social a.yelp:hover {
  background-color: #b4282e;
}

.top_social a.wechat:hover {
  background-color: #00d40d;
}

.top_social a.rss:hover {
  background-color: #f08421;
}

.social_icons_wrap {
  position: relative;
}

.top_nav .social_icons_wrap {
  line-height: 40px;
}

.social_icons_wrap span.sharer {
  position: relative;
  display: block;
  width: 40px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}

.social_icons_wrap span.sharer i {
  font-size: 17px;
  position: relative;
  top: 2px;
}

.social_icons_wrap .top_social {
  position: absolute;
  left: 0;
  background-color: #1d1c24;
  opacity: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  visibility: hidden;
}

.social_icons_wrap:hover .top_social {
  opacity: 1;
  visibility: visible;
}

.header_menu_social .social_icons_wrap .top_social a {
  display: block;
}

/* Top Menu */
.top_navigation {
  position: relative;
  z-index: 20;
}

#top-menu {
  line-height: 40px;
}

#top-menu i {
  margin-right: 5px;
}

#top-menu li {
  display: inline-block;
  margin-right: -3px;
  position: relative;
}

#top-menu ul li {
  border-bottom: 1px solid #eee;
}

#top-menu ul li:last-child {
  border-bottom: none;
}

#top-menu li a {
  padding: 0 15px;
  line-height: 40px;
  display: block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: left;
}

#top-menu li:first-child {
  padding-left: 0;
}

#top-menu li:last-child {
  padding-right: 0;
  border-right: none;
}

#top-menu li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  width: 100%;
  z-index: 10000;
  display: block;
  background-color: #fff;
  top: 40px;
  border: 1px solid #f2f2f2;
  left: -1px;
  min-width: 150px;
}

#top-menu > li:first-child > a {
  padding-left: 0;
}

#top-menu > li:last-child > a {
  padding-right: 0;
}

.tb_right #top-menu li ul {
  left: auto;
  right: 0;
}

#top-menu li ul.remove_css_animation {
  transition: initial;
  -webkit-transition: initial;
  display: none;
}

#top-menu li:hover ul {
  visibility: visible;
  opacity: 1;
}

#top-menu li > ul > li {
  display: block;
  width: 100%;
}

/* Bottom Menu */
.footer_navigation {
  float: right;
  margin: 5px 0;
}

#footer-menu {
  line-height: inherit;
}

#footer-menu li {
  display: inline-block;
  padding-right: 15px;
}

#footer-menu li:last-child {
  padding-right: 0;
}

/* Social Icons Second style */
.full_header {
  position: relative;
  z-index: 2001;
}

.banner {
  margin-top: 5px;
}

.modern_social_icons .top_social {
  text-align: right;
}

.modern_social_icons .top_social a {
  width: 35px;
  height: 35px;
}

.modern_social_icons .top_social a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.modern_cta_head_text, .modern_cta_phone_number {
  display: block;
}

.rounded .top_social a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.circle .top_social a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.header_wrap {
  position: relative;
  z-index: 1001;
}

.header_area {
  position: relative;
}

.sticky_h {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.pi-header-row-fixed .sticky_h, .pi-header-row-fixed .sticky_h_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

.admin-bar.pi-header-row-fixed .sticky_h, .admin-bar.pi-header-row-fixed .sticky_h_menu {
  top: 32px;
}

.header {
  padding: 11px 0;
  position: relative;
  z-index: 200;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
}

/* Left Header */
.side-header .header_inside_left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 300px;
  height: 100%;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  background-color: #fff;
}

.side-header .header_inside_right {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 300px;
  height: 100%;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
  background-color: #fff;
  left: auto;
  right: 0;
}

.admin-bar.side-header .header_inside_left, .admin-bar.side-header .header_inside_right {
  top: 32px;
}

.side_inside {
  width: 100%;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.side_inside a {
  display: block;
  width: 100%;
  height: 100%;
}

.desktop_view {
  visibility: visible;
  display: inherit;
}

.mobile_view {
  visibility: hidden;
  display: none;
}

#branding .logo a img.mobile_logo, .side-header .mobile_logo {
  display: none;
}

/* Header Search */
#header_search_wrap {
  padding: 0;
}

#navigation ul li #header_search_wrap a {
  padding: 0 10px;
}

#header_search_wrap a {
  display: block;
  position: relative;
}

body #navigation form:not(.woo_submit_form) {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -2;
  transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}

body.hs-open #navigation form {
  opacity: 1;
  z-index: 100;
}

body:not(.hs-open) #navigation ul li.menu-item {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

body.hs-open #navigation ul li.menu-item {
  opacity: 0;
}

body #navigation form:not(.woo_submit_form) input[type=text] {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 20px;
  padding: 10px 50px 10px 10px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  outline: none;
}

#header_search_wrap a i {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  text-align: center;
}

#header_search_wrap a i.icon-magnifier {
  font-size: 17px;
  top: 2px;
  position: relative;
}

#header_search_wrap a i.icon-cancel {
  opacity: 0;
  left: 10px;
  position: absolute;
}

body.hs-open #header_search_wrap a i.icon-cancel {
  opacity: 1;
  z-index: 101;
  font-size: 17px;
  margin-top: -9px;
}

body.hs-open #header_search_wrap a i.fa-search, body.hs-open #header_search_wrap a i.icon-magnifier {
  opacity: 0;
}

/* END Header Search */
.inner {
  padding: 0px 10px;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.vc_video-bg .inner {
  padding: 0;
}

.inner:after {
  content: "";
  display: block;
  clear: both;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* If on old IE with no support for Flexbox */
/* ========================================== */
.no-flexbox .d-flex {
  display: table;
}

.no-flexbox #branding, .no-flexbox #navigation, .no-flexbox .additional_icons {
  display: table-cell;
  vertical-align: middle;
}

/* ========================================== */
.d-flex.center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.d-flex.left #navigation {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.inner.d-flex:after {
  content: initial;
}

.style1 .d-flex.center {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.style2 .d-flex.center {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.style2 .d-flex.center #branding {
  width: 100%;
}

.style1 .d-flex.center .header_right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#branding {
  margin-right: 0px;
  padding-right: 0px;
}

#branding .text {
  font-size: 24px;
  padding: 0;
  margin: 0;
  line-height: normal;
}

#branding .logo a {
  display: block;
}

#branding .logo a img {
  display: block;
}

#branding .tagline {
  font-size: 13px;
  color: #dddddd;
  padding-bottom: 20px;
}

.page_description {
  font-style: normal;
}

.page_description p {
  margin-bottom: 35px;
  padding: 0;
}

.clr {
  clear: both;
  float: none;
}

.forth {
  clear: left;
}

.content {
  margin: 0 auto;
  padding: 20px;
  background: url(../images/slider-texture.png) repeat;
  background-color: #414852;
}

.content-layer {
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.inside_content {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}

.inside_content2 {
  width: 978px;
  margin: 0 auto;
}

.inside_content_demo {
  width: 100%;
  margin: 0 auto;
}

.words {
  color: #58a623;
}

.bellow_header {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.bellow_header_title {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  text-transform: none;
  position: relative;
}

.pt_mask {
  height: 100%;
}

/* NAVIGATION AND MENUS */
/*================================================== */
.header_right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header_transparent #navigation {
  opacity: 0;
}

.header_transparent #navigation.is_visible {
  opacity: 1;
}

#navigation {
  margin-top: 0;
}

#navigation .sf-sub-indicator i {
  font-size: 11px;
  margin-left: 5px;
}

#navigation > ul {
  line-height: 85px;
  height: 85px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#navigation ul li {
  position: relative;
  display: block;
  float: left;
}

#navigation ul li a {
  white-space: nowrap;
  color: #555555;
  position: relative;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  padding: 0 18px;
}

.second_navi_inner #navigation ul li a {
  display: block;
  line-height: 50px;
}

.second_navi_inner #navigation ul li a.shopping-cart {
  background-color: transparent;
}

#navigation ul li a i {
  margin-right: 5px;
}

.ha-transparent #navigation ul li a {
  color: #FFFFFF;
}

.ut-header-dark #navigation ul li a {
  color: #999999;
}

#navigation ul li:first-child a:after {
  display: none;
}

#responsive_navigation {
  position: relative;
  display: none;
}

.mobile_menu_holder {
  position: absolute;
  width: 100%;
  max-height: 560px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 99999;
  left: 0;
}

.responsive-menu-link {
  display: none;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  cursor: pointer;
}

.modern_mobile_navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  display: none;
}

.modern_mobile_wrapper {
  display: none;
}

.sticky_mobile {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.responsive-menu-bar {
  display: block;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #fff;
  background-color: #5bc98c;
  font-weight: 600;
  font-size: 16px;
}

.responsive-menu-link i.hamburger_mobile_menu {
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.responsive-menu-link .mobile_shopping_cart {
  right: 60px;
  line-height: 50px;
  padding: 0 10px;
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 21px;
}

.modern_mobile_navigation .responsive-menu-link i {
  position: relative;
  right: auto;
  font-size: 25px;
  line-height: 50px;
  top: 0;
  -webkit-transform: none;
          transform: none;
}

.responsive-menu-link:hover {
  color: #7dc771;
}

.mobile_menu_holder {
  display: none;
}

.shopping_cart_items.show-products {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  top: 15px;
}

#responsive_menu {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 20;
  background-color: #fff;
}

#responsive_menu li {
  display: block;
  margin: 0;
}

#responsive_menu li a {
  border-top: 1px solid rgba(128, 128, 128, 0.2);
  display: block;
  padding: 15px 20px;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

#responsive_menu li:first-child a {
  border-top: none;
}

#responsive_menu ul.sub-menu {
  display: none;
}

#responsive_menu ul a {
  font-weight: normal;
  text-transform: none;
  padding-left: 40px;
}

#responsive_menu ul ul a {
  padding-left: 70px;
}

#responsive_menu ul ul ul a {
  padding-left: 90px;
}

#responsive_menu ul ul ul ul a {
  padding-left: 110px;
}

#responsive_menu .sf-sub-indicator {
  position: absolute;
  right: 10px;
  font-size: 20px;
  line-height: 53px;
  top: 0;
  margin-left: 0;
  padding-left: 0;
  width: 53px;
  text-align: center;
}

.mobile_search_holder {
  background: #ffffff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

/* Nav Sublevel  */
#navigation ul.sub-menu {
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

#navigation [class^="icon-"]:before, #navigation [class*=" icon-"]:before {
  margin-right: 0;
}

#navigation ul ul .sf-sub-indicator {
  position: absolute;
  right: 5px;
}

#navigation ul.sub-menu ul {
  margin-left: 0;
}

#navigation ul.sub-menu li {
  margin-left: 0;
  border-bottom: 1px solid #dcdadb;
  text-align: left;
}

#navigation ul.sub-menu li a:after {
  display: none;
}

#navigation ul.sub-menu li > a {
  height: 35px;
  line-height: 35px;
  width: auto;
  min-width: 165px;
  position: static;
  color: #999999;
  margin: 0;
  padding: 0 15px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  font-size: 12px;
}

#navigation ul.sub-menu li:last-child {
  border: none;
}

#navigation ul li ul li ul li {
  display: block;
  display: block;
}

/* MegaMenu style */
.no-title .megamenu-title {
  display: none;
}

#navigation li.has-mega-menu > ul.sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 0;
  width: 100%;
  border-top: 3px solid #5bc98c;
}

#navigation li.has-mega-menu > ul.sub-menu::after {
  content: '';
  opacity: 0.9;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  position: absolute;
}

#navigation li.menu-item.has-mega-menu {
  position: static;
}

#navigation .has-mega-menu > ul.sub-menu {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 20px 0;
}

#navigation .has-mega-menu > ul.sub-menu > ul.sub-menu {
  position: relative;
  display: block;
  top: auto;
  left: auto;
}

#navigation .has-mega-menu > ul.sub-menu > li.menu-item {
  display: block;
  left: 0;
  position: relative;
  float: left;
  width: 25%;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  padding-right: 0;
  white-space: inherit;
}

#navigation .has-mega-menu ul.sub-menu li > a {
  padding-left: 20px;
  width: auto;
  padding-right: 0;
  white-space: inherit;
}

#navigation .has-mega-menu .megamenu-title {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  padding-left: 20px;
}

#navigation .has-mega-menu .megamenu-title a {
  line-height: 1.5;
  padding: 0;
}

.has-mega-menu .megamenu-title i {
  font-size: 16px;
  position: absolute;
  left: -30px;
  width: 20px;
  text-align: center;
  top: 1px;
}

.has-mega-menu > ul.sub-menu > li.menu-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

#navigation .has-mega-menu ul li, #navigation .has-mega-menu ul ul, #navigation .has-mega-menu ul li ul li {
  background-color: transparent;
  border-bottom: none;
  white-space: inherit;
}

#navigation ul li.no-mega-menu ul li a .fa {
  margin-right: 10px;
}

#navigation .has-mega-menu > ul.sub-menu > li {
  float: left;
  border-bottom: none;
}

#navigation .has-mega-menu > ul.sub-menu > li.menu-item:first-child {
  border-left: none;
}

#navigation .has-mega-menu ul li ul {
  position: relative;
  visibility: hidden;
  min-width: inherit;
  opacity: 0;
  border: none;
  left: auto;
  padding-left: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#navigation .has-mega-menu:hover ul li ul {
  visibility: visible;
  opacity: 1;
}

#navigation .has-mega-menu > ul.sub-menu > li.mega_col_1 {
  width: 100%;
}

#navigation .has-mega-menu > ul.sub-menu > li.mega_col_2 {
  width: 50%;
}

#navigation .has-mega-menu > ul.sub-menu > li.mega_col_3 {
  width: 33.33%;
}

#navigation .has-mega-menu > ul.sub-menu > li.mega_col_4 {
  width: 25%;
}

#navigation .has-mega-menu > ul.sub-menu > li.mega_col_5 {
  width: 20%;
}

#navigation .has-mega-menu > ul.sub-menu > li.mega_col_6 {
  width: 16.66%;
}

#navigation .has-mega-menu > ul.sub-menu > li.mega_col_2:nth-child(2n+1), #navigation .has-mega-menu > ul.sub-menu > li.mega_col_3:nth-child(3n+1), #navigation .has-mega-menu > ul.sub-menu > li.mega_col_4:nth-child(4n+1), #navigation .has-mega-menu > ul.sub-menu > li.mega_col_5:nth-child(5n+1), #navigation .has-mega-menu > ul.sub-menu > li.mega_col_6:nth-child(6n+1) {
  clear: both;
}

.has-mega-menu > ul.sub-menu > li > ul.sub-menu {
  display: block;
}

.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link {
  display: block;
  position: relative;
  text-align: left;
  float: none;
  background-color: transparent !important;
  margin: 0;
  padding: 10px 10px;
  line-height: 18px;
}

.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link i {
  font-size: 14px;
  position: absolute;
  line-height: 35px;
  text-align: center;
  width: 20px;
  left: -10px;
}

.megamenu-widgets-container {
  text-align: left;
  padding: 10px;
  line-height: 22px;
  padding-left: 0;
}

.megamenu-widgets-container .sidebar-widget {
  overflow: hidden;
}

.megamenu-widgets-container .sidebar-widget:last-child {
  margin-bottom: 0;
}

.megamenu-widgets-container ul {
  list-style: none;
  margin: 0;
}

.megamenu-widgets-container .widget {
  margin-bottom: 15px;
  overflow: visible;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul li, #navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul li {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul li.hover {
  position: relative;
  z-index: 9999;
  cursor: default;
}

#navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul li {
  margin-left: 0;
}

#navigation ul li:first-child {
  margin-left: 0;
}

#navigation li {
  margin: 0;
  float: left;
  zoom: 1;
}

#navigation ul li.hover {
  position: relative;
  z-index: 9999;
  cursor: default;
}

#navigation ul ul {
  visibility: hidden;
  position: absolute;
  min-width: 160px;
  z-index: 9998;
  opacity: 0;
  width: auto;
  padding: 0px;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  border-top: 3px solid #5bc98c;
}

#navigation ul li li a {
  display: block;
  text-decoration: none;
  position: relative;
  border-right: none;
}

#navigation ul ul li {
  float: none;
  white-space: nowrap;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  height: auto;
  line-height: none;
  display: inherit;
}

#navigation ul ul ul {
  top: -3px;
  left: 100%;
}

#navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.sf-sub-indicator {
  padding-left: 2px;
}

/* Header Area Extra Button */
.extra_header_button {
  display: block;
}

.extra_header_button a {
  background-color: #d03672;
  color: #fff;
  padding: 0 15px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-right: 25px;
  line-height: 40px;
  display: inline-block;
}

.additional_icons {
  display: block;
  max-width: none;
  position: relative;
}

.additional_icons ul {
  line-height: 85px;
  height: 85px;
  transition: height .3s ease-in-out, line-height .3s ease-in-out;
  -webkit-transition: height .3s ease-in-out, line-height .3s ease-in-out;
  display: block;
}

.additional_icons ul li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

#header_search_wrap {
  text-align: center;
  width: 40px;
}

.additional_icons ul li #side-panel-trigger a {
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 5px;
  display: block;
}

/* Side Navigation inside Side Header */
.side_navigation #navigation {
  float: none;
  padding-top: 50px;
}

.side_navigation #navigation ul li, .side_navigation #navigation li {
  float: none;
  padding-top: 50px;
}

.side_navigation #navigation ul li {
  line-height: 48px;
  height: 48px;
  padding: 0 30px;
}

.side_navigation #navigation ul li.header_search_li {
  display: none;
}

.side_navigation #navigation ul li:hover {
  z-index: 1;
}

.side_navigation #navigation ul.sub-menu {
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.side_navigation #navigation ul ul li {
  padding: 0;
}

.side_navigation #navigation ul li a {
  display: block;
  line-height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  border-left: 3px solid transparent;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  border-bottom: 1px solid #e8ebed;
  background-color: transparent;
}

.header_inside_right .side_navigation #navigation ul li a {
  border-left: none;
  border-right: 3px solid transparent;
}

.side_navigation #navigation ul li a:hover, .side_navigation #navigation ul li.current_page_item a, .side_navigation #navigation ul li.current-menu-ancestor a {
  border-left-color: #65c18b;
}

.side_navigation #navigation > ul li:hover > a {
  border-left-color: #65c18b;
}

.header_inside_right .side_navigation #navigation ul li a:hover, .header_inside_right .side_navigation #navigation ul li.current_page_item a, .header_inside_right .side_navigation #navigation ul li.current-menu-ancestor a {
  border-right-color: #65c18b;
}

.header_inside_right .side_navigation #navigation > ul li:hover > a {
  border-right-color: #65c18b;
}

.side_navigation #navigation ul ul {
  left: 300px;
  top: 0;
  min-width: 220px;
  border-top: none;
}

.side_navigation #navigation ul ul:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: green;
  z-index: 9999;
}

.header_inside_right .side_navigation #navigation ul ul {
  right: 300px;
  left: auto;
  border-left: none;
}

.header_inside_right .side_navigation #navigation ul ul:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: green;
  z-index: 9999;
  right: 0;
}

.header_inside_right .side_navigation #navigation ul ul ul {
  right: 220px;
}

.side_navigation #navigation ul ul li a {
  border-left: none;
  border-bottom: none;
  height: auto;
}

.header_inside_right .side_navigation #navigation ul ul li a {
  border-right: none;
}

.side_navigation #navigation ul ul ul {
  left: 220px;
}

.side_navigation .sf-sub-indicator {
  position: absolute;
  right: 0;
}

.header_inside_right .side_navigation .sf-sub-indicator, .header_inside_right #navigation ul ul .sf-sub-indicator {
  right: auto;
  left: 0;
}

.side_social .top_social {
  float: none;
  padding: 50px 30px 0;
}

.side_social .top_social a {
  background-color: transparent;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: 8px;
}

.side_contact .top_contact, .side_search {
  float: none;
  padding: 50px 30px 0;
}

.side_logo {
  padding: 0 30px;
}

.side_contact .top_contact {
  line-height: 2.5;
  margin-left: 5px;
}

.desktop_view .top_contact .contact_email, .desktop_view .top_contact .contact_phone {
  float: none;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.side_contact .top_contact a {
  border: none;
  margin: 0;
  padding: 0;
}

.side_contact .top_contact .contact_phone {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.side_contact .top_contact .contact_phone div {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.side_contact .top_contact .contact_address {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.side_contact .top_contact .contact_phone span {
  display: inline-block;
}

/**** Footer Styling ****/
.footer {
  position: relative;
  width: 100%;
  bottom: 0px;
}

.footer a {
  color: #727272;
}

.footer a:hover {
  color: #525252;
}

.footer_widget {
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #2e343a;
}

#footer_widget_inside {
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 960px;
}

.footer_widget_content {
  float: left;
  width: 23.5%;
  min-height: 20px;
  margin: 15px 3% 15px 0px;
  color: #888;
}

.footer_columns_cols_4 .footer_widget_content {
  width: 22%;
  margin-right: 4%;
}

.footer_columns_cols_3 .footer_widget_content {
  width: 31.3%;
}

.footer_columns_cols_2 .footer_widget_content {
  width: 48%;
  margin-right: 4%;
}

.footer_columns_cols_2 .footer_widget_content:nth-child(2n) {
  margin-right: 0;
}

.footer_columns_cols_3 .footer_widget_content:nth-child(3n), .footer_columns_cols_4 .footer_widget_content:nth-child(4n) {
  margin-right: 0;
}

.footer_columns_cols_2 .footer_widget_content:nth-child(2n+1), .footer_columns_cols_3 .footer_widget_content:nth-child(3n+1), .footer_columns_cols_4 .footer_widget_content:nth-child(4n+1) {
  clear: left;
}

.footer_columns_cols_1 .footer_widget_content {
  float: none;
  width: 100%;
  margin: 15px 0 30px;
}

.footer .top_social {
  margin: 0;
  float: none;
}

.footer_widget_content ul.twitter li a {
  border-bottom: none;
}

.footer_widget_content ul.twitter li span a {
  color: #8de94f;
}

.footer_widget_content ul.twitter li span a:hover {
  color: #888;
}

ul.twitter li before {
  content: initial;
}

.footer_widget_content p {
  margin-bottom: 15px;
}

.footer_widget_content a {
  color: #888;
}

.footer_branding {
  float: right;
  margin-right: 5px;
}

.footer_branding h3 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  line-height: normal;
}

ul.twitter {
  padding: 0 5px;
}

ul.twitter li {
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.sidebar-widget ul.twitter li {
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

#navigation .has-mega-menu ul.twitter li {
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
  line-height: inherit;
}

ul.twitter li i {
  position: absolute;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  left: 0;
  text-align: center;
  color: #85a654;
}

#navigation .has-mega-menu ul.twitter li i {
  position: absolute;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  left: 0;
  text-align: center;
  color: #85a654;
}

#navigation .has-mega-menu ul.twitter li a {
  padding-left: 0 !important;
  display: initial;
  line-height: 25px;
}

#navigation .has-mega-menu .twitter-widget a {
  padding-left: 0 !important;
  display: initial;
  line-height: 25px;
}

#navigation .has-mega-menu .twitter-widget p {
  margin-bottom: 0;
}

.footer_widget_content a:hover {
  border-bottom: none;
  color: #888;
}

h3.footer-widget-title {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 23px;
}

.footer .inner {
  padding: 10px;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #999;
}

.optParent {
  font-weight: bold !important;
}

/* About Business widget */
.about_bus_widget {
  position: relative;
}

.about_bus_img {
  position: absolute;
  width: 60px;
}

.about_bus_img img {
  max-width: 60px;
}

.about_bus_content.widget_left_padding {
  padding-left: 90px;
}

/* Footer Additional Icons/Images */
.footer_ii_content {
  max-width: 1170px;
  margin: 0 auto;
}

.footer_ii_content .footer_ii_el {
  display: block;
  float: left;
  text-align: center;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_ii_content .footer_ii_el a {
  display: block;
}

.footer_ii_content .footer_ii_el img {
  max-width: 100%;
  height: auto;
}

.columns_3 .footer_ii_el {
  width: 33%;
}

.columns_4 .footer_ii_el {
  width: 25%;
}

.columns_5 .footer_ii_el {
  width: 20%;
}

.columns_6 .footer_ii_el {
  width: 16.6%;
}

/**********************************************************/
/* Creativo Simple Pagination */
/**********************************************************/
.pagination {
  margin: 20px 0 40px;
  font-size: 14px;
  position: relative;
}

.pagination a.inactive {
  border: 1px solid #5bc98c;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  color: #747474;
  padding: 7px 10px;
  margin-left: 5px;
}

.page-links span.navigation_arrow {
  border: 1px solid #5bc98c;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  color: #747474;
  padding: 7px 10px;
  margin-left: 5px;
  background-color: #5bc98c;
  color: #fff;
}

.page-links a span.navigation_arrow {
  background-color: transparent;
  color: #747474;
}

.pagination a.inactive:hover, .page-links a:hover span.navigation_arrow {
  border: 1px solid #5bc98c;
  background-color: #5bc98c;
  color: #fff;
}

.pagination .current {
  border: 1px solid #8BB351;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  color: #fff;
  padding: 7px 10px;
  margin-left: 5px;
  background: #8BB351;
}

.pagination .pagination-prev {
  background: url(../images/arrow-prev.png) no-repeat center left;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.pagination .pagination-next {
  background: url(../images/arrow-next.png) no-repeat center right;
  padding-right: 10px;
  margin-left: 15px;
  font-size: 12px;
}

.pagination.minimal .pagination-prev {
  padding: 0;
  margin: 0;
  position: absolute;
  display: block;
  background: none;
  font-size: 25px;
  top: 50%;
  margin-top: -3px;
}

.pagination.minimal .pagination-next {
  padding: 0;
  margin: 0;
  position: absolute;
  display: block;
  background: none;
  font-size: 25px;
  top: 50%;
  margin-top: -3px;
  right: 0;
}

.pag_left {
  float: left;
  width: 100px;
}

.pag_right {
  float: right;
  width: 100px;
}

.image-frame {
  padding: 0;
  margin: 0;
}

.image-frame img {
  width: 98%;
  height: auto;
  padding: 3px;
  border: 3px solid #eee;
}

/**********************************************************/
/* Creativo Header Social Icons */
/**********************************************************/
.connect {
  width: 320px;
  float: right;
  margin: 15px 0px 10px 0;
  padding: 0px;
  height: 32px;
}

.connect li {
  float: right;
}

.connect li a {
  display: block;
  width: 32px;
  height: 32px;
  outline: none;
  margin: 0 3px;
  background: transparent url(../images/icons-bottom.png) no-repeat;
  text-indent: -9000px;
  position: relative;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  opacity: 0.5;
}

.connect li .connect-rss {
  background-position: 0px 0px;
}

.connect li .connect-rss:hover {
  opacity: 1;
}

.connect li .connect-lnkin {
  background-position: -148px 0px;
}

.connect li .connect-lnkin:hover {
  opacity: 1;
}

.connect li .connect-twitter {
  background-position: -111px 0px;
}

.connect li .connect-twitter:hover {
  opacity: 1;
}

.connect li .connect-facebook {
  background-position: -74px 0px;
}

.connect li .connect-facebook:hover {
  opacity: 1;
}

.connect li .connect-gplus {
  background-position: -37px 0px;
}

.connect li .connect-gplus:hover {
  opacity: 1;
}

.connect li .connect-reddit {
  background-position: -185px 0px;
}

.connect li .connect-reddit:hover {
  opacity: 1;
}

.connect li .connect-digg {
  background-position: -222px 0px;
}

.connect li .connect-digg:hover {
  opacity: 1;
}

.connect li .connect-tumblr {
  background-position: -260px 0px;
}

.connect li .connect-tumblr:hover {
  opacity: 1;
}

/**********************************************************/
/* Creativo Widgets Styles */
/**********************************************************/
.front_page_outer {
  width: 100%;
  background-color: #f8f8f8;
  margin: 40px 0;
}

.front_page_in {
  margin: 0 auto;
  max-width: 960px;
}

.content_box_title {
  height: auto;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: normal;
  position: relative;
}

.content_box_title:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  z-index: 1;
  margin-right: -100%;
  top: -3px;
}

.content_box_title:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  z-index: 1;
  margin-right: -100%;
  top: -3px;
  margin-left: -100%;
  margin-right: auto;
}

.content_box_title span.grey {
  background-color: #f8f8f8;
  color: #666;
  padding: 0 20px;
  margin: 0 auto;
}

.content_box_title span.white {
  color: #666;
  padding: 0 10px;
  margin: 0 auto;
  z-index: 2;
  background-color: transparent;
  position: relative;
}

.design_modern .content_box_title:after, .design_modern .content_box_title:before {
  content: initial;
}

.portfolio-related .content_box_title, .portfolio-related .smaller {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.posts-boxes .content_box_title, .posts-boxes .smaller {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.posts-boxes .content_box_title {
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
}

.design_modern .posts-boxes .content_box_title {
  margin-bottom: 30px;
}

.design_modern .content_box_title h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  color: #14183c;
}

.design_modern .content_box_title h5.modern_big {
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
}

.design_modern.styling2 .content_box_title h5.modern_big, .design_modern.styling2 .content_box_title .sub_head {
  text-align: left;
  font-family: inherit;
}

.design_modern.styling2 .content_box_title h5.modern_big {
  font-size: 18px;
  font-weight: 400;
}

.design_modern .content_box_title .sub_head {
  font-size: 14px;
  color: #abacb2;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  display: block;
  margin-bottom: 30px;
  margin-top: 5px;
}

.posts-boxes .content_box_title span.white {
  padding-left: 0;
}

.smaller {
  font-size: 20px;
}

.vc_front_widget {
  width: 100%;
  text-align: center;
  padding: 1px;
  color: #777;
  background-color: transparent;
  -webkit-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 10px 0;
}

.vc_front_widget .view_more {
  padding-bottom: 30px;
  display: block;
}

h3.widget-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.content_box_text {
  padding: 0 10px 30px 10px;
  line-height: 22px;
  display: block;
}

.content_box_text p {
  margin-bottom: 10px;
}

.content_box_text p:last-child {
  margin-bottom: 0;
}

.textwidget .alignleft {
  float: left;
  margin: 0px 10px 10px 0px;
}

/**** Shortcode Image ****/
.shortcode_img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
}

.shortcode_img.no_white_circle {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  height: auto;
  width: auto;
}

.shortcode_img.white_circle.font_icons i {
  line-height: 100px;
}

.shortcode_img.no_white_circle img {
  max-width: none;
  top: auto;
  margin-top: 0;
}

.div_bar {
  display: none;
}

/**********************************************************/
/* Creativo Video Background */
/**********************************************************/
.vc_row {
  position: relative;
}

.video-bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.vc_editor.compose-mode .vc_video-bg {
  display: none;
}

.vc_video-bg-container .video-bg, .vc_editor.compose-mode .vc_video-bg-container .vc_video-bg {
  display: block;
}

.video-bg video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

.video-bg .video-overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-placeholder {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}

/* Fix Visual Composer Row&Column button */
.compose-mode .vc_element-name .vc_btn-content {
  height: auto !important;
}

/**********************************************************/
/* Creativo Comments */
/**********************************************************/
#respond, #comments {
  margin-top: 20px;
  padding-top: 20px;
}

#respond .comments_title h5, #comments .comments_title h5 {
  font-size: 20px;
  text-transform: none;
  color: #333;
  font-weight: 600;
  padding-bottom: 40px;
  margin-bottom: 0;
}

#respond .comment_column, #comments .comment_column {
  width: 30.8%;
  display: inline-block;
  margin-right: 3%;
}

#respond .comment_column.last, #comments .comment_column.last {
  margin-right: 0;
}

#comments {
  margin-top: 0;
  padding-top: 0;
}

.comment-body p {
  margin-bottom: 0;
}

.comment-form-cookies-consent {
  margin-top: 20px;
}

#respond .comment-form-cookies-consent label {
  display: inline-block;
  margin-left: 5px;
}

.comments_area {
  margin-top: 20px;
}

#comments {
  font-size: 13px;
}

#commentform input:not(#submit), #commentform textarea {
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  color: #333;
  border-color: #e5e5e5;
}

#commentform input[type=submit] {
  border-radius: 3px;
}

#commentform .comment_textarea {
  margin: 20px 0;
}

#commentform label small {
  font-size: 13px;
}

#commentform label small span {
  color: #b2b2b6;
}

#commentform textarea {
  width: 100%;
}

#respond label {
  text-transform: none;
  color: #333;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.commentlist {
  margin: 0 0 20px;
  list-style-type: none;
  padding-left: 0;
}

.comments-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 15px;
  color: #666;
  padding-bottom: 10px;
}

.reply-title {
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.page-template-template-full-width-php .commentlist {
  width: 560px;
}

.pinglist {
  margin: 20px 0 40px 30px;
  list-style-type: decimal;
}

.comment_quote {
  padding-bottom: 0;
  background-color: #fff;
  position: relative;
}

.review_inside .comment_quote {
  background-color: transparent;
  line-height: 1.5;
}

.design_modern {
  padding-top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.design_modern .comment {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.design_modern .comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.design_modern .commentlist {
  margin-bottom: 0;
}

.design_modern .commentlist .comment_quote {
  background-color: transparent;
  border: none;
}

.design_modern .commentlist .comment_quote:after {
  content: initial;
}

.comment_quote:after {
  background: url(../images/tri-comments.png) no-repeat 50% 0;
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  position: absolute;
  left: 20px;
  bottom: -16px;
}

.comment_details {
  margin-top: 20px;
}

.comment_image {
  width: 35px;
  float: left;
  margin-right: 20px;
}

a.comment-reply-link {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

.comment_author_details {
  float: left;
  position: relative;
  top: 2px;
}

.design_modern .comment_image {
  width: 70px;
  position: relative;
  top: 10px;
}

.design_modern .comment_body {
  display: inline-block;
  width: calc(100% - 90px);
}

.design_modern .comment_author_details {
  float: none;
}

.depth-2, .depth-3, .depth-4, .depth-5 {
  border-bottom: none;
  margin-bottom: -10px;
  margin-left: 55px;
}

.children {
  list-style-type: none;
  margin-top: 0;
  padding-top: 0;
}

.avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.comment .avatar {
  margin: 0 0 0 0;
}

.comment-meta {
  border-bottom: none;
  color: #555;
  font-size: 11px;
  font-style: italic;
  line-height: 18px;
}

.comment-meta a {
  border-bottom: none;
  color: #555;
  font-size: 11px;
  font-style: italic;
  line-height: 18px;
}

.comment-author {
  color: #333;
  font-weight: 400;
  font-style: normal;
}

.design_modern .comment-author h6 {
  font-size: 20px;
  color: #14183c;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.comment-author span {
  font-size: 16px;
  line-height: 1.5;
}

.design_modern .comment-author span {
  font-size: 12px;
  display: block;
  line-height: normal;
  color: #939399;
}

.reviews.design_modern .comment-author span {
  display: initial;
}

.comment-author cite {
  font-style: normal;
}

.comment-author a:hover {
  border-bottom: none;
}

.nocomments {
  text-align: center;
  margin-left: 120px;
  padding: 0 20px 20px;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body ol {
  list-style-type: decimal;
}

.clear {
  clear: both;
}

.design_modern #respond {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}

.design_modern.styling2 #respond {
  padding: 30px 0;
}

.design_modern.styling2 .button.large {
  padding: 10px 25px;
}

.design_modern .comment_fields {
  margin-bottom: 50px;
}

.design_modern .comment_half {
  width: 48%;
  float: left;
}

.design_modern .comment_half.last {
  float: right;
}

.design_modern .comment_half input[type=text] {
  margin-right: 0;
  border-width: 0px;
  border-bottom-width: 2px;
  border-color: #d7d7d9;
  color: #14183c;
}

.design_modern .comment_textarea {
  margin-bottom: 50px;
}

.design_modern .comment_textarea textarea {
  border-width: 0px;
  border-bottom-width: 2px;
  border-color: #d7d7d9;
  color: #14183c;
}

.design_modern #commentform input {
  margin: 0;
}

/**********************************************************/
/* Creativo Portfolio Settings */
/**********************************************************/
.row {
  margin: 20px auto auto;
  max-width: 960px;
  padding: 20px;
  position: relative;
}

.page-template-portfolio-four-column .row, .page-template-portfolio-three-column .row, .page-template-portfolio-two-column .row {
  margin-bottom: 80px;
}

.row.design_modern {
  margin-top: 0;
  padding-top: 0;
}

.row.no_featured_images {
  margin-top: 50px;
}

.error404 .row {
  margin-bottom: 20px;
  position: relative;
}

.row.force_full_width {
  max-width: 100%;
}

.row_full {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.row_full_width {
  width: 100%;
  margin-bottom: 40px;
}

.row_full_width.design_modern {
  position: relative;
  background-position: center top;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.outer_wrap {
  width: 100%;
}

.lightgrey {
  background-color: #f8f8f8;
  padding: 30px 0;
}

.white {
  background-color: #fff;
}

.inner_wrap {
  max-width: 940px;
  margin: 0 auto;
}

.no-more-margins .inner_wrap_margins {
  margin-left: 0;
  margin-right: 0;
}

.inner_wrap_margins {
  margin-left: -15px;
  margin-right: -15px;
}

.blogpost .inner_wrap_margins {
  margin: 0;
}

.vc_row .inner_wrap .inner_wrap_margins #content, .vc_row .inner_wrap_margins #content, .vc_row.equal-height-columns {
  margin-left: 0;
  margin-right: 0;
}

.row_align_center {
  text-align: center;
}

#content .inner {
  padding-left: 0;
  padding-right: 0;
}

.inner_projects {
  max-width: 940px;
  margin: 0 auto;
}

.portfolio_tags {
  color: #fff;
  padding: 10px 5px;
  margin: 0 30px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.portfolio-tabs {
  list-style: none;
  margin: 20px 0;
  overflow: hidden;
  line-height: 38px;
  text-align: left;
  padding-top: 1px;
}

.portfolio-tabs a:hover {
  color: #666;
  background-color: #E1F4C6;
}

.portfolio-tabs li {
  display: inline-block;
  border: 1px solid #f1f1f1;
  margin-left: -1px;
  margin-top: -1px;
}

.portfolio-tabs li:first-child {
  margin-left: 0;
}

.portfolio-tabs.portfolio-templates li {
  display: block;
  float: left;
}

.portfolio-tabs li:last-child {
  border-right: 1px solid #f1f1f1;
}

.portfolio-tabs li span {
  color: #ddd;
  margin-right: 2px;
}

.portfolio-tabs li a {
  padding: 0 20px;
  color: #9b9b9b;
  display: block;
  background-color: #fff;
}

.portfolio-tabs li a .portfolio-tabs.filters_modern li.active a {
  background-color: transparent !important;
  border: none;
  padding: 0 3px;
  margin: 0 15px;
}

.portfolio-tabs.filters_modern li {
  border: none;
}

.portfolio-tabs.filters_modern li a {
  background-color: transparent !important;
  border: none;
  padding: 0 3px;
  margin: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
}

.portfolio-tabs.filters_modern li.active a {
  border-bottom: 2px solid #ccc;
}

.portfolio-item .portfolio_details {
  text-align: center;
  padding: 15px 0;
  background-color: #fff;
}

.portfolio-item .portfolio_details a {
  color: #555;
}

.portfolio-item .portfolio_details .tags {
  color: #b5b8bf;
  font-size: 12px;
}

.portfolio-item .portfolio_details .tags a {
  color: #b5b8bf;
  font-size: 12px;
}

.portfolio-item .no_tags {
  display: none;
}

.portfolio-item .portfolio_details .tags i {
  font-size: 11px;
  color: #d7d8db;
  margin-right: 5px;
}

.portfolio-item .portfolio_details h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 0;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.portfolio-one .portfolio-item {
  background-color: transparent;
  margin-bottom: 20px;
  padding: 10px;
  overflow: hidden;
  width: 98%;
}

.portfolio-one .project-feed {
  margin: 0;
  background-color: #f3f3f3;
}

.portfolio-one .portfolio-item .image {
  width: 540px;
  float: left;
  margin-right: 25px;
}

.portfolio-one .portfolio-item h2 {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}

.portfolio-one .portfolio-item h4 {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 25px !important;
  font-weight: normal;
  font-size: 13px;
}

.portfolio-one .portfolio-item p {
  margin: 0;
  margin-bottom: 20px;
}

.portfolio-two .portfolio-item {
  width: 460px;
  margin: 5px;
  background-color: transparent;
  overflow: hidden;
}

.portfolio-three .portfolio-item {
  width: 300px;
  margin: 6px;
  background-color: transparent;
  overflow: hidden;
}

.portfolio-four .portfolio-item {
  width: 220px;
  margin: 7px;
  background-color: transparent;
  overflow: hidden;
}

.portfolio-five .portfolio-item {
  width: 180px;
  height: 197px;
  margin: 11px;
  background-color: transparent;
}

.portfolio-four .portfolio-item:hover {
  border-color: 1px solid #A0CE4E;
}

.portfolio-full .flexslider {
  margin-bottom: 70px;
}

.portfolio-full .project-content {
  margin-bottom: 80px;
}

.portfolio-one .fluid-width-video-wrapper {
  position: static !important;
}

#content {
  padding-bottom: 0px;
}

#content_related, #content-blog {
  padding-bottom: 25px;
}

.portfolio-area {
  padding-bottom: 20px;
}

.portfolio-navigation {
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  margin: 15px 0;
  padding: 15px 0;
}

.blogpost .portfolio-navigation {
  border-top: 1px dotted #eee;
  border-bottom: none;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
}

.portfolio-navigation a {
  color: #777;
}

.portfolio-navigation a:hover {
  color: #58A623;
}

.portfolio-navi-next {
  float: right;
}

.portfolio-navi-next i {
  margin-right: 3px;
  font-size: 12px;
}

.portfolio-navi-previous {
  float: left;
}

.portfolio-navi-previous i {
  margin-left: 3px;
  font-size: 12px;
}

/* Posts Navigation with Thumbs */
.posts_navigation_thumbs {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.thumbs_next_post {
  float: right;
  text-align: right;
  width: 50%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumbs_prev_post {
  float: left;
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumbs_next_post a, .thumbs_prev_post a {
  display: table;
  width: 100%;
}

.thumbs_next_post span {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.thumbs_prev_post span {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding-right: 0;
}

.thumbs_prev_post .navi_content {
  padding-left: 10px;
  transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
}

.thumbs_next_post .navi_content {
  padding-right: 10px;
}

.thumbs_prev_post, .thumbs_next_post {
  transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
}

.thumbs_prev_post:hover, .thumbs_next_post:hover {
  background-color: #f7f7f7;
}

.navi_thumb {
  width: 70px;
}

.navi_content h5 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
}

.portfolio-misc-info {
  margin: 20px 0 10px;
  line-height: normal;
}

.portfolio-misc-info-left {
  float: right;
  margin-right: 10px;
  margin-top: 13px;
  border-bottom: none;
}

.portfolio-related {
  padding-top: 40px;
  overflow: hidden;
  position: relative;
}

.posts-boxes {
  padding-top: 30px;
  padding-bottom: 20px;
}

.design_modern .posts-boxes {
  padding: 0;
  margin-bottom: 0;
}

.design_modern .posts-boxes.related_posts {
  margin-bottom: 60px;
}

.toppadding {
  padding-top: 20px;
  padding-bottom: 0;
}

.title_related {
  margin: 20px auto;
  max-width: 940px;
}

.title_related h2 {
  font-size: 20px;
  color: #666;
  background: url(../images/dots.png) repeat-x 0px 10px;
  line-height: normal;
  padding: 0px;
}

.title_related h2 span {
  background-color: #fff;
  padding: 0 5px;
}

.project-info-box {
  padding: 10px 0;
  color: #a1b1bc;
  border-bottom: 1px solid #f2f2f2;
}

.no-border {
  border-bottom: none;
}

.project-info-box strong {
  font-style: normal;
  color: #666;
  font-weight: 600;
}

.project-info-box .left_content {
  float: left;
  width: 100px;
}

.project-info-box .right_content {
  float: left;
  width: 180px;
}

.project-description {
  padding-bottom: 5px;
  color: #666;
}

.portfolio-misc-info .social_ic_margin {
  border: 1px solid #f2f2f2;
  margin-top: 10px;
  text-align: center;
}

.project-description h3 {
  padding: 10px 0;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.portfolio-misc-info h3 {
  padding: 10px 0;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 0;
}

.project-content h1, .project-content h2 {
  font-size: 22px;
  padding: 0;
  margin: 0;
}

.project-content.full_desc .date {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.date i {
  margin-right: 5px;
}

.project-content .date {
  color: #bfbfbf;
}

.project-content .project-description {
  margin-top: 20px;
}

.project-content .project-description p:last-child {
  margin-bottom: 0;
}

.project-content.full_desc .project-description {
  float: left;
  width: 65%;
}

.project-content.full_desc .project-description.full_description {
  float: none;
  width: 100%;
}

/* Modern Portfolio Single Page */
.sp_title_desc {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

.sp_title_desc h2.sp_title {
  color: #14183c;
  font-size: 70px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: normal;
}

.sp_title_desc .sp_description {
  color: #757575;
}

.sp_title_desc .sp_description p:last-of-type {
  margin-bottom: 0;
}

.sp_title_desc .sp_description h1, .sp_title_desc .sp_description h2, .sp_title_desc .sp_description h3, .sp_title_desc .sp_description h4, .sp_title_desc .sp_description h5, .sp_title_desc .sp_description h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sp_title_desc .sp_description ul {
  padding-left: 30px;
  list-style: disc;
}

.sp_title_desc .sp_description ol {
  padding-left: 30px;
}

.portfolio-modern .portfolio-misc-info {
  margin: 0;
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}

.portfolio-modern .portfolio-misc-info h3 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
  color: #939399;
  font-size: 13px;
  font-weight: 600;
}

.portfolio-modern .project-info-details {
  display: inline-block;
  margin-right: 60px;
  text-align: left;
}

.portfolio-modern .project-info-details:last-of-type {
  margin-right: 0;
}

.portfolio-modern .project-info-details span {
  font-size: 12px;
  color: #939399;
}

.portfolio-modern .project-info-details span a {
  font-size: 12px;
  color: #939399;
}

/* modern portfolio half width */
.modern_portfolio_half {
  background-color: #ffffff;
  margin: 60px 0;
}

.modern_portfolio_image {
  width: 50%;
  float: left;
}

.modern_portfolio_content {
  width: 50%;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modern_portfolio_content .sp_title_desc {
  text-align: left;
  margin: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modern_portfolio_content .sp_title_desc h2.sp_title {
  font-size: 50px;
  line-height: 1.2;
}

.portfolio-modern .modern_portfolio_content .portfolio-misc-info {
  text-align: left;
  margin: 0;
  background-color: transparent;
}

.fixed_portfolio {
  position: relative;
}

.fixed_portfolio .sp_title_desc {
  padding-bottom: 105px;
}

.modern_portfolio_half .portfolio-misc-info {
  border-top: 1px solid #ebebed;
}

.portfolio-modern .fixed_portfolio .portfolio-misc-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.portfolio-modern .navigation_share_area {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-modern .portfolio-navigation {
  border: none;
}

.portfolio-modern .social_icons .get_social, .portfolio-modern .social_icons .share_text {
  float: none;
  display: inline-block;
}

.portfolio-modern .get_social li a {
  background-color: #ffffff;
}

.portfolio-modern .social_icons .get_social .portfolio-modern .portfolio-navigation {
  border: none;
  padding: 20px 0;
  margin: 0;
}

.portfolio-modern .portfolio-navigation a h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #939393;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 45px;
}

.portfolio-modern .portfolio-navigation .portfolio_prev_link {
  float: left;
}

.portfolio-modern .portfolio-navigation .portfolio_next_link {
  float: right;
}

.share_posts_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.portfolio-modern .social_icons .share_text {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #f33763;
}

.portfolio-modern .related_posts_img {
  position: relative;
}

.portfolio-modern .title_categ_over {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.portfolio-modern .related_posts_img:hover .title_categ_over {
  opacity: 1;
}

.portfolio-modern .title_categ_over_wrap {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.portfolio-modern .title_categ_over_wrap h4 {
  position: relative;
  left: -100%;
  font-weight: 500;
  margin-bottom: 0;
  transition: left .3s ease-in-out;
  -webkit-transition: left .3s ease-in-out;
}

.portfolio-modern .title_categ_over_wrap h4 a {
  font-size: 17px;
  color: #4e5ee9;
}

.portfolio-modern .related_posts_img:hover .title_categ_over_wrap h4 {
  left: 0;
}

.portfolio-modern .related_port_categ {
  font-size: 12px;
  color: #98999e;
  position: relative;
  right: -100%;
  transition: right .3s ease-in-out;
  -webkit-transition: right .3s ease-in-out;
}

.portfolio-modern .related_port_categ a {
  font-size: 12px;
  color: #98999e;
}

.portfolio-modern .related_posts_img:hover .title_categ_over_wrap .related_port_categ {
  right: 0;
}

.portfolio-modern .related_posts_title {
  color: #14183c;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.portfolio-modern .posts-boxes {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Portfolio Modern Category */
.portfolio-item-modern {
  margin-bottom: 30px;
  background-color: #ffffff;
  width: 100%;
}

.portfolio-modern-image {
  max-width: 550px;
  float: left;
}

.portfolio-modern-description {
  float: left;
  min-height: 353px;
  width: calc(100% - 550px);
}

.potfolio-modern-content-wrap {
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 30px;
}

.potfolio-modern-content-wrap .portfolio-modern-categs h4 {
  margin-bottom: 10px !important;
}

.portfolio-modern-content p {
  margin-bottom: 0;
}

.portfolio-modern-categs {
  font-size: 17px;
  color: #2b7ce6;
}

.portfolio-modern-categs a {
  font-size: 17px;
  color: #2b7ce6;
}

.portfolio-modern-title h3 {
  margin-bottom: 10px;
}

.portfolio-modern-title h3 a {
  font-size: 40px;
  color: #14183c;
  font-weight: 300;
}

.portfolio-modern-content {
  color: #757575;
}

.portfolio-modern-proj-details {
  border-top: 1px solid #ebebed;
  position: relative;
  bottom: 0;
}

.portfolio-modern-proj-details .portfolio-misc-info {
  margin-bottom: 0;
  padding: 30px 35px;
  text-align: left;
}

/* 3D portfolio */
/*=====================================*/
.ch-item {
  position: relative;
  cursor: default;
  -webkit-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
  overflow: hidden;
}

.ch-info {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ch-info > div {
  display: block;
  position: absolute;
  background-position: center center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 34px;
  margin: 0 15px;
  padding: 20px 0 0 0;
  min-height: 90px;
  text-align: center;
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.portfolio-4, .ch-info-front4 {
  width: 220px;
  height: 161px;
}

.portfolio-3 {
  width: 300px;
  height: 214px;
}

.portfolio-3 .portfolio_tags {
  font-size: 18px;
}

.portfolio-3 h3 {
  font-size: 28px;
  min-height: 135px;
}

.portfolio-2 {
  width: 460px;
  height: 295px;
}

.portfolio-2 .portfolio_tags {
  font-size: 20px;
}

.portfolio-2 h3 {
  font-size: 36px;
  min-height: 180px;
}

.portfolio-1 {
  width: 540px;
  height: 272px;
}

.portfolio-1 .portfolio_tags {
  font-size: 20px;
}

.portfolio-1 h3 {
  font-size: 36px;
  min-height: 180px;
}

.ch-info .ch-info-back4 {
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}

.ch-info .ch-info-back3 {
  -webkit-transform: translate3d(0, 0, -300px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -300px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}

.ch-info .ch-info-back2 {
  -webkit-transform: translate3d(0, 0, -460px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -460px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}

.ch-info .ch-info-back1 {
  -webkit-transform: translate3d(0, 0, -540px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -540px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}

.ch-info p a:hover {
  color: #fff222;
  color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover .ch-info-front4 {
  -webkit-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}

.ch-item:hover .ch-info-front3 {
  -webkit-transform: translate3d(0, 300px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 300px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}

.ch-item:hover .ch-info-front2 {
  -webkit-transform: translate3d(0, 460px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 460px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}

.ch-item:hover .ch-info-front1 {
  -webkit-transform: translate3d(0, 540px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 540px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}

#content .ch-item:hover .ch-info-back4, #content .ch-item:hover .ch-info-back3, #content .ch-item:hover .ch-info-back2, #content .ch-item:hover .ch-info-back1 {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}

/* Creativo elastic video css */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar-widget .video-container {
  padding-top: 0px;
  height: 100px;
  padding-bottom: 30%;
}

.modern_video_background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modern_video_background .video-container:after, .modern_video_background .video-poster-mobile:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* Image Hover */
figure a .text-overlay {
  opacity: 0;
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  background: #80c550;
  background: rgba(128, 197, 80, 0.9);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

figure.event_image_list .text-overlay {
  opacity: 0;
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  background: #80c550;
  background: rgba(128, 197, 80, 0.9);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

figure.event_image_list:hover .text-overlay {
  opacity: 1;
}

.blogpost:hover .text-overlay {
  opacity: 1;
}

figure a .text-overlay .info {
  text-align: center;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: top .2s linear;
  -webkit-transition: top .2s linear;
  -moz-transition: top .2s linear;
  width: 100%;
  left: 0;
  position: absolute;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
}

.blogpost:hover figure a .text-overlay .info {
  top: 50%;
}

figure a .text-overlay .info .plus_icon {
  display: block;
  position: relative;
  top: -3px;
}

figure a .text-overlay .info i {
  display: block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background-color: #444;
  border-radius: 50%;
}

/*  Project Feed  --------------------------------*/
.project-feed {
  margin: 0;
  overflow: hidden;
}

.project-feed .info {
  width: 100%;
  height: 100%;
}

.project-feed .info a {
  display: block;
  width: 100%;
  height: 100%;
}

.project-feed a i {
  display: block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background-color: #444;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.project-feed .title {
  text-align: center;
  width: 100%;
  font-size: 15px;
  margin-top: 4px;
}

.project-feed .blogpost {
  text-align: center;
  width: 100%;
  font-size: 15px;
}

.args i {
  font-size: 12px;
  margin-right: 2px;
  color: #bcbcbc;
}

.project-feed .args {
  text-align: center;
  width: 100%;
  font-size: 13px;
}

.project-feed .args a {
  color: #666;
  padding: 2px 0px;
}

.gallery_zoom {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  background-color: #b4e56b;
}

.one-fourth .flex-control-nav, .one-third .flex-control-nav, .one-half .flex-control-nav, .image_show .flex-control-nav {
  display: none;
}

.one-fourth .flexslider, .one-third .flexslider, .one-half .flexslider, .image_show .flexslider {
  border: none;
}

.one-fifth .gallery_zoom {
  width: 180px;
}

.one-fourth .gallery_zoom {
  width: 220px;
}

.one-third .gallery_zoom {
  width: 300px;
  height: 214px;
}

.one-half .gallery_zoom {
  width: 460px;
  height: 295px;
}

.full .gallery_zoom {
  top: 10px;
  left: 10px;
  width: 540px;
  height: 272px;
}

.full-blog .gallery_zoom {
  width: 100%;
  height: auto;
}

.full .image_show {
  float: left;
  width: 540px;
  height: 272px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.full .description {
  position: relative;
  top: 80px;
  text-align: center;
}

.full .title {
  text-align: left;
  font-size: 20px;
}

.full .args {
  text-align: left;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.isotope.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/**** disabling Isotope CSS3 transitions ****/
/**********************************************************/
/* Creativo Breadcrumb & Title */
/**********************************************************/
.page-title {
  overflow: hidden;
}

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6, .page-title div:not(.breadcrumb), .page-title p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.6;
}

.page-title h3.subhead {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.6;
}

.page-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-title ul li, .page-title .breadcrumb {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 12px;
  margin-right: 5px;
  text-transform: lowercase;
}

.page-title ul li {
  display: inline-block;
}

.page-title ul li a {
  color: #666;
  padding-right: 5px;
}

.page-title .breadcrumb a {
  color: #666;
  padding-right: 5px;
}

.page-title ul li a:hover, .page-title .breadcrumb a:hover {
  color: #888;
  padding-right: 5px;
}

.page-title ul li:after {
  content: '/';
}

.page-title ul li:last-child:after {
  content: '';
}

/**********************************************************/
/* Creativo Popular / Recent Tabs */
/**********************************************************/
.tab-holder .tabs-wrapper .tabs {
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 0;
  list-style: none;
}

.tab-holder .tabs:after, .tab-holder .tabs:before {
  content: " ";
  display: table;
}

.tab-holder .tabs:after {
  clear: both;
}

.tab-holder .tabs li {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 -1px;
}

.sidebar-widget .tab-holder .tabs li {
  background: none;
  padding: 0;
}

.tab-holder .tabs li a {
  position: relative;
  display: block;
  margin-right: -1px;
  padding: 8px 20px 8px;
  border: 1px solid transparent;
  z-index: 1;
  font-size: 13px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  text-decoration: none;
  outline: none;
  color: #70757a;
  background: #f8fafa;
  border-color: #e5eaea;
}

.tab-container {
  background: #ffffff;
  border: 1px solid #e5eaea;
}

.tab-holder .tabs-wrapper.style2 .tabs, .tab-holder .tabs-wrapper.style3 .tabs {
  margin-left: 20px;
}

.tab-holder .style2 .tabs li a, .tab-holder .style3 .tabs li a, .tab-holder .style4 .tabs li a {
  font-weight: 600;
  text-transform: uppercase;
}

.style2 .tab-container, .style3 .tab-container, .style4 .tab-container {
  border-left: transparent;
  border-right: transparent;
}

.tab-holder .style3 .tabs li a, .tab-holder .style4 .tabs li a {
  border-color: transparent;
  background-color: transparent;
}

.shop_attributes tr {
  line-height: 30px;
}

.shop_attributes tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Author Box */
.author_box {
  background-color: transparent;
  position: relative;
}

.author_box h3 {
  padding: 5px 0;
  margin-bottom: 0;
}

.author_pic {
  float: left;
  width: 130px;
  padding-right: 20px;
}

.author_description {
  min-height: 90px;
}

.author_description p {
  margin-bottom: 0;
}

.author_render {
  padding-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.design_modern .author_box {
  border: none;
}

.design_modern .author_box:after {
  content: initial;
}

.design_modern .author_pic {
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.design_modern .author_box h3 {
  padding: 0;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.design_modern .author_box h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #abacb2;
  text-transform: uppercase;
}

.posts-related {
  padding-top: 5px;
  padding-bottom: 20px;
}

/**********************************************************/
/* Creativo Shortcodes */
/**********************************************************/
.s1_2, .s1_3, .s2_3, .s3_4, .s1_4, .s1_5, .s2_5, .s3_5, .s4_5 {
  margin-right: 2%;
  float: left;
  line-height: 21px;
  margin-bottom: 10px;
  position: relative;
}

.s1_2 {
  width: 49%;
}

.s1_3 {
  width: 32%;
}

.s2_3 {
  width: 66%;
}

.s1_4 {
  width: 23.5%;
}

.s3_4 {
  width: 74.5%;
}

.s1_5 {
  width: 18.4%;
}

.s2_5 {
  width: 38.8%;
}

.s3_5 {
  width: 59.2%;
}

.s4_5 {
  width: 79.6%;
}

.final {
  margin-right: 0 !important;
  clear: right;
}

.clearall {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

.divider_blank {
  height: 1px;
}

.divider_solid {
  height: 1px;
  border-top: 1px solid #ececec;
}

.divider_double {
  height: 1px;
  border-top: 3px double #ececec;
}

.divider_dotted {
  height: 1px;
  border-top: 1px dotted #ddd;
}

.circle {
  border-radius: 26px;
}

.rounded {
  border-radius: 6px;
}

.blank {
  line-height: 30px;
}

.review {
  position: relative;
}

.reviews {
  margin-bottom: 20px;
}

.hide_images .review_picture {
  display: none;
}

.review .comment_quote {
  padding: 20px;
  background-color: transparent;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.reviews .comment_details {
  margin: 0;
}

.reviews .comment_author_details {
  float: none;
  text-align: center;
}

.review_picture {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.review_picture img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.reviews .comment_author_details span {
  color: #7dc771;
}

.review .comment_author_details .comment-author {
  font-size: 12px;
}

.clients_grid .review {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  float: left;
  margin: 0 2% 2% 0;
}

.clients_grid .review .comment_quote {
  padding: 10px 0;
}

.clients_grid.cols-1 .review {
  width: 100%;
  float: none;
  margin-right: 0;
}

.clients_grid.cols-2 .review {
  width: 49%;
}

.clients_grid.cols-3 .review {
  width: 32%;
}

.clients_grid.cols-4 .review {
  width: 23.5%;
}

.clients_grid.cols-2 .review:nth-child(2n), .clients_grid.cols-3 .review:nth-child(3n), .clients_grid.cols-4 .review:nth-child(4n) {
  margin-right: 0;
}

.clients_grid.cols-2 .review:nth-child(2n+1), .clients_grid.cols-3 .review:nth-child(3n+1), .clients_grid.cols-4 .review:nth-child(4n+1) {
  clear: left;
}

.clients_grid.cols-2 .review:first-child, .clients_grid.cols-3 .review:first-child, .clients_grid.cols-4 .review:first-child {
  clear: none;
}

.clients_grid .comment_details {
  margin-top: 0;
}

.clients_grid .comment_author_details {
  float: none;
  text-align: center;
}

.review.left_image .comment_quote {
  padding-left: 85px;
  padding-top: 0;
  text-align: left;
}

.hide_images .review.left_image .comment_quote {
  padding-left: 0;
}

.clients_grid .left_image .review_picture {
  position: absolute;
  top: 24px;
}

.clients_carousel .left_image .review_picture {
  top: 4px;
  position: absolute;
}

.review.left_image .comment_author_details, .left_dots.owl-theme .owl-controls {
  text-align: left;
  padding-left: 85px;
}

.hide_images .review.left_image .comment_author_details, .hide_images .left_dots.owl-theme .owl-controls {
  padding-left: 0;
}

.social_links {
  padding: 10px 0;
}

.social_links i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
}

.social_links a {
  color: #ccc;
  background-color: #f9f9f9;
  display: inline-block;
  margin: 2px;
}

.social_links a.fb:hover {
  background-color: #507cbe;
  color: #fff;
}

.social_links a.tw:hover {
  background-color: #63cdf1;
  color: #fff;
}

.social_links a.gp:hover {
  background-color: #dc4a38;
  color: #fff;
}

.social_links a.ln:hover {
  background-color: #90cadd;
  color: #fff;
}

.social_links a.insta:hover {
  background-color: #306a92;
  color: #fff;
}

.social_links a.pin:hover {
  background-color: #f16261;
  color: #fff;
}

.social_links a:hover {
  color: #fff;
}

.si_rounded .social_links a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.si_round .social_links a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.pos_center .social_links {
  text-align: center;
}

.pos_right .social_links {
  text-align: right;
}

.social_links a.fb {
  color: #507cbe;
}

.social_links a.tw {
  color: #63cdf1;
}

.social_links a.gp {
  color: #dc4a38;
}

.social_links a.ln {
  color: #90cadd;
}

.social_links a.insta {
  color: #306a92;
}

.social_links a.pin {
  color: #f16261;
}

.social_links a.stb {
  color: #88d054;
}

.social_links a.flk {
  color: #ff3ba4;
}

.social_links a.tbl {
  color: #3d5a70;
}

.social_links a.drb {
  color: #e04b85;
}

.social_links a.vm {
  color: #23b6ea;
}

.social_links a.yt {
  color: #e62f27;
}

.social_links a.sk {
  color: #00aff0;
}

.social_links a.dg {
  color: #000;
}

.social_links a.rdd {
  color: #2494ed;
}

.social_links a.dev {
  color: #04cc47;
}

.social_links a.sc {
  color: #f79010;
}

.social_links a.xng {
  color: #00605e;
}

.social_links a.beh {
  color: #005cff;
}

.social_links a.flk:hover {
  background-color: #ff3ba4;
  color: #fff;
}

.social_links a.tbl:hover {
  background-color: #3d5a70;
  color: #fff;
}

.social_links a.drb:hover {
  background-color: #e04b85;
  color: #fff;
}

.social_links a.vm:hover {
  background-color: #23b6ea;
  color: #fff;
}

.social_links a.yt:hover {
  background-color: #e62f27;
  color: #fff;
}

.social_links a.sk:hover {
  background-color: #00aff0;
  color: #fff;
}

.social_links a.dg:hover {
  background-color: #000;
  color: #fff;
}

.social_links a.stb:hover {
  background-color: #88d054;
  color: #fff;
}

.social_links a.rdd:hover {
  background-color: #2494ed;
  color: #fff;
}

.social_links a.dev:hover {
  background-color: #000;
  color: #04cc47;
}

.social_links a.sc:hover {
  background-color: #f79010;
  color: #fff;
}

.social_links a.xng:hover {
  background-color: #00605e;
  color: #fff;
}

.social_links a.beh:hover {
  background-color: #005cff;
  color: #fff;
}

/* Slider Parallax */
.slider-parallax {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
}

.mobile-parallax, .video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center !important;
}

/* Testimonial Element */
.review blockquote {
  font-size: 16px;
  background: none !important;
  border-left: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 26px;
}

.review blockquote q {
  display: block;
  padding: 25px 14px 24px 24px;
  background: #f8f8f8;
  border-left: 4px solid #ccc;
}

.review blockquote div {
  display: block;
  padding: 12px 0 0 30px;
  overflow: hidden;
  color: #333;
  font-style: normal;
  background: url(../images/toggles/testimonials.gif) no-repeat 55px 0;
}

.review blockquote div strong {
  padding: 3px 3px 2px 52px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.review blockquote div span {
  padding: 3px 0 0;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #9f9d9d;
}

.design_modern .review .comment_quote {
  padding: 0 0 30px 0;
}

.reviews .flexslider ul {
  list-style: none;
  padding: 0;
}

.reviews .flex-direction-nav {
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

.reviews .flex-direction-nav a {
  opacity: 1 !important;
  position: relative;
  border: none;
  background-color: #ccc;
  margin: 0;
  left: auto !important;
  right: auto !important;
  border-radius: 4px;
  margin: 0 2px;
}

.reviews .flex-direction-nav a:hover {
  background-color: #444;
}

.reviews .flex-direction-nav li {
  display: inline-block;
}

.review_inside {
  position: relative;
  font-weight: normal;
}

.review .comment_quote:after {
  background: none;
}

.review span.green {
  color: #5bc98c;
}

.review span.blue {
  color: #44b6df;
}

.review span.red {
  color: #F6677B;
}

.review span.yellow {
  color: #febf4d;
}

.review span.purple {
  color: #ee79ba;
}

.review span.grey {
  color: #8b8a8a;
}

.review span.black {
  color: #5c5c5c;
}

.review_inside.green:after {
  background-color: #86ba41;
}

.review_inside.red:after {
  background-color: #e86343;
}

.review_inside.blue:after {
  background-color: #67b7e1;
}

.review_inside.yellow:after {
  background-color: #FCD746;
}

.review_inside.purple:after {
  background-color: #8463a9;
}

.review_inside.black:after {
  background-color: #24282e;
}

.review_inside.grey:after {
  background-color: #E1E1E1;
}

.reviews.design_modern {
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: none;
}

.design_modern .review {
  padding: 55px 55px 20px;
}

.design_modern .has_image.review {
  padding-top: 0;
}

.design_modern .review.left_image {
  padding: 55px 55px 20px 55px;
}

.design_modern .review.left_image.has_image {
  padding-top: 20px;
}

.design_modern .has_image .review_picture {
  margin-bottom: 30px;
}

.design_modern .has_image.left_image .review_picture {
  position: relative;
  margin-left: 0;
}

.design_modern .review:before {
  content: "";
  width: 109px;
  height: 109px;
  background: url("../images/quotes.png") no-repeat top left;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.design_modern .has_image.review:before {
  top: 45px;
}

.design_modern .has_image.left_image.review:before {
  top: 115px;
}

/* Accordion Shortcode default style */
#container .wpb_accordion {
  margin-bottom: 30px;
}

.compose-mode #container .vc_element .wpb_accordion_wrapper > :last-child .wpb_accordion_content, .view-mode #container .vc_element .wpb_accordion_wrapper > :last-child .wpb_accordion_content {
  margin-bottom: 0;
}

#container .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

#container .wpb_content_element .wpb_accordion_header a {
  background: transparent;
  padding-left: 25px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  color: #333;
}

#container .wpb_content_element .wpb_accordion_header.ui-state-active a:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#container .wpb_content_element .wpb_accordion_header a:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  left: 2px;
  -webkit-transition: .2s transform ease-in-out;
  transition: .2s transform ease-in-out;
}

#container .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

/* Flexslider Shortcode Simple Mod */
.choose {
  display: none;
}

/* Recent Posts Shortcode*/
.blogpost .date {
  color: #b5b8bf;
  font-size: 11px;
  position: relative;
}

.post_grid_desc {
  padding-bottom: 15px;
}

.col {
  padding: 0 1%;
  float: left;
  width: 23%;
  margin-bottom: 1%;
  overflow: hidden;
  margin-bottom: 40px;
}

.col.columns-3 {
  width: 31%;
}

.col.columns-3:nth-child(3n+1) {
  clear: left;
}

.col.columns-4:nth-child(4n+1), .col.columns-2:nth-child(2n+1) {
  clear: left;
}

.col.columns-3:first-child, .col.columns-4:first-child {
  clear: none;
}

.col.columns-2 {
  width: 48%;
}

.col.columns-2:first-child {
  clear: none;
}

.col.columns-2:nth-child(2n+1) {
  clear: left;
}

.col .bottom {
  background-color: #e2e2e2;
  width: 100%;
  height: 7px;
  margin-top: 20px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.col:hover .bottom {
  background-color: #a0ce4e;
}

.extra-width {
  width: 31% !important;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 0;
  border: none;
}

.extra-width-full, .extra-width-full-port {
  width: 19% !important;
  margin-right: 1%;
  height: auto;
  padding: 0;
  border: none;
}

.col h3, .flex-caption h2, .description h3 {
  color: #454545;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.col h4 {
  color: #454545;
  font-style: normal;
  font-size: 13px;
  line-height: normal;
  padding: 0 0 10px 0;
}

.col .flex-control-nav {
  display: none;
}

.col .description {
  padding: 10px 10px;
}

.blogpost .description {
  padding: 10px 10px;
}

.col .last {
  padding-right: 0;
  border-right: none;
}

.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.col .date {
  font-size: 13px;
  margin-bottom: 10px;
  color: #b5b8bf;
}

.col .date i {
  margin-right: 5px;
}

.post_grid_category {
  display: block;
  padding-bottom: 15px;
}

.post_grid_read_more {
  font-weight: 400;
}

.date_comments {
  position: absolute;
  bottom: 0;
  right: 0;
}

.date_comments span {
  padding-right: 3px;
}

/* Progress Bar Shortcode*/
.vc_progress_bar .vc_single_bar .vc_label {
  height: 7px;
}

/* Revolution Slider Mask */
.mask {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.blogpost {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}

.blogpost.layout_modern {
  border-bottom: none;
}

.blogpost.layout_modern .content_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blogpost.layout_modern .flexslider {
  margin-bottom: 0;
}

.page-template-default .blogpost {
  padding: 0;
  border: none;
}

.single-post .blogpost {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.single-post .blogpost .audio_section_render {
  margin-bottom: 20px;
}

.grid_posts .audio_section_render {
  margin-bottom: 20px;
}

.audio_section_render iframe {
  margin-bottom: -10px;
  width: calc(100% - 2px);
}

.blogpost_small_pic .audio_section_render .wp-audio-shortcode {
  top: 80px;
}

.post_pages .pagination {
  padding-top: 20px;
  margin-top: 30px;
  font-size: 15px;
}

.post_pages .pagination a {
  padding: 5px;
}

.blogpost.grid_posts {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border-bottom: none;
}

.blogpost.grid_posts .grid_content {
  padding: 15px 0;
}

.blogpost.grid_posts .content_wrapper {
  margin-top: -20px;
  padding: 20px 0;
}

.grid-masonry .blogpost.grid_posts, .grid-masonry-page-template .blogpost.grid_posts {
  margin-right: 0;
  margin-bottom: 3%;
  padding-bottom: 0;
  border-bottom: none;
}

.gutter-sizer {
  width: 2%;
}

.blogpost.grid_posts.columns-5 {
  width: 18.4%;
}

.blogpost.grid_posts.columns-4 {
  width: 23.5%;
}

.blogpost.grid_posts.columns-3 {
  width: 32%;
}

.blogpost.grid_posts.columns-2 {
  width: 49%;
}

.grid-sizer {
  width: 350px;
}

.blogpost.grid_posts.columns-5:nth-child(5n), .blogpost.grid_posts.columns-4:nth-child(4n), .blogpost.grid_posts.columns-3:nth-child(3n), .blogpost.grid_posts.columns-2:nth-child(2n) {
  margin-right: 0;
}

.blogpost.grid_posts.columns-5:nth-child(5n+1), .blogpost.grid_posts.columns-4:nth-child(4n+1), .blogpost.grid_posts.columns-3:nth-child(3n+1), .blogpost.grid_posts.columns-2:nth-child(2n+1) {
  clear: left;
}

.blogpost.grid_posts.columns-5:first-child, .blogpost.grid_posts.columns-4:first-child, .blogpost.grid_posts.columns-3:first-child, .blogpost.grid_posts.columns-2:first-child {
  clear: none;
}

.blogpost .singlepost_title {
  margin-bottom: 15px;
}

.modern_heading_title .singlepost_title {
  margin-bottom: 15px;
}

.page-template .blogpost .blogpost_small_desc h2 {
  padding-top: 0;
}

.blogpost h2 {
  line-height: normal;
  padding-bottom: 0;
}

.blogpost h1 {
  line-height: normal;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.blogpost h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.blogpost .flexslider {
  margin-bottom: 15px;
}

.blogpost_small_pic .flexslider {
  margin-bottom: 0;
}

.blogpost .flex-control-nav {
  bottom: 5px;
  display: none;
}

.blogpost_split {
  padding-bottom: 50px;
}

.single_blogpost_split {
  margin: 20px 0;
  height: 1px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.blogpost_small_pic {
  width: 30%;
  float: left;
  position: relative;
}

.hide_small_images {
  display: none;
}

.blogpost_small_desc {
  float: right;
  width: 67%;
}

.blogpost_small_desc.full_width_description {
  width: 100%;
}

.blogpost_small_desc h2 {
  padding: 0 0 5px 0;
  margin-bottom: 0;
}

.small_read_more {
  padding-bottom: 15px;
  margin-top: 10px;
}

.post_container {
  width: 64.7%;
  float: left;
  position: relative;
}

.post_container_full {
  width: 100%;
}

.post_meta {
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.5;
  padding-bottom: 10px;
}

.modern_heading_title .post_meta.modern_default {
  padding-bottom: 0;
  margin-right: 0;
}

.modern_heading_title_wrap .post_meta.title_above {
  padding-bottom: 0;
  margin-bottom: 0;
}

.post_meta.modern_layout {
  margin: 15px 0 0;
  padding: 0;
  position: relative;
}

.post_meta.modern_layout li {
  margin-right: 5px;
}

.modern_heading_title .post_meta.modern_layout li {
  margin-right: 10px;
}

.modern_heading_title .post_meta.modern_layout li:last-child {
  margin-right: 0;
}

.post_meta.modern_layout {
  margin: 0;
}

.post_meta.modern_layout li.comments_count a {
  position: absolute;
  top: 3px;
  right: 0;
}

.modern_title_not_featured {
  margin-bottom: 50px;
}

.single .blogpost .modern_title_not_featured ul {
  margin: 0;
  padding: 0;
}

.modern_title_not_featured .post_meta li {
  margin-right: 10px;
}

.modern_title_not_featured .post_meta.modern_layout li.comments_count a {
  position: relative;
  top: auto;
}

.layout_modern .post_meta.modern_layout li.comments_count a, .modern_heading_title .post_meta.modern_layout li.comments_count a {
  position: relative;
  top: auto;
  right: auto;
}

.layout_modern ul.small_images {
  margin: 8px 0 15px;
  padding: 0;
}

.single .blogpost .post_meta {
  text-align: left;
}

.archive_pages .post_meta {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.archive_pages .content_wrapper .post_meta {
  margin-bottom: 0;
}

.content_wrapper .post_meta.modern_layout {
  padding-bottom: 0;
  margin-top: 15px;
}

.archive_pages .content_wrapper .big_images li, .archive_pages .small_images li {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #e3e3e5;
}

.archive_pages .content_wrapper .big_images li:last-child, .archive_pages .small_images li:last-child {
  border: none;
}

.post_meta.default {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.archive_pages .post_meta.default, .above_featured_image .post_meta.default {
  border-bottom: none;
}

.post_meta.style2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.is_grid .post_meta.style2 {
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.blogpost_small_desc .post_meta {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border: none;
}

.post_meta.above_title {
  border: none;
  padding: 0;
  margin: 0 0 5px;
}

.post_meta li {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #b5b8bf;
  font-size: 11px;
  text-transform: uppercase;
}

.post_meta li a {
  color: #b5b8bf;
}

.post_meta li i {
  margin-right: 5px;
}

.post-tags {
  padding-top: 40px;
}

.post-atts {
  padding-bottom: 20px;
}

.post-atts.archive {
  padding-top: 20px;
  padding-bottom: 0;
  border-top: none;
}

.post-atts span {
  font-weight: 700;
  padding-right: 10px;
}

.single_post_tags a {
  background: #86ba41;
  border: 1px solid #79b037;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 9px 6px;
  border-radius: 3px;
  text-transform: none;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.single_post_tags a:hover {
  background: #639a33;
  border: 1px solid #59902c;
  color: #fff;
}

.left-atts {
  float: left;
}

.right-atts {
  float: right;
}

/* Related posts when Modern layout is being used */
.single-post .post_container .related_posts .blogpost.grid_posts {
  padding: 0;
}

.related_posts .blogpost.grid_posts.columns-3 {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.related_posts .blogpost.grid_posts.columns-3:nth-child(3n) {
  margin-right: 0;
}

.related_posts .description h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.related_posts .blogpost .description {
  padding: 15px;
}

.related_posts .post_grid_desc {
  padding-bottom: 0;
}

.related_posts_wrap {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.related_post_item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.related_post_item:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

.related_post_item h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.related_post_item .related_post_description {
  font-size: 14px;
}

.related_post_item .related_post_date {
  font-size: 11px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.related_posts_heading {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 40px;
}

.blogpost .social_icons {
  margin-top: 40px;
}

.design_modern .related_posts_heading {
  padding-top: 0;
  margin-top: 0;
  font-size: 20px;
  color: #14183c;
  margin-bottom: 0px;
}

.design_modern .share_with_tags {
  margin-top: 80px;
}

.design_modern .share_with_tags .post-atts, .design_modern .share_with_tags .post-tags {
  padding-bottom: 0;
  width: 41%;
  float: right;
  text-align: right;
}

.design_modern .post-atts span, .design_modern .post-tags span {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  vertical-align: top;
}

.design_modern .post-atts span.single_post_tags, .design_modern .post-tags span.single_post_tags {
  padding-right: 0;
  line-height: 20px;
}

.design_modern .single_post_tags a {
  background-color: transparent;
  border: none;
  color: #939399;
  padding: 0;
  border-radius: 0;
}

.design_modern .single_post_tags a:hover {
  background-color: transparent;
  color: #2b7ce6;
}

.design_modern .social_icons {
  font-weight: 500;
  font-size: 13px;
  width: 55%;
  float: left;
  text-transform: uppercase;
}

.design_modern .social_icons .share_text {
  color: #f33763;
}

.design_modern .get_social {
  margin-left: 20px;
}

.design_modern .post_container .get_social li a, .design_modern .post_container_full .get_social li a {
  border: 1px solid #e3e3e5;
}

/* Modern Styling for Share and Tags*/
.portfolio-modern .get_social li a {
  border: 1px solid #e3e3e5;
}

.design_modern .post_container .get_social li a:hover, .design_modern .post_container_full .get_social li a:hover {
  border-color: transparent;
}

.portfolio-modern .get_social li a:hover {
  border-color: transparent;
}

/* Modern Title extra rules */
.design_modern .modern_heading_title_wrap {
  min-height: 250px;
  display: table;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.design_modern .modern_heading_title_wrap .modern_heading_title {
  display: table-cell;
  vertical-align: middle;
}

.vertical_top .modern_heading_title_wrap .modern_heading_title {
  vertical-align: top;
  padding-top: 40px;
}

.vertical_bottom .modern_heading_title_wrap .modern_heading_title {
  vertical-align: bottom;
  padding-bottom: 40px;
}

.modern_heading_title h1, .modern_heading_title h2, .modern_heading_title h3, .modern_heading_title h4, .modern_heading_title h5, .modern_heading_title h6 {
  margin-bottom: 0;
}

.continue {
  float: right;
}

.centered {
  text-align: center;
}

.centered .button {
  margin-top: 10px;
}

/* Social Links Share */
.social_icons {
  margin: 0;
  padding: 0;
  line-height: 45px;
  font-weight: 700;
}

.single .post-content .get_social {
  margin: 0;
  padding-left: 0;
}

.social_icons .share_text {
  float: left;
}

.get_social {
  float: left;
  padding: 0px;
}

.sidebar-widget .get_social {
  float: none;
}

.get_social li, #navigation .has-mega-menu .get_social li {
  display: inline-block;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.center {
  float: none;
  max-width: auto;
  margin: 3px auto;
}

.get_social li a {
  display: block;
  width: 32px !important;
  min-width: 32px;
  height: 32px;
  outline: none;
  margin: 5px;
  position: relative;
}

#navigation .has-mega-menu .get_social li a {
  display: block;
  width: 32px !important;
  min-width: 32px;
  height: 32px;
  outline: none;
  margin: 5px;
  position: relative;
  padding-left: 0 !important;
}

.get_social li a i {
  text-align: center;
  display: block;
  vertical-align: middle;
  background: none;
  line-height: 1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}

.get_social.share_archives {
  position: relative;
  top: 12.5px;
}

.get_social.share_archives li a {
  width: 25px !important;
  height: 25px;
  min-width: auto;
  padding: 3px;
  margin: 0;
}

.get_social.share_archives li a i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}

.no-float {
  float: none;
}

.social_ic_margin {
  margin: 0;
}

.get_social li .fb, #navigation .has-mega-menu .get_social li .fb {
  color: #677fb5;
  background-color: transparent;
}

.get_social li .fb:hover, #navigation .has-mega-menu .get_social li .fb:hover {
  background-color: #677fb5;
  color: #fff;
}

.get_social li .tw, #navigation .has-mega-menu .get_social li .tw {
  color: #70c2e9;
  background-color: transparent;
}

.get_social li .tw:hover, #navigation .has-mega-menu .get_social li .tw:hover {
  background-color: #70c2e9;
  color: #fff;
}

.get_social li .lnk, #navigation .has-mega-menu .get_social li .lnk {
  color: #3daccf;
  background-color: transparent;
}

.get_social li .lnk:hover, #navigation .has-mega-menu .get_social li .lnk:hover {
  background-color: #3daccf;
  color: #fff;
}

.get_social li .tu, #navigation .has-mega-menu .get_social li .tu {
  color: #3d5a70;
  background-color: transparent;
}

.get_social li .tu:hover, #navigation .has-mega-menu .get_social li .tu:hover {
  background-color: #3d5a70;
  color: #fff;
}

.get_social li .gp, #navigation .has-mega-menu .get_social li .gp {
  color: #d44132;
  background-color: transparent;
}

.get_social li .gp:hover, #navigation .has-mega-menu .get_social li .gp:hover {
  background-color: #d44132;
  color: #fff;
}

.get_social li .flickr, #navigation .has-mega-menu .get_social li .flickr {
  color: #ff3ba4;
  background-color: transparent;
}

.get_social li .flickr:hover, #navigation .has-mega-menu .get_social li .flickr:hover {
  background-color: #ff3ba4;
  color: #fff;
}

.get_social li .yt, #navigation .has-mega-menu .get_social li .yt {
  color: #282928;
  background-color: transparent;
}

.get_social li .yt:hover, #navigation .has-mega-menu .get_social li .yt:hover {
  background-color: #282928;
  color: #fff;
}

.get_social li .dribbble, #navigation .has-mega-menu .get_social li .dribbble {
  color: #f26798;
  background-color: transparent;
}

.get_social li .dribbble:hover, #navigation .has-mega-menu .get_social li .dribbble:hover {
  background-color: #f26798;
  color: #fff;
}

.get_social li .behance, #navigation .has-mega-menu .get_social li .behance {
  color: #3496ff;
  background-color: transparent;
}

.get_social li .behance:hover, #navigation .has-mega-menu .get_social li .behance:hover {
  background-color: #3496ff;
  color: #fff;
}

.get_social li .rd, #navigation .has-mega-menu .get_social li .rd {
  color: #444;
  background-color: transparent;
}

.get_social li .rd:hover, #navigation .has-mega-menu .get_social li .rd:hover {
  background-color: #444;
  color: #fff;
}

.get_social li .behance, #navigation .has-mega-menu .get_social li .behance {
  color: #3496ff;
  background-color: transparent;
}

.get_social li .behance:hover, #navigation .has-mega-menu .get_social li .behance:hover {
  background-color: #3496ff;
  color: #fff;
}

.get_social li .vimeo, #navigation .has-mega-menu .get_social li .vimeo {
  color: #5bc8ff;
  background-color: transparent;
}

.get_social li .vimeo:hover, #navigation .has-mega-menu .get_social li .vimeo:hover {
  background-color: #5bc8ff;
  color: #fff;
}

.get_social li .soundcloud, #navigation .has-mega-menu .get_social li .soundcloud {
  color: #ff5419;
  background-color: transparent;
}

.get_social li .soundcloud:hover, #navigation .has-mega-menu .get_social li .soundcloud:hover {
  background-color: #ff5419;
  color: #fff;
}

.get_social li .pinterest, #navigation .has-mega-menu .get_social li .pinterest {
  color: #ec2327;
  background-color: transparent;
}

.get_social li .pinterest:hover, #navigation .has-mega-menu .get_social li .pinterest:hover {
  background-color: #ec2327;
  color: #fff;
}

.get_social li .whatsapp, #navigation .has-mega-menu .get_social li .whatsapp {
  color: #475a64;
  background-color: transparent;
}

.get_social li .whatsapp:hover, #navigation .has-mega-menu .get_social li .whatsapp:hover {
  background-color: #4cd360;
  color: #fff;
}

.get_social li .instagram, #navigation .has-mega-menu .get_social li .instagram {
  color: #517fa4;
  background-color: transparent;
}

.get_social li .instagram:hover, #navigation .has-mega-menu .get_social li .instagram:hover {
  background-color: #517fa4;
  color: #fff;
}

.get_social li .stumbleupon, #navigation .has-mega-menu .get_social li .stumbleupon {
  color: #88d054;
  background-color: transparent;
}

.get_social li .stumbleupon:hover, #navigation .has-mega-menu .get_social li .stumbleupon:hover {
  background-color: #88d054;
  color: #fff;
}

.single-post .post-content {
  margin-bottom: 0px;
  position: relative;
}

.single-post .post-content:after {
  display: table;
  content: "";
  clear: both;
}

.post-content.archive p {
  margin-bottom: 0;
}

.post-content p {
  margin: 0;
  margin-bottom: 20px;
}

.post-content p:last-of-type {
  margin-bottom: 0;
}

.post-content ul.arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-content ul.arrow li {
  line-height: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 25px;
}

.post-content ul.arrow li:before {
  display: inline-block;
  background-image: url(../images/arrow-bullet.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #a0ce4e;
  height: 18px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  width: 18px;
  content: ' ';
  float: left;
  margin-right: 0;
  margin-left: -25px;
}

.post-content blockquote {
  background: #f5f5f5;
  color: #444444;
  border-left: 3px solid #a0ce4e;
  padding: 15px;
}

.post-content blockquote *:last-child {
  margin-bottom: 0;
}

/* Sidebar Style */
.sidebar {
  width: 32%;
  float: right;
  overflow: hidden;
}

.sidebar-widget {
  margin-bottom: 45px;
}

.sidebar-widget p {
  margin-bottom: 20px;
}

.sidebar-widget p:last-of-type {
  margin-bottom: 0;
}

.sidebar-widget ul {
  list-style: none !important;
}

.sidebar-widget ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.sidebar-widget ul li:before {
  content: "\f105";
  font-family: Fontawesome;
  position: absolute;
  left: 5px;
}

.sidebar-widget ul.instagram-pics li {
  padding: 0;
  border: none;
}

.sidebar-widget ul.instagram-pics li:before {
  content: initial;
}

.sidebar-widget .instagram-pics {
  margin-top: 0;
}

.sidebar-widget ul.get_social li:before, .sidebar-widget .contact ul li:before {
  content: initial;
}

#container h3.sidebar-title {
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: #21252b;
  line-height: 1.6em;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}

#container h3.sidebar-title:after {
  position: relative;
  left: 10px;
  content: "";
  display: inline-block;
  width: 100%;
  margin: 0 -100% 0 0;
  border-top: 1px solid #ececec;
  top: -4px;
}

.split-line {
  height: 0px;
  border-top: 1px solid #ececec;
  overflow: hidden;
  position: relative;
  top: 18px;
}

ul.flickr {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.flickr li {
  float: left;
  list-style: none;
  margin: 5px;
  padding: 5px;
  background: none;
  border-bottom: none;
}

.wpb_wrapper .sidebar-widget {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
}

/* This controlls the Custom Recent Post Widget */
.latest-posts {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.tab-container .latest-posts {
  border-bottom: none;
}

.latest-posts span {
  font-size: 11px;
}

.latest-posts h2 {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 0;
  padding-top: 3px;
  margin: 0;
  line-height: normal;
}

.latest-posts-thumb {
  float: left;
  margin-right: 15px;
}

#navigation .has-mega-menu .latest-posts-thumb a {
  padding: 0;
}

.latest-posts-thumb a img {
  padding: 2px;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  width: 70px;
  height: auto;
}

.latest-comm-thumb {
  float: left;
  margin-right: 15px;
}

.latest-comm-thumb a img {
  border: 1px solid #fff;
  padding: 2px;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  width: 45px;
  height: auto;
}

.latest-comm-thumb a:hover img {
  border: 1px solid #58a623;
}

.featured_post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.featured_post h2 {
  font-size: 20px;
  margin: 10px 0;
}

.featured_post span.date {
  font-size: 13px;
  color: #666;
  display: block;
  margin-bottom: 10px;
  line-height: normal;
}

.featured_post .featured_post_excerpt {
  font-size: 13px;
  line-height: 1.8;
}

/*
-----------------------------------------------------------------
Shape Divider Element.
-----------------------------------------------------------------
*/
.vc_row[data-vc-full-width]:not(.top_divider_visible), .vc_row[data-vc-full-width]:not(.bottom_divider_visible) {
  z-index: 12;
}

.compose-mode #container .vc_controls, .compose-mode .vc_element.vc_vc_column {
  z-index: 2000;
}

.compose-mode .content_behind .vc_vc_column {
  z-index: initial;
}

.vc_column_container {
  z-index: 10;
}

.compose-mode .vc_vc_row:hover .vc_controls {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.vc_shape-divider-wrap {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: none;
}

.top_divider_visible .vc_shape-divider-wrap.position_top, .bottom_divider_visible .vc_shape-divider-wrap.position_bottom {
  display: block;
}

.vc_row[data-vc-full-width].top_divider_visible, .vc_row[data-vc-full-width].bottom_divider_visible {
  overflow: visible;
}

.vc_shape-divider-wrap[data-position="top"] {
  top: -1px;
  bottom: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vc_shape-divider-wrap[data-front="true"] {
  z-index: 50;
}

.vc_shape-divider-wrap[data-style="curve"] .vc_shape-divider {
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.vc_shape-divider-wrap[data-style="waves_opacity"] svg path:first-child {
  opacity: 0.6;
}

.vc_shape-divider-wrap[data-style="fan"] svg {
  width: 102%;
  left: -1%;
}

.vc_shape-divider-wrap[data-style="fan"] svg polygon:nth-child(2) {
  opacity: 0.15;
}

.vc_shape-divider-wrap[data-style="fan"] svg rect {
  opacity: 0.3;
}

.vc_shape-divider-wrap[data-style="mountains"] svg path:first-child {
  opacity: 0.1;
}

.vc_shape-divider-wrap[data-style="mountains"] svg path:nth-child(2) {
  opacity: 0.12;
}

.vc_shape-divider-wrap[data-style="mountains"] svg path:nth-child(3) {
  opacity: 0.18;
}

.vc_shape-divider-wrap[data-style="mountains"] svg path:nth-child(4) {
  opacity: 0.33;
}

.vc_shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(1), .vc_shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(1) {
  opacity: 0.15;
}

.vc_shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(2), .vc_shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(2) {
  opacity: 0.3;
}

/*fix jagged edges*/
@media only screen and (min-width: 1000px) {
  .vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
    min-width: 1700px;
  }
}

@media only screen and (max-width: 1000px) {
  .vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
    min-width: 800px;
  }
}

@media only screen and (max-width: 690px) {
  .vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
    min-width: 690px;
  }
}

.vc_shape-divider {
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 100%;
  position: absolute;
}

.vc_shape-divider.horizontal_flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.vc_shape-divider.vertical_flip {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.vc_shape-divider.horiz_vert_flip {
  -webkit-transform: rotateY(180deg) rotateZ(180deg);
          transform: rotateY(180deg) rotateZ(180deg);
}

.vc_shape-divider-wrap.no-color .vc_shape-divider {
  fill: #fff;
}

@media only screen and (max-width: 1000px) {
  .vc_shape-divider {
    height: 75%;
  }
  .vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
    height: 55%;
  }
}

@media only screen and (max-width: 690px) {
  .vc_shape-divider, .vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
    height: 33%;
  }
}

/*
-----------------------------------------------------------------
Background Color Overlay / Gradient Overlay
-----------------------------------------------------------------
*/
.vc_row_gradient_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.enable_overlay .vc_row_gradient_bg {
  display: block;
}

/* Default Recent Posts widget of WordPress */
.sidebar-widget .post-date {
  display: block;
  font-size: 12px;
}

/* This controlls the Custom Recent Portfolio Widget */
.recent-portfolio {
  float: left;
}

#navigation .has-mega-menu .recent-portfolio a {
  padding: 0;
}

.recent-portfolio a img {
  padding: 2px;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  width: 85px;
  height: auto;
}

/* This controlls the Custom Flickr Widget */
.recent-flickr {
  display: inline-block;
}

#navigation .has-mega-menu .recent-flickr {
  display: inline-block;
}

#navigation .has-mega-menu .recent-flickr a {
  padding: 0;
}

.recent-flickr a img, #navigation .has-mega-menu .recent-flickr a img {
  padding: 2px;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

/* This controlls the Tags Widget */
.tagcloud {
  padding: 0 5px;
}

.tagcloud a {
  padding: 5px;
}

/* Search Widget ------------------------------------*/
.widget_search #s {
  width: 200px;
}

.widget_search form, .widget_search fieldset {
  margin: 0;
}

.breadcrumb_search_form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 300px;
}

#searchform {
  position: relative;
}

#searchform .search_form_button {
  position: absolute;
  top: 0;
  right: 0;
}

#searchform .search_form_button .searchbut {
  font-family: fontawesome;
  border: none;
  height: 42px;
  width: 40px;
  display: block;
  line-height: 42px;
  font-size: 14px;
  background-color: #222222;
  color: #ffffff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
}

#searchform .search_form_button .searchbut:hover {
  background-color: #444444;
}

.new_search_form {
  margin-top: 20px;
}

/*---------------------------------------------------*/
/* Contact Us Style */
#contact_map {
  height: 416px;
  margin-bottom: 20px;
}

#contact_map iframe {
  width: 100%;
  height: 416px;
  border: 0;
}

.contact-form {
  margin: 5px 0;
}

.contact-form input[type="text"] {
  margin: 0 2.7% 2% 0;
  width: 26%;
}

.contact-form input[type="text"].final {
  margin: 0 0 2% 0;
}

.contact ul {
  list-style: none;
}

.contact ul li {
  border-bottom: none;
  background: none;
  padding: 0 0 5px 30px;
  margin-bottom: 5px;
  position: relative;
}

#navigation .has-mega-menu .contact ul li {
  border-bottom: none;
  background: none;
  padding: 0 0 5px 30px;
  margin-bottom: 5px;
  position: relative;
  line-height: 30px;
}

#navigation .has-mega-menu .contact ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#navigation .has-mega-menu .contact ul li a {
  padding-left: 0 !important;
  line-height: normal;
  display: initial;
}

.contact ul li i, #navigation .has-mega-menu .contact ul li i {
  position: absolute;
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  left: 0;
}

.contact ul li i.fa-mobile, #navigation .has-mega-menu .contact ul li i.fa-mobile {
  font-size: 26px;
}

.post-slideshow {
  margin-bottom: 30px !important;
}

.post-slideshow .image {
  margin-bottom: 0 !important;
}

.floated-post-slideshow .image {
  margin-bottom: 0 !important;
}

/* #back to top
================================================== */
#gotoTop {
  display: none;
  position: fixed;
  width: 45px;
  height: 45px;
  background-color: #444;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  z-index: 2000;
}

#gotoTop:hover {
  background-color: #a0ce4e;
}

#gotoTop:before {
  content: "\f106";
  font-family: "FontAwesome";
  line-height: 45px;
  font-size: 35px;
}

/* call to action bar on footer
================================================== */
.action_bar {
  padding: 40px 0;
  min-height: 20px;
  background-color: #ccc;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
}

.action_bar:hover {
  background-color: #d4f19d;
}

.action_bar_inner {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.action_bar_inner .cta_text {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
  text-align: left;
}

.action_bar_inner h2 {
  font-size: 20px;
  padding: 0;
}

.action_bar_inner .cta_button {
  float: none;
  display: table-cell;
  max-width: 30%;
  vertical-align: middle;
  white-space: nowrap;
}

.action_bar_inner .button_default {
  margin-right: 0;
  white-space: nowrap;
}

.action_bar_inner.pos_center .cta_text, .action_bar_inner.pos_center .cta_button {
  display: block;
  text-align: center;
}

.action_bar_inner.pos_center .cta_text {
  margin-bottom: 20px;
  padding-right: 0;
}

.action_bar_inner.pos_center .cta_button {
  max-width: none;
}

/* Page Builder Style */
.wpb_content_element {
  margin-bottom: 0 !important;
}

.transparent_white_column {
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.6);
}

/* Toggle Element default styling */
#container .vc_toggle_default .vc_toggle_title {
  padding-left: 25px !important;
}

#container .vc_toggle_default .cr_toggle_icon {
  font-size: 17px;
  left: 2px;
  line-height: 40px;
  top: auto;
  margin-top: 0;
}

#container .vc_toggle_content {
  margin-top: 0;
  padding: 15px 0 0;
  margin-bottom: 0;
}

.vc_toggle_title > h4 {
  font-size: 17px;
  line-height: 40px;
  font-weight: 500;
  color: #333;
  font-family: inherit;
}

.vc_toggle_size_md .vc_toggle_title > h4 {
  font-size: 17px;
  line-height: 40px;
}

#container .vc_toggle {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.vc_toggle_content p:last-child {
  margin-bottom: 0;
}

.vc_toggle_color_blue .vc_toggle_title > h4 {
  color: #5472d2;
}

.vc_toggle_color_peacoc .vc_toggle_title > h4 {
  color: #4cadc9;
}

.vc_toggle_color_violet .vc_toggle_title > h4 {
  color: #8d6dc4;
}

.vc_toggle_color_turquoise .vc_toggle_title > h4 {
  color: #00c1cf;
}

.vc_toggle_color_pink .vc_toggle_title > h4 {
  color: #fe6c61;
}

.vc_toggle_color_chino .vc_toggle_title > h4 {
  color: #e1d9cb;
}

.vc_toggle_color_mulled_wine .vc_toggle_title > h4 {
  color: #695f77;
}

.vc_toggle_color_vista_blue .vc_toggle_title > h4 {
  color: #9ce2b8;
}

.vc_toggle_color_black .vc_toggle_title > h4 {
  color: #444444;
}

.vc_toggle_color_grey .vc_toggle_title > h4 {
  color: #d2d2d2;
}

.vc_toggle_color_orange .vc_toggle_title > h4 {
  color: #f7be68;
}

.vc_toggle_color_sky .vc_toggle_title > h4 {
  color: #86baea;
}

.vc_toggle_color_green .vc_toggle_title > h4 {
  color: #87c456;
}

.vc_toggle_color_juicy_pink .vc_toggle_title > h4 {
  color: #f7817d;
}

.vc_toggle_color_sandy_brown .vc_toggle_title > h4 {
  color: #fab698;
}

.vc_toggle_color_purple .vc_toggle_title > h4 {
  color: #cb9fcd;
}

/*
.wpb_posts_slider .flex-direction-nav a {
  top: 6px;
}*/
.wpb_gallery .wpb_flexslider .flex-control-paging {
  display: none !important;
}

.wpb_gallery_slides .flex-caption .post-title {
  font-size: 20px;
}

/* Common style Portfolio 2 */
.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 120px;
  background: transparent;
  text-align: center;
}

.has_spacing figure {
  padding: 5px;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

figure .portfolio_date {
  text-transform: none;
  font-size: 13px;
  color: #777;
}

.grid figure.cols-5 {
  width: calc(19.9% - 20px);
}

.grid figure.cols-4 {
  width: calc(24.9% - 20px);
}

.grid figure.cols-3 {
  width: calc(33.3% - 20px);
}

.grid figure.cols-2 {
  width: calc(50% - 20px);
}

.fullscreen {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid.fullscreen figure {
  margin: 0;
}

.grid.fullscreen figure.cols-5 {
  width: 19.95%;
  min-width: inherit;
}

.grid.fullscreen figure.cols-4 {
  width: 24.9%;
  min-width: inherit;
}

.grid.fullscreen figure.cols-3 {
  width: 33.3%;
  min-width: inherit;
}

.grid figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.grid.show_meta figure figcaption {
  position: relative;
}

.grid figure h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

figure .figure_image_holder {
  position: relative;
}

figure .effect-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  top: 0;
  transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
}

figure .effect-overlay .zoomin, figure .effect-overlay .launch {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 2px solid #ffffff;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  top: 35%;
  left: 50%;
  margin-left: -51px;
  margin-top: -24.5px;
  -webkit-transition: all .35s;
  transition: all .35s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 16px;
  opacity: 0;
}

.hide_icons figure .effect-overlay .zoomin {
  display: none;
}

figure .effect-overlay .launch {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  margin-right: -51px;
  left: auto;
  right: 50%;
}

.hide_icons figure .effect-overlay .launch {
  border-radius: 0;
  -webkit-border-radius: 0;
  left: 0;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  border: none;
  top: 0;
  width: 100%;
  height: 100%;
}

.grid figure:hover .effect-overlay .zoomin, .grid figure:hover .effect-overlay .launch {
  top: 50%;
  opacity: 1;
}

.grid figure:focus .effect-overlay .zoomin, .grid figure:focus .effect-overlay .launch {
  top: 50%;
  opacity: 1;
}

.grid.icons_extra_margin figure:hover .effect-overlay .zoomin, .grid.icons_extra_margin figure:hover .effect-overlay .launch {
  margin-top: -44px;
}

.grid.icons_extra_margin figure:focus .effect-overlay .zoomin, .grid.icons_extra_margin figure:focus .effect-overlay .launch {
  margin-top: -44px;
}

.hide_icons.grid figure:hover .effect-overlay .launch, .hide_icons.grid figure:focus .effect-overlay .launch {
  top: 0;
}

.hide_icons figure.effect-zoe .effect-overlay .launch a {
  display: block;
  width: 100%;
  height: 100%;
}

.hide_icons figure.effect-zoe .effect-overlay .launch a i {
  display: none;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/
.grid figure.effect-zoe {
  background-color: transparent;
}

.grid figure.effect-zoe img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 12px 0;
  background: #5bc98c;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.show_meta figure.effect-zoe figcaption {
  transform: none;
  -webkit-transform: none;
  padding: 20px 0;
}

figure.effect-zoe a {
  color: #ffffff;
  display: block;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}

figure.effect-zoe h2, figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe .tags {
  color: #b5b8bf;
  font-size: 12px;
}

figure.effect-zoe .tags a {
  color: #b5b8bf;
  font-size: 12px;
}

figure.effect-zoe .tags i {
  font-size: 11px;
  color: #d7d8db;
  margin-right: 2px;
}

figure.effect-zoe:hover .effect-overlay, figure.effect-zoe:focus .effect-overlay {
  opacity: 1;
}

figure.effect-zoe:hover img, figure.effect-zoe:focus img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

figure.effect-zoe:hover figcaption, figure.effect-zoe:focus figcaption {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Modern Portfolio Extra Styling */
.modern_overlay_effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #ffffff;
  transition: .4s all ease-in-out;
  -webkit-transition: .4s all ease-in-out;
}

.portfolio_content_wrap {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
}

@media screen and (min-width: 1170px) {
  .flat_images figure.modern_portfolio_layout.cols-2 {
    width: 47%;
  }
}

.masonry_images figure.modern_portfolio_layout {
  margin: 0;
}

.masonry_images figure.cols-4 {
  width: 24.98%;
}

.masonry_images figure.cols-3 {
  width: 33.28%;
}

figure.modern_portfolio_layout:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

figure.modern_portfolio_layout h3 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
  opacity: 0;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  position: relative;
  top: -100px;
  display: block;
  padding-bottom: 25px;
}

figure.modern_portfolio_layout h3 a {
  color: #4e5ee9;
  display: block;
}

figure.modern_portfolio_layout:hover .modern_overlay_effect {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

figure.modern_portfolio_layout:hover .modern_overlay_effect h3 {
  opacity: 1;
  top: 0;
}

figure.modern_portfolio_layout span.portfolio_categ_list {
  position: absolute;
  width: 100%;
  left: 0;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  bottom: -100px;
}

figure.modern_portfolio_layout:hover span.portfolio_categ_list {
  bottom: 0;
}

figure.modern_portfolio_layout span.portfolio_categ_list {
  font-size: 12px;
  color: #9e9e9e;
}

figure.modern_portfolio_layout span.portfolio_categ_list a {
  font-size: 12px;
  color: #9e9e9e;
}

figure.modern_portfolio_layout .make_this_full {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.flat_modern_portfolio_below .modern_overlay_effect {
  position: relative;
  opacity: 1;
  padding: 15px 0;
}

.flat_modern_portfolio_below figure.modern_portfolio_layout .make_this_full {
  display: none;
}

.flat_modern_portfolio_below .portfolio_content_wrap {
  top: auto;
  transform: none;
  -webkit-transform: none;
}

.flat_modern_portfolio_below figure.modern_portfolio_layout h3 {
  padding-bottom: 0;
  opacity: 1;
  top: auto;
}

.flat_modern_portfolio_below figure.modern_portfolio_layout span.portfolio_categ_list {
  position: relative;
  bottom: auto;
  left: auto;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
*  Core Owl Carousel CSS File
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  width: 0px;
  height: 0px;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel .owl-controls .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-nav:not(.disabled) [class*=owl-] {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 0;
  right: auto;
  width: 25px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-nav:not(.disabled) .owl-next {
  right: 0;
  left: auto;
}

.owl-theme .owl-nav:not(.disabled) [class*=owl-] i {
  font-size: 16px;
  color: #fff;
}

.owl-theme .owl-nav:not(.disabled) [class*=owl-]:hover {
  background: rgba(0, 0, 0, 0.4);
}

.owl-theme .owl-nav:not(.disabled) .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled {
  display: none;
  visibility: hidden;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 3px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.big.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5bc98c;
}

.owl-dots {
  margin-top: 20px;
  text-align: center;
}

.design_modern.left_dots.owl-theme .owl-controls {
  padding-left: 50px;
}

.test_nav_arrows .owl-controls .owl-dots {
  display: none !important;
}

.test_nav_arrows .owl-controls .owl-nav {
  text-align: center;
}

.design_modern.left_dots.test_nav_arrows .owl-controls .owl-nav {
  text-align: left;
}

.design_modern .review.left_image .comment_author_details {
  padding-left: 0;
}

.test_nav_arrows .owl-controls .owl-nav [class*=owl-] {
  position: relative;
  background-color: transparent;
  margin-top: 0;
}

.test_nav_arrows .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.test_nav_arrows .owl-controls .owl-nav .owl-next {
  right: -10px;
}

.test_nav_arrows .owl-controls .owl-nav .owl-prev {
  left: -10px;
}

.test_nav_arrows .owl-controls .owl-nav [class*=owl-] i {
  color: #333;
  font-size: 20px;
}

.left_dots .owl-dots {
  text-align: left;
}

.test_nav_lines.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 15px;
  display: block;
  background-color: transparent;
  position: relative;
}

.test_nav_lines.owl-theme .owl-dots .owl-dot span:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #abacb2;
  position: absolute;
  margin-top: 6px;
  left: 0;
}

.test_nav_lines.owl-theme .owl-dots .owl-dot.active span:before, .test_nav_lines.owl-theme .owl-dots .owl-dot:hover span:before {
  background-color: #5bc98c;
}

/* Flexslider css */
/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}

.flexslider.single_post_featured {
  margin-bottom: 30px;
}

.minimal_layout .flexslider.single_post_featured {
  margin-left: -15%;
  margin-right: -15%;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Overide flexslider width based on portfolio size
********************************/
.half {
  width: 65.9574%;
  float: left;
}

.half_desc {
  width: 30%;
  float: right;
  padding: 0px 10px 5px 10px;
}

.full {
  width: 100%;
}

.full_desc {
  margin-bottom: 0px;
  padding-top: 30px;
}

.no-margin {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.page .post-content .flexslider .slides, .page .post-content .flexslider .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider .slides > li {
  position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative;
}

.add_margin {
  margin-bottom: 20px;
}

.mini {
  border-color: #F7F7F7;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  zoom: 1;
  padding: 10px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.flex-direction-nav a {
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #333;
  margin-top: -20px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  z-index: 900;
  opacity: 0.7;
}

.flex-direction-nav a:hover {
  background-color: #5bc98c;
  color: #fff;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav a i {
  line-height: 40px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 5px;
  right: 20px;
}

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-nav li:first-child {
  margin: 0;
}

.flex-control-nav li a {
  width: 12px;
  height: 12px;
  display: block;
  background: url(theme/bg_control_nav3.png) no-repeat;
  cursor: pointer;
  text-indent: -999em;
}

.flex-control-nav li a:hover {
  background-position: -12px 0px;
}

.flex-control-nav li a.flex-active {
  background-position: -12px 0px;
  cursor: default;
}

/* Hack for home icon */
.page-title .breadcrumb .breadcrumbs li:first-child a:before {
  content: "\f015";
  font-family: fontawesome;
  display: inline-block;
}

.vc_row-fluid [class*="vc_span"] {
  display: block;
  width: 100%;
  min-height: 5px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}

.vc_row-fluid [class*="vc_span"]:first-child {
  margin-left: 0;
}

.vc_row-fluid .vc_span6 {
  width: 48.75%;
}

.select2-container .select2-choice {
  height: 37px;
  line-height: 37px;
  border: 1px solid #ccc;
  color: #777;
  padding: 0 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.select2-drop-active {
  border-color: #ccc;
}

.addmargintop {
  margin-top: 18px;
}

/* ======================================  */
#branding .logo {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#branding .logo a img {
  transition: height .3s ease-in-out;
  -webkit-transition: height .3s ease-in-out;
}

#branding .logo a img.hide_logo {
  display: none;
}

#branding .logo a img.show_logo {
  display: block;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

#branding .logo a img.show_logo.normal_logo {
  display: block;
}

.side_logo a img.normal_logo {
  display: block;
}

#branding .logo a img.show_logo.retina_logo, .side_logo a img.retina_logo {
  display: none;
}

/* Equal height cols inside row */
@media screen and (min-width: 1025px) {
  .equal-height-columns {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .equal-height-columns .inner_wrap_margins {
    margin: 0;
  }
  .equal-height-columns .vc_col-sm-1, .equal-height-columns .vc_col-sm-2, .equal-height-columns .vc_col-sm-3, .equal-height-columns .vc_col-sm-4, .equal-height-columns .vc_col-sm-5, .equal-height-columns .vc_col-sm-6, .equal-height-columns .vc_col-sm-7, .equal-height-columns .vc_col-sm-8, .equal-height-columns .vc_col-sm-9, .equal-height-columns .vc_col-sm-10, .equal-height-columns .vc_col-sm-11, .equal-height-columns .vc_col-sm-12 {
    float: none;
    display: table-cell !important;
    vertical-align: top;
  }
  .equal-height-columns .valign_middle {
    vertical-align: middle;
  }
  .equal-height-columns .valign_bottom {
    vertical-align: bottom;
  }
  .equal-height-columns .clients_carousel {
    display: table;
    table-layout: fixed;
  }
  /* owl carousel fix */
}

/* Logo Separator */
.logo_separator {
  float: left;
  margin: 0 10px;
  height: 30px;
  background-color: #444;
  width: 1px;
}

/* Youtube Video bg fix */
.youtube-bg {
  display: none;
}

/* Side Panel */
body.side-push-panel {
  overflow-x: hidden;
}

#side-panel {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 3006;
  width: 300px;
  height: 100%;
  background-color: #F5F5F5;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-backface-visibility: hidden;
}

.side-panel-trigger {
  position: relative;
}

.close_navbar {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  top: -30px;
  font-size: 20px;
  line-height: 20px;
  right: -20px;
}

body.side-panel-left #side-panel {
  left: -300px;
  right: auto;
}

body.side-push-panel.stretched #wrapper, body.side-push-panel.stretched #header.sticky-header .container {
  right: 0;
}

body.side-panel-left.side-push-panel.stretched #wrapper, body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
  left: 0;
  right: auto;
}

#side-panel .side-panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 330px;
  height: 100%;
  overflow: auto;
  padding: 50px 70px 50px 40px;
}

body.device-touch #side-panel .side-panel-wrap {
  overflow-y: scroll;
}

#side-panel .widget {
  margin-top: 40px;
  padding-top: 40px;
  width: 220px;
  border-top: 1px solid #E5E5E5;
}

#side-panel .sidebar-widget .textwidget p {
  margin-bottom: 20px;
}

#side-panel .sidebar-widget:last-child {
  margin-bottom: 0;
}

#side-panel .widget:first-child {
  padding-top: 0;
  border-top: 0;
  margin: 0;
}

body #side-panel {
  padding: 40px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.side-panel-open #side-panel {
  right: 0;
}

body.admin-bar #side-panel {
  padding-top: 72px;
}

body.side-panel-open #side-panel .sidebar-widget {
  overflow: hidden;
}

body.side-panel-left.side-panel-open #side-panel {
  left: 0;
  right: auto;
}

body.side-push-panel.side-panel-open.stretched #wrapper, body.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
  right: 300px;
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper, body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
  left: 300px;
  right: auto;
}

body #side-panel .sidebar-widget {
  padding: 0;
  background-color: transparent;
}

body #side-panel .sidebar-widget h3.sidebar-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#side-panel-trigger {
  display: block;
  cursor: pointer;
  z-index: 11;
  margin-right: 5px;
}

#side-panel-trigger a {
  font-size: 14px;
}

#side-panel-trigger a i.icon-menu {
  font-size: 20px;
  position: relative;
  top: 4px;
}

#navigation ul li #side-panel-trigger a {
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 10px;
}

#side-panel {
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
}

body.side-push-panel.stretched #wrapper, body.side-push-panel.stretched #header .container {
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
}

body.side-panel-left #side-panel {
  -webkit-transition: left .4s ease;
  transition: left .4s ease;
}

body.side-panel-left.side-push-panel.stretched #wrapper, body.side-panel-left.side-push-panel.stretched #header .container {
  -webkit-transition: left .4s ease;
  transition: left .4s ease;
}

.body-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

body.side-panel-open .body-overlay {
  opacity: 1;
  z-index: 3004;
  pointer-events: auto;
}

body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover {
  cursor: crosshair;
}

/* Tipsy - Tooltip for jQuery */
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 1000000;
  opacity: 0.8;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 300px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* Instagram Widget */
.instagram-pics li {
  max-width: 23%;
  display: inline-block;
  margin: 0 2% 2% 0;
}

.sidebar-widget ul.instagram-pics li {
  margin: 0 2% 2% 0;
}

.instagram-pics.instagram-size-small li {
  max-width: 31%;
}

.instagram-pics.instagram-size-large li {
  max-width: 48%;
}

.instagram-pics.instagram-size-original li {
  max-width: none;
  margin-right: 0;
}

.footer .instagram-pics li {
  max-width: 8.333%;
  margin: 0;
}

.footer .instagram-pics.instagram-size-small li {
  max-width: 10%;
}

.footer .instagram-pics.instagram-size-large li {
  max-width: 12.5%;
}

.footer .instagram-pics.instagram-size-original li {
  max-width: 16.666%;
}

.instagram_footer_wrap {
  position: relative;
}

.footer .instagram_footer_title {
  padding: 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.footer .footer_widget_content .instagram-pics li {
  max-width: 30.3%;
  margin: 1%;
}

/* Mailchimp plugin for WordPress */
.mc4wp-form-fields p {
  margin-bottom: 10px;
}

.mc4wp-form-fields p:last-of-type {
  margin-bottom: 0;
}

.mc4wp-form label {
  display: block;
}

.mc4wp-form input[type=submit] {
  margin-right: 0;
  padding: 8px 12px;
}

/* About Me widget */
.about_me_img {
  margin-bottom: 20px;
}

.about_me_heading {
  margin-bottom: 15px;
}

.about_me_img .about_rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.about_me_img .about_circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.about_me_description img {
  display: block;
  margin-top: 10px;
}

.vc_row[data-vc-full-width].enable_overflow {
  overflow: visible !important;
}

.center_elements {
  text-align: center;
}

.font_weight_300 {
  font-weight: 300 !important;
}

.font_weight_400 {
  font-weight: 400 !important;
}

.font_weight_500 {
  font-weight: 500 !important;
}

.font_weight_600 {
  font-weight: 600 !important;
}

.font_weight_700 {
  font-weight: 700 !important;
}

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

/* Gutenberg extra styling */
.minimal_layout .wp-block-image {
  max-width: none;
  margin-left: -15%;
  margin-right: -15%;
}
